/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Home Content center */

.home #content{
	width: 95%;
	margin: 0 auto;
	float: none;
}


/*************** CSS Top Socials**************/
.top-area {
	background-color: #0074C8;
	height: 5px;
	padding-bottom: 5px;
}
.wen-side-socials {
	text-align: right;
}
.wen-social-links {
	display: inline-block;
}
.wen-social-links li a {
	text-indent: 9999px !important;	
}

/************* CSS Header************/
#header {
	padding-bottom: 0px !important;
	background: #fff;
}

.header-widget-area {
	margin-top: 25px;
}



.header-image #title, 
.header-image #title a, 
.header-image #title-area {
	min-height: 159px !important;
}
.header-image #title, 
.header-image #title a {
	width: 100% !important;
}

.phone {
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	padding: 17px;
	background: #0074C8;
	border-radius: 6px;
	width: 160px;
	color: #fff;
	float: right;
}
#header .search-form {
	margin-top: 1.5rem !important;
}

#header .widget_search {
	display: -webkit-inline-box;
	float: right;
}

.full-header h5{
	color: #fff;
	font-size: 30px;
	padding-top: 80px;
	text-align: left;
	text-transform: uppercase;
}
.contact-form input, .contact-form textarea, .contact-form select{
	color: #999999;
	background-color: #FFF;
	border-color: #e6e6e6;
	padding: 13px;
	font-family: 'Varela Round', sans-serif;
}
.contact-form textarea, .contact-form .full-input {
margin-left: 1.166667%;
width: 97%;
}

.contact-form input[type="submit"] {
	color: #FFF;
	background-color: #94C805;
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
	margin-left: 1.166667%;
	margin-top: 12px;
}

input.search-input {
	float: left;
	width: 183px;
	height: 24px;
	border: 0;
	padding: 0 0 0 10px;
	background: url('../images/search_field.png') no-repeat;
	border-radius: 0px !important;
	box-shadow: none !important;
	/*padding: 5px 10px;
	border-radius: 20px;
	background: -webkit-linear-gradient(#ccc, #fff);
	background: -o-linear-gradient(#ccc, #fff);
	background: -moz-linear-gradient(#ccc, #fff);
	background: linear-gradient(#ccc, #fff);
	border: 1px solid #999;
	box-shadow: none;*/
}

.search-form input[type="submit"] {
	float: left;
	width: 26px !important;
	height: 24px !important;
	border: 0 !important;
	padding: 0 !important;
	background: url('../images/search_btn.png') no-repeat !important;
	clip: inherit !important;
	margin: 0 !important;
	position: inherit !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.element_1 {
	border-radius: 0px !important;
}

/*.element_1 .title-block_1 {
	height: 50px !important;
	bottom: -56px !important;
}*/
.element_1 .title-block_1 a {
	color: #fff !important;
	top: 5px;
	left: 10px;
}
.caption-slider {
	padding: 15px !important;
	background-color: rgba(0,0,0,.5);
	line-height: 20px !important;
	text-align: justify !important;
}



.sb-search {
	position: relative;
	margin-top: -11px;
	width: 0%;
	min-width: 60px;
	height: 36px;
	/* float: right; */
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}


.sb-search-input {
	display: none;
	border: none;
	outline: none;
	background: #fff;
	width: 80%;
	height: 30px;
	margin: 0;
	z-index: 10;
	padding: 6px 10px 6px 18px;
	font-family: inherit;
	font-size: 15px;
	color: #2c3e50;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 5px;
}

.sb-search-open .sb-search-input {
	display: block;
}

.sb-search #search {
	box-shadow: 0 0 0px #ddd inset;
}

.sb-search-open  #search {
	box-shadow: 0 0 4px #ddd inset !important;
}
.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 37px;
	height: 37px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	border-radius: 22px;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #DADBDD;
	/* background: #e67e22; */
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	margin-top: -2px;
	margin-right: 7px;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	/*background: #da6d0d;*/
	color: #DADBDD;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


.footer-widgets{
	background: url(../images/h-nutshell-bkg.png);
}
.footer-widgets-1{
	width: 28.3333333%;
}
.footer-widgets-2,
.footer-widgets-3{
	width: 33.3333%;
}

