/*
Theme Name: Demo 01 - Flow
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: #000000;
	color: #333;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#4990E2;
	font-weight: 400;
}
a:hover,
a:active {
	color:#4990E2;
}
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
	#1a1a1a = Orange
	#dfe0e2 = Light Blue
	#000000 = 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: #1a1a1a; border-color: #1a1a1a;}
.btn.btn_white { color: #fff; background: none; border-color: #fff;}
.btn.btn_dark { color: #fff; background: #000000; border-color: #000000;}

.btn.btn_color:hover { color: #1a1a1a; background: #fff;}
.btn.btn_white:hover { color: #1a1a1a; background: #fff;}
.btn.btn_dark:hover { color: #000000; background: #fff;}

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

/* Header */

#header { background: #fff; position: relative; height: 100px; z-index: 999;}

	#logo { padding: 10px 0;}
	#header .phone_number { float: right; display: inline-block; height: 45px; padding: 11px 30px; font-size: 18px; font-family: 'GothamMedium', sans-serif; margin-top: 27px;}
	#header .btn { float: right; margin-top: 27px;}
	
	.mob_btn { display: block; width: 40px; height: 40px; background: #1a1a1a; color: #fff; font-size: 18px; padding-top: 10px; text-align: center; position: absolute; top: 20px;}
	.mob_btn:hover { color: #fff; background: #000000;}
	.mob_phone { right: 80px;}
	.mob_book { right: 130px;}
	
	#menu_block { background: #fff; position: relative; min-height: 40px; z-index: 999;}
	
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #1a1a1a; 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: #1a1a1a;}
	
	.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 {}
	.menu-button span { display: block; position: absolute; height: 40px; width: 80px; text-align: center; background: #292A30; color: #fff; right: 40px; padding: 13px 0; top: 0; font-family: 'GothamMedium', sans-serif; font-size: 14px; line-height: 1em;}

/* Home */

#slideshow { position: relative; width: 100%; height: 650px; max-height: 50% !important; background: #dfe0e2;}
	#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;}

#promo_block { padding: 20px 0;}

#intro_block { padding: 50px 0 30px 0; background: #fff; position: relative;}
	.intro_h2 { position: absolute; top: -20px; left: 0; width: 33%; height: 100%;
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.intro_h2 span { display: block; text-align: right; width: 100%; padding-right: 40px; font-size: 30px; line-height: 1.2em;}

/* Pages */

#cover { position: relative; background: #dfe0e2 no-repeat center center; height: 400px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
.inner_fade { position: absolute; bottom: 0; width: 100%; z-index: 1; height: 150px; background: url(_assets/img/fade.png) repeat-x left bottom;}
.cover_inner { position: absolute; bottom: 0; width: 100%; z-index: 991;}
.cover_inner h1 { font-size: 42px; color: #fff; line-height: 1em; font-family: 'GothamMedium', sans-serif; padding: 30px 0;}
.cover_inner h1 a { color: #fff;}

#content { padding: 40px 0; background: #fff; position: relative;}
#content.light { padding: 30px 0 40px 0; background: #dfe0e2;}

#page_block { background: #fff; padding: 40px;}

#child_block { padding: 20px 0; position: relative;}
	.child_page { margin: 20px; background: #eeeeef no-repeat center center; position: relative; height: 327px; overflow: hidden;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
	.child_page * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.child_page .overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; text-align: center; z-index: 5; background: rgba(31,33,35,0.2);
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.child_page .overlay h3 { display: block; font-size: 24px; padding: 0 30px; color: #fff;}
	#child_block .span50 .child_page .overlay h3 { font-size: 30px;}
	#child_block .span100 .child_page .overlay h3 { font-size: 36px;}

	.child_page:hover .overlay { background: rgba(239,91,47,0.7);}

/* Promo Boxes */

.side_widget { margin-bottom: 30px;}
	.side_widget .widg_img { position: relative; min-height: 300px; background: no-repeat center center; overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.side_widget .widg_img .overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; text-align: center; z-index: 5; background: rgba(0,0,0,0.2);
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	    -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	}
	.side_widget .widg_img .overlay h3 { display: block; font-size: 24px; padding: 0 30px; color: #fff;}
	.side_widget .widg_img:hover .overlay { background: rgba(0,0,0,0.7); }
	
	.side_widget .widg_txt { background: #eeeeef; text-align: center; color: #91949b; padding: 40px;}
	.side_widget .widg_txt h3 { font-size: 24px; padding-bottom: 20px;}
	.side_widget .widg_txt .text {}
	.side_widget .widg_txt span { display: block; text-align: center; border: 2px solid #1a1a1a; color: #1a1a1a; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; padding: 7px; margin-top: 15px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.side_widget .widg_txt:hover span { background: #1a1a1a; color: #fff;}

/* Posts */

.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;}
	.the_post .preview img { position: relative; z-index: 9;}
	.the_post .preview span { position: absolute; display: block; bottom: 15px; left: 15px; width: 50px; height: 50px; background: #1a1a1a; color: #fff; text-align: center; padding-top: 10px; font-size: 14px; font-weight: bold; text-transform: uppercase; line-height: 1em; z-index: 99;}
	.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: 18px; text-transform: uppercase; color: #333;}
	.the_post .text { color: #333;}
	.the_post .more { display: block; padding-top: 20px; color: #1a1a1a; font-weight: 700;}
	.the_post:hover { border-color: #1a1a1a;}
	
	.post-social { 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: 16px; padding: 10px 10px 10px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post-social li a em { font-style: normal; padding: 0 10px; font-family: 'GothamMedium', sans-serif;}
	
	.post-social li.fb a { background: #3a589b; color: #fff;}
	.post-social li.tw a { background: #51c7ef; color: #fff;}
	.post-social li.pi a { background: #cb2027; color: #fff;}
	.post-social li.li a { background: #137bb6; color: #fff;}
	

.post_single { margin-right: 30px;}
	.single_title { padding-bottom: 20px;}
	
	.post_nav_item { position: relative; background: #fff; margin: 30px 30px 0 0; padding: 20px 20px 20px 150px; 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: 130px; height: 130px; position: absolute; top: 0; left: 0; z-index: 3; background: #D4D8DD;}
	.post_nav_item .preview img { position: relative; z-index: 9;}
	.post_nav_item:hover .preview img { opacity: 0.5;}
	.post_nav_item .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: 5;}
	.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: #1a1a1a;}
	
	.post_nav { display: block;}
	.post_nav * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav a { display: block; line-height: 1em; margin: 0; font-size: 18px; padding: 15px 20px; background: #1a1a1a; color: #fff; margin: 0 30px 30px 0; }
	.post_nav .left { text-align: center;}
	.post_nav .right { text-align: center;}
	.post_nav a:hover { background: #000000;}

.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: #1a1a1a; color: #fff; margin: 0 30px 30px 0;}
.prev_p a:hover h6,
.next_p a:hover h6 { background: #000000;}

.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 30px 0; background: #fff; text-align: center; padding: 30px;}
	.widget h3 { font-size: 16px; margin-bottom: 15px; text-align: center; color: #333; text-transform: uppercase;}
	.widget ul li { padding: 5px 0; position: relative; text-transform: uppercase;}
	.widget ul ul li { margin: 0; opacity: 0.6;}
	.widget ul li:last-child { border-bottom: none;}
	.widget ul li a { font-size: 15px; color: #1a1a1a;}
	.widget ul li a:hover { color: #1a1a1a;}
	.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 */

#newsletter_block { padding: 30px 0; text-align: center; background: #dfe0e2;}
#newsletter_block h4 {}
#newsletter_block p {}
#newsletter_block .inner { padding: 5px;}
#newsletter_block .button { width: 100%; display: block;}

#action_block { background: #1a1a1a; position: relative; padding: 30px 0; color: #fff;}
	.action_call { text-align: right; padding-right: 30px; position: relative;}
	.action_call span { font-size: 14px; text-transform: uppercase; display: inline-block; font-family: 'GothamMedium', sans-serif; line-height: 1.1em; width: 70px; position: absolute; right: 280px; top: 8px;}
	.action_call a { color: #fff; font-size: 30px; font-family: 'GothamMedium', sans-serif; display: inline-block; padding: 12px 0;}

#footer { background: #fff url(_assets/img/footer.jpg) no-repeat center top; padding: 40px 0; color: #000; border-top: 2px solid #dfe0e2;}
	.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: #000; text-align: center; padding-top: 10px; font-size: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.social li span:hover { background: #1a1a1a;}
	
	.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: #000;}
	
	.badge { text-align: center;}
	
	.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 { background: #fff; padding: 5px 0;}
	.copyright { font-size: 10px; text-align: center; color: #999;}
	.copyright a { color: #999;}
	.copyright a:hover { color: #fff;}

/* Gallery Shortcode */

.project_block { padding: 30px 0;}
.project_block .item { padding: 5px;}

.gallery_block { padding: 20px 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;}

/* 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: #1a1a1a;}
	.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: #000000;}
	.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; border-top: 2px solid #dfe0e2;}
#menu ul { text-align: left;}
#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: #A2A5AC;}

/* 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 #000 transparent;}
#menu ul ul { display: none; position:absolute; left: 50%; top: 42px; margin-left: -100px; background: #000; 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: #1a1a1a; }
/* level 2 */
#menu ul ul ul {display: none;}

/* mobile menu */

.mobile_sidebar { background: #000000; 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: 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 */
	
	#slideshow { height: 450px;}
	
	.promo_box { margin: 10px;}
	.promo_box span { width: 290px; margin-left: -145px;}
	
	.intro_h2 { width: 40%;}
	.intro_h2 span { padding-right: 30px; font-size: 24px;}
	
	/* Pages */
	
	#cover { height: 300px;}
	
	#content { padding: 40px 0;}
	#content.light { padding: 30px 0 30px 0;}
	
	#child_block { padding: 20px 0;}
		.child_page { margin: 15px; height: 190px;}
		.child_page .overlay { min-height: 100%;}
		.child_page .overlay h3 { display: block; font-size: 18px;}
		#child_block .span100 .child_page .overlay h3 { font-size: 24px;}
	
	.the_post .preview span { display: none;}
	
	#sidebar_alt { padding: 0 15px;}
	
	/* Posts */
	
	.the_post { margin: 0 15px 30px 15px;}
	.post_nav a { margin: 0 15px 30px 15px;}
	
	.post_single { margin-right: 0; margin-bottom: 30px;}
	
	.post-social {}
	.post-social li a em { display: none;}
	
	.post_nav_item { margin: 0 0 30px 0;}
	
}

/* 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; z-index: 9999; width: 100%; height: 80px;
		-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);
	}
	#logo { padding: 15px 0;}
	#logo img { max-height: 50px;}
	#menu_block { height: 80px;}
	.menu-button { right: 30px; top: 20px;}
	
	#slideshow { height: 300px;}
	
	.promo_box { margin: 15px 0; height: 150px;}
	.promo_box span { left: 0; top: 0; width: 100%; height: 100%; margin: 0; background: rgba(105,131,157,0.7); opacity: 0.5; border: none; }
	.promo_box h3 { font-size: 24px;}
	
	.intro_h2 { width: 100%; position: relative; height: auto; margin: 0; padding: 0; padding-bottom: 30px; text-align: center;}
	.intro_h2 span { padding-right: 0; font-size: 24px; text-align: center;}
	
	.action_call span { display: none;}
	.action_call { text-align: center; padding-bottom: 10px; font-size: 18px; padding-right: 0;}
	#action_block .action_call a { font-size: 20px;}
	
	.text table{ border-bottom:1px solid #ddd; width:100%; margin:0 0 1.625em; border-right: 1px solid #ddd; border-top: 1px solid #ddd; font-size: 10px !important; line-height: 1.4em;}
	.text th{ color:#fff; font-size:10px; font-weight:500; letter-spacing:.1em; line-height:1.6em; text-transform:uppercase; border-left: 1px solid #ddd !important; text-align: center !important; background: #333 !important;}
	.text td{ border-top:1px solid #ddd; border-left:1px solid #ddd !important; padding:0}
	
	/* Pages */
	#cover { height: 200px;}
	.cover_inner h1 { font-size: 24px; padding: 15px 0;}
	
	#content { padding: 30px 0;}
	#content.light { padding: 30px 0; background: #fff;}
	
	#page_block { padding: 0;}
	
	#child_block { padding: 20px 0;}
		.child_page { margin: 15px; height: 190px;}
		.child_page .overlay { min-height: 100%;}
		.child_page .overlay h3 { display: block; font-size: 18px;}
		#child_block .span100 .child_page .overlay h3 { font-size: 18px;}
	
	.the_post .preview span { display: none;}
	
	.the_post { margin: 0 0 20px 0; border-bottom: 10px solid #dfe0e2;}
	.the_post .preview { display: none;}
	.the_post .details { padding: 20px; margin-left: 0;}
	
	#sidebar_alt { padding: 0;}
	
	.team_details h2 { font-size: 24px;}
	.team_preview { padding: 0 0 30px 0;}
	
	/* Posts */
	
	.post_single { margin-right: 0; margin-bottom: 30px;}
	.single_title { font-size: 24px;}
	
	.post_meta { text-align: center;}
	.post-social {}
	.post-social li a em { display: none;}
	
	.post_nav_item { margin: 30px 0 0 0;}
	.post_nav a { margin: 0 0 30px 0;}
	
}

/************************************/
/************** 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: #000000;
	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 {
	background:#f3f3f3;
	border-color: #1a1a1a;
	color: #1a1a1a;
	outline: none !important;
}

input[type="button"],
input[type="submit"] {
	border: none !important;
	background: #000000;
	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: #1a1a1a;
	/*-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 { font-family: 'GothamMedium', sans-serif;}
.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: #1a1a1a; border: 1px solid #1a1a1a;}

/* 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: #1a1a1a !important;}

/* Buttons */

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

/* Alerts */

.shortcode-alert a { color: #1a1a1a !important;}
.shortcode-alert.custom { background: #1a1a1a !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: #dfe0e2 !important;}
.shortcode-alert.light-grey a,
/*.shortcode-alert.white a { color: #1a1a1a !important;}*/
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #1a1a1a !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: #1a1a1a !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: #1a1a1a !important;}

/* Video */

/* Fancybox */

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

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