/*
  CSS INDEX
  ===================
  
  1.  Theme Default CSS
  2.  Header CSS
      2.1 Header Top
      2.2 Header Bottom
  3.  Home Map Area
  4.  Search Area
  5.  Category Browse Area
  6.  Popular Location Area
  7.  How it work Area
  8.  CTA Area
  9.  Featured Places Area
  10. Blog Area
  10.1 Blog Image
  11. Subscribe Area
  12. Footer Area
  13.5. User Account Area
  14. Sidebar Widget Area
  15. Page Map Area
  16. Contact Area
  17. Login Register Area
  18. Profile Area
  19. 404 Area

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body{
  height: 100%;
}
body{
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  text-align: left;
  overflow-x: initial !important;
}
p{
  margin-top: 0;
  word-wrap: break-word;
  line-height: normal;
}
p:last-child{
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6{
  color: #444444;
  margin-top: 0;
}
h5 {
  margin-bottom: 12px;
}
a{
  color: inherit;
  text-decoration:none;
}
a:hover{
  text-decoration: none;
}
a:active, a:hover, a:focus{
  outline: 0 none;
  text-decoration: none;
}
a:focus, button:focus{
  outline: none;
}
ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
img{
  max-width:100%;
  height:auto;
  border:0; 
  vertical-align:top;
}
table, th, td{
  border: 1px solid #ebebeb;
}
table{
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  width: 100%;
}
*::before, *::after, a, button, span, input{
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input:focus, textarea:focus{
  box-shadow: 0;
  outline: 0;
}

/*-- Placeholder Opacity --*/
::-webkit-input-placeholder{
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
:-moz-placeholder{
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
::-moz-placeholder{
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
:-ms-input-placeholder{
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/*-- Common Classes --*/
.fix{
  overflow:hidden
}
.float-left{
  float:left;
}
.float-right{
  float:right;
}

/*-- Margin Bottom --*/
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 50px;
}

/*-- Padding Top --*/
.pt-50{
  padding-top: 50px;
}
.pt-60{
  padding-top: 60px;
}
.pt-90{
  padding-top: 90px;
}
.pt-120{
  padding-top: 120px;
}

/*-- Padding Bottom --*/
.pb-10{
  padding-bottom: 10px;
}
.pb-60{
  padding-bottom: 60px;
}
.pb-80{
  padding-bottom: 80px;
}
.pb-90{
  padding-bottom: 90px;
}
.pb-120{
  padding-bottom: 120px;
}
/*-- Section --*/
.section{
  float: left;
  width: 100%;
}
.embed-responsive{
  width: 100%;
}
/*-- BG Color --*/
.bg-white{
  background-color: #ffffff;
}
.bg-gray{
  background-color: #f5f5f5;
}
.relative{
  position: relative;
}
.owl-carousel .owl-stage{
  margin: 0 auto;
}
.owl-carousel .featured-slider .owl-stage-outer{overflow: visible;}
.text-center {
  text-align: center;
}
/*-- Section Title --*/
.section-title h2,
.section-title h1{
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.section-title p{
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
  max-width: 570px;
}

/*-- Page Banner Area --*/
.page-banner-area{
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  float:none;
}
/*-- Page Banner --*/
.page-banner h3{
  color: #666666;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
}
/*-- Pagination --*/
.pagination{
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.pagination li{
  display: block;
  float: left;
}
.pagination li a{
  border-radius: 0 !important;
  color: #666666;
  font-size: 14px;
  height: 36px;
  line-height: 24px;
  padding: 5px;
  text-align: center;
  width: 40px;
}
.pagination li:first-child a{
  font-size: 18px;
  line-height: 20px;
}
.pagination li:last-child a{
  font-size: 18px;
  line-height: 20px;
}
.pagination li a:hover{
  color: #4285f4;
}
.pagination li.active a:hover, .pagination li.active a{
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.blog-pagination{
  margin-bottom: 25px;
}
.blog-pagination li{
  display: inline-block;
  margin: 0 6px;
}
.blog-pagination li i.fa{
  padding: 5px;
}
.blog-pagination ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/*-- Scrollup --*/
#scrollUp{
  background-color: #4285f4;
  border-radius: 50px;
  bottom: 12px;
  color: #ffffff;
  cursor: pointer;
  height: 36px;
  right: 12px;
  text-align: center;
  width: 36px;
}
#scrollUp i{
  display: block;
  font-size: 20px;
  line-height: 34px;
}

/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
.header-area{
  float: none;
}
.header-seethrough{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.header-admin-bar{
  margin-top: 32px;
}
/*-- 2.1 Header Top --*/
.header-top{
  float: none;
  padding: 10px 55px;
  /*position: relative;*/
  z-index: 999;
}
.header-top,
.header-top-right .logout-link{
  background-color: #090909;
}

/*-- Header Top Left --*/
.header-top-left{
  z-index: 1;
}
.header-top-left .call-us{
  color: #aaaaaa;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

/*-- Header Top Center --*/
.header-top-center{
  z-index: 1;
}
.header-top-center .login-register li{
  display: inline-block;
  padding: 3px 8px;
  padding: 3px 8px;
  position: relative;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.header-top-center .login-register li::before{
  color: #aaa;
  content: "/";
  display: block;
  position: absolute;
  right: -4px;
}
.header-top-center .login-register li:last-child::before{
  display: none;
}
.header-top-center .login-register li a{
  display: inline-block;
}

/*-- Header Top Right --*/
.header-top-right{
  float: right;
  position: relative;
  /*z-index: 1;*/
}
.header3-login .header-top-right {
  width: auto;
  top: 30px;
}
.header-top-login-menu .header-top-right .user-logged-in{
  padding: 7px 0;
}
.header-top-right .user-logged-in,
.header-top-right .row>span{
  color: #999999;
  display: inline-block;
  font-size: 14px;
  float: right;
  line-height: 30px;
}
.header-top-right img{
  border-radius: 50%;
  display: block;
  float: left;
  height: 30px;
  line-height: 29px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.header-top-right .user-logged-in:hover i{
  color: #ffffff;
}
.header-top-right .user-logged-in span{
  display: inline-block;
  text-transform: capitalize;
}
.header-top-right .logout-link{
  display: none;
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 1;
  height: 64px;
  padding-top: 30px;
}
.header3-login .header-top-right .user-logged-in {
  position: relative;
  right: 70px;
  top: 10px;
}
.header3-login .header-top-right a:first-child,
.header3-login .header-top-right .row>span{
  display: inline-block;
  background-color: #9d3aac;
  border: medium none;
  border-radius: 50px;
  color: #f7f7f7;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  text-transform: uppercase;
}
.header3-login .header-top-right .logout-link, .header3-login .header-top-right a:nth-child(2){
  background-color: #39abff;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  text-transform: uppercase;
}
.header-top-login-menu .header-top-right .logout-link{
  right: 10px;
  top: 40px;
}
.header3-login .header-top-right .logout-link:hover {
  background: #9d3aac;
}
.header-top-right .user-logged-in:hover ~ .logout-link,
.header-top-right .logout-link:hover{
  display: block;
}
.header-top-right .search-form2{
  float: right;
  margin-right: 15px;
}
.wyz-menu-sidebar {position: fixed;z-index: 9999999;left: 0;top: 0;height: 100%;width: 260px;background: #fff;-webkit-transition: left 0.3s ease, -webkit-box-shadow 0.3s ease 0.2s;transition: left 0.3s ease,box-shadow 0.3s ease 0.2s;overflow: auto;}
.wyz-menu-sidebar #close {float: right;margin: -5.5rem 1rem;font-size: 1.4em;color: #fa598d;text-align: right;}
.wyz-menu-sidebar.closed {left: -260px;-webkit-box-shadow: 0 0 0 #1abc9c;box-shadow: 0 0 0 #1abc9c;}
#wyz-mobile-menu-trigger {display: none;float: right;margin-top:-50px;font-size: 30px;}
#wyz-mobile-menu-close {float: right;font-size: 30px;margin-top: 15px;margin-right: 15px;}
.wyz-menu-sidebar .mean-nav > ul > li > a{padding: 7px 15px;}
.wyz-menu-sidebar .mean-nav > ul > li ul li a{padding: 7px 25px;}
.wyz-menu-sidebar .mean-nav > ul > li > ul > li > ul li a{padding: 7px 35px;}
.search-form2 input{
  outline: none;
}
.search-form2 input[type=text]{
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  margin-left: -2px;
  /* text-align: center; */
  background: #aaa url(images/search-icon-header.png) no-repeat 6px center;
  border: 0;
  padding: 3px 0px 3px 30px;
  position: relative;
  padding-left: 0px;
  color: transparent;
  cursor: pointer;
  width: 30px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.search-form2 input[type=text]:after{
  content: "\f087"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
}
.search-form2 input::-webkit-search-decoration,
.search-form2 input::-webkit-search-cancel-button{
  display: none; 
}
.search-form2 input[type=text]:focus{
  width: 130px;
  background-color: #fff;
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
  
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}
.search-form2 input:-moz-placeholder{
  color: #999;
}
.search-form2 input::-webkit-input-placeholder{
  color: #999;
}

.search-form2 input[type=text]:hover{
  background-color: #fff;
}
.search-form2 input:-moz-placeholder{
  color: transparent;
}
.search-form2 input::-webkit-input-placeholder{
  color: transparent;
}
.search-form2 button[type=submit]{
  display: none;
}
/*-- 2.2 Header Bottom --*/
.header-bottom{
  background-color: #ffffff;
  box-shadow: 0 7px 10px -4px rgba(51, 51, 51, 0.3);
  float: none;
  padding: 0 55px;
  position: relative;
}
.header-acgbtb{
  background-color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  float: none;
  padding: 0 55px;
  position: relative;
}
.header-top-login-menu{
  background-color: #ffffff;
  float: none;
  padding: 0 55px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.header-top-right .login-menu li{
  padding: 12px 0;
}
.header-acgbtb .acgbtb-content{
  padding: 40px 0;
}
/*-- Header Logo --*/
.header-logo{
  border-right: 2px solid #f1f1f1;
  float: left;
  height: 120px;
  padding: 40px 70px 40px 0;
}
.header-logo a{
  display: block;
}
.header-logo a img{
  max-width: 100%;
}

/*-- Header Links --*/
.header-links{
  border-left: 2px solid #f1f1f1;
  float: right;
  padding: 40px 0 40px 70px;
}
.header-links a{
  color: #444444;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0;
  text-transform: capitalize;
}
.header-links a i{
  display: block;
  float: left;
  font-size: 19px;
  line-height: 30px;
  margin-right: 10px;
}
.header-links a span{
  display: inline-block;
}
/*-- Main Menu --*/
.main-menu > ul,
#login-menu {
  text-align: left;
}
#login-menu ul{
  display: none;
}
.main-menu > ul > li{
  display: inline-block;
  margin-right: 48px;
  position: relative;
}
#login-menu > li{
  display: inline-block;
  margin-right: 28px;
}
.main-menu>  ul > li:last-child{
  margin-right: 0;
}
.main-menu > ul > li > a{
  color: #131313;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 45px 0 20px 0;
  text-transform: capitalize;
}
#login-menu > li > a{
  color: #131313;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 0;
}
.main-menu > ul > li > a > i{
  padding-left: 5px;
}
.main-menu > ul > li > a > i::before{
  /*transition: none;*/
}
.mean-nav > ul > li a i{
  display: none;
}
.mean-nav > ul > li .wcmenucart-contents i{
  display: inline-block;
}
.mean-nav #mobile-right-link a i{
  display: initial;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
/*-- Sub Menu --*/
.sub-menu{
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.3);
  left: 0;
  opacity: 0;
  padding: 15px 20px;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 220px;
  z-index: -999;
}
.main-menu > ul > li:hover > .sub-menu{
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.main-menu ul.sub-menu ul.sub-menu,
.login-menu ul.sub-menu ul.sub-menu{ /* level 3+ */
  left: 0px;
  /*padding: 15px 0;*/
  top: 0px;
}
.sub-menu li i{
  color: #797979;
  font-size: 12px;
  padding-left: 5px;
  text-transform: uppercase;
}
.main-menu ul.sub-menu li:hover>ul.sub-menu,
.login-menu ul.sub-menu li:hover>ul.sub-menu{
  display: block;
  left: 200px;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.main-menu ul.sub-menu ul.sub-menu-right,
.login-menu ul.sub-menu ul.sub-menu-right{ /* level 3+ */
  left: -200px !important;
}
.main-menu li > ul.sub-menu li{
  position: relative;
}
.main-menu li:hover > ul.sub-menu{
  box-shadow: #ebebeb 0px 0px 10px 1px;
  display: block; /* show the submenu */
}
.sub-menu li a{
  color: #444444;
  display: block;
  font-size: 13px;
  line-height: 30px;
  text-transform: capitalize;
}

/*-- Mobile Menu --*/
.mean-bar{
  background-color: transparent;
  height: auto;
  min-height: auto;
  padding: 0;
}
.mean-nav{
  background-color: transparent;
  margin-top: 0;
}
a.meanmenu-reveal{
  color: #666666;
  padding: 0;
  top: -48px;
  width: auto;
}
a.meanmenu-reveal i{
  display: block;
  font-size: 30px;
  height: 24px;
  line-height: 24px;
  width: auto;
}
.mean-nav > ul{
  padding-bottom: 15px;
}
.mean-nav ul{
  box-shadow: none;
  float: left;
  opacity: 1;
  position: static;
  -webkit-transition: none 0s ease 0s ;
  transition: none 0s ease 0s ;
  visibility: visible;
  z-index: 999;
}
.mean-nav ul li li{
  padding-left: 15px;
}
.mean-nav > ul > li > a, .mean-nav ul li li a , .mean-nav ul li li li a{
  border-bottom: 1px solid #eee;
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  opacity: 1;
  padding: 7px 0;
  text-transform: capitalize;
}
.mean-nav > ul > li a:hover, .mean-nav > ul li.active > a{
  color: #4285f4;
}

.mean-nav a.mean-expand{
  border: medium none !important;
  font-size: 20px !important;
  height: 39px;
  line-height: 39px;
  padding: 0 !important;
  text-align: center;
  width: 39px;
}

/*----------------------------------------*/
/*  3. Home Map Area
/*----------------------------------------*/
#map-home{
  width: 100%;
  float: left;
  height: 700px;
  position: relative;
}
#map-loading,
.map-loading{
  position: absolute;
  right: 30px;
  top: 40%;
  z-index: 999;
}
.map-shortcode #map-loading,
.map-shortcode .map-loading{
  display: none;
}
.map-loading{display: none;}
.map-container.map-shortcode .hide-overflow{
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}

/*----------------------------------------*/
/*  4. Search Area
/*----------------------------------------*/
.location-search {
  text-align: center;
}
.map-container .location-search{
  background-color: #ffffff;
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.2);
  float: inherit;
  overflow: visible;
  padding: 60px 70px;
  width: 100%;
}
.location-search.filter-location-search{
  background-color: initial;
  box-shadow: none;
  overflow: visible; 
}
.location-search form, .header-image-filters form {
  background-color: #f5f5f5;
  border-radius: 50px;
  display: inline-block;
  float: none;
  margin: 0 auto;
  padding: 7px 0 7px 30px;
  text-align: center;
  width: 100%;
}
.map-container.home-map-container .location-search-float.pt-60.pb-60>.container{
  width:100%;
  max-width: 1170px;
  padding:0;
}
.map-container.home-map-container .location-search-float.pt-60.pb-60>.container .location-search{
  box-shadow: none;
  padding:0;
}
.location-search .input-location {
  border-right: 1px solid #dddddd;
  display: block;
  float: left;
}
.location-search .input-location.last{
  border: 0;
}
/*search filters*/
.location-search.filter-count-4 .input-location {
    width: 22.5%;
}
.location-search.filter-count-3 .input-location {
  width: 30%;
}
.location-search.filter-count-2 .input-location {
  width: 45%;
}
.location-search.filter-count-1 .input-location {
  width: 90%;
}
.location-search.filter-count-4 .input-location .input-location,
.location-search.filter-count-3 .input-location .input-location,
.location-search.filter-count-2 .input-location .input-location,
.location-search.filter-count-1 .input-location .input-location{
  margin-bottom: 0;
  width: 100%;
}
.location-search .input-submit {
  float: right;
  width: 105px;
}

.location-search .input-submit #map-search-submit,
.location-search .input-submit .map-search-submit,
.header-image-filters .btn-square {
  border: medium none;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 54px;
  margin-bottom: -7px;
  margin-top: -7px;
  position: relative;
  text-transform: capitalize;
}
.map-shortcode .location-search .input-submit .map-search-submit{
  margin-right: -52px;
  display: inline-block;
}
.vc_col-sm-8 .map-shortcode .location-search .input-submit .map-search-submit,
.vc_col-sm-6 .map-shortcode .location-search .input-submit .map-search-submit,
.vc_col-sm-4 .map-shortcode .location-search .input-submit .map-search-submit,
.vc_col-sm-3 .map-shortcode .location-search .input-submit .map-search-submit,
.vc_col-sm-2 .map-shortcode .location-search .input-submit .map-search-submit,
.textwidget .map-shortcode .location-search .input-submit .map-search-submit{
  margin-right: 0;
  margin-top: 13px;
  border-radius: 0;
}
.textwidget .location-search-float {
  margin:0;
  padding: 0;
}
.vc_col-sm-8 .map-shortcode .location-search form,
.vc_col-sm-6 .map-shortcode .location-search form,
.vc_col-sm-4 .map-shortcode .location-search form,
.vc_col-sm-3 .map-shortcode .location-search form,
.vc_col-sm-2 .map-shortcode .location-search form,
.textwidget .map-shortcode .location-search form {
    padding: 0 0 10px 0;
    border-radius: 0;
}
.textwidget .map-shortcode .location-search form {
    padding: 0;
}
.textwidget .input-location,
.textwidget .input-submit,
.textwidget .input-location,
.textwidget .input-submit,
.textwidget .input-location,
.textwidget .input-submit {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.location-search .input-submit #map-search-submit,
.location-search .input-submit .map-search-submit{
  width: 100%;
}
.location-search .input-box input,
.location-search .input-box>.selectator_element,
.location-search .input-box>.selectize-control,
.bus-filter input,
.bus-filter select,
.bus-filter .selectize-input,
.bus-filter .selectator_element{
  background-color: #f5f5f5;
  border: none;
  height: 37px;
  float: left;
  padding: 0 7px;
  width: 100%;
}
.location-search .input-box .single.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_title,
.location-search .input-box .selectize-input{
  color: #666;
  font-size: 15px;
  line-height: 37px;
  padding: 0;
}
.location-search .input-box .selectize-control.multi .selectize-input.has-items,
.location-search .input-box .selectize-control.multi .selectize-input{
  padding: 0 8px;
  border: 0;
  background-color: #f5f5f5;
  height: 37px;
  text-align: left; 
  overflow: auto;
}
.location-search .input-box .selectator_element:after,
.header-image-filters .input-box .selectator_element:after{
  background-color: #f5f5f5 !important;
}
.location-search .input-box.input-days .selectize-control.plugin-remove_button [data-value].remove,
.location-search .input-box.input-days .selectize-control.plugin-remove_button [data-value].active .remove{
  border-left-color: #f5f5f5;
}
input.bus-filter-locations-text {
  border-radius: 5px;
}
.bus-filter-number .cancel-slider-filter {
  opacity: 0;
  position: absolute;
  background-color: #eee;
  right: 40px;
  padding: 5px;
  border-radius: 20px;
  display: inline-block;
  height: 25px;
  width: 28px;
  color: #dd3333;
  line-height: 16px;
}
.wyz-product-attr .multiple.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_remove {
  width: initial;
  padding-right: 15px;
}
.bus-filter-number:hover .cancel-slider-filter {
  opacity: 1;
}
#wyz-loc-filter-txt,
.wyz-loc-filter-txt {
  font-size: 14px;
}
/*range slider*/
.location-search #loc-radius-cont p,
.location-search .loc-radius-cont p{
  float: left;
  font-size: 12px;
  line-height: 40px;
  margin: 0 20px;
}
.location-search #loc-radius-cont .rangeslider,
.location-search .loc-radius-cont .rangeslider{
  background-color: #4285f4;
  float: left;
  height: 5px;
  margin-top: 20px;
  width: 140px;
}
.map-shortcode .location-search #loc-radius-cont .rangeslider,
.map-shortcode .location-search .loc-radius-cont .rangeslider {
  margin-top: -7px;
}
.vc_col-sm-8 .map-shortcode .location-search .loc-radius-cont .rangeslider,
.vc_col-sm-6 .map-shortcode .location-search .loc-radius-cont .rangeslider,
.vc_col-sm-4 .map-shortcode .location-search .loc-radius-cont .rangeslider,
.vc_col-sm-3 .map-shortcode .location-search .loc-radius-cont .rangeslider,
.vc_col-sm-2 .map-shortcode .location-search .loc-radius-cont .rangeslider {
  margin-top: 17px;
}
.location-search #loc-radius-cont .rangeslider .range_handle,
.location-search .loc-radius-cont .rangeslider .range_handle{
  background: #4285f4 none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
  cursor: pointer;
  height: 15px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 15px;
}
.location-search #loc-radius-cont .rangeslider .range_handle span,
.location-search .loc-radius-cont .rangeslider .range_handle span{
  bottom: 100%;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  left: 50%;
  width: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.location-search .input-box input[type="range"]{
  width: 100%;
}
.rangeslider {
  height: 7px;
}
.bus-filters-cont .bus-filter-number p {
  margin-bottom: 7px;
  position: relative;
  font-weight: 600;
}
.input-range .rangeslider{
  background-color: #d4dee5;
  border-radius: 50px;
  box-shadow: none;
  height: 7px;
  position: relative;
}
.location-search .input-range p span {
    color: #252525;
    font-weight: 600;
}
.location-search .input-range p span.distance-km::after{
    content: "km";
}
.rangeslider .range_fill_bg{
  background-color: #d4dee5;
  border-radius: 50px;
  box-shadow: none;
  height: 100%;
  position: static;
}
.rangeslider .range_fill{
  border-radius: 50px;
  box-shadow: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.wyz-secondary-color .rangeslider .range_fill{
  background: #f56719;
}
.rangeslider .range_handle{
  border: medium none;
  border-radius: 50px;
  box-shadow: none;
  height: 16px;
  position: absolute;
  top: -5px;
  width: 16px;
}
#page-header-image{
  background-color: #2d343d;
  background-repeat: no-repeat;
  background-size: cover;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);*/
  position: relative;
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  width: 100%;
  background-attachment: fixed;
}
#page-header-image .header-image-logo{
  position: absolute;
  bottom: 10%;
  left: 100px;
  padding: 30px;
}
#page-header-image .header-image-logo img{
  width: 100%;
}
#page-header-image .container-2 button{
  width: 50px;
  border: none;
}
#page-header-image .container-2{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin-top: 50px;
  margin-left: 50px;
  float:left;
}
#page-header-image .container-2{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
#page-header-image .container-2 button{
  width: 50px;
  height: 50px;
  background: #131313;
  border: none;
  font-size: 10pt;
  float: left;
  color: #131313;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
 
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}
#page-header-image .container-2 .icon{
  position: absolute;
  margin-left: 16px;
  margin-top: 14px;
  z-index: 1;
  color: #4f5b66;
}
#page-header-image:hover .container-2 button{
  outline:none;
  padding-left: 40px;
  padding-right: 10px;
}
#page-header-image:hover .container-2 .icon{
  color: #93a2ad;
}
.business-header-image:hover #business-header-no-image-btn{
  background-color: #fff;
  width: initial !important;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
  
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/**
 *  Business filters
 */
