/*
 Theme Name:     Superfast Removal
 Theme URI:     http://cosycreatives.com/
 Description:    Superfast Removal  official Theme
 Author:         COsy Creatives
 Author URI:     http://cosycreatives.com/
 Template:       Divi
 Version:        1.0.0
*/
 
 @import url("../Divi/style.css");
/* Theme customization starts here
------------------------------------------------------- */


.et_pb_menu .et-menu>li {
    padding-left: 16px;
    padding-right: 16px;
}

.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li ul.sub-menu {
    background: #fff !important;
}

.et-menu li li a {
    padding: 12px 10px;
    width: 300px;
}
.nav li li {
    padding: 0 10px;
    margin: 0;
}

.nav li ul {
        width: 300px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffffff;
    background: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-align: center !important;
    padding: 13px;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    background: #fff;
    font-weight: bold;
    color: #ee5423;
    font-size: 15px;
    line-height: 19px;
    text-align: center !important;
    padding: 13px;
}

.wpcf7 form.invalid .wpcf7-response-output,  .wpcf7 form.sent .wpcf7-response-output {
  animation: hideresp 3s forwards; 
  animation-iteration-count: 1;
}

@keyframes hideresp {
  90% { opacity:1; }
  100% { opacity:0; }
}