/*
Theme Name: Modern Estate Child Theme
Theme URI: 
Description: Modern-Estate Child Theme Created for California Property Services
Author: Jason Portugal
Author URI: http://www.cubednuggetdesigns.com
Template: modern-estate
Version: 1.0.1
*/


body {
	/* change the background color and overlaying image */
	background: #f8f8f8 url('../modern-estate/images/texture-bg-lighter.png') repeat;

}

nav.header-bottom {
	/* change the color of the navigation bar */
	background: #930e11;
}

header::after {
	/* add the image after the navigation */
    width:100%;
	height:300px;
    background: url('images/pier-at-pismo-beach.jpg');
	background-position: 50% 50%;
}

section.logo-container{
	/*modify the width of the logo container - desktop browsing */
	width:65%;
}

section.header-cta-container{
	/*modify the container around the Browse Our Rentals box */
	-webkit-border-radius: 50px;
	border-radius: 150px;
	background-color: #ffffff;
	border: 4px solid #f26c4f;
	width: 25%;
}

section.header-cta-container a{
	/*modify the text insiide the Browse Our Rentals box */
	text-decoration:none;
	line-height:1.25em;
	font-weight:bold;
	color:#2b46cd;
}

section.header-cta-container a:hover{
	/*modify the text hover around the Browse Our Rentals box */
	text-decoration:underline;
}

section.logo-container #title a{
    /* change the site title style */
    font-weight: 700;
}

section.logo-container #slogan {
	/* change the site tagline format */
	color: #930e11;
	font-weight: bold;
}

section.header-middle {
	/* change the color of header backdrop */
	background: #ffffff;
	background: rgba(255, 255, 255, 1);
}

.copyright {
	/* change the copyright color and background */
	background: #363636;
	color: #FFF;
}

header.blog-post-header img.wp-post-image{
	margin: 4% auto 2%;
}

.blog-post, .no-posts{
	background-color: #fffefc;
}

#sidebar .widget, .sidebar-block{
	background-color: #fffefc;
}

@media only screen and (min-width: 600px) and (max-width: 760px) {
	section.logo-container #title a{
		line-height:.85em;
	}
	section.logo-container{
		width:65%;
	}
	
    section.logo-container:after {	
	content:"";
	}
	
	.phoneNumber {
	text-transform: uppercase;
	font-weight: 800;
	color: #252466;
	margin-top: 0;
	margin-bottom: 0.85em;
	padding-top: 0;
	text-shadow: 1px 1px 1px #ffffff;
	font: normal 22px/.8em 'Oswald', sans-serif;
	display:block;
	text-align:center;
	line-height:1em;	
	}	
	
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	
section.logo-container #slogan {
	margin-top:.35em;
}	

section.logo-container{
	width:100%;
}

section.logo-container:after {	
	content:"";
}

header::after {
	height:0px;
}

.phoneNumber {
	text-transform: uppercase;
	font-weight: 800;
	color: #252466;
	margin-top: .15em;
	margin-bottom: 0.85em;
	padding-top: 0;
	text-shadow: 1px 1px 1px #ffffff;
	font: normal 18px 'Oswald', sans-serif;
	display:block;
	text-align:center;
	line-height:1em;
}
	
.primary-nav-button {
	background: url('../modern-estate/images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(43,76,109, 1), rgba(43,76,109, .9));
	background: url('../modern-estate/images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(43,76,109, 1), rgba(43,76,109, .9));
	background: url('../modern-estate/images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(43,76,109, 1), rgba(43,76,109, .9));
	background: url('../modern-estate/images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(43,76,109, 1), rgba(43,76,109, .9));	
	background-repeat: no-repeat;
	background-position: 30% center;
	background-size: 21px, 100%;		
}

.nav-button.open , .primary-nav-button.open {
	background: url('../modern-estate/images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(43,76,109, 1), rgba(43,76,109, .9));
	background: url('../modern-estate/images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(43,76,109, 1), rgba(43,76,109, .9));
	background: url('../modern-estate/images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(43,76,109, 1), rgba(43,76,109, .9));
	background: url('../modern-estate/images/close-icon-large.png'),      -o-linear-gradient(top, rgba(43,76,109, 1), rgba(43,76,109, .9));	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px, 100%;
	background-position: 30% center;	
}

}

@media only screen and (min-width: 601px) and (max-width: 3000px) {
section.logo-container:after {	
    content:"";
}
	
.phoneNumber {
	text-transform: uppercase;
	font-weight: 800;
	color: #252466;
	margin-top: 0;
	margin-bottom: 0.85em;
	padding-top: 0;
	text-shadow: 1px 1px 1px #ffffff;
	font: normal 22px/.8em 'Oswald', sans-serif;
	display:block;
	line-height:1em;	
	}
}
