/*
Theme Name: Script Lab WP
Description: Script Lab WP Child theme for customizations.
Author: Miguel
Author URI: mailto:martinezruiz9317@gmail.com
Template: oceanwp
Text Domain:  scriptlabwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Importing fonts */
/* Importing fonts end */

/* Helpers and Init Styles*/
/* Helpers End */
#site-header.myfixed #site-logo #site-logo-inner a img.custom-logo{
    max-width: 215px;
}
#site-header.myfixed #site-logo #site-logo-inner, #site-header.myfixed .oceanwp-social-menu .social-menu-inner, #site-header.full_screen-header.myfixed .menu-bar-inner, #site-header.myfixed .after-header-content .after-header-content-inner{
    height: 80px;
}
#site-header.myfixed .oceanwp-mobile-menu-icon a, #site-header.myfixed #site-navigation-wrap .dropdown-menu >li >a, #site-header.myfixed .oceanwp-mobile-menu-icon a, #site-header.myfixed .mobile-menu-close, .after-header-content-inner >a{
    line-height: 80px;
}
li.main-request a .text-wrap{
  border-radius: 25px;
  padding: 14px 30px;
  background-color: #edc75b;
  color: #131313;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
/* Mobile Styles */

#footer ul.dropdown-menu {
  margin: 0;
  padding: 0;
}
#footer ul.dropdown-menu li {
  display: block;
}
#footer ul.dropdown-menu li a{
    padding-left: 0;
}

@media (min-width: 768px) {
  #comImpact::after {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/delightin-dee-l7jWRY3H0x0-unsplash-scaled-1.jpg");
    background-size: cover;
    background-position: center center;
  }
	
  #pckLogistics::after {
    content: "";
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    background-image: url("/wp-content/uploads/2025/09/battlecreek-coffee-roasters-j1bQVFsNHO8-unsplash-scaled.jpg");
    background-size: cover;
    background-position: center center;
  }
}


.blur{
	backdrop-filter: blur(10px);
}