@font-face {
    font-family: 'Serendipity';
    src:  url('/wp-content/themes/Bizcor2018/fonts/Serendipity_Wide.ttf') format('truetype');
}

@font-face {
    font-family: 'Conv_InformalSerend';
    src: url('/wp-content/themes/Bizcor2018/fonts/InformalSerend.eot');
    src: local('☺'), url('/wp-content/themes/Bizcor2018/fonts/InformalSerend.woff') format('woff'),
      url('/wp-content/themes/Bizcor2018/fonts/InformalSerend.ttf') format('truetype'),
      url('/wp-content/themes/Bizcor2018/fonts/InformalSerend.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Futura Medium';
    src: url('/wp-content/themes/Bizcor2018/fonts/futuramediumcondensedbt.eot');
    src: local('☺'),
      url('/wp-content/themes/Bizcor2018/fonts/futuramediumcondensedbt.woff') format('woff'),
      url('/wp-content/themes/Bizcor2018/fonts/futuramediumcondensedbt.ttf') format('truetype'),
      url('/wp-content/themes/Bizcor2018/fonts/futuramediumcondensedbt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Light';
    src: url('/wp-content/themes/Bizcor2018/fonts/futuralightbt.eot');
    src: local('☺'), url('/wp-content/themes/Bizcor2018/fonts/futuralightbt.woff') format('woff'),
      url('/wp-content/themes/Bizcor2018/fonts/futuralightbt.ttf') format('truetype'),
      url('/wp-content/themes/Bizcor2018/fonts/futuralightbt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('/wp-content/themes/Bizcor2018/fonts/futuramediumbt.eot');
    src: local('☺'), url('/wp-content/themes/Bizcor2018/fonts/futuramediumbt.woff') format('woff'),
      url('/wp-content/themes/Bizcor2018/fonts/futuramediumbt.ttf') format('truetype'),
      url('/wp-content/themes/Bizcor2018/fonts/futuramediumbt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Page Test Shortcodes */

.page-id-42  .row-sort .caret {
    display: none;
}
.page-id-42  .row-sort  {
    margin-bottom: 15px !important;
}
.page-id-42 .row {
    margin: 0;
}
.page-id-42 .main-content {
    padding: 0 !important;
}
.page-id-42 .main-content .row > div,
.banner.container-fluid {
    padding: 0;
}
.page-id-42 .search-pagination {
    padding-left: 15px;
}
.page-id-42 .row-sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.4;
    background: transparent;
    border: 1px solid #828282;
    color: #828282;
    border-radius: 0;
    margin-left: -2px;
}
.page-id-42 .row-sort .input-group {
    position: relative;
}
.page-id-42 .row-sort .input-group:before {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #828282 transparent transparent transparent;
}
/* end Page Test Shortcodes */
.page-id-28 #content-wrapper #checkout-container {
    max-width: 1100px;
    margin: 50px auto;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family:'Futura Light';
    color: #828282;
}
body {
     background: #FBFBFB;
   /*   overflow-x: hidden; */
}
.title {
	font-size: 72px;
	color: #fff;
	font-family: Serendipity;
	line-height: 90px;
	display: block;
	text-align: center;
}
.small-title {
    font-size: 32px;
    color: #828282;
    font-family: Serendipity;
    line-height: 57px;
    display: block;
    text-align: center;
    margin: 0;
}
.top-banner .wrap-btn {
	margin: 45px auto;
	position: relative;
	transition: .8s;
}
.top-banner .video-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.top-banner .mobile-hp-bg {
    display: none;
}

.top-banner .video-wrap video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
}
.top-banner .wrap-btn a {
    min-width: 250px;
}
.button-gray,
.button-white,
.button-black {
	background: #A8CCC2;
	font-size: 16px;
	height: 44px;
	min-width: 225px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	letter-spacing: .2em;
	margin: 0 10px;
	transition: .4s;
    font-family: 'Futura Md BT';
	cursor: pointer;
    border: 0;
}
.button-gray:before,
.button-white:before,
.button-black:before {
	display: inline-block;
	content: '';
	position: absolute;
	border: 2px solid #A8CCC2;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    transition: .4s;
}
.button-white {
    background: #fff;
    color: #828282;
}
.button-white:before {
    border: 2px solid #fff;
}
.button-gray:hover {
	background: #fff;
	color: #3D3D3D;
}
.button-gray:hover:before {
	border-color: #fff;
}
.button-white:hover {
    background: #828282;
    color: #fff;
}
.button-white:hover:before {
    border-color: #828282;
}
.button-black:before {
    border-color: #3D3D3D;
}
.button-black {
    background: #3D3D3D;
    color: #fff;
}
.button-black:hover:before {
    border-color: #A8CCC2;
}
.button-black:hover {
    background: #A8CCC2;
    color: #fff;
}

.custom-container {
    max-width: 1170px;
    display: block;
    margin: 0 auto;
}

section h2 {
    color: #1E1E1E;
    font-size: 38px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 0;
}
.line {
    width: 115px;
    height: 2px;
    background: #BF36B4;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 35px;
    display: block;
}
header ul, footer ul{
    list-style: none;
    margin:0;
    padding:0;
}
img, iframe{
    max-width: 100%;
}
a, a:hover, a:focus{
    text-decoration: none;
    outline:none!important;
}
a, button, input[type="button"], input[type="submit"]{
    transition:0.2s;
}
header:after,
header:before,
.container-custom:after,
.container-custom:before,
.custom-clear:after,
.custom-clear:before{
    display: table;
    content: " ";
    overflow: hidden;
    clear:both;
}
.container-custom{
    max-width:1700px;
    margin:0 auto;
    padding: 0 40px;
}
#content-wrapper{
    background-color: #F9F9F9;
    min-height:500px;
    /*margin-top:78px;*/
    transition: margin 0.3s linear;
}
.box{
    background:transparent;
}
/* header */
header nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    max-width: 1520px;
    width: 100%;
    z-index: 999;
   /*  transition:0.3s; */
}
header nav {
    /* top: 5px; */
    /* height: 100%; */
    display: flex;
    align-items: center;
}

