/*
Theme Name: Doula Love
Version: 1.0
Description: Custom website for Intervision Lite
Author: Intervision Design
Author URI: http://www.intervision.com.au
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/




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

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

/************************************/
/************ START CSS *************/

body {
	background: #fff;
	color: #000;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#e5764a;
	font-weight: 400;
}
a:hover,
a:active {
	color:#e5764a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'GothamMedium', sans-serif;
}

/*a { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }*/
/* .round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }*/

/************************************/
/*************** MAIN ***************/

/* Colors
	#e5764a = Orange
	#EFF4F9 = Light Blue
	#1F2123 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; position: relative; padding: 12px 30px; height: 45px; font-family: 'GothamMedium', sans-serif; font-size: 15px; text-transform: uppercase; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center; border: 2px solid; overflow: visible;}
.btn.center { margin: 0 auto;}
.btn.full { display: block;}
.btn.overlay { background: rgba(0,0,0,0.3); position: absolute; left: 50%; top: 50%; width: 200px; margin: -20px 0 0 -100px; z-index: 99;}

.btn.btn_color { color: #fff; background: #e5764a; border-color: #e5764a;}
.btn.btn_white { color: #fff; background: none; border-color: #fff;}
.btn.btn_dark { color: #fff; background: #1F2123; border-color: #1F2123;}

.btn.btn_color:hover { color: #e5764a; background: #fff;}
.btn.btn_white:hover { color: #e5764a; background: #fff;}
.btn.btn_dark:hover { color: #1F2123; background: #fff;}

.fa { font-style: normal !important;}

.shadow { 
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Header */