.bus-filters-cont form {
  background-color: #f5f5f5;
  display: inline-block;
  float: none;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  width: 100%;
}
.bus-filter-custom form {
  background-color: transparent;
}
.bus-filter {
  float: left;
}
.bus-filters-cont .bus-filter {
  padding-top: 7px;
  padding-bottom: 7px;
}
.bus-filter input,
.bus-filter select,
.bus-filter .selectize-input,
.bus-filter .selectator_element {
  border: 0;
  height: 37px;
  color: #606060;
  font-size: 12px;
  padding: 0 10px;
  margin-bottom: 0;
  width: 100%;
}
.bus-filter input[type="checkbox"] {
  height: initial;
}
.bus-filter-verified input[type="checkbox"] {
  width: 40px;
  margin-top: 12px;
}
.bus-filter-verified label {
  float: left;
  padding: 6px 0;
}
.bus-filter .selectator_element:after {
  background-color: transparent;
}
.bus-filter input,
.bus-filter select{
  padding: 0 8px;
}

.bus-filter .single.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_title {
  color: #606060;
}
.bus-filter .selectize-control {
  line-height: 0;
}
.input-keyword input::-webkit-input-placeholder,
.bus-filter input::-webkit-input-placeholder,
.bus-filter .selectize-control input::-webkit-input-placeholder{
  color: #666;
}
.input-keyword input::-moz-placeholder,
.bus-filter input::-moz-placeholder,
.bus-filter .selectize-control input::-moz-placeholder{
  color: #666;
}
.input-keyword input::-ms-input-placeholder,
.bus-filter input:-ms-input-placeholder,
.bus-filter .selectize-control input:-ms-input-placeholder{
  color: #666;
}
.input-keyword input::-moz-placeholder,
.bus-filter input:-moz-placeholder,
.bus-filter .selectize-control input:-moz-placeholder{
  color: #666;
}
.bus-filter select.busfilternovalue {
  color: #666;
}
.bus-filter .single.selectator_element .selectator_chosen_items .selectator_value_ .selectator_chosen_item_title {
  color: #666;
}
.bus-filters-cont .input-submit {
    display: inline-block;
    float: none;
    width: 105px;
}
.bus-filters-cont .input-submit button {
    border: medium none;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 37px;
    padding: 0 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.vc_column_container .input-submit {
  float: right;
}


#header-image-content .header-image-main-content {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
#header-image-content .header-image-sub-content {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
#header-image-content .header-image-filters {
  margin-top: 50px;
  margin-bottom: 40px;
}
/*----------------------------------------*/
/*  5. Category Browse Area
/*----------------------------------------*/
/*-- Category Slide Item --*/
.cat-slide-item{
  background-color: #fcfcfc;
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.1);
  height: 265px;
  margin: 12px 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cat-slide-item:hover{
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.3);
}

