/* Enter Your Custom CSS Here */

.contact-right-section a{
 font-size:19px;
}
p {
    color: #fff;
}
body .YouTubePopUp-Close {
    position: absolute;
    top: -36px;
    cursor: pointer;
    left: auto;
  right: 0;}
.video-tabs h2{font-size: 23px;
  line-height:26px;
    padding: 17px 18px;
    margin: 0;
    background: #c16e29;
}
body .YouTubePopUp-Close:before {
    font-family: 'vp-close-icon' !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    content: "\61";
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
    font-size: 46px;
    color: #fff;
    font-weight: 900!important;
}
.video-tabs .vp-a.vp-dr{ display:block;     position: relative;}
.video-tabs .vp-a.vp-dr::before { z-index: 99;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/plugins/themeum-eventum/templates/play.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
}
.video-tabs .vp-a.vp-dr:hover::after{ opacity:0;}
.video-tabs .vp-a.vp-dr::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 , 0 , 0 , .3);
    z-index: 9;
}
.video-tabs img{ max-width:100%;}

.video-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: transparent;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    border: none;
    /* text-decoration: underline; */
    padding-bottom: 0;
    line-height: 31px!important;
}

.video-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab >a {
    background-color: transparent;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    border: none;
    /* text-decoration: underline; */
    padding-bottom: 0;
    line-height: 31px!important;
}

.video-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a span:after {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
}