/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.home.page .hovered-social-icons{
  display: none;
}
body {
  -webkit-animation: bodyFade 888ms ease;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: bodyFade 888ms ease;
  /* Firefox < 16 */
  animation: bodyFade 888ms ease;
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes bodyFade {
  0% {
      opacity: 0;
  }
  70% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes bodyFade {
  0% {
      opacity: 0;
  }
  70% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes bodyFade {
  0% {
      opacity: 0;
  }
  70% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.scrollToTop {
  right: 10px!important;
  bottom: 22px!important;
  background-color: rgba(255, 255, 255, 0.97)!important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17)!important;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  transition: linear opacity 1s;
}

.grecaptcha-badge.show {
  visibility: visible;
  opacity: 1;
  transition: linear opacity 1s;
}
.blog .page-title{
  visibility: hidden;
  height: 100px;
}
.rspsv-img{
  max-width: 1000px;
  height: auto;
}
.ta-jus{
  text-align: justify!important;
}
.ta-cen{
  text-align: center!important;
}
.fw-300{
  font-weight: 300!important;
  font-style: normal!important;
}
.fw-400{
  font-weight: 400!important;
  font-style: normal;
}
.fw-500{
  font-weight: 500!important;
  font-style: normal;
}
.fz-15{
  font-size: 15px!important;
}
.fz-18{
  font-size: 18px!important;
}
.fz-20{
  font-size: 20px!important;
}
.fz-24{
  font-size: 24px!important;
}
.fz-28{
  font-size: 28px!important;
}
.tt-up{
  text-transform: uppercase!important;
}
.mb-0{
  margin-bottom: 0!important;
}
.sp-hidden{
  display: none!important;
}

.wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, .woocommerce-error, .woocommerce-info {
  background-color: #f44336;
}


#contact-form-popup input[type='text'],
#contact-form-popup input[type='email'],
#contact-form-popup textarea{
  background-color: #f9f9f9;
  font-size: 17px;
  font-weight: 400;
}
#contact-form-popup input[type='text']:hover,
#contact-form-popup input[type='email']:hover,
#contact-form-popup textarea:hover,
#contact-form-popup input[type='text']:focus,
#contact-form-popup input[type='email']:focus,
#contact-form-popup textarea:focus{
  border-color: #94cc51;
}
#contact-form-popup label{
  font-weight: 500;
  font-size: 19px;
}
#contact-form-popup input[type='text']::placeholder,
#contact-form-popup input[type='email']::placeholder,
#contact-form-popup textarea::placeholder{
  color: #828282;
}
#contact-form-popup input[type='submit']{
  font-size: 16px;
}



#register-form input[type="text"],
#register-form input[type="email"]{
  font-size: 20px;
  font-weight: 500;
  color: #444;
  background-color: transparent!important;
}
#register-form input::placeholder{
  /* color: #e1e1e1; */
  border-color: rgba(255, 255, 255, 0.75);
}
#register-form input:hover,
#register-form input:focus{
  border-color: #038266;
}
#register-form input[type="submit"]{
  color: #fff;
  font-size: 18px;
  margin-top: 11px;
}



#register-form-response .wd-btn-icon{
 margin-right: 10px;
}
#register-form-response .wd-btn-icon .fa-envelope{
 margin-right: 5px; 
}
#register-form-response .wpb_single_image{
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#register-form-response h4{
  font-size: 18px;
  font-weight: 400;
}
#register-form-response .vc_col-sm-6 h4{
  font-weight: 500;
  margin-bottom: 8px;
}

.sp-sticky-nav{
  /* text-align: center; */
  width: 100%;
  position: relative;
  top: 0;
  box-sizing: border-box;
  height: 60px;
}
.sp-sticky-nav.is-fixed .whb-with-shadow{
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.28);
}
.sp-sticky-nav,
.sp-sticky-nav .whb-flex-row{
 height: 60px;
}
/* Sticky Navigation */
.sp-sticky-nav.is-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}


