/* 
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 */
.slider-title-01 { color: #f15a2b; font-family:"Harmony"; font-size: 135px; }
.slider-title-02 { font-size: 135px; font-family:"Harmony";}
.slider-title-03 { color: #f15a2b; font-family:"Harmony"; font-size: 80px; line-height: 1.2em;}
.promo-slider .swiper-slide-contents { background-color: #7d6e65; padding: 20px 50px;}
.coupon_btn a { border: 1px solid #f15c2e; border-radius: 25px;}
.elementor-field-group { margin-bottom: 18px;padding-right: calc(10px / 2); padding-left: calc(10px / 2);}
.custom-form button { background-color: #7d6e65 !important;}
.custom-form select, .custom-form input, .custom-form textarea, .custom-form button { border-radius: 16px;}
.table-responsive {width: 100%; border-collapse: collapse;}

@media (max-width: 768px) {
	.slider-title-01, .slider-title-02, .slider-title-03 { color: #f15a2b; font-family:"Harmony"; font-size: 56px; }
	.table-responsive {overflow-y: auto; display: block;}
}