/*
 Theme Name:   Twenty Twenty Services/Directory 
 Theme URI:    http://vidapi.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       VIDAPI.COM
 Author URI:   http://vidapi.com/
 Template:     twentytwenty
 Version:      7.3
 License:      GNU General Public License v2 or later
Details URI: https://prefabhomes.tv/theme-updates/details.html
*/

@import url("../twentytwenty/style.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,900;1,900&display=swap');

#site-header {
    /*background: #115172 !important;*/
    position: relative;
}
.site-description {
    display:none;
}
.header-navigation-wrapper li > a {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 15px 0px 15px;
    /*color: rgba(255, 255, 255, 0.9) !important;*/
}
.primary-menu a:focus{
  text-decoration: none !important;
}
p.stars a {
    color: #115172 !important;
}
body:not(.overlay-header) #site-header .toggle,
body:not(.overlay-header) .toggle-inner .toggle-text{
	/*color: rgba(255, 255, 255, 0.9) !important;*/
}
.entry-header{
	display:none !important;
}
.primary-menu a:hover{
	text-decoration: none !important;
}
.menu-modal-inner {
   /* background: #115172f2 !important;*/
	}
.menu-modal {
   /* background: #fff0 !important;*/
}
.modal-menu a{
	/*color: rgba(255, 255, 255, 0.9) !important;*/
}
.menu-modal .toggle {
   /* color: rgba(255, 255, 255, 0.9) !important;*/
}

body:not(.overlay-header) .primary-menu > li > ul:after {
   /* border-bottom-color: #115172 !important;*/
}
.nav-toggle .toggle-icon, .nav-toggle svg {
    height: auto;
}
.nav-toggle .toggle-inner {
    padding-top: 0;
}
.nav-toggle .toggle-inner {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    justify-content: center;
}
.toggle-inner .toggle-text {
    left: 0;
    right: 0;
    text-align: center;
    top: calc(100% - 1.7rem);
    width: auto;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    position: relative;
	  padding: 0 10px;
}
#site-header .toggle:hover,
.toggle-text:hover,
#site-header .toggle:focus{
	text-decoration: none;
}
.header-inner .toggle:hover .toggle-text {
    text-decoration: none;
}
.footer-credits {
    width: 100%;
}
.footer-widgets-custom {
    width: 95%;
    margin: auto;
}
#site-footer .section-inner {
    flex-direction: column;
}
.to-the-top{
    text-align: right;
    display: block;
    width: 100%;
    position: absolute;
    right: 50px;
    margin-top: -35px;
}
.footer-copyright{
    text-align: right;
    font-size: 14px;
    position: absolute;
    left: 20px;
}
a.add_to_wishlist.single_add_to_wishlist {
    color: #115172 !important;
}
.search-form label{
  color:#fff;
}
.search-modal button.search-untoggle {
    color: #fff !important;
}
/* Slick Slider Css Ruls */

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.wmp-player .mejs-container.wmp-main-video-player.wp-video-shortcode, .wmp-playlist .mejs-container.wmp-main-video-player.wp-video-shortcode {
    background: none !important;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none
}
/* Slider Theme Style */

.Container {
  padding: 0 15px;
}

.Container:after,
.Container .Head:after {
  content: '';
  display: block;
  clear: both;
}

.Container .Head {
  font: 20px/50px NeoSansR;
  color: #222;
  height: 52px;
  over-flow: hidden;
  border-bottom:1px solid rgba(0,0,0,.25);
}

.Container .Head .Arrows {
  float: right;
}

.Container .Head .Slick-Next,
.Container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.Container .Head .Slick-Next:hover,
.Container .Head .Slick-Prev:hover {
  background: #33687a;
}

.Container .Head .Slick-Next:before {
  content: '\f105'
}

.Container .Head .Slick-Prev:before {
  content: '\f104'
}

.SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.ProductBlock {
  padding: 0 7.5px;
}

.ProductBlock .img-fill {
  height: 200px;
}

.ProductBlock h3 {
  font: 15px/36px RalewayR;
  color: #393939;
  margin-top: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .25);
}
.wp-video{
    width: 80% !important;
    height: 70% !important;
	  margin:auto;
}
.wmp-player .wp-playlist.wmp-main-playlist, .wmp-playlist .wp-playlist.wmp-main-playlist {
   width: 90% !important;
    height: 70% !important;
    margin: 0 !important;
    margin: auto !important;
    border: none !important;
    background: transparent;
	padding: 0 30px !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}
