/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
header#masthead .hfe-nav-menu { min-width: 640px; }
a, a:hover { color: rgb(31 117 188); }
.feature-list { list-style: none; padding-left: 0px; }
.feature-list li:not(:last-child) { margin-bottom: 10px; }

/* Generic CSS */
@media only screen and (min-width: 992px) {
	.d-hide { display:none; }	
}
@media only screen and (max-width: 993px) {
	.m-hide { display:none; }	
}
/* End Generic CSS */

/* Search Page CSS */
.search-items, .no-search-items { padding: 30px 10px; }
.search-items .post-item .post-title { margin-top: 0px; margin-bottom: 8px; }
.search-items .post-item .post-title a {
    color: #2F3192;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}
.search-term { color: #FFF; font-size: 32px; font-weight: 600; margin: 0px; }
/* End Search Page CSS */

/* Form CSS */
.forminator-ui label { font-size: 14px; margin-bottom: 5px !important; font-weight: 600; }
.forminator-ui .forminator-description { display: none !important; }
.forminator-ui textarea { height: 75px; }
.forminator-ui .forminator-row { margin-bottom: 10px; }
.forminator-ui .forminator-row-last { margin-bottom: 0px !important; }
.forminator-ui button.forminator-button-submit {
    background-color: #2f3192 !important;
    border: none !important;
    border-radius: 0px !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
/* End Form CSS */