.cat-slide-item .parent-cat{
  height: 225px;
  padding: 68px 0;
}
.cat-slide-item .parent-cat img{
  display: inline-block;
  margin-bottom: 17px;
  width: auto;
}
.cat-slide-item .parent-cat div{
  display: inline-block;
  margin-bottom: 17px;
  height: 50px;
}
.cat-slide-item .parent-cat h4{
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cat-slide-item .total-cat-info{
  border-top: 1px solid #dddddd;
  padding: 8px 0;
}
.cat-slide-item .total-cat-info p{
  font-size: 12px;
  color: #999999;
}

/*-- Category List --*/
.cat-slide-item .cat-list{
  background-color: #4285f4;
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  top: 100%;
}
.cat-slide-item:hover .cat-list{
  top: 0;
}

/*-- Category List BG Color --*/
.cat-slide-item.cat-place .cat-list{
  background-color: #D864F9; 
}
.cat-slide-item.cat-shopping .cat-list{
  background-color: #F2C805; 
}
.cat-slide-item.cat-real-estate .cat-list{
  background-color: #FF6F00; 
}
.cat-slide-item.cat-movie .cat-list{
  background-color: #C2185B; 
}
.cat-slide-item.cat-holiday .cat-list{
  background-color: #DD2C00; 
}
.cat-slide-item.cat-park .cat-list{
  background-color: #49C546; 
}
.cat-slide-item.cat-restaurant .cat-list{
  background-color: #A95335; 
}

/*-- Title --*/
.cat-slide-item .cat-list h4{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 6px;
  padding-bottom: 19px;
  position: relative;
  text-transform: capitalize;
}
.cat-slide-item .cat-list h4::before{
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
/*-- Category --*/
.cat-slide-item .cat-list ul{
  margin-bottom: 20px;
  overflow: hidden;
}
.cat-slide-item .cat-list ul li{
  display: block;
  float: left;
  padding: 4px 0;
  width: 100%;
}
.cat-slide-item .cat-list ul li a{
  color: #ffffff;
  display: block;
  line-height: 24px;
  overflow: hidden;
}

.cat-slide-item .cat-list ul li a span{
  display: block;
  overflow: hidden;
  max-width: 86%;
  white-space: nowrap;
  word-break: break-all;
}
.cat-slide-item .cat-list ul li a span:first-child{
  float: left;
}
.cat-slide-item .cat-list ul li a span:last-child{
  float: right;
}
/*-- View All Link --*/
.cat-slide-item .cat-list .view-all-cat{
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 14px;
}
.cat-slide-item .cat-list .view-all-cat i{
  display: block;
  float: right;
  line-height: 14px;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cat-slide-item .cat-list .view-all-cat:hover i{
  margin-left: 20px;
}

/*-- Owl Arrow --*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background-color: #f1f1f1;
  border: medium none;
  border-radius: 4px;
  color: #555555;
  display: block;
  height: 40px;
  text-align: center;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 99;
}
.owl-carousel .owl-nav button.owl-prev{
  left: 15px;
}
.owl-carousel .owl-nav button.owl-next{
  right: 15px;
}
.our-offer-slider.owl-carousel .owl-nav button.owl-prev,
.recently-added-slider.owl-carousel .owl-nav button.owl-prev{
  left: 0;
}
.our-offer-slider.owl-carousel .owl-nav button.owl-next,
.recently-added-slider.owl-carousel .owl-nav button.owl-next{
  right: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
  background-color: #4285f4;
  color: #ffffff;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i{
  display: block;
  font-size: 22px;
  line-height: 40px;
}
.sin-busi-post .offer-item {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 15px;
  margin: 0 1px;
}
/*.our-offer-area{
  padding-top: 80px;
}*/
.wall-post .offer-item .image {
  overflow: hidden;
  max-height: 270px;
}
.wall-post .offer-item .image .offer-label{
  background-color: #303e48;
  border-radius: 0 50px 50px 0;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 37px;
  left: 15px;
  line-height: 37px;
  padding: 0 21px 0 14px;
  position: absolute;
  top: 33px;
}
.sin-offer-item .content .head .logo img{
  height: auto;
  max-height: 100px;
  max-width: 200px;
  width: auto;
}
.wall-post .offer-item .content .head .text h3{
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}
.wall-post .offer-item .content .head .text h4{
  font-size: 14px;
  margin: 0;
}
.wall-post .offer-item .content > p{
  color: #606060;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.wall-post .offer-item .image {width: 100%;}
.wall-post .offer-item .content {border-bottom: 0 !important;}
.wall-post .offer-item .content .head,
.wall-post .offer-item .content,
.wall-post .offer-item .view-offer {float: none;}
.wall-post .offer-item .content {display: grid;}
/*----------------------------------------*/
/*  6. Popular Location Area
/*----------------------------------------*/

/*-- Location Slide Item --*/
.location-slide-item{
  background-color: #fcfcfc;
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.1);
  margin: 12px 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.location-slide-item:hover{
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.3);
}
/*-- Image --*/
.location-image{
  position: relative;
}
.location-image::before{
  background-color: #111111;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.location-image img{
  margin: 0 auto;
  height: 230px;
  max-width: initial;
  width: auto;
}
.location-slide-item:hover .location-image::before{
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
}
.location-image a{
  border-radius: 50%;
  color: #ffffff;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: scale(3);
  transform: scale(3);
  width: 50px;
}
.location-slide-item:hover .location-image a{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 10;
}
.location-slide-item .location-image a::before{
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  width: 100%;
  z-index: -1;
}
.location-slide-item a:hover::before{
  opacity: 0.5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.location-image a i{
  border-radius: 50%;
  font-size: 20px;
  line-height: 52px;
  display: block;
  height: 50px;
}
/*-- Content --*/
.location-slide-item .content{
  padding: 20px 30px;
}
.location-slide-item .content .title{
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}
.location-slide-item .content .title a{
  display: block;
}
.location-slide-item .content .total-location{
  line-height: 18px;
  font-size: 12px;
}
/*----------------------------------------*/
/* Offers Area
/*----------------------------------------*/
.sin-offer-item .image .offer-label{
  background-color: #303e48;
  border-radius: 0 50px 50px 0;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 37px;
  left: 15px;
  line-height: 37px;
  padding: 0 21px 0 14px;
  position: absolute;
  top: 33px;
}
.sin-offer-item .content .head{
  margin-bottom: 30px;
}
.sin-offer-item .content .head .logo img{
  height: auto;
  max-height: 100px;
  max-width: 200px;
  width: auto;
}
.sin-offer-item .content .head .text h3{
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}
.sin-offer-item .content .head .text h4{
  color: #fa6e37;
  font-size: 14px;
  margin: 0;
}
.sin-offer-item .content > p{
  color: #606060;
  margin-bottom: 20px;
}
/*----------------------------------------*/
/*  . Sliders Responsive Containers
/*----------------------------------------*/
.category-search-area-sml .section-title-search .wyz-search-form,
.location-search-area-sml .section-title-search .wyz-search-form,
.recently-added-area-sml .section-title-search .wyz-search-form,
.featured-area-sml .section-title-search .wyz-search-form{
  clear: both;
  margin-top: 10px;
}
.category-search-area-sml .section-title-search .wyz-search-form input,
.location-search-area-sml .section-title-search .wyz-search-form input,
.recently-added-area-sml .section-title-search .wyz-search-form input,
.featured-area-sml .section-title-search .wyz-search-form input{
  width: 180px;
}
/*offers slider responsive area*/
.our-offer-area-sml
.our-offer-area-sml .our-offer,
.our-offer-area-med .our-offer{
  margin-bottom: 60px;
}
.our-offer-area-sml .sin-offer-item .content,
.our-offer-area-med .sin-offer-item .content{
  margin-top: 30px;
}
.our-offer-area-sml .sin-offer-item .content .head .logo,
.our-offer-area-med .sin-offer-item .content .head .logo{
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
}
.our-offer-area-sml .sin-offer-item .content .head .logo img,
.our-offer-area-med .sin-offer-item .content .head .logo img{
  width: auto;
}
.our-offer-area-sml .sin-offer-item>.image,
.our-offer-area-sml .col-mn-7,
.our-offer-area-med .sin-offer-item>.image,
.our-offer-area-sml .col-md-7{
  width: 100%;
}
.our-offer-area-lrg .our-offer{
  margin-bottom: 60px;
}
.our-offer-area-sml .sin-offer-item .image img,
.our-offer-area-med .sin-offer-item .image img,
.our-offer-area-lrg .sin-offer-item .image img{
  width: 100%;
}
.location-search-area-sml .location-search,
.location-search-area-med .location-search{
  padding: 21px 20px 20px 20px;
  margin: 0 20px;
}
.location-search-area-lrg .location-search .input-keyword,
.location-search-area-lrg .location-search .input-location,
.location-search-area-lrg .location-search .input-range{
  width: 170px;
  margin-right: 15px;
}
.location-search-area-lrg .sin-offer-item .content{
  margin-top: 30px;
}
/*rec-added slider responsive area*/
.recently-added-area-sml .section-title,
.featured-area-sml .section-title{
  margin-bottom: 100px !important;
}
.recently-added-area-sml .section-title h1,
.featured-area-sml .section-title h1{
  max-width: 100%;
}
/*----------------------------------------*/
/*  7. Recently Added Area
/*----------------------------------------*/
.sin-added-item .image img{
  width: auto;
}
.sin-added-item .text .ratting{
  display: block;
  float: left;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 19px;
  width: 100%;
}
.sin-added-item .text .ratting i{
  color: #eda23d;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 24px;
  margin-right: 3px;
}
.sin-added-item .text h2{
  display: block;
  float: left;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
  width: 100%;
}
.sin-added-item .text h2 a{
  color: #252525;
  display: block;
  word-wrap: break-word;
}
.sin-added-item .text p{
  color: #575757;
}
.sin-added-item .text > a{
  font-family: 'Montserrat';
}
.sin-added-item .text > a:hover{
  color: #68819b;
}
.sin-added-item .logo-cont{
  height: 200px;
  position: relative;
  width: 100%;
}
.sin-added-item .logo-cont .dummy{
  padding-top: 100%;
}
.sin-added-item .logo-cont .img-container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align:center;
  font: 0/0 a;
}
.sin-added-item .logo-cont .centerer{
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.sin-added-item .img-container img{
  vertical-align: middle;
  display: inline-block !important;
  max-height: 80%;
  max-width: 60%;
}
.sin-added-item-featured{
  padding-top: 5px;
}
.sin-added-item-featured .sticky-notice.featured-banner{
  top: 0 !important;
}
/*----------------------------------------*/
/*  7. How it work Area
/*----------------------------------------*/
.row-30{
  margin-left: -30px;
  margin-right: -30px;
}
button.fav-bus,
button.fav-bus-no-login{
  background-color: transparent;
  border: none;

}
.fav-image-2 {
    bottom: 10px;
    position: absolute;
    display: block;
    right: 20px;
}
.fav-image-2 .bus-fav-cont {
    font-size: 30px;
    color: white;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
/*-- Single Progress --*/
.single-progress{
  background: rgba(0, 0, 0, 0) url("img/how-work-shape.png") no-repeat scroll 0 0;
  background-size: contain;
  padding: 44px 20px 43px 73px;
}
.single-progress .head{
  margin-bottom: 20px;
}
.single-progress .head i{
  border: 2px solid #f1f1f1;
  color: #999999;
  display: block;
  float: left;
  font-size: 25px;
  height: 50px;
  line-height: 48px;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}
.single-progress .head h4{
  font-size: 18px;
  font-weight: 500;
  margin: 34px 0 0;
  overflow: hidden;
}

/*----------------------------------------*/
/*  8. CTA Area
/*----------------------------------------*/
.cta-area{
  background-image: url(img/bg/cta.jpg);
  background-position: center center;
  background-size: cover;
}

/*-- CTA Wrapper --*/
.cta-wrapper h1{
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.cta-wrapper h4{
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 38px;
}
.cta-wrapper a{
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #444444;
  display: inline-block;
  font-size: 18px;
  height: 56px;
  line-height: 22px;
  margin: 0 14px;
  min-width: 197px;
  padding: 15px 30px;
}
.cta-wrapper a.border{
  background-color: transparent;
  color: #fafafa;
}
.cta-wrapper a:hover{
  background-color: #4285f4;
  border-color: #4285f4;
  color: #ffffff;
}

/*----------------------------------------*/
/*  9. Featured Places Area
/*----------------------------------------*/
/*-- Single Featured Place --*/
.single-place{
  position: relative;
}
/*-- Image --*/
.single-place .image{
  position: relative;
}
.single-place .image::before{

  background: rgba(0,0,0,0.15);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0,0,0,0.15)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 50%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.15)', endColorstr='#000000', GradientType=0 );
  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.single-place .image img{
  width: 100%;
}
/*-- Content --*/
.single-place .content{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13px 20px;
}
.single-place .content p{
  font-size: 16px;
  color: #eeeeee;
  margin-bottom: 0;
}

.single-place .content p.location{
  float: left;
}
.single-place .content p.location i{
  font-size: 20px;
  color: #cccccc;
  float: left;
  margin-right: 9px;
  line-height: 24px;
}

.single-place .content p.rating{
  float: right;
}
/*-- Link --*/
.single-place .link{
  border-radius: 50%;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: scale(3);
  transform: scale(3);
  width: 40px;
  z-index: 99;
}
.single-place .link::before{
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  width: 100%;
  z-index: -1;
}
.single-place .link i{
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 42px;
  height: 40px;
}
.single-place:hover .link{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single-place .link:hover::before{
  opacity: 0.5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bus-custom-field,
.bus-custom-multi-check{
  padding-left: 20px;
  margin-bottom: 20px;
}
.bus-custom-field ul {
  list-style: disc;
}
.esg-top .sticky-notice>span{margin-bottom: 0;}
.esg-top .featured-banner{
    position: absolute;
    width: 100%;
    top: 15px;
    border-color: #4285f4;
    border-style: solid;
    border-right: 0;
    border-left: 0;
    line-height: 20px;
    background-color: #4285f46b;
    padding: 5px 0;
}
/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
/*-- Blog Item --*/
.blog-item{
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.1);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-item:hover{
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.3);
}
/*-- Image --*/
.blog-item .image{
  display: block;
}
.blog-item .image img{
  width: 100%;
}
/*-- Content --*/
.blog-item .content{
  padding: 12px 30px 20px;
}
.blog-item .content .tags{
  margin-bottom: 10px;
}
.blog-item .content .tags a{
  display: inline-block;
  color: #4285f4;
  font-size: 12px;
}
.blog-item .content .tags a:hover{
  text-decoration: underline;
}
.blog-item .content .title{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.blog-item .content .title a:hover{
  color: #4285f4;
}
.blog-item .content p{
  line-height: 23px;
  margin-bottom: 16px;
}
.blog-item .content .read-more{
  display: inline-block;
  line-height: 23px;
  color: #666666;
}
.blog-item .content .read-more:hover{
  color: #4285f4;
  font-weight: 500;
}

/*-- Blog Page --*/

/*-- Blog Item Wide --*/
.blog-item-wide{
  margin-bottom: 45px;
}
/*.blog-item-wide:last-child{
  margin-bottom: 0;
}*/
.blog-item-wide .image{
  margin-bottom: 22px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-item-wide:hover .image{
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.3);
}
.blog-item-wide .image a{
  display: block;
}
.blog-item-wide .image a img{
  width: 100%;
}
.blog-item-wide .image .badge{
  background-color: #4285f4;
  border-radius: 0;
  color: #ffffff;
  height: 60px;
  padding: 0;
  position: absolute;
  right: 30px;
  text-align: center;
  top: -11px;
  width: 60px;
}
.blog-item-wide .image .badge::before{
  border-bottom: 10px solid transparent;
  border-left: 30px solid #4285f4;
  border-right: 30px solid #4285f4;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
}
.blog-item-wide .image .badge::after{
  border-left: 7px solid #2453a0;
  border-top: 11px solid transparent;
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
}
.blog-item-wide .image .badge i{
  display: block;
  font-size: 34px;
  line-height: 60px;
}
.blog-item-wide .image .badge i.pin{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-item-wide .content .head{
  margin-bottom: 20px;
}
.blog-item-wide .content .head .meta{
  min-width: 170px;
  padding-right: 5px;
}
.blog-item-wide .content .head .meta .date{
  color: #444444;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 5px;
}
.blog-item-wide .content .head .meta .date span{
  display: block;
  font-size: 14px;
  line-height: 14px;
}
.blog-item-wide .content .head .meta .author{
  line-height: 16px;
}
.blog-item-wide .content .head .meta a,
.blog-item-wide .content .blog-meta-data .blog-meta .fa,
.blog-item-wide .content .blog-meta-data .blog-meta a{
  color: #666;
}
.blog-item-wide .content .head .meta a:hover,
.blog-item-wide .content .blog-meta-data .blog-meta:hover>.fa,
.blog-item-wide .content .blog-meta-data .blog-meta a:hover{
  color: #4285f4;
}
.blog-item-wide .content .blog-meta-data .blog-meta{
  display: table;
  float: left;
  margin-right: 23px;
}
.blog-item-wide .content .blog-meta-data .blog-meta .fa{
  font-size: 15px;
  margin-right: 6px;
}
.blog-item-wide .content .blog-meta .comment a{
  padding-left: 23px;
}
.blog-item-wide .content .blog-meta span a{
  color: #a2a2a2;
  display: inline-block;
  font-size: 12px;
}
.blog-item-wide .content .head .title{
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
  overflow: hidden;
}
.blog-item-wide .content .head .title a{
  display: block;
}
.blog-item-wide .content .head .title a:hover{
  color: #4285f4;
}

.blog-item-wide .content p{
  margin-bottom: 20px;
}
.blog-item-wide .content blockquote{
  background-color: #f6f6f6;
  border: medium none;
  margin: 0 70px 20px;
  padding: 30px 35px;
}
.blog-item-wide .content blockquote p{
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-item-wide .content .read-more{
  display: block;
  /*float: left;*/
  font-size: 13px;
  line-height: 24px;
  color: #4285f4;
  text-transform: capitalize;
}
.blog-item-wide .content .read-more::after{
  content: ">";
  font-size: 13px;
  line-height: 24px;
  margin-left: 5px;
}

.blog-item-wide .content .footer .tags{
  float: right;
  padding-right: 10px;
}
.blog-item-wide .content .footer .tags a{
  font-size: 13px;
  color: #999999;
  margin-left: 3px;
}
.blog-item-wide .content .footer .tags a:first-child{
  margin-left: 0;
}
.blog-item-wide .content .footer .tags a:hover{
  color: #4285f4;
}
.blog-item-wide .blog-meta-data .blog-meta{
  margin-right: 10px;
}
/*-- Single Post Share --*/
.single-post-share a{
  border-radius: 4px;
  color: #ffffff;
  display: block;
  float: left;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 170px;
}
.single-post-share a:last-child{
  margin-right: 0;
}
.single-post-share a i{
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  display: block;
  float: left;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.single-post-share a span{
  display: block;
  line-height: 50px;
  overflow: hidden;
  text-transform: capitalize;
  width: 120px;
}

.single-post-share a.facebook{
  background-color: #4285f4;
}
.single-post-share a.google-plus{
  background-color: #ea4335;
}
.single-post-share a.twitter{
  background-color: #1da1f2;
}
.single-post-share a.pinterest{
  background-color: #bd081c;
}

/*-- Comment Wrapper --*/
.comment-wrapper{
  margin-top: 25px;
}
.comment-wrapper h3{
  color: #666666;
  display: block;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 45px;
}
/*----------------------------------------*/
/*  10.1 Blog Image
/*----------------------------------------*/
.single-bus-post-image img{
  width: 100%;
}
.single-wyz_business_post .blog-item-wide .blog-image {
  max-height: 170px;
  display: block;
  min-height: 100px;
  overflow: hidden;
}
.single-wyz_business_post .video-post video {
  width:100%;
  max-height: 500px;
}

/*----------------------------------------*/
/*  11. Subscribe Area
/*----------------------------------------*/
.subscribe-area{
  background-color: #eeeeee;
}

/*-- Subscribe Wrapper --*/
.subscribe-wrapper{
  z-index: 9;
}
.subscribe-wrapper::before{
  background-image: url("img/email-shape.png");
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  width: 250px;
  z-index: -1;
}
.subscribe-wrapper h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  float: left;
  margin-top: 16px;
  margin-bottom: 0;
}

/*-- Subscribe Form --*/
.subscribe-wrapper .subscribe-form{
  background-color: #ffffff;
  border-radius: 50px;
  float: right;
  position: relative;
}
.subscribe-wrapper .subscribe-form form{
  width: 470px;
}
.subscribe-wrapper .subscribe-form form input{
  border: medium none;
  border-radius: 50px;
  color: #aaaaaa;
  height: 50px;
  padding: 13px 30px;
  width: 100%;
}
.subscribe-wrapper .subscribe-form form button{
  background-color: #4285f4;
  border: medium none;
  border-radius: 50px;
  color: #ffffff;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 60px;
}
.subscribe-wrapper .subscribe-form form button i{
  display: block;
  font-size: 20px;
  line-height: 40px;
}
/**
 *  Business Claim Form
 */
 .wyz-claim-page .section.pb-90.pt-90{padding-top: 0 !important;}
 .claim_header {
  border-radius: 6px 6px 0 0;
  box-shadow: 0 14px 25px rgba(0,0,0,.12);
  padding: 20px;
  height: 70px;
  position: relative;
 }
 .vc_empty_space_inner_span_claim{
  font-size: 18px;
    padding-left: 32px;
    color: #ffffff;
 }
 .wyz_claim_form_main {
    width: 100%;
    padding: 40px 40px 0 35px;;
}
.wyz_claim_form_form {
    border-radius: 5px;
    padding-bottom: 80px;
    box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);
}

.wcmp_regi_main label,
.wyz_claim_form_main label,
.wcmp_regi_main .reg_header2,
.wyz_claim_form_main h3,
.wyz_claim_form_main .claim-section-box label,
.wcmp_regi_main .wcmp_regi_form_box label {
    color: #303030;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-align: left;
    width: 200px;
    text-transform: capitalize;
}
.wyz_claim_cont input,
.wyz_claim_cont textarea {
    height: 36px;
    border-radius: 3px;
    border: 1px solid #e2ebf1;
    padding: 0px 10px;
    color: #6f6f6f;
}
.wyz_claim_cont textarea {
  height: 80px;
  max-width: 100%;
}
.wyz_claim_form_main .claim-section-box {
    border: none;
}
.wyz_claim_form_main .claim-section-box p {
  display: inline-block;
  width: calc(100% - 210px);
  margin-left: 200px;
}
.wyz_claim_form_main .claim-section-box p:first-of-type {
  margin-left: 0;
}
.wyz_claim_form_main .wyz_claim_cont input[type="checkbox"] + label {
  float: left;
}
.wyz_claim_form_main .wyz_claim_cont input[type="file"] {
  border:0;
}
.wyz_claim_form_form input[type="submit"] {
  margin-left: 40px;
}
.clami_img {
  width: 33%;
  float: right;
  margin-right: 20px;
}

/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
/*-- Footer Top --*/
.footer-top{
  background-color: #f9f9f9;
}
/*-- Footer Bottom --*/
.footer-bottom{
  background-color: #282828;
}
.sin-footer .widget li{
  color: #fff;
}
.footer-bottom .col-xs-12{
  min-height: 0 !important;
}

.footer-bottom .header-search {
  display: none;
  margin: 0;
  width: 100%;
}
.footer-bottom .header-search.footer-menu-trigger-class {
  display: block;
  position: absolute;
  bottom: 51px;
}
.footer-bottom .header-search .header-search-form {
  border-radius: 0;
}
.footer-bottom .header-search input {
  margin-bottom: 10px;
  margin-right: -40px;
  width: 100%;
  border: 1px solid #282828;
}
#menu-foot {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  float: none;
  position: relative;
}
.footer-menu>div{
  text-align: center;
}
#footer-menu-trigger {
  position: relative;
  margin: 0;
  width: 50px;
}
#footer-menu-trigger-cont {
  position: absolute;
  top: 0;
  right: -36px;
}
#menu-foot .footer-menu-more {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 4px;
  display: none;
  position: absolute;
  text-align: left;
  right: 0;
  bottom: 25px;
  z-index: 9999999999;
}
#menu-foot .footer-menu-more>li {
 margin-bottom: 10px;
}
#menu-foot .footer-menu-more>li a {
  color: #606060;;
}
#menu-foot .footer-menu-more.footer-menu-trigger-class{
  display: grid;
}
.header-search form{
  background-color: #fff;
  border-radius: 50px;
}
.header-search input{
  background-color: transparent;
  border: medium none;
  color: #131313;
  font-size: 14px;
  display: block;
  float: left;
  font-size: 12px;
  height: 29px;
  padding: 0 18px;
  width: 100%;
  margin-right: -40px;
}
.header-search button{
  background-color: transparent;
  border: medium none;
  color: #131313;
  height: 29px;
  padding: 0 15px 0 10px;
}
.header-search button i{
  line-height: 29px;
}
#copyrights{
  background-color: #282828;
}
#copyrights .copyrights{
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
}
#copyrights .footer-bottom-content{
  border-top: 1px solid #374753;
}
.header-social-container a{
  border: 1px solid #374553;
  display: block;
  float: right;
  text-align: center;
  width: 40px;
}
.header-social-container a:last-child{
  border-left: 1px solid #374553;
}
.header-social-container a i{
  line-height: 50px;
}
.header-social-container a:hover{
  color: #ffffff;
}
.header-social-container a.facebook:hover{
  background-color: #3e57c2;
}
.header-social-container a.twitter:hover{
  background-color: #00ACED;
}
.header-social-container a.dribbble:hover{
  background-color: #EA4C89;
}
.header-social-container a.vimeo:hover{
  background-color: #00B3EC;
}
.header-social-container a.google-plus:hover{
  background-color: #EA4335;
}
.header-social-container a.pinterest-p:hover{
  background-color: #C92327;
}
.header-social-container a.instagram:hover{
  background-color: #375989;
}
.header-social-container a.youtube-play:hover{
  background-color: #c3181e;
}
.header-social-container a.flickr:hover{
  background-color: #0d65d3;
}
.header-social-container a.linkedin:hover{
  background-color: #0077b5;
}
/* Footer Menu */
.footer-menu{
  background-color: #282828;
  padding: 18px 0;
}
.footer-menu ul{
  margin: 0;
}
.footer-menu ul li{
  display: inline-block;
  margin: 0 22px;
}
.footer-menu ul li a{
  color: #fff;
  display: block;
}
.footer-menu ul.sub-menu{
  display: none;
}

