/*
Theme Name:   Elevate WP for ICAR Studio
Template:     elevate-wp
Text Domain:  elevate-wp-child
*/

/*****************MOBILE ZONE******************/

/*#region General*/
.link-textcolor-black a
{
    color: black !important;
    text-decoration-color: black !important;
}
/*#endregion*/

/*#region Navigation*/

/*
Sticky navigation section on scroll
*/
#navigation div[data-kubio="kubio/navigation-section"]{
    /* position: -webkit-sticky;
    /* Safari */
    /* position: sticky !important;
    top: 0px;
    z-index: 100; */
    left: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
}

/*
Control GTranslate menu style
*/
ul#menu-primary-menu li ul
{
    background-color: unset !important;
}
ul#menu-primary-menu ul li a[data-gt-lang]
{
    background-color: rgba(0, 0, 0, 0.45) !important;
    color: white !important;
}
/*#endregion */

/*#region Section - Contact*/
form#is-contact-form span label
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 14px;
}
form#is-contact-form span label input[name="Privacidad"]
{
    margin-top: 5px;
}

form#is-contact-form input[type="submit"]
{
    border: unset !important;
    transition: background-color 1s ease;
    width: 100%;
    margin-top: 10px;
    text-align: center !important;
}
form#is-contact-form input[type="submit"]:hover
{
    background-color: #283b4b;
}

form#is-contact-form textarea
{
    height: 150px;
}

div#contact[data-kubio="kubio/section"] div.background-wrapper div.overlay-layer div.overlay-image-layer
{
    opacity: 0.1 !important;
}
/*#endregion*/

/*#region Section - About*/

div#about[data-kubio="kubio/section"] div.background-wrapper div.overlay-layer div.overlay-image-layer
{
    background-color: white !important;
    opacity: 0.8 !important;
}


div[data-kubio="kubio/column"] a{
    text-decoration-color: white !important;
}
/*#endregion*/

/*#region Section - Promotion*/

a#datasheet-file
{
    cursor: pointer;
}

div#promotion div[data-kubio="kubio/shortcode"] div[role="button"][aria-label="previous arrow"]
{
    display: flex;
    height: 150px;
}
div#promotion div[data-kubio="kubio/shortcode"] div[role="button"][aria-label="next arrow"]
{
    display: flex;
    height: 150px;
}

.iscarrusel
{
    width: 100% !important;
    height: auto !important;
    transform: unset !important;
}
/*#endregion*/

/*#region Section - Footer*/
#footer div[data-kubio="kubio/accordionitem"] p a{

    color: white !important;
    text-decoration-color: white !important;
}
/*#endregion*/

/*****************TABLET ZONE******************/
@media screen and (min-width:800px) {
    form#is-contact-form input[type="submit"]
    {
        width: auto;
    }
}

/*****************PC ZONE******************/
@media screen and (min-width:1025px) {
    form#is-contact-form input[type="submit"]
    {
        width: auto;
    }
}