/*
Theme Name: GIPS Interiores S.L.
Theme URI:
Author: GIPS Interiores S.L.
Author URI:
Template: steeler
Description: Tema Wordpress de GIPS Interiores S.L.
Version: 3.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: steeler-child
Tags: factory, industrial, gas, chemical, company, construction, engineering, industry, laboratory, manufacture, mechanical, mining, oil, pharmaceutical, refinery, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Titles */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: normal;
    line-height: 1.3;
}

h2, .h2 {
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
}

/* Body */
#content {
    padding-top: 0;
    padding-bottom: 0;
}

/* SVG inside a */
.elementor-widget-image a img[src$=".svg"]{
    width: 100%;
    height: 100%;
}

/* Header menu */
.primary-menu>li>a {
    text-transform: none !important;
}

/* Header menu Hover items */
@media screen and (min-width: 1200px) {
    #site-header-wrap.header-layout4 .site-header-main .primary-menu > li > a:before {
        top: 0px;
        height: 2px;
    }
}

/* Header Menu Sticky */
#site-header.h-fixed {
    -webkit-animation: .5s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .5s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .5s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .5s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .5s ease 0s normal forwards 1 running headerSlideDown;
    animation: .5s ease 0s normal forwards 1 running headerSlideDown;
}

@media screen and (min-width: 1200px) {
    #site-header-wrap #site-header.h-fixed{
        background-color: #162129e3;
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }
}

/* Mobile Header Menu Sticky */
@media screen and (max-width: 1199px) {
    #site-header-wrap #site-header.h-fixed,
    .site-navigation .site-navigation-inner{
        background-color: #ffffffe3;
    }
    #site-header-wrap #site-header.h-fixed::before,
    .site-navigation::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
}


/* What we offer Section */
.what-offers .elementor-element {
    min-height: 355px;
}

.what-offers .elementor-widget-container,
.cms-fancy-box.layout3 {
    height: 100%;
}

@media (max-width: 480px) {
    .what-offers .elementor-element{
        min-height: 285px;
    }
}


/* Clients Section */
.cms-client-list .client-image {
    padding: 25px 15px;
}

.cms-client-list .client-image a img {
    max-height: 65px;
}








.cms-fancy-box.layout3:hover .cms-fancy-box-icon svg path {
    fill: white !important;
}

.elementor-widget .e-sidebar-widget .widget-title {
    background-color: #162129;
    text-transform: none;
}



/* Only Desktop */
@media screen and (min-width: 1200px) {
    #site-header-wrap.header-layout4 .site-header-main {
        background-color: #162129;
    }

    #site-header-wrap.header-layout4 .site-header-main .site-branding img {
        max-height: 70px;
        width: 100%;
    }

    #site-header-wrap.header-layout4 .site-header-main .site-branding {
        background: transparent;
    }

    .primary-menu > li > a {
        color: white;
        font-size: 16px;
        font-weight: normal;
    }

    #site-header-wrap.header-layout4 .site-header-top .header-top-inner {
        justify-content: flex-end;
    }
}

.gips-custom-button .elementor-button-text {
    font-family: 'Google Sans', serif !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 13px;
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 1px solid transparent;

    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.gips-custom-button .elementor-button-content-wrapper {
    padding: 15px 30px !important;
}

.gips-custom-button .elementor-button-text:hover {
    border-color: inherit;
}

.cms-lq-project-grid a.bt-more-plus:hover {
    background-color: #1781b6;
}

.cms-lq-project-grid a.bt-more-plus:hover span:before,
.cms-lq-project-grid a.bt-more-plus:hover span:after {
    background-color: #ffffff;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
    font-family: 'SF Compact Text', sans-serif !important;
}

@media screen and (max-width: 1199px) {
    .site-navigation {
        -webkit-transition: all 0.3s ease-in-out 0ms;
        -khtml-transition: all 0.3s ease-in-out 0ms;
        -moz-transition: all 0.3s ease-in-out 0ms;
        -ms-transition: all 0.3s ease-in-out 0ms;
        -o-transition: all 0.3s ease-in-out 0ms;
        transition: all 0.3s ease-in-out 0ms;
    }
}

@media (max-width: 480px) {
    .gips-project-header h1{
        font-size: 40px;
    }
}

.btn, button, .button, input[type="submit"]{
    font-weight: normal;
}

.btn.btn-outline, .button:not(.add_to_cart_button):not(.product_type_grouped).btn-outline{
    border: 1px solid #1781b6;
}

.cms-fancy-box.layout3 .cms-fancy-box-description{
    pointer-events: none;
}