
/*
 Theme Name:     Jose & Vicky
 Theme URI:      https://www.yourUnforgettable.com
 Description:    Jose & Vicky theme
 Author:         yourUnforgettable
 Author URI:     https://www.yourUnforgettable.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*-----------------------Menu CTA Buton -------------------------------- */


.menu-cta {
    border: 2px solid #ffffff;
    padding: 7.5px !important;
    border-radius: 25px;
    text-align: center;
}

@media only screen and (min-width: 981px) {
    .menu-cta {
            height: 37px;
    }

}

/*-
.menu-cta:hover{
    background-color: #bd9de8 !important;
}

.menu-cta:hover a{
    color:white !important;

}
 */

.et_header_style_left #et-top-navigation {
    padding: 16px 0 0 0 !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation {
    padding: 8px 0 0 0 !important;
}

/*------------------ Menu CTA Buton Mobile Settings -------------------- */

@media only screen and (max-width: 980px) {
    .menu-cta {
            background-color: #bd9de8;
            padding: 0px! important;
    }

}
@media only screen and (max-width: 980px) {
    .menu-cta a {
    color:white !important;
    }
}

/*----------Custom Divi Gallery----------*/


.mfp-title {
    display: none;
}

/*-------------------------Contact 7 Form-------------------------*/


/* Submit Button CSS Styles */
 
.wpcf7 input[type=submit] {
    padding:10px 120px; 
    background:#bd9de8;
    color:#fff;
    font-size:18px;
    font-weight:bold; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 60px; 
}

/* Label Text Styles */
 
.wpcf7 label {
   padding: 0 0 10px 0;
    font-size: 16px;
    color:black;
}




/* Text Input Field Styles */
 
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select {
    width: 100%;
    font-size:25px;
    border-style: 20px solid;
    border-color: #bd9de8;
    border-radius: 5px; 


}
