/*
Theme Name: Ensaf
Theme URI: https://wordpress.themeholy.com/ensaf
Author: Themehour
Author URI: https://themeforest.net/user/themehour
Description: Ensaf - Law Agency WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later 
License URI: LICENSE
Text Domain: ensaf
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. 

*/ 

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

.widget.no-banner-widget {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    border: 0px solid transparent;
}


.blog-navigation .nav-btn.next {
	display: flex;
	justify-content: end;
	width: 100%;
}

body .wc-contact-forms-wrap {
border-radius: 16px;
    background: var(--smoke-color2);
    padding: 60px;
    text-align: start;

}
body .wc-contact-forms-wrap .wpforms-container {
    margin: 0 !important;
}
body .wc-contact-forms-wrap .wpforms-container .wpforms-head-container{
	padding-bottom: 0 !important;
}
body .wc-contact-forms-wrap .wpforms-container .wpforms-head-container .wpforms-title {
    font-size: 30px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.417;
    margin: 0 0 3px 0;
}

body .wc-contact-forms-wrap .wpforms-container .wpforms-field {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}



body .wc-contact-forms-wrap .wpforms-container .wpforms-field select,
body .wc-contact-forms-wrap .wpforms-container .wpforms-field textarea,
body .wc-contact-forms-wrap .wpforms-container .wpforms-field input {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid var(--th-border-color);
    color: var(--body-color);
    border-radius: 27px;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--white-color);
    height: 56px;
}




body .wc-contact-forms-wrap .wpforms-container .wpforms-field textarea {
    height: 150px;
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 20px;
}

body .wc-contact-forms-wrap .wpforms-container .wpforms-field select:focus,
body .wc-contact-forms-wrap .wpforms-container .wpforms-field textarea:focus,
body .wc-contact-forms-wrap .wpforms-container .wpforms-field input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: var(--th-border-color) !important;
    background-color: var(--smoke-color2);
}




body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color2) !important;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 21px 42px;
    min-width: 170px;
    border-radius: 30px;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
	height: auto;
}
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    right: 0;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit:hover:before,
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit:hover:after {
    background-color: var(--theme-color);
}
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit:hover::before,
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit.active::before {
    width: 51%;
    border-radius: 0;
}
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit:hover::after,
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit.active::after {
    width: 50%;
    border-radius: 0;
}
body .wc-contact-forms-wrap .wpforms-container button.wpforms-submit i {
    font-size: 0.95em;
    margin-left: 6px;
}

body .wc-contact-forms-wrap .wpforms-container .wpforms-field i {
    display: inline-block;
    position: absolute;
    top: 30px;
    font-size: 16px;
    color: var(--theme-color);
    right: 25px;
    pointer-events: none;
}
@media (max-width:767px) {
body .wc-contact-forms-wrap .wpforms-container .wpforms-one-half
 {
    width: 100%;
	 margin: 0;
}
}

@media (max-width: 375px) {
   body .wc-contact-forms-wrap {
        padding: 25px;
    }
}