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

@font-face {
	font-family: 'bentonsansbook';
	src:
		url('assets/fonts/BentonSans-Book.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'bentonsansregular';
	src: url('assets/fonts/BentonSans-Regular.woff2') format('woff2'),
		url('assets/fonts/BentonSans-Regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'bentonsansmedium';
	src: url('assets/fonts/BentonSans-Medium.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'bentonsansblack';
	src:
		url('assets/fonts/BentonSans-Black.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'bentonsanslight';
	src:
		url('assets/fonts/bentonsans-light-webfont.woff') format('woff');
	font-display: swap;
}

/* Global fonts */

.elementor-kit-6 {
	--e-global-typography-primary-font-family: 'bentonsansregular', Sans-serif !important;
	--e-global-typography-secondary-font-family: 'bentonsansmedium', Sans-serif !important;
	--e-global-typography-text-font-family: 'bentonsansregular', Sans-serif !important;
	--e-global-typography-accent-font-family: 'bentonsansmedium', Sans-serif !important;
}

/* END Global fonts */

/* Pop ups */
.theme-126 a {
	color: #ffa300 !important;
}

.theme-126 .gform_button {
	background: #ffa300 !important;
}

.theme-126 .left-col, .theme-126 .right-col {
	margin: 40px 0; 
	padding: 0 40px;
}

.theme-126 .left-col {
	border-right: 1px solid #aaa;
}

.theme-126 .right-col h2 {
	color: #2e2e2e;
	margin-top: 0;
}

@media (max-width: 768px) {
	.theme-126 .popup-container {
		flex-direction: column;
	}
	.theme-126 .left-col, .theme-126 .right-col {
		width: 100% !important; 
		margin: 0; 
		padding: 0;
	}
	.theme-126 .right-col h2 {
		font-size: 25px;
		line-height: 27px;
	}
	.theme-126 .left-col {
		display: none;
	}
}

/* END Pop ups */

.box__cover {
	background-size: cover;
}

.elementor-video:hover {
	cursor: pointer;
}

@media (max-width: 992px) {
	.elementor-button {
		width: 100% !important;	
	}
}

.gform_fields {
	row-gap: 10px !important;	
}

.gform_button:hover {
	background-color: #2E2E2E !important;
	color: #fff !important;
}