/* hover-sub-menu */
.wrapepr-hover-nav {
    background: #fff;
    position: absolute;
    z-index: 22;
    top: calc(100% + 5px);
    display: none;
}
.wrapepr-hover-nav:after,
.wrapepr-hover-nav-dining:after,
.wrapepr-hover-nav-tours:after,
.wrapepr-hover-nav:after {
    content: '';
    width: 200px;
    background-color: #fff;
    height: 15px;
    z-index: 99;
    display: block;
    left: calc(50% - 100px);
    position: absolute;
    top: 0;
}
.HoverSubMenu a {
    position: relative;
}
.HoverSubMenu a:before,
.HoverSubMenu2 a:before,
.HoverSubMenu3 a:before,
.HoverSubMenu4 a:before{
    display: block;
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    background: transparent;
}
.hover-sub-menu {
    position: relative;
}
.hover-sub-menu:before {
    position: absolute;
    content: '';
    display: block;
    border: 1px solid #E2F1EC;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.hover-sub-menu .stay {
    display: flex;
}
.circle-wrap {
    width: 190px;
    height: 190px;
    position: absolute !important;
    border: 1px solid #E2F1EC;
    left: calc(50% - 95px);
    border-radius: 50%;
    top: -135px;
    background: #fff;
}
.hover-sub-menu .stay h2 {
    color: #A8CCC2;
    text-transform: uppercase;
    font: 500 20px 'Futura Medium';
    letter-spacing: .2em;
    text-align: center;
    margin: 0;
    padding: 0;
}
.hover-sub-menu .stay h3 {
    color: #828282;
    font-family: 'Parisienne', cursive;
    font-size: 48px;
    line-height: 65px;
}
.hover-sub-menu {
    padding: 60px 40px;
    background: #fff;
    min-height: 300px;
    overflow: hidden;
}
.hover-sub-menu .stay > div {
    position: relative;
}
.hover-sub-menu .box-left-hover,
.hover-sub-menu .box-right-hover {
    width: calc(50% - 110px);
    display: flex;
}
.hover-sub-menu.where-to-stay .box-left-hover {
	justify-content: space-between;
}
.hover-sub-menu.where-to-stay .box-left-hover,
.hover-sub-menu.where-to-stay .box-right-hover{
    width: calc(50% - 10px);
}
.wrapepr-hover-nav-dining .hover-sub-menu .box-left-hover {
    width: 100%;
}
.wrapepr-hover-nav-dining .hover-sub-menu .box-right-hover {
    width: calc(100% - 110px);
}
.wrapepr-hover-nav-dining .hover-sub-menu .box-left-hover a {
    width: 50%;
}
.wrapepr-hover-nav-tours .hover-sub-menu div .box-white p.sm-title,
.wrapepr-hover-nav-dining .hover-sub-menu div .box-white p.sm-title {
    font-size: 20px;
}
.wrapepr-hover-nav-tours .hover-sub-menu div .box-white,
.wrapepr-hover-nav-dining .hover-sub-menu div .box-white {
    width: calc(100% - 80px);
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrapepr-hover-nav-tours .hover-sub-menu div .box-white .small-title,
.wrapepr-hover-nav-dining .hover-sub-menu div .box-white .small-title {
    font-size: 47px;
}
.hover-sub-menu .box-center-hover {
    width: 220px;
}
.hover-sub-menu .box-left-hover {
    padding-right: 20px;
}
.hover-sub-menu .box-right-hover {
    padding-left: 40px;
}
.hover-sub-menu div .box-white {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    background: #fff;
    text-align: center;
    width: 80%;
}
.hover-sub-menu .box-img img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.hover-sub-menu .titleBoxLeft {
    width: 150px;
    margin-right: 80px;
}
.hover-sub-menu .hoverNavLeft {
    width: calc(100% - 300px);
}
.hover-sub-menu .box-img {
    height: 180px;
    position: relative;
    margin: 10px 5px;
    flex: 1;
}
.hover-sub-menu .hoverNavLeft {
    /* display: flex;
    flex-wrap: wrap; */
}
.hover-sub-menu .hoverNavLeft a {
    color: #828282;
    font-family: 'Futura Medium';
    font-size: 22px;
    text-transform: capitalize;
    width: 50%;
    line-height: 26px;
    letter-spacing: 0.025em;
    position: relative;
    transition: .4s;
    float: left;
    padding: 0 0 20px;
}
.hover-sub-menu .hoverNavLeft a:hover {
    color: #A8CCC2;
}
.hover-sub-menu .hoverNavLeft a:before {
    display: block;
    content: '';
    width: 1px;
    height: 21px;
    background: #D5D5D5;
    position: absolute;
    left: -10px;
    top: 2px;
}
.hover-sub-menu div .box-white .small-title{
    font-family: 'Parisienne', cursive;
    color: #828282;
    font-size: 27px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 37px;
}
.hover-sub-menu div .box-white p.sm-title {
    color: #A8CCC2;
    text-transform: uppercase;
    font: 500 12px 'Futura Medium';
    letter-spacing: .2em;
    text-align: center;
    margin: 0;
    padding: 0;

}
.hover-sub-menu div .box-white:before {
    display: block;
    content: '';
    position: absolute;
    border: 2px solid #fff;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    transition: .4s;
}
.close-right-menu {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0px;
    z-index: 0;
    top: 0px;
    z-index: 99999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}
.close-right-menu img {
    width: 17px;
    transition: .3s;
}
.close-right-menu img:hover {
    opacity: .5;
}
.conteiner-nav {
    position: relative;
    max-width: 1920px;
    overflow: hidden;
}
.wrapepr-hover-nav-second {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 22;
    top: calc(100% + 5px);
    width: 100%;
}
.wrapepr-hover-nav-second .hover-sub-menu .hoverNavLeft a {
    width: 20%; 
}
.wrapepr-hover-nav-second .hover-sub-menu .box-left-hover  {
    width: 100% ;
    padding-top: 25px;  
}
.wrapepr-hover-nav-second .hover-sub-menu .titleBoxLeft {
    width: auto;
    margin-right: 30px; 
}
.wrapepr-hover-nav-second:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    height: 15px;
    width: 200px;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}
/* end .wrapepr-hover-nav-second */

/* .wrapepr-hover-nav-dining */

.wrapepr-hover-nav-dining,
.wrapepr-hover-nav-tours {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 22;
    top: calc(100% + 5px);
    width: 100%; 
}
.wrapepr-hover-nav-dining .hover-sub-menu .titleBoxLeft {
    width: 185px;
}
/* end .wrapepr-hover-nav-dining */
.modalSearch {
    top: 120px;
}
@media(max-width: 1530px) {
    .wrapepr-hover-nav-second .circle-wrap {
        width: 165px;
        height: 165px;
        left: calc(50% - 83px);
        top: -115px;
    }
}
@media(max-width: 1400px) {
    .wrapepr-hover-nav-tours .hover-sub-menu div .box-white .small-title,
    .wrapepr-hover-nav-dining .hover-sub-menu div .box-white .small-title {
        font-size: 35px !important;
    }
}
header .div .explore {
    display: none;
}

@media(min-width:1200px){
    header.scrolled1 nav{
       background: #fff; 
       position:fixed;
       top:0;
       left:0;
       right:0;
       box-shadow:0 0 10px #ccc;
    }
    .admin-bar header.scrolled1 nav{
       top:32px; 
    }
    header.scrolled1 li a, 
    header.scrolled1 .box-contact .contact-us, 
    header.scrolled1 .box-contact a.tel{
        color: #1E1E1E !important;
        border-color: #1E1E1E !important;
    }
    header.scrolled1 .box-contact .contact-us:hover{
        color:#fff!important;
        border-color:#A8CCC2!important;
    }
    header.scrolled1 .box-contact a.tel:hover{
        color:#A8CCC2!important;
    }
    header.scrolled1 .logo a:hover img.hover-logo-black{
        display:block!important;
        z-index: 3;
    }
}


