/*
  CSS INDEX
  ===================
  
  13. Wall Area


/*----------------------------------------*/
/*  13. Wall Area
/*----------------------------------------*/

/*-- 13.1 Wall Tab List --*/
.business-tab-area {
  position: relative;
}
.wall-tab-list,
.profile-tab-list
{
  box-shadow: 0 0 12px 1px rgba(51, 51, 51, 0.1);
  display: block;
  overflow: auto;
  float: left;
  width: 100%;
}
.profile-tab-list-dropdown {
  display: none;
}
#profile-tab-list-dropdown {
  border: 0;
  height: 45px;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
#profile-tab-list-dropdown option {
  text-transform: uppercase;
}
.profile-tab-list{
  margin-bottom: 50px;
}
.wall-tab-list ul li,
.profile-tab-list ul li{
  display: block;
  float: left;
}
.wall-tab-list::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.wall-tab-list::-webkit-scrollbar
{
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.wall-tab-list::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  width: 5px;
  background-color: #4285f4;
}
.wall-tab-list ul li a,
.profile-tab-list ul li a{
  display: block;
  line-height: 25px;
  padding: 15px 19px;
  text-transform: capitalize;
}
.wall-tab-list ul li a i,
.profile-tab-list ul li a i{
  color: #999999;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 25px;
  margin-right: 10px;
}
.wall-tab-list ul li a span,
.profile-tab-list ul li a span{
  display: inline-block;
  transition: none;
}
/*.wall-tab-list ul li a:hover, .wall-tab-list ul li a:hover i,*/
.wall-tab-list ul li.active a, .wall-tab-list ul li.active a i,
.wall-tab-list ul li.active a:hover i,
.profile-tab-list ul li.active a, .profile-tab-list ul li.active a i{
  color: #ffffff;
}
.create-busi-post,
.edit-busi-post{
  border: 1px solid #ebebeb;
  margin-bottom: 40px;
}
#business-post-form{
  margin-bottom: 0;
}
#post-txt,
#edit-post-txt,
#business-rate-form #rate-txt{
  border: medium none;
  float: none;
  height: 145px;
  padding: 15px 20px;
  resize: none;
  width: 100%;
}
#business-rate-form .form-footer{
  border-top: 1px solid #ebebeb;
  position: relative;
}
.login-dropdown{
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  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: -6px;
}
.login-dropdown:before{
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ececec;
  border-width: 11px;
  margin-left: -9px;
}
.post-comm-dropdown:after, .post-comm-dropdown:before{
  left: 90%;
}
.login-dropdown span{
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.login-dropdown p{
  color: #575757;
  margin-bottom: 20px;
}
#loadmoreratingsajaxloader{
  position: relative;
  clear: both;
}
#bus-rate-form{
  float: left;
  line-height: 30px;
  margin-right: 5px;
  height: 30px;
  margin-top: 6px;
}
#bus-rate-form>span{
  margin-left: 20px;
}
#bus-rate-form span>label{
  color: #666;
  float: right;
  margin-right: 5px;
}
#rating_category{
  height: 44px;
  padding: 0px 30px 0px 10px;
  width: initial;
  border-bottom: 0;
  border-top: 0;
}
.create-busi-post h4,
.edit-busi-post h2,
#create-busi-rate h2{
  border-bottom: 1px solid #ececec;
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 21px;
  margin-top: 0px;
}
.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;
  margin-top: 10px;
}
.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-blue.png") no-repeat scroll center center !important;
}
.create-busi-post-form .bus-post-video-up .fa-video-camera.has-video {
    color: #4487f2;
}
.create-busi-post-form .bus-post-video-up .fa-video-camera.has-video:hover {
    opacity: 0.7;
}
.create-busi-post-form .v-close, .create-busi-post-form .v-edit-close {
    right: -13px !important;
}
.create-busi-post-form #tc,
.create-busi-post-form #e-tc{
  color: #444;
  cursor: pointer;
  display: none;
  font-size: 14px;
  position: absolute;
  right: -3px;
  top: 3px;
}
.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;
}
#busi_post_submit,
#busi_edit_post_submit{
    float: right;
}
#profile_post_submit{
    float: right;
}
.progressofupload {
    background-color: #ddd;
    display: none;
    margin-top: 3px;
    width: 100%;
}
.progress-bar-video-post {
    width: 1%;
    height: 5px;
    background-color: #4285f4;
}
.bus-post-video-up {
    position: relative;
    display: inline-block;
}
.bus-post-video-up .business-post-video, .bus-post-video-up .business-edit-post-video{
   display: none;
}
.bus-post-video-up .fa-2x {
    font-size: 1.6em;
    margin-top: 15px;
    margin-left: 5px;
    color: #91a9bb;
}
.bus-post-video-up .fa-2x:hover {
    color: #b2c3cf;
}
/*-- 13.2 Wall Post --*/
.wall-post,
.offer-wrapper{
  border: 1px solid #eeeeee;
  padding: 30px;
}
.business-offers-area .business-post-share-cont {
  margin-bottom: 25px;
}
.offer-caps {
  margin-bottom: 12px;
}
.offer-caps .like-button,
.offer-caps .liked {
  margin-left: 10px;
}
.offer-caps.not-arch {
  width: 48%;
  padding-left: 22px;
  float: left;
  margin-top: 20px;
  clear: none !important;
}
.our-offer-area-sml .offer-caps.not-arch {
  width: 100%;
  float: none;
}
.wall-post .head{
  margin-bottom: 30px;
  position: relative;
}
.wall-post .head .bus-post-x{
  position: absolute;
  right: 0;
  top: 0;
}
.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-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 3px;
}
.delete-dropdown a:hover{
  background-color: #fff;
}
.wall-post .head .company-logo{
  border-radius: 50%;
  display: block;
  float: left;
  height: 80px;
  margin-right: 30px;
  width: 80px;
}
.wall-post .head .company-logo img{
  width: 100%;
}
.wyz-post-thumb, .post-logo img, .profile_post_img {
    max-height: 71px;
    max-width: 71px;
    width: auto;
    border-radius: 100px;
    margin-right: 10px;
}
.wall-post .head-content{
  padding-top: 2px;
}
.wall-post .head-content .title{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px;
}
.wall-post .head-content .title a:hover{
  color: #4285f4;
}
.wall-post .head-content .author{
  line-height: 18px;
margin-bottom: 3px;
}
.wall-post .head-content .author a:hover{
  color: #4285f4;
}
.wall-post .head-content .category{
  color: #999999;
  line-height: 18px;
  margin: 0;
}
.wall-post .head-content .category a:hover{
  color: #4285f4;
}
.wall-post .image, .video-post{
  display: block;
  margin-bottom: 28px;
  margin-left: -11px;
  margin-right: -11px;
  overflow: hidden;
  position: relative;
}
.wall-post .video-post video {
  width: 100%;
  height: auto;
  max-height: 500px;
}
.wall-post .image img,
.offer-wrapper .offer-banner img.image{
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wall-post .image:hover img,
.offer-wrapper .offer-banner:hover img.image{
  -webkit-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}
.wall-post .content h4{
  font-size: 18px;
  font-weight: 500;
}
.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%;
}
.wall-post .footer{
  margin-top: 25px;
}
.wall-post .footer > a,
.wall-post .footer .likes-count,
.busi-post-share-btn{
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-right: 50px;
  transition: none;
}
.wall-post .footer .likes-count {
  margin-right:0;
  margin-left: -50px;
}
.offer-area.wyz_offers .busi-post-share-btn {
  margin-right: 0;
  float: right;
}
.offer-wrapper .busi-post-share-btn {
  float: right;
  margin: 0;
  margin-bottom: 25px;
}
.wall-post .footer >a i,
.busi-post-share-btn .fa{
  float: left;
  font-size: 18px;
  line-height: 20px;
  margin-right: 10px;
  padding-left: 1px;
}
.wall-post .footer >a span{
  display: inline-block;
  margin-left: 5px;
  transition: none;
}
.wall-post .footer >a:hover{
  color: #666666;
}

