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

/* privacy policy  */
h2.sub-titles{
    margin-top: 20px;
    font-weight: 700;
}
h3.sub-titles{
    margin-top: 20px;
    font-weight: 700;
}

/* menu */
.menu-item{
	margin-top:20px;
}
h3.menu-sub-heading{
	color: #8f2a2b !important;
    text-transform: uppercase;
    font-family: "Martel Sans", Sans-serif;
    font-size: 20px;
    font-weight: bolder;
    line-height: 30px;
    display: inline-block;
	margin:0;

}

@media screen and (max-width: 1440px){
	.choose_list {
		width: 100%;
		max-width: 600px;
	}
}

@media screen and (max-width: 1199px){

	.choose_list {
		max-width: 500px;
	}

	.list-container .elementor-widget-image{
		height: 85px;
		width: 100px;
	}

	.list-container .elementor-widget-image .elementor-widget-container {
		padding: 16px!important;
	}
}

@media screen and (max-width: 1024px) {
	.choose_list {
		max-width: 400px;
	}
}

@media screen and (max-width: 991px) {
	.choose_list {
		max-width: 800px;
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 575px){
	.list-container .elementor-widget-image {
		height: 90px;
		width: 100px;
	}

	.choose_list {
		flex-wrap: wrap;
	}
}