/*
Theme Name: FamilyProject
Theme URI: http://familyproject.com/
Author: Focus On The Family DMS team
Author URI: http://www.focusonthefamily.com/
Version: 1.0.0
Description: Focus On The Family - Family Project WordPress Theme
*/

/* To change css open root-style.css, edit copy then minify reuse this comment in minified css*/

/*Reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font:16px "Times New Roman",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:400;
}

h1 {
	font-size:36px;
	margin-bottom:4px;
	color:#3b4b21;
}

h2 {
	font-size:24px;
	color:#3b4b21;
}

h3 {
	font-size:18px;
	color:#cf6d1d;
}

p {
	font-size:16px;
	line-height: 28px;
	margin-bottom:24px;
}

p a {
	color:#cf6d1d;
}



/*Responsive Video*/
.embed-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
	height:auto;
}

.embed-container iframe,.embed-container object,.embed-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.feature-img{
	width: 100%;
	margin: 14px 0;
	height: auto;
}

img {border: none; }

a img {border: 0px; }


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Header */
#header {
	background:#3b4b21;
	height:80px;
	width:100%;
	font-size:18px;
	border-bottom:5px solid #133718;
	overflow:visible;
	clear:both;
	position:fixed;
	z-index:2;
}

#logo {
	float:left;
	max-width:175px;
	padding-left:20px;
	padding-top:10px;
}

#logo h2 a {
	text-indent:-9999px;
	display:block;
	width:175px;
	background:url(img/tfp-logo.png)no-repeat;
	height:80px;
}

/*Wrappesr*/
.container {
	max-width:58.75em;
	margin:0 auto;
}

.outter-box-full-width {
	width:100%;
	margin:0;
	padding:0;
}

.inner-page-outter-box-full-width {
	width:100%;
	position:relative;
	top:110px;
	margin:0;
	padding:0;
}

@media (max-width:700px) {
	.inner-page-outter-box-full-width {
		width:100%;
		position:relative;
		top:17px;
		margin:0;
		padding:0;
	}
}



/* Desktop Drop Down Navigation*/
ul#navigation {
	width:440px;
	list-style:none;
	background:#3b4b21;
	height:80px;
	display:block;
	font-size:18px;
	float:right;
}

ul#navigation li {
	float:left;
	width:70px;
	text-align:center;
	position:relative;
	height:40px;
	padding:30px 5px 10px;
}

ul#navigation li:last-child{
	width: 100px;
}

ul#navigation li:last-child {
	padding-right:0;
}

ul#navigation li a {
	color:#fff;
	font-weight:700;
	text-decoration:none;
	display:block;
}

ul#navigation li a.active {
	color:#e1ddb5;
}

ul#navigation li ul.sub-menu {
	background:#e1ddb5;
	width:180px;
	padding:10px!important;
	clear:both;
	list-style:none;
	display:none;
	position:absolute;
	top:80px;
	margin-left:-60px;
	margin-top:0!important;
	margin-bottom:0!important;
	border-left:5px solid #3b4b21;
	border-right:5px solid #3b4b21;
	border-bottom:5px solid #3b4b21;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

ul#navigation li ul.sub-menu li {
	clear:both;
	height:40px;
	padding:0;
	width:180px;
	text-align:center;
	margin:0;
}

ul#navigation li ul.sub-menu li a {
	background:none;
	font-size:18px;
	color:#133718;
	width:180px;
	text-decoration:none;
	padding:10px 0;
	border:none;
}

ul#navigation li ul.sub-menu li a:hover {
	background:#3b4b21;
	font-size:18px;
	color:#fff;
	border:none;
}

ul#navigation li ul.sub-menu li:last-child a:hover {
	background:#3b4b21;
	font-size:18px;
	color:#fff;
	border:none;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

#nav a#pull {
	display:none;
}

