/*
Theme Name: Saor
Theme URI: https://wordpress.themeholy.com/saor
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Saor - SEO Digital Marketing Agency WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saor
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
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. 
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4

*/

/* 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;
}

/*  */
.filter-item.hidden {
    display: none;
}
label{
	text-align:left;
}
input[type="checkbox"]{
	visibility: visible!important; 
    opacity: 1!important;
    vertical-align: middle; 
    width: 24px!important;
    height: 24px!important;
    display: block!important;
}
.wpcf7-list-item{
	width:100%;
}
.wpcf7-list-item label{display:flex;}
.wpcf7-list-item-label{padding-left:10px;}
select, .form-control, .form-select, textarea, input{
	height: 42px!important;
	border-radius: 4px!important;
}
.contact-form textarea.form-control, .contact-form textarea{
    min-height: 60px!important;
}
.header-layout4 {
    background-color: #fff;
}
.wpcf7-form-control.wpcf7-submit{background-color:#18186e;color:#fff;}