/*
Theme Name:		 Vault Child
Theme URI:		 https://vault.uicore.co/
Description:	 Child theme for Vault - Multi-Purpose Elementor WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 vault
Version:		 1.0.0
Text Domain:	 vault
*/

button#wpforms-submit-722:hover {
    background-color: #68C2C1 !important;
    color: #fff !important;
}

a.uicore-btn.elementor-animation-flip:hover {
    background-color: #68c2c1 !important;
    color: #fff !important;
}

.elementor-column.card-mf:hover, .elementor-column.card-mf:hover span, .elementor-column.card-mf:hover svg {
    color: #fff !important;
    stroke: #fff;
	border-color: #fff;
	stroke-width: 0px;
}

.uicore-header-wrapper>.uicore.elementor-container {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    flex-wrap: nowrap;
}

/**
 .custom-header-fixed .uicore-header-wrapper>.uicore.elementor-container {
    flex-direction: row;
    flex-wrap: nowrap;
}

 */
.uicore-header-wrapper>.uicore.elementor-container {
    flex-direction: row;
    flex-wrap: nowrap;
}

@media screen and (max-width: 1025px) {
    .uicore-header-wrapper>.uicore.elementor-container {
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 25px 0;
    }

    body .uicore.elementor-section-boxed .uicore.elementor-container {
        padding: 25px 0 !important;
    }

    body .elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container {
        padding: 25px 0 !important;
    }
}

.uicore-branding a img {
    transition: all 0.3s ease-in-out width: 311px;
}

/*.custom-header-fixed .uicore-branding a img {
    width: 311px;
}*/

@media screen and (min-width: 1025px) and (max-width: 1803px) {

    .uicore-header-wrapper>.uicore.elementor-container {
        flex-direction: column;
        align-items: center;
    }

    .uicore-navbar .uicore-branding {
        margin: 30px auto !important;
    }

    body .uicore-branding a img {
        width: 190px;
    }

    .uicore-nav-menu .uicore-nav .uicore-menu>.menu-item>a {
        line-height: 1 !important;
        font-size: 13px !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    body .uicore-h-classic.uicore-navbar .uicore-menu > .menu-item-has-children > a::after {
        top: 24px;
    }

    body .uicore-navbar .uicore-nav-menu {
        padding: 0 0 20px 0;
        flex-wrap: nowrap;
    }

    body .uicore-navbar a.uicore-btn {
        font-size: 13px !important;
        margin-top: -15px;
    }

    body .uicore-navbar .sub-menu:hover,
    body .uicore-navbar nav .menu-item-has-children:hover>.sub-menu {
        /*transform: translate(0, 32px) !important;*/
    }
}

@media screen and (max-width: 1025px) {
    body .uicore-branding a img {
        width: 200px;
    }
}

body .uicore-navbar .uicore-nav-menu {
    width: 100%;
    align-content: space-between;
    flex-wrap: wrap;
}

body .uicore-navbar nav .uicore-nav {
    justify-content: flex-start;
}

body.custom-header-fixed .uicore-navbar nav .uicore-nav {
    justify-content: flex-end;
}

body .uicore-navbar .uicore-branding {
    margin-bottom: 0;
}

@media screen and (max-width: 1025px) {
    body .uicore-navbar .uicore-branding {
        margin: 0;
    }
}

body .uicore-navbar a.uicore-btn {
    background-color: #68C2C1;
    color: #fff;
}

body .uicore-navbar li a {
    font-weight: 400 !important;
    font-size: 15px !important;
}

body .bdt-ep-advanced-icon-box-icon-wrap svg {
    fill: transparent !important;
}

/**
 * Slider
 */
.home-logos-slider .swiper-wrapper {
    align-items: center;
}

.home-logos-slider .swiper-wrapper img {
    height: auto;
    max-width: 120px;
}

/**
 * formulario de contacto
 */

body .dark-form .wpforms-field label {
    color: #D2D2D1;
}

body .dark-form .wpforms-field input, body .wpforms-field textarea {
    background-color: transparent !important;
    border-radius: 6px !important;
    border: 1px solid #D2D2D1 !important;
    font-size: 16px !important;
    color: #D2D2D1 !important;
}

body .dark-form .wpforms-field input::placeholder {
    color: #D2D2D1 !important;
}

body .white-form .wpforms-field input, body .wpforms-field textarea {
    background-color: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #D2D2D1 !important;
    font-size: 16px !important;
    color: #D2D2D1 !important;
}

body .dark-form .wpforms-field input::-webkit-input-placeholder,
body .dark-form .wpforms-field textarea::-webkit-input-placeholder,
body .dark-form .wpforms-field input:-ms-input-placeholder,
body .dark-form .wpforms-field textarea:-ms-input-placeholder,
body .dark-form .wpforms-field input::placeholder,
body .dark-form .wpforms-field textarea::placeholder,
body .dark-form .wpforms-field input::-ms-input-placeholder,
body .dark-form .wpforms-field textarea::-ms-input-placeholder {
    color: #D2D2D1 !important;
}

body .white-form .wpforms-field input::-webkit-input-placeholder,
body .white-form .wpforms-field textarea::-webkit-input-placeholder,
body .white-form .wpforms-field input:-ms-input-placeholder,
body .white-form .wpforms-field textarea:-ms-input-placeholder,
body .white-form .wpforms-field input::placeholder,
body .white-form .wpforms-field textarea::placeholder,
body .white-form .wpforms-field input::-ms-input-placeholder,
body .white-form .wpforms-field textarea::-ms-input-placeholder {
    color: #D2D2D1 !important;
}

body .white-form .wpforms-field-label-inline {
    color: #fff !important;
}

body .wpforms-submit {
    width: 100% !important;
    background-color: #D2D2D1 !important;
    color: #000 !important;
}

/**
 * menu
 */

body .uicore-navbar nav .menu-item-has-children>a:after {
    content: "+";
    font-weight: bold;
}

/**
  * subpáginas
  */

.content-simple .e-con>.e-con-inner {
    max-width: 960px;
    margin: 80px auto;
}

body .otgs-development-site-front-end {
    display: none !important;
}

/**
 * litecache
 */

img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

#cmplz-document {
    max-width: 100% !important;
}

/** blog */
.single-post .uicore-single-header .uicore-entry-meta {
    display: none !important;
}