/**
 * Theme Name:     Child Venue ByBoiler Theme
 * Author:         UrVenue
 * Template:       wp-uvtheme-master-main
 * Text Domain:	   child-venue-byboiler-theme
 * Description:    Master Theme for UrVenue Websites
 */


.uvform-styles .uv-section-inner {
   max-width: 600px;
}

.uvform-styles .uws-integration.uws-inquiryform-cont {
   padding: 40px;
   margin-top: 50px;
   border-radius: 20px;
   background: #212121;
}

.uvform-styles .uws-inputcont input,
.uvform-styles .uws-inputcont textarea,
.uvform-styles .uws-inputcont select {
   background-color: #181818;
   padding: 15px 10px;
   font-size: 14px;
   border: solid 1px #181818;
   border-radius: 5px;
}

.uvform-styles .uws-inputcont .uwsinput {
   background-color: #181818;
   border: solid 1px #181818;
   border-radius: 5px;
}

.uvform-styles .uwsactions button {
   width: 100%;
}

.uwscheckbox a {
   color: var(--uvwp_primary_background_color);
}

/* .uv-section-bg {
   position: relative;
}

.uv-section-bg::after {
   content: " ";
   background: url(bgs/backgroundsection.webp);
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   opacity: .2;
   background-repeat: no-repeat;
   background-size: cover;
} */

@media(max-width: 768px)
{
   body .video-controls{display: flex;gap: 10px;bottom: 20px;}
   body .uvvideocontrol.uvjs-videoaudiotoggle, body .uvvideocontrol.uvjs-videoplaytoggle{width: 40px;height: 40px;}
   body .uvvideocontrol.uvjs-videoaudiotoggle .icon-video-controller-wrapper, body .uvvideocontrol.uvjs-videoplaytoggle.uvactive .uvicondash-pause, body .uvvideocontrol.uvjs-videoplaytoggle .uvicondash-play
   {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
   }
}

@media (max-width: 500px) {
   .uv-nav-extra-buttons .uv-btn:not(.uv-btn-inl){font-size: 14px;padding: .5em .55em;}
   .uv-hamburguer-menu-icon{padding-left: 0;}
   /* .uv-nav-extra-buttons {
      display: none;
   } */
}

/*Gallery*/
@media(max-width: 768px)
{
   body .galleries-tabs{padding-bottom: 28px;}
}

/*Menu*/
body .uvcms-thememenu .level4-styles, body .uvcms-thememenu .description-styles{color: #E6E6E6;}
body .uvcms-thememenu .menu-item-detailes{padding-left: 0;}