/* modal search */
.modal_search .searchPost  {
    position: relative;
}
.modal_search form input[type="text"] {
    height: 40px;
    padding: 25px;
    width: 100%;
    font-size: 20px;
    color: #000;
    box-sizing: border-box;
    border-radius: 0;
    width: calc(100% - 73px);
}
.modal_search .searchsubmit-icon {
    position: absolute;
    width: 73px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
}
.modal_search .searchsubmit-icon i {
    position: absolute;
    width: 73px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 27px;
    z-index: 2;
    opacity: 1;
    color: #fff;
    display: flex;
    background-color: #585858;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.modal_search .searchPost #searchsubmit {
    height: 100%;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 26px;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    position: relative;
    z-index: 44;
    background: transparent;
}
.modal_search .searchPost .searchsubmit-icon:hover i {
    background-color: #ccc;
}   
/* end modal seach *
/*Header*//*Header*/
.logo img{
    transition: 0.3s;
}
.top-header-buttons {
    width: 100%;
    height: 40px;
    background: #343434;
}
.top-header-buttons .wrap {
    max-width: 1520px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.top-header-buttons img {
    width: 20px;
    max-height: 18px;
    transition: .4s;
}
.top-header-buttons img:hover {
    opacity: .6;
}
.top-header-buttons .box-left,
.top-header-buttons .box-right {
    display: flex;
    align-items: center;
    /* height: 100%; */
}
.top-header-buttons .box-left a {
    margin-right: 10px;
}
.top-header-buttons .box-left p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 10px;
}
.top-header-buttons .wrap .link-top {
    border: 1px solid #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    transition: .4s;
    margin: 0 5px;
    font-family: "Futura Medium";
    letter-spacing: .2em;
}
.top-header-buttons .wrap .link-top img {
    width: 15px;
    margin-right: 8px;
    position: relative;
    top: -1px;       
}
.top-header-buttons .wrap .link-top:hover {
    color: #fff;
    background: #A8CCC2;
    border-color: #A8CCC2;
}
.fixing{
    position: sticky;
    position: -webkit-sticky;
    z-index: 99;
    transition: background-color 0.2s;
}
.fixing .container-fluid{
    padding: 0;
}
header {
  transition: .5s;  
}
header.activated{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    transition: .5s;
}
.fixing .topPart{
    position: absolute;
    top: 0;
    background: transparent;
    padding: 4px 15px;
}
.fixing .topPart{
    text-align: center;
}
.fixing .topPart li{
    display: inline-block;
    padding: 0px 20px;
    color: #fff;
    font-size: 12px;
    height: 20px;
}
.fixing .topPart li:last-child{
    background: #fff;
    border-radius: 3px;
    color: #333333;
}
.fixing .topPart li:last-child span{
    margin-left: 15px;
}
.fixing .navPart{
    padding: 10px 15px 8px;
}
.fixing nav > div > ul{
    text-align: right;
}
.fixing nav > div > ul > li{
    display: inline-block;
    /* height: 45px; */
}
header .menu-right-menu-header-container {
    display: flex;
    align-items: center;
}
.topPart ul li span img{
    margin-bottom: 5px;
    width: 14px;
}
/*Header dropdowns*/
header{
    position: sticky;
    position: -webkit-sticky;
    top: 0; 
    z-index: 999;
    background: #fff;
    border-bottom: 5px solid #E2F1EC; 
}
.admin-bar header {
    top: 32px;
}
header .fixing {
    max-width: 1520px;
    margin: 0 auto;
}
nav li{
    position: relative;
	color:#fff;
}
.fixing nav div ul ul{
    text-align: left;
}
.sub-menu{
    display: none;
}
.openMenu{
    display: block;
}
.bottom-header nav li{
    position: relative;
}
.sub-menu{
    position: absolute;
    top: 100%;
    min-width: 100%;
    width: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background: #fff;
}
.sub-menu a{
    color: #000;
    padding-left: 15px;
    font-size: 14px;
}
.sub-menu a:hover{
    color: #CEA176;
}
.menu-item-has-children .caret{
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
    display: none;
}
.menu-item-has-children {

}
.menu-item-has-children li{
    white-space:nowrap;
}
.sub-menu .sub-menu{
    position: absolute;
    left: 100%;
    top: 0;
}
.sub-menu li{
    margin: 0!important;
}
.mobile-menu-container{
    width: 100%;
    background: #385877;
    color: white;
    text-align: center;
    display: none;
    position: absolute;
    top: 100%;
}

/*Mobile Menu*/
.mobileMenu{
    display: none;
    cursor: pointer;
    background: transparent;
    float: right;
    height: 60px;
    padding: 12px 10px;
    width: 70px;
}
.iconAnime{
    position: relative;
    width: 30px;
    height: 35px;
    display: inline-block;
    top: 0px;
    width: 100%;
}
.iconAnime span{
    height: 5px;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
}
.iconAnime span:first-child{
    top: 0;
    transition: all 0.25s;
}
.iconAnime span:nth-child(2){
    top: calc(50% - 3px);
    transition: all 0.25s;
}
.iconAnime span:last-child{
    bottom: 0;
    transition: all 0.25s;
}
.mobileMenuOpen .iconAnime span:first-child{
    top: calc(50% - 3px);
    transform: rotate(225deg);
}
.mobileMenuOpen .iconAnime span:nth-child(2){
    top: calc(50% - 2px);
    display:none;
}
.mobileMenuOpen .iconAnime span:last-child{
    top: 14px;
    transform: rotate(135deg);
}
.menu-item-has-children .thereCaret{
    padding: 0;
    position: absolute;
    top: 12px;
    right: 20px;
    height: auto;
    cursor: pointer;
    display: block;
    z-index: 2;
}
.thereCaret .caret{
    color: #fff!important;
    right: 10px;
    top: 13px;
}
/*End Header*//*End Header*/
header nav li a {
    color: #A8CCC2;
    font-size: 17px;
    font-weight: 500;
    margin: 3px 15px;
    text-transform: uppercase;
    font-family: 'Futura Medium';
    letter-spacing: .1em;
    display: block;
    text-align: center;
}
header nav li a:hover {
	color: #000;
}
header nav li a:hover span {
	color: #000;
}
header nav li a span {
    color: #828282;
    font-size: 32px;
    font-family: Serendipity;
    font-weight:400;
    display: block;
    text-align: center;
    text-transform: initial;
    white-space: nowrap;
}
header .menu-left-menu-header-container {
    display: flex;
    justify-content: flex-end;
}
header .menu-left-menu-header-container li:last-child {
    border: none !important;
}
header .menu-left-menu-header-container,
header .box-right-menu {
    width: calc(50% - 110px);
}

header .box-right-menu {
    display: flex;
    justify-content: space-between;
}
header nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
header nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
header .logo {
    margin: 0 30px;
    position: relative;
  /*   top: -20px; */
    height: auto;
    width: 155px
}

header .logo img {
    max-height: 155px;
    width: 155px;
    height: 155px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
}
header .logo a {
    display: flex;
    justify-content: center;
    position: absolute;
    top:-60px;
    z-index: 9999;
    width: 155px;
}
header .sub-menu {
    /*display: none !important;*/
    background: #fff;
    position: absolute;
    top: 90px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
header .menu-item-990 .sub-menu {
	display: none !important;
}
header .menu-left-menu-header-container .sub-menu{
	display:none!important;
}
header .sub-menu li {
    border: 0 !important;
	justify-content:flex-start;
}
header .sub-menu a {
    padding: 5px 20px !important;
    border: 0 !important;
    color: #828282;
    display: inline-block;
	text-transform:capitalize;
	text-align:left;
	color: #828282;
    font-family: 'Futura Medium';
    font-size: 22px;
	position:relative;
}
header .sub-menu a:before{
	display:none;
}
header .sub-menu a:after{
	content:"";
	display:block;
	width:1px;
	position:absolute;
	left:6px;
	top:10px;
	bottom:10px;
	background:rgba(130,130,130, 0.4);
}
header .sub-menu a:hover{
	color:#A8CCC2;
}
/*header .sub-menu:before {
    display: block;
    content: '';
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(255,255,255,.3) transparent;
}*/
header .logo a:hover .hover-logo-black {
    display: none;
}
header ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}
header ul .thereCaret{
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
    transform: rotate(270deg);
}
header .thereCaret.active {
    transform: rotate(360deg);
}

header ul .thereCaret img {
    width: 25px;
    height: 25px;
    margin: 10px;
}
header .sub-menu.openMenu {
    display: block;
}
header .logo a:hover .hover-logo {
   /*  z-index: 2; */
}
header .box-contact a {
    color: #828282;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 10px !important;
    letter-spacing: .2em;
    font-family: "Futura Medium";
}
header .box-contact .open-right-menu {
    width: 38px;
    height: 38px;
    cursor: pointer;
}
header .box-contact a.tel{
    position:relative;
    left:-5px;
}
header .box-contact .contact-us {
    margin-right: 0;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 17px;
}
header .box-contact a.tel {
    font-size: 22px;
    position: relative;
    top: 2px;
}
header .box-contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
header .box-contact:before {
    display: block;
    content: '';
    width: 2px;
    height: 50%;
    background: url(/wp-content/themes/Bizcor2018/images/dotted.svg) no-repeat;
    position: absolute;
    left: -30px;
    top: calc(25% + 2px);
}
header .topPart .logo {
    display: none;
}
.right-menu-position {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -400px;
    width: 350px;
    transition: .4s;
    z-index: 20;
}
.menu-explore-menu-container li {
    list-style: none;
}


