/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Orbitron:wght@400..900&display=swap');
body, .onepress-menu a, input, select, button, textarea{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.breadcrumbs{
  display: none;
}
.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
.no-sidebar .entry-content > .alignfull{
  transform: unset;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
#page{
  overflow-x: hidden;
}
.onepress-menu a{
  letter-spacing: 0;
  text-transform: none;
}
#primary{
	padding-top: 0; padding-bottom: 0;
}
.entry-content{
	margin-bottom: 0;
}
.no-sidebar .entry-content > .alignfull{
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0;
}
#masthead{
  padding: 15px 0
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img, .site-header{
  line-height: unset;
}
#masthead > .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#masthead > .container > div{
  flex: 1;
}
#masthead > .container > div.site-branding{
  max-width: 300px;
  float: none;
}
.header-right-wrapper{
  text-align: right;
}
.onepress-menu{
  float: none;
  text-align: right;
  display: inline-block;
}
.onepress-menu ul, .onepress-menu li{
  text-align: left
}
.onepress-menu > li{
  float: none;
  display: inline-block;
}

.wp-block-columns{
  margin-bottom: 0;
}
p:empty{
  display: none;
}
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 10px;
  background: gray;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border: 0;
}
.tab-slider .kt-tabs-title-list{
  display: none !important;
}
.tab-slider .kt-tabs-content-wrap .wp-block-kadence-tab{
  padding: 0 !important;
  outline: none !important;
  border: 0 !important
}
.tab-slider .kt-tabs-content-wrap .ab-block-container{
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container:before{
  content: '';
  padding-bottom: 30%;
  display: block;
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container .ab-container-content{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 20
}
.thumbnail.square, .thumbnail.rectangular{
  position: relative;
}
.thumbnail.square:before, .thumbnail.rectangular:before{
  content: '';
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbnail.rectangular:before{
  padding-bottom: 56%;
}
.thumbnail.square img, .thumbnail.rectangular img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  height: 100%; width: 100%; object-fit: cover;
}
#page .pagination{
  display: block;
  margin: 20px 0;
}
#page .pagination .page-numbers{
  padding: 3px 12px 5px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important
}
#page .pagination .page-numbers.current, #page .pagination .page-numbers:hover{
  background: #ddd;
  text-decoration: none;
}
#page input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type="range"]), #page select, #page textarea{
  width: 100%;
  padding: 21px 15px;
  border: 1px solid #707070 !important;
  line-height: unset;
  box-shadow: none;
  background: #fff;
  min-height: unset;
  outline: none;
  border-radius: 8px;
}
#page input[type="range"]{
  appearance: auto;
  cursor: default;
  color: light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
  padding: initial;
  border: initial;
  margin: 2px;
  outline: 0;
  box-shadow: none;
  height: auto;
  margin-bottom: 0;
  margin-top: 12px;
}
#page select {
  padding: 12px 15px;
  height: auto;
  white-space: nowrap;
  appearance: auto;
}
#page .woocommerce input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#page .woocommerce select, .woocommerce #page textarea{
  padding: 10px 15px;
}
#page .gform_wrapper .gform_footer{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #ddd;
}
.kb-blocks-bg-video-container .fluid-width-video-wrapper{
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page .color-picker input{
  padding-left: 40px !important;
  width: 100% !important;
  display: block !important;
}
.color-picker .minicolors{
  position: relative;
}
#page .minicolors-swatch{
  display: inline-block
}
.minicolors-theme-default.minicolors {
  width: 100%;
}
#page .minicolors-theme-default .minicolors-swatch{
  width: 25px !important; height: 25px !important; top: 9px !important; left: 10px !important
}
.file-upload-value-thumbnails{
  display: flex !important;flex-wrap: wrap; gap: 10px; margin-bottom: 20px;
}
.file-upload-value-thumbnails > div{
  width: 70px;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
}
.file-upload-value-thumbnails .item{
  position: relative;
}
.file-upload-value-thumbnails .item:before{
  padding-bottom: 100%; content: ''; position: relative; display: block;
}
.file-upload-value-thumbnails .item  img{
  position: absolute; top: 50%; transform:translate(-50%, -50%); left: 50%; height:calc(100% - 10px); width: calc(100% - 10px); object-fit: contain;
}
.portal-customizer{
  max-width: 1300px; margin: 0 auto
}
.portal-preview{
  position: relative;
  max-width: 560px
}
.portal-preview iframe{
  border: 0;
  position: absolute;
  top: calc(10% + 4px);
  left: calc(4% - 1px);
  height: calc(79% + 12px);
  width: calc(90% + 10px);
}
/* #field_1_1000{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden; opacity: 0; transition: all .5s;
}
#field_1_1000 .gfield_repeater_wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  transform: translate(-50%, -50%);
  background: #fff; border-radius: 10px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 25px;
  z-index: 2;
}
#field_1_1000 .gfield_repeater_wrapper .gfield_repeater{
  max-height: 400px;
  overflow: auto; 
}
#field_1_1000.open{
  visibility: visible;
  z-index: 9999; opacity: 1;
}
#field_1_1000 .overlay{
  cursor: pointer; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #000; opacity: .4;
} */
#field_1_1000{
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
#field_1_1000 .gfield_repeater_wrapper{
  padding-left: 0; border-left: 0
}
#field_1_1000 .gfield_repeater_wrapper .save{
  margin-top: 30px;
  margin-bottom: 10px;
}
#page .gfield_label{
  font-size: 16px; font-weight: 600;
}
#field_1_1000 legend{
  padding: 10px 15px;
  width: 100%;
  display: block;
  color: #fff;
  background: #103da0;
  margin-left: -20px;
  min-width: calc(100% + 40px);
  position: relative;
  top: -20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: -5px;
}
#save-rates, #page .gform-theme-button--size-sm, #edit-promo-rates{
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  background: #103da0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px; outline: 0; border: 0
}
#page .gform-theme-button--size-sm, #edit-promo-rates{
  background: #0f4c7a
}
::-webkit-scrollbar {
  width: 5px; height: 5px
}
/* Track */
::-webkit-scrollbar-track {
background: #F2F2F2;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #103da0 !important; border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #269584;
}
#page .gfield_repeater_cell{
  margin-top: 0
}
#field_1_1000 .gfield_repeater_item{
  display: flex; flex-wrap: wrap; gap: 20px; padding-right: 20px
}
#field_1_1000 .gfield_repeater_item > div{
  flex: 1
}
#field_1_1000 .gfield_repeater_item .gfield_repeater_buttons{
  flex-basis: 100%; margin-top: 0
}
#page .remove_repeater_item{
  background: rgb(143 68 66) !important
}
#page #main .gform_wrapper .gform_footer input, #page a.btn{
  padding: 10px 20px;
  line-height: unset;
  height: auto;border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px; text-align: center; min-width: 200px;
}
#page a.btn{
  background-color: #103da0;
  color: #ffffff;
  text-decoration: none;
}
.portal-preview + .buttons{
  margin-top: 40px;
}
.portal-preview + .buttons ul{
  padding: 0; margin: 0;
}
.portal-preview + .buttons ul li{
  list-style-type: none;
}
label[for="prev-preloader"] input{
  height: 20px; width: 20px
}
label[for="prev-preloader"] span{ 
  position: relative; top: -3px;
  font-weight: bold; text-transform: uppercase;
}
#page .is-transparent .no-scroll.site-header .onepress-menu > li > a{
  color: #fff !important
}
.portal-selector-container{
  display: flex; gap: 20px; align-items: center;
  padding: 10px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 30px;
  background: #b7dfe8
}
.portal-selector-container{
  font-weight: bold;
}
.portal-selector-container select{
  flex: 1; border: 1px solid #707070 !important
}
.resizer .gfield_description{
  font-weight: bold  !important;
}
.gfield.resizer .ginput_container{
  display: flex; align-items: center;gap: 15px;
}
.gfield.resizer .ginput_container input{
  flex: 1;
}
.customizer-tabs ul{
  display: flex;
  margin: 0; padding:0;
  border-bottom: 2px solid #ddd; margin-bottom: 20px;
}
.customizer-tabs ul.tab-headers li{
  list-style-type: none;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  background: #174794;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center; margin: 0; border-right: 1px solid #fff
}
.customizer-tabs ul li.active,.customizer-tabs ul li:hover{
  background: #477e5d
}
.customizer-tabs .tab:not(.visible){
  position: absolute; top: 0; left: -110vw;
}
.customizer-tabs ul li:last-child{
  border-top-right-radius: 10px;
}
body:not(.epayments-member) .for-epayments-members{
  display: none !important;
}
.epayments-voucher-form{
  max-width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.epayments-voucher-form input{
  padding: 12px 23px;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  font-size: 30px;
  text-align: center;
  letter-spacing: 8px;
}
.epayments-voucher-form button{
  padding: 13px 30px;
  width: 100%;
  border-radius: 10px;
  box-shadow: none;
  border: 0;
  color: #fff;
  background: #093d5d;
  font-size: 20px;
}
.epayments-voucher-form .alert{
  padding: 10px 20px;
  border-radius: 5px;
  background: #94cec6;
}
.piowifi-modal{
  position: fixed; top: 0; left: 0; right: 0;
  bottom:0;
  z-index: 9999999999; display: none
}
.piowifi-modal.open{
  display: block
}
.piowifi-modal .overlay{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: #000; opacity: .5; cursor: pointer;
}
.piowifi-modal .overlay.not-closable{
  cursor:not-allowed
}
.piowifi-modal .content{
  position: absolute; top: 50%; left: 50%; z-index: 10;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  width: calc(100% - 30px);
  max-width: 700px; transform: translate(-50%, -50%)
}
.piowifi-modal header{
  background: #4e73df;
  color: #fff;
  position: relative;
  PADDING: 10px 20px;
  text-transform: uppercase;
}
.piowifi-modal .inner{
  padding: 20px;
  min-height: 200px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.piowifi-modal header h3{
  margin-bottom: 0; padding-right: 40px; font-size: 1.4rem; text-transform: uppercase;
}
.piowifi-modal header .close-btn{
  position: absolute; top: 10px; right: 15px;
  cursor: pointer;
}
.single-product #main{
  padding-top: 60px; padding-bottom: 60px;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper, .single-product .product_meta{
  display: none !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #011b3d !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, 
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt{
  background-color: #011b3d !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #011b3d !important;
}
.ppc-button-wrapper{
  margin-top: 30px;
}
.page-id-19756 .portal-selector-container{
  display: none
}
#gform_wrapper_13 .gfield_repeater_item{
  display: flex;
  flex-wrap: wrap; gap: 20px;
}
#gform_wrapper_13 .gfield_repeater_item > div{
  flex: 1; margin: 0
}
#gform_wrapper_13 .gfield_repeater_item > .gfield_repeater_buttons{
  flex-basis: 100%
}
.site-content{
  border-top: 0 !important
}
#gfield_instruction_13_19, #gfield_instruction_13_20{
  display: none;
}
#field_13_2000 .gfield_repeater_items{
  max-height: 300px; overflow: auto;
}
.ui-datepicker:not([style*="block"]){
  display: none
}
.page-id-9529 #page{
    background-color: #395459;
    background-image: linear-gradient(180deg, #1a65a7 10%, #582b60 100%);
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; padding-bottom: 10%
}
.page-id-9529 #page .xoo-el-tabs{
  display: none;
}
.page-id-9529 #page .xoo-aff-input-group input{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.page-id-9529 #page .xoo-aff-group, .page-id-9529 #page .xoo-el-lostpw-tgr{
  color: #fff;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
  background-color: #2c9faf !important;
}
@media (max-width: 1180px){
  #nav_menu-2 ul, #nav_menu-2 ul li{
    padding: 0;
  }
  .container{
    width: 100%;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background: #A06443;
  }
  #nav-toggle{
    position: relative;
    top: 0;
    display: block
  }
  .onepress-menu{
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    max-width: 400px;
    background: #4C525D;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0 !important;
    background: #4C525D !important;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #fff ;
  }
  .onepress-menu.onepress-menu-mobile li{
    background: #4C525D;
  }
  .onepress-menu.onepress-menu-mobile li a{
    padding-left: 0; padding-right: 0;
    text-transform:normal;
  }
  .onepress-menu ul, .onepress-menu ul li a{
    background: transparent;
  }
  .onepress-menu a{
    font-size: 20px;
  }
  .onepress-menu li.current-menu-item > a, .onepress-menu li a:hover{
    color: #0c0c0c !important;
  }
  .onepress-menu .nav-toggle-subarrow{
    left: unset !important;
    right: 0;
  }
  .onepress-menu .nav-toggle-subarrow{
    border-left: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    border-top: 1px solid #A06443;
  }

  .onepress-menu.onepress-menu-mobile > li > a, .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
    padding: 20px;
  }
  .onepress-menu{
    transition: right .2s;
    right: -100%;
  }
  .onepress-menu.onepress-menu-mobile{
    right: 0;
    box-shadow: 2px -5px 9px #a6a6a6
  }
  .onepress-menu.onepress-menu-mobile ul li a{
    padding: 12px 20px;
  }
  .onepress-menu{
    transform: none;
  }
  #nav-toggle.nav-is-visible {
    position: fixed;
    top: 30px;
    z-index: 10000000;
    right: 30px;
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    background: #fff;
  }
  .onepress-menu li ul:before{
    display: none;
  }
  .onepress-menu > li >ul{
    padding: 0 0px 0 20px !important;
  }
  #nav-toggle span{
    width: 36px;
  }
  #nav-toggle span:before, #nav-toggle span:after{
    width: 30px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 10px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -10px;
  }
  #content-inside {
    padding: 0 25px;
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #masthead .overlay{
    position: fixed;
    top: 0; left: 0; bottom: 0;
    background: #000;
    opacity: 0;
    right: -100%;
    transition: opacity .5s;
    z-index: 100;
    width: 0;
  }
  #masthead .nav-is-visible + .overlay{
    right: 0;
    width: 100%;
    opacity: 0.6;
  }
  #masthead .onepress-menu > li > a {
    color: #fff !important;
  }
}
@media (max-width: 880px){
  .customizer-tabs .tab-headers{
      scrollbar-width: none; /* For Firefox */
      -ms-overflow-style: none;  /* For Internet Explorer and Edge */
  }
  .customizer-tabs .tab-headers::-webkit-scrollbar {
      display: none; /* For Chrome, Safari, and Opera */
  }
  .customizer-tabs .tab-headers{
    overflow-x: auto; 
  }
  .customizer-tabs .tab-headers > li{
    white-space: nowrap;
  }
  .customizer-tabs .tab-headers{
    margin-bottom: 4px
  }
  .customizer-tabs .tab-head-cont{
    position: relative; margin-bottom: 20px;
  }
  .customizer-tabs .tab-head-cont:after{
    content: 'Swipe left or right to view other settings';
    display: block;
    font-size: 14px; font-style: italic;
  }
}
@media (max-width: 600px){
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
}