/*****************************
   User Account Area*/
#pts-info-cont{
  position: absolute;
  right: 0;
  top: 0;
}
#pts-info-cont>h2{
  font-size: 13px;
  margin: 0;
}
#pts-info-cont .buy-transfer-points{
  display: inline-block;
  margin-top: 3px;
  width: 100%;
}
#pts-info-cont a{
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.business-profile-tab-list{
  position: relative;
}
.page-banner-area.section .container .row .business-profile-tab-list{
  position: absolute;
  width: 120px;
  float: right;
  right: 90px;
}
#shop-settings{
  bottom: 0;
  right: 0;
  position: absolute;
  top: 61px;
}

#inbox .XD__reply-box img.avatar{
  width:28px;
  height:28px;
}
/**
 *  My business content
 */
.business-buttons{
  margin-bottom: 45px;
}
.business-buttons .busi-btn,
.btn-square,
#my-business .wyz-button.blue{
  background-color: #4285f4;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
}
.business-buttons .busi-btn,
#my-business .wyz-button.blue{
  border-radius: 50px;
  height: 40px;
  line-height: 26px;
  padding: 7px 30px;
}
.btn-square {
  border-radius: 0;
  padding: 2px 12px;
}
.btn-square:hover,
#my-business .wyz-button.blue:hover{
  background-color: transparent;
  color: #fff;
}

