/* Header */
body.multi-site {
	background: #f5f5f5;
}
body header .multi-site-header .hidden-no-fixed{
	display: flex !important;
}


/* .multi-site header .top-header a,
.multi-site header .top-header .box-right p span {
	color: #000;
}
.multi-site header .top-header .box-right p span {
	color: #b6b6b6;
} */
.home header .multi-site-header .list-property a,
.fixing.multi-site-header .hidden-no-fixed .owner-login,
header .fixing.multi-site-header .box-fixed .browse-hamburger {
	display: none ;
}
.home header .multi-site-header .container-fluid-wrap:before {
	display: none;
}
/* body header .multi-site-header {
	background: #fff !important;
} */
header .multi-site-header .container-fluid-wrap {
	padding: 15px 0;
}
.home header .multi-site-header .top-header {
	border-bottom: 1px solid #fff;
}
.home header:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+99 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index: -1;
}
.home header .multi-site-header .container-fluid-wrap:before {
	display: block !important;
    content: '';
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    background: #fff;
    top: 100%;
    height: 1px;
    position: absolute;
}
header .multi-site-header .nav ul {
	display: flex;
	padding-right: 25px;
}
header .multi-site-header .nav ul ul {
	display: none;
}
header .multi-site-header .nav .sub-menu {
	box-shadow: none;
}
header .multi-site-header nav li:last-child .sub-menu {
	right: 0 !important;
}
header .multi-site-header .nav ul a {
	color: #242424;
    font-size: 15px;
    font-weight: 500;
    font-family: Montserrat;
    margin: 0 25px;
}
header .multi-site-header .nav ul li:last-child a {
	margin-right: 0;
}
.multi-site .fixing nav > div > ul > li > a {
	border: none;
	font-weight: 500;
}
.multi-site .browse-phoenix {
	margin-top: 80px;
}
.multi-site header .multi-site-header .nav ul a {
	margin: 0 5px;
}
.home.multi-site header .multi-site-header .nav ul a {
	color: #fff;
}
.multi-site header .multi-site-header.activated .nav ul a { 
	color: #242424;
}
header .multi-site-header .nav .sub-menu a {
	color: #242424 !important;
}
header .multi-site-header .nav .sub-menu a:hover {
	color: #FF7500  !important;
}
.multi-site header nav {
	margin-right: 0;
}
.multi-site header nav li:last-child a {
	padding-right: 0;
}
.multi-site .menu-item-has-children .caret {
	display: none;
}
.multi-site .multi-site-header-hover .flex-box {
	display: none ;	
}
/* .multi-site .ui-state-default:hover, */

