/* =WordPress Core
-------------------------------------------------------------- */
.post-preview .text-holder >*{
	display: none;
}

.post-preview .text-holder > *:first-child{
	display: block;
}

.post-preview .slide > *:first-child{
	display: none;
}

.two-widget .widget iframe{
	width: 100% !important;
}

body.search-template .header-holder {
	background: none !important; 
}

body.search-template #header .logo {
	display: none; 
}

body.search-template #header{
	background: #f7f7f7;
}

body.search-template #header form{
	max-width: 728px;
}

body.search-template .tab-holder {
	float: none;
	padding: 0 0 0 151px;
	width: 100%;
	max-width: 952px;
}

body.search-template .tabset-holder:after {
	width: 99999px;
	left: -1000px; 
}

body.search-template .tabset-holder:before{
	left: -50%;
	width: 9999px;
}

body.search-template #header .banner {
	margin: 0; 
}

body.search-template #header .header-holder {
	min-height: 0;
	padding: 0 0 30px 42px; 
}

.left-banner ul,
.right-banner ul  {

	background: #f7f7f7;
	margin: 0;
	list-style: none;
	padding: 5px 10%;

	border-top: 6px solid #ee4162;
}

.left-banner ul li,
.right-banner ul li {

	border-bottom: 1px solid #e0e0e0;
}

.left-banner ul li:last-child,
.right-banner ul li:last-child {

	border: none; 
}

.left-banner ul li.active a,
.right-banner ul li.active a {

	color: #ee4162; 
}

.left-banner ul a,
.right-banner ul a {

	text-decoration: none;

	color: #808080;

	display: inline-block;

	padding: 9px 0;
}

.left-banner ul a:hover,
.right-banner ul a:hover {

	color: #ee4162;
}


@media (max-width: 1023px) {
	body.search-template #header .header-holder {
		padding: 0 0 20px; 
	} 
	.search-section .right-banner,
	.search-section .left-banner,
	.search-section{
		height: auto !important;
	}
}

.search-section {
	padding: 0 312px 16px 172px;
	max-width: 1284px;
	position: relative;
	min-height: 700px;
}

.search-section iframe{
	width: 100%;
}

@media (max-width: 1023px) {
	.search-section {
		padding: 0 0 20px; 
	} 
}
.search-section .holder {
	border-top: 4px solid #1faacb; 
}
.search-section .left-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	overflow: hidden; 
}

@media (max-width: 1546px) {
	body.search-template .tab-holder {
		padding: 0 0 0 129px;
	}
}

@media (max-width: 1023px) {
	.search-section .left-banner {
		position: static !important;
		margin: 0 auto; 
	}
	body.search-template .tab-holder {
		padding: 0;
	}
}
.search-section .right-banner {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	overflow: hidden; 
}
@media (max-width: 1023px) {
	.search-section .right-banner {
		position: static !important;
		margin: 0 auto 20px; 
	} 
}
.paged .pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paged .pagination li {
    margin: 0 8px; }
    .paged .pagination li.active a {
      color: #a09786; }

.paged .btn {
	text-align: center;
	text-transform: uppercase;
  border-radius: 4px; }


#header .banner iframe {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	#header .banner {
		min-height: 123px;
	}
}

@media (max-width: 767px) {
	#header .banner {
		min-height: 115px;
	}
}
