.site-title.lang-es {
	font-size: 30px !important;
}

.print-single-change {
	display:inline-block;
	margin-bottom:10px;
}
#print-single-change-iframe {
	display:none;
}
.sub-head .container {
	display:block !important;
}
.sub-head .signup-content {
	float:left;
}
.sub-head .lang-switcher {
	float:right;
	margin-top:10px;
}
.sub-head .wpml-ls {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}
.sub-head .container:after {
	content:"";
	display:block;
	clear:both;
}
.wpml-ls-statics-footer a {
	background:none !important;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom:0 !important;
}

/* uncomment to hide current language from language switcher in signup toolbar */

.sub-head .wpml-ls .wpml-ls-current-language, .sub-head .wpml-ls .wpml-ls-display {
	display:none !important;
}


@media only screen and (max-width: 1024px) {
	.sub-head {
		height:auto;
	}
	.sub-head .signup-content {
		width:100%;
	}
	.sub-head .lang-switcher {
		float:left;
		margin:0 0 5px 0;
	}
	.wpml-ls-legacy-list-horizontal ul li a {
		padding-left:0;
		padding-right:20px;
	}
}
@media only screen and (max-width: 576px) {
	.sub-head .signup-content {
		height:auto;
	}
	.sub-head .lang-switcher {
		margin:5px 0;
	}
	.site-title.lang-es {
	font-size: 21px !important;
}
}

/* SEARCH WP */

.form-section.search-container .section-content {
	display:block;
}
.searchwp-highlight {
	font-weight:bold;
}
.search-container .page-title {
	margin-top:30px;
}
.search-container .search-result {
	margin-bottom:25px;
}
.search-container .search-result:first-child {
	margin-top:25px;
}
.search-container .search-result h3 {
	margin-bottom:5px;
}
.search-container .posts-navigation {
	border-top:solid 1px #dadbdd;
	padding-top:25px;
	margin-bottom:25px;
}
.search-container .posts-navigation h2 {
	margin-bottom:5px;
}
.search-container .posts-navigation .nav-links .nav-previous {
	float:left;
}
.search-container .posts-navigation .nav-links .nav-next {
	float:right;
}
.search-container .posts-navigation .nav-links:after {
	content:"";
	display:block;
	clear:both;
}
.search-form {
	display:inline-block;
}
.search-form:after {
	content:"";
	display:block;
	clear:both;
}
.search-form input[type="text"] {
	border:none;
	color:#35aea7;
	float:left;
	padding:0 35px 0 5px;
	height:30px;
}
.search-form input[type="submit"] {
	display:none;
}
.search-form .fa-searchx {
	color:#35aea7;
	background-color:#fff;
	float:left;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	border-left:solid 1px #35aea7;
	margin-left:-30px;
	cursor:pointer;
}
.search-form .search-icon {
	background-image: url("images/search-icon.jpg");
	background-repeat: no-repeat;
}

header.header .header-container .header-content .site-title {
	margin-top:-3px;
}
.header-search-form {
	height:30px;
}
header.header .header-container .nav-wrapper {
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
@media only screen and (max-width: 992px) {
	header.header .header-container .header-content .site-title {
		line-height:1;
		width:35%;
	}
	header.header .header-search-form {
		position:absolute;
		top;auto;
		right:60px;
	}
}
@media only screen and (max-width: 768px) {
	header.header {
		height:auto;
	}
	header.header .header-container .header-content {
		height:auto;
		display:block !important;
		padding-top:15px;
		padding-bottom:15px;
	}
	header.header .header-container .header-content .site-title {
		width:100%;
	}
	header.header .header-search-form {
		position:relative;
		top:auto;
		right:auto;
		margin-top:8px;
	}
}
.searchwp-live-search-results {
	border-radius:0 !important;
	margin-top:-4px;
}
.searchwp-live-search-results a {
	color:#35aea7;
}
.searchwp-live-search-result p {
	border-bottom-color:#35aea7 !important;
}
@media only screen and (max-width: 768px) {
	.searchwp-live-search-results-showing {
		display:none !important;
	}
}