/*Mobile Drop Down Navigation*/
@media all and (max-width:700px) {
	#header {
		background:#3b4b21;
		height:80px;
		width:100%;
		font-size:18px;
		border-bottom:5px solid #133718;
		overflow:visible;
		clear:both;
		position:inherit;
		z-index:2;
	}
	
	#nav a#pull {
		display:block;
		color:#133718;
		font-weight:700;
		text-decoration:none;
		background:#81886a;
		width:20px;
		font-size:18px;
		padding:8px 11px 10px 15px;
		margin-top:15px;
		margin-right:20px;
		float:right;
		border:3px solid #133718;
		-moz-border-radius-topleft:8px;
		-moz-border-radius-topright:8px;
		-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		-moz-border-radius-bottomleft:8px;
		-moz-border-radius-bottomright:8px;
		-webkit-border-bottom-left-radius:8px;
		-webkit-border-bottom-right-radius:8px;
		border-radius:8px;
	}
	
	ul#navigation {
		width:280px;
		height:auto;
		clear:both;
		display:none;
		position:absolute;
		top:85px;
		right:0;
		z-index:100;
		background-color:#81886a;
		-moz-border-radius-bottomleft:8px;
		-webkit-border-bottom-left-radius:8px;
		border-bottom-left-radius:8px;
	}
	
	ul#navigation li {
		width:270px;
		height:auto;
		position:relative;
		padding-bottom:20px;
		border-bottom:2px solid #3b4b21;
	}
	
	ul#navigation li:last-child {
		border-top:none;
		border-bottom:none;
		width: 270px;
	}
	
	ul#navigation li a {
		color:#fff;
		font-weight:700;
		text-decoration:none;
		display:block;
		height:20px;
		clear:both;
	}
	
	ul#navigation li a.active {
		color:#3b4b21;
	}
	
	ul#navigation li ul.sub-menu {
		background:#3b4b21;
		width:260px;
		display:none;
		list-style:none;
		position:relative;
		margin-top:-60px!important;
		margin-left:-5px;
		margin-bottom:50px!important;
		padding-bottom:5px!important;
		border-left:none;
		border-right:none;
		overflow:auto;
		-moz-border-radius-bottomleft:0;
		-moz-border-radius-bottomright:0;
		-webkit-border-bottom-left-radius:0;
		-webkit-border-bottom-right-radius:0;
		border-radius:0;
	}
	
	ul#navigation li ul.sub-menu li {
		clear:both;
		height:40px;
		background:#3b4b21;
		border:none;
		padding:0;
		display:block;
		width:275px;
		text-align:center;
		margin:0;
		margin-left:-5px;
		overflow:hidden;
	}
	
	ul#navigation li ul.sub-menu li a {
		background:#3b4b21;
		font-size:18px;
		color:#fff;
		height:40px;
		margin-left:-10px;
		width:280px;
		text-decoration:none;
		padding:10px 0;
		border:none;
	}
	
	ul#navigation li ul.sub-menu li a:last-child {
		height:30px;
		display:block;
		margin-bottom:80px;
	}
	
	ul#navigation li ul.sub-menu li a:hover {
		background:#81886a;
		font-size:18px;
		color:#3b4b21;
		border:none;
	}
	
	ul#navigation li ul.sub-menu li:last-child a:hover {
		background:#81886a;
		font-size:18px;
		color:#3b4b21;
		border:none;
		border-radius:none;
	}
}

/* Desktop Home Page - Ordered By Layout*/
.banner-outter-box-full-width {
	width:100%;
	margin:0;
	position:relative;
	top:80px;
	padding:0;
	background:url(img/concrete-repeat-bkgd.png)repeat-x;
	height:299px;
}

.banner {
	max-width:60em;
	margin:0 auto;
	background:url(img/home-banner-lg.png)no-repeat center top;
	background-size:contain;
	height:299px;
	color:#fff;
}

#banner-logo {
	background:url(http://www.familyproject.com/wp-content/themes/FamilyProject/img/home-banner-logo.png;waFPa0f18db3ba641db9) no-repeat center center;
	width:482px;
	height:176px;
	text-indent:-9999px;
	float:right;
	margin-top:24px;
	margin-right:20px;
}

/* Home Page Resources-- Small Mobile & tablet */
@media (max-width:320px) {
	.banner-outter-box-full-width {
		background-position-y:-50px;
		height:280px;
	}
	
	.banner {
		background-color:;
		background:#162313 url(img/home-banner-lg.png)no-repeat center bottom;
	}
	
	#banner-logo {
		top:-60px;
	}
}

@media (min-width:320px) and (max-width:480px) {
	#banner-logo {
		position:absolute;
		left:20%;
		width:60%!important;
		float:none;
		margin:14px auto;
		display: block;
		background:url(http://www.familyproject.com/wp-content/themes/FamilyProject/img/home-banner-logo.png;waFPa0f18db3ba641db9) no-repeat;
		background-position:center top;
	}

}

@media (max-width:700px) {
	.banner {
		width:100%;
		margin:0 auto;
		background:url(img/tfp-web-banner-mobile.png)no-repeat center top;
		background-size:contain;
		height:489px;
		color:#fff;
	}
	
	.banner-outter-box-full-width {
		top:0;
	}
	
	#banner-logo {
		position:absolute;
		width:100%;
		float:none;
		display: block;
		margin:24px auto;
		background:url(http://www.familyproject.com/wp-content/themes/FamilyProject/img/home-banner-logo.png;waFPa0f18db3ba641db9) no-repeat;
		background-size:contain;
		background-position:center center;
	}
	
}

#button-box{
	width: 100%;
	background:#3b4b21;
	height: 50px;
		padding: 8px 0;
}

#button-center{
	margin: -8px auto 0 auto;
	max-width: 300px;
	overflow: hidden;

}
	
#button-box a.read-more-cta{
	background:#cf6d1d;
	border:1px solid #9a4703;
	color:#fff;
	float: left;
	text-decoration:none;
	font-size:18px;
	padding:5px;
	display:block;
	width:120px;
	margin: 8px 8px;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

#button-box a.read-more-cta span{
	font-size: 14px;
	display: block;
}	

