/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.repeater-field-header-title {
    margin-bottom: 10px;
    font-weight: 600;
}

html.video {
    overflow: auto  !important;
}
body p {
    margin-bottom: 0;
}
body .main-header {
    width: 100%;
    /* position: absolute; */
}
.elementor-image-box-title {
    margin-top: 10px;
}
.lqd-mobile-sec .navbar-header>.navbar-toggle {
    width: 50px;
    flex: 0 0 auto;
}
.lqd-mobile-sec .navbar-header img.logo-default {
    max-width: 220px;
}
[data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse {
    justify-content: flex-start !important;
}
body .lqd-mobile-sec .main-nav>li>a {
    text-transform: uppercase;
}

.main-header.megamenu-item-active {
	background-color: #fff !important;
	
}

.main-header #logo-colori {
	display: none;
}
.main-header #logo-trasparente {
	display: block;
}
.main-header.megamenu-item-active #logo-colori {
	display: block;
}
.main-header.megamenu-item-active #logo-trasparente {
	display: none;
}
body .main-header.megamenu-item-active .main-nav > li > a {
    color: #222A36 !important;
}

@media screen and (max-width: 1024px){

  [data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse ul .nav-item-children > li > a, [data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse ul > li > a, [data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse ul.nav.main-nav .nav-item-children > li > a, [data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse ul.nav.main-nav > li > a, [data-mobile-nav-style=modern] .lqd-mobile-sec .megamenu .ld-fancy-heading > * {
      color: rgb(255 255 255) !important;
  }
}

@media (max-width: 480px) {
  #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
      width: 50% !important;
  }
}
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
   position: relative;
   z-index: -1;
 }
 body:not(.elementor-editor-active) .elementor-menu-anchor:before {
   content: "";
   display: block;
   height: 150px; 
   margin: -150px 0 0; 
   visibility: hidden;
   pointer-events: none;
 }
 @media (max-width:768px){
	body:not(.elementor-editor-active) .elementor-menu-anchor:before {
	content: "";
	display: block;
	height: 50px; 
	margin: -50px 0 0; 
	visibility: hidden;
	pointer-events: none;
	}
 }


 .is-stuck {
  box-shadow: none !important;
 }

.lqd-custom-menu-mobile-collapsible .lqd-custom-menu-dropdown-btn {
    border-bottom: 0 !important;
}

/*--- CONTACT-FORM-7 ---------------------------------------------------------*/
#responsive-form {
  margin: 0 auto;
  width: 100%;
}

.form-row {
  width: 100%;
}

.column-half, .column-full {
  float: left;
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7 input.wpcf7-form-control.wpcf7-file {
    border-radius: 0 !important;
}
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}

.wpcf7-submit {
  text-align: center;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    display: block;
}
span.wpcf7-form-control.wpcf7-acceptance {
    background: transparent !important;
}
span.ui-selectmenu-text {
    font-family: 'Barlow';
}
.wpcf7 .wpcf7-acceptance {
    font-size: 1.2em;
}

@media screen and (max-width: 1024px){
	body.admin-bar .dialog-type-lightbox {
		position: fixed;
		height: 100vh;
		top: 50px;
	}
 
}