.wd-nav>li>a{
  /* padding: 0 7px; */
}
.wd-nav[class*="wd-style-"]>li.current-menu-item>a{
  /* color: #038266; */
}
.wd-nav[class*="wd-style-"]>li:hover>a{
  color:#A1DFA9;
}
.wd-dropdown{
  background-color: #4d4d4d;
}
.wd-dropdown-menu.wd-design-default{
  padding: 15px 25px;
}
.wd-sub-menu li>a{
  font-size: 16px;
  font-weight: 500;
  color: #fff!important;
}
.wd-sub-menu li>a:hover {
  color: #ddd!important;
}
.mobile-nav{
  padding-top: 20px;
}
.mobile-nav .wd-nav>li>a {
  line-height: 1.4;
  font-weight: 500;
  font-size: 19px;
  padding: 15px 25px!important
}
.main-footer a{
  font-size: 17px;
  font-weight: 400;
}
.main-footer a:hover{
  color: #008001;
}
.main-footer .widget-title{
  font-size: 19px;
}



.footer-container{
  background-image: url('images/footer.svg')!important;
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: bottom -200px right -70px;
}
.main-footer .wpb_column:first-child ul a{
  border-bottom: 1px #343434 dotted;
}
.main-footer .wpb_column:last-child ul img,
.main-footer .wpb_column:last-child .list-content{
  margin-right: 8px;
}

.min-footer{
  opacity: .36;
}

#speakers .testimon-style-boxed .testimonial-inner {
  height: 383px;
}


#slider-74 .wd-slide-inner .vc_row .vc_column_container .vc_column-inner{
  border-radius: 4px;
}









#home{
  min-height: 700px;
}
#home .reglink-mobile{
  display: none;
}
#home .logos .vc_figure{
  max-width: 158px;
}







.hero-archive{
  position: relative;
  min-height: 500px;
}
.hero-title{
  font-size: 44px;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0px #000, 2px 2px 8px #113227;
}
/* .hero-archive:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.928);
  z-index: 1000;
} */
.hero-archive h1{
  display: inline-block;
  margin: 0 auto;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 60px;
  color: #fff;
  padding: 30px 90px;
  border: 3px solid #fff;
  background: rgba(141, 39, 144, .95);
  /* background: rgba(0, 0, 0, .58); */
}
.media-archive .wpb_video_widget.vc_video-el-width-100 .wpb_wrapper{
  max-width: 585px;
}








.sp-carousel{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777;
}
.sp-carousel strong{
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px #038266 dotted;
  color: #474747;
}
.sp-carousel img{
  max-width: 180px!important;
}
.sp-carousel.testimon-style-boxed .testimonial-inner{
  padding: 30px 15px 20px!important;
}




#program .box-style-bg-hover{
  padding: 30px 20px;
  background-size: 101px!important;
  border-radius: 4px;
}
#program .wd-font-weight-500{
  text-shadow: 1px 1px 1px #fff, 2px 2px 12px #000;
}
#news a{
  pointer-events: none;
}
.sp-bft-list img{
  border-radius: 4px;
  max-width: 100%!important;
  height: auto!important;
}
.sp-bft-list ul{
  color: #363636;
  font-size: 16px;
  font-weight: 400;
}
.sp-bft-list li {
  align-items: flex-start!important;
}
.sp-bft-list .list-icon:before{
  font-size: 14px;
}



/* .sp-bft-list .list-icon{
  position: relative;
}
.sp-bft-list li .list-icon:before{
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 18px;
  height: 18px;
  background: url('images/favicon/favicon-32x32.png') no-repeat center;
  background-size: cover;
}
.sp-bft-list li:hover .list-icon:before{
  background: url('images/favicon/favicon-32x32-white.png') no-repeat center transparent;
  background-size: cover;
} */
.sp-bft-list .btn{
  font-weight: 500;
}
.sp-bft-list .wd-image img{
  border-radius: 4px;
}
.sp-bft-list .btn-style-link .wd-btn-icon,
.sp-bft-list .btn-style-link:hover{
  color: #92278e;
  opacity: 1;
}
.sp-bft-list .btn-style-link:hover{
  border-color: #000!important;
}
.sp-bft-list .btn-style-link:hover .wd-btn-icon{
  color: #99cc48;
}
.sp-recall .wd-slide-bg:after{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('images/home-recall-shadow.png') center top repeat-y;
}
.sp-recall-title{
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.sp-recall-text blockquote{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-style: italic;
  padding-left: 0;
  border-left: none;
  text-align: left;
}
.sp-lang-switcher{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 28px;
}
.sp-lang-switcher > a{
  filter: saturate(100%);
  opacity: .7;
}
.sp-lang-switcher > a:first-child{
  filter: saturate(0%);
  margin-right: 10px;
}
.sp-lang-switcher > a:hover{
  filter: saturate(100%);
  opacity: 1;
}
.sp-lang-switcher--ru,
.sp-lang-switcher--en{
  display: block;
  width: 24px;
  height: 12px;
  text-decoration: none;
  background-size: cover;
  font-size: 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .36);
}
.sp-lang-switcher--ru{
  background: url('images/icon-ru.svg') center no-repeat;
}
.sp-lang-switcher--en{
  background: url('images/icon-gb.svg') center no-repeat;
}