#content {
	max-width:58.75em;
	margin:0 auto;
	padding:0 20px;
	margin-top:50px;
	height:auto;
	clear:both;
	overflow:auto;
}

@media (max-width:320px) {
	#content {
		margin-top:-90px!important;
	}
	
	#button-box{
	width: 100%;
	background:#3b4b21;
	height: 110px;
		padding: 8px 0;
}
	
	
	#button-box a.read-more-cta{
	background:#cf6d1d;
	border:1px solid #9a4703;
	color:#fff;
	float: none;
	text-decoration:none;
	font-size:18px;
	padding:5px;
	overflow: hidden;
	display:block;
	width:240px;
	margin: 8px 8px;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
	
	
}

@media (min-width:320px) and (max-width:480px) {
	#content {
		margin-top:-100px!important;
	}
}

@media (min-width:480px)and (max-width:568px) {
	#content {
		margin-top:20px!important;
	}
}

@media (min-width:568px)and (max-width:700px) {
	#content {
		margin:0 auto;
		padding:0 20px;
		margin-top:80px!important;
	}
}

@media (min-width:33.75em) and (max-width: 50em) {
	#content {
		margin:0 auto;
		padding:0 20px;
		margin-top:-20px;
	}
}

#content img,#about-content img {
	width:100%;
}

/* Home Page About */
#home-page-about {
	margin:0 auto;
	margin-top:60px;
	padding:5px;
	clear:both;
	overflow:auto;
}

#home-page-about h1 {
	font-weight:700;
}

	#home-page-about-video {
		width:60%;
		margin-right:24px;
		margin-bottom:10px;
		float:left;
	}
	
	#home-page-about-text {
		width:99%;
		margin:0;
		float:none;
	}

#home-page-about-text p {
	line-height: 22px;

	
	
}

/* Home Page About--Mobile & tablet */
@media (max-width: 43.75em) {
	#home-page-about-video {
		width:100%;
		margin-bottom:10px;
		float:left;
	}
	
	#home-page-about-text {
		width:100%;
		float:left;
		margin-left:0;
	}
}

/* Home Page About-- Landscape to small Desktop */
@media (min-width:43.75em) and (max-width: 50em) {
	#home-page-about {
		padding:5px 20px;
	}
	
	#home-page-about-video {
		width:50%;
		margin-right:24px;
		margin-bottom:10px;
		float:left;
	}
	
	#home-page-about-text {
		width:99%;
		margin:0;
		float:none;
	}
}

/* Home Page Resources */
#home-page-resources {
	margin-top:14px;
	margin-bottom:36px;
	clear:both;
	overflow:auto;
}

#home-page-resources h2 {
	font-weight:700;
	margin-bottom:36px;
}

.home-page-product {
	width:23%;
	margin:4px 7px;
	float:left;
	text-align:center;
}

.home-page-product h3 {
	margin-bottom:10px;
	font-weight:700;
}

.home-page-product h3 a {
	text-decoration:none;
	color:#cf6d1d;
}

.home-page-product h3 a:hover {
	text-decoration:none;
	color:#efac74;
}

.home-page-product img {
	max-height:250px;
	max-width:220px;
}

.home-page-product img:hover {
	opacity:.6;
}

.home-page-product p.price {
	margin:0;
	font-weight:700;
	font-style:italic;
	margin:10px 0;
}

.home-page-product a.buy-cta {
	display:block;
	padding:10px;
	width:150px;
	margin:10px auto;
	font-size:18px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#3b4b21;
	border:1px solid #133718;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

.home-page-product a.buy-cta:hover {
	background:#afc192;
	color:#133718;
}

.home-page-product a.learn-more-cta {
	display:block;
	font-size:14px;
	color:#cf6d1d;
	margin:5px 0;
}

/* Home Page Resources-- Small Mobile & tablet */
@media (max-width: 43.75em) {
	.home-page-product {
		width:100%;
		border-bottom:2px solid #3b4b21;
		margin:0 auto 20px;
	}
	
	.home-page-product:last-child{
		border:none;
	}

	
	.home-page-product a.learn-more-cta {
		margin-bottom:24px;
	}
	
	.home-page-product h3 a {
		font-size:18px;
	}
}

/* Home Page Resources-- Mid Mobile & tablet */
@media (min-width:35.5em) and (max-width: 45em) {
	.home-page-product {
		width:50%;
		margin:0 auto 2px;
		border:none;
	}
	
	.home-page-product h3 a {
		font-size:18px;
	}
}

/* Home Page About-- Landscape to small Desktop */
@media (min-width: 45em) and (max-width: 50em) {
	.home-page-product {
		width:23%;
		margin:0 6px;
	}
	
	.home-page-product h3 a {
		font-size:16px;
	}
	
	.home-page-product a.buy-cta {
		width:140px;
	}
}

/*Home Page Irreplaceable Call To Action*/

.screening-cta h2{
	background-image:url(http://www.familyproject.com/wp-content/themes/FamilyProject/img/728x90.jpg;waFPd2daf0bef7cd78fe);
	background-repeat: no-repeat;
	background-size:contain;
	margin: 0 auto 24px auto;
	max-width: 728px;

	clear: both;
}

.screening-cta a{
	display: block;
height: 90px;
	text-indent: -9999px;
}


#family-project-sidebar div.screening-ctaV2 h3{
	background-image:url(img/affinity-itm-banner-ad-300px-600px-v2.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	background-color: none !important;
	margin: 0 auto 24px auto;
	max-width: 280px;
	height: 600px;
	display: block;
	clear: both;
	overflow: auto;
}
div.screening-ctaV2 h3 a{
	background-color: none !important;
		max-width: 280px;
	height: 600px;
}
#family-project-sidebar div.screening-ctaV2 a{
	display: block;
	text-indent: -9999px;
		background-color: none !important;
			height: 600px;
}

@media (max-width:700px) {
	#family-project-sidebar div.screening-ctaV2 h3{
	background-image:url(http://www.familyproject.com/wp-content/themes/FamilyProject/img/728x90.jpg;waFPd2daf0bef7cd78fe);
	background-repeat: no-repeat;
	background-size:contain;
	background-color: none !important;
	margin: 0 auto 24px auto;
	max-width: 728px;
	height: 180px;
	display: block;
	clear: both;
	overflow: auto;
}
div.screening-ctaV2 h3 a{
	background-color: none !important;
				max-width: 728px;
	height: 180px;
}
#family-project-sidebar div.screening-ctaV2 a{
	display: block;
	text-indent: -9999px;
		background-color: none !important;
			max-width: 728px;
	height: 180px;
}
}

