/* 
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 */
.banner_images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

header#masthead {
    position: sticky !important;
    top: 0;
}
.banner_images .swiper {
    margin: 0 -10px;
}
.banner_images .swiper-slide {
    height: auto;
    padding: 10px;
}
.banner_images .swiper .swiper-slide figure {
    width: 100%;
    height: 100%;
}
.banner_images .swiper .swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subscribe_form input.form-control {
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-color: #FFF;
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: none;
    outline: 0;
}
.subscribe_form input.btn {
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border-color: #000000;
    background-color: #000000;
    color: #FFFFFF;
    outline: 0;
    box-shadow: none;
}
.subscribe_form input.btn:hover, 
.subscribe_form input.btn:focus {
	background-color: #e74339;
	border-color: #e74339;
}

@media(max-width: 767px){
	.subscribe_form .input-group{
		flex-direction: column;
	}
	.subscribe_form input.form-control {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 15px;
	}
}