/*  
    CSS INDEX
    ===================
	11. Single Business Page
    11.1. Map subheader
      11.1.1. Business logo/data
      11.1.2. Business social share
      11.1.3. Business Tab Area
    11.2. Business Sidebar Area
    11.3. Business posts area
      11.3.1. Create business post form
      11.3.2. Business post
    11.4. Tab sidebar
    11.5. Business contact area
      11.5.1. Business Contact Form
	
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  11. Single Business Page
/*----------------------------------------*/
/**
 * 11.1. Map subheader
 */
.business-data-area{
  background-color: #e4ecf3;
  padding: 40px 0 120px;
}
.business-data-area .container .row {
  position: relative;
}
/**
 * 11.1.1. Business logo/data
 */
.business-data-wrapper .logo{
  margin-right: 45px;
  max-height: 83px;
  width: auto;
}
.business-data-wrapper .content h1{
  font-size: 18px;
  font-weight: 700;
  float: left;
  margin-top: 0;
}
.business-data-wrapper .verified-icon {
  height: 23px;
  margin-right: 7px;
  float: left;
  width: 23px;
  margin-left: 7px;
}
.business-data-wrapper .content h2{
  clear: both;
  font-size: 15px;
  font-weight: 300;
  color: #6e6767;
}
.business-data-wrapper .business-social{
  bottom: -50px;
  position: absolute;
  right: 15px;
  text-align: center;
  width: auto;
}
.business-data-area .bus-fav-cont {
  bottom: 30px;
  margin-right: 10px;
  position: absolute;
  right: 30px;
  z-index: 9;
}
/**
 * 11.1.2. Business social share
 */
.social{
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 25px;
  margin: 10px 0 0 10px;
  position: relative;
  text-align: center;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform-style: preserve-3d;
  transition: transform .25s ease-out;
  -webkit-transition: transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  width: 100px;
}
.social > div{
  bottom: 0;
  display: list-item;
  height: 30px;
  left: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
}
.social >.front{
  transform: translateZ(30px);
  -webkit-transform: translateZ(30px);
  -ms-transform: translateZ(30px);
  width: 80px;
  line-height: 30px;
}
.social >.back{
  background: #3B5998;
  font-size: 25px;
  transform: rotateY(-118deg) translateZ(30px);
  -webkit-transform: rotateY(-118deg) translateZ(30px);
  -ms-transform: rotateY(-118deg) translateZ(30px);
  width: 100px;
}
.social.social-github > .back{
  background: #f3f3f3;
  color: #000;
}
.social.social-pinterest > .back{
  background: #e3262e;
}
.social.social-skype > .back{
  background: #12A5F4;
}
.social.social-linkedin > .back{
  background: #4875B4;
}
.social.social-dribbble > .back{
  background: #ea4c89;
}
.social .wtsappsharebtn {
  text-decoration: none;
  color: #eee;
  background-color: #25d366;
  border-radius: 3px;
  width: 90px;
  height: 21px;
  font-size: 10px;
  padding: 6px;
  font-weight: bold;
}
.social.social-whatsapp > .back{
  line-height: 19px;
}
.social .wtsappsharebtn:focus {
  background-color: #20ac54;
}
.social-twitter .back{
  background: #55ACEE;
  line-height: 30px;
}
.social-twitter .back iframe{
  border: none;
}
.social-facebook .back{
  line-height: 20px;
  padding-top: 5px;
}
.social:hover{
  transform: rotateY(100deg);
  -webkit-transform: rotateY(100deg);
  -ms-transform: rotateY(100deg);
}
.esg-center  button.fav-bus-no-login,
.esg-center  button.fav-bus {
    background-color: transparent;
    border: none;
    color: #fff;
}
.esg-center  button.fav-bus-no-login:hover,
.esg-center  button.fav-bus:hover{
  color: #34a853 !important;
}
/*disable 3d anmation for internet explorer*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .social:hover{
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .social >.back{
    transform: rotateY(0deg) translateZ(30px);
    -webkit-transform: rotateY(0deg) translateZ(30px);
    -ms-transform: rotateY(0deg) translateZ(30px);
    width: 100px;
  }
}
/**
 * 11.1.3. Business Tab Area
 */
