/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.et_pb_social_media_follow li.et-social-flikr a.icon:before {
    background: url('assets/images/tiktok.svg');
    background-size: auto;
    color: transparent;
	background-position: center;
}
.reset-password-modal-styles.set-new-password {
    z-index: 555555;
}
.reset-password-modal-styles .sign-up-box form > div .single-input-container {
    position: relative;
}
.wizard .validation-hints-container .hint-icon-container, .set-new-password .validation-hints-container .hint-icon-container {
    width: 14px !important;
    margin-right: 6px;
}
.validation-hints {
    font-family: "Geomanist Regular";
    font-size: 11px;
    letter-spacing: .11px;
    line-height: 17px;
    color: #828282;
    text-align: left;
}

/*COLLAPSED SUB-MENU*/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
#page-container span.menu-closed:before {
    content: '3';
    display: block;
    color: #000;
    font-size: 18px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    transform: rotate(180deg);
}
.et_mobile_menu .esp-lang a,
.et_mobile_menu .eng-lang a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    width: 100%;
}
.et_mobile_menu {
    max-height: calc(100vh - 94px);
    overflow-y: auto;
}
.et-fixed-header .et_mobile_menu {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

/*CONTACT FORM APPLY*/
.flex-wrap {
    display: flex;
    justify-content: space-between;
}
form span input {
    width: 100%;
    margin-bottom: 5px !important;
    color: #999 !important;
    font-size: 14px;
    padding: 16px !important;
    border: 1px solid #fff !important;
}
form span input.wpcf7-not-valid {
    border: 1px solid red !important;
}
form .flex-wrap span {
    width: 48%;
}
form span {
    margin-bottom: 10px;
} 
.flex-wrap span input {
    width: 100%;
}
form p {
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}
form input[type="submit"] {
    margin: 0;
    width: 100%;
    border-radius: 30px;
}
form input[type="submit"]:hover {
    border-radius: 30px;
}
form span.wpcf7-not-valid-tip {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}
.wpcf7 .ajax-loader {
    display: none;
}
form .wpcf7-response-output {
    line-height: 20px;
}