.multi-site .home-search {
	/* background: #FAFAFA; */
    border-radius: 3px;
    /* box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.16); */
    padding: 35px;
    transform: none;
    /* left: 0;
    right: 0;
    bottom: -80px; */
    top: auto;
    height: auto;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

@media(min-width: 1200px) {
	header .multi-site-header .nav .menu-item-has-children {
		position: relative;
	}
	header .multi-site-header .nav .menu-item-has-children:before {
		content: '';
		display: block;
		width: 0;
		height: 1px;
		background: #ccc;
		position: absolute;
		bottom: -8px;
	    left: 50%;
	    width: 0;
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    height: 1px;
	    -webkit-transition: .5s;
	    -o-transition: .5s;
	    transition: .5s;
	}
	header .multi-site-header .nav .menu-item-has-children:hover:before {
		width: calc(100% - 34px);
	}
	.desktop-hidden {
		display: none;
	}
	header .nav {
		display: none;
	}
	.multi-site header .nav {
		display: block;
	}
}
@media(max-width: 1199px) {
	.home header .multi-site-header .list-property a, .fixing.multi-site-header .hidden-no-fixed .owner-login, header .fixing.multi-site-header .box-fixed .browse-hamburger {
		display: block;
	}
	.fixing.multi-site-header .iconAnime span {
		background: #222 !important;
	}
	.home .fixing.multi-site-header .iconAnime span {
		background: #fff !important;
	}
	.home .fixing.multi-site-header.activated .iconAnime span {
		background: #222 !important;
	}
	header .fixing.multi-site-header.activated .box-fixed .browse-hamburger .txt {
		display: none;
	}
	body header .multi-site-header .hidden-no-fixed {
		display: none !important;
	}
	.desktop-hidden {
		display: block;
	}
	.desktop-hidden img {
		width: 22px;
		height: 22px;
		transition: .4s;
	}
	.title-hover.active .desktop-hidden img{
		transform: rotate(90deg);
	}
	/* header {
		height: auto !important;
	} */
	.menu-item-has-children .thereCaret img,
	.flex-box .box .thereCaret {
		width: 22px;
		height: 22px;
	}
	.thereCaret.active img {
		transform: rotate(90deg);
	}
	.menu-item-has-children .thereCaret,
	.flex-box .box .thereCaret {
		background: transparent !important;
		top: calc(50% - 13px);
		transition: .4s;
	}
	.multi-site-header-hover .sub-menu {
		padding: 0;
		margin: 0;
	}
	header .multi-site-header .container-fluid-wrap {
 		padding: 0 !important;
 	}
	.home header .fixing.multi-site-header .box-fixed .browse-hamburger {
		display: flex !important;
	}
	body header .fixing.multi-site-header .box-fixed .browse-hamburger {
		background: transparent !important;
	}
	header .fixing.multi-site-header .box-fixed .browse-hamburger .txt {
		color: #fff;
	}
	.fixing.multi-site-header .iconAnime span {
		background: #fff;
	}
	header .fixing.multi-site-header.activated .box-fixed .browse-hamburger .txt {
		color: #555;
	}
	.fixing.multi-site-header.activated .iconAnime span {
		background: #555;
	}

	header .multi-site-header-hover nav{
		display: block;
		background: transparent !important;
		height: auto !important;
		padding: 0;
		min-height: inherit !important;
	}

	header .multi-site-header-hover nav a {
	    font-size: 22px;
	    height: 65px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	header .multi-site-header-hover .nav ul li a {
		height: 65px;
		background: #fafafa;
		font-weight: 500;
	    text-transform: capitalize;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	    color: #434343;
	    color: #555 !important;
	    font-family: Roboto;
		display: flex;
		align-items: center;
		font-size: 22px;
		text-transform: capitalize;
	}
	header .multi-site-header-hover .nav .sub-menu a {
		height: auto !important;
		font-size: 18px;
    	line-height: 1.9;
	}
	header .multi-site-header-hover .nav .sub-menu li {
		padding: 0;
		background: #9D9D9D !important;
	}
	.multi-site-header-hover .sub-menu {
		background: #9D9D9D !important;
		padding: 15px;
	}
	header .multi-site-header-hover .nav .sub-menu li a {
		background: transparent !important;
		color: #fff !important; 
	}

	body header .multi-site-header .hidden-no-fixed .nav {
		display: none !important;
	}
	.hover-menu.multi-site-header-hover {
		overflow: auto;
		max-height: 400px;
	}
}



/* end Header */
.multi-site .owner-portal h2 {
	margin-bottom: 75px;
}
.multi-banner-home form .col-lg-12 {
	width: calc(50% - 47px);
	padding: 0;
}
.multi-banner-home form .col-lg-12:first-child {
	margin-right: 5px;
}
.multi-banner-home form .col-lg-1 {
	padding: 0;
	width: 83px;
	margin-left: 5px;
}
.multi-banner-home #search_start_date,
.multi-banner-home #search_end_date {
	padding-left: 40px;
	position: relative;
	background: transparent;
	border: 0;
	box-shadow: none;
	border: 1px solid #D8D8D8;
	border-radius: 0;
}
.multi-site .top-banner h1 {
	/* color:#fff;
	font-size: 26px;
	font-family:Gothic;
	margin-top: 0;
	margin-bottom: 15px;
	text-shadow: none;
	font-weight: 600;
	text-shadow: 1px 1px 2px black, 0 0 1em #ccc; */
	font-family: Roboto;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.multi-banner-home .c-input-group i {
	position: absolute;
	left: 16px;
	right: auto;
	color: #C1C1C1;
	top: 50%;
    transform: translateY(-50%);
}
.multi-site .home-search form .row {
	background: rgba(255,255,255, 1);
    padding: 5px;
    border-radius: 4px;
}

.multi-banner-home form input::-webkit-input-placeholder { 
  	color: #C1C1C1;
}
.multi-banner-home form input::-moz-placeholder { 
  	color: #C1C1C1;
}
.multi-banner-home .c-input-group {
	position: relative;
	background: #fff;
	border-radius: 0;
}
.multi-banner-home .c-input-group:before {
	display: block;
    content: '';
    width: 14px;
    height: 14px;
    background-size: 100%;
    background: url(/wp-content/themes/Bizcor2018/images/Path2279.svg) no-repeat;
    position: absolute;
    right: 13px;
    top: 21px;
    z-index: 0;
}
.recently-viewed h2 i {
	color: #c1c1c1;
	font-size: 24px;
}

.recently-viewed .box {
	width: 33.333%;
}
.recently-viewed {

}
.recently-viewed .box img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 3px 3px 0 0;
	transition: .4s;
}
.recently-viewed .flex-box-top {
	flex-direction: column;
}
.recently-viewed .recently-viewed-slider .box {
	margin: 0 5px;
	transition: .4s;
	background: #000;
	border-radius: 7px;
}
.recently-viewed .recently-viewed-slider .box:hover {
	box-shadow: 0 0 6px #ccc;
}
.recently-viewed .recently-viewed-slider .box:hover img {
	opacity: .7;
}
.recently-viewed .flex-box-top > div {
	width: 100%;
}
.recently-viewed .recently-viewed-slider {
	margin-top: 20px;
}
.recently-viewed .flex-box-top .bottom-secrion {
	background: #fff;
	border-radius: 0 0 4px 4px;
	border: 1px solid #c1c1c1;
	padding: 20px 20px 25px;
}
.recently-viewed .flex-box-top .flex-box {
	display: flex;
	justify-content: space-between;
}
.recently-viewed .flex-box-top p {
	margin: 0;
}
.recently-viewed .flex-box-top .stars {
	display: flex;
	align-items: center;
}
.recently-viewed .flex-box-top .stars i {
	color: #FF6600;
}
.recently-viewed .flex-box-top .stars i + p {
	margin-left: 10px;
	color: #c1c1c1;
}
.recently-viewed .flex-box-top h3 {
	margin: 0;
	padding-bottom: 8px;
	font-family: Roboto;
	font-weight: 700;
	font-size: 22px;
	color: #434343;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recently-viewed .flex-box-top .info i {
	color: #c1c1c1;
	margin-right: 2px;
	font-size: 17px;
}
.recently-viewed .flex-box-top .info span {
	margin-right: 8px;
	color: #434343;
	font-size: 14px;
	font-weight: 500;
}
.recently-viewed .flex-box-top .info span:last-child {
	margin-right: 0;
}


/* mexico-recommended */
.page-template-multi-home .mexico-recommended {
	margin-bottom: 75px;
}
/* mexico-recommended */

/* small-icon-section */
.small-icon-section.multi .flex-box {
	justify-content: flex-start;
}
.small-icon-section.multi .flex-box .box {
	width: calc(33.333% - 10px);
	margin: 0px;
	border-radius: 0;
	padding-bottom: 20px;
}
.small-icon-section.multi .flex-box .box {
	border-top: 1px solid #D8D8D8;
}
.small-icon-section.multi .flex-box .box:nth-child(1),
.small-icon-section.multi .flex-box .box:nth-child(2),
.small-icon-section.multi .flex-box .box:nth-child(3) {
	border-top: 0;
}
.small-icon-section.multi .flex-box .box:nth-child(4),
.small-icon-section.multi .flex-box .box:nth-child(7),
.small-icon-section.multi .flex-box .box:nth-child(10) {
	border-left: 0;
}
/* small-icon-section */

/* popular-posts */
.popular-posts {
	padding-bottom: 75px;
}
.popular-posts h2 {
	padding-top: 0;
	margin-bottom: 15px;
}
.popular-posts .flex-box {
	display: flex;
	/* justify-content: space-between; */
	margin: 0 -5px;
}
.popular-posts .box {
	width: calc( 25% - 20px);
	transition: .3s;
	margin: 0 10px;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.12);
}
.popular-posts .box:hover {
	box-shadow: 0 0 5px #c1c1c1;
}
.popular-posts .box:hover .images img {
	opacity: .7;
}
.popular-posts .box .images {
	position: relative;
	background: #000;
	border-radius: 3px 3px 0 0;
	display: flex;
}
.popular-posts .box .images .category {
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(255,255,255, .9);
	padding: 6px 13px;
	border-radius: 0;
	font-family: Roboto;
	font-weight: 700;
	font-size: 13px;
	color: #656565;
	border-left: 3px solid #FF6600;
}
.popular-posts .box .images img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: 3px 3px 0 0;
	transition: .4s;
}
.popular-posts .box .article {
	max-height: 95px;
	overflow: hidden;
	color: #c1c1c1;
	line-height: 24px;
	padding-bottom: 35px;
}
.popular-posts .box .bottom-info {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.popular-posts .box .bottom-info p {
	padding: 0;
	margin: 0;
	color: #656565;
	font-family: Gothic;
	margin-right: 4px;
}
.popular-posts .box .bottom-info a {
	color: #656565;
	font-family: Gothic;
}
.popular-posts .top-flex-posts {
	display: flex;
	justify-content: space-between;
	padding-top: 75px;
}
.popular-posts .top-flex-posts a {
	font-family: Gothic;
	color: #656565;
	text-transform: uppercase;
}
.popular-posts .top-flex-posts a:hover {
	color: #FF6600;
}
.popular-posts .box-info {
    border-radius: 0 0 3px 3px;
    padding: 25px;
    background: #fff;
}
.popular-posts .box-info h3 {
	margin: 0;
	padding-top: 15px;
	margin-bottom: 12px;
	padding: 0;
	text-align: center;
	font-family: Roboto;
	color: #434343;
	font-weight: 700;
	font-size: 22px;
	white-space: nowrap;
	width: 100%;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.popular-posts .box-info p a i {
	margin-right: 5px;
	color: #8B8B8B;
	font-size: 15px;
}
.popular-posts .box-info p a i:hover,
.popular-posts .box .bottom-info a:hover {
	color: #FF7500;
}
.popular-posts .box-info .data {
	text-align: center;
	color: #B1B1B1;
	font-weight: 500;
	margin-bottom: 18px;
}
/* end popular-posts */

@media(max-width: 991px) {
	.page-template-multi-home .top-banner {
		/* max-height: 55vh; */
		/* overflow: hidden; */
	}
	.page-template-multi-home .top-banner > img {
		min-height: 100%;
		height: 100%;
	}	
	.home-search {
		max-width: 90%;

	} 
}
@media(max-width: 767px) {
	.multi-site .different-size-new {
		padding-top: 25px;
		padding-bottom: 5px;
	}
}