/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	AbzarWP.Com
Theme URI: http://zephyr.us-themes.com/
Author URI: https://abzarwp.com
*/

/*Add your own styles here:*/

/* حذف استایل های کلی فرم
=====================================*/
.gform_required_legend{
	display:none !important;
}

.sty-all input:not(.w-btn){
    box-shadow: unset !important;
	border-color:unset;
}

.sty-all input:focus, .sty-all textarea{
    box-shadow: unset !important;
	border-color:unset;
}



/* استایل فرم برای بکگراند سفید
=====================================*/
.sty-01 input:not(.w-btn), .sty-01 textarea, .sty-01 select{
	background-color: #FEF6FF !important;
    border-color:#B0A8B9 !important;
	border-radius:0.5rem !important;
}

/* استایل دوم دکمه فرم
=====================================*/
.sty-01 input[type=submit]:not(.w-btn){
    background-color:#26a06e !important;
    color:#fff !important;
    border-radius:2rem !important;
    border:1px solid #26a06e !important;
}

.no-touch .sty-01 input[type=submit]:not(.w-btn):hover{
    background-color:#fff !important;
    color:#B0A8B9 !important;
	border:1px solid #663b90 !important;
}

.w-image img:not([src*=".svg"]), .w-image[class*="ush_image_"] img {
    width: revert-layer !important;
}

.main-logo .w-image-h img{
 width: auto !important;
}