.business-tab-area {
  position: relative;
}
.business-tab-list{
  margin-top: -57px;
  width: auto;
}
.business-tab-list > ul{
  margin-top: 14px;
	margin-left: 0;
}
.business-tab-list ul li{
  display: block;
  float: left;
  position: relative;
}
.business-tab-list ul li .tab-overlay,
.profile-tab-list ul li .tab-overlay {
  pointer-events: none;
  transition: none;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a5a5a5;
  opacity: 0.2;
}
.business-tab-list ul li:hover .tab-overlay,
.profile-tab-list ul li:hover .tab-overlay {
  border-top: 3px solid;
}
.business-tab-list ul li.active .tab-overlay,
.profile-tab-list ul li.active .tab-overlay {
  display: none;
}
.business-tab-list ul li a{
  background-color: #fff;
  background-position: left center;
  display: block;
  height: 43px;
  line-height: 43px;
  padding: 0 20px 0 40px;
}
.business-tab-list ul li a,
.business-tab-list ul li a:hover,
.profile-tab-list ul li a,
.profile-tab-list ul li a:hover {
  color: #606060;
}
.business-tab-list ul li a,
.business-tab-list ul li,
.business-tab-list ul li span {
  transition: none;
}
.business-tab-list ul li.active,
.profile-tab-list ul li.active {
  border-top: 3px solid;
}
.business-tab-list ul li.active a{
  height: 40px;
  line-height: 40px;
}
.profile-tab-list ul li a:before {
  color: #5e5e5e;
  font-family: FontAwesome !important;
  font-size: 19px;
  left: 9px;
  position: absolute;
  top: 0;
}
.business-tab-list ul li a i.fa {
  color: #5e5e5e;
  font-size: 19px;
  left: 9px;
  position: absolute;
  top: 12px;
}
.profile-tab-list ul li.my-business a:before{
  content: "\f0b1";
}
.profile-tab-list ul li.profile a:before{
  content: "\f007";
}
.profile-tab-list ul li.favorite a:before{
  content: "\f005";
}
.profile-tab-list ul li.woo-profile a:before{
  content: "\f07a";
}
.profile-tab-list ul li.vendor-form a:before{
  content: "\f155";
}
.profile-tab-list ul li.products a:before{
  content: "\f290";
}
.profile-tab-list ul li.subscription a:before{
  content: "\f022";
}
.profile-tab-list ul li.booking a:before{
  content: "\f073";
}
.profile-tab-list ul li.jobs a:before{
  content: "\f0f2";
}
.profile-tab-list ul li.booking-calendar a:before{
  content: "\f274";
}
.profile-tab-list ul li.inbox a:before{
  content: "\f003";
}
.bus-custom-field{
  padding-left: 20px;
}
.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
  border-radius: 25px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 11px;
}
.woocommerce ul.products li.product a.by-vendor-name-link {
  font-size: 12px;
}
.woocommerce ul.products li.product a img {
  padding: 0;
  border: 0;
}
.woocommerce ul.products li.product .button {
  border-radius: 25px;
  text-transform: none;
}
.col-md-6.col-xs-12 .woocommerce ul.products li.product .button {
  font-size: 10px;
}
.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;
}
/**
 * 11.2. Business Sidebar Area
 */