.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;
}
.post-share>a:hover{
  color: #fff;
}
.post-share>a i{
  float: none !important;
  line-height: 23px;
  margin-right: 1px;
}
.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;
}
.wall-post .footer{
  position: relative;
  display: inline-block;
  width: 100%;
}
.post-footer-comment-form{
  margin-bottom: 10px;
  margin-top: 15px;
}
.post-footer-comment-form .wyz-input{
  float: none;
  margin-bottom: 0;
  width: 75%;
}
.post-footer-comment-form .post_footer_comment_btn{
  float: right;
  max-width: 25%;
}
.the-post-comments .the-comment{
  background-color: #f9f9f9;
  clear: both;
  color: #787878;
  margin-bottom: 10px;
  padding: 15px;
}
.the-post-comments .the-comment:last-child{
  margin-bottom: 0;
  padding-bottom: 20px;
}
.the-post-comments .the-comment .com-content{
  text-align: justify;
  margin-left: 30px;
}
.the-post-comments .the-comment .has-avatar {
  padding-left: 33px;
}
.the-post-comments .the-comment .com-name{
  font-weight: 500;
}

.the-post-comments .the-comment img{
  border-radius: 20px;
  margin-right: 5px;
  width: 23px;
}

.business-post-share-cont{
  clear: both;
  z-index: 9;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
  text-align: center;
  margin-top: 40px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.offer-wrapper .business-post-share-cont,
.offer-area.wyz_offers .business-post-share-cont {
  margin-top: 0;
}
.wall-post .business-post-share-cont{
  border: none;
}
.business-post-share-cont{
  display: none;
}
/*-- 13.3 Wall Photo Gallery --*/
.busi-bank-photos .head h3{
  float: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
  width: 100%;
}
.busi-bank-photos .head form{
  float: right;
}
.busi-bank-photos .head input{
  background-color: transparent;
  border: none;
  color: #606060;
  display: block;
  float: right;
  font-size: 14px;
  margin-left: 20px;
}
.row-5{
  margin-left: -5px;
  margin-right: -5px;
}
.row-5 [class*="col"]{
  padding-left: 5px;
  padding-right: 5px;
}
.wall-photo-gallery [class*="col"]{
  margin-bottom: 10px;
}
.busi-photos-wrapper>div{
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.busi-photos-wrapper a{
  display: block;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.busi-photos-wrapper a::before{
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("img/photo-gallery/plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.busi-photos-wrapper a img{
  position: absolute;
  top: 0;
  max-width: initial;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.busi-photos-wrapper a:hover::before{
  opacity: 1;
}
.busi-photos-wrapper a:hover img{
  -webkit-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}
#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;
}
.busi_post_submit-dis{
  background-color: transparent;
  border: none;
  color: #4285f4;
  float: right;
  font-size: 13px;
  height: 44px;
  line-height: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.busi_post_submit-dis:hover{
  color: #4285f4;
}
input#busi_post_submit.busi_post_submit-dis:hover{
  background-color: transparent !important;
}
input#profile_post_submit.busi_post_submit-dis:hover{
  background-color: transparent !important;
}

#busi-comment-btn.busi_post_submit-dis {
  background-color: transparent !important;
}
.avatar_profile_no_img {
  font-family: 'FontAwesome';
  font-size: 40px;
  color: #037bb5;
  display: block;
  background-color: #7bd4ff;
  border-radius: 120px;
  width: 51px;
  height: 51px;
  text-align: center;
  margin-right: 10px;
}
.avatar_profile_no_img::before {
  top: 12px;
  position: absolute;
  left: 10px;
}
.avatar_profile_no_img_comment {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #037bb5;
    display: block;
    background-color: #bbe5f9;
    border-radius: 120px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    margin-right: 5px;
}
.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}
}
.load-more-btn{
  background-color: #f6f6f6;
  padding: 18px 15px;
}
.load-more-btn .btn{
  background-color: transparent;
  border: medium none;
  color: #666666;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
}
.load-more-btn .btn i{
  margin-left: 6px;
}
.load-more-btn .btn:hover{
  color: #4285f4;
}
/* Single Offer */
.the-offer{
  padding: 15px 20px 30px;
}
.the-offer .offr-desc{
  overflow: hidden;
  max-height: 190px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.the-offer .offr-desc.auto-expand{
  overflow: initial;
  max-height: initial;
}

.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;
}
.the-post-comments .the-comment.the-comment-more{
  background-color: transparent;
  text-align: center;
}
.the-comment.the-comment-more{
  padding: 0;
}
#postswrapper center .load-more-btn {
  border: 0;
  border-radius: 30px;
  color: #4285f4;
  padding: 15px 25px;
}
/*-- 13.4 Wall Offers --*/
.wall-offer-wrapper h3,
.offer-wrapper h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
  width: 100%;
}
.offer-wrapper .offer-tax{
  float: left;
  clear: left;
  font-weight: 500;
}
.wall-offer-wrapper h5,
.offer-wrapper h5{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.wall-offer-wrapper p{
  margin-bottom: 20px;
}
/*-- Wall Offer Blockquote --*/
.wall-offer-wrapper blockquote{
  background-color: #f6f6f6;
  border: medium none;
  margin: 0 100px 20px;
  padding: 30px 35px;
}
.wall-offer-wrapper blockquote p{
  color: #777777;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}

/*-- Offer Banner With Text --*/
.offer-banner-text{
  background-image: url("images/banner-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 100px 30px 80px;
}
.offer-banner-text h2{
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin: 3px 0;
  float: left;
}
.offer-banner-text a{
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 14px;
  height: 38px;
  padding: 6px 30px;
}
.offer-banner-text a:hover{
  background-color: #ffffff;
}

/*-- Offer Banner --*/
.offer-banner{
  display: block;
  position: relative;
  overflow: hidden;
}
.offer-banner img{
  width: 100%;
}
.offer-banner span{
  background-image: url("images/offer-price-tag-bg.png");
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  height: 91px;
  left: 20px;
  line-height: 91px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 91px;
  z-index: 99;
}

/*-- 13.5 Wall Message --*/
.wall-message-wrapper h3{
  float: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
  width: 100%;
}
.wall-message-wrapper .row{
  margin-left: -10px;
  margin-right: -10px;
}
.wall-message-wrapper .row [class*="col"]{
  padding-left: 10px;
  padding-right: 10px;
}

/*-- Wall Message Form --*/
#wall-message-form input{
  border: 1px solid #f1f1f1;
  color: #999;
  float: left;
  height: 44px;
  line-height: 22px;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 100%;
}
#wall-message-form .wpcf7-form-control-wrap:last-child input{
  margin-bottom: 0;
}
#wall-message-form textarea{
  border: 1px solid #f1f1f1;
  color: #999;
  float: left;
  height: 108px;
  line-height: 22px;
  margin-bottom: 20px;
  padding: 10px 20px;
  resize: none;
  width: 100%;
}
#wall-message-form input[type="submit"]{
  background-color: #f1f1f1;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  width: auto;
}
#wall-message-form input[type="submit"]:hover{
  color: #ffffff;
}