.right-menu-position a {
	color: #828282;
	margin: 5px 0;
	font-family: 'Futura Medium';
    line-height: 30px;
    position: relative;
}
.right-menu-position a:hover {
    color: #000;
}
.right-menu-position a:before {
    display: block;
    content: '';
    position: absolute;
    left: -8px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #828282;

}
.right-menu-position .box {
    display: flex;
    flex-direction: column;
    padding-left: 65px;
    padding-top: 20px;  
    padding-bottom: 20px;    
}
.right-menu-position h3 {
    background: #343434;
    text-transform: uppercase;
    color: #A8CCC2;
    font-size: 20px;
    font-family: 'Futura Medium';
    display: block;
    text-align: center;
    padding: 30px 10px;
    margin: 0;
    letter-spacing: .2em;
    position: relative;
}


.right-menu-position  h3:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 14px 0 14px;
    border-color: #343434 transparent transparent transparent;
    z-index: 999;
}
.right-menu-position .box {
    margin: 10px;
    border: 1px solid #C5C5C5;
    position: relative;
}
.right-menu-position .box .arrow {
	width: 28px;
    height: 30px;
    position: absolute;
    top: -10px;
    z-index: 99;
    background: #fff;
    left: calc(50% - 15px);
}
.right-menu-position .box .arrow:before {
	display: block;
    content: '';
    width: 18px;
    height: 1px;
    background: #C5C5C5;
    position: absolute;
    z-index: 3;
    transform: rotate(32deg);
    left: -2px;
    top: 14px;
}
.right-menu-position .box .arrow:after {
	display: block;
    content: '';
    width: 18px;
    height: 1px;
    background: #C5C5C5;
    position: absolute;
    z-index: 3;
    transform: rotate(146deg);
    right: -3px;
    top: 14px;

}
.right-menu-position .box-shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	background: #fff;
}
.menu-explore-menu-container ul {
	display: flex;
	flex-wrap: wrap;
}
.menu-explore-menu-container li {
	width: 50%;
}
.right-menu-position .box {
	padding-left: 30px;
}
/* end header */

/*Gravity Forms*//*Gravity Forms*//*Gravity Forms*//*Gravity Forms*/
/*Basic GF styling*//*Basic GF styling*/
/*fix WP addings*/
.gform_wrapper > p, .gform_wrapper form > p, 
.gform_wrapper form br, .gform_wrapper .gform_footer p,
.gform_wrapper .gform_footer br{
    display: none!important;
}
/*End fix WP addings*/
.gform_wrapper ul{
    list-style: none;
    padding: 0;
}
.gform_wrapper .gform_body{
    max-width: 100%;
}
.gform_wrapper .gform_footer{
    margin: 0!important;
}
.gform_wrapper{
    font: 300 16px 'Montserrat';
    margin: 0!important; 
}
.gform_wrapper label{
    display: none!important;
}
.gform_wrapper li{
    padding: 0!important;
    margin: 0 0 10px!important;
    max-width: 100%;
}
.gform_wrapper li:last-child{
    margin-bottom: 0!important;
}
.gform_wrapper li input{
    width: 100%!important;
    height: 50px;
    padding-left: 17px!important;
}
.gform_wrapper .ginput_container_checkbox label{
    display: inline-block!important;
    position: relative;
    top: 3px;    
}
.gform_wrapper .gform_footer input{
    width: 100%!important;
    height: 50px;
    border: none;
    color: #fff;
    margin-right: 0!important;
} 
.gform_wrapper .ginput_container_checkbox{
    margin: 0!important;
} 
.gform_wrapper .ginput_container_checkbox input{
    height: auto!important;    
}  
.gform_wrapper .ginput_container_checkbox li{
    margin: 15px 0 20px!important;
}  
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder{
    color: #969696;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder{
    color: #969696;    
}
.gform_wrapper .ginput_container_address .address_line_1 input{
    margin-bottom: 20px;
}
.gform_wrapper .validation_message{
    padding: 0!important;
    position: absolute;
    width: 100%;
    color: #fff!important;
    font-family: 'Montserrat'!important;
}
.gform_wrapper .instruction.validation_message{
    display: none;
}
.gform_wrapper .validation_error{
    margin: 10px 0!important;
    color: #fff!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    max-width: 100%!important;
}
/*error message*/
.gform_wrapper div.validation_error, .downloadBrochureForm .gform_wrapper .validation_message{
    color: #790000!important;
    font-weight: 400;
}
.downloadBrochureForm .gform_wrapper li.gfield.gfield_error{
    border: none;
    margin-bottom: 20px!important;
}
/*End Download Brochure Modal GF*/
/*End Basic GF styling*//*End Basic GF styling*/
/*End Gravity Forms*//*End Gravity Forms*//*End Gravity Forms*/
/*General slick slider full-width version***General slick slider full-width version*/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0!important;
}
.slick-list:focus{
    outline: none;
}
.slick-current{
    position: relative;
    z-index: 2;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
   /*  height: 100%; */
    min-height: 1px;
    position: relative;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
    max-width: none;
    width: 100%;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
   /*  height: auto; */
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide {
    margin: 0px;
}
.slick-prev,
.slick-next {
    width: 64px;
    height: 130px;
    display: block;
    border: none!important;
    background: none;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
}
.slick-arrow img{
   /*  opacity: 0.45; */
    transition: all 0.4s;
}
.slick-arrow:hover img{
    opacity: 1;
}
.slick-next{
    right: 10px;
}
.slick-prev{
    left: 10px;
}
.slick-list, .slick-track, .slick-slide{
    /* height: 100%; */
}
/*End General slick slider***End General slick slider*/
 /*detepickers*/
.home .ui-datepicker{
    background: rgba(20, 20, 20, 0.6);
}
.ui-datepicker{
    border-radius: 0;
    background:#141414;
    z-index:9999999!important;
    padding:3px 3px 0 3px;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 0;
    background-color:#A8CCC2!important;
    background-image: none;
    color: #fff;
}
.ui-datepicker-next:before, .ui-datepicker-prev:before{
    color:#fff;
    position:relative;
    top:4px;
}
.ui-datepicker .cal-selectable span, 
.ui-datepicker .ui-datepicker-calendar .available a,
.ui-datepicker .ui-datepicker-calendar .booked span{
    color:#333;
    font-weight:700;
}
.cal-available span, .ui-datepicker-calendar .available span{
    font-weight:700;
}
.ui-widget-content thead{
    color:#fff;
}
.ui-state-disabled{
    opacity:1!important;
}
.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w{
  background-image: url(/wp-content/themes/Bizcor2018/images/arrow-white.svg)!important;  
  background-position: center center;
  background-repeat:no-repeat ;
  background-size:40%;
}
.ui-datepicker-header .ui-state-hover{
  background: #343434 !important; 
  border-color: #fff!important;
  border-radius: 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #fff!important;
    border-color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
background: #fff!important;
    border-color: #fff !important;
}
.ui-datepicker-calendar .ui-state-active {
    /*background: #E03B39!important;*/
    color: #333 !important;
    /*border-color: #E03B39 !important;*/
}

.ui-icon-circle-triangle-w{
    transform: rotatez(180deg);
}
.ui-widget-content .ui-state-default{
    color:#BEAB5F;
}
/*.slash_logic .ui-datepicker-unselectable span.ui-state-default{
    background: #BEAB5F;
}*/
.slash_logic .slash-start a.ui-state-default, .slash_logic .slash-start span.ui-state-default{
    background: url(/wp-content/themes/Bizcor2018/images/triangle1.png) 0 0/200% 100% #fff!important;
    border: 1px solid #5e5e5e;
}
.slash_logic .slash-end a.ui-state-default, .slash_logic .slash-end span.ui-state-default{
    background: url(/wp-content/themes/Bizcor2018/images/triangle1.png) 100% 0/200% 100% #fff!important;
    border: 1px solid #5e5e5e;
    color: #002136 !important;
}
.ui-state-disabled.slashl{
    opacity: 1!important;
}
.ui-datepicker .ui-datepicker-calendar thead{
    color:#fff;
}
.ui-datepicker-calendar .ui-state-disabled > span{
    background:#A8CCC2!important;
    color:#fff;
}
/* end featured-section */

/* Top Banner */
.top-banner {
    width: 100%;
    /* height: 800px; */
    height: calc(100vh - 135px);
    overflow: hidden;
    position: relative;
    background: #000;
}
.top-banner .box {
	position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 7;
}
.top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
}
.top-banner .box h3 {
	color: #fff;
	font-size: 20px;
	letter-spacing: .2em;
	margin: 0;
	padding: 0;
	font-family: Futura Light;
}
.top-banner .box-position {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 7;
    max-width: 900px;
}
.top-banner .box-position a img {
    width: 16px;
    position: relative;
    left: 3px;
    top: -1px;
}