#user-comp-cont{
  clear: both;
  padding-top: 30px;
}
#user-comp-cont #delete-user,
#user-comp-cont #export-user {
  background: transparent;
  border: 0;
}
#user-comp-cont #export-user {
  padding-right: 10px;
}
#user-comp-cont #delete-user{color: red;}
/*************
  business-offer list
*****************/
.sin-pub-offer{
  display: block;
  margin-bottom: 27px;
  overflow: hidden;
}
.sin-pub-offer .logo{
  display: block;
  float: left;
  margin: 7px 17px 0 0;
  width: 46px;
}
.sin-pub-offer .title{
  display: block;
  float: left;
  margin-right: 21px;
  width: 408px;
}
.sin-pub-offer .title h4{
  border: 1px solid #ebebeb;
  color: #606060;
  display: block;
  font-family: open sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 4px 0;
  padding: 6px 20px;
}
.sin-pub-offer .buttons{
  display: block;
  float: left;
  margin: 10px 0;
}
.sin-pub-offer .buttons .btn{
  background: #68819b none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 11px;
  padding: 0 10px;
  text-transform: uppercase;
}
.business-direction {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  position: relative;

}
.business-direction:hover {
  background: #ebebeb;
}
.business-direction a {
  color: #160000 !important;
  font-size: 12px;  
  padding: 2px;
  font-weight: bold;
}
/*progressbar*/
#business-progressbar{
  counter-reset: step;
}
#business-progressbar li{
  display: block;
  float: left;
  text-align: center;
  width: 25%;
}
#business-progressbar li:before{
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  color: #666;
  background-color: #f6f6f6;
  border-radius: 40px;
  margin: 0 auto 10px auto;
}
#business-progressbar li:hover,
#business-progressbar li:hover:before{
  color: #4285f4;
}
#business-progressbar li:first-child:after{
  content: none; 
}
#business-progressbar li.active:before,  #business-progressbar li.active:after{
  color: #ffffff;
}

