/*
Theme Name:   Elevate WP for ICAR Studio
Template:     elevate-wp
Text Domain:  elevate-wp-child
*/

/*****************MOBILE ZONE******************/
#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); */
}

div.gt_selected
{
    background: transparent !important;
}
div.gt_selected a
{
    background: transparent !important;
    border: unset !important;
    color: white !important;
}

div.gt_option
{
    margin-top: 80px !important;
}

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;
}
form#is-contact-form input[type="submit"]:hover
{
    background-color: #283b4b;
}

#iax-inscripcion-form span[data-name="Privacidad"] label
{
    display: flex;
    flex-direction: row;
    align-items: self-end;
    width: 300px;
}
#iax-inscripcion-form span[data-name="Privacidad"] label input
{
    margin-right: 5px;
}
#iax-inscripcion-form span[data-name="Privacidad"] label span
{
    font-size: 12px;
}
#iax-inscripcion-form input[type="submit"]
{
    width: 100%;
  text-align: center;
  margin-top: 20px;
}
/*****************TABLET ZONE******************/
@media screen and (min-width:800px) {


}

/*****************PC ZONE******************/
@media screen and (min-width:1025px) {

}