.top-banner .box-position p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    line-height: 30px;
}
.top-banner .box-position a:hover {
    background: rgba(191,54,180,.8);
    border-color: white;
}

.top-banner .search-wrapper {
	max-width: 880px;
	margin: 0 auto;
	position: relative;
	left: -2000px;
	transition: .8s;
	margin-top: -90px;	
}
.top-banner .search-wrapper .c-search-widget.search_widget{
    padding: 3px;
    border: 2px solid white;
}
.top-banner .search-wrapper label {
	display: none !important;
}
.top-banner .search-wrapper .form-control {
	background: #fff;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	height: 45px;
	border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.date-group .glyphicon-calendar {
	color: #C1C1C1;
}
#resortpro-widget-form select {
	font-size: 16px;
 	color: #3D3D3D;
 	font-family: 'Futura Light';
 	text-transform: uppercase;
 	letter-spacing: .2em;
 	position: relative;
 	z-index: 1;
 	background: transparent;
}
#resortpro-widget-form .form-control::-webkit-input-placeholder { 
 	font-size: 16px;
 	color: #3D3D3D;
 	font-family: 'Futura Light';
 	text-transform: uppercase;
 	letter-spacing: .2em;
}
#resortpro-widget-form .form-control::-moz-placeholder { 
 	font-size: 16px;
 	color: #3D3D3D;
 	font-family: 'Futura Light';
 	text-transform: uppercase;
 	letter-spacing: .2em;
}
.top-banner .search-wrapper .resortpro-search-submit-button-block button {
	background: #A8CCC2;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    letter-spacing: .2em;
    margin: 0;
    transition: .4s;
    border: 0;
    text-shadow: none;
    height: 45px;
    font-family: 'Futura Md BT';
    display: block;
    text-align: center;
}
.top-banner .search-wrapper .resortpro-search-submit-button-block button:hover {
	background: #343434;
}
.top-banner .search-wrapper form {
	background: #fff;
	padding: 0 15px;
}
.top-banner .search-wrapper form .col-sm-3 {
    text-align: center;
    display: block;
}
.top-banner .search-wrapper form .form-group {
	margin-bottom: 0;
    text-align: center;
    display: block;
}
.top-banner .search-wrapper form .row {
    border: 4px solid #fff; 
}
.top-banner .search-wrapper form .col-sm-3{
	padding: 0;
}
.top-banner .wrap-icon-img {
	display: inline-block;
    content: '';
    position: relative;
    border: 2px solid #A8CCC2;
    width: 50px;
    height: 50px;
    top: 0;
    margin-top: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
}
.top-banner .wrap-icon-img:hover {
	border: 2px solid #343434;
}
.top-banner .wrap-icon-img:hover .close-search {
	background-color: #343434;
}
.top-banner .close-search {
	width: 40px;
	height: 40px;
    opacity: 1;
 	left: 3px;
 	top: 3px;
    background-color: #A8CCC2;
    padding: 10px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    transition: .4s;
}
.c-input-group,
.resortpro-search-guests-adults-block .c-select-list{
	position: relative;
}
.c-input-group:before,
.resortpro-search-guests-adults-block .c-select-list:before {
	display: inline-block;
	content: '';
	position: absolute;
	right: -2px;
	z-index: 9;
	width: 1px;
	height: 35px;
	top: 5px;
	background: rgba(0, 0, 0, .15);
}
.resortpro-search-guests-adults-block .c-select-list:before {
	right: 10px;
	top: 22px;
}
.resortpro-search-guests-adults-block .c-select-list:after {
	display: block;
	content: '';
	position: absolute;
	right: 25px;
	top: 19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #A8CCC2 transparent transparent transparent;
}
/* end Top Banner */
/* boxes */
.boxes {
	display: flex;
	flex-wrap: wrap;
	background: #EEEEEE;
	padding: 10px 65px;
}
.boxes .box {
	width: calc(33.33334% - 10px);
	/* min-height: 670px; */
	height: 57vh;
	background: #000;
	margin: 5px;
	position: relative;
}
.boxes .box img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	opacity: .6;
	transition: .4s;
}
.boxes .box .wrap {
	position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 7;
}
.boxes .box .wrap h5 {
	color: #A8CCC2;
    text-transform: uppercase;
    font: 500 20px 'Futura Medium';
    letter-spacing: 5px;
    text-align: center;
    background: #fff;
    width: 280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 120px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.boxes .box .wrap h5 span {
	font-size: 40px;
	font-family: 'Serendipity';
	color: #828282;
	text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
}
.boxes .box .wrap h5:before {
	display: block;
	content: '';
	position: absolute;
	border: 2px solid #fff;
	/* width: calc(100% + 10px);
        height: calc(100% + 10px); */
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
}
.boxes .box .bottom-txt {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: .2em;
    left: 50%;
    transform: translate(-50%);
    right: auto;
    width: auto;
    display: block;
    text-align: center;
    font-family: 'Futura Md BT';
}
.boxes .box a:hover img{
    transform: scale(1.1);
}
.boxes .box {
    overflow: hidden;
}
.boxes .box > a {
    display: block;
    height: 100%;
}
.boxes .hover_borders {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 20px;
    overflow: hidden;
    z-index: 1;
}
.boxes .hover_borders span {
    position: absolute;
}
.boxes .hover_borders span.left {
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    transition: .5s;
    transform: translateY(-100%);
}
.boxes .hover_borders span.right {
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    transition: .5s;
    transform: translateY(-100%);
}
.boxes .hover_borders span.top {
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    transition: .5s;
    transform: scale(0);
    transform-origin: center;
}
.boxes .hover_borders span.bottom_left {
    width: 50px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    transition: .5s;
    transform: translateX(-100%);
}
.boxes .hover_borders span.bottom_right {
    width: 50px;
    height: 2px;
    background: #fff;
    bottom: 0;
    right: 0;
    transition: .5s;
    transform: translateX(100%);
}
.boxes .box:hover .hover_borders span.left {
    transform: translateY(0);
}
.boxes .box:hover .hover_borders span.right {
    transform: translateY(0);
}
.boxes .box:hover .hover_borders span.top {
    transform: scale(1);
}
.boxes .box:hover .hover_borders span.bottom_left {
    transform: translateX(0);
}
.box:hover .hover_borders span.bottom_right {
    transform: translateX(0);
}
.boxes .box a img {
    opacity: 1 !important;
}

/* .boxes .box:hover img {
    opacity: 1;
} */
/* end boxes */
/* .search-wrapper-home */
.search-wrapper-home {
	display: flex;
}
.search-wrapper-home .box-left {
	width: calc(33.3334% - 1px);
	background: #3D3D3D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	position: relative;
}
.search-wrapper-home .box-left:before {
	display: block;
	content: '';
	position: absolute;
	right: -8px;
	top: calc(50% - 8px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #3D3D3D;
}
.search-wrapper-home .box-left p {
	font-family: Serendipity;
	font-size: 42px;
	color: #fff;
	margin: 0;
	position: relative;
}
.search-wrapper-home .box-left p:before,
.search-wrapper-home .box-left p:after{
	display: block;
    content: '';
    position: absolute;
    left: -57%;
    top: 50%;
    width: 35%;
    height: 1px;
    background: #fff;
}
.search-wrapper-home .box-left p:after{
    right: -57%;
    left: auto;
}
.search-wrapper-home .box-right {
	width: 66.66667%;
	background: #EEEEEE;
}
.search-wrapper-home .box-right form label {
	display: none !important;
}
.search-wrapper-home .box-right form .form-group {
	margin-bottom: 0;
}
.search-wrapper-home .c-input-group:before,
.search-wrapper-home .resortpro-search-guests-adults-block .c-select-list:before {
	display: none;
}
.search-wrapper-home .box-right form input,
.search-wrapper-home .box-right form select {
	height: 55px !important;
	background: #fff;
	border-radius: 0 !important;
	border: 1px solid #D2D2D2 !important;
}
.search-wrapper-home .box-right form .form-control {
	height: 55px;
	border-radius: 0;
    border:0;
}
.search-wrapper-home .resortpro-search-submit-button-block button {
    background: #A8CCC2;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    letter-spacing: .2em;
    margin: 0;
    transition: .4s;
    border: 0;
    text-shadow: none;
    height: 47px;
    margin-top: 4px;
    position: relative;
    font-family: 'Futura Md BT';
}
.search-wrapper-home .box-right form input::-webkit-input-placeholder,
.search-wrapper-home .box-right form select { 
   font-family: 'Futura Light' !important;
   color: #828282 !important;
   font-weight: 300 !important;
}
.search-wrapper-home .box-right form input::-moz-placeholder {
    font-family: 'Futura Light' !important;
    color: #828282 !important;
    font-weight: 300 !important;
}
.search-wrapper-home .resortpro-search-submit-button-block button:before {
	display: block;
	content: '';
	position: absolute;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border: 2px solid #A8CCC2;
	transition: .4s;
}
.search-wrapper-home .resortpro-search-submit-button-block button:hover {
	background: #343434;
}
.search-wrapper-home .resortpro-search-submit-button-block button:hover:before {
	border: 2px solid #343434;
}
.search-wrapper-home  .date-group .glyphicon-calendar {
	right: 15px;
	top: 20px;
}
.search-wrapper-home form .row .col-sm-3{
	padding: 0 7px;
}
.search-wrapper-home form {
	padding: 10px 20px 0 25px;
}
.search-wrapper-home .resortpro-search-guests-adults-block .c-select-list:after {
	right: 15px;
    top: 24px;
}
/* end .search-wrapper-home */

/* wedding */
.wedding-section {
	background: #fff;
}
.wedding-section .box-right .events .item {
    display: none;
}
.wedding-section .box-right .events .item:nth-child(1),
.wedding-section .box-right .events .item:nth-child(2) {
    display: flex;
}
.wedding-section .box-right .events .button-gray.show-more {
    margin: 50px auto 0 auto;
}
.wedding-section .flex-box .box-left,
.wedding-section .flex-box .box-right {
	width: 50%;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.wedding-section .flex-box {
	display: flex;
    flex-wrap: wrap;
}
.wedding-section .box-right .title {
	margin: 0 0 40px;
	line-height: 1;
}
.wedding-section .box-right .box {
	padding: 80px 120px;
}
.wedding-section .box-right .box h2 {
	font-size: 24px;
	color: #A8CCC2;
	font-family: 'Futura Medium';
	letter-spacing: .2em;
	text-align: center;
}
.wedding-section .title {
	color: #828282;	
}
.wedding-section .flex-box .box-left .bg-img {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.wedding-section .flex-box .box-left .bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .1;
}
.wedding-section .flex-box .box-left .box{
	z-index: 2;
	position: relative;
	padding: 80px 120px;
	height: 100%;
	box-shadow: inset -80px -80px 110px -14px rgba(255,255,255,1), inset 80px 80px 110px -14px rgba(255,255,255,1);
}
.wedding-section .box-left .dotted {
	height: 670px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 110px;
}


.wedding-section .flex-box .box-left .box img {
	max-height: 300px;
	width: 100%;
	margin-bottom: 30px;
	object-fit: cover;
}
.wedding-section .flex-box .box-left .box p {
	font-size: 14px;
	margin-bottom: 20px;
	color: #828282;
	font-family: Montserrat;
	line-height: 32px;
    font-weight: 300;
}
.wedding-section .flex-box .button-gray {
	display: flex;
	max-width: 225px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}
.wedding-section  .events h4 {
	color: #A8CCC2;
	font-size: 17px;
	letter-spacing: .2em;
	font-family: 'Futura Medium';
	text-align: left;
}
.wedding-section .events h3 {
	color: #828282;
	font-size: 28px;
	font-family: 'Serendipity';
	margin: 0;
}
.wedding-section .events p {
	color: #828282;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 30px;
    font-weight: 300;
}
.wedding-section .events img {
	width: 215px;
	height: 215px;
	object-fit: cover;
    transition: .4s;
}
.wedding-section .events .item {
    display: flex;
    margin: 20px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
}
.wedding-section .events .item .second-box {
    width: calc(100% - 215px);
    padding-left: 30px;
}
.wedding-section .events .item .first-box {
    width: 215px;
    height: 215px;
    position: relative;
    overflow: hidden;
}
.wedding-section .wrap-img {
    position: relative;
}
.wedding-section .first-box .wrap-border {
    position: absolute;
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    transition: .4s;
}
.wedding-section .first-box:hover .wrap-border {
    right: calc(50% - 105px);
    left: calc(50% - 105px);
    top: calc(50% - 27px);
    bottom: calc(50% - 27px);
}
.wedding-section .wrap-img p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.7);
    padding: 5px;
    margin: 0;
    opacity: 0;
    transition: .4s;
    color: #828282;
    max-width: 200px;
    min-width: 200px;
}
.wedding-section .first-box .wrap-img p:hover {
    background: #fff;
    color: #828282;
}
.wedding-section .wrap-img p:before {
    display: none;
}
.wedding-section .first-box:hover .wrap-img img {
    transform: scale(1.07);
}
.wedding-section .first-box:hover .wrap-img p {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* .wedding-section .events .item .first-box:before {
    display: block;
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
} */
.wedding-section .flex-box .events .button-gray {
	margin: 0;
    margin-top: 0;
}
.wedding-section .button-gray:hover {
	background: #3D3D3D;
	color: #fff;
}
.wedding-section .button-gray:hover:before {
	border-color: #3D3D3D;
}
.wedding-section .events .item:last-child {
	border: 0;
}
/* end wedding */


/* our-blog */
.our-blog {
	position: relative;
}
.our-blog .wraper {
	/* padding: 80px 120px; */
	position: relative;
	z-index: 2;
	max-width: 100%;
	margin: 0 auto;
}
.our-blog .wrap-btn {
	text-align: center;
	display: block;
}
.our-blog .bg-img {
	background: #fff;
}
.our-blog .bg-img img {
	opacity: .1;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.our-blog h2 {
    font-size: 24px;
    color: #A8CCC2;
    font-family: 'Futura Medium';
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.our-blog .title {
    color: #828282;
    line-height: 1;
	margin: 0;
}
.our-blog .slider {
	margin: 50px 0;
}
.our-blog .slider .item {
	width: 380px;
	margin: 0 10px;
}
.our-blog .title-wrap {
	height: 60px;
    position: relative;
    width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
}	
.our-blog .slider .item h3 {
	margin: 0;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Futura Medium';
    letter-spacing: .2em;
    font-size: 15px;
    position: relative;
    z-index: 9;
    padding: 0 12px;
    color: #828282;
}
.our-blog .wrap-img {
	position: relative;
}
.our-blog .item a:hover .button-gray ,
.our-blog .item a:hover .wrap-img:before{
	opacity: 1;
}
.our-blog .wrap-img p {
	width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 7;
    position: absolute;
}
.our-blog .wrap-img .button-gray {
	min-width: 70%;
	max-width: 70%;
	margin: 0;
	color: #828282;
	opacity: 0;
	transform: translate(-50%, -50%)  scale(.7);
}
.our-blog .wrap-img .button-gray {
	background: rgba(255,255,255, .85);
	color: #828282;
	text-transform: uppercase;
}
.our-blog .wrap-img .button-gray:before {
	border-color: rgba(255,255,255, .85);
}
.our-blog .wrap-img .button-gray:hover {
	background: #fff;
	color: #828282;
}
.our-blog .wrap-img .button-gray:hover:before {
	border-color: #fff;
}
.our-blog .item:hover .button-gray {
	transform: translate(-50%, -50%) scale(1);
}
.our-blog .slider .item .line {
	display: block;
    content: '';
    position: absolute;
    width: 85%;
    height: 1px;
    background: #A8CCC2;
    top: 25px;
    z-index: 2;
    left: 0;
    right: 0;
}
.our-blog .slider .wrap-img{
	position: relative;
}
.our-blog .slider .wrap-img:before {
	display: block;
	content: '';
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	z-index: 1;
	border: 2px solid #fff;
	opacity: 0;
	transition: .4s;
}

.our-blog .slider .item:hover .wrap-img:before {
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}
.our-blog .slider .wrap-img img {
	max-height: 400px;
	height: 300px;
	object-fit: cover;
}
.our-blog .slick-next {
	right: -80px;
}
.our-blog .slick-prev {
	left: -80px;
	transform: rotate(180deg);
}
.our-blog .slick-next,
.our-blog .slick-prev {
	height: 40px;
	width: 40px;
	outline: none;
} 
/* end our-blog */

/* slider-and-video */
.slider-and-video .custom-container {
    max-width: 1280px;
}
.slider-and-video {
	padding: 80px 0;
    background: #F8F8F8;
    margin: 0 3px;
}
.slider-and-video .slider .item{
	display: flex;
    flex-direction: column;
    margin: 0 3px;
}
.slider-and-video .box-video {
	width: 50%;
	padding: 0 40px;
}
.slider-and-video .box-text {
	width: 50%;
    margin-left: 50%;
	padding: 0 40px;
}
.slider-and-video .flex-container .box-text {
    width: 50%;
    margin: 0;
}
.slider-and-video h2 {
	font-size: 24px;
    color: #A8CCC2;
    font-family: 'Futura Medium';
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.slider-and-video  h3 {
	color: #828282;
    line-height: 1;
    margin: 0 0 50px 0;
}
.slider-and-video .flex-container {
    display: flex;
}
.slider-and-video .slider p {
	color: #171717;
	font-size: 14px;
	line-height: 32px;
	font-family: 'Montserrat';
    font-weight: 300;
}
.slider-and-video .slider .author {
	text-transform: uppercase;
	color: #A8CCC2;
	font-size: 14px;
	font-family: 'Futura Md BT';
	letter-spacing: .2em;
	margin-top: 20px;
}
.slider-and-video .slick-dots {
    display: table;
    text-align: center;
    margin: 30px auto 0 auto;
}
.slider-and-video .slick-dots li {
    list-style: none;
    float: left;
}
.slider-and-video .slick-dots li.slick-active button {
    background: #3D3D3D;
}
.slider-and-video .slick-dots li button {
    border: 1px solid #C1C1C1;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    display: block;
    outline: none;
}
.slider-and-video .slick-next,
.slider-and-video .slick-prev {
    height: 15px;
    width: 15px;
    outline: none;
    top: auto;
    bottom: -2px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slider-and-video .slick-prev {
    transform: rotate(180deg);
}
.slider-and-video .slick-next:hover,
.slider-and-video .slick-prev:hover {
    opacity: .5;
}
/* end slider-and-video */

/* tabs */

.seo-content h2 {
    font-size: 24px;
    color: #A8CCC2;
    font-family: 'Futura Medium';
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.seo-content h3 {
    color: #828282;
    line-height: 1.2;
    margin: 0;
	margin-bottom:15px;
}
.seo-content {
    position: relative;
    height:auto;
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
}
.seo-content .slider-wrap .slick-prev img {
    transform: rotate(180deg);
}
.seo-content .slider-wrap .slick-prev,
.seo-content .slider-wrap .slick-next{
	outline: none;
}
.seo-content .slider-wrap .slick-prev img,
.seo-content .slider-wrap .slick-next img{
    width: 40px;
    height: 40px;
    transition: .4s;
}
.seo-content .slider-wrap .slick-prev img:hover,
.seo-content .slider-wrap .slick-next img:hover {
	opacity: .4;
}
.seo-content .slider-wrap .wrap {
  /*   position: absolute;
  z-index: 2; */
}
.seo-content .slider-wrap .wrap {
    height: 0;
    opacity: 0;
}
.seo-content .slider-wrap .wrap:first-child {
    height: auto;
    opacity: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    /* justify-content: space-between; */
}
.content-box .top-header-title h3 {
	margin-bottom: 0;
	text-align: left;	
}
.seo-content .flex-box {
    /*max-width: 1600px;*/
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.seo-content .flex-box .tab-links {
    display: flex;
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
     margin: 20px 0;
}
.seo-content .flex-box .tab-links a {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #828282;
    font-size: 18px;
    font-family: 'Futura Medium';
    background: #F8F8F8;
    flex: 1;
    letter-spacing: .2em;
    position: relative;
    transition: .4s;
    text-transform: uppercase;
}

.seo-content .flex-box .tab-links a:before {
    display: block;
    content: '';
    width: 5px;
    height: 30px;
    background: url(/wp-content/themes/Bizcor2018/images/dotted.svg) no-repeat;
    position: absolute;
    left: 0px;
    top: 23px;
}
.seo-content .slick-prev,
.seo-content .slick-next {
	top: 220px;
}

@media(min-width: 768px) {
    .seo-content .flex-box .tab-links a:hover {
        background: #A8CCC2;
        color: #fff;
    }
}
.seo-content .flex-box .tab-links a.active {
    background: #A8CCC2;
    color: #fff;
}
.seo-content .flex-box .tab-links a.active:after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    top: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #F8F8F8 transparent transparent;
}
/* .seo-content .flex-box .tab-links a:hover:after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    top: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #F8F8F8 transparent transparent;
} */
.seo-content .flex-box .tab-links a.active + a:before,
.seo-content .flex-box .tab-links a.active:before,
.seo-content .flex-box .tab-links a:nth-child(1):before  {
    display: none;
}
.seo-content .flex-box .tab-links a:hover + a:before,
.seo-content .flex-box .tab-links a:hover:before {
    display: none;
}
.seo-content .slider .item .box {
   
}
.seo-content .bg-more {
	position: absolute;
    color: #fff;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}
.seo-content .slider .item p:empty {
    display: none;
}
.seo-content .box.no-one-item > div {
    width: 80% !important;
    margin-left: 10%;  
}
.seo-content .slider .item .no-one-item .box-left:after {
    display: none;
}
.seo-content .show-more,
.seo-content .show-more {
    width: 110px;
    background: #272727;
    text-align: center;
    padding: 5px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: .5s;
    margin: 0 !important;
}
.box-wrap.moreHeight .show-more,
.box-left.moreHeight .show-more {
	display: block;
}
.seo-content .oneSlider {
    transform: none !important;
}
.seo-content .show-more:hover {
	background: #ccc;
}
.home .seo-content .slider  .item .box .box-wrap{
	max-height: 610px;
	padding-bottom: 50px;
	overflow: hidden;
}
.seo-content .slider .item .box {
    display: block;
    height: 100%;
}
.home .seo-content .slider .item .box > div {
    width: 50%;
    padding: 40px 80px;
    position: relative;   
    float: left;
}
.seo-content .slider .item .title {
    color: #828282;
}
.seo-content .slider .item p {
    margin-bottom: 18px;
}
.seo-content .slider .item .box-left:after {
    display: block;
    content: '';
    height: 970px;
    position: absolute;
    z-index: 9999;
    right: 0;
    width: 4px;
    background: url(/wp-content/themes/Bizcor2018/images/dotted2.svg);
    top: 60px;
}
.seo-content .slider-wrap .wrap .mask-bg {
    display: block;
    content: '';
    position: absolute;
    z-index: 99;
    background: red;
    width: 100%;
    height: 100%;
    top: 300px;
}
/* end tabs */

/* online */
.online {
    padding: 80px 0;
}
.online h2 {
    font-size: 24px;
    color: #A8CCC2;
    font-family: 'Futura Medium';
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.online h3 {
    color: #828282;
    line-height: 1;
    margin: 0;
}
.online p {
    line-height: 32px;
    color: #828282;
    font-size: 14px;
    font-family: 'Montserrat';
    max-width: 850px;
    padding: 0 15px;
    margin: 25px auto 50px;
    text-align: center;
    font-weight: 300;
}
.online .wrap-img ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 5px;

}
.online .wrap-img ul li {
	list-style: none;
	margin: 5px;
	width:calc(12.5% - 10px);
}
.online .wrap-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 6px;
}
/* end online */

/* FOOTER */

.footer-form {
    display: flex;
}
footer .gform_wrapper div.validation_error {
    display: none !important;
}
footer .gform_wrapper .validation_message {
    color: red !important;
}
.footer-form .box-left {
    width: calc(50% - 1px);
    background: #3D3D3D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 163px;
    position: relative;
}
.gform_wrapper .validation_message {
    color: #790000 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important;
}
.footer-form .box-left:before {
    display: block;
    content: '';
    position: absolute;
    right: -8px;
    top: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #3D3D3D;
}
.footer-form .box-left p {
    font-family: Serendipity;
    font-size: 42px;
    color: #fff;
    margin: 0;
    position: relative;
}
.footer-form .box-left p:before,
.footer-form .box-left p:after{
    display: block;
    content: '';
    position: absolute;
    left: -57%;
    top: 50%;
    width: 35%;
    height: 1px;
    background: #fff;
}
.footer-form .box-left p:after{
    right: -57%;
    left: auto;
}
.footer-form .box-right {
    width: 50%;
    background: #EEEEEE;
    padding: 10px;
}
.gform_wrapper.gf_browser_chrome .gform_body {
    width: 75%;
    float: left;
}
.footer-form .box-right .gform_wrapper label {
    display: none !important;
}
.footer-form .gform_wrapper form {
	display: flex;
}
.footer-form .gform_wrapper ul li.gfield {
    margin-right: 10px!important;
    margin-bottom: 0 !important;
}
body .footer-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.footer-form .box-right .gform_wrapper input {
    height: 55px !important;
    background: #fff;
    border-radius: 0 !important;
    border: 1px solid #D2D2D2 !important;
    font-family: 'Futura Light';
    font-size: 16px;
}
.footer-form .gform_wrapper input::-webkit-input-placeholder {
    color: #828282;
    font-family: 'Futura Light';
    font-size: 16px;
}
.footer-form .gform_wrapper input::-moz-placeholder {
    color: #828282;
    font-size: 16px;
    opacity: 1!important;
    font-family: 'Futura Light';
}
.footer-form .gform_wrapper .gform_footer input {
    background: #A8CCC2;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    margin: 0;
    transition: .4s;
    border: 0;
    text-shadow: none;
    height: 45px!important;
    font-family: 'Futura Md BT';
}
.footer-form .gform_wrapper .gform_footer  {
    width: calc(100% + 8px);
    width: 25%;
    height: 55px !important;
    float: left;
    clear: none;
    padding: 3px;
    border: 2px solid #A8CCC2;
    transition: .4s;
}
.footer-form .gform_wrapper .gform_footer input:hover {
    background: #343434;
}
.footer-form .gform_wrapper .gform_footer:hover {
    border: 2px solid #343434;
}

.top-footer {
    background: #2D2D2D;
    padding: 75px 0;
}
.top-footer .container-custom {
    padding: 0 75px;
}
footer .container-custom {
    width: 100%;
    max-width: 100%;
}
.top-footer .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-footer .footer-logo {
    padding-right: 75px;
}
.top-footer .footer-logo img {
    height: 200px;
    width: 200px;
}
.top-footer h4 .top-title-fotter:before {
    display: none !important;
}
.top-footer h4,
.top-footer h4 .top-title-fotter{
    color: #A8CCC2;
    text-transform: uppercase;
    font: 500 20px 'Futura Medium';
    letter-spacing: 5px;
    margin-bottom: 15px;
    margin-top: 0;
}
.top-footer h4 .top-title-fotter {
    margin-bottom: 0;
    display: inline-block;
}
.top-footer h4 span {
    font: 400 40px 'Serendipity';
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.top-footer .color-scheme-list,
.top-footer .color-scheme-list > div {
    position: relative;
}
.top-footer .color-scheme-list > div {
    padding: 0 75px;
}
.top-footer nav {
   /*  padding: 0 75px; */
    position: relative;
    /*border-left-style: dotted;
    border-left-width: 4px;
    border-color: #616161;*/
    /* background-image: linear-gradient(#616161 33%, rgba(255,255,255,0) 0%);
    background-position: left;
    background-size: 1px 5px;
    background-repeat: repeat-y; */
}
.top-footer .color-scheme-list > div:before {
    content: '';
    background: url(/wp-content/themes/Bizcor2018/images/points1.svg);
    width: 4px;
    height: 100%;
    background-repeat-x: no-repeat;
    display: flex;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
}
.top-footer ul li a {
    color: #fff;
    transition: all 0.4s;
    font-family: 'Futura Light';
    font-size: 16px;
    line-height: 32px;
}
.top-footer ul li a:hover {
    color: #A8CCC2;
}
.top-footer nav.things, 
.top-footer nav.visit {
    max-width: 550px;
}
.top-footer nav.things ul li, 
.top-footer nav.visit ul li {
    width: 50%;
    float: left;
}

footer .copyright {
    padding: 18px 15px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .copyright-box,
footer .social-footer {
    padding: 0 25px;
} 
footer .copyright-box {
    font-family: 'Futura Light';
    color: #828282;
    text-transform: uppercase;
    position: relative;
}
footer .copyright-box:after {
    content: '';
    background: url(/wp-content/themes/Bizcor2018/images/points58.svg);
    width: 2px;
    height: 88%;
    background-repeat-x: no-repeat;
    display: flex;
    float: left;
    position: absolute;
    top: 3px;
    bottom: 0;
    right: -5px;

}
footer .social-footer a {
    font-size: 18px;
    color: #828282;
    margin: 0 5px;
    transition: all 0.4s;
}
footer .social-footer a:hover {
    color: #A8CCC2;
}
.footer-form .gform_wrapper #gform_fields_1 #field_1_3 {
    margin-top: 10px !important;
}

/* END FOOTER */