.mejs-mediaelement {
    top: -15px !important;
}
.mejs-controls {
    bottom: -20px !important;
}
.entry-content > .alignfull {
margin-bottom: 10rem;
margin-top: 0;
}
button:hover,
.modal-menu a:hover,
button:focus{
	text-decoration: none;
}
.widget-title {
    font-size: 18px;
        margin-bottom: 1.0rem !important;
}
.widget-content a,
.widget-content p {
    font-family: "Lato",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 15px 0 15px;
    color: rgba(255,255,255,.9)!important;
}
.wmp-player .wp-playlist.wmp-main-playlist .wp-playlist-tracks, .wmp-playlist .wp-playlist.wmp-main-playlist .wp-playlist-tracks{
border: 1px solid #115172 !important;
box-shadow: unset !important;
max-width: 500px;
    margin: 20px auto;
        background: #000;
}
.wp-playlist-item{
	border-bottom: 1px solid yellow !important;
	position: relative;
}
.wmp-playlist .wp-playlist.wmp-main-playlist .wp-playlist-tracks .wp-playlist-item a .wp-playlist-item-title {
    color: #0BA3F2;
}
.header-inner .toggle:focus .toggle-text,
.footer-copyright a:hover,
.footer-copyright a:focus,
.to-the-top:hover,
.to-the-top:focus,
.site-title a:hover,
.site-title a:focus{
	text-decoration:none !important;
}
.wmp-player .mejs-container.wmp-main-video-player .mejs-inner .mejs-controls:after, .wmp-playlist .mejs-container.wmp-main-video-player .mejs-inner .mejs-controls:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    z-index: -1;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background-image: none;
}
.wmp-player .wp-playlist.wmp-main-playlist.wp-video-playlist .mejs-container, .wmp-playlist .wp-playlist.wmp-main-playlist.wp-video-playlist .mejs-container {
    background: transparent !important;
}
.wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    color: #000;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
.wp-playlist-caption {
    display: block;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
}
.wp-playlist-item-length {
    position: absolute;
    right: 3px;
    top: 5px;
    font-size: 14px;
    line-height: 1.5;
}
.search .entry-header,
.archive .entry-header{
    display: block !important;
}
.archive-header{
  background-color:transparent !important;
}
.footer-top {
    border: none !important;
}
#site-header{
  position: relative;
    z-index: 8888;
}
.mejs-container .mejs-controls .mejs-quality {
    height: 50px;
    box-sizing: border-box;
    padding: 10px 12px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    cursor: pointer !important;
}
.hdx .mejs-quality{
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
}
.mejs-quality-container.hdx{
    background: #115172;
    color: #fff !important;
    border-left: 1px solid #32373c5c !important;
}
.mejs-quality-container{
    border-right: 1px solid #32373c5c;
    border-left: 1px solid #ffffff5c;
}
.video li.blocks-gallery-item::before {
    content: "\f04b";
    font-family: FontAwesome !important;
    position: absolute;
    left: calc((50% - 30px));
    font-size: 24px;
    background: rgba(17, 81, 114, 0.71);
    padding: 10px 15px;
    color: #fff;
    cursor:pointer;
}
.video li.blocks-gallery-item:hover::before{
  content:"\f04b"
  font-family: FontAwesome !important;
  background:#086593 !important;
  color:#fff !important;
}
.wp-block-gallery ul{
    width: 90% !important;
    margin: auto;
    max-width: 90% !important;
}
.custom_cover #site-header {
    background: transparent !important;
  position:absolute;
  width:96%;
  margin-left:2%;
  margin-right:2%;
}
.custom_cover  #site-header.sticky{
  /*background-color: #115172 !important;
  margin-left:0%;
  margin-right:0%;
  padding-left:2%;
  padding-right:2%;
  width:100%;*/
}
.custom_cover  .wp-block-cover.alignfull{
 margin-top: 0 !important;
 padding-top: 5rem !important;
}
.Arial{
  font-family: Arial !important;
}
.Tahoma{
font-family: Tahoma, Geneva, sans-serif !important;
}
.Comic{
font-family: "Comic Sans MS", cursive, sans-serif !important;
}
/* ---------- Multi column menu ------- */