#header { position: absolute; top: 0; left: 0; width: 100%; z-index: 999; text-align: center;}
	#logo { padding: 10px 0; margin: 0 auto;}
	
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #e5764a; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 0; right: 30px; z-index: 9999;}
	.menu-button.active { background: #e5764a;}
	
	.menu-button:before, .menu-button:after { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.menu-button:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #fff; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -10px;}
	.menu-button:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
	.menu-button.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px; border-color: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.menu-button.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}
	.menu-button.tablet { position: relative; margin: 0 auto; top: auto; right: auto; left: 40px;}
	.menu-button span { display: inline-block; position: absolute; height: 40px; width: 80px; text-align: center; background: #fff; color: #e5764a; right: 40px; padding: 13px 0; border: 2px solid #e5764a; top: 0; font-family: 'GothamMedium', sans-serif; font-size: 14px; line-height: 1em;}

/* Home */

#cover_block { height: 600px; position: relative; background: no-repeat center top fixed;
	-webkit-background-size: auto 600px !important;
	-moz-background-size: auto 600px !important;
	-o-background-size: auto 600px !important;
	background-size: auto 600px !important;}
	#cover_block .overlay {}

#intro_block { text-align: center; padding: 50px 0;}
	#intro_block .intro_h2 { font-size: 36px;}
	#intro_block .intro_h2:after { display: block; content: ''; width: 100px; height: 2px; margin: 30px auto; background: #e5764a;}
	#intro_block .text {}

#image_block {}
	#image_block .slide { height: 500px; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

#promo_block { text-align: center; padding: 50px 0; position: relative;}
	.promo_item { color: #000;}
	.promo_item .preview { width: 200px; height: 200px; margin: 0 auto; background: no-repeat center center; position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
	.promo_item .preview:after { display: block; content: ''; width: 200px; height: 200px; position: absolute; top: 50%; left: 50%; margin: -100px 0 0 -100px; -webkit-border-radius: 150px; -moz-border-radius: 150px; border-radius: 150px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.promo_item h3 { font-size: 18px; padding: 30px 20px 15px 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.promo_item .text { max-width: 200px; margin: 0 auto;}
	.promo_item span { display: block; color: #e5764a; font-family: 'GothamMedium', sans-serif; padding: 10px 0;}
	
	.promo_item:hover .preview:after { width: 220px; height: 220px; border: 2px solid #e5764a; margin: -110px 0 0 -110px;}
	.promo_item:hover h3 { color: #e5764a;}

#quote_block { position: relative; text-align: center; padding: 150px 0; background: no-repeat center center; color: #fff;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	#quote_block i, #quote_block .quote { position: relative; z-index: 99;}
	#quote_block i { font-size: 32px;}
	#quote_block .quote { font-size: 18px; line-height: 1.4em;}
	#quote_block .overlay { background: #e5764a; opacity: 0.2;}

#slideshow { position: relative; width: 100%; height: 650px; max-height: 50% !important; background: #1F2123;}
	#slideshow .cycle-slideshow { height: 100%;}
	#slideshow .slide { width: 100%; height: 100%; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

/* Pages */

#cover { position: relative; background: no-repeat center top fixed; height: 500px;
	-webkit-background-size: auto 600px !important;
	-moz-background-size: auto 600px !important;
	-o-background-size: auto 600px !important;
	background-size: auto 600px !important;}
.overlay { position: absolute; top: 0; width: 100%; z-index: 1; height: 100%; background: url(_assets/img/fade.png) repeat-x left top;}

#content { padding: 40px 0; background: #fff; position: relative;}

.page_title { font-size: 36px; text-align: center;}
.page_title a { color: #000;}
.page_title:after { display: block; content: ''; width: 100px; height: 2px; margin: 30px auto 50px auto; background: #e5764a;}
.page_gap { display: block; width: 100px; height: 2px; margin: 30px auto 50px auto; background: #e5764a;}

.text.single_page { padding: 0 150px;}

#page_nav { position: relative;}
	#page_nav a { position: relative; display: block; background: #e5764a no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	#page_nav .navi_item { color: #fff; padding: 80px 50px; position: relative; z-index: 99; }
	#page_nav .navi_item.left { text-align: right;}
	#page_nav .navi_item.right { text-align: left;}
	#page_nav a .overlay { background: #e5764a; opacity: 0.2; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	#page_nav a:hover .overlay { opacity: 0.5;}

/* Justified Gallery */

.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}

/* Posts */

.blog_footer { position: relative; height: 150px; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.blog_footer .overlay { background: url(_assets/img/footer.png) repeat-x left top;}

.blog_posts {}
.the_post { margin: 0 30px 30px 0; background: #fff;}
	.the_post { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview { position: relative; width: 200px; height: 200px; -webkit-border-radius: 150px; -moz-border-radius: 150px; border-radius: 150px;
	background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	}
	.the_post .preview:after { display: block; content: ''; width: 200px; height: 200px; position: absolute; top: 50%; left: 50%; margin: -100px 0 0 -100px; -webkit-border-radius: 150px; -moz-border-radius: 150px; border-radius: 150px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview span { position: absolute; display: block; top: 10px; left: 10px; width: 50px; height: 50px; background: #e5764a; color: #fff; text-align: center; padding-top: 12px; font-size: 14px; font-weight: bold; font-family: sans-serif; line-height: 1em; z-index: 99; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
	.the_post .preview span em { font-style: normal; font-weight: normal; font-size: 11px; display: block;}
	.the_post .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #fff; text-align: center; z-index: 1;}
	.the_post .no_img { height: 80px; display: block; position: relative; background: #DFE5EA;}
	.the_post .details { padding: 30px;}
	.the_post h3 { padding-bottom: 20px; line-height: 1.3em; font-size: 20px; text-transform: none; color: #333;}
	.the_post .text { color: #333;}
	.the_post .more { display: block; padding-top: 20px; color: #e5764a; font-weight: 700;}
	
	.the_post:hover .preview:after { width: 220px; height: 220px; border: 2px solid #e5764a; margin: -110px 0 0 -110px;}

.post_single { margin-right: 30px;}
	
	.post_header { position: relative;}
	.post_header .preview { position: absolute; z-index: 99; left: 0; top: -50px; width: 200px; height: 200px; -webkit-border-radius: 150px; -moz-border-radius: 150px; border-radius: 150px;
	background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	}
	.post_header .preview span { position: absolute; display: block; top: -10px; left: -10px; width: 75px; height: 75px; background: #e5764a; color: #fff; text-align: center; padding-top: 20px; font-size: 18px; font-weight: bold; font-family: sans-serif; line-height: 1em; z-index: 99; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
	.post_header .preview span em { font-style: normal; font-weight: normal; font-size: 14px; display: block;}
	
	.post_header .page_title { font-size: 36px; text-align: left; margin-left: 230px; text-transform: none;}
	.post_header .page_title:after { display: block; content: ''; width: 100px; height: 2px; margin: 30px 0 50px 0; background: #e5764a;}
	
	.post-social { position: relative; z-index: 999; margin-left: 230px; margin-top: -60px; padding-bottom: 30px;}
	.post-social li { display: inline-block; position: relative; text-align: center; margin: 0 5px;}
	.post-social li a { display: block; height: 40px; min-width: 40px; font-size: 18px; padding: 10px 10px 10px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	}
	.post-social li a em { display: none;}
	
	.post-social li.fb a { background: #fff; color: #3a589b;}
	.post-social li.tw a { background: #fff; color: #51c7ef;}
	.post-social li.pi a { background: #fff; color: #cb2027;}
	.post-social li.li a { background: #fff; color: #137bb6;}
	
	.post-social li.fb a:hover { background: #3a589b; color: #fff;}
	.post-social li.tw a:hover { background: #51c7ef; color: #fff;}
	.post-social li.pi a:hover { background: #cb2027; color: #fff;}
	.post-social li.li a:hover { background: #137bb6; color: #fff;}
	
.post_nav_item { position: relative; background: #fff; margin: 30px 30px 0 0; padding: 20px 20px 20px 90px; text-align: left; z-index: 2; min-height: 130px;}
	.post_nav_item * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav_item .preview { width: 70px; height: 70px; position: absolute; top: 20px; left: 0; z-index: 3; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.post_nav_item h3 { font-size: 15px; color: #333; padding-bottom: 10px;}
	.post_nav_item .more { font-style: italic; font-family: 'GothamMedium', sans-serif; font-size: 14px; color: #e5764a;}
	
	.post_nav { display: block; text-align: center;}
	.post_nav * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav a { display: inline-block; line-height: 1em; margin: 0; font-size: 14px; text-transform: uppercase; font-family: 'GothamMedium', sans-serif; padding: 15px 20px; background: #e5764a; color: #fff; border: 2px solid #e5764a; margin: 10px 20px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;}
	.post_nav a:hover { background: #fff; color: #e5764a;}

.search_res { text-align: center; padding-bottom: 50px;}

/* Next / Prev */

.prev_p *,
.next_p * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.prev_p a,
.next_p a { display: block; position: relative; margin: 0;}
.prev_p h6,
.next_p h6 { font-size: 18px; display: block; line-height: 1em; padding: 15px 20px; background: #e5764a; color: #fff; margin: 0 30px 30px 0;}
.prev_p a:hover h6,
.next_p a:hover h6 { background: #1F2123;}

.prev_p a { text-align: center;}
.next_p a { text-align: center;}

/* Sidebar */

#sidebar { padding: 0 0 0 30px;}
#sidebar_alt { padding: 0;}

/* Widgets */

.widget { margin: 0 0 50px 0; text-align: left; padding: 0 30px; border-left: 2px solid #e5764a;}
	.widget h3 { font-size: 20px; margin-bottom: 15px; color: #e5764a; text-transform: none;}
	.widget ul li { padding: 5px 0; position: relative;}
	.widget ul ul li { margin: 0;}
	.widget ul li:last-child { border-bottom: none;}
	.widget ul li a { font-size: 15px; color: #000;}
	.widget ul li a:hover { color: #e5764a;}
	.widget .textwidget { padding: 0;}
	#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #ddd;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}

/* Footer */

#footer { background: #fff; padding: 40px 0; color: #000;}
	.social { text-align: left;}
	.social li { display: inline-block; margin: 5px; vertical-align: top;}
	.social li span { position: relative; display: block; width: 40px; height: 40px; color: #e5764a; text-align: center; padding-top: 10px; font-size: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
	.social li span:hover { background: #e5764a; color: #fff;}
	
	.address { padding: 20px 0; font-size: 14px; font-family: 'GothamMedium', sans-serif; text-transform: uppercase;}
	.address span { display: block; padding-top: 15px;}
	.address span a { color: #e5764a;}
	
	.badge { width: 150px; height: 150px; margin: 0 auto; background: no-repeat center center; opacity: 0.7;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
	}
	
	.footer_menu { padding-bottom: 10px;}
	.footer_menu ul { text-align: right;}
	.footer_menu ul li { display: block; margin: 2px 0;}
	.footer_menu ul li a { color: #000; font-size: 14px; text-transform: uppercase; font-family: 'GothamMedium', sans-serif;}
	.footer_menu ul li a:hover { text-decoration: underline;}
	.footer_menu ul ul { display: none;}

.copyright_block { padding: 5px 0;}
	.copyright { font-size: 10px; text-align: center; color: #99A2AE;}
	.copyright a { color: #99A2AE;}
	.copyright a:hover { color: #fff;}

/* Gallery Shortcode */

#project_block { padding: 30px 0; position: relative;}

.gallery_block { padding: 30px 0;}
.gallery_block .item { padding: 5px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.gallery_block .item:hover { opacity: 0.5;}

.gallery_page { padding: 50px 0;}
.gallery_page .item { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.gallery_page .item:hover { opacity: 0.5;}

/* Search Popup */

#search_popup { position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(31,33,35,0.9); display: none;}
	.popup_inner { position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -250px; width: 500px;}
	.popup_inner #searchform input { padding: 15px 25px !important; font-size: 24px !important;}
	.popup_inner #searchform i {}
	.popup_inner #searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 55px; height: 55px ; margin: 0; font-size: 24px; line-height: 1em; display: block; cursor:pointer; color: #e5764a;}
	.popup_inner h4 { text-align: center; font-size: 36px; padding: 0 20px 20px 20px; color: #fff;}
	.search_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #1F2123;}
	.search_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.search_close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}

/* SlideShow Blocks */

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { position: relative; min-height: 50px; overflow: hidden;}
/*.cycle-slideshow img { position: absolute; top: 0; left: 0; width: 100%; padding: 0; display: block;}
.cycle-slideshow img:first-child {position: static; z-index: 100;}*/
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 300px; margin-right: -550px; text-align: right; bottom: 30px; right: 50%; z-index: 999;}
.cycle-pager span { width: 10px; height: 10px; display: inline-block; background: #fff; color: #fff; margin: 0 5px; font-size: 1px; line-height: 1em; overflow: hidden; cursor: pointer;  opacity: 0.1;}
.cycle-pager span.cycle-pager-active { opacity: 0.5;}
.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: #fff; z-index: 999; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.cycle-prev { left: 0;}
.cycle-next { right: 0;}
.cycle-prev i, .cycle-next i { display: block; width: 26px; height: 26px; position: absolute; top: 50%;}
.cycle-prev i { border-bottom: 1px solid #40464f; border-left: 1px solid #40464f; margin: -12px 0 0 -12px; left: 30px;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.cycle-next i { border-bottom: 1px solid #40464f; border-right: 1px solid #40464f; margin: -12px 0 0 -12px; left: 20px;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}
.slide_block { max-width: 100%; /*height: 700px;*/ display: block; position: relative;}
.slide_block .slide { width: 100%; height: 100%; display: block; position: relative; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

/************************************/
/************** MENUS ***************/

#menu { padding: 8px 0;}
#menu ul { text-align: center;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 14px; line-height: 1em; padding: 10px 10px; color: #000; font-weight: 400; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul li a:hover {}
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a { color: #e5764a;}

#menu ul li.action a { padding: 10px 20px; margin-left: 10px; color: #e5764a !important; border: 1px solid #e5764a; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;}

/* Level 1 */
#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -7px; margin-left: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #292A30 transparent;}
#menu ul ul { display: none; position:absolute; left: 50%; top: 42px; margin-left: -100px; background: #292A30; width: 200px; z-index:9999; text-align: center; padding: 15px 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#menu ul ul li { width: 200px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 10px 20px; color: #fff; font-size: 14px; margin: 0; border: none; background: none; }
#menu ul ul li a:hover, #menu ul li.current-menu-item ul a, #menu ul li.current-menu-parent ul a, #menu ul ul li.current-menu-item a, #menu ul ul li.current-menu-parent a { background: none; border: none; color: #fff;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #e5764a; }
/* level 2 */
#menu ul ul ul {display: none;}

/* mobile menu */

.mobile_sidebar { background: #000; padding: 30px; color: #fff;}
	
	.mobile_sidebar .mobile_menu { padding: 0 0 30px 0;}
	.mobile_sidebar .menu {}
	.mobile_sidebar .menu li { display: block;}
	.mobile_sidebar .menu li a { display: block; padding: 7px 0; font-size: 16px; text-transform: uppercase; font-family: 'GothamMedium', sans-serif; color: #fff;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px; color: #99A2AE;}
	
	.mobile_sidebar .social { text-align: center;}
	.mobile_sidebar .social li { margin: 5px;}
	
	.mobile_sidebar .address { padding: 20px 0; text-align: center; color: #99A2AE;}
	.mobile_sidebar .address h5 { color: #fff; padding-bottom: 10px;}
	.mobile_sidebar .copyright { text-align: center;}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1100px;
	display:block;
	padding: 0;
}

@media (min-width: 1600px) and (max-width: 9999px) {
	
	#cover_block,
	#cover { background: no-repeat center top;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	
}

@media (min-width: 1020px) and (max-width: 1099px) {
	
	.container { width: 960px;}
	
}

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1099px) {
	
	.container { width: 768px; padding: 0 30px;}
	.cycle-pager { width: 300px; margin-right: -330px; bottom: 40px;}
	
	.btn { padding: 12px 15px;}
	
	/* Home */
	
	#cover_block { height: 400px; background: no-repeat center top fixed;
	-webkit-background-size: auto 500px !important;
	-moz-background-size: auto 500px !important;
	-o-background-size: auto 500px !important;
	background-size: auto 500px !important;}

	#intro_block { padding: 40px 0;}
	#intro_block .intro_h2 { font-size: 30px;}

	#image_block .slide { height: 300px;}

	.promo_item .preview { width: 150px; height: 150px;}
	.promo_item .preview:after { width: 150px; height: 150px; margin: -75px 0 0 -75px;}
	.promo_item h3 { font-size: 16px; padding: 30px 15px 15px 15px;}
	.promo_item .text { max-width: 180px;}
	.promo_item:hover .preview:after { width: 170px; height: 170px; margin: -85px 0 0 -85px;}

	#quote_block { padding: 100px 0;}

	#slideshow { height: 300px;}
	
	/* Pages */
	
	#cover { background: no-repeat center top fixed; height: 400px;
	-webkit-background-size: auto 500px !important;
	-moz-background-size: auto 500px !important;
	-o-background-size: auto 500px !important;
	background-size: auto 500px !important;}
	.overlay {}
	
	.page_title { font-size: 30px;}
	.text.single_page { padding: 0 80px;}
	
	/* Posts */
	
	.the_post {}
	.the_post .preview { width: 130px; height: 130px; }
	.the_post .preview:after { width: 130px; height: 130px; margin: -65px 0 0 -65px;}
	.the_post .preview span { top: -10px; left: -10px;}
	.the_post .details { padding: 0 10px 30px 30px;}
	.the_post:hover .preview:after { width: 150px; height: 150px; margin: -75px 0 0 -75px;}

	.post_single { margin-right: 30px;}
	
	.post_header .preview { width: 150px; height: 150px; top: 0;}
	.post_header .preview span { top: -20px; left: -10px;}
	.post_header .page_title { font-size: 24px; margin-left: 180px;}
	
	.post-social { margin-left: 180px;}
	
	.post_nav_item { position: relative; margin: 30px 20px 0 0; padding: 20px 0 20px 50px; text-align: left; z-index: 2; min-height: 50px;}
	.post_nav_item .preview { width: 40px; height: 40px;}
	.post_nav_item h3 { font-size: 14px;}
	.post_nav_item .more { font-size: 12px;}
	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 30px;}
	.cycle-pager { width: 300px; right: 10px; margin-right: 0; bottom: 10px;}
	.popup_inner { width: 300px; margin-left: -150px;}
	
	.btn { padding: 12px 10px; display: block; width: 100%;}
	
	/* Header */
	
	#header { position: fixed; top: 0; left: 0; background: #fff; height: 60px; z-index: 9999;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
	#header #logo { margin: 5px; text-align: left; padding: 0;}
	#header #logo img { height: 50px; width: auto;}
	.menu-button { top: 10px;}
	
	#cover_block { height: 300px; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

	#intro_block { padding: 40px 0;}
	#intro_block .intro_h2 { font-size: 30px;}

	#image_block .slide { height: 200px;}
	
	.promo_item { padding: 15px 0;}
	.promo_item .preview { width: 150px; height: 150px;}
	.promo_item .preview:after { width: 150px; height: 150px; margin: -75px 0 0 -75px;}
	.promo_item h3 { font-size: 16px; padding: 30px 15px 15px 15px;}
	.promo_item .text { max-width: 180px;}
	.promo_item:hover .preview:after { width: 170px; height: 170px; margin: -85px 0 0 -85px;}

	#quote_block { padding: 100px 0;}

	#slideshow { height: 200px;}
	
	/* Pages */
	
	#cover_block .overlay, #cover .overlay { opacity: 0.2;}
	#cover { background: no-repeat center center; height: 300px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	
	.page_title { font-size: 24px;}
	.text.single_page { padding: 0;}
	
	/* Posts */
	
	.the_post { margin-right: 0;}
	.the_post .preview { width: 130px; height: 130px;  margin: 0 auto;}
	.the_post .preview:after { width: 130px; height: 130px; margin: -65px 0 0 -65px;}
	.the_post .preview span { top: -10px; left: -10px;}
	.the_post .details { padding: 30px 0;}
	.the_post:hover .preview:after { width: 150px; height: 150px; margin: -75px 0 0 -75px;}

	.post_single { margin-right: 0;}
	
	.post_header .preview { width: 150px; height: 150px; top: -55px;}
	.post_header .preview span { top: -30px; left: -10px;}
	.post_header .page_title { font-size: 20px; margin-left: 0;}
	
	.post-social { margin-left: 160px; margin-top: -70px; min-height: 120px;}
	.post-social li { margin: 5px;}
	
	.post_nav_item { position: relative; margin: 30px 20px 0 0; padding: 20px 0 20px 50px; text-align: left; z-index: 2; min-height: 50px;}
	.post_nav_item .preview { width: 40px; height: 40px;}
	.post_nav_item h3 { font-size: 14px;}
	.post_nav_item .more { font-size: 12px;}
	
}

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
/*input[type="number"],*/
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background: #fff;
	border: 1px solid #D0D4D7;
	color: #1F2123;
	font-size:14px ;
	padding: 10px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
/*input[type="number"]:focus,*/
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #e5764a;
	color: #e5764a;
	outline: none !important;
}

input[type="button"],
input[type="submit"] {
	border: none !important;
	background: #1F2123;
	color: #fff;
	font-size: 14px;
	/*font-weight: 700;*/
	padding: 11px 20px;
	text-transform: uppercase;
	font-family: 'GothamMedium', sans-serif;
	-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
		-ms-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
		    box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #e5764a;
	/*-webkit-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
		-ms-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
		    box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);*/
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

.gfield select { font-size: 18px !important; }
.gform_wrapper { margin: 0 !important;}
.gform_wrapper br { display: none !important;}
.gfield_label { font-size: 13px !important; padding: 0; font-weight: 400 !important;}
.gfield_checkbox li { margin: 0 !important; font-size: 12px !important;}
.gfield_html ol { font-size: 12px !important;}
.gfield_html ol li { margin: 0 !important;}
.gform_title { font-weight: normal !important;}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a {}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:16px;}
.text h5 { font-size:18px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px;}
.text h2 { font-size:30px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	padding-bottom: 15px;
	text-transform: none;
	font-family: 'GothamMedium', cursive;
}
.text dt, .text strong, .text b { font-weight: normal !important; font-family: 'GothamMedium', sans-serif;}

/* PAGE NAVIGATION */
.page_navigation { border: none; padding: 0;}
.page_navigation ul li a { border-color: #ddd;}
.page_navigation ul li a { background: #f9f9f9; color: #4b4b50;}
.page_navigation ul li a:hover { background: #f1f1f1;}
.page_navigation ul li a.current { color: #fff; background: #e5764a; border: 1px solid #e5764a;}

/* ALIGNMENTS */
.wp-caption {
	border: 1px solid #ddd;
	background-color:#fff;
	color:#999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/************************************/
/************ SHORTCODES ************/

/* Icons */

.shortcode-icon.custom { color: #e5764a !important;}

/* Buttons */

.shortcode-button { font-family: 'GothamMedium', sans-serif;}
.shortcode-button.default { background: #1F2123 !important;}
.shortcode-button.custom { background: #e5764a !important;}

/* Alerts */

.shortcode-alert a { color: #e5764a !important;}
.shortcode-alert.custom { background: #e5764a !important; color: #fff;}
.shortcode-alert.custom a { color: #fff !important; text-decoration: underline !important;}
.shortcode-alert .shortcode-button { color: #fff !important;}
.shortcode-alert.light-grey { background: #EFF4F9 !important;}
.shortcode-alert.light-grey a,
/*.shortcode-alert.white a { color: #e5764a !important;}*/
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #e5764a !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}
.shortcode-alert.custom a.shortcode-button.white:hover { color: #fff !important; background: #e5764a !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}

/* Quotes */

/* Lists */

.shortcode-list.custom li i { color: #e5764a !important;}

/* Video */

/* Fancybox */

.fancybox-close { background-color: #000 !important;}
.fancybox-close:before { background: #fff;}
.fancybox-close:after { background: #fff;}

/************************************/
/************* END CSS! *************/