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





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





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

body {
	background: #f9f9f9;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 300;
}
a {
	color:#5595A0;
	font-weight: 400;
}
a:hover,
a:active {
	color:#5595A0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: 600;
	/*text-transform: uppercase;*/
	font-family: 'Inter', sans-serif;
}

.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);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

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

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

/* Colors
	#353A40 = Dark Blue
	#5595A0 = green
*/

#header { position: fixed; top: 0; width: 100%; min-height: 80px; z-index: 8000; transition:.5s; }
	#header.color { background: #fff; border-bottom: 1px solid #ccc;}
	#header .img_white, #header .img_color { position: absolute; top: 0; left: 0; display: block;}
	#header.color .img_color { opacity: 1; visibility: visible;}
	#header.color .img_white { opacity: 0; visibility: hidden;}
	#header.white .img_white { opacity: 1; visibility: visible;}
	#header.white .img_color { opacity: 0; visibility: hidden;}
	#logo { margin: 5px 0 0 15px; position: relative;}
	
	@media (min-width: 768px) and (max-width: 999px) {
		
		#header { position: relative; background: #fff; height: 80px;}
		#header.color { border-bottom: none;}
		#header .img_white, #header .img_color { position: relative;}
		#header.color .img_color { opacity: 1; visibility: visible;}
		#header.color .img_white { opacity: 0; visibility: hidden; display: none;}
		#header.white .img_white { opacity: 0; visibility: hidden; display: none;}
		#header.white .img_color { opacity: 1; visibility: visible;}
		#logo { margin: 15px 0 0 15px; position: relative; display: inline-block;}
		#logo img { height: 40px;}
		
	}
	
	@media (max-width: 767px) {
		
		#header { position: relative; background: #fff; height: 80px;}
		#header.color { border-bottom: none;}
		#header .img_white, #header .img_color { position: relative;}
		#header.color .img_color { opacity: 1; visibility: visible;}
		#header.color .img_white { opacity: 0; visibility: hidden; display: none;}
		#header.white .img_white { opacity: 0; visibility: hidden; display: none;}
		#header.white .img_color { opacity: 1; visibility: visible;}
		#logo { margin: 15px 0 0 15px; position: relative; display: inline-block;}
		#logo img { height: 40px;}
		
	}

	/************************************/
	/************** MENUS ***************/
	
	#menu { position: relative;}
	#menu nav > ul {
		height: 80px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		padding-right: 20px;
	}
	#menu nav > ul > li { display: inline-block; position: relative;}
	#menu nav ul li a { display: block; font-size: 14px; text-transform: uppercase; color: #000; font-family: 'Inter', sans-serif; font-weight: 500; cursor: pointer; text-decoration: none; transition: .5s;}
	#menu nav > ul > li > a { padding: 10px; margin: 0 1px; line-height: 1em; white-space: nowrap; border-radius: 3px;}
	#menu nav > ul > li > a:hover,
	#menu nav > ul > li.hover > a { background: rgba(0, 0, 0, 0.05);}
	#menu nav > ul > li.current-menu-item > a { color: #5595A0;}
	#menu nav > ul > li.menu-item-has-children > a:after { content: "\f107"; font-family: icomoon; display: inline-block; padding-left: 5px; color: #99A2AE;}
	
	#menu nav > ul > li > ul:before { content: ''; position: absolute; left: 50%; margin-left: -7px; top: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #fff transparent;}
	#menu nav > ul > li > ul { display: none; position: absolute; top: 57px; left: 50%; margin-left: -100px; background: #fff; padding: 4px 0; width: 200px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
	#menu nav > ul > li > ul > li { display: block; position: relative;}
	#menu nav > ul > li > ul > li > a { color: #000; padding: 12px; margin: 1px 5px; background: rgba(232, 232, 232, 0); line-height: 1.2em;}
	#menu nav > ul > li > ul > li > a:hover,
	#menu nav > ul > li > ul > li.current-menu-item > a { color: #000; background: rgba(232, 232, 232, 0.5);}
	
	#menu nav > ul > li.menu-item-has-children:last-child > ul { left: auto; right: -20px;}
	
	/* Light */
	
	#header.white #menu nav > ul > li > a { color: #fff;}
	#header.white #menu nav > ul > li > a:hover,
	#header.white #menu nav > ul > li.hover > a { color: #fff; background: rgba(0, 0, 0, 0.05);}
	#header.white #menu nav > ul > li.current-menu-item > a { color: #fff;}
	
	/* level 2 */
	#menu ul ul ul {display: none;}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {}
	
	/************************************/
	/* mobile menu */
	
	#menumobile {/* position: relative; z-index: 99; display: block;*/ background: #353A40;}
	#menumobile .row div { min-height: 0px !important;}
	#menu-icon { width: 40px; height: 40px; padding: 10px 0 0 0; background: #fff; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 20px; right: 20px; z-index: 9999;}
	#menu-icon.active { background: #353A40;}
	
	#menu-icon:before, #menu-icon:after { transition:.5s;}
	#menu-icon:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #353A40; border-top: 2px solid #353A40; position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -10px;}
	#menu-icon:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #353A40; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
	#menu-icon.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px; border-color: #fff; transform: rotate(45deg);}
	#menu-icon.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #fff; transform: rotate(-45deg);}
	#menumobile ul { clear: both; width: auto; z-index: 100; padding: 20px; position: relative; display: none;}
	#menumobile ul li { clear: both; float: none; }
	#menumobile ul a, #menumobile ul ul a {color: #fff; text-transform: uppercase; font-size: 16px; display: block; text-align: right; padding: 10px;}
	#menumobile ul a:hover, #menumobile ul ul a:hover {color: #fff;}
	#menumobile ul ul { top: 0; padding: 0; width: auto; position: relative; display: none; border: none; background: none;}
	#menumobile ul ul li { opacity: 0.5;}
	
	#menumobile ul li.action_btn a { color: #8AC06E;}

/************************************/
/* Landing Page */

body.page-template-template-landing_page_thank #header,
body.page-template-template-landing_page_thank #logo_grid,
body.page-template-template-landing_page #header,
body.page-template-template-landing_page .signup_li,
body.page-template-template-landing_page_thank .signup_li,
body.page-template-template-landing_page #logo_grid { display: none !important;}

body.page-template-template-landing_page2 #header,
body.page-template-template-landing_page2 .signup_li,
body.page-template-template-landing_page2 #logo_grid { display: none !important;}