@media (max-width:480px) {
	#family-project-sidebar div.screening-ctaV2 h3{
	background-image:url(img/affinity-itm-banner-ad-300px-600px-v2.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	background-color: none !important;
	margin: 0 auto 24px auto;
	max-width: 280px;
	height: 600px;
	display: block;
	clear: both;
	overflow: auto;
}
div.screening-ctaV2 h3 a{
	background-color: none !important;
	max-width: 280px;
	height: 600px;
}
#family-project-sidebar div.screening-ctaV2 a{
	display: block;
	text-indent: -9999px;
		background-color: none !important;
		max-width: 280px;
	height: 600px;
}
}

#home-page-irreplaceable-call-to-action {
	min-height:90px;
	background-image:url(http://www.familyproject.com/wp-content/themes/FamilyProject/img/pastor-cta-bkgd.jpg;waFPd433cc571f3981e8);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
	margin:36px auto;
	clear:both;
	text-align: center;
	padding: 14px;
	overflow:auto;
}

#home-page-irreplaceable-call-to-action h2{
	color:#cf6d1d;
	font-size:36px;
	font-style: italic;
}

#home-page-irreplaceable-call-to-action h2 span{
	color: white;
}

#home-page-irreplaceable-call-to-action h2 a{
	color:#cf6d1d;

}

#home-page-irreplaceable-call-to-action h2 a:hover{
	color:#efac74;

}


#home-page-irreplaceable-call-to-action h3{
	color: white;
	margin: 14px auto;
	font-size: 18px;
	font-style: italic;
	margin-right: 24px;
}






#home-page-irreplaceable-call-to-action a.read-more-cta{
	background:#cf6d1d;
	border:1px solid #9a4703;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding:5px;
	display:block;
	width:120px;
	margin: 8px auto;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}	

#home-page-irreplaceable-call-to-action a.read-more-cta:hover{
	background:#efac74;
}

@media (max-width:700px) {
#home-page-irreplaceable-call-to-action h2{
	color:#cf6d1d;
	font-size:24px;
	font-style: italic;
}

#home-page-irreplaceable-call-to-action h2 span{
	color: white;
}

#home-page-irreplaceable-call-to-action h2 a{
	color:#cf6d1d;

}

#home-page-irreplaceable-call-to-action h2 a:hover{
	color:#efac74;

}


#home-page-irreplaceable-call-to-action h3{
	color: white;
	margin: 14px auto;
	font-size: 18px;
	font-style: italic;
	margin-right: 24px;
}

}

@media (max-width:480px) {
.screening-cta h2{
display: none;
}

.screening-cta a{
	display:none;
	
}
}

/*Home Page Blog*/
#home-page-blog {
	margin-bottom:36px;
	overflow:auto;
	clear:both;
}

#home-page-blog h2 {
	font-weight:700;
	margin-bottom:24px;
}

.home-page-blog-post {
	width:29.333%;
	margin:0 15px;
	float:left;
}

.home-page-blog-post img {
	max-width:299px;
	max-height:220px;
	float:left;
}

.home-page-blog-post img:hover {
	opacity:.6;
}

.home-page-blog-post h2 {
	margin:10px 0!important;
	font-weight:400;
}

.home-page-blog-post h2 a {
	text-decoration:none;
	color:#3b4b21;
}

.home-page-blog-post h2 a:hover {
	color:#afc192;
}

.home-page-blog-post p {
	line-height: 28px;
}

