/*
 *	Theme Name: Shanti Generation - Genesis Child Theme
 *	Description: Child theme using Genesis Framework.
 *	Author: Satya Colombo
 *	Template: genesis
 */
 
 
#mm-preview-settings-bar select {
	width: auto;
	}
	
.nav-primary {
	background: #0991a8;
	}
	
.genesis-nav-menu a {
	color: #fff;
	}
	
@media only screen and (max-width: 760px) {
	.header-image .site-header .wrap {
		background-size: contain;
		}
}

@media only screen and (max-width: 1023px) {
	.site-title {
		text-align: left;
		}
		
	.site-header {
	    padding: 5px 30px 20px;
		}
		
	.header-image .site-header .wrap {
	    background-position: left top; 
	}
}

@media only screen and (min-width: 1023px) {
	.header-image .site-header .wrap {
		    background: url(images/logo.png) no-repeat 30px 0;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo.png) no-repeat left;
		background-size: contain;
	}

}

.site-header { 
	padding-top: 20px; 
	}

.header-image .site-title a {
	min-height: 124px;
}