/*
Theme Name: Family Sect
Author: Fanfare
Author URI: http://studiofanfare.com/
Text Domain: familysect
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon_iw01ju.eot');
    src:    url('fonts/icomoon_iw01ju.eot#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff') format('woff2'),
        url('fonts/icomoon_iw01ju.ttf') format('truetype'),
        url('fonts/icomoon_iw01ju.woff') format('woff'),
        url('fonts/icomoon_iw01ju.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\e901";
}
.icon-facebook:before {
    content: "\e902";
}

html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	background-color: black;
	color: #c5bda8;
	font-family: "europa", sans-serif;
	font-weight: 300;
	
	position: relative;
	margin: 0;
	min-height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
p {
	margin-bottom: 1.8em;
	line-height: 1.5em;
}
a {
	color: #a1572f;
}
a:hover {
	color: #6e3c20;
	text-decoration: none;
}

.downloader {
    display: block;
    background: #a1572f;
    color: black;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.1em;
}
.downloader:hover {
    background: #65351c;
    color: black;
}

h1 {
    margin: 70px 0;
    text-align: center;
    font-family: "kepler-std-subhead", sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
		letter-spacing: 0.1em;
	
}
h2 {
	margin: 120px auto 0;
	font-family: "kepler-std-subhead", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #65523d;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

.roughline {
	display: block;
	margin: 5px auto 50px;
	width: 200px;
	height: 8px;
	background-image: url(img/rough-line.gif);
	background-size: 100% 100%;
}

.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%;
}
.content-anchor {
	display: block;
	height: 20px;
}
.header-image {
	display: block;
	width: 100%;
	position: relative;
}
.header-im {
	display: block;
	width: 100%;
	padding-bottom: 50%;
	background-image: url(img/poster-header4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.header-im-page {
	padding-bottom: 21.7%;
	background-image: url(img/header2.jpg);
}
.grain {
	width: 100%;
	height: 100%;
	background-image: url(img/grain3.gif);
	background-repeat: repeat;
	opacity: 0.2;
	position: absolute;
	top : 0;
	left: 0;
}
footer {
	
	padding-top: 100px;
}

.footer-image {
	display: block;
	width: 100%;
	position: relative;
}
.footer-im {
	display: block;
	width: 100%;
	padding-bottom: 7.5%;
	background-image: url(img/footer2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#footer-logos {
	margin-bottom: 100px;
}
#footer-logos ul {
	padding-left: 0;
}
#footer-logos li {
	display: inline-block;
}
#footer-logos img {
	height: 46px;
    opacity: 0.5;
    margin: 0 10px;
}




#header nav {
    display: none;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand>img {
    height: 30px;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #6e3c20;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default {
    background-color: #000;
    border-color: #000;
    border-bottom: 1px solid #6e3c20;	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #6e3c20;
    background-color: #000;
}
.navbar-default .navbar-nav>li>a {
    color: #6e3c20;
    font-size: 22px;
}
#menu-main-menu-1 {
	border-top: 1px solid #6e3c20;
	border-bottom: 1px solid #6e3c20;	
	text-align: center;
}
#menu-main-menu-1 li {
	display: inline-block;
	padding: 9px;
	font-family: "kepler-std-subhead", sans-serif;
	font-weight: 700;
	letter-spacing: 0em;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
}
#menu-main-menu-1 .menu-item-62, #menu-main-menu-1 .menu-item-63 {
    font-size: 18px;
}

/* Hide Dropdowns by Default */
.menu-main-menu-container ul ul {
	display: none;
	position: absolute;
    top: 36px;
    background: black;
    border-left: 1px solid #6e3c20;
    border-right: 1px solid #6e3c20;
    border-bottom: 1px solid #6e3c20;
    left: 0;
    z-index: 10;
    text-align: left;
}
	
/* Display Dropdowns on Hover */
.menu-main-menu-container ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.menu-main-menu-container ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}





.dl-im-cage {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 30px;
}