.business-details-form{
  margin-top: 50px;
}
.business-details-form .b-name{
  margin-bottom: 32px;
}
.cmb-row{
  margin-bottom: 32px !important;
}
.cmb-row .cmb-th label,
.post-password-form label,
.cmb2-wrap .cmb-row.cmb-repeat .cmb2-metabox-description{
  color: #606060;
  display: block;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 17px;
}
.cmb-row .cmb-th .req {
  color: #ff000c;
  font-size: 20px;
}
.cmb2-metabox-description{
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.open-close-days .cmb-group-description{
  float: left;
  width: 200px;
}
#cmb2-metabox-wyz_frontend_businesses .cmb-attach-list {
  clear: left;
}
.post-password-form label{
  display: inline-block;
}
.cmb-td h5.section-label {
  font-size: 20px;
  padding-left: 200px;
}
.cmb-row .cmb-th,
.cmb-group-description,
.cmb-row .cmb-td{
  padding: 0;
}
.cmb-repeatable-group:last-of-type,
.cmb-row:last-of-type,
.cmb2-wrap .cmb-row:last-of-type{min-height: 50px;}
.open-close-days .cmb-repeat-group-wrap{
  padding-left: 200px;
  position: relative;
}
.open-close-days .cmb-group-description{
  border-bottom: 0 !important;
  left: 0;
  margin: 0 !important;
  position: absolute;
  top: 0;
}
.open-close-days .cmb-repeatable-grouping{
  border: none !important;
  float: left;
  margin-bottom: 0 !important;
  padding-left: 0!important;
  width: 100%;
}
.open-close-days .cmb-type-group .cmb-row .cmbhandle,
.open-close-days .cmb-repeatable-group.repeatable .cmb-group-title,
.open-close-days .cmb-repeatable-grouping .dashicons-before{
  display: none;
}
.open-close-days .cmb-type-group .cmb-type-text-time:not(:last-of-type){
  border-bottom: 0 !important;
  float: left;
  margin-bottom: 0 !important;
  padding: 0;
}
.open-close-days .cmb-type-group .cmb-remove-field-row{
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.open-close-days .cmb-type-group .cmb-type-text-time:not(:last-of-type):first-child{
  margin-right: 30px;
}
.open-close-days .cmb-remove-field-row{
  float: left;
  padding-top: 0!important;
}
.open-close-days .cmb-remove-field-row button.cmb-remove-group-row{
  margin-top: 0 !important;
}
.open-close-days .open_all_day-info, .open-close-days .closed_all_day-info {
  display: none;
  width: 350px;
  position: absolute;
}
.open-close-days .open_close_status {
  display: none;
  position: absolute;
  right: 250px;
  top: 0;
  transition: none;
}
.open-close-days .open_close_status input {
  transition: none;
}
.open-close-days .cmb-repeat-group-wrap:hover .open_close_status {
  display: inline-block;
}
.cmb-row .cmb-td>input[type="text"],
.cmb-row .cmb-td>input[type="number"],
.cmb-row .cmb-td>input[type="email"],
.wyz-select,
.post-password-form input[type="password"],
#wyz-no-content-search #s{
  border: 1px solid #ececec;
  height: 37px;
  max-width: 100%;
  padding: 5px 15px;
  width: 285px;
}
.cmb-row .cmb-td input.cmb2-upload-button,
.cmb-add-group-row.button-secondary,
.cmb-remove-group-row.cmb-remove-group-row-button,
.wp-picker-clear,
.cmb2-wrap .insert-media.add_media,
/*.open-close-days .cmb-remove-field-row button.cmb-remove-group-row,*/
/*.open-close-days .cmb-row .cmb-add-row button.cmb-add-group-row,*/
#wyz-no-content-search #searchsubmit{
  background: #4285f4 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  float: left;
  font-weight: 400;
  height: 36px;
  padding: 6px 15px;
  text-transform: uppercase;
  width: auto;
}
.cmb-file-field-image {
  max-width: 100% !important;
}
#wyz-no-content-search #searchsubmit{
  display: initial;
  float: none;
}
#wyz-no-content-search>.wyz-button{
  display: none;
}
#wyz-no-content-search{
  margin-top: 60px;
}
.cmb-row .cmb-td input.cmb2-upload-button:hover,
.wp-picker-clear:hover,
.cmb2-wrap .insert-media.add_media:hover,
.open-close-days .cmb-remove-field-row button.cmb-remove-group-row:hover,
.open-close-days .cmb-row .cmb-add-row button.cmb-add-group-row:hover{
  background-color: #68819b;
  color: #fff;
}
.cmb-row .cmb-td textarea{
  border: 1px solid #ececec;
  height: 275px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
}
.open-close-days .open-days,
.open-close-days .close-days{
  display: inline-block;
}
.open-close-days .open-days{
  margin-left: 200px;
}
.open-close-days .close-days{
  margin-left: 34px;
}
.open-close-days .cmb-th label{
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.open-close-days .close-days .cmb-th{
  display: none;
}
/*.open-close-days .cmb-td>input{
  width: 125px !important;
}*/
.open-close-days .open-close-title{
  float: right;
  font-weight: 400;
  text-align: center;
  width: 125px;
}
.cmb2-id-wyz-business-open{
  text-align: right;
}
.cmb-td .selectize-control{
  width: 285px;
}
#wyz_business_logo_id-status .img-status>img{
  width: 100%;
}
/* discount slider */
.cmb-td .ui-corner-all{
  background: #d4dee5;
  border: none;
  height: 8px;
  width: 285px;
}
.own-slider-field .cmb-td .ui-slider .ui-slider-handle{
  border: none;
  border-radius: 30px;
  height: 16px;
  top: -4px;
  transition: none !important;
  -webkit-transition: none !important;
  width: 16px;
}

/*----------------------------------------*/
/*  14. Sidebar Widget Area
/*----------------------------------------*/


