/**
 * Theme Name:     Betheme Child
 * Author:         Muffin group
 * Template:       betheme
 * Text Domain:	   betheme-child
 * Description:    The biggest WordPress Theme ever
 */

.column-half {
    float: left;
    padding: 5px;
    width: 50%;
}
.column-full {
    float: left;
    padding: 5px;
    width: 100%;
}	
.single-portfolio .desc {
    margin-left: 35px;
}
.column.one.post-nav.minimal,.single-portfolio hr.hr_color,.single-portfolio .desc h4 {
  display: none;
}
.event-col-right .slider-single img{
  max-height: 609px;
  object-fit: cover;
  min-height: 609px;
  width: 100%;
  object-position: top;
  border-radius: 3px;
}
.event-col-right .slider-nav img{
  min-height: 89px;
  object-fit: cover;
  max-height: 89px;
  width: 100%;
  object-position: top;
  border-radius: 3px;
}
.slick-prev::before, .slick-next::before {
  color: #199cb7;
}
.event-sc-row .event-col-right {
  width: 78%;
}
.event-category-set .slick-prev.slick-arrow,.event-category-set .slick-next.slick-arrow {
  border-style: none;
}
.event-category-set .slider-nav .slick-slide{
  margin: 0 5px;
}
.event-category-set.slider-single{
  padding-bottom:20px;
}
.event-col-right .tab-content{
  height: 0px;
  overflow: hidden;
}
.event-col-right .tab-content.active{
  height: auto;
}
.slider.slider-single{
  margin-bottom:20px;
}
.thubnail-img.slick-slide{
  margin:0 5px;
}
.slider.slider-single,.slider.slider-nav{
  padding:0 40px;
}
.event-col-right .slick-next{
  right: -5px;
  border: none;
}
.event-col-right .slick-prev{
  left:0px;
  border: none;
}
.button-stroke button.slick-arrow:hover{
  background-color: initial !important;
}
.slick-prev, .slick-next{
  width:30px;
  height:30px;
}
.slick-prev::before, .slick-next::before{
  font-size: 30px;
}
.slider-nav .slick-prev::before, .slider-nav .slick-next::before{
  font-size: 24px;
}
.event-col-right img{
  cursor: pointer;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before{
  opacity: .40;
}
a.event-cat {
  background: #FFF;
  border: 1px solid #199CB7;
  text-align: center;
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
  padding: 9px;
}
.event-cat-list .active a.event-cat,
a.event-cat:hover {
    background: #199CB7;
    color: #FFF;
    text-decoration: none;
}
ul.event-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.event-cat-list li{
  list-style:none;
}
.wpcf7-form-control::-ms-input-placeholder { /* Edge 12-18 */
  opacity:0.7;
}

.wpcf7-form-control::placeholder {
  opacity:0.5;
}
.wpcf7-form.invalid .wpcf7-response-output{
	color:#ed3b2e;
	font-weight: 600;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #46b450;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
body:not(.cf7p-message) .custom-contact-form .wpcf7-not-valid-tip:after,
body:not(.cf7p-message) .custom-contact-form .wpcf7-not-valid-tip:before{
  content:none;
}
.portfolio .section.section-post-related{
	margin-bottom:50px;
}
.parent-pageid-3017 .one-second .button.button_size_2 .button_label,
.parent-pageid-2841 .one-second .button.button_size_2 .button_label{
    color:#FFFFFF;
}


@media only screen and (max-width: 959px) {
  body .mfn-header-tmpl .mfn-header-mobile-section{
    display:block;
    padding:10px 15px;
  }
  body .mfn-header-tmpl.mfn-hasMobile .mfn-default-section, body .mfn-header-tmpl.mfn-hasMobile .mfn-header-sticky-section,
  body .mfn-header-scrolled .mfn-header-tmpl.mfn-hasSticky .mfn-header-sticky-section{
    display: none !important;
  }
  .mfn-header-mobile-section .wrap.mcb-wrap .mcb-wrap-inner{
    justify-content: space-between;
  }
  body .mcb-section .mcb-wrap .mcb-item-93843cc46{
    flex: 0 0 400px !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  ul.event-cat-list{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding:0 40px;
    margin: 0 !important;
  }
  ul.event-cat-list li { 
    width: 50%;
    display: inline-block;
    margin-right: -1px;
  }
  .section.mcb-section.mfn-default-section.mcb-section-9c4rm76de{
    padding-top:0 !important;
  }
 
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  .mcb-item-sliding_box-inner .sliding_box .desc_wrapper h4{
    min-height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .mfn-header-icon-box .desc-wrapper b,.mfn-header-icon-box .desc-wrapper br{
    display: none;
  }
  body .pager .pages{
    background:transparent;
    margin: 5px 30px 5px;
  }
  body .pager .pages a{
    margin: 5px;
    background: #ddd;
  }
  .mobile-one.column.icon-column{
    display: flex;
    justify-content: center;
  }
  body #Filters .filters_wrapper ul li{
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .event-col-right .slider-single img{
    max-height: 400px;
    object-fit: cover;
    min-height: 400px;
    width: 100%;
    object-position: top;
    border-radius: 3px;
  }
}

@media only screen and (max-width: 400px) {
  .column-half{
    float:none;
    width:100%;
    padding: 0;
  }
  .g-recaptcha{
    transform:scale(0.75);
    -webkit-transform:scale(0.75);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  .section.has-video .section_video video{
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  ul.event-cat-list li{
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
    .explore-our-service .mobile-one-second.column,.full-column-box .mobile-one-second.column{
        width:100%;
    }
    .explore-our-service .title{
        font-size: 16px;
    }
    .single-portfolio .desc{
      margin-left: 0;
    }
    .column_column .strength-box ul.my-list{
      margin-left: 0;
      text-align: justify;
    }
}

@media only screen and (max-width: 350px) {
  body .mfn-header-tmpl .mfn-header-mobile-section{
    padding: 10px 0px;
  }
  body .mcb-section .mcb-wrap .mcb-item-93843cc46{
    flex: 0 0 300px !important;
  }
  .mcb-column.mcb-item-b94092c49.mobile-one{
    padding-right: 10px;
  }
  .mcb-section .mcb-wrap .mcb-item-b94092c49 .desc-wrapper{
    font-size: 13px !important;
  }
}