/*
 Theme Name:   Aquarius Says
 Theme URI:    http://shop.xobritdear.com
 Description:  Aquarius Says is a minimalist theme that highlights the beauty of photography.
 Author:       xoBritDear
 Author URI:   http://shop.xobritdear.com
 Template:     twentytwelve
 Version:      1.2.1
*/

@import url('https://fonts.googleapis.com/css?family=PT+Serif');

body{ 
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 13px;
    background: #ffffff;
    overflow-x: hidden;
}
a, a:hover{
    color:#000000;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    }
h1, h2, h3, h4, h5, h6{
    font-family: "PT Serif", sans-serif;
}

img{
    border: 0;
    box-shadow: none;
}

form{
    width: 100%;
}

input, textarea, option, select{
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border:1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:10px 10px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: lighter;
    line-height: 1.2;
    font-size: 18px;
}

input[type=submit]{
    border-radius: 0;
    box-shadow: none;
    border:1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    background-image: none !important;
    font-size: 18px;
    width: auto;
    font-weight: lighter;
}

header{
    padding: 20px 40px !important;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);*/
    margin-bottom: 20px;
    display: inline-block;
}

#page{
    box-shadow: none !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* LAYOUT */
.site{
    overflow: visible !important;
}

hgroup{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.site-title{
    font-size: 64px !important;
    font-weight: 200 !important;
    line-height: 1 !important;
    font-family: "PT Serif", sans-serif;
    text-transform: uppercase;
    text-align: center !important;
}
.site-description{
    font-family: "Open Sans", sans-serif;
    font-weight: 100 !important;
    text-transform: uppercase;
    text-align: center !important;
}
.site-content article{
    border-bottom: 0;
}
.site-header{
    padding-top: 0px;
}
img.header-image, .site-header img{
    margin-top: 50px !important;
}
#masthead{
    display:table;
    width:100%;
}
#site-navigation{
    display:table-header-group;
}
#main{
    padding-left: 10px;
    padding-right: 10px;
}

/* NAVIGATION */
.sub-menu li, .sub-menu li a{
    background-color: #f0f0f0;
    font-size: 13px !important;
}

#main{
    padding-left: 10px;
    padding-right: 10px;
}

.main-navigation{
    margin-top: 0px;
}
.main-navigation ul, .nav-menu ul{
    text-align: center !important;
    margin: 0 auto !important;
    border: 0px !important;
}
.main-navigation a, .nav-menu a{
    border: 0px;
    color: #000000;
    font-size:13px;
    text-align:center;
}

.current_page_item, current-menu-item{
    border: 0px;
}

/* BLOG POSTS */
a.more-link{
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-top: 10px !important;
    text-transform: uppercase;
    color: #888;
    font-size: 11px;
}
.entry-header{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.entry-title, .entry-title a{
    font-family: "PT Serif", sans-serif;
    font-size:18px !important;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    margin-bottom: 0 !important;}
.entry-meta, .entry-meta a{
    background: #FFFFFF !important;
    color: #000000;
    text-transform: uppercase;
}
article .entry-meta{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 11px;
    color: #cfcfcf;
    margin-top: 0px;
    padding: 10px;
}

.page article .entry-meta{
    display: none !important;
}

/* COMMENTS */
.comments-link a, .comments-link{
    text-align: center;
    color: #000000;
    display: none;
}

/* IMAGES */
img.header-image{
    border:0;
    box-shadow:none !important;}

/* FORMS AND BUTTONS */
.page form{
    margin: 0 auto !important;
}

/* SOCIAL ICONS */
.genericon{
    color:#fff !important;
    padding:12px;
    margin:0 6px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius:50%;
    text-align:center !important;}
.sd-content{
    text-align: center;
}
.sd-content ul li a.sd-button {
	text-align: center;
	background: #39C9A8 !important;
    color: #ffffff !important;
	border-right: 1px solid #FFF !important; 
	padding: 10px !important;
}

#sharing-email{
    color: #ffffff !important;
}

.sd-content ul li a.sd-button:hover {
	background: #333 !important; /* Hover background color for buttons. */
	opacity: 1 !important;
}

/* SIDEBAR */
.widget{
    text-align: center;
    padding: 10px;
    width: 100%;
    line-height:1.25 !important;
}

.widget-title{
    text-align: center !important;
    font-weight: lighter !important;
    font-size: 13px !important; 
    font-family: "Lora", Helvetica, Arial, sans-serif;
}
.widget #s{
    border: 0;
    width: 90%;
    text-transform: uppercase;
    max-width: 216px !important;
}
#subscribe-email input{
    padding: 5% !important;
    width: 90% !important;
    max-width: 216px !important;
}
.widget input[type=submit]{
    padding:5%;
    width: 99%;
}

#subscribe-submit input[type=submit]{
    width: 99% !important;
    margin-top: 0px;
}
#secondary #searchsubmit{
    display: none;
}
#secondary ul{
    margin: 0 auto !important;
    width: 250px !important;
    text-align: center !important;
}

#secondary li, #secondary li a{
    text-align:center !important;
}

#secondary .widget{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#secondary input, #secondary form{
    width: 99%;
    margin-bottom: 0;
}

#secondary .widget_search{
    border: 1px solid #e5e5e5;
    padding-top: 0;
}

#secondary img{
    border: 0;
    box-shadow: none;
}

/* FOOTER */
footer, footer[role="contentinfo"]{
    text-align: center;
    border: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* Banner Style Sidebars */

#page-banner{
    display: none;
}

#footer-banner li{
    list-style-type: none;
}

#footer-banner{
    margin: 0px -300px 50px -300px;
    text-align: center;
}

#footer-banner img{
    width: 100%;
    overflow-x: visible;
    object-position: top center;
}