.home-page-blog-post a.read-more-cta {
	background:#cf6d1d;
	border:1px solid #9a4703;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding:10px;
	display:block;
	width:180px;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

.home-page-blog-post a.read-more-cta:hover {
	background:#efac74;
	color:#9a4703;
}

/* Home Page Blog-- Small Mobile & tablet */
@media (max-width:30em) {
	.home-page-blog-post img {
		max-width:299px;
		max-height:220px;
		float:left;
		margin-bottom:10px;
		padding-right:0!important;
	}
}

@media (max-width: 43.75em) {
	#home-page-blog h2 {
		margin-bottom:10px;
	}
	
	.home-page-blog-post {
		width:100%;
		margin:0 auto;
		padding:24px 0;
		border-bottom:2px solid #3b4b21;
	}
	
	.home-page-blog-post:last-child {
		border-bottom:none;
	}
	.home-page-blog-post img {
		max-width:299px;
		max-height:220px;
		float:left;
		padding-right:20px;
	}
}

/* Home Page Resources-- Mid Mobile & tablet */
@media (min-width:35.5em) and (max-width: 43.75em) {
	.home-page-blog-post img {
		max-width:299px;
		max-height:220px;
		float:left;
		padding-right:20px;
	}
}

/* Home Page About-- Landscape to small Desktop */
@media (min-width: 43.75em) and (max-width: 50em) {
	.home-page-blog-post {
		width:28%;
		margin:0 15px;
		float:left;
	}
}

/*Home Page FAQs Call To Action*/
#home-page-faqs-call-to-action {
	height:90px;
	background:gray;
	clear:both;
	margin:36px auto;
	clear:both;
	overflow:auto;
}

/* Home Page GEN3 */
#home-page-gen3 {
	clear:both;
	overflow:auto;
	margin-bottom:36px;
}

#home-page-gen3 h2 {
	margin-bottom:36px;
	font-weight:700;
}

#home-page-gen3-ad {
	width:31%;
	margin-left:10px;
	float:left;
	padding-right:24px;
	display:inline;
}

#home-page-gen3-text {
	width:65%;
	float:left;
}

#home-page-gen3-text h2 {
	margin-bottom:10px;
	font-weight:400;
}

#home-page-gen3-text h2 a {
	text-decoration:none;
	color:#3b4b21;
}

#home-page-gen3-text h2 a:hover {
	color:#afc192;
}

#home-page-gen3-text a.read-more-cta {
	background:#cf6d1d;
	border:1px solid #9a4703;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding:10px;
	display:block;
	width:200px;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

#home-page-gen3-text a.read-more-cta:hover {
	background:#efac74;
	color:#9a4703;
}

/* Home Page Blog-- Small Mobile & tablet */
@media (max-width: 30em) {
	#home-page-gen3-ad {
		width:280px;
		padding:0;
		margin:0;
	}
	
	#home-page-gen3-text {
		width:100%;
	}
}

/* Home Page About--Mid Mobile & tablet Landscape to small Desktop */
@media (min-width:33.75em) and (max-width: 60em) {
	#home-page-gen3-ad {
		width:31%;
		padding:0;
		margin:0;
	}
	
	#home-page-gen3-text {
		width:60%;
		margin-left:20px;
	}
}

/* ABOUT PAGE STYLING STARTS HERE ++++++++++++++++++++++++++*/
#about-content {
	max-width:58.75em;
	margin:0 auto;
	padding:0 20px;
	clear:both;
	overflow:auto;
	margin-bottom:120px;
}

div#about-content h1:first-child {
	margin-bottom:24px;
}

#about-page-about-video {
	width:50%;
	margin-right:24px;
	margin-bottom:10px;
	float:left;
}

#about-page-about-text {
	width:99%;
	margin:0;
	float:none;
}

#about-page-about-text p {
	line-height: 28px;
	font-size:16px;
}

@media (max-width:700px) {
	#about-content {
	margin-bottom:0px;
	}
	#about-page-about-video {
		width:100%;
		margin-right:24px;
		margin-bottom:10px;
		float:left;
	}
	
	#about-page-about-text {
		width:100%;
		margin:0;
		float:none;
	}
}

/* Downloadable Content PAGE STYLING STARTS HERE ++++++++++++++++++++++++++*/
#downloadable-content {
	max-width:58.75em;
	margin:0 auto;
	padding:0 20px;
	clear:both;
	overflow:auto;
	margin-bottom:120px;
}

#downloadable-content h1 {
	margin-bottom:24px;
}

#downloadable-content p {
	line-height: 28px;
}

#downloadable-content ul {
	margin-left:36px;
}

#downloadable-content li {
	margin:6px 0;
}

#download-call-to-action {
	max-width:20em;
	margin:50px auto;
}

#download-call-to-action a.download-cta {
	background:#cf6d1d;
	border:1px solid #9a4703;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding:10px;
	display:block;
	width:200px;
	margin:0 auto;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

#download-call-to-action a.download-cta:hover {
	background:#efac74;
	color:#9a4703;
}