.business-sidebar-content-area{
  display: block;
  float: left;
  width: 100%;
}
.sin-busi-sidebar{
  margin-bottom: 60px;
}
.sin-busi-sidebar:last-child{
  margin-bottom: 0;
}
/* About Business Sidebar */
.about-business-sidebar p{
  color: #575757;
}
.about-business-sidebar a{
  display: block;
  line-height: 32px;
  text-transform: uppercase;
}
.about-business-sidebar a:hover{
  color: #68819b;
}
/* Opening Hours Business Sidebar */
/*.opening-hours-sidebar p.day{
  
}*/
.opening-hours-sidebar p:last-child{
  margin-bottom: 0;
}
.opening-hours-sidebar .time-container{
  float: right;
  margin-bottom: 15px;
}
.opening-hours-sidebar .day{
  float: left;display: block;
  float: left;
  margin-bottom: 15px;
  padding-right: 35px;
}
.opening-hours-sidebar .oad-time {
  color: #00b66f;
}
.opening-hours-sidebar .cad-time {
  color: #c50000;
}
.opening-hours-sidebar p .time{
  float: right;
}
/* Contact Business Sidebar */
.contact-info-sidebar p{
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.contact-info-sidebar p a{
  color: #606060;
}
.contact-info-sidebar p:last-child{
  margin-bottom: 0;
}
.contact-info-sidebar .phone:before,
.contact-info-sidebar .address:before,
.contact-info-sidebar .email:before,
.contact-info-sidebar .website:before {
  font-family: "FontAwesome";
  font-size: 20px;
  padding-right: 15px;
  padding-left: 2px;
  color: #009bde;
}
.contact-info-sidebar .phone:before{
  content: "\f10b";
  font-size: 25px;
}
.contact-info-sidebar .address:before{
  content: "\f041";
}
.contact-info-sidebar .email:before{
  content: "\f0e0";
  font-size: 16px;
}
.contact-info-sidebar .website:before{
  content: "\f0ac";
}
/* Social Sidebar */
.sidebar-social{
  display: block;
  /*float: left;*/
  width: 100%;
}
.sidebar-social a{
  display: block;
  float: left;
  margin-right: 20px;
}
.sidebar-social a.facebook:hover{
  color: #3e57c2;
}
.sidebar-social a.twitter:hover{
  color: #00ACED;
}
.sidebar-social a.dribbble:hover{
  color: #EA4C89;
}
.sidebar-social a.vimeo:hover{
  color: #00B3EC;
}
.sidebar-social a.youtube-play:hover{
  color: #e62117;
}
.sidebar-social a.flickr:hover{
  color: #ff0084;
}
.sidebar-social a.linkedin:hover{
  color: #0177b5;
}
.sidebar-social a.google:hover,
.sidebar-social a.google-plus:hover{
  color: #EA4335;
}
.sidebar-social a.pinterest:hover,
.sidebar-social a.pinterest-p:hover{
  color: #C92327;
}
.sidebar-social a.instagram:hover{
  color: #375989;
}
.sidebar-social a:last-child{
  margin-right: 0;
}
/* All Ratings Widget */
.rating-widget.all-ratings-widget .single-rating{
  margin-bottom: 25px;
  float: right;
}
.rating-widget.all-ratings-widget .head {
  width: 100%;
  padding-bottom: 12px;
}
.head .rates-count{
  float: right;
  padding-right: 12px;
}
.rating-widget .head .rating {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.rating-widget .head p {
    float: left;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
    min-width: 155px;
    margin-right: 5px;
    margin-top: 0px;
}
/* Recent Ratings Widget */
.recent-rating-widget .head h5 {
    float: left;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 0;
    min-width: 155px;
    margin-right: 5px;
}
.recent-rating-widget .single-rating .rate-stars-cat {
    clear: both;
    float: left;
    margin-top: 10px;
}
.recent-rating-widget  .single-rating .rate-stars-cat p {
    display: inline-block;
    padding-right: 5px;
}
.recent-rating-widget .single-rating .head .rating {
    overflow: hidden;
    float: right;
}
.recent-rating-widget .rate-stars-cat {
    width: 100%;
}

/* Ratings Business Sidebar */
.ratings-sidebar p{
  color: #303030;
}
.ratings-sidebar p span{
  font-weight: 600;
}
.ratings-sidebar .ratings i{
  color: #eda23d;
  display: block;
  float: left;
  line-height: 32px;
  margin-right: 3px;
}
.tags-sidebar:before{
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #009bde;
  content: "\f02b";
  font-size: 18px;
}
/**
 * 11.3.1. Create business post form
 */
.create-busi-post{
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
}
.create-busi-post h2,
.create-busi-post h4{
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
  padding: 0 21px;
}
.create-busi-post-form{
	margin-bottom: 0;
}
.create-busi-post-form textarea{
  border: medium none;
  height: 145px;
  padding: 15px 20px;
  resize: none;
  width: 100%;
}
.create-busi-post-form .form-footer{
  background-color: #e4ecf3;
  border-top: 1px solid #d9e0e5;
  padding: 7px 8px;
}
.create-busi-post-form .business-post-image,
#business-edit-post-cancel{
  background-color: transparent;
  border: none;
  height: 30px;
  float: left;
  padding: 0px 6px;
  position: relative;
}
#business-edit-post-cancel{
  float: right;
  padding: 10px;
}
.create-busi-post-form .business-post-image>span{
  background: rgba(0, 0, 0, 0) url("images/camera-ash.png") no-repeat scroll center center;
  display: block;
  height: 30px;
  width: 30px;
}
.create-busi-post-form .business-post-image span:hover{
  opacity: 0.7;
}
.create-busi-post-form .business-post-image.has-image span{
  background: rgba(0, 0, 0, 0) url("images/camera-orng.png") no-repeat scroll center center !important;
}
.create-busi-post-form .bus-post-video-up .fa-video-camera {
    cursor: pointer;
}
.create-busi-post-form .bus-post-video-up .fa-video-camera.has-video {
    color: #ff6d1e;
}
.create-busi-post-form .bus-post-video-up .fa-video-camera.has-video:hover {
    opacity: 0.7;
}
.create-busi-post-form #tc,
.create-busi-post-form #e-tc{
  cursor: pointer;
  display: none;
  font-size: 14px;
  position: absolute;
  right: -3px;
  top: -4px;
}
.create-busi-post-form .v-close, .create-busi-post-form .v-edit-close {
    right: -13px !important;
}
.create-busi-post-form .business-post-image span:hover + #tc,
.create-busi-post-form .business-post-image span:hover + #e-tc,
.create-busi-post-form .bus-post-video-up .fa-video-camera:hover + #tc,
.create-busi-post-form .bus-post-video-up .fa-video-camera:hover + #e-tc {
    opacity: 0.7;
}
.progressofupload {
    background-color: #fff;
    display: none;
    width: 100%;
    height: 5px;
}
.progress-bar-video-post {
    width: 1%;
    height: 5px;
    background-color: #00aeff;
}
.bus-post-video-up {
    position: relative;
    display: inline-block;
}
.bus-post-video-up input.business-post-video, .bus-post-video-up input.business-edit-post-video {
    display: none;
    cursor: pointer;
}
.bus-post-video-up .fa-2x {
    font-size: 1.6em;
    margin-top: 5px;
    margin-left: 10px;
    color: #91a9bb;
}
.bus-post-video-up .fa-2x:hover {
    color: #b2c3cf;
}
.video-post video {
    width: 100%;
    height: auto;
    max-height: 500px;
}
.busi_post_submit, #busi_edit_post_submit {
    border: medium none;
    border-radius: 25px;
    color: #fff;
    float: right;
    font-size: 12px;
    height: 26px;
    padding: 0 16px;
    text-transform: uppercase;
}
.busi_post_submit:hover{
    background-color: #68819b;
}
#busi_post_submit.busi_post_submit-dis{
    background-color: transparent !important;
    border: none;
    border-radius: 25px;
    float: right;
    font-size: 12px;
    height: 26px;
    padding: 0 16px;
    text-transform: uppercase;
}
.busi_post_submit-dis:hover{
    background-color: transparent !important;
}
#busi-comment-btn.busi_post_submit-dis {
    color: #fff;
}
#busi-comment-btn.busi_post_submit-dis:hover {
    background-color: #00aeff !important;
}
.edit-overlay{
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.edit-busi-post{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
@-webkit-keyframes animatetop{
    from{top:-300px; opacity:0} 
    to{top:0; opacity:1}
}
@keyframes animatetop{
    from{top:-300px; opacity:0}
    to{top:0; opacity:1}
}
#business-rate-form .form-footer{
  position: relative;
}
#bus-rate-form{
  float: left;
  line-height: 22px;
  margin-right: 10px;
}
#rating_category{
  height: 26px;
  padding: 0px 30px 0px 10px;
  width: initial;
}
#busi_rate_submit{
  margin-top: 4px;
}
/**
 * 11.3.2. Business post
 */
