/*
Theme Name: Starter Pack Theme
Theme URI: https://oceanwp.org/
Description: Sample child theme.
Author: Hoja - OceanWP
Author URI: https://hoja.dev/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body{
  overflow-x:hidden !important;
}
.align-items-center > .elementor-widget-container > .elementor-image-box-wrapper > figure{
    padding-top: 20%;
}

#site-header.effect-one{ 
    position: fixed; 
}
#site-header.effect-one.clr.backgroundForHeader{
    background-color: #FFF;
    transition: background-color 1s;
}
#site-header.transparent-header{
    transition: background-color 1s;
}
.has-transparent-header .page-header{
    padding-top: 40px;
    padding-bottom: 5px
}

a:focus{
    outline:none !important;
}

button#wpforms-submit-1120:hover{
    border: none !important;
}
button#wpforms-submit-1120{
    background-color: #3b3b3b;
}
#phone, #link-hoja{
    color: #9b9b9b;
}
header#site-header{
  max-width: 100vw !important;
}
section#homepage{
	height: 100vh !important;
}