/*-- Post Widget --*/
.single-widget-post{
  margin-bottom: 20px;
}
.single-widget-post:last-child{
  margin-bottom: 0;
}
.single-widget-post .image{
  display: block;
  margin-right: 20px;
  width: 100px;
}
.single-widget-post .image img{
  width: 100%;
}
.single-widget-post .content h5{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: -5px;
}
.single-widget-post .content h5 a:hover{
  color: #4285f4;
}
.single-widget-post .content span{
  color: #999999;
  display: block;
  font-size: 12px;
  line-height: 19px;
  margin: 0;
}
.single-widget-post .content .author a:hover{
  color: #4285f4;
}
.sticky-notice>span{
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
/*-- Contact Info Widget --*/
.contact-info-widget .single-info{
  margin-bottom: 11px;
}
.contact-info-widget .single-info:last-child{
  margin-bottom: 0;
}
.contact-info-widget .single-info h5{
  color: #666666;
  float: left;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
  width: 80px;
}
.contact-info-widget .single-info p{
  overflow: hidden;
}
.contact-info-widget .single-info p span{
  display: block;
  float: left;
  margin-right: 15px;
}
.contact-info-widget .single-info p span:last-child{
  margin-right: 0;
}

/*-- Rating Widget --*/
.rating-widget .head{
  margin-bottom: 15px;
}
.rating-widget .single-rating{
  margin-bottom: 25px;
}
.rating-widget .single-rating:last-child{
  margin-bottom: 0;
}
.rating-widget .single-rating .head{
  margin-bottom: 6px;
}
.rating-widget .head p{
  float: left;
  font-size: 16px;
  line-height: 15px;
  margin-bottom: 0;
  min-width: 155px;
  margin-right: 5px;
  font-weight: 500;
}
.rating-widget .head .rating span{
  display: inline-block;
}
.rating-widget .head .rating{
  display: inline-block;
  vertical-align: middle;
}
.rating-widget .head .rates-count{
  float: right;
  line-height: 18px;
  margin-right: 8px;
}
.rating-widget .single-rating .head .rating{
  overflow: hidden;
}
.rating-widget .single-rating .rate-stars-cat {
  clear: both;
  float: left;
  margin-top: 10px;
}
.rating-widget .single-rating .rate-stars-cat p {
  display: inline-block;
  padding-right: 5px;
}
.rating-widget .single-rating .head .rate-stars-cat p {
  float: initial;
}
.rating-widget .rating i{
  display: block;
  float: left;
  font-size: 13px;
  line-height: 17px;
  margin-right: 5px;
}
.all-ratings-widget .rating {
  float: right;
}
/*-- Opening Time Widget --*/
.open-time-widget ul>div{
  margin-bottom: 10px;
}
.open-time-widget ul li{
  line-height: 18px;
  margin-bottom: 10px;
}
.open-time-widget ul li:last-child{
  margin-bottom: 0;
}
.open-time-widget ul li h5.day{
  float: left;
  font-size: 16px;
  min-width: 30px;
}
.open-time-widget ul li .dates {
  float: right;
}
.open-time-widget .oad-time {
  color: #00b66f;
}
.open-time-widget .cad-time {
  color: #c50000;
}
.open-time-widget ul li .date{
  display: block;
  transition: none;
  text-align: right;
}
/*.open-time-widget ul li .closed::after{
  content: '|';
  margin: 0 5px;
}
.open-time-widget ul li .closed:last-child::after{
  content: '';
}*/
/*-- Banner Widget --*/
.banner-widget{
  margin: -30px;
  display: block;
}
.banner-widget img{
  width: 100%;
}
/*-- Tags Widget --*/
.tag-widget a{
  background-color: #fff;
  display: block;
  float: left;
  font-size: 14px !important;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 3px 15px;
}
.tag-widget a:hover{
  color: #ffffff;
}


/*-- Social Widget --*/
.social-widget a{
  background-color: #f9f9f9;
  color: #666666;
  display: block;
  float: left;
  height: 50px;
  margin-right: 20px;
  text-align: center;
  transition: none;
  width: 50px;
}
.social-widget a:last-child{
  margin-right: 0;
}
.social-widget a:hover{
  color: #ffffff;
}
.social-widget a i{
  display: block;
  font-size: 20px;
  line-height: 50px;
}

/*----------------------------------------*/
/*  15. Page Map Area
/*----------------------------------------*/
.page-map-area [class*="col"]{
  padding: 0;
}
#mapBodyContent h4,
#mapBodyContent a{
  color: #999999;
  font-size: 14px;
  line-height: 23px;
}
#mapBodyContent h4{
  margin-bottom: 0;
}
.gm-style-iw > div{
  transform: translateX(13px);
  padding-bottom: 10px;
  padding-top: 30px;
}
#mapBodyContent{
  text-align: center;
}
#mapBodyContent img{
  margin-bottom: 13px;
  max-height: 85px;
  max-width: 100%;
  width: auto;
}
#mapBodyContent a{
  display: inline-block;
  float: none;
  margin-top: 0px;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
}
#mapBodyContent a:hover{
  color: #4285f4;
}
/*-- Page Map Right Content --*/
.page-map-right-content{
  background-color: #f6f6f6;
  overflow-y: auto;
}
.page-map-right-content .search-wrapper{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 20px 280px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#map-sidebar-loading{
  position: absolute;
  top: 45%;
  left: 47%;
}
.page-map-right-content .search-wrapper::before{
  background-color: #000000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  right: 0;
  top: 0;
  z-index: 2;
  position: absolute;
}
.page-map-right-content .close-button{
  height: 30px;
  width: 30px;
  float: right;
  position: relative;
  opacity: 0.4;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block;
  z-index: 3;
}
.page-map-right-content .close-button::before,
.page-map-right-content .close-button::after{
  transform: rotate(0deg);
  content: '';
  position: absolute;
  top: 56%;
  left: 82%;
  margin-top: -5px;
  margin-left: -25px;
  display: block;
  height: 5px;
  width: 30px;
  background-color: #fff;
  transition: all 0.25s ease-out;
}
.search-wrapper:hover>.close-button{
  opacity: 1;
}
.search-wrapper:hover>.close-button::after{
  transform: rotate(-135deg);
}
.search-wrapper:hover>.close-button::before{
  transform: rotate(-45deg);
}
.page-map-right-content .search-form{
  background-color: #ffffff;
  padding: 10px 0;
  position: relative;
  z-index: 3;
}
.page-map-right-content .search-form input{
  background-color: transparent;
  border: medium none;
  color: #999999;
  height: 40px;
  padding: 8px 60px 8px 25px;
  width: 100%;
}
.page-map-right-content .search-form .search-submit{
  background-color: transparent;
  border-color: #dddddd;
  border-width: 0 0 0 1px;
  color: #999999;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 60px;
}
.page-map-right-content .search-form .search-submit:hover{
  color: #4285f4;
}
.page-map-right-content .search-form .search-submit i{
  display: block;
  font-size: 20px;
  line-height: 40px;
}

.page-map-right-content .map-company-info{
  background-color: #f6f6f6;
  padding: 30px 25px;
}
.page-map-right-content .map-company-info .company-logo{
  display: block;
  margin-right: 25px;
}
.page-map-right-content .map-company-info .company-logo img{
  max-width: 120px;
  max-height: 120px;
}
.page-map-right-content .map-company-info .content h4{
  font-size: 18px;
}
.map-company-info .verified-icon {
  height: 23px;
  margin-right: 7px;
  width: 23px;
}
.page-map-right-content .map-company-info .content p{
  margin-bottom: 5px;
  font-style: 12px;
}
.page-map-right-content .map-company-info .content .rating span{
  display: block;
  float: left;
  line-height: 18px;
  margin-right: 10px;
}
.page-map-right-content .map-company-info .content .rating span i{
  display: block;
  float: left;
  line-height: 18px;
  margin-right: 5px;
}
.page-map-right-content .map-info-links .business-post-share-cont{
  border: 1px solid #f6f6f6;
}
.page-map-right-content .map-info-links .busi-post-share-btn{
  display: none;
}
.page-map-right-content .map-info-links li{
  border-right: 1px solid #f6f6f6;
  background-color: #fff;
  display: block;
  float: left;
  text-align: center;
  width: 25%;
}
.page-map-right-content .map-info-links li:last-child{
  border-right: none;
}
.page-map-right-content .map-info-links .three-way-width{
  width: 33%;
}
.page-map-right-content .map-info-links li a{
  color: #444444;
  display: block;
  height: 90px;
  overflow: hidden;
  padding: 20px 10px;
}
.page-map-right-content .map-info-links li a i{
  display: block;
  font-size: 20px;
  line-height: 18px;
  margin: 5px 0;
}
.page-map-right-content .map-info-links li a span{
  display: block;
  float: left;
  font-size: 14px;
  line-height: 12px;
  margin: 5px 0;
  width: 100%;
}
.page-map-right-content .map-info-gallery{
  background-color: #f6f6f6;
  padding: 31px 10px;
}
.page-map-right-content .map-info-gallery li{
  display: block;
  position: relative;
  float: left;
  margin: 0.4%;
  width: 24%;
}
.page-map-right-content .map-info-gallery li a{
  display: block;
}
.page-map-right-content .map-info-gallery li .gal-link{
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(100,100,100,0.6);
  color: #fff;
  font-size: 20px;
}
.page-map-right-content .map-info-gallery:hover li .gal-link{
  opacity: 1;
}
.page-map-right-content .map-info-gallery li a img{
  width: 100%;
}
.fade-loading{
  opacity: 0.6;
  pointer-events: none;
}

/*----------------------------------------*/
/*  16. Contact Area
/*----------------------------------------*/
#contact-map{
  height: 500px;
  width: 100%;
}
.contact-title h3{
  color: #666666;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  text-transform: capitalize;
}
/*-- Contact Form --*/
.contact-form form label{
  color: #444444;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.contact-form form input{
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 1px;
  float: left;
  height: 40px;
  margin-bottom: 30px;
  padding: 7px 0;
  width: 100%;
}
.contact-form form textarea{
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 1px;
  float: left;
  height: 120px;
  margin-bottom: 30px;
  padding: 7px 0;
  resize: none;
  width: 100%;
}
.contact-form form input[type="submit"]{
  background-color: #4285f4;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 8px 30px;
  text-transform: capitalize;
  width: auto;
}
.contact-form form input[type="submit"]:hover{
  background-color: #3276e7;
}
div.wpcf7-response-output {
  clear: both;
}

/*----------------------------------------*/
/*  17. Login Register Area
/*----------------------------------------*/
.login-reg-tab-list{
  background-color: #f6f6f6;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.login-reg-tab-list li{
  display: block;
  float: left;
}
.login-reg-tab-list li a{
  border-radius: 50px;
  display: block;
  font-size: 17px;
  font-weight: 500;
  height: 46px;
  line-height: 24px;
  padding: 11px 30px;
  text-align: center;
  text-transform: capitalize;
  width: 150px;
}
.login-reg-tab-list li.active a:hover , .login-reg-tab-list li.active a{
  background-color: #4285f4;
  color: #ffffff;
}
.login-reg-form .wyz-input{
  border-color: #ccc;
  color: #aaa;
}
.login-reg-form label,
.login-form label,
.profile-form label{
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
}
.login-reg-form input,
.login-form input,
.profile-form input{
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 1px;
  color: #aaaaaa;
  display: block;
  font-size: 12px;
  height: 32px;
  line-height: 24px;
  padding: 5px 0;
  width: 100%;
}

.login-reg-form input[type="checkbox"]{
  float: left;
  height: 0;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  width: 0;
}
.login-reg-form input[type="checkbox"] + label{
  display: inline-block;
  margin: 0;
  padding-left: 23px;
  position: relative;
}
.login-reg-form input[type="checkbox"] + label::before{
  content: "\f096";
  font-family: FontAwesome;
  left: 0;
  line-height: 16px;
  position: absolute;
}
.login-reg-form input[type="checkbox"]:checked + label::before{
  content: "\f046";
}