.sp-orgz{
  margin: 0 0 82px 28px;
}
.sp-orgz.wd_delay_250{
  margin-top: 20px;
  margin-bottom: 60px;
}


.sp-partners{
  min-height: 180px;
}
.sp-partners.box-style-shadow {
  padding: 20px;
}
.sp-partners .box-icon-wrapper{
  flex: 1 1 auto!important;
}
.sp-partners .box-icon-wrapper{
  margin-bottom: 0!important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sp-partners .box-icon-wrapper{
  width: 180px!important;
  height: 180px!important;
  margin: 0 auto;
}
.sp-partners .info-box-content{
  display: none;
}
#partners .owl-dots .owl-dot span,
#infopartners .owl-dots .owl-dot span{
  margin: 5px 3px;
}

.sp-partners.general .box-icon-wrapper{
  width: 200px!important;
  height: 200px!important;
  margin: 0 auto;
}



#news .wd-post-date.wd-style-with-bg .post-date-day,
#news .wd-post-date.wd-style-with-bg .post-date-month{
  visibility: hidden;
}
#news .blog-design-masonry.has-post-thumbnail .post-date{
  background: url('images/blog-icon.png') no-repeat center transparent;
  background-size: cover;
  background-position: top -3px center;
  box-shadow: rgba(42, 42, 42, 0.22) 0px 0px 13px;
}




/* RESTYLING */
.pswp__caption__center{
  font-size: 17px!important;
}
.pswp__bg,
.mfp-bg{
  background: rgba(0, 0, 0, 0.92)!important;
}
.pswp__button--close{
  transform: rotate(-90deg)!important;
}
.pswp__button--close:hover{
  transform: rotate(0deg);
  transition: .2s ease-out;
}

.pswp__button--share,
.pswp__button--fs{
  display: none!important;
}

.pswp__caption__center{
  max-width: 800px!important;
  color: #eee!important;
  text-align: center!important;
}

.wd-search-full-screen .no-found-msg{
  position: relative;
  width: 80vw;
}
.product-wrapper .wd-action-btn.wd-style-text>a,
.wd-right .wd-action-btn.wd-style-text>a,
.wd-left .wd-action-btn.wd-style-text>a{
  justify-content: flex-start;
  width: 11px!important;;
  overflow: hidden;
}
.product-wrapper .wd-action-btn.wd-style-text>a:hover,
.wd-right .wd-action-btn.wd-style-text>a:hover,
.wd-left .wd-action-btn.wd-style-text>a:hover{
  width: 100%!important;
}





/*
HEADER
*/
.whb-header .wd-logo img{
  padding-top: 0;
  padding-bottom: 0;
}
#home .wd-tltp .wd-tooltip-label{
  border-radius: 5px;
  background-color: #fff;
  height: 25px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 11px!important;
  margin-top: 0!important;
  margin-left: 0!important;
  color: #000;
}
#home .wd-tltp-top .wd-tooltip-label:before{
  border-top-color: #fff;
}
.whb-header .wd-header-html a[href*="register-form"],
.whb-header .wd-header-html a[href*="register-form-response"]{
  display: none!important;
}




#register a{
  display: block;
  min-height: 320px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 25px;
  border-radius: 5px;
  max-width: 303px;
  margin: 0 auto;
  background-color: rgba(3, 130, 103, 0.85);
  background-repeat: no-repeat;
  background-position: center bottom 40px;
}
#register .reg-1{
  background-image: url('register/register_member.png');
}
#register .reg-2{
  background-image: url('register/register_speaker.png');
}
#register .reg-3{
  background-image: url('register/register_sponsor.png');
  background-position: center bottom 33px;
}
#register .reg-4{
  background-image: url('register/register_infopartner.png');
  background-position: center bottom 30px;
}