.facebook-icon{
	background: url(../images/sprite.png) no-repeat -471px -1px;
	width: 75px;
	height: 75px;
	float: left;
	position: relative;
	top: 0;
	z-index: 2;
	-webkit-transition: top 0.4s ease-out;
	-moz-transition: top 0.4s ease-out;
	transition: top 0.4s ease-out;
}
.google-icon{
	background: url(../images/sprite.png) no-repeat -104px -174px;
	width: 75px;
	height: 75px;
	float: left;
	position: relative;
	top: 0;
	z-index: 2;
	-webkit-transition: top 0.4s ease-out;
	-moz-transition: top 0.4s ease-out;
	transition: top 0.4s ease-out;
}
.linkedin-icon{
	background: url(../images/sprite.png) no-repeat -189px -174px;
	width: 75px;
	height: 75px;
	float: left;
	position: relative;
	top: 0;
	z-index: 2;
	-webkit-transition: top 0.4s ease-out;
	-moz-transition: top 0.4s ease-out;
	transition: top 0.4s ease-out;
}

.container-facebook,
.container-google,
.container-linkedin{
	display: table;
	margin: 0 auto;
}

.container-facebook a,
.container-google a,
.container-linkedin a{
	text-decoration: none;
}
.container-google .sh-caption{
	color: #aa4141;
}
.container-linkedin .sh-caption{
	color: #286d8f;
}
.container-google .sh-subcaption{
	border-right-color: rgba(170, 65, 65, 0.5);
}
.container-linkedin .sh-subcaption{
	border-right: 4px solid rgba(51, 106, 168, 0.5);
}
.social-header{
	float: left;
	display: block;
	margin-left: -40px;
	position: relative;
	z-index: 1;
	margin-top: 4px;
	width: 265px;
}
.sh-caption{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #336aa8;
	padding: 10px 18px 0 50px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.3);
}
.sh-subcaption{
	border-right: 4px solid rgba(51, 106, 168, 0.5);
	display: block;
	color: #798185;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 20px 10px 50px;
	background-color: rgba(0, 0, 0, 0.3);
}

.container-facebook a:hover .facebook-icon,
.container-google a:hover .google-icon,
.container-linkedin a:hover .linkedin-icon{
	top: -8px;
}

/* Sidebar menu */
.sidebar .menu-advisory-services-container ul li{
	font-size: 17px;
	color: #323131;
	text-align: left;
	font-weight: 700;
	font-family: 'Roboto',sans-serif;
	border-bottom: 1px solid #cecece;
	padding: 10px 0;
	background: none;
	line-height: 1.1em;
	margin: 0;
}
.sidebar .menu-advisory-services-container ul li a{
	padding: 10px !important;
	text-decoration: none;
}
#nav_menu-5{
	border-bottom: 1px solid transparent !important;
}


@media screen and (max-width: 1078px){
	#header .wrap #title-area{
		background: url(../images/logo2.png) no-repeat !important;
	}
}

@media screen and (max-width: 1024px){
	#header .widget-area{
		width: 100% !important;
	}
	.header-widget-area .textwidget{
		display: table;
		margin: 0 auto;
	}
	#title-area{
		width: 253px !important;
		display: table !important;
		margin: 0 auto;
		float: none !important;
	}
	.header-image #title, 
	.header-image #title a,
	.header-image #title-area{
		min-height: 115px !important;
	}
	#header .genesis-nav-menu{
		float: none !important;
		margin: 0 auto;
		width: auto;
		max-width: 534px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px){
	.caption-slider{
		line-height: 10px !important;
		padding: 7px !important;
	}
	#header{
		min-height: 270px !important;
	}
	.small-phone{
		width: 100%;
		margin-left: 0px !important;
		text-align: center;
		margin-bottom: 10px;
	}
	.menu-left{
		float: none !important;
		margin: 0 auto;
		display: table !important;
	}
	.header-widget-area{
		margin-top: 0px !important;
	}
}
@media screen and (max-width: 639px){
	.caption-slider{
		display: none;
	}
}
@media screen and (max-width: 551px){
	.small-phone{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 359px){
	.header-widget-area .widget_text .menu-left li{
		margin-top: 10px;
	}
}


/* Login Page */

.post-237 form {
	padding: 36px;
	border: 1px solid #7EBF00;
}

.post-237 .entry-content form input[type="text"],
.post-237 .entry-content form input[type="password"]{
	max-width: 250px !important;
	min-width: 220px !important;
	padding: 4px;
	margin-bottom: 15px;
}
.post-237 .entry-content form .submit_button{
	background-color: #94C805;
	margin-bottom: 10px;
}
.post-237 .entry-content form input[type="submit"]{
	width: 140px !important;
	/*float: left;*/
}
/*
#menu-item-33 > a{
	width: 168px;
	font-size: 17px !important;
}*/

/* Lightbox gallery */
.container-blocks{
	float: left;
	width: 250px;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.sub-blocks {
	webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
.oi_mask {
	position: absolute;
	color: #0074A2;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
	webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sub-blocks:hover .oi_mask{
	opacity: 1;
}
.sub-blocks:hover .oi_sub_legend{
	margin-top: 10px;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}