/* 
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: 3.0.1
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 
font-family: "Noto Serif", serif;
font-family: "Noto Sans", sans-serif;

*/
.site-header {
    padding-block-start: 0;
    padding-block-end: 0;
    position: relative;
    padding: 10px 0 5px;
}
#content > .page-header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 25vh;
    background: url(images/page-banner.jpg) center center;
    background-color: #525252;
    color: #ffffff;
    background-size: cover;
}
#content > .page-header:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
}
.page-header .entry-title {
    padding: 20px;
    font-size: 42px;
    z-index: 1;
    position: relative;
}
.comments-area a, .page-content a {
    text-decoration: none;
}
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: none;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	outline: none;
}
#preloader {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background: #ffffff;opacity: 1;overflow: hidden;}
#preloader .loader {display: table;width: 100%;height: 100%;background: url(images/ploading.gif) no-repeat center center;background-size: 120px auto;}
.current-menu-item > a{color: var(--e-global-color-primary);}
.template-404page{
	padding: 55px 0;
}
@media (max-width: 767px) {
    .page-header .entry-title {
        font-size: 30px;
    }
}
select{
	font-size: 15px;
    color: var(--e-global-color-text);
    accent-color: var(--e-global-color-text);
    background-color: #F8F8F8;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E6E6E6;
    border-radius: 0px 0px 0px 0px;
}