.pdf-cage, .images-cage {
	height: 300px;
	display: block;
	border: 2px solid #65523d;
	padding: 20px;
}
.pdf-cage h3, .images-cage h3, .reviews-cage h3  {
	margin-bottom: 20px;
	font-size: 20px;
		font-family: "kepler-std-subhead", sans-serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;	
}
h4 {
	margin-bottom: 8px;
	font-size: 20px;
		font-family: "kepler-std-subhead", sans-serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;	
}
.filmmaker-title {
    text-align: center;
    margin-bottom: 14px;
}
.filmmaker-cage {
	padding: 0 40px;
}

#gform_wrapper_1 {
	
}
#gform_wrapper_1 label {
	display: none;
}
#gform_wrapper_1 input[type="text"], #gform_wrapper_1 textarea {
	background-color: black;
	font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #65523d;
}
#gform_wrapper_1 input[type="submit"] {
	font-family: "kepler-std-subhead", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: black;
	background-color: #65523d;
	padding: 12px 15px 10px;
    border: 0;
    font-size: 25px;
}
#gform_wrapper_1 input[type="submit"]:hover {
	background-color: #9d703f;
	cursor: hand;
}
#gform_wrapper_1  .gform_footer {
    padding: 0em 0 .625em;
    margin: 0em 0 0;
    clear: both;
    text-align: center;
}

.sguide ul {
	list-style-type: circle;
	padding-left: 30px;
}
.sguide li {
	margin-bottom: 20px;
}

.media-quote {
	margin-bottom: 40px;
}
.media-quote q {
    font-style: italic;
    font-size: 20px;
}
.media-quote .quote_source {
    text-align: right;
    margin-top: 6px;
    font-size: 13px;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}

.reviews-cage h3 {
	margin-top: 40px;
	margin-bottom: 30px;
	/*text-align: center;
	font-weight: 700;
	*/
}
.review {
	margin-bottom: 30px;
}
.review-quote {
	font-size: 20px;
}
.review-date {
	color: #723e21;
}
.sales-info {
	text-align: center;
}
.sales-info h3 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;	
	height: 50px;
}
.sales-info h4 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;	
	height: 50px;
}
.sales-info img {
	height: 60px;
	opacity: 0.5;
}




@media only screen and (min-width:768px) {
	.the-bits {
		height: 770px;
	}
	.the-bits:nth-child(4), .the-bits:nth-child(5) {
		height: 540px;
	}
	
}
@media only screen and (min-width:1024px) {
	.the-bits {
		height: 660px;
	}
	.the-bits:nth-child(4), .the-bits:nth-child(5) {
		height: 440px;
	}
}
.the-bits p {
	    margin-bottom: 1em;
}


/*------------------------------------*\
    SESSIONS
\*------------------------------------*/
.session {
	border-bottom: 1px solid #745734;
	padding: 30px 0;
}
.sessions-page h2 {
	margin-top: 30px;
    font-size: 30px;
}
.sessions-page h4 {
	text-align: left;
}
.sessions-page ul {
	
}
.sessions-page ul li {
	margin-bottom: 20px;
}
@media only screen and (min-width:320px) and (max-width: 767px){
    #menu-main-menu-1 {
	    display: none;
    }
    #header nav {
	    display: block;
    }
    .pdf-cage {
	    margin-bottom: 30px;
    }
    h2 {
    	margin: 70px auto 10px;
	}
	.filmmaker-cage {
		padding: 0 10px;
	}
}
@media only screen and (min-width:320px) and (max-width: 500px){
    .dl-im-cage {
		height: 210px;
	}
}
@media only screen and (min-width:501px) and (max-width: 767px){
    .dl-im-cage {
		height: 270px;
	}
}
@media only screen and (min-width:768px) and (max-width: 991px){
    .dl-im-cage {
		height: 220px;
	}
	#menu-main-menu-1 li {
	    padding: 15px 9px;
	    font-size: 17px;
	}
}
@media only screen and (min-width:992px) and (max-width: 1170px){
   
	#menu-main-menu-1 li {
	    padding: 15px 11px;
	    font-size: 19px;
	}
}
@media only screen and (min-width:768px) {
    .pull-left {
	    margin-left: -30px;
    }
    .pull-right {
	    margin-left: 30px;
	    margin-right: -30px;
    }
}