/* Website Blocks */
#recent-posts{
    width: 1500px;
}

.recent-posts{
    width:40%;
    height:300px;
    float: left;
    padding: 25px;
    overflow: hidden;
}

.clear{
    clear:both;
}

.recent-posts-title{
    max-height: 300px;
    max-width: 200px;
    background: #ffffff;
    padding: 20px;
    margin-top: 25%;
}

.recent-posts-title h2{
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 10px;
}

#ad-block{
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    max-height: 200px;
    text-align: center;
}

#ad-block img{
    margin: 0 auto;
}

#newsletter-block{
    display: block;
    width: 960px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 40px 15px;
    color: #a5a5a5;
}

#newsletter-block .widgettitle{
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 20px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#newsletter-block form{
    margin: 0 auto;
    margin-top: 20px;
}

#newsletter-block label{
    display: none;
}

#newsletter-block input{
    float: left;
    width: 35% !important;
    margin-right: 20px !important;
    padding: 15px !important;
    max-height: 60px !important;
    margin-top: 0px !important;
    font-size: 18px !important;
}

#newsletter-block #subscribe-email{
    float: left;
    width: 40% !important;
    margin-left: 18%;
    margin-right: 20px !important;
    padding: 15px !important;
    max-height: 60px !important;
    margin-top: 0px !important;
    border: 0;
}

#newsletter-block input[type="submit"]{
    float: left;
    max-width: 150px !important;
    margin-right: 20px !important;
    padding: 15px !important;
    max-height: 60px !important;
    margin-top: 0px !important;
}

#newsletter-block #subscribe-submit{
    float: left;
    margin-right: 20px !important;
    padding: 15px !important;
    max-height: 60px !important;
    margin-top: 0px !important;
}

#newsletter-block #subscribe-email input, #newsletter-block #subscribe-email input[type="submit"]{
    width: 100% !important;
    max-width: none !important;
}

.cover-page input{
    width: 100%;
}

.cover-page input[type=submit]{
    width: auto;
}

#cover-page header{
    margin-bottom: 0px;
}

#masthead hgroup, #cover-page hgroup{
    float: left;
    max-width: 400px;
    max-height: 80px;
    overflow: hidden;
    margin-left: 20px;
    font-size: 1.5em !important;
}

#cover-image-block{
    width: 1500px;
    overflow: hidden;
}

.cover-image-content{
    margin-top: 15%;
    margin-bottom: 18%;
    margin-left: 10%;
    text-align: left;
    padding: 20px;
    max-width: 30%;
}
.right .cover-image-content{
    margin-left: 50%;
}

.cover-image-content .entry-meta{
    display: none;
}

.cover-image-content .cover-title{
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cover-image-content p{
    font-size: 15px;
    line-height: 1.5;
}

.cover-image-content a, .cover-image-content p a{
    background: #000;
    color: #fff;
    padding: 15px 25px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 100 !important;
    font-size: 15px;
}

#banner-block{
    width: 1500px;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

#footer-widget-block{
    width: 1500px;
    margin-left: -160px;
    overflow: hidden;
}

.footer-widgets{}

#gallery-block{
    width: 1500px;
}

.gallery-posts{
    width:40%;
    height:300px;
    float: left;
    padding: 25px;
    overflow: hidden;
}

.gallery-posts-title{
    max-height: 300px;
    max-width: 200px;
    background: #ffffff;
    padding: 20px;
    margin-top: 25%;
}

.gallery-posts-title h2{
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 10px;
}

/* MOBILE EDITS */
@media only screen and (max-width: 1024px) {
    #recent-posts{
        width: 1200px;
    }
    .recent-posts-title{
        margin: 10%;
    }
    #newsletter-block{
        display: none;
    }
    #secondary, #footer-area, #footer-widget-block{
        display: none;
    }
    input, #page{
        width: 80%;
   	margin: 0 auto;
    }
    .blog #primary, .single #primary{
        width: 100% !important;
	float: none !important;
   	margin: 0 auto;
    }
    .site-header{
	width: 80% !important;
    }
    img{
	display: block;
        width: 100%;
   	margin: 0 auto;
	height: auto;
    }
}

@media only screen and (max-width: 780px) {
    .recent-posts{
        width: 80%;
   	margin: 0 auto;
    }
    #masthead nav{
	display: block;
	float: none;
	text-align: center;
	max-width: none;
	margin-top: 10px;
    }
    .site-header{
	width: 80% !important;
    }
    .site-header img{
	display: block;
	float: none;
	height: auto;
    }
    .recent-posts-title{
        margin: 10%;
    }

    .cover-image-content{
	position: absolute;
	display: block;
	margin: 0 auto !important;
	top: 230px;
	width: 80%;
	max-width: none;
    }
    .cover-image-content a{
	text-align: center;
    }
    #cover-image-block{
	width: 100%;
	height: auto;
	min-height: 200px;
	overflow: scroll-y;
    }
    #newsletter-block{
        display: none;
    }
    #secondary, #footer-area, #footer-widget-block{
        display: none;
    }
    input, #page{
        width: 80%;
   	margin: 0 auto;
    }
    .blog #primary, .single #primary{
        width: 100% !important;
	float: none !important;
   	margin: 0 auto;
    }
    img{
	display: block;
        width: 100%;
   	margin: 0 auto;
	height: auto;
    }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width: 80%;
   	margin: 0 auto;
    display: block;
    float: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        width: 80%;
   	margin: 0 auto;
    display: block;
    float: none;
    max-width: 80%;
}

#site-navigation button{
}
     .blog #primary{
    float: none;
    margin: 0 auto;
}
}

/* Be not weary in well-doing, for in due season you shall reap. Galatians 6:9 */