/*
  Theme Name:   SoftplaceWeb Child
  Theme URI:    https://www.softplaceweb.com
  Description:  SoftplaceWeb is a starter blank Wordpress theme inspired by Elementor page builder. Header, footer, sidebar and navigation controlled by Elementor  
  Author:       Marco Barbera
  Author URI:   http://www.marcobarbera.com
  Template:     softplaceweb
  Version:      2.0.0
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         child-theme, light, one-columns, custom-header, custom-menu, responsive-layout, footer-widgets, full-width-template, featured-images
  Text Domain:  softplaceweb-child
*/


/* --------------------
  Add your custom style 
-------------------- */

.site-container {
    background-color: #FFFFFF;
    border: 0;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 15%);
}

.hnotext {
    height: 0 !important;
}

.hnotext h1, .hnotext h2 {
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -9999px !important;
    height: 0 !important;
}

.head-gvl .elementor-widget {margin-bottom: 0 !important;}

.texth {min-height: 150px !important;}

@media all and (max-width: 768px) {
	.texth {min-height: auto !important;}
}

.bdt-sticky-below .logo img {
	width: 92px;
	height: 40px;
}

.bdt-sticky  .menu-gvl .sub-menu {
    margin-top: 25px !important;
}

.bdt-sticky.bdt-sticky-below .menu-gvl .sub-menu {
    margin-top: 11px !important;
}

@media all and (max-width: 1024px) {
	.bdt-sticky .menu-gvl .sub-menu {
		margin-top: 0 !important;
	}
	.bdt-sticky .menu-gvl .sub-menu li {
		background-color: dimgray !important;
	}
}

/* Add here styles for all display widths  */

@media all and (max-width: 767px) {
  /* Styles for mobile phones  */  
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* Styles for tablets  */ 
}
@media all and (min-width: 1025px) {
  /* Styles for desktops  */  
}