.login-reg-form a,
.login-form a,
.profile-form a{
  color: #4285f4;
  text-decoration: underline;
}
.profile-form .logout-btn {
  color: #757575;
  line-height: 28px;
  float: right;
  padding-right: 0;
}
#front-end-profile {
  float: left;
}
.profile-form .col-xs-12 center {
  display: inline-block;
}
.login-reg-form #forgot-pass,
.profile-form #buy-points{
  float: right;
}
.login-reg-form .social-login-cont{
  float: right;
  margin-top: 9px;
}
.login-reg-form .social-login-cont h5{
  float: left;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: capitalize;
}
.login-reg-form .social-login-cont a{
  border-radius: 50px;
  color: #fff;
  display: block;
  float: left;
  height: 28px;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
  width: 28px;
}
.login-reg-form .social-login-cont a:last-child{
  margin-right: 0;
}
.login-reg-form .social-login-cont a i{
  display: block;
  line-height: 28px;
}
.login-reg-form .social-login-cont a.facebook{
  background-color: #3b5998;
}
.login-reg-form .social-login-cont a.twitter{
  background-color: #1da1f2;
}
.login-reg-form .social-login-cont a.google{
  background-color: #d84734;
}
.business-tip {
  font-size: 10px;
  font-style: italic;
  color: #878787;
}
.business-tip .fa {
  padding-right: 3px;
}
/*----------------------------------------*/
/*  18. Profile Area
/*----------------------------------------*/
/*-- Profile Info --*/
.profile-info{
  background-color: #f5f5f5;
  padding: 35px 35px 15px;
  text-align: center;
}
.profile-info img{
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 250px;
  width: 100%;
}
.profile-info .img-change-level{
  margin-bottom: 10px;
}
.profile-info .img-change-level button{
  background-color: transparent;
  border: medium none;
  color: #4285f4;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin-right: 20px;
  text-decoration: underline;
  text-transform: capitalize;
  vertical-align: top;
}
.profile-info .img-change-level span{
  color: #444444;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  vertical-align: top;
}
.profile-info h3{
  color: #4285f4;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
}
.profile-info p{
  color: #444444;
  margin-bottom: 17px;
}
.profile-info .profile-social{
  padding-top: 17px;
  border-top: 1px solid #fff;
  margin: 0 -35px;
}
.profile-info .profile-social a{
  color: #999999;
  display: inline-block;
  line-height: 18px;
  margin: 0 10px;
  padding-top: 2px;
  vertical-align: top;
}
.profile-info .profile-social a:hover{
  color: #4285f4;
}
.profile-info .profile-social a i{
  display: block;
  font-size: 18px;
  line-height: 18px;
}

/*-- Profile Edit --*/
.edit-profile-wrapper h3{
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.profile-form input[type="submit"]{
  background-color: transparent;
  border: 1px solid #4285f4;
  border-radius: 50px;
  color: #4285f4;
  display: block;
  float: left;
  font-size: 16px;
  height: 45px;
  line-height: 23px;
  padding: 10px 30px;
  text-transform: capitalize;
  width: auto;
}
.profile-form input[type="submit"]:hover{
  background-color: #4285f4;
  color: #ffffff;
}
label.opacity{
  opacity: 0;
}
/*-- Profile Social Connect --*/
.social-connect h3{
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.social-connect a{
  border-radius: 50px;
  display: block;
  float: left;
  height: 36px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
  width: 120px;
}
.social-connect a:last-child{
  margin-right: 0;
}
.social-connect a.facebook{
  background-color: #4285f4;
}
.social-connect a.twitter{
  background-color: #00b6f1;
}
.social-connect a.google{
  background-color: #dc4a38;
}
.social-connect a.dribbble{
  background-color: #e74d89;
}
.social-connect a.pinterest{
  background-color: #cb2027;
}
.social-connect a i{
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #ffffff;
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 28px;
}
.social-connect a span{
  color: #ffffff;
  line-height: 28px;
  text-transform: capitalize;
  width: 94px;
}

/*-- Profile Change Password --*/
.change-password-wrapper h3{
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.change-password-form label{
  color: #4285f4;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.change-password-form input{
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 0 1px;
  color: #aaaaaa;
  display: block;
  font-size: 12px;
  height: 32px;
  line-height: 24px;
  padding: 5px 0;
  width: 100%;
}
.change-password-form input[type="submit"]{
  background-color: transparent;
  border: 1px solid #4285f4;
  border-radius: 50px;
  color: #4285f4;
  display: block;
  float: left;
  font-size: 16px;
  height: 45px;
  line-height: 23px;
  padding: 10px 30px;
  text-transform: capitalize;
  width: auto;
}
.change-password-form input[type="submit"]:hover{
  background-color: #4285f4;
  color: #ffffff;
}

/*----------------------------------------*/
/*  19. 404 Area
/*----------------------------------------*/
.page-404{
  background: #bee5ff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #bee5ff), color-stop(55%, #bee5ff), color-stop(55%, #f6f6f6), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #bee5ff 0%, #bee5ff 55%, #f6f6f6 55%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #bee5ff 0%, #bee5ff 55%, #f6f6f6 55%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee5ff', endColorstr='#f6f6f6', GradientType=0 );
  padding-top: 211px;
}
.wrapper-404 .content{
  margin-top: -95px;
}
.wrapper-404 .content h2{
  color: #535353;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.wrapper-404 .content h4{
  color: #535353;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.wrapper-404 .content h4 a{
  color: #4285f4;
  text-decoration: underline;
}
#slidable-map-sidebar,
.slidable-map-sidebar{
  position: absolute;
  pointer-events: none;
  top: 0;
  right: -7000px;
  width: 100%;
}
#slidable-map-sidebar .col-md-8,
.slidable-map-sidebar .col-md-8{
  min-height: 0;
}
#slidable-map-sidebar .col-md-4,
.slidable-map-sidebar .col-md-4{
  padding: 0 !important;
  pointer-events: all;
  float: right;
}
.map-container{position: relative;}
.map-container.home-map-container{
  width: 100%;
  overflow: hidden;
}
/*----------------------------------------*/
/*  20. Job Manager
/*----------------------------------------*/
/* job manager form */
#job-manager-job-dashboard table td,
#job-manager-job-dashboard table th {
  padding: .5em 1em;
}
table.job-manager-jobs thead th,
table.job-manager-jobs tbody td {
  text-align: center;
}
table.job-manager-jobs thead th {
  background-color: #e4ecf3;
}
table.job-manager-jobs thead .job_title,
table.job-manager-jobs tbody .job_title {
  text-align: left;
}
table.job-manager-jobs td,
table.job-manager-jobs th {
  border-right: none;
  border-left: none;
}
table.job-manager-jobs thead th {
  font-weight: 600;
  text-transform: uppercase;
}
.job-manager-form {
  border: 2px solid #ebebeb;
  padding: 30px;
  border-radius: 5px;
}
.job-manager-form fieldset {
  border: 0;
  padding: 10px;
  margin-bottom: 2em;
}
.job-manager-form fieldset input,
.job-manager-form fieldset select,
.job-manager-form fieldset textarea {
  border: 1px solid #ebebeb;
  padding: 5px 30px 5px 15px;
}
.job-manager-form fieldset .wp-editor-container {
  border: 1px solid #ebebeb;
}
.job-manager-form fieldset input[type="file"]{
  border: 0;
  padding-left: 0;
}
.job-manager-form fieldset select {
  color: #606060;
  font-weight: 400;
  height: 37px;
  text-align: left;
  appearance: none;
  background: #fff url(../images/select-arrow.png) no-repeat scroll right center;
  font-size: 14px;
  padding: 5px 30px 5px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.job-manager-form>h2 {
  margin-top: 50px;
}
.job-manager-form fieldset div.account-sign-in {
  border: 1px solid #e4ecf3;
  padding: 15px 20px;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.job-manager-form fieldset .account-sign-in strong {
  font-weight: 600;
}
.job-manager-form input[type="submit"],
.job-manager-form fieldset .account-sign-in .button,
.single_job_listing .application .application_button,
.load_more_jobs strong {
  background-color: #00aeff;
  color: #ffffff;
  padding: 9px 20px;
  line-height: 1.5;
  display: inline-block;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  font-weight: normal;
}
.job-manager-form fieldset .account-sign-in .button {
  float: right;
  margin-right: 0;
}
.job-manager-form fieldset .account-sign-in .button:before {
  line-height: 21px;
  padding-right: 25px;
}
.job-manager-form input[type="submit"] {
  background-color: #00aeff;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  height: 36px;
  text-transform: uppercase;
  line-height: 36px;
  padding: 0 18px;
}
.job-manager-form>p:last-child {
  margin-bottom: 60px;
}
/* single job page */
.single_job_listing .job-header {
  margin-bottom: 20px;
}
.single_job_listing .job-header >img {
  display: inline-block;
  float: left;
  max-width: 200px;
  height: auto;
}
.single_job_listing .job-header .job_application {
  float: right;
  margin: 0;
  margin-top: 20px;
  text-align: right;
}
.job-manager-application-wrapper .application .application_details:before,
.single_job_listing .application .application_details:before {
  left: initial;
  right: 5em;
}
.job-manager-application-wrapper .application .application_details:after,
.single_job_listing .application .application_details:after {
  left: initial;
  right: 5em;
}
.single_job_listing .job-meta-header {
  float: left;
  margin-left: 20px;
}
.single_job_listing .job-meta-header h2 {
  margin-bottom: 8px;
}
.single_job_listing .job-listing-meta .name {
  float: right;
}
.single_job_listing .company .job-owner-business {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.single_job_listing .company .job-owner-business a {
  margin-left: 10px;
}
.single_job_listing .company {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.job_listing_preview>h1 {
  font-size: 24px;
  margin-top: 22px;
}
.job_filters .search_jobs {
  padding: 40px;
}
.job_filters .job_types,
div.job_listings ul.job_listings {
  border-left: 1px solid #e2ebf1;
  border-right: 1px solid #e2ebf1;
}
.job_filters .job_types {
  padding: 0 40px;
}
.job_filters .job_types li {
  border-color: #e2ebf1;
  padding: 1em 2em;
}
.job_filters .job_types li label {
  font-size: 14px;
}
.job_filters .job_types li input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
}
.job_filters .search_jobs input, .job_filters .search_jobs select {
  border: 0;
  padding: 0 15px;
}
ul.job_listings li.job_listing a {
  padding: 20px 40px;
}
ul.job_listings li.job_listing a img.company_logo {
  position: initial;
  width: 120px;
  height: auto;
}
ul.job_listings li.job_listing a div.position .company {
  margin-top: 15px;
}
ul.job_listings li.job_listing a div.position .company .tagline {
  display: block;
  margin-left: 0;
  margin-top: 5px;
}
ul.job_listings li.job_listing a div.position {
  width: 50%;
}
ul.job_listings li.job_listing a div.position h3 {
  font-size: 16px;
  margin-top: 10px;
}
ul.job_listings li.job_listing a div.position {
  padding-left: 30px;
}
ul.job_listings li.job_listing a div.location {
  padding-left: 25px;
  position: relative;
}
ul.job_listings .location:before {
  content: "\f041";
  font-family: FontAwesome;
  position: absolute;
  left: 7px;
  top: 0;
  font-size: 20px;
 }
 ul.job_listings li.job_listing a ul.meta {
  text-align: center;
 }
 .job_listing_preview_title input[type="submit"] {
  margin-top: 0;
 }
 .job_summary_shortcode {
  padding: 30px;
  margin-bottom: 30px;
 }
 .job_summary_shortcode .job-type {
  border-radius: 0;
  line-height: 0;
  padding: 15px;
  margin: 0;
 }
 .job_summary_shortcode img {
  height: auto;
  float: left;
  max-height: 200px;
  margin-right: 30px;
  max-width: 150px;
 }
 .back-to-job {
  color: #4185f4;
 }

/*WYZI Listing Linear Black*/
.eg-wyzi-listing-skin-container{
background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ) !important; /* IE6-9 */}



@media (max-width: 767px) {

.header3-login .header-top-right {
  display: none;
}

}