/* Resource Content PAGE STYLING STARTS HERE ++++++++++++++++++++++++++*/
#resource-content {
	max-width:58.75em;
	margin:0 auto;
	padding:0 20px;
	clear:both;
	overflow:auto;
	margin-bottom:0px;
}

#resource-content a.buy-cta {
	display:block;
	padding:10px;
	width:150px;
	margin-bottom:36px;
	font-size:18px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#3b4b21;
	border:1px solid #133718;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

#resource-content a.buy-cta:hover {
	background:#afc192;
	color:#133718;
}

#resource-content p.price {
	margin:0;
	font-weight:700;
	font-style:italic;
	margin:10px 0;
}

#resource-page-product-image {
	max-width:50%;
	max-height:400px;
	float:left;
}

#resource-page-product-image img {
	width:100%;
}

#resource-page-product-text {
	float:left;
	width:50%;
	margin-bottom:36px;
}

#resource-page-product-text ul{
	margin-left: 24px;
}

#resource-page-product-text p {
	font-size:16px;
	line-height: 28px;
}

#resource-content img{
	width: 100%;
}

@media (max-width:700px) {
	#resource-page-product-image {
		max-width:100%;
		max-height:400px;
		float:left;
	}
	
	#resource-page-product-image img {
		width:100%;
	}
	
	#resource-page-product-text {
		float:left;
		width:100%;
		margin-bottom:36px;
	}
}

/* FAQS Content PAGE STYLING STARTS HERE ++++++++++++++++++++++++++*/
#faqs {
	max-width:58.75em;
	margin:0 auto;
	padding:0 20px;
	clear:both;
	overflow:auto;
	margin-bottom:120px;
}

@media (max-width:700px){
	#faqs {

	margin-bottom:50px;
}

}

#faqs .faqs-header {
	background:#e1ddb5;
	position:relative;
	color:#3b4b21;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-radius:8px;
}

#faqs .faqs-header h2 {
	margin:12px auto;
	cursor:pointer;
	padding:5px 50px;
}

#faqs .header-active {
	background:#e1ddb4;
}

#faqs .faqs-header span {
	background:url(img/arrow-up.png)no-repeat;
	display:block;
	position:absolute;
	width:28px;
	height:28px;
	top:5px;
	left:10px;
}

#faqs .faqs-header span.icon-active {
	background:url(img/arrow-down.png)no-repeat;
	display:block;
	position:absolute;
	width:28px;
	height:28px;
	top:5px;
	left:10px;
}

#faqs div.faqs-content {
	margin:0 auto;
	padding:5px 24px 10px;
	border:3px solid #e1ddb5;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-radius:8px;
}

#faqs div.faqs-content p {
	line-height: 28px;
	padding:14px 0;
	margin-bottom:0;
}

#faqs div.faqs-content dt {
	font-weight:700;
	color:#cf6d1d;
	font-size:18px;
}

#faqs div.faqs-content dl {
	margin:24px 0;
}

#faqs div.faqs-content dd {
	margin:0;
}

#faqs div.faqs-content ul {
	margin-left:36px;
}

#faqs div.faqs-content li {
	margin:10px auto;
}

/*Video Session Page Styling ----------------*/
#video-content {
	max-width:58.75em;
	margin:0 auto;
	padding:0 20px;
	clear:both;
	overflow:auto;
	margin-bottom:20px;
}

#video-content h1 {
	margin-bottom:24px;
}

#video-session {
	width:60%;
	padding:14px;
	margin-right:14px;
	float:left;
	background:#e1ddb4;
}

#video-session h1,#video-session h2 {
	margin:14px;
}

div.leader-video {
	margin-bottom:14px;
}

#video-session p {
	line-height: 28px;
}

/*Family Project Sidebar*/
#family-project-sidebar {
	width:31.25%;
	margin:0 0 0 14px;
	float:left;
	list-style: none;
}

#family-project-sidebar ul{
	list-style: none;
}

#family-project-sidebar div#ad {
	max-width:299px;
	max-height:235px;
	margin-bottom:24px;
}

#family-project-sidebar div#ad img {
	width:100%;
}

#family-project-sidebar h2 {
	background:#e1ddb4;
	font-size:24px;
	font-weight:700;
	margin-bottom:14px;
	padding:4px;
}

#family-project-sidebar a {
	color:#cf6d1d;
	text-decoration:none;
	font-size:18px;
	font-weight:700;
	display:block;
	margin:24px 14px;
}

#sidebar-Resources {
	width:100%;
	border-bottom:2px solid #3b4b21;
	margin:0 auto 20px;
	text-align:center;
	border:none;
}

#sidebar-Resources  a.learn-more-cta {
	margin-bottom:24px;
}

#sidebar-Resources-product h3 a {
	font-size:18px;
}

#sidebar-Resources  h3 a:hover {
	text-decoration:none;
	color:#efac74;
}

#sidebar-Resources  img {
	max-height:250px;
	max-width:220px;
}

#sidebar-Resources  img:hover {
	opacity:.6;
}