.sp-opinions .vc_tta-panel-body{
  padding: 40px 50px 25px!important;
}
#opinions .vc_tta-tab>a {
  font-size: 18px;
  font-weight: 500;
}
.sp-opinions-tab{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}
.op-text{
  width: 313px;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding-right: 55px;
}
.op-text strong{
  display: block;
  font-size: 20px;
  margin: 15px 0 5px;
}
.op-text img{
  border-radius: 50%;
  margin: 0 auto;
}
.op-video{
  flex: 1 0 auto;
}
.op-video .wpb_wrapper {
  max-width: 665px;
}

/*
RESPONSIVE
*/
@media (max-width: 1240px){
  .whb-main-header > .whb-row > .container{
    padding-left: 0;
  }
}

@media (max-width: 1166px){
  .sp-sticky-nav .whb-general-header ul li:first-child{
    display: none!important;
  }
}
@media (max-width: 991px){

  .sp-opinions .vc_tta-panel-body{
    padding: 30px 28px 22px!important;
  }
  .sp-opinions-tab{
    display: block;
  }
  .op-text,
  .op-video{
    display: block!important;
    width: 100%;
  }
  .op-text{
    padding-right: 0;
    padding-bottom: 25px;
  }
  .op-video.wpb_wrapper {
    max-width: auto;
  }
  
}




@media (max-width: 1280px){
  #speakers > .wpb_column .vc_column-inner{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px){
  .hero-title{
    font-size: 42px;
    line-height: 44px;
    text-shadow: 1px 1px 0px #000, 2px 2px 8px #113227;
  }




  #register a {
    min-height: 270px;
    font-size: 22px;
    line-height: 30px;
    background-size: 155px;
  }
}

@media (max-width: 1024px){
  #home{
    margin-top: 60px;
  }
  #home .reglink{
    display: none !important;
  }
  #home .reglink-mobile{
    display: block !important;
  }
  #home .logos .vc_figure{
    max-width: 200px;
    margin: 12px 0 0 14px
  }
  #home .logos{
    margin-bottom: 11px !important;
  }
  #home .logos.vc_align_left {
    text-align: center!important;
  }
  #home .fz-28{
    font-size: 24px !important;
  }



  .sp-sticky-nav{
    display: none!important;
  }
}
@media (max-width: 991px){
  .hero-title{
    font-size: 34px;
  }


}

@media (max-width: 767px){
  .hero-archive{
    min-height: 292px;
  }
  .hero-title{
    font-size: 32px;
    line-height: 43px;
    text-shadow: 2px 2px 0px #000, 3px 4px 4px #113227;
  }




  #program .box-style-bg-hover{
    padding: 25px 5px;
    background-size: 82px!important;
  }
  .sp-recall .wd-slide-inner{
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .sp-recall-text blockquote{
    font-size: 20px;
    line-height: 26px;
  }
  .sp-orgz {
    margin: 0 22px 60px 0;
    max-width: 400px;
  }
  .media-archive .wpb_video_widget.vc_video-el-width-80 .wpb_wrapper{
    max-width: 100%;
  }
  #venue ymaps{
    max-height: 450px!important;
  }
}








.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 42px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2px 15px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .2);
  border-color: #e5e5e5;
  color: #828282;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #008001 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  /* background-color: #b83729; */
  border-color: #008001;
}
.select-styled:active, .select-styled.active {
  background-color: #008001;
  border-color: #008001;
  color: #fff;
}
.select-styled:active:after, .select-styled.active:after {
  /* top: 9px;
  border-color: transparent transparent #fff transparent; */
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e5e5e5;
  color: #444;
  box-shadow: 5px 12px 20px rgba(0, 0, 0, .05);
}
.select-options li {
  margin: 0;
  padding: 10px 0 11px;
  text-indent: 17px;
  border-top: 1px solid #c5c5c5;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #44541b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

#register-form .col-lg-12:first-child .wpcf7-not-valid-tip,
#register-form .col-lg-12:first-child .wpcf7-not-valid-tip{
  margin-top: -8px;
}
#register-form ul.select-options li:first-child,
#register-form ul.select-options li:first-child{
  display: none;
}
#register-form label,
#register-form label{
  display: flex;
  align-items: center;
  justify-content: center;
}
#register-form input[type="checkbox"],
#register-form input[type="checkbox"]{
  margin-right: 12px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}