/* ==================================================
	Theme Name:   Crow Academy
	Theme URI:    http://www.mhthemes.com/themes/mh/purity/
	Description:  Child Theme of MH Purity
	Author:       Ximbalo
	Author URI:   http://ximbalo.com
	Template:     mh_purity
	Version:      1.3.0
	Text Domain:  crowacademy
 * =============================================== */

/* --------------------------------------------------
	The PRIMARY CONTAINER
	Add blue border all around
 * ----------------------------------------------- */
body > .container {
	border:3px solid #026a9c;
}

#header {
	position:fixed; z-index:10;
	top:0; height:150px;
	left:50%; width:1020px;
	margin-left:-510px;

	border-top: 3px solid #026a9c;
	background:url("images/bkgds/bg_header.png") no-repeat center 0;
}
#main {
	min-height:443px;
	padding: 150px 7.5% 0;
}
#nav_main {
	position: absolute; z-index: 20;
	left:10px; right:10px;
	top:-710px; height:auto;
}
#footer {
	margin:15px 0 0;
	min-height: 220px;
	border-top: 0 none;
	background: #10075a url("images/bkgds/bg_footer.jpg") no-repeat scroll center bottom;
}


/* --------------------------------------------------
	The HEADER Area
	Override Parent Theme Styles
	Add the page-top ocean graphic
 * ----------------------------------------------- */
body .container .header-wrap {
	margin:0 auto;
	min-height:150px;
	border-top:0 none;
	border-top:3px solid #026a9c;
	background:url("images/bkgds/bg_header.png") no-repeat center 0;
}

/* --------------------------------------------------
	Branding & Logos
	----------------------------------------------
	H1 - Master Arcane's Crow Academy (Logo)
	H2 - Institute of Dom/Sub & Fetish Arts (Logo)
 * ----------------------------------------------- */
#header .branding {
	display:block;
	width:100%;
}
body.home  #header .site-desc { top:560px; }
body.inner #header .logo-name { }
body.inner #header .site-desc { display:none; }


/* --------------------------------------------------
	The CONTENT Area
	Override Parent Theme Styles
	Make room for the header clouds graphic
 * ----------------------------------------------- */
body .container .wrapper {
	padding:150px 7.5% 0;
}


/* --------------------------------------------------
	The FOOTER Area
	Override Parent Theme Styles
	Add the page-bottom ocean graphic
 * ----------------------------------------------- */
body .container .footer {
	margin:15px 0 0 0;
	min-height:220px;
	border-top:0 none;
	background:#10075A url("images/bkgds/bg_footer.jpg") no-repeat center bottom;
}
.grecaptcha-badge { display:none !important; }


/* --------------------------------------------------
	HOME -vs- INNER Page Overrides
	Modify above styles for custom homepage
 * ----------------------------------------------- */
body.home  > .container { height:920px; background:url("images/bkgds/bg_page-home.jpg") no-repeat center top; }
body.inner > .container { margin-bottom:35px; }
body.home > .container #header { background:none; position:relative; }
body.home > .container #footer { background:none; min-height:80px; }
body.home > .container #main   { padding:130px 7.5%; }
body.privacy-policy > .container #header { display:none; }
