/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://designprefect.com
 Description:  Child Theme for Divi
 Author:       Abhishek Khunteta
 Author URI:   https://designprefect.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* .cus-fmenu {background-color: RGBA(155, 31, 36, 1)!important;} */
.my-cus-fixed-menu {background-color: RGBA(155, 31, 36, 0); transition:0.3s ease-in-out all;
}

/* Slider
 * --------------------------------------------*/
#cus-slider .et_pb_slide_description {
    display: none;
}

#cus-slider .et_pb_slide_image {
    margin: 0px !important;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.et_pb_slide_image {}

#cus-slider .et_pb_container {
    max-width: 100%;
    width: 100%;
    padding: 0px !important;
    margin: 0 !important;
    height: auto;
}

#cus-slider  .et_pb_slide {
    padding: 0px !important;
}

#cus-slider .et_pb_slide_image img {
    max-width: 100%;
    max-height: 100% !important;
    width: 100% !important;
}

@media (max-width: 767px) {
	#cus-slider .et_pb_slide_image{
		display:block !important;
	}
}

/*****CONTACT FORM CAPTCHA CODE*****/

.custom-simple-captcha{
    color:#ffffff;
}
.custom-simple-captcha input{
    width:200px !important;
    text-align:center;
}
.incorrect-captcha-error{
    color:red;
    display:none;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color:red;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    margin: 0;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 300;
}

.wpcf7 form.sent .wpcf7-response-output {
border-color: #fff;
color: #fff;	
}

input {
    -webkit-appearance: none;
    width: 100px;
    padding: 10px 20px;
    background: #f81227;
    color: #fff;
	border: none;
    font-size: 14pt;
}

.refresh-captcha a { color:#fff !important;}

.cust-footer a { color:#fff !important;}
.cust-footer a:hover { color:#f4f4f4 !important;}