.primary-menu-wrapper li.megamenu {
  position: revert;
}
.primary-menu > li.menu-item-has-children a::first-child{
  position:relative;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu {

    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    padding: 1rem 2rem;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 0rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    z-index: 1;
    width: 90%;

    
}

.primary-menu-wrapper li.megamenu>ul.sub-menu:after,.primary-menu-wrapper li.megamenu>ul.sub-menu:before {
  display: none;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu .nav-arrow {
  display: none;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item {
  display: block;
  float: left;
  padding: 0 12px;
  width: 100%;
 
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item:first-child {
  border-left: none;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item a {
  border: 0;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item.menu-item-has-children {
  margin-bottom: 12px;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item.menu-item-has-children>a {
    padding: 8px 0px;
    word-wrap: break-word;
    white-space: normal;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
        letter-spacing: .13em;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item.menu-item-has-children>a:hover {
  background: 0 0;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item.menu-item-has-children>a .link-inner {
  font-weight: 600;
  color: #000;
  font-size: 1.03em;
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item ul {
  display: block!important;
  top: initial!important;
  left: initial!important;
  right: initial!important;
  width: 100%!important;
  min-width: 0!important;
  position: relative!important;
  opacity: 1!important;
  border: none!important;
  padding: 0!important;
  box-shadow: none!important;
  background:transparent !important;
  
}

.primary-menu-wrapper li.megamenu>ul.sub-menu>li.menu-item ul.sub-menu>li>ul.sub-menu a:before {
  display: inline-block;
  content: "\f105";
  margin-right: 7px;
  font-family: ticons;
}

.primary-menu-wrapper li.megamenu.col-1>ul.sub-menu>li {
  width: 100%;
}

.primary-menu-wrapper li.megamenu.col-2>ul.sub-menu>li {
  width: 50%;
}

.primary-menu-wrapper li.megamenu.col-2>ul.sub-menu>li:nth-child(2n+1) {
  clear: both;
}

.primary-menu-wrapper li.megamenu.col-3>ul.sub-menu>li {
  width: 33.33%;
}

.primary-menu-wrapper li.megamenu.col-3>ul.sub-menu>li:nth-child(3n+1) {
  clear: both;
}

.primary-menu-wrapper li.megamenu.col-4>ul.sub-menu>li {
  width: 25%;
}

.primary-menu-wrapper li.megamenu.col-4>ul.sub-menu>li:nth-child(4n+1) {
  clear: both;
}

.primary-menu-wrapper li.megamenu.col-5>ul.sub-menu>li {
  width: 20%;
}

.primary-menu-wrapper li.megamenu.col-5>ul.sub-menu>li:nth-child(5n+1) {
  clear: both;
}

.primary-menu-wrapper li.megamenu.col-6>ul.sub-menu>li {
  width: 16.66%;
}

.primary-menu-wrapper li.megamenu.col-6>ul.sub-menu>li:nth-child(6n+1) {
  clear: both;
}

.primary-menu-wrapper li.megamenu.hide-headings>ul.sub-menu>.menu-item-has-children>a {
  display: none;
}

.primary-menu-wrapper li.megamenu.display-always>ul.sub-menu {
  display: block!important;
  opacity: 1!important;
}
.megamenu a:first-child:after {
  
}

.megamenu a{
    position: relative;
}
.megamenu a:first-child {
    display: flex;
    align-items: center;
    vertical-align: middle;
    flex-flow: wrap;
}
.megamenu span.icon,
.sub-menu:after,
.sub-menu:before,
.primary-menu ul::before, .primary-menu ul::after{
  display:none;
}
.megamenu .sub-menu a:first-child:after{
  display:none !important;
}
.primary-menu li.megamenu.menu-item-has-children:hover > ul {
 right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;

    left: 5%;
}

.single-attachment .entry-content .attachment img {
    width: 70%;
    height: auto;
    margin: auto;
}
.single-attachment .entry-content{
  width:80%;
  margin: auto;
}
.comment-reply-title {
    margin-bottom: 4.6rem;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: .1em;
}
.single-attachment .author-bio{
display: none !important;
}
.primary-menu > li {
    padding: 5px 0 !important;
}
.rb {
    border: 1px solid #ffffff !important;
    border-radius: 10px;
}
.primary-menu > li.rb {
    margin-left: 15px !important;
    padding: 5px !important;
}
.primary-menu > li.rb:hover a,
.modal-menu > li.rb:hover a{
  color:#000 !important;
}
.rb:hover {
    border: 1px solid #000 !important;
    border-radius: 10px;
    background-color: #fff;
    color:000 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: arial !important;
}

.search-modal .search-field{
        font-size: 3.0rem !important;
}
/*-------------- END multi column --------------*/
.woocommerce-checkout .woocommerce-billing-fields h3,
h3#order_review_heading,
.entry-content .woocommerce-additional-fields h3{
    margin-top: 4rem;
    font-size: 20px !important;
    letter-spacing: 1px;
    font-weight: normal !important;
    text-transform: uppercase;
}
.woocommerce-checkout #site-content .woocommerce{
    max-width: 1000px !important;
    margin: 50px auto !important;
}
.woocommerce-checkout form #order_review{
  width: 60% !important;
}
.woocommerce-checkout form .col2-set {
    width: 35% !important;
}
.woocommerce-checkout form #order_review_heading {
    width: 45%;
    }
.meta-box-category b {
    font-weight: normal !important;
    font-size: 14px;
    text-transform: capitalize;
}
.video-have-bg-img .mejs-poster {
    background-size: 100% auto !important;
   
}
.woocommerce-checkout form[name=checkout]{
    border: 1px solid !important;
    padding: 20px !important;
}
.wc_payment_method label {
    font-family: arial !important;
}
.archive-header {
    padding: 2rem 0 !important;
}

@media (min-width: 1000px) {
  
	.header-titles-wrapper {
	    max-width: 20%;
	 }
	 .header-inner {
    padding: 0.5rem 0;
   }
   header{
   	transition: all 0.4s ease;
   }
   header.sticky {
  position: fixed !important;
    width: 100%;
 }
	
.sub-menu li a {
    padding: 10px 20px;
}
ul.sub-menu,
	.primary-menu ul{
   /* background-color: #115172 !important;*/
}
body:not(.overlay-header) .primary-menu ul {
    /*background-color: #115172ab !important;*/
}
body:not(.overlay-header) .primary-menu > li > .icon{
	/*color: #fff !important;*/
}
	.post-inner {
    padding-top: 0 !important;
   }
	.primary-menu > li {
    margin: 0.8rem 0 0 0 !important;
  }
 
	
}

.footer-widgets {
    margin-left: 2rem !important;
}

/* custom footer video player */

  .custom-footer-video-player{
    position: absolute;
    bottom: 2px;
    display: flex;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
  .custom-footer-video-player .logo-video {

    width: 50%;
  }
  .custom-footer-video-player .logo-video img{
    width: 83px;
    height: auto;
  }
  .custom-footer-video-player .pageview-video {
    width: 50%;
    text-align: right;
    margin-right: 5px !important;
    color: #fff !important;
    z-index: 0;
    
  }
  #pageview{
   display: none;
  }
.custom-footer-video-player .pageview-video img{
    display: block;
    float: right;
  }

/*========================================================
* Video Player & Other CSS Fixes:- Bhuvnesh Shrivastava
===========================================================*/

.mejs-overlay {
    background: transparent !important;
}
.post-inner {
    padding-top: 0 !important;
}
.wp-playlist{
margin-bottom: 0px !important;
}
.primary-menu li.current-menu-item > a,
.footer-widgets-wrapper a{
  text-decoration: none !important;
}
body.page, .single-post #site-content{
    background-color: #fff !important;
}
.footer-nav-widgets-wrapper{
  display: none !important;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
       max-width: 120rem !important;
       width: calc(100% - 8rem) !important;
}
footer{
border-top: #0d3e57 thin solid !important;
}
.wp-video{
width: 100% !important;
height: auto !important;
max-width: 100% !important;
}

.mejs-container{
 width: 100% !important;  
}

.mejs-overlay-button{
 background: none !important; 
}

.mejs-mediaelement{
top: 0px !important; 
}

.mejs-container .mejs-controls{
height: 50px;
bottom: 0px !important;  
background: rgba(17, 81, 114, 0.23921568627450981) !important;
padding: 0px !important;
}

.mejs-container .mejs-controls .mejs-button.mejs-playpause-button{
height: 50px;
width: 50px;
background: #115172;
}

.mejs-time-rail{
height: 50px !important;
padding-bottom: 10px !important;  
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
background:#115172 !important;
}

.mejs-time-total {
    background: hsla(0,0%,100%,.3);
    margin: 10px 0 !important;
    width: 100%;
}

.mejs-container .mejs-controls .mejs-time{
height: 50px;
box-sizing: border-box;
padding: 10px 12px;
line-height: 30px;
font-size: 14px;
}

.mejs-button{
height: 50px !important;
box-sizing: border-box !important;
padding: 10px 12px;
width: 50px !important;
background:#115172;
}

.mejs-play > button, .mejs-pause > button, .mejs-replay > button {
 margin: 7px 0px !important;
}

.mejs-volume-button{
border-right: #0f405a thin solid; 
}

.mejs-volume-button:hover{
border-radius: 0px !important;  
}

.mejs-mute > button, .mejs-unmute > button {
background-position: -60px 0;
margin: 5px 2px !important;
}

.mejs-fullscreen-button > button {
background-position: -80px 0;
margin: 6px 3px !important;
}

.mejs-volume-button > .mejs-volume-slider{
background: rgba(0,0,0,.5) !important;
width: 35px !important;
border-top-right-radius: 5px !important;
border-top-left-radius: 5px !important; 
}

.mejs-volume-handle{
width: 20px !important;
}

.mejs-volume-total{
width: 4px !important;  
}

.mejs-button.mejs-fullscreen-button{
cursor: pointer !important;
}

.mejs-button.mejs-fullscreen-button> button{
background: none !important;
}

.mejs-button.mejs-playpause-button> button{
background: none !important;
width: auto !important;
height: auto !important;
color: #FFF !important;
}

.mejs-button.mejs-fullscreen-button::before{
content: "\f065";
font-family: FontAwesome !important;
font-size: 20px;
padding: 10px 5px;
display: block;
color:#FFF !important;
}

.mejs-play > button::before{
content: "\f04b";  
font-family: FontAwesome !important;
font-size: 20px;
padding: 10px 5px;
display: block;
}
.mejs-replay > button::before{
content: "\f04b";  
font-family: FontAwesome !important;
font-size: 20px;
padding: 10px 5px;
display: block;
}
.mejs-pause > button::before{
content: "\f04c";  
font-family: FontAwesome !important;
font-size: 20px;
padding: 10px 5px;
display: block  
}

.mejs-button.mejs-volume-button > button{
background: none !important;
width: auto !important;
height: auto !important;
color: #FFF !important;
}

.mejs-mute > button::before{
content: "\f028";  
font-family: FontAwesome !important;
font-size: 20px;
padding: 10px 5px;
display: block  
}

.mejs-unmute > button::before{
content: "\f026";  
font-family: FontAwesome !important;
font-size: 20px;
padding: 10px 5px;
display: block    
}


.mejs-overlay-button {
    height: 60px !important;
    width: 63px !important;
}
.mejs-overlay-button::before{
    content: "\f04b";
    font-family: FontAwesome !important;
    position: absolute;
    color: #fff;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: rgba(17, 81, 114, 0.71);
    line-height: normal;
}

.wp-playlist-light {
    background: #fff;
    color: #000;
    padding: 0px !important;
    border: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.wp-playlist-next, .wp-playlist-prev, .wp-playlist-tracks{
  display: none !important;
}

.wp-playlist {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 18px !important;
    margin-bottom: 0px !important;
}
footer{
border-top: #0d3e57 2px solid !important;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 3em -0.8em;
    width: calc(100% + 1.6em);
    justify-content: center;
    align-items: center;
    width: 80% !important;
    margin: auto !important;
    margin-top: 30px;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100% !important;
    width: 100% !important;
}
.menu-modal.active {
    z-index: 9999 !important;
}
.menu-modal.active  button:focus {
    text-decoration: none;
    border: none !important;
    outline: none !important;
}


.uagb-post__items{
    max-width: 80%;
    margin: auto !important;
}
.uagb-post__text{
  padding:20px 0px;
}
.uagb-post__text{
    display: flex;
    flex-direction: column;
  
}
.uagb-post-grid-byline{
    order: 2;
}
.uagb-post__items{
    width: 80%;
    margin: 20px auto !important;
  justify-content: space-around;
}
.uagb-post__items article{
    border: 1px solid #115172;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.uagb-post__items article:nth-child(20) {
  border: 1px solid #F20404;
}
.uagb-post__items article:nth-child(30) {
  border: 1px solid #23A455;
}
.uagb-post-grid .uagb-post__columns-3 article {
    width: 30% !important;
}
.uagb-post__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.uagb-post-grid-byline{
    order: 2;
    text-align: center;
}
.uagb-post__excerpt{
    text-align: center;
}
.uagb-post__cta{
    order: 3;
    text-align: center;
    width: 100px;
    margin: auto;
    background: #115172 !important;
    font-size: 13px;
  border: 1px solid #2185f5 !important;
}
.uagb-post__cta:hover{
  background:transparent !important;
}
.archive .entry-content{
 width: 90%;
 margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .elementor-background-video-container video, .wp-block-cover video {
    height:auto !important;
  }
  
}
@supports (-ms-ime-align:auto) {
  .elementor-background-video-container video, .wp-block-cover video {
    height:auto !important;
  }
}
@media (max-width: 1024px){
  .video li.blocks-gallery-item::before {
    
    left: calc((50% - 15px));
    font-size: 12px;
    padding: 5px 10px;

}
}
@media (max-width: 782px) {
  .woocommerce-checkout form #order_review{
  width: 80% !important;
}
.woocommerce-checkout form .col2-set {
    width: 80% !important;
}
  .search-modal .search-field{
        font-size: 1.8rem !important;
  }
  .elementor-background-video-container video, .wp-block-cover video {
    height:100% !important;
    width:auto !important;
  }
  video {
    height: 100% !important;
}
  .uagb-post-grid .uagb-post__columns-3 article {
    width: 90% !important;
}
    .nav-toggle {
      width: 8.6rem;
   }
    .nav-toggle .toggle-icon{
      order:2;
    }
    .nav-toggle .toggle-inner {
      right: 20px;
   }
   .footer-credits {
      width: 100%;
      order: 3;
      text-align: center;
  }
  .footer-copyright {
    text-align: left;
    font-size: 14px;
    position: relative;
    left: 20px;
    top: 20px;
}
  #site-footer .section-inner {
      flex-direction: column;
  }
 .to-the-top {
    text-align: right;
    display: block;
    width: 100%;
    position: relative;
    right: 50px;
    margin-top: 0;
}
  .footer-widgets-custom {
      width: 95%;
  }
  .mejs-container-fullscreen .mejs-controls {
      bottom: 0px !important;
  }
  video{
    width: 100% !important;
  }
  .wmp-player .wp-playlist.wmp-main-playlist, .wmp-playlist .wp-playlist.wmp-main-playlist {
      width: 100% !important;
      padding: 0 !important;
  }
  .playlist-main-custom{
      margin-top: 15px;
  }
 
  
}

@media (max-width: 480px){
.mejs-overlay-button{
height: 48px !important;
width: 48px !important;  
}

 .mejs-overlay-button::before {
    content: "\f04b";
    font-family: FontAwesome !important;
    position: absolute;
    color: #fff;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgba(17, 81, 114, 0.71);
    line-height: normal;
}

}
@media (max-width: 380px) {

  .site-title a {
    font-size: 1.5rem !important;
   

 }
 .mejs-container .mejs-controls .mejs-quality {
    height: 50px;
    box-sizing: border-box;
    padding: 10px 5px !important;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    cursor: pointer !important;
    width: 55px !important;
}

}
.mejs-overlay-button:hover::before{
  content:"\f04b";
  font-family: FontAwesome !important;
  background:#086593 !important;
  color:#fff !important;
}
.video .blocks-gallery-item{
  cursor:pointer;
}
.site-title a{

  font-family: 'Poppins', sans-serif !important;
  font-weight: bold !important;
}
.ads .mejs-controls .mejs-time-rail .mejs-time-total{
    background: #fcb90057 !important;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    height: 5px;
}
.ads .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fcb90069 !important;
    height: 5px;
}
.ads .mejs-controls .mejs-time-rail .mejs-time-current{
    background: #fcb900 !important;
    height: 5px;
}
.skipads.wp-playlist-next,
.noskipads.noskipads-new{
    position: absolute;
    font-size: 18px;
    z-index: 777;
    bottom: 50px;
    right: 50px;
    color: #fff;
    border: 1px solid;
    padding: 10px 20px;
    opacity: 1;
    background: #0000005c;
    text-transform: uppercase;
    display: block !important;
    width: auto !important;
    height: auto !important;
    cursor: pointer;
}
.noskipads.noskipads-new{
  cursor:none !important;
}
.noskipads.noskipads-new a{
  color: #fff;
  text-decoration: none;
 }
.ads .mejs-playpause-button,
.ads .mejs-currenttime-container,
.ads .mejs-duration-container,
.ads .mejs-quality-container,
.ads .mejs-button.mejs-fullscreen-button {
  display: none !important; 
}
.ads .mejs-overlay-play{

}
.ads  .mejs-button.mejs-volume-button {
    background: none !important;
}
.ads .mejs-controls{
  z-index: 888 !important;
  background: transparent !important;
}
.ads .mejs-time-rail {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding-top: 0;
    position: static;
}
a.uagb-button__link {
  text-decoration: none !important;
}
.uagb-button__wrapper a {
  text-decoration: none !important;
}
.share-video{
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 999;
   
    display: flex;
}
.fa.fa-share-alt{
order: 2;
cursor: pointer;
}
.fa-share-alt:before {
    content: "\f045";
    font-size: 100px;
    font: normal normal normal 40px/1 FontAwesome !important;
    color: #fff;
    background: #000 !important;
}
.share-video .facebook,
.share-video .twitter{
  width: 32px;
  height: 32px;
  margin-right:10px;
  background: #fff;
  display: none;
}
.noforward{
    width: 100%;
    height: 20px !important;
    position: absolute;
    bottom: -15px;
    z-index: 9999;
}

@media (max-width: 782px) {
  .skipads.wp-playlist-next,
  .noskipads.noskipads-new{
  font-size: 10px;
  padding: 2px 8px;
  right: 45px;
  bottom: 10px;
  z-index: 999;
  }
  .noskipads-new a{
    font-size: 10px;
  }
  .fa-share-alt:before {
    content: "\f045";
    font: normal normal normal 20px/1 FontAwesome !important;
  }
  .share-video .facebook, .share-video .twitter {
    width: 24px;
    height: 24px;
  }
   .mejs-overlay-button::before {
    
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
 }

}
/* ------------ Categories & short code ---------------------*/
.category-main{
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 30px auto;
    font-family: arial;
   }
   .category-article {
    width: 31%;
    margin: 20px 1%;
    text-align: center !important;

   }
   .txonomy.category-main .category-article {
    width: 18%;
  }
   .bottom-content{
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    transition: box-shadow .6s ease;
    padding: 10px;
   }
   .title-category h5{
    margin:0 !important;
    font-family: arial;
    font-size: 2.0rem !important
   }
   .category-main a{
    text-decoration: none !important;
   }
   .paginate-links{
    display: flex;
    justify-content: center;
    margin: 20px auto;
   }
   .page-numbers{
        padding: 5px 15px;
   }
   .featured-image-category{
    overflow: hidden;
   }
   .featured-image-category span{
    height: 200px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1.0);
  /*making the scaling smooth*/
  transition: transform 0.5s ease;
   }
   .txonomy.category-main    .featured-image-category  span{
    height: 150px;
  }
.txonomy.category-main  .category-article .date {
    position: absolute;
    padding: 0px 12px;
  }
.txonomy.category-main  .category-article .date p{
  font-size: 14px;
}
   .category-article:hover .featured-image-category span{
    transform: scale(1.05);
   }
   .category-article .date{
    position: absolute;
    padding: 10px 25px;
    background: #fffc;
    margin: 20px;
   }
   .date p{
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 900;
   }
   .title-readmore a{
    font-weight: bold;
   }
   .hidden-box{
    
    position: absolute;
    background: #000;
    border-radius: 5px;
    padding: 0px 10px;
    margin-top: -62px;
    display: none;
   }
   .fa-share-alt-square:before {
    content: "\f1e1";
    font-size: 24px;
  }
   .hidden-box a.facebook {
    margin: 5px;
    font-size: 24px;
    color: #fff !important;
   }
   .fa-share-alt-square:hover  +  .social-media-category .hidden-box,
   .hidden-box:hover{
    display: inline-flex;
   }
   
    .fa-video-camera:before {
    content: "\f03d";
    margin-left: 8px;
    display: block;
  }
  .fa-video-camera{
      border-left: 2px solid;
  }
/* Woocomerce css*/
.woocommerce-page .onsale{
  margin-left:10px;
}
.product .product_title{
    font-size: 24px !important;
    font-weight: 600 !important;
}
.woocommerce-review-link{
  text-decoration:none;
  color:#000 !important;
}
.product .price{
    font-weight: bold;
    text-decoration:none !important;
}
.product ins {
    text-decoration: none;
    margin-left: 20px;
}
.single_add_to_cart_button{
    margin-left:10px;
}

  .minus, .plus {
    padding: 1.4rem 1.8rem;
    background: none;
    border: 1px solid #ccc;
    color: #000;
}
.quantity{
  margin-right:0 !important;
}
form.cart{
    display: flex;
    
}
.posted_in a{
  text-decoration: none;
   color: #000 !important;
}
.woocommerce-Tabs-panel--description h2:first-child{
  display:none;
}
.woocommerce-tabs .wc-tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.woocommerce-tabs .wc-tab {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 40px;
}
 .woocommerce-tabs .wc-tabs li a {
    display: block;
    position: relative;
    bottom: -1px;
    border-bottom: 1px solid transparent;
    padding: 0 3px 11px;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: .2em;
}
.woocommerce-tabs .wc-tabs li {
    margin: 0 26px 0 0;
    padding: 0;
}
.woocommerce-tabs .wc-tabs li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.wc-tabs li.active a:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.woocommerce-tabs ul li.active a {
    color: inherit;
    box-shadow: none;
}
.onsale {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #fff;
    color: #000;
    font-family: -apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    padding: 1.5rem;
    text-transform: uppercase;
    z-index: 1;
    border: 1px solid #000;
}
.product_title.entry-title {
    font-family: "Josefin Sans",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 40px;
    line-height: 1.33em;
    letter-spacing: .23em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.woocommerce-product-details__short-description{
  font-family: "Open Sans",sans-serif !important;
  font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
    color: #8b8b8b;
}
.woocommerce-product-details__short-description {
    margin-top: 28px;
}
form.cart {
    position: relative;
    width: 100%;
    margin-top: 38px;
}
.wcpv-sold-by-single {
  margin-top: 24px;
  font-size: 15px;
  color:#000 !important;
}
.wcpv-sold-by-single a{
  color:#000 !important;
}
.entry-content {
    font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif !important;
    letter-spacing: normal;
  line-height: 1.476;
  font-size:21px !important;
  font-weight:normal !important;
}
.related>h2 {
    font-family: "Josefin Sans",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 29px;
    line-height: 1.55em;
    letter-spacing: .2em;
    margin: 0 0 42px;
   text-align:center
}
.related {
    margin-top: 88px;
    text-align: center;
}
.related.products ul.products li.product {
    padding: 0 0px !important;
    margin: 0 0 40px !important;
    width: 23%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    clear: both;
    align-items: center;
}
.woocommerce-loop-product__link {

    display: flex;
    flex-direction: column;

}
 ul.products {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    clear: both;
}
.related.products .onsale{
    margin-left: 10px !important;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px !important;
}
.wcpv-sold-by-loop,
.wcpv-sold-by-loop a{
  color:#000 !important;
  font-size: 15px;
}
ul.products li.product .button {
    vertical-align: middle;
    visibility: hidden;
    z-index: 9;
    text-decoration: none !important;
    width: 100%;
    right: 0;
    width: 100%;
    padding: 6px;
    background: #1C5172;
    margin-top: -30px;
}
ul.products li.product:hover .button{
  visibility:visible;
    
}
ul.products li.product:hover .button{
    
}
.related.products ul.products li.product:hover:before {
    content: "";
  
    z-index: 1;
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
}
.woocommerce-breadcrumb{
    height: 100%;
    display: flex;
    justify-content: center;
  color: #8b8b8b;
  background-color: #f4f2f2;
  padding:20px
}
.woocommerce-breadcrumb a {
    font-family: "EB Garamond",serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #8b8b8b;
    vertical-align: baseline;
}
.woocommerce .content-area {
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
}
.product{
    padding: 4vw 6vw !important;
}
.woocommerce-loop-product__title {
    margin: auto;
    font-size: 18px !important;
    font-family: arial !important;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0 !important;
}
.woodmart-my-account-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px
}
.woodmart-my-account-links>div {
  flex: 1 1 33%;
  max-width: 33%;
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px
}
.woodmart-my-account-links a {
  display: block;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .18);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
  text-decoration: none;
  font-family:arial;
}
.woodmart-my-account-links a:before {
  content: "\f140";
  font-family: woodmart-font;
  display: block;
  color: #d0d0d0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  transition: color .25s ease
}
.woodmart-my-account-links a:focus,
.woodmart-my-account-links a:hover {
  color: #3f3f3f;
  background-color: rgba(0, 0, 0, .03)
}
.woodmart-my-account-links .dashboard-link {
  display: none
}
.woodmart-my-account-links .wishlist-link a:before {
  content: "\f134";
  font-family: woodmart-font
}
.woodmart-my-account-links .edit-account-link a:before {
  content: "\f2bd";
    font-family: FontAwesome !important;
}
.woodmart-my-account-links .orders-link a:before {
    content: "\f022";
    font-family: fontawesome;
}
.woodmart-my-account-links .downloads-link a:before {
  content: "\f019";
    font-family: FontAwesome !important;
}
.woodmart-my-account-links .payment-methods-link a:before {
  content: "\f142";
  font-family: woodmart-font
}
.woodmart-my-account-links .edit-address-link a:before {
  content: "\f279";
    font-family: FontAwesome !important;
}
.woodmart-my-account-links .customer-logout-link a:before {
  content: "\f08b";
    font-family: FontAwesome !important;
}
.woodmart-dark .woodmart-my-account-links a {
  background-color: rgba(0, 0, 0, .3);
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
}
.woodmart-dark .woodmart-my-account-links a:before {
  color: rgba(255, 255, 255, .3)
}
.woodmart-dark .woodmart-my-account-links a:focus,
.woodmart-dark .woodmart-my-account-links a:hover {
  background-color: rgba(0, 0, 0, .3)
}
.woocommerce-Button--next,
.woocommerce-Button--previous,
.woocommerce-MyAccount-downloads-file {
  color: #FFF
}
.woocommerce-Button--next:hover,
.woocommerce-Button--previous:hover,
.woocommerce-MyAccount-downloads-file:hover {
  color: #FFF;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}
.account-payment-methods-table .button {
  color: #FFF
}
.account-payment-methods-table .button:hover {
  color: #FFF;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}
.woocommerce-MyAccount-content p a {
    color: #3f3f3f;
    text-decoration: none;
    transition: all .25s ease;
   font-weight: bold;
}
.woocommerce-account  .woocommerce{
    margin: 30px auto !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
    display: block;
    padding: 10px 15px;
    color: rgba(0,0,0,.9);
    line-height: 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation{
    border-color:#81818133;
  border-right: 1px solid #81818133;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active>a {
    color: rgba(0,0,0,.9) !important;
    background-color: rgba(136,136,136,.12);
    cursor: default;
    text-decoration:none;
  font-family:arial;
}
a {
    text-decoration: none;
}
button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    text-decoration: none !important;
}
.added_to_cart{
    text-align: center;
    display: block;
    clear: both;
    right: 83px;
    border: 1px solid;
    padding: 13px;
    width: 162px;
}
ul.products li.product .price {
    margin-bottom: 0;
    padding: 0 !important;
    text-align: center;
    font-size: 14px !important;
}
.single-product .single_add_to_cart_button{
  background-color:#115172;
}
.social-media-category .fa{
  color:#115172 !important;
}
.page-numbers.current.custom-anchor.sponsorsx{
    background: #fff !important;
    color: #000 !important;
    padding: 5px 2px !important;
    font-size: 10px !important;
    margin: 0 3px;
}
/*--------- sidebar in pages ----------------*/
.customs-sidebar .product-categories {
    padding: 0 !important;
    margin: 0 !important;
}
.customs-sidebar  .cat-item {
    display: flex;
    justify-content: space-between;
    margin: 1px;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
}
.customs-sidebar  .product-categories li a {
    display: block;
    flex: 1 1 calc(100% - 40px);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    width: calc(100% - 40px);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    color: #000 !important;
}
.customs-sidebar   .count {
    padding-right: 5px;
    padding-left: 5px;
    min-width: 30px;
    height: 20px;
    border: 1px solid;
    border-radius: 35px;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease;
}
.customs-sidebar   .product_list_widget li {
    padding: 0 !important;
    margin: 10px 0 !important;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px !important;
    border-bottom: 1px solid;
    border-color: rgba(129,129,129,.2);
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
}
.product_list_widget li .product-title {
    display: block;
    margin: 5px auto;
    color: #000 !important;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}
.wp-block-columns .customs-sidebar:first-child {
    margin-inline-start: auto;
}
.wp-block-columns .customs-sidebar:last-child {
    margin-inline-end: auto;
}
.customs-sidebar   ul.product_list_widget li img {
    float: left;
    height: auto;
    width: 80px;
    margin-right: 10px;
}
.customs-sidebar   .product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.customs-sidebar   ul.product_list_widget li::after,
.customs-sidebar   ul.product_list_widget li::before{
    content: ' ';
    display: table;
    clear: both;
}
.customs-sidebar  div[class^='widget']{
    border-bottom: 1px solid #81818133;
    padding-bottom: 25px;
}
.customs-sidebar .widgettitle {
    font-size: 2.4rem !important;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    text-align: left !important;
}
.customs-sidebar  li.widget{
  list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.customs-sidebar  .widget .product_list_widget img{
display: block;
}
.customs-sidebar{
  width: 90%;
}
.width-80{
margin: auto;
 width: 80%;
}
.width-90{
margin: auto;
width: 90%;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
    max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
  width: 100%;
}
button.wpforms-submit {
    background: #509F48 !important;
    color: #fff !important;
    text-transform: uppercase !important;
}
div.wpforms-container-full .choice-1.depth-1,
div.wpforms-container-full .wpforms-form .wpforms-field-label,
.wpforms-field-label-inline{
    text-align: left;
    color: #777;
    font-family: arial;
}
.wpforms-field-html {
    color: #777;
    text-align: left;
    font-family: arial;
    font-size: 18px !important;
}
.register-column p{
  font-family: arial !important;
}
.woocommerce-ResetPassword.lost_reset_password{
    display: flex;
    flex-direction: column;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
    text-align: left !important;
}
ul.wpforms-field-required{
    color: #777;
    text-align: left;
    font-family: arial;
}
.primary-menu .iconx::before, .primary-menu .iconx::after {
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    left: 0;
}
.primary-menu .iconx::before {
    height: 0.9rem;
    width: 0.2rem;
    color: #ffffff;
}
.primary-menu .iconx::after {
    height: 0.2rem;
    width: 0.9rem;
  color: #ffffff;
}
.primary-menu .iconx {
    display: block;
    height: 0.7rem;
    
    pointer-events: none;
    transform: rotate(-45deg);
    width: 1.3rem;
}
.text-menu{
      margin-right: 10px;
}
.megamenu a:first-child {
   
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.iconx {
    font-size: 0;
    color: transparent;
}
 @media (max-width: 768px) {
   .leftsidebar {
    width: 50% !important;
    padding: 0 20px;
    padding-right: 50px;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 999999;
    height: 100vh;
    float: none;
    clear: both;
    overflow-y: scroll;
}

.overlay-left-menu{
    background: #00000063;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8888888;
}
   .related.products ul.products  li.product {
    width: 40%;
   }
   .woocommerce .related.products ul.products, .woocommerce-page .related.products ul.products{
     flex-direction:row;
   }
   .wp-block-column:nth-child(2n){
  flex-basis: 100% !important;
}
 .wp-block-column.order-1{
  order: 2 !important;

}
.wp-block-column.order-2{
  order: 3 !important;

}
   
}
   @media (max-width: 1100px) {
    .category-article,
    .txonomy.category-main .category-article
     {
    width: 30% !important;
   }

   }
    @media (max-width: 999px) {
    .megamenu a:first-child:after{
    display: none !important;
   }
   .modal-menu ul li a {
    background: transparent !important;
   }
 }
    @media (max-width: 768px) {
    .category-article,
    .txonomy.category-main .category-article
     {
    width: 45% !important;
   }
   
   }
   @media (max-width: 480px) {
    .category-article,
    .txonomy.category-main .category-article
     {
    width: 90% !important;
    margin:10px auto;
      }
      .single-product form.cart input{
    padding: 5px !important;
    width: 42px !important;
    }
    .minus, .plus {
    padding: 5px !important;
    background: none;
    border: 1px solid #ccc;
    color: #000;
    height: 32px;
    }
    .single-product .single_add_to_cart_button {
   
    padding: 5px !important;
}
.related.products ul.products li.product {
   
    width: 100% !important;
    }
   }
.playlist-wrapper-custom video {
            background: #222323 !important;
    
            opacity: 0 !important;
            -ms-transition: all 0.1s ease-in-out !important;
            -moz-transition: all 0.1s ease-in-out !important;
            transition: all 0.1s ease-in-out !important;
            }
            .playlist-wrapper-custom video {
            opacity: 1 !important;
            }
video::-webkit-media-controls-panel {
         background-image: linear-gradient(transparent, transparent) !important;
    }
.playlist-wrapper-custom{
    position:relative;
}
.playlist-wrapper-custom .video-overlay-custom{
    position: absolute;
    left: calc(55% - 200px);
    top: calc(40% - 40px);
    text-align: center;
    font-family: 'arial';
    font-size: 23px;
    color: #fff;
}
.playlist-wrapper-custom #demo{
    margin-left: -27px;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
@media (min-width: 800px) {
    .playlist-wrapper-custom video {
       
        
    }
    
}
@media (max-width: 800px) {
    .playlist-wrapper-custom .video-overlay-custom{
    position: absolute;
    left: 35%;
        
        align-content:center;
        
    }
    .playlist-wrapper-custom video{
    height:auto !important;
}
    .playlist-wrapper-custom #demo{
    font-size:12px;
        margin-left: -10px;
}
}
@media (max-width: 500px) {
    .playlist-wrapper-custom video{
        visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 2.5s linear;
        height:auto !important;
    }
    .playlist-wrapper-custom .video-overlay-custom{
    position: absolute;
    left: 30%;
        
        align-content:center;
        max-width: 170px;
    }
    .playlist-wrapper-custom video{
    visibility: visible;
  opacity: 1;
}
    .playlist-wrapper-custom #demo{
    font-size:12px;
        margin-left: -25px;
}
}

.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {
  background: #00A5FF;
}

.vjs-default-skin .vjs-big-play-button {
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  
  width: 100px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -30px -50px;
  
  border: none;
  
  background-color: rgba(0,0,0,.8);
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: rgba(0,0,0,.9);

  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;

  transition: all 0s;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
  line-height: 60px;
}

.vjs-default-skin .vjs-slider-handle:before,
.vjs-default-skin .vjs-big-play-button:before {
  text-shadow: none;
}

.vjs-default-skin .vjs-volume-bar {
  height: .5em;
}

.vjs-default-skin .vjs-control-bar {
  background-color: rgba(0,0,0,.7);
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {

    background-color: transparent !important;
   
}
.vjs-default-skin .vjs-big-play-button {
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin: -30px -50px;
    border: none;
    background-color: rgba(0,0,0,.8);
}