#sidebar-Resources  p.price {
	margin:0;
	font-weight:700;
	font-style:italic;
	margin:10px 0;
}

#family-project-sidebar a.buy-cta {
	display:block;
	padding:10px;
	width:150px;
	margin:10px auto;
	font-size:18px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#3b4b21;
	border:1px solid #133718;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

#sidebar-Resources  a.buy-cta:hover {
	background:#afc192;
	color:#133718;
}

#sidebar-Resources  a.learn-more-cta {
	display:block;
	font-size:14px;
	color:#cf6d1d;
	margin:5px 0;
}
#session-nav {
clear:both;
margin:0 auto;
padding:0 auto 10px auto;
width: 100%;
}

#session-nav h3{
	margin-bottom: 14px;
	font-weight: bold;	
}

#session-nav p{
	width:45%;
	margin: 0;
	}
	
	#session-nav p:first-child{
	
			float: left;
	}
	
		#session-nav p:last-child{
			float:right;
	}

#session-nav p a{
	float:left;
	background:#cf6d1d;
	padding:11px;
	padding-bottom:9px;
	border: 1px solid #9a4703;
	width:100%;
	margin:0 2px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	display:block;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

#session-nav p a:hover{
	background:#d68c50;
	padding:11px;
	padding-bottom:9px;
	width:100%;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	display:block;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}





@media (max-width:700px) {
	#video-session {
		width:100%;
		margin:0 auto 24px;
		padding:0;
	}
	
	#family-project-sidebar {
		width:100%;
		margin:0 auto;
	}
	
	#video-session h1,#video-session h2 {
		margin-bottom:14px;
		padding:14px 0 0 14px;
	}
	
	div.leader-video {
		margin:14px;
	}
	
	#video-session p {
		line-height: 28px;
		padding:14px;
	}
	
	#session-nav {
	padding-bottom: 24px;
		clear:both;
		overflow:auto;
	}
	#session-nav p{
	display: block;
	width:90%;
	float: none;
	}
	
		#session-nav p:first-child{
	
			float:none;
	}
	
		#session-nav p:last-child{
			float:none;
	}
	
	
	#session-nav p a{
		width: 100%;
		float: none;
		margin-bottom: 7px;
	}
	
	#session-nav p a:hover{
		width: 100%;
	}
}


/*Inner Blog Post Page Styling ----------------*/
#inner-blog-content{
	max-width:58.75em;
	margin:0 auto;
	padding:0 20px;
	clear:both;
	overflow:auto;
	margin-bottom:140px;
}

#blog-bread-chrumbs, #blog-bread-chrumbs a{
	font-size: 14px;
	color: #cf6d1d;
	margin: 14px 0;
	text-decoration: none;
}

#inner-blog-post{
	width:60%;
	padding:14px;
	margin-right:14px;
	float:left;
	background:#e1ddb4;
}

#inner-blog-post h1,#inner-blog-post h2{
	margin:12px 0;
}

 #inner-blog-post iframe{
	 margin-bottom: 24px;
 }

#inner-blog-post p{
	line-height: 28px;
	margin: 18px 0;
}

@media (max-width:700px) {
#inner-blog-post{
		width:100%;
		margin:0 auto 24px;
		padding:0px;
	}

#inner-blog-post p,#inner-blog-post h2, #inner-blog-post h1{
	padding:0 14px;
}

#inner-blog-post .feature-img{
	padding:0;
	height: auto;
}	
	
}

/*Blog List Page Styling ----------------*/
#blog-list-content{
	max-width:58.75em;
	margin:0 auto;
	padding:0 20px;
	clear:both;
	overflow:auto;
	margin-bottom:140px;
}

#blog-list-roll{
	float:left;
	width:60%;
	margin-right: 42px;
}

#blog-list-post{
width:100%;
float: left;
	padding:14px;
	margin-right:14px;
	margin-bottom: 36px;
	background:#e1ddb4;	
}

#blog-list-post h1 a{
		text-decoration: none;
		color:#3b4b21;
}

#blog-list-post h2 {
	margin: 14px 0;
}

#blog-list-post p{
	line-height: 28px;
}

#blog-list-post a.read-more-cta {
	background:#cf6d1d;
	border:1px solid #9a4703;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding:10px;
	display:block;
	width:180px;
	text-align:center;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

#blog-list-post a.read-more-cta:hover {
	background:#efac74;
	color:#9a4703;
}

@media (max-width:700px) {
#blog-list-content{
margin-bottom: 80px;
}


#blog-list-roll{
	width: 100%;
}
#blog-list-post{
		width:100%;
		margin:0 auto 24px;
		padding:0;
		padding-bottom: 14px;
	}

#blog-list-post p,#blog-list-post h2, #blog-list-post h1{
	padding:0 14px;
}

#blog-list-post a.read-more-cta{
	margin: 14px;
}	
	
}



/*Footer*/
#footer-outter-box-full-width {
	background:#3b4b21;
	clear:both;
	margin-top:0;
	overflow:auto;
}