.sin-busi-post,
.the-post,
.sticky,
.the-offer,
.sin-busi-rate{
  background-color:  #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-bottom: 40px;
  overflow: hidden;
}
.bus-post-grid {
  overflow: visible;
}
.sticky{
  position: relative;
}
.sticky>span{
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding:10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.the-post-search .blog-img-search{
  display: block;
  float: left;
  margin-right: 20px;
  width: 38%;
}
.wyz-post-thumb,
.post-logo img{
  max-height: 51px;
  max-width: 171px;
  width: auto;
}
.bus-sticky .sin-busi-item {
  overflow: visible;
}
.sin-busi-post:first-child{
  margin-top: 0;
}
.sin-busi-post .head{
  border-bottom: 1px solid #ececec;
  overflow: visible;
  padding: 15px 20px;
  position: relative;
}
.sin-busi-post{
  border-radius: 5px;
  text-align: left;
}
.sin-busi-post.bus-sticky{
  overflow: visible;
}
.featured-banner{
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.sticky-notice>span{
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
.featured-banner>span{
  font-size: 10px;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
  width: 100px;
}
.featured-banner>span:before{
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #0084C2;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0084C2;
}
.featured-banner>span:after{
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #0084C2;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0084C2;
}
.bus-list-container{
  text-align: center;
}
.bus-post-grid{
  display: inline-block;
  text-align: left;
}
.bus-post-grid .head{
  height: 120px;
}
.bus-post-grid .content{
  height: 190px;
  padding-top: 20px;
}
.bus-post-grid .content>p{
  margin-bottom: 0;
}
.bus-post-grid .content .read-more{
  margin-top: 10px;
}
.bus-post-grid .footer{
  height: 85px;
}
.listing-no-sidebar .bus-post-grid{
    width: 24.6%;
}
.listing-with-sidebar .bus-post-grid{
  width: 32.7%;
}
.col-xs-12 .bus-post-grid{
  width: 24.6%;
}
.wall-collections.col-lg-12.col-md-12.col-xs-12 .bus-post-grid{
    width: 24.6%;
}
.wall-collections.col-lg-9.col-md-8.col-xs-12 .bus-post-grid{
   width: 32.7%; 
}
.bus-post-grid .single-grid-banner-container {
    margin: -30px -20px -24px;
    position: relative;
    overflow: hidden;
}
.bus-post-grid .single-grid-banner-container img{
    height: 190px;
    max-width: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sin-busi-post .head .bus-post-x{
  position: absolute;
  right: 10px;
  top: 10px;
}
.delete-dropdown{
	background-color: #fff;
  box-shadow: #ebebeb 0px 0px 10px 1px;
  padding: 10px;
  position: absolute;
  width: 150px;
  z-index: 9999;
}
.delete-dropdown a{
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 3px;
}
.delete-dropdown a:hover{
  background-color: #fff;
}
.sin-busi-post .head .post-logo{
  display: inline-block;
}
.sin-busi-post .head h3{
  font-size: 16px;
  margin: 18px 0 0;
}
.sin-busi-post .head h3 a{
  color: #303030;
}
.sin-busi-post .head h3 a:hover{
  color: #f56719;
}
.sin-busi-post .content {
  border-bottom: 1px solid #ececec;
}
.sin-busi-post .content,
.sin-busi-rate .content{
  padding: 30px 20px 24px;
  position: relative;
}
.sin-busi-post .content.content-text{
  padding-bottom: 50px;
  padding-top: 50px;
}
.sin-busi-rate .head{
  background-color: #fafafa;
  padding: 7px;
}
.sin-busi-rate .content{
  padding: 20px 20px 24px;
}
.sin-busi-rate .content p{
  margin: 0;
}
.sin-busi-rate .head .ratings,
.sin-busi-rate .head .rating-auth{
  margin-right: 7px;
}
.sin-busi-rate .head .ratings > span{
  line-height: 9px;
}
.youtube-vid{
	position:relative;
	padding-bottom:53%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.youtube-vid iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.sin-busi-post .content .busi-post-label{
  border-radius: 50px;
  height: 44px;
  margin: 0;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: -23px;
  width: 44px;
  z-index: 2;
}
.sin-busi-post .content .busi-post-label img{
  display: block;
  height: 30px;
  margin: 6px auto;
  width: 30px;
  z-index: 10;
}
.sin-busi-post .content img{
  width: 100%;
}
.sin-busi-item .content img{
  width: initial;
}
.sin-busi-post .content a{
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}
.bus-post-grid .single-grid-banner-container a{
    height: 190px;
    max-width: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.sin-busi-post .footer,
.sin-busi-post .post-footer-comments{
  border-bottom: 1px solid #ececec;
  padding: 7px 20px;
}
.sin-busi-post .post-footer-comments{
  background-color: #f2f3f5;
  border-top: 1px solid #e1e2e3;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.post-footer-comment-form {
  height: 39px;
}
.post-footer-comment-form .wyz-input{
  height: 32px;
  width: 80%;
}
.post-footer-comment-form .post_footer_comment_btn{
  float: right;
  margin: 0;
}
.post-footer-comments .the-post-comments{
  margin-top: 7px;
}
.post-footer-comments .the-post-comments p,
.post-footer-comments .the-post-comments span{
  font-size: 12px;
}
.post-footer-comments .the-comment .has-avatar {
  padding-left: 33px;
}
.post-footer-comments .the-comment{
  line-height: 16px;
  padding: 6px 0;
  border-bottom: 1px solid #e2ebf1;
}
.post-footer-comments .the-comment:last-child{
  border-bottom: 0;
}
.post-footer-comments .the-comment-more .com-header{
  text-align: center;
}
#postswrapper center .load-more-btn {
  border: 0;
  background-color: #f6f7f9;
  border-radius: 3px;
  padding: 10px 20px;
}
.post-footer-comments .com-content{
  padding-left: 10px;
}
.post-footer-comments .com-content p{
  margin-bottom: 0;
}
.sin-busi-post .footer .post-like{
  display: block;
  float: left;
  margin-right: 13px;
  position: relative;
}
.bus-post-grid .footer .post-like{
  max-width: 163px;
  overflow: hidden;
}
.bus-post-grid .footer .post-like>a{
  display: block;
  width: 300%;
}
.bus-post-grid .bus-fav-cont {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
}
.bus-fav-cont {
  margin-right: 10px;
}
.bus-fav-cont a {
  font-size: 20px;
}
.post-like button{
  border: medium none;
  border-radius: 2px;
  float: left;
  margin-right: 9px;
  padding: 0 12px;
  text-transform: uppercase;
}
button.disabled,
input[type="button"].disabled{
  background-color: #68819b;
}
.post-like button i{
  opacity: 0;
  width: 0;
}
.post-like button:hover i,.post-like button.liked i{
  opacity: 1;
  padding-right: 5px;
  width: 19px;
}
.post-like button.disabled i{
  opacity: 0;
  padding-right: 0;
  width: 0;
}
.post-like .bubble,
.post-comment .bubble{
  border: 1px solid #d4d4d4;
  color: #99a2aa;
  display: block;
  float: left;
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  margin: 7px 0 0 3px;
  padding: 0 5px;
  position: relative;
}
.post-like .bubble:after,
.post-comment .bubble:after {
  border-color: transparent #FFFFFF;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  content: '';
  display: block;
  left: -6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 1;
}
.post-like .bubble:before,
.post-comment .bubble:before{
  border-color: transparent #d4d4d4;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  content: '';
  display: block;
  left: -7px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 0;
}
.sin-busi-post .footer .post-comment{
  display: block;
  float: left;
  margin-right: 10px;
}
.busi-post-share-btn{
  background-color: #32a0d3;
  border: none;
  border-radius: 3px;
  color: #fff;
  float: left;
  padding: 0 10px;
}
.page-map-right-content .map-info-links .busi-post-share-btn{
  display: none;
}
.wyz_offers .content .busi-post-share-btn,
 .wyz_offers .content .post-like {
  float: right;
  border-radius: 50px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin-top: 0;
  padding: 0 18px;
}
.wyz_offers .content .post-like {
  padding-right: 0;
  position: relative;
}
.wyz_offers .content .post-like .like-button {
  margin-top: 4px;
}
.our-offer .busi-post-share-btn {
  float: right;
  margin-bottom: 25px;
}
.post-share{
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
}
.post-share>a{
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
  border-radius: 30px;
}
.sin-busi-post .post-share>a {
  padding-top: 8px;
}
.business-offers-area .post-share>a,
.type-wyz_offers .business-post-share-cont .post-share>a{
  padding-top: 8px !important;
}
.post-share>a:hover{
  color: #fff;
}
.post-share.share-facebook>a{
  background-color: #3b5998;
}
.post-share.share-whatsapp>a{
  background-color: #25d366;
}
.post-share.share-twitter>a{
  background-color: #3fcdfd;
}
.post-share.share-linkedin>a{
  background-color: #0077b5;
}
.post-share.share-pinterest>a{
  background-color: #e60023;
}
.sin-busi-post .footer{
  position: relative;
  font-size: 14px;
  line-height: 36px;
  padding: 0 18px;
}
.post-like button,
.sin-busi-post .footer .post-comment a,
.busi-post-share-btn {
  line-height: 28px;
  margin-top: 4px;
}
.business-post-share-cont{
  clear: both;
  z-index: 9;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  text-align: center;
  margin-top: 40px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.wyz_offers .business-post-share-cont {
  margin-top: 80px;
  border-radius: 3px;
  border: 1px solid #eee
}
.page-map-right-content .map-info-links .business-post-share-cont {
    border: 1px solid #f6f6f6;
    border-right: 0;
}
.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;
}
.search-wrapper:hover>.close-button {
    opacity: 1;
}
.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::before {
    transform: rotate(-45deg);
}
.search-wrapper:hover>.close-button::after {
    transform: rotate(-135deg);
}
.offer-caps {
  line-height: 36px;
}
.sin-offer-item .post-like button {
  border-radius: 20px;
  margin-left: 25px;
}
.wyz_offers .offer-caps .business-post-share-cont {
  margin-bottom: 5px;
  margin-top: 65px;
  background-color: transparent;
}
.owl-item .wyz_offers .offer-caps .business-post-share-cont .post-share>a {
  padding-top: 8px;
}
.wyz_offers .offer-caps .business-post-share-cont .post-share>a {
  padding-top: 18px;
}
.business-post-share-cont{
  display: none;
}
.sin-busi-post .footer .post-comment a{
  /*background: #91a9bb none repeat scroll 0 0;*/
  border: medium none;
  border-radius: 2px;
  /*color: #fff;*/
  float: left;
  margin-right: 9px;
  padding: 0 12px;
  text-transform: uppercase;
}
.sin-busi-post .footer .post-comment span{
  color: #99a2aa;
  font-size: 12px;
}
.sin-busi-post .footer .date{
  color: #99a2aa;
  font-size: 12px;
  float: right;
}
.login-dropdown{
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  width: 300px;
  height: 190px;
  z-index: 99;
}
.login-dropdown:after, .login-dropdown:before{
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 10%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.login-dropdown:after{
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: 76%;
}
.login-dropdown:before{
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ececec;
  border-width: 11px;
  margin-left: 75%;
}
.login-dropdown.above:after{
  border-bottom-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  bottom: 0;
  top: 100%;
}
.login-dropdown.above:before{
  border-bottom-color: rgba(194, 225, 245, 0);
  border-top-color: #ececec;
  bottom: 0;
  top: 100%;
}
.post-comm-dropdown:after, .post-comm-dropdown:before{
  left: 90%;
}
.login-dropdown span{
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.login-dropdown p{
  color: #575757;
  margin-bottom: 20px;
}
.show-more-busi-post{
  color: #f56719;
  display: block;
  float: right;
  font-weight: 700;
  margin-top: 33px;
  text-transform: uppercase;
}
.show-more-busi-post:hover{
  color: #68819b;
}
.post-like button,
.sin-busi-post .footer .post-comment a,
.busi-post-share-btn,
.post-footer-comment-form .post_footer_comment_btn {
  border-radius: 20px;
  text-transform: lowercase;
}
.post-footer-comment-form .wyz-input {
  border-radius: 20px;
}
.post-like button:hover,
.sin-busi-post .footer .post-comment a:hover,
.busi-post-share-btn:hover {
  background-color: #f2f3f5;
}
.post-like button,
.busi-post-share-btn {
  background-color: transparent;
}
/**
 * 11.4. Tab sidebar
 */
.tab-sidebar{
  border: 1px solid #eee;
  display: block;
  width: 100%;
}
/* Sidebar Tab List */
.sidebar-tab-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-tab-list li{
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 3px solid transparent;
  display: block;
  float: left;
  height: 39px;
  width: 50%;
}
.sidebar-tab-list li:last-child{
  border-right: 0px solid #ebebeb;
}
.sidebar-tab-list li.active{
  border-bottom: 0px solid #ebebeb;
}
.sidebar-tab-list li.active.single{
  border-bottom: 1px solid #ebebeb !important;
  width: 100%;
}
.sidebar-tab-list li a{
  color: #606060;
  display: block;
  font-size: 12px;
  line-height: 33px;
  text-align: center;
  text-transform: capitalize;
}
/* Sidebar Tab Content */
.sidebar-tab-content{
  padding: 22px 0 15px;
}
.sidebar-tab-content .no-rel-offers{
  color: #ebebeb;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}
.sin-tab-sidebar-post{
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 22px;
  padding: 0 18px 13px;
}
.sin-tab-sidebar-post:last-child{
  border-bottom: 0px solid;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sin-tab-sidebar-post .image{
  display: block;
  float: left;
  margin-right: 12px;
  width: 50px;
}
.sin-tab-sidebar-post .content a{
  color: #444444;
  display: block;
  margin-bottom: 5px;
  margin-top: -6px;
}
.sin-tab-sidebar-post .content a:hover{
  color: #f56719;
}
.sin-tab-sidebar-post .content span{
  color: #606060;
  display: block;
  font-size: 12px;
}
/* Newsletter Sidebar */
.subscribe-form{
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 30px 25px;
}
.subscribe-form p{
  color: #636d77;
  margin-bottom: 25px;
}
.subscribe-form form{
  position: relative;
}
.subscribe-form form input[type="text"]{
  border: 1px solid #ececec;
  color: #606060;
  font-size: 12px;
  height: 36px;
  padding: 0 55px 0 15px;
  width: 100%;
}
.subscribe-form form input[type="submit"]{
  border: medium none;
  color: #fff;
  height: 36px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 53px;
}
.subscribe-form form input[type="submit"]:hover{
  background-color: #68819b;
}
/* Comments Sidebar */
.sin-sidebar-comments{
  border: 1px solid #ebebeb;
  margin-bottom: 22px;
}
.sin-sidebar-comments:last-child{
  margin-bottom: 0;
}
.sin-sidebar-comments .image{
  display: block;
  float: left;
  margin-right: 16px;
  width: 70px;
}
.sin-sidebar-comments .content{
  padding-top: 6px;
}
.sin-sidebar-comments .content a{
  color: #303030;
  display: block;
  margin-bottom: 5px;
}
.sin-sidebar-comments .content a:hover{
  color: #f56719;
}
.sin-sidebar-comments .content .date{
  background: rgba(0, 0, 0, 0) url("img/icons/calendar-black.png") no-repeat scroll left center;
  color: #606060;
  display: block;
  font-size: 12px;
  padding-left: 25px;
}
/* Advertising Sidebar */
.sidebar-add{
  display: block;
}
/* Business Bank Photo */
.busi-bank-photos .head{
  border-bottom: 1px solid #ebebeb;
  display: block;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.busi-bank-photos .head h3{
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.busi-bank-photos .head input{
  background-color: transparent;
  border: none;
  color: #606060;
  display: block;
  float: right;
  font-size: 12px;
  margin-left: 20px;
}

.busi-photos-wrapper{
  display: block;
  float: left;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
.busi-photos-wrapper .sin-photo {
  border: 1px solid #b9bec5;
  border-radius: 5px;
  height: 202px;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 30px auto;
  text-align: center;
  width: 100%;
}
.busi-photos-wrapper .sin-photo>img{
  position: absolute;
  top: 0;
  max-width: initial;
}
.busi-photos-wrapper .sin-photo:nth-child(1),
.busi-photos-wrapper .sin-photo:nth-child(2),
.busi-photos-wrapper .sin-photo:nth-child(3),
.busi-photos-wrapper .sin-photo:nth-child(4){
  margin-top: 0;
}
.busi-photos-wrapper .sin-photo a{
  display: block;
}
.busi-photos-wrapper .sin-photo a img{
  width: 100%;
}
.mfp-image-holder .mfp-content{
  min-width: 30%;
}
/**
 * 11.5. Business contact area
 */
.busi-contact-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
 }
.busi-contact-wrapper .head, .contact-wrapper .head{
  border-bottom: 1px solid #ebebeb;
  display: block;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.busi-contact-wrapper .head h3, .contact-wrapper .head h3{
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
/**
 * 11.5.1. Business Contact Form
 */
.busi-contact-form input[type="submit"]{
  border: medium none;
  border-radius: 2px;
  color: #fff;
  float: right;
  font-size: 12px;
  height: 35px;
  padding: 0 14px;
  text-transform: uppercase;
}
.busi-contact-form input[type="submit"]:hover{
  background-color: #68819b;
}
div.wpcf7-response-output {
  display: inline-block;
  clear: both;
  border: 0;
}
/**
 * 11.5.2. Business Claim Form
 */
 .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;
}