/*-- 13.6 Wall Product --*/
.wall-product-wrapper h3{
  float: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
  width: 100%;
}
/*-- Product Item --*/
.product-item{
  border: 1px solid #ececec;
  padding: 15px;
}
.product-item .image{
  display: block;
  margin-bottom: 15px;
}
.product-item .image img{
  width: 100%;
}
.product-item .title{
  font-size: 16px;
}
.product-item .title a:hover{
  color: #4285f4;
}
.product-item .price-amount{
  display: block;
}
.product-item .add-to-cart{
  background-color: #ebe9eb;
  color: #444;
  display: inline-block;
  margin-top: 10px;
  padding: 2px 15px;
}
.product-item .add-to-cart:hover{
  background-color: #4285f4;
  color: #ffffff;
}
/*-- 13.7 Wall Rating --*/
.wall-rating-wrapper h3{
  float: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
  width: 100%;
}

/*-- Single Rating --*/
.sin-busi-rate{
  border: 1px solid #ececec;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.sin-busi-rate .head{
  background-color: #fafafa;
  padding: 7px 15px;
}
.rating-data .the-stars{
  margin-right: 7px;
}
.rating-data .the-stars i{
  color: #fd4;
  display: block;
  float: left;
  line-height: 24px;
  margin-right: 3px;
}
.rating-auth-date .rating-auth{
  display: block;
  float: left;
  margin-right: 10px;
}
.rating-auth-date .rating-date{
  display: block;
  float: left;
}
.sin-busi-rate .content{
  padding: 15px;
}