#footer-text-container {
	max-width:58.75em;
	margin:24px auto;
	overflow:auto;
	padding:0 24px;
}

#footer-logo {
	float:left;
	width:33%;
	
}

#footer-logo h2.footer-logo a {
	display:block;
	text-indent:-9999px;
	height:60px;
	width:150px;
	background:url(http://www.familyproject.com/wp-content/themes/FamilyProject/img/tfp-logo.png;waFPc1ab1dad44be22fc) no-repeat;
	margin-bottom:24px;
}



#footer-social{
	width: 33%;
	text-align: center;
	float: left;

}
#footer-social h3{
	margin-bottom: 14px;
	color:white;
	font-weight:bold;
}
#footer-social a{
	margin: 7px;
}

#footer-social a:hover{
	opacity: 0.6;
}

#footer-nav {
	float:right;
	width:33%;
	text-align:right;

}

#footer-nav h3 a.footer-top-btn {
	margin-bottom:60px;
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:700;
}

#footer-nav h3 a.footer-policy {
	color:#afc192;
	text-decoration:none;
}

#footer-nav h3 a.footer-top-btn:hover {
	color:#afc192;
}

#footer-copyright {
	clear: both;
}

#footer-copyright p.footer-copyright {
	color:#afc192;
	font-size:14px;
	}


@media (max-width:700px) {
	#footer-outter-box-full-width {
		background:#3b4b21;
		border-top:5px solid #133718;
		width:100%;
		overflow:auto;
		position:bottom;
	}

	
	#footer-nav ,#footer-social{
		width: 100%;
		clear:both;
		margin: 7px auto 14px auto;
		text-align:  center;
	}
	#footer-copyright {
		text-align: center;
	}
}

#socialMedia{
	width:300px;
	margin: 10px 0;
}

#socialMedia h2{
	color:#cf6d1d;
	font-size: 20px;
	margin-left: 0;
	margin-bottom: 10px;
}

#socialMedia a img{
	max-width: 24px;
	max-height: 24px;
	margin: 2px;
	cursor: pointer;
}

#socialMedia a img:hover{
	opacity: 0.6;
}

@media (max-width:700px) {
	#socialMedia{
	width:200px;
	padding:10px 24px;
	text-align: center;
	margin: 0 auto;
	}
}

#black-box{
	height: 1200px;
	background-color: black;
}

#orange-box{
	width: 100%;
	min-height: 80px;	
	margin-top: 40px;
	
	position: fixed;
	
	background-color: #cf6d1d;
	border-top: 5px solid #9a4703;

}

#orange-box a.close-btn{
	display: block;
	width: 36px;
	height: 36px;
	
	float: right;
	position:relative;
	right: 20px;
	top:-20px;

	text-indent: -9999px;
	background-image: url(img/close-btn.png);
	background-repeat: no-repeat;

}

#orange-box-content{
	max-width: 41em;
	min-height: 80px;
	margin:0px auto;
	overflow-y: auto;


	
}

#orange-box-logo{
	width: 197px;
	height:221px;
	margin-top: 10px;
	margin-left: 24px;
	display: block;
	position: relative;
	overflow-y: auto;
	top:-170px;
	float: left;
	
	text-indent: -9999px;
	background-image: url(img/irreplaceable-dvd.png);
	background-repeat: no-repeat;
	
}

#orange-box-content h2{
	float: left;
	color: white;
	font-weight: normal;
	margin: 22px 0px 0px 10px;
}

#orange-box-content a.green-cta{
	display: block;
	padding: 6px 30px;
	margin: 20px 0px 0px 24px;
	float: left;
	
	color: white;
	text-decoration: none;
	background-color: #3b4b21;
	border: 2px solid #133718;
}

@media (max-width:910px){
	
	#orange-box-content{
		max-width: 20em;
		margin:0px auto;
		overflow-y: auto;
		text-align: center;
	
	}
	
	#orange-box-logo{
		top:-100px;
	}
	
	.button-box{
		width: 150px;	
		margin:0px auto;
	}
	
	#orange-box-content a.green-cta{
		margin: 24px auto 0px auto;
		width: 100px;
		padding: 6px 30px;
	}
}

@media (max-width:560px){
	
	#orange-box-logo{
		position:static;
		float: none;
		margin: 24px auto 0px auto;
	}
	
		#orange-box-content a.green-cta{
		margin: 24px auto;
		width: 100px;
		padding: 6px 30px;
	}
	
	#orange-box{
		border-bottom: 5px solid #9a4703;
	}
}

.itm-banner-ad{
	max-width: 590px;
	margin-bottom: 24px;
}

.itm-banner-ad img{
	width: 100%;
}

.share-gallery li{
	width: 30%;
	margin: 1.3%;
	list-style: none;
	float: left;
}

@media (max-width:590px){
	.share-gallery li{
	width:100%;
	margin: 14px 0;
	list-style: none;
	float:none;
}
}

#inner-blog-post ul, #inner-blog-post ol{
margin-left: 24px !important;
}