.landing_page { position: relative; height: 760px; background: #353A40 no-repeat center center; background-size: cover;}
	.land_header { position: absolute; top: 0; left: 0; width: 100%; z-index: 99;}
	.land_logo { text-align: center; padding: 20px;}
	.land_header .full { text-align: right; float: right; display: inline-block; padding: 30px 20px; font-size: 14px; font-weight: 700; color: #fff;}
	
	.land_h1 { position: absolute; bottom: 160px; left: 0; width: 100%; z-index: 9;}
	.land_h1 h1 { text-align: center; color: #fff; line-height: 1.2em; font-size: 40px; padding: 80px 0;}
	.land_h1 h1 em { display: block; font-style: normal; color: #14B8B8; font-size: 36px; padding-bottom: 15px;}
	.land_h1 h1 strong { display: block; font-size: 48px; font-weight: 600; }
	.land_h1 h1 i { display: block; font-style: normal; font-size: 64px; line-height: 1.5em;}
	.landing_page .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(_assets/img/overlay.png) repeat-x left bottom;}
	
	body.page-template-template-landing_page2 .landing_page { position: relative; height: auto; padding-top: 250px; padding-bottom: 50px;}
	body.page-template-template-landing_page2 .landing_page .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(31, 33, 35, 0.9) 0%, rgba(66, 69, 72, 0.5) 100%);}
	.land_h1_2 { position: relative; width: 100%; z-index: 9;}
	.land_h1_2 .inner {
		width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 50px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	.land_h1_2 h1 { position: relative; width: 50%; text-align: left; color: #fff; line-height: 1.2em; font-size: 50px; padding: 50px 80px 200px 0;}
	.land_h1_2 h1 em { display: block; font-style: normal; color: #14B8B8; font-size: 26px; padding-bottom: 15px;}
	.land_h1_2 h1 strong { display: block; font-size: 50px; font-weight: 600;}
	.land_h1_2 h1 i { display: block; font-style: normal; font-size: 64px; line-height: 1.5em;}
	.land_h1_2 .book { position: relative; width: 50%; background: linear-gradient(0deg, rgba(86, 149, 160, 0.5) 0%, rgba(86, 149, 160, 0) 100%);
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 40px;
	}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {}

/************************************/
	
.landing_offer { position: relative; margin-top: -160px; z-index: 99;}
	body.page-template-template-landing_page2 .landing_offer { padding-bottom: 150px;}
	.land_offer { padding: 50px 60px; padding-bottom: 30px; background: #fff; color: #1F2123; text-align: left;}
	.land_offer .text { font-size: 16px; line-height: 1.5em;}
	.land_offer .text h3 { font-weight: 600;  font-size: 24px; line-height: 1.4em; padding-bottom: 30px;}
	
	.land_form { padding: 50px 60px; background: #5695A0; color: #fff; margin-top: 95px;}
	.land_form h3 { position: relative; z-index: 991; font-weight: 600;  font-size: 18px; line-height: 1.3em; text-transform: uppercase;}
	.land_form .gform_wrapper { position: relative; z-index: 991; padding-top: 30px;}
	
	.land_form .gform_wrapper .ginput_container input[type="text"],
	.land_form .gform_wrapper .ginput_container input[type="email"] { background: none; border: none; color: #fff;  !important; font-size: 20px !important; padding: 15px 0 !important; margin: 10px 0 0 0 !important; outline: none !important;}
	.land_form .gform_wrapper .ginput_container input[type="text"]:focus,
	.land_form .gform_wrapper .ginput_container input[type="email"]:focus { background: none; border: none; color: #fff;}
	.land_form .gfield_required { color: #fff !important; font-size: 14px; opacity: 0.5;}
	
	.land_form .gform_wrapper input[type="submit"] { margin-top: 30px !important; display: block !important; width: 100% !important; padding: 20px !important; background: #fff; border: none; color: #5695A0; font-size: 20px !important; text-align: center !important; border-radius: 3px; }
	.land_form .gform_wrapper input[type="submit"]:hover { background: #D0F8FF;}
	.land_form .gform_wrapper .gform_footer { margin: 0 !important; width: 100% !important; padding: 0 !important;}
	
	.land_form .gfield { display: block; position: relative; height: 60px; border-bottom: 2px solid #fff;}
	.land_form .gfield_label {  width: 90px; position: absolute; top: 0; padding: 20px 0; font-size: 18px !important; line-height: 1em;}
	.land_form .gfield_label
	.land_form .gfield_label .gfield_required { font-weight: 300 !important; display: inline-block; padding-left: 5px; font-size: 14px !important;}
	.land_form .ginput_container { display: block; margin-left: 90px;}
	.land_form .gfield_description { position: absolute; left: 0; bottom: 0; font-size: 12px !important; font-weight: 400 !important; width: 180px; padding: 0;}
	
	.land_form .gform_wrapper div.validation_error { border: none !important; color: #fff !important; padding: 0 !important; margin: 0 !important;}
	.land_form .gform_wrapper li.gfield.gfield_error,
	.land_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { border-top: none !important; color: #fff !important; padding-top: 0 !important; background: none !important; border-bottom: 2px solid #fff !important;}
	.land_form .gform_wrapper li.gfield.gfield_error .gfield_label { color: #fff !important;}
	.land_form .gform_wrapper li.gfield .gfield_description,
	.land_form .gform_wrapper li.gfield.gfield_error .validation_message { margin: 0 !important; padding: 0 !important; color: #fff !important; border: none !important; position: absolute; bottom: -25px;}
	.land_form .gform_wrapper li.gfield.gfield_error input { border: none !important;}
	
	.land_form .gfield.longer {}
	.land_form .gfield.longer .gfield_label { width: 180px;}
	.land_form .gfield.longer .ginput_container { margin-left: 180px;}
	
	.gform_confirmation_wrapper { padding: 100px 0; font-size: 20px; font-weight: 400;}

.landing_section { position: relative; background: #fff; margin-top: -115px; padding: 185px 0 40px 0; border-bottom: 30px solid #F2F4F4;}
	.landing_section:before { content: ''; display: block; width: 100%; top: -30px; height: 270px; background: #F2F4F4; position: absolute;}
	.landing_section .about h3 { font-size: 24px; line-height: 1.1em; font-weight: 600;  color: #1F2123; padding-bottom: 50px; text-transform: uppercase;}
	.landing_section .about .text li { font-weight: 600; }
	
	.landing_section .ebook { text-align: center; position: relative; margin-top: -40px;}
	.landing_section .ebook img { max-height: 500px; width: auto;}

	.scrollto_form { margin: 20px 10px; display: inline-block; padding: 15px 30px; line-height: 1em; background: #5695A0; color: #fff;  text-transform: uppercase; font-size: 18px; border-radius: 3px; cursor: pointer;}

	body.page-template-template-landing_page_thank {}
	body.page-template-template-landing_page_thank .landing_page { height: 500px;}
	body.page-template-template-landing_page_thank .land_h1 { bottom: 250px;}
	body.page-template-template-landing_page_thank .landing_page h1 { padding: 0;}
	body.page-template-template-landing_page_thank .landing_offer { margin-top: -300px; height: 300px;}
	.land_form .thank { text-align: center; font-size: 20px; font-weight: 400; line-height: 1.3em;}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {}

/************************************/

.ebook_block { position: relative; padding: 30px 0; background: #5695A0; color: #fff;}
	.ebook_block .book { text-align: right; padding: 0 40px 0 0;}
	.ebook_block .book img { max-height: 200px; width: auto;}
	.ebook_block .book_info { min-height: 200px;
		display: flex;
		flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: flex-start;
    	align-items: center;
	}
	.ebook_block .book_info h3 { padding-bottom: 20px;}
	.ebook_block .book_info h3 em { font-family: serif;}
	.ebook_block .book_info h3 strong { font-weight: 600; }
	.ebook_block .book_info .btn { margin: 10px 0; display: inline-block; padding: 17px 30px; line-height: 1em; background: #fff; color: #5695A0; font-weight: 700; text-transform: uppercase; font-size: 14px; border-radius: 3px; cursor: pointer;}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {}

/************************************/
/* Home */

#slideshow { position: relative; width: 100%; height: 95%; max-height: 800px; background: #353A40;}
	#slideshow .cycle-slideshow { height: 100%;}
	#slideshow .slide { width: 100%; height: 100%; background: no-repeat center center; background-size: cover;}
	#slideshow .slide .span100 { position: relative;}
	#slideshow .slide h4 { position: absolute; bottom: 70px; left: 0; color: #fff; font-size: 20px; font-weight: 400; }
	
	@media (min-width: 768px) and (max-width: 999px) {
		#slideshow { height: 400px;}
	}
	
	@media (max-width: 767px) {
		#slideshow { height: 200px;}
		#slideshow .slide h4 { bottom: 15px; left: 10px; font-size: 16px;}
	}

.home_block { position: relative; background: #f9f9f9; height: 700px;}
	.home_inner { position: relative; height: 600px; margin-top: -50px; z-index: 999;}
	
	.promo_img { height: 400px; background: no-repeat center center; background-size: cover;}
	.promo_txt { height: 400px; background: #fff; padding: 40px; color: #000;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.promo_txt.center { text-align: center;}
	.promo_txt h3 { font-size: 24px; padding-bottom: 30px !important; text-transform: uppercase; font-weight: 400;}
	.promo_txt .text p { margin-bottom: 0 !important;}
	.promo_txt.center .text { padding-bottom: 40px;}
	.promo_txt .testi { font-size: 18px; line-height: 1.5em; font-style: italic;}
	.promo_txt * {transition:.5s;}
	.promo_txt .arrow { margin: 0 auto; width: 80px; height: 1px; background: #000; position: relative;}
	.promo_txt .arrow i { position: absolute; width: 11px; height: 11px; position: absolute; right: 0; top: -5px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg);}
	.home_inner a:hover .arrow { background: #5595A0; width: 120px;}
	.home_inner a:hover .arrow i { border-color: #5595A0;}
	
	.home_block.sidebar { background: #fff; height: auto; border: 1px solid #ccc; margin: 30px 0;}
	.home_block.sidebar .home_inner { margin: 0;}
	
	@media (min-width: 768px) and (max-width: 999px) {
		.home_block { height: 420px;}
		.home_inner { height: 520px;}
		
		.home_block.last { height: 500px;}
		.home_block.last .home_inner { height: 600px;}
		.home_block.last .promo_img { height: 300px;}
		.home_block.last .promo_txt { height: 300px; padding: 30px;}
		
		.promo_img { height: 260px;}
		.promo_txt { height: 260px; padding: 40px 20px 20px 20px;}
		.promo_txt h3 { padding-bottom: 20px !important;}
		.promo_txt.center .text { padding-bottom: 20px;}
	}
	
	@media (max-width: 767px) {
		.home_block { height: auto; padding: 30px 0 20px 0;}
		.home_inner { height: auto; margin-top: 0;}
		
		.home_block.last { background: #fff; padding: 30px 0;}
		.home_block.last .promo_txt { padding: 0; border: none;}
		
		.home_block.sidebar { background: #fff; height: auto; border: none; margin: 0;}
		.home_block.sidebar .promo_txt { border: 1px solid #ccc;}
		
		.promo_img { height: 100px; display: none;}
		.promo_txt { height: auto; padding: 20px; border: 1px solid #eee; margin-bottom: 10px;}
		.promo_txt h3 { font-size: 18px; padding-bottom: 15px !important;}
		.promo_txt.center .text { display: none;}
	}

.parallax_block { background: #353A40 no-repeat fixed center center; background-size: cover;}
	.parallax_block h2 { font-size: 48px; color: #fff; text-align: center; padding: 200px 0; font-weight: 100;}
	.parallax_block.last h2 { padding-bottom: 150px;}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {
		.parallax_block h2 { font-size: 20px; padding: 50px 0;  font-weight: 400;}
		.parallax_block.last h2 { padding-bottom: 50px;}
	}
	
.newsletter_panel { padding: 180px 150px; color: #fff;}
	.newsletter_panel h3 { font-size: 36px;  font-weight: 400; text-align: center; padding-bottom: 30px;}
	.newsletter_panel input[type="email"] { border: 2px solid #5595A0; padding: 15px !important; height: 58px; line-height: 1em; font-size: 18px !important; background: rgba(255,255,255,0.1); color: #fff; margin: 0;}
	.newsletter_panel input[type="submit"] { display: block; width: 100%; padding: 15px !important; height: 58px; border: 2px solid #5595A0; background: #5595A0; font-size: 20px !important; text-transform: uppercase; text-align: center; color: #fff; line-height: 1em; font-family: 'Montserrat', sans-serif; font-weight: 400; margin: 0;}
	
	@media (min-width: 768px) and (max-width: 999px) {
		.newsletter_panel { padding: 120px 50px;}
	}
	
	@media (max-width: 767px) {
		.newsletter_panel { padding: 50px 0;}
	}

#news_block { padding: 70px 0; background: #fff; text-align: center;}
	.news_item { padding: 30px 0; text-align: center; margin: 0 100px;}
	.news_item * {transition:.5s;}
	.news_item .preview { width: 100px; height: 100px; margin: 0 auto; background: no-repeat center center; border: 3px solid #fff; border-radius: 60px; background-size: cover;}
	.news_item h3 { font-size: 24px; color: #000; padding: 20px 0; font-weight: 400;}
	.news_item .text { color: #000; padding-bottom: 30px;}
	.news_item .arrow { margin: 0 auto; width: 80px; height: 1px; background: #000; position: relative;}
	.news_item .arrow i { position: absolute; width: 11px; height: 11px; position: absolute; right: 0; top: -5px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg);}
	.news_item:hover .arrow { background: #5595A0; width: 120px;}
	.news_item:hover .arrow i { border-color: #5595A0;}
	.news_item:hover .preview { border: 3px solid #5595A0;}
	
	.news_btn { display: inline-block; text-align: center; padding: 7px 30px; margin: 20px 0; border: 2px solid #000; color: #000; font-size: 20px; font-family: 'Montserrat', sans-serif; font-weight: 400; text-transform: uppercase; transition:.5s;}
	.news_btn:hover { border: 2px solid #5595A0; color: #5595A0;}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {
		news_block { padding: 0;}
		.news_item { padding: 20px 0; margin: 0;}
		.news_item .preview { width: 70px; height: 70px;}
		.news_item h3 { font-size: 18px; padding: 10px 0;}
		.news_item .text { display: none;}
	}

/************************************/
/* Pages */

#cover { display: block; position: relative; height: 350px; background: no-repeat center center; background-size: cover;}
	.cover_inner { position: absolute; width: 100%; height: 100%; z-index: 999; background: url(_assets/img/cover.png) repeat-x fixed center top;}
	
	@media (min-width: 768px) and (max-width: 999px) {
		#cover {height: 250px;}
		.cover_inner { display: none;}
	}
	
	@media (max-width: 767px) {
		#cover {height: 150px;}
		.cover_inner { display: none;}
	}
	
#content { padding: 70px 0; background: #fff;}
	.page_title { font-size: 50px; padding-bottom: 30px; font-weight: 600; color: #000;}
	.page_title a { color: #000;}
	.blog_title { font-size: 50px; padding-bottom: 50px; font-weight: 600; color: #000;}
	.resource_title { text-align: center;}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {
		.page_title,
		.proj_title { font-size: 30px;}
		.proj_title span { display: block; padding: 0;}
	}

#content_download { position: relative; background: #fff; padding-bottom: 70px;}
	#content_download .link_lists { position: relative;}
	#content_download .link_lists h3 { padding: 15px 10px;}
	#content_download .link_lists ul { padding-bottom: 30px;}
	#content_download .link_lists ul li { display: block; border-bottom: 1px solid #000; padding: 15px 10px; transition: .5s;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#content_download .link_lists ul li em { font-style: normal; color: #5595A0;}
	#content_download .link_lists ul li:last-child { border-bottom: none;}
	#content_download .link_lists ul li:hover { background: #f8f8f8;}
	#content_download .link_lists .overlay { position: absolute; top: 70px; left: 0; width: 100%; height: calc(100% - 70px); z-index: 9; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 100%);}
	
	@media (max-width: 767px) {
		#content_download .link_lists ul li span,
		#content_download .link_lists ul li a,
		#content_download .link_lists ul li em { display: block; width: 100%;}
	}
	
	.login_box { position: relative; display: block; padding: 40px; text-align: center; background: #f8f8f8;}
	.login_box .inner { position: relative; width: 100%; max-width: 700px; margin: 0 auto;}
	.login_box .text { padding: 15px 0 30px 0;}
	.login_box .cta { padding-top: 15px;}
	.login_box .inner input[type="submit"] { width: 100%;}
	
	.login_content { text-align: center;}
	.login_content .login-username,
	.login_content .login-password { text-align: left; display: block; padding-bottom: 15px;}
	
#content_faq { position: relative; background: #fff; padding: 70px 0;}
	#content_faq1 .page_title { text-align: center;}
	#content_faq ul.faq { padding-top: 20px;}
	#content_faq ul.faq > li { position: relative; border-top: 1px solid #99A2AE;}
	#content_faq ul.faq > li h3 { position: relative; display: block; padding: 30px 50px 30px 0; cursor: pointer;}
	#content_faq ul.faq > li h3 span { position: absolute; top: calc(50% - 15px); right: 0; width: 30px; height: 30px; transform-origin: center; text-align: center; transition: .3s; background: url('_assets/img/angle-down.svg') no-repeat; background-size: contain;}
	#content_faq ul.faq > li.active h3 span { transform: rotate(-180deg);}
	#content_faq ul.faq > li .text { padding: 0 0 10px 0;}
	
	@media (max-width: 767px) {
		#content_faq { padding: 40px 0 70px 0;}
		#content_faq1 .page_title { text-align: left;}
		#content_faq ul.faq > li h3 { padding: 15px 30px 15px 0; cursor: pointer; font-size: 16px;}
		#content_faq ul.faq > li h3 span { top: calc(50% - 5px); width: 10px; height: 10px;}
		#content_faq ul.faq > li .text { padding: 0;}
	}
	
#content_awards { position: relative; background: #fff; padding: 70px 0;}
	#content_awards1 .page_title { text-align: center;}
	#content_awards .text {}
	.awards_block { position: relative; padding-top: 50px;}
	.awards_group { position: relative; border-bottom: 1px solid #99A2AE; padding: 30px 0;}
	.awards_group .preview { display: block; position: absolute; top: 34px; left: 0; width: 55px;}
	.awards_group .award_list { position: relative; display: block; margin-left: 75px;}
	.awards_group .award_list h2 { font-size: 22px;}
	.awards_group .award_list .award_items { padding-top: 15px;}
	.awards_group .award_list .award_items li { padding-bottom: 7px; display: block;}
	
	@media (max-width: 767px) {
		#content_awards { padding: 40px 0 70px 0;}
		#content_awards1 .page_title { text-align: left;}
		.awards_block { padding-top: 30px;}
	}

/* New Page Builder */

#content_builder { position: relative; background: #fff; padding: 70px 0 0 0;}
	#content_builder .page_title { text-align: center;}
	
	.block_split { position: relative; padding: 70px 0;}
	.block_split + .block_split { padding-top: 0;}
		.block_split figure { position: relative; width: calc(100% - 50px); padding-top: 120%; overflow: hidden;}
		.block_split figure img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover;}
		.block_split .span50 { position: relative;}
		
		.block_split.img_right figure { margin-left: 50px;}
		.block_split.img_right .text { margin-right: 50px;}
		.block_split.img_left figure { margin-right: 50px;}
		.block_split.img_left .text { margin-left: 50px;}
	
	.block_toggle { position: relative; padding: 70px 0; background: #f1f1f1;}
	.block_toggle article.text { text-align: center; padding-bottom: 40px;}
	.block_toggle .toggle_item { border-bottom: 1px solid #000;}
	.block_toggle .toggle_item h3 { position: relative; display: block; padding: 20px 0; cursor: pointer; padding-right: 30px;}
	.block_toggle .toggle_item h3 span { position: absolute; top: 50%; right: 0; width: 23px; height: 23px; margin-top: -12px;}
	.block_toggle .toggle_item h3 span:before,
	.block_toggle .toggle_item h3 span:after { content: ''; display: block; position: absolute; background: #5595A0; transition: .3s;}
	.block_toggle .toggle_item h3 span:before { width: 23px; height: 2px; left: 0; top: 11px;}
	.block_toggle .toggle_item h3 span:after { width: 2px; height: 23px; left: 11px; top: 0;}
	.block_toggle .toggle_item.active h3 span:after { transform: rotate(90deg);}
	.block_toggle .toggle_item .text_content {}
	
	.block_case_study { position: relative; padding: 70px 0;}
	.block_case_study article.text { text-align: center; padding-bottom: 40px;}
	.block_case_study .preview { position: relative; width: 100%; padding-top: 70%;}
	.block_case_study .preview .cycle-slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
	.block_case_study .case_item { padding-bottom: 70px;}
	.block_case_study .case_item .inner { padding-left: 50px;}
	.block_case_study .case_item h3 { padding-bottom: 20px;}
	.block_case_study .case_item .text {}
	.block_case_study .case_item .btn { margin-top: 10px; display: inline-block; padding: 17px 30px; line-height: 1em; background: #fff; color: #5695A0; border: 1px solid #5695A0; font-weight: 700; text-transform: uppercase; font-size: 14px; border-radius: 3px; cursor: pointer; transition: .3s;}
	.block_case_study .case_item .btn:hover { background: #5695A0; color: #fff;}
	.block_case_study .text_below { padding-top: 20px;}
	
	.block_cta { position: relative; padding: 70px 0; background: #5595A0; color: #fff;}
	.block_cta article.text { text-align: center; padding-bottom: 40px;}
	.block_cta article.text h2 { font-size: 50px;}
	.gform_required_legend { display: none;}
	.block_cta .gform_footer input[type="submit"] { background: #000 !important; }
	
	@media (max-width: 767px) {
		#content_builder { padding: 40px 0 0 0;}
		.block_split { padding: 40px 0;}
		.block_split figure { width: 100%; padding-top: 100%;}
		.block_split.img_right figure { margin-left: 0;}
		.block_split.img_right .text { margin-right: 0;}
		.block_split.img_left figure { margin-right: 0;}
		.block_split.img_left .text { margin-left: 0;}
		.block_split .text { padding-top: 20px;}
		.block_split .text h2 { font-size: 24px;}
		
		.block_toggle { padding: 40px 0;}
		.block_toggle article.text { padding-bottom: 20px;}
		.block_toggle .toggle_item h3 { font-size: 18px;}
		
		.block_case_study { padding: 40px 0 20px 0;}
		.block_case_study article.text { padding-bottom: 20px;}
		.block_case_study .case_item { padding: 20px 0;}
		.block_case_study .case_item .inner { padding: 30px 0 0 0;}
		.block_case_study .case_item .btn { padding: 12px 20px;}
		
		.block_cta { padding: 40px 0;}
		.block_cta article.text { padding-bottom: 20px;}
		.block_cta article.text h2 { font-size: 30px;}
	}

/* Team Page */

.block_team { position: relative; background: #fff; padding: 70px 0;}
.block_team .row { padding: 0;}
.block_team .page_title { position: relative; padding-left: 20px;}
.team_expander {}
.team_expander .team_member { position: relative; margin: 50px 25px 0 25px; cursor: pointer;}
.team_expander .team_member .preview { position: relative; background: #f1f1f1; width: 100%; padding-top: calc(125% + 85px);}
.team_expander .team_member .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: no-repeat center center; background-size: cover; opacity: 0; transition:.5s;}
.team_expander .team_member figure { position: absolute; background: #f1f1f1; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}
.team_expander .team_member figure img { color: #f1f1f1; max-width: none; max-height: none; height: 100%; width: 100%; transition:.5s; object-fit: cover;}
.team_expander .team_member .info { position: absolute; bottom: 0; left: 0; width: 100%; background: #fff; padding: 10px 0 25px 0; color: #000; z-index: 9; transition:.5s;}
.team_expander .team_member .info h3 { font-size: 1.33em; padding-bottom: 5px;}
.team_expander .team_member .info .position { position: relative; display: block; font-size: 15px; line-height: 1.2em;}

.team_expander .team_member.active {}
.team_expander .team_member.active .info { opacity: 0; bottom: -10px; background: none;}
.team_expander .team_member:hover .overlay { opacity: 1;}
.team_expander .team_member.active .overlay { opacity: 1;}

.content_filler { position: relative; height: 0;}
.content_filler.active { height: auto; transition:.5s;}
.content_filler .filler_wrap { position: relative; text-align: center; padding: 80px 60px; width: 100%; max-width: 1250px; margin: 0 auto; background: rgba(234, 232, 228, 0.5); }
.content_filler h3.title { position: relative; padding-bottom: 20px; z-index: 9; font-size: 2.8em; color: #000;}
.content_filler .position { font-size: 14px; color: #000;}
.content_filler .text { padding-top: 20px; max-width: 800px; margin: 0 auto;}

.content_filler .close_expander {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: #fff url(_assets/img/close.svg) center center no-repeat;
}

@media (min-width: 768px) and (max-width: 1200px) {
		
}

@media (max-width: 767px) {
	.block_team { padding: 40px 0;}
	.block_team .row.grid_container { padding: 0 10px;}
	.block_team .headline { font-size: 2.3em;}
	.team_expander .team_member { margin: 20px 10px 0 10px;}
	.team_expander .team_member .preview { padding-top: calc(125% + 25px);}
	.team_expander .team_member figure { position: absolute; background: #f1f1f1; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}
	.team_expander .team_member figure img { color: #f1f1f1; max-width: none; max-height: none; height: 100%; width: 100%; transition:.5s;}
	.team_expander .team_member .info { background: rgba(255,255,255,0.7); padding: 10px;}
	.team_expander .team_member .info h3 { font-size: 1em; padding-bottom: 5px;}
	.team_expander .team_member .info .position { font-size: 11px; line-height: 1.2em;}
	.content_filler .filler_wrap { padding: 40px 30px;}
	.content_filler h3.title { font-size: 2em;}
}

/************************************/
/* Posts */

.theposts { margin-bottom: 40px;}
	.theposts .preview { height: 100%; width: 100%; position: relative;}
	.theposts .preview figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}
	.theposts .preview figure img { color: #fff; max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	.theposts .details { border-bottom: 1px solid #99A2AE; border-top: 1px solid #99A2AE; padding: 50px 0; margin-left: 50px;}
	.theposts .details h2 { color: #000; font-size: 24px; padding-bottom: 20px;}
	.theposts .details .text {}
	.theposts .details .readmore { display: block; margin-top: 20px; font-family: serif; position: relative; height: 20px; font-size: 18px; font-style: italic; text-transform: lowercase;}
	.theposts .details .readmore * {transition:.5s;}
	.theposts .details .arrow { width: 50px; height: 1px; background: #000; position: absolute; left: 80px; top: 12px;}
	.theposts .details .arrow i { position: absolute; width: 11px; height: 11px; position: absolute; right: 0; top: -5px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg);}
	.theposts .readmore:hover .arrow { background: #5595A0; width: 80px;}
	.theposts .readmore:hover .arrow i { border-color: #5595A0;}
	
	@media (min-width: 768px) and (max-width: 999px) {
		
		.theposts .details { height: 233px;}
		.theposts .details .text { display: none;}
		
	}
	
	@media (max-width: 767px) {
		
		.theposts { margin-bottom: 40px;}
		.theposts .details { height: auto; border-top: none; padding: 30px 0; margin-left: 0;}
		
	}
	
.post_single { position: relative; padding:0 80px;}
	.post_content { position: relative;}
	.post_meta { position: absolute; left: -80px; width: 60px; top: 0;}
	.post-social { text-align: center;}
	.post-social li { display: block; position: relative; text-align: center;}
	.post-social li a { display: block; width: 40px; height: 40px; margin: 5px auto; padding-top: 8px; font-size: 16px; border-radius: 30px; transition:.5s;}
	.post-social li.fb a { border: 1px solid #3a589b; color: #3a589b;}
	.post-social li.tw a { border: 1px solid #1daaf1; color: #1daaf1;}
	.post-social li.pi a { border: 1px solid #bd081c; color: #bd081c;}
	.post-social li.li a { border: 1px solid #137bb6; 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: #bd081c; color: #fff;}
	.post-social li.li a:hover { background: #137bb6; color: #fff;}
	
	.post_single .prev_p a,
	.post_single .next_p a { margin: 20px;}
	
	.post_nav { display: block;	margin-left: 40px;}
	.post_nav a { display: block; margin: 3px; padding: 7px 0; text-align: center; border: 2px solid #99A2AE; text-transform: uppercase; color: #99A2AE;}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {
		
		.post_single { padding: 0;}
		.post_meta { position: relative; left: 0; width: auto; top: 0;}
		.post-social { text-align: center; padding: 0 0 15px 0;}
		.post-social li { display: inline-block; margin: 0 10px;}
		.post_nav { margin-left: 0;}
		
	}

/************************************/
/* Projects */

.project_overview { position: relative; padding-top: 100px;}
	.project_overview .page_title { text-align: center;}

	/*.filter_toggle { padding-bottom: 30px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.filter_toggle li { display: inline-block; position: relative;}
	.filter_toggle li button { display: block; text-align: center; font-size: 16px; border: none; background: none; padding: 10px 0; margin: 0 10px; color: #000; line-height: 1em; cursor: pointer; border-bottom: 1px solid #fff;}
	.filter_toggle li button.is-checked { color: #000; border-bottom: 1px solid #99A2AE;}*/

.filter_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 40px;
}
	.filter_box .filter-button-group-all { display: inline-block; margin: 5px;}
	.filter_box .filter-button-group-all button { box-shadow: inset 0 0 0 1px #DADADA; color: #ccc;}
	.filter_box .filter-button-group { position: relative; width: 250px; margin: 5px;}
	.filter_box .filter-button-group li { display: block; position: relative; width: 100%;}
	.filter_box .filter-button-group li span { display: block; position: relative; padding: 15px 20px; margin: 0; box-shadow: inset 0 0 0 1px #DADADA; color: #000; font-size: 16px; line-height: 1em; border-radius: none; text-align: left; font-weight: 400; cursor: pointer;}
	.filter_box .filter-button-group li span:after { content: '\f078'; font-family: 'icomoon'; position: absolute; top: 50%; right: 10px; font-size: 12px; line-height: 1em; width: 12px; height: 12px; margin-top: -6px; color: #5595A0;}
	.filter_box .filter-button-group li ul { display: none; position: absolute; top: 100%; left: 1px; width: 248px; box-shadow: 0 0 0 1px #DADADA; z-index: 991;}
	
	.filter_box button { display: block; width: 100%; padding: 15px 20px; margin: 0; background: #fff; border: none; color: #000; font-size: 16px; line-height: 1em; border-radius: none; text-align: left; transition: .5s; font-weight: 400;}
	.filter_box button:hover { background: #F8F8F8;}
	.filter_box button.is-checked { background: #F8F8F8;  box-shadow: inset 0 0 0 1px #F8F8F8; color: #5595A0;}
	
	@media (max-width: 767px) {
		.project_overview { position: relative; padding-top: 0;}
		.filter_box .filter-button-group-all { display: block; width: 100%; margin: 5px;}
		.filter_box .filter-button-group { position: relative; width: 100%; margin: 5px;}
		.filter_box .filter-button-group li ul { position: relative;}
	}

/* Project Single */

#project_cover { display: block; position: relative; height: 80%; background: no-repeat center center; background-size: cover;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}
	#project_cover .inner { position: relative; padding: 100px 0; width: 100%; color: #fff; z-index: 9;}
	#project_cover .inner .proj_title { font-size: 50px; padding-bottom: 10px; font-weight: 600; max-width: 600px;}
	#project_cover .inner h2 { font-size: 30px; color: #fff; font-family: serif; font-style: italic; text-transform: none;}
	#project_cover .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.2; background: #000;}
	#project_cover .cover_inner { position: absolute; top: 0; left: 0; width: 100%; height: 200px; z-index: 3; background: linear-gradient(0deg, rgba(38,40,44,0) 0%, rgba(38,40,44,1) 100%); opacity: 0.8;}
	
	@media (max-width: 767px) {
		#project_cover { height: auto;}
		#project_cover .inner { padding: 200px 0 50px 0;}
		#project_cover .inner .proj_title { font-size: 30px;}
		#project_cover .inner h2 { font-size: 18px;}
	}
	
/* Masonry */

.masonry {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 9;
}
.masonry .item { float: left; width: 33.33%; position: relative;}
.item-sizer { float: left; width: 33.33%;}

.overview { position: relative; margin: 15px;}
	.overview img { width: 100%; height: auto;}
	.overview .overlay { opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; background: rgba(53,58,64,0.75); text-align: center; transition:.5s;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.overview:hover .overlay { opacity: 1;}
	.overview .overlay .inner { display: block; padding: 50px 40px 20px 40px; width: 100%;}
	.overview h3 { color: #fff; font-size: 24px; text-transform: uppercase;}
	.overview em { color: #6CD2E3; font-family: serif;}
	.overview .arrow { margin: 0 auto; width: 80px; height: 1px; background: #fff; position: relative; margin-top: 30px;}
	.overview .arrow i { position: absolute; width: 11px; height: 11px; position: absolute; right: 0; top: -5px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg);}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {
		.masonry .item { float: left; width: 100%; position: relative;}
		.item-sizer { float: left; width: 100%;}

		.overview { margin: 0 0 20px 0;}
		.overview img { width: 100%; height: auto;}
		.overview .overlay { opacity: 1; background: none;}
		.overview .overlay .inner { padding: 20px; background: rgba(53,58,64,0.75);}
		.overview h3 { font-size: 18px;}
		.overview em { display: none;}
		.overview .arrow { display: none;}
	}

/************************************/
/* Next / Prev */

.prev_p *,
.next_p * {transition:.5s;}
.prev_p a,
.next_p a { display: block; position: relative; margin: 20px 50px; color: #000; height: 100px;}
.prev_p h3,
.next_p h3 { font-size: 20px; padding: 20px 0;}
.prev_p .preview,
.next_p .preview { width: 100px; height: 100px; background: no-repeat center center; border: 3px solid #fff; position: absolute; top: 0; border-radius: 60px; background-size: cover;}
.prev_p a { text-align: right;}
.next_p a { text-align: left;}
.prev_p .preview { right: 0;}
.next_p .preview { left: 0;}
.prev_p h3 { margin-right: 120px; padding-left: 30px;}
.next_p h3 { margin-left: 120px; padding-right: 30px;}
.prev_p .arrow { width: 80px; height: 1px; background: #000; position: absolute; right: 120px; bottom: 10px;}
.prev_p .arrow i { position: absolute; width: 11px; height: 11px; position: absolute; left: 0; top: -5px; border-bottom: 1px solid #000; border-left: 1px solid #000; transform: rotate(45deg);}
.next_p .arrow { width: 80px; height: 1px; background: #000; position: absolute; left: 120px; bottom: 10px;}
.next_p .arrow i { position: absolute; width: 11px; height: 11px; position: absolute; right: 0; top: -5px; border-top: 1px solid #000; border-right: 1px solid #000;  transform: rotate(45deg);}
.prev_p a:hover .preview,
.next_p a:hover .preview { border-color: #5595A0;}
.prev_p a:hover .arrow,
.next_p a:hover .arrow { background: #5595A0; width: 120px;}
.prev_p a:hover .arrow i,
.next_p a:hover .arrow i { border-color: #5595A0;}

	@media (min-width: 768px) and (max-width: 999px) {
		.arrow { width: 40px !important; background: #ccc !important; }
		.arrow i { border-color: #ccc !important;}
		
		.prev_p a,
		.next_p a { margin: 15px 0; height: auto; position: relative;}
		.prev_p a { text-align: left;}
		.next_p a { text-align: right;}
		.prev_p h3,
		.next_p h3 { font-size: 16px; padding: 10px 0; display: block; margin: 0; padding: 0;}
		.prev_p .preview,
		.next_p .preview { display: none;}
		.prev_p .arrow,
		.next_p .arrow { position: relative; display: inline-block; left: auto; right: auto; bottom: auto; margin: 10px 0; padding: 0;}
		.prev_p .arrow { left: 0;}
		.next_p .arrow { right: 0;}
	}
	
	@media (max-width: 767px) {
		.arrow { width: 40px !important; background: #ccc !important; }
		.arrow i { border-color: #ccc !important;}
		
		.prev_p a,
		.next_p a { margin: 15px 0; height: auto; position: relative; text-align: center;}
		.prev_p h3,
		.next_p h3 { font-size: 16px; padding: 10px 0; display: block; margin: 0; padding: 0;}
		.prev_p .preview,
		.next_p .preview { display: none;}
		.prev_p .arrow,
		.next_p .arrow { position: relative; left: auto; right: auto; bottom: auto; margin: 10px auto; padding: 0;}
	}

/************************************/
/* Resource */

.resource { padding-bottom: 40px;}
	.resource .img { margin-right: 15px;}
	.resource h3 { font-size: 20px; padding-bottom: 10px;}
	.resource .desc {}
	.resource a { display: inline-block; padding: 3px 10px; font-size: 12px; background: #5595A0; color: #fff; text-transform: uppercase; font-weight: 700; margin-top: 10px;}
	.resource a:hover { color: #fff;}

	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {}

/************************************/
/* Sidebar */

/************************************/
/* Logos */

#logo_grid { padding: 10px 0 20px 0; background: #eee;}
#logo_grid .logo { height: 80px; display: table; position: relative; text-align: center;}
#logo_grid .logo a { vertical-align: middle; text-align: center; display: table-cell; position: relative; width: 90%; padding: 0 5%; height: 80px;}
#logo_grid .logo a img { margin: 0 auto;}
#logo_grid h4 { text-align: left; padding: 0 30px 15px 30px; color: #999; font-size: 14px; font-weight: 400;}

	@media (max-width: 767px) {
		#logo_grid .logo { height: 50px;}
		#logo_grid .logo a { height: 50px;}
		#logo_grid h4 { text-align: center; padding: 0 0 15px 0;}
	}

/************************************/
/* Footer */

#footer { position: relative; color: #000; background: #f9f9f9; border-top: 1px solid #ddd;}
	#footer .inner_logo {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		gap: 40px;
		padding: 50px 50px;
		border-bottom: 1px solid #ccc;
	}
	#footer .inner_logo > div {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 40px;
	}
	#footer .inner_logo .logo { width: 300px;}
	.social { 
		text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 25px;
		gap: 10px;
	}
	.social li { display: inline-block; position: relative;}
	.social li span { position: relative; display: block; min-width: 50px; border: 1px solid #000; color: #000; text-align: center; line-height: 50px; font-size: 18px; transition:.5s;}
	.social li span:hover { color: #fff; background: #000;}
	
	.signup_li {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 25px;
		gap: 10px;
	}
	.signup_li input { display: inline-block;}
	.signup_li input[type="email"] { border: 1px solid #000; margin: 0 !important; font-size: 16px !important; line-height: 50px; padding: 0 20px !important;}
	.signup_li input[type="email"]:focus { outline: none !important; border-color: #5595A0; color: #5595A0; background: #fff;}
	.signup_li input[type="submit"] { margin: 0 !important; border: 1px solid #000; background: #000; color: #fff; line-height: 50px; font-size: 14px !important; padding: 0 30px !important;}
	.signup_li input[type="submit"]:hover { background: #5595A0; border-color: #5595A0; color: #fff;}
	
	#footer .inner_info {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 40px;
		padding: 50px 50px 0 150px;
	}
	#footer .inner_info .address.text { text-align: left; font-size: 14px; line-height: 1.5em; width: 100%; max-width: 440px;}
	#footer .inner_info .address.text p { margin-bottom: 1.2em;}
	
	.footer_menu { text-align: left; font-size: 14px; line-height: 1.5em;}
	.footer_menu ul { 
		margin-top: 1.2em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.footer_menu ul li { display: inline-block; width: 50%;}
	.footer_menu ul li a { color: #000; font-size: 14px; line-height: 1.5em;}
	.footer_menu ul li a:hover { text-decoration: underline; color: #5595A0;}
	.footer_menu ul ul { display: none !important;}
	
	#footer .inner_info .logos {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-end;
		gap: 20px;
	}
	#footer .inner_info .logos {}
	
	.copyright { font-size: 12px; color: #999; padding: 30px 50px 10px 50px; text-align: right;}
	.copyright a { color: #999;}
	
	@media (min-width: 768px) and (max-width: 1110px) {
		#footer .inner_logo .logo { display: none;}
		#footer .inner_info { padding: 50px 50px 0 50px;}
		.copyright { text-align: center;}
	}
	
	@media (max-width: 767px) {
		#footer .inner_logo {
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			gap: 30px;
			padding: 50px 30px;
		}
		#footer .inner_logo > div {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: flex-start;
			align-items: center;
			gap: 40px;
		}
		#footer .inner_logo .logo { display: none;}
		.social { 
			justify-content: center;
			margin-top: 0;
		}
		.social li span { min-width: 40px; line-height: 40px; font-size: 18px;}
		
		.signup_li {
			justify-content: center;
			align-items: center;
			margin-top: 0;
		}
		.signup_li input[type="email"] { line-height: 40px;}
		.signup_li input[type="submit"] { line-height: 40px;}
		
		#footer .inner_info {
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: flex-start;
			gap: 40px;
			padding: 50px 30px 0 30px;
		}
		#footer .inner_info .address.text { width: calc(50% - 20px); order: 2;}
		
		.footer_menu { width: calc(50% - 20px); order: 1;}
		.footer_menu ul { 
			margin-top: 1.2em;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.footer_menu ul li { display: inline-block; width: 100%;}
		
		#footer .inner_info .logos {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: center;
			align-items: center;
			gap: 20px;
			order: 3;
		}
		#footer .inner_info .logos img { max-width: calc(50% - 10px); height: auto;}
		
		.copyright { text-align: center; padding: 30px 20px 10px 20px; font-size: 10px; line-height: 1.2em;}
	}

/*#footer { padding: 50px 50px; position: relative; color: #000; background: #F9F9F9;}
	
	#footer .logo1 {}
	#footer .logo2 { margin-top: 40px;}
	.social { text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}
	.social li { display: inline-block; position: relative; margin: 5px;}
	.social li span { position: relative; display: block; width: 40px; height: 40px; border: 1px solid #99A2AE; color: #99A2AE; text-align: center; padding-top: 8px; font-size: 20px; transition:.5s;}
	.social li span:hover { color: #5595A0; border-color: #5595A0;}
	
	.signup_li {
		margin-top: 40px;
		margin-bottom: 15px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
	}
	.signup_li input { display: inline-block;}
	.signup_li input[type="email"] { border: 1px solid #99A2AE; margin: 0 5px 0 0 !important; font-size: 14px !important; line-height: 1em; padding: 12px 10px !important; height: 40px;}
	.signup_li input[type="email"]:focus { outline: none !important; border-color: #5595A0; color: #5595A0; background: #fff;}
	.signup_li input[type="submit"] { margin: 0 !important; border: 1px solid #99A2AE; background: #f9f9f9; color: #99A2AE; line-height: 1em; font-size: 14px !important; padding: 12px 30px !important; height: 40px;}
	.signup_li input[type="submit"]:hover { background: #5595A0; border-color: #5595A0; color: #fff;}
	
	#footer .text p { margin-bottom: 1.5em;}
	
	.address.text { padding: 0 30px 0 0; text-align: left; font-size: 14px; line-height: 1.5em;}
	
	.footer_menu { text-align: left; padding: 0 30px 0 0; font-size: 14px; line-height: 1.5em;}
	.footer_menu ul { 
		margin-top: 1.5em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.footer_menu ul li { display: inline-block; width: 50%;}
	.footer_menu ul li a { color: #000; font-size: 14px; line-height: 1.5em;}
	.footer_menu ul li a:hover { text-decoration: underline; color: #5595A0;}
	.footer_menu ul ul { display: none !important;}
	
	.copyright { font-size: 12px; text-align: center; color: #99A2AE; padding-top: 30px;}
	.copyright a { color: #99A2AE;}
	
	@media (min-width: 768px) and (max-width: 999px) {}
	
	@media (max-width: 767px) {
		#footer { padding: 30px 20px;}
		
		#footer .logos {
			text-align: center;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: center;
			align-items: center;
		}
		#footer .logos img { max-width: calc(100% - 30px); margin: 15px;}
		
		.social { 
			text-align: center;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
		}
		
		.signup_li {
			margin-top: 40px;
			margin-bottom: 15px;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
		}
		.signup_li input { display: block;}
		.signup_li input[type="email"] { margin: 0 0 5px 0 !important;}
		.signup_li input[type="submit"] { width: 100%;}
		
		.address.text { padding: 30px 0 0 0;}
		.footer_menu { padding: 30px 0 0 0;}
	}*/

/************************************/
/* Gallery Shortcode */

.gallery_block { padding: 60px 0;}
.gallery_block .item { padding: 5px;}
.gallery_block .item img { width: 100%; height: auto;}

/************************************/
/* Widgets */

.widget { padding:0 0 30px 0;}
	.widget .widget_heading { margin-top: -6px; }
	.widget h3 { margin-top: 0; font-size: 16px; font-weight: 400; border-bottom: 2px solid transparent; position: relative; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	.widget h3:before { content: ""; display: block; border-top: 1px solid #ddd; width: 100%; height: 2px; position: absolute; top: 50%; z-index: 1;}
	.widget h3 span { padding: 0 10px; position: relative; display: inline-block; z-index: 1; background: #fff; font-weight: inherit;}
	.widget ul li { padding: 2px 10px; position: relative;}
	.widget ul ul li { margin: 0 15px;}
	.widget ul li:last-child { border-bottom: none;}
	.widget ul li a:hover:before { content:'\e812'; font-size: 10px; color: #333; font-family: "icomoon"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; text-align: center; position: absolute; left: -3px; top: 8px; width: 10px; height: 10px;}
	.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;*/}

/************************************/
/* 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-pager > * { cursor: pointer;}
	.cycle-pager { position: absolute; width: 300px; text-align: right; bottom: 70px; left: 50%; margin-left: 300px; 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.5;}
	.cycle-pager span.cycle-pager-active { opacity: 1;}
	.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: #fff; z-index: 999; opacity: 0; cursor: pointer; 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; transform: rotate(45deg);}
	.cycle-next i { border-bottom: 1px solid #40464f; border-right: 1px solid #40464f; margin: -12px 0 0 -12px; left: 20px; transform: rotate(-45deg);}
	.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}*/
	.slide_block { max-width: 100%; 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;}
		
	@media (min-width: 768px) and (max-width: 999px) {
		.cycle-pager { margin-left: 235px;}
	}
	
	@media (max-width: 767px) {
		.cycle-pager { margin-left: 0; left: auto; right: 5px; bottom: auto; top: 10px;}
	}


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

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

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

/* 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: #000;
	font-size: 14px !important;
	padding: 15px !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:#fff;
}

input[type="button"],
input[type="submit"] {
	border: none;
	background: #5595A0;
	color: #fff;
	font-size: 14px !important;
	font-weight: 700;
	padding: 15px 40px !important;
	text-transform: uppercase;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #14B8B8;
}

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;}
.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 { margin: .8em 0 30px 0; padding: 0;}
.text h3,
.text h4,
.text h5,
.text h6 {
	margin: .8em 0; padding: 0;
}

/* 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: #5595A0; border: 1px solid #5595A0;}

/* ALIGNMENTS */

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

/* SHORTCODES */

.shortcode-list.custom li:before { color: #5595A0 !important;}
.shortcode-alert.custom { background: #5595A0 !important; color: #fff;}
.shortcode-button {
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif; font-weight: 400;}
.shortcode-button.custom { border: 2px solid #5595A0 !important; color: #5595A0 !important;}
.shortcode-button.custom:hover { background: #5595A0 !important; color: #fff !important;}
/*.shortcode-divider,
.shortcode-divider.thick { border-color: #000 !important;}
.shortcode-divider span { background: #000 !important; color: #fff;}
.shortcode-quote,
.shortcode-quote em,
.shortcode-quote:before { color: #000 !important;}
.shortcode-toggle-title,
.shortcode-accordion-title { border-bottom: 2px solid #000 !important;}
.shortcode-toggle-content,
.shortcode-accordion-content { background: rgba(0,0,0,0.2) !important;}
.shortcode-price { border-bottom: 2px dotted #000 !important; }*/

/* GRIDS TABLET */

@media (min-width: 768px) and (max-width: 999px) {
	
}

/* GRIDS MOBILE */

@media (max-width: 767px) {
	
}

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