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


/* Sticky Header */
main#content .page-content > .elementor > div {
	scroll-margin-top: 120px;
}
/* Sticky Header */

/* Button BG */
.elementor-widget-button {
	border: 6px solid #C55A28;
	border-left-width: 4px;
	border-right-width: 4px;

	> .elementor-button {
		border: 15px solid;
		border-image: url('/wp-content/themes/hello-theme-child-master/assets/img/button-border.svg');
		border-image-slice: 10;
		border-top-width: 12px !important;
		border-bottom-width: 12px;
		padding: 0 1em;
	}

	&:hover {
		border-color: #B24D1F;

		> .elementor-button {
			background-color: #B24D1F;
		}
	}
}

@media (max-width: 767px) {
	.button-wrapper,
	.elementor-button-wrapper {
		width: 100%;
		box-sizing: border-box;
	}

button.elementor-widget-button[ventrata-checkout] {
	border: 6px solid #C55A28;
	border-left-width: 4px;
	border-right-width: 4px;
	background: #C55A28;
	color: #fff;
	width: auto;
	box-sizing: border-box;
}

button.elementor-widget-button[ventrata-checkout]:hover,{
	border-color: #B24D1F;
	background: #B24D1F;
}

@media (max-width: 767px) {
	button.elementor-widget-button[ventrata-checkout], a.rezdy-modal {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}

button[ventrata-checkout]{
	border: 15px solid;
	border-image: url(/wp-content/themes/hello-theme-child-master/assets/img/button-border.svg);
	border-image-slice: 10;
	border-top-width: 12px !important;
	border-bottom-width: 12px;
	padding: 0 1em;
	line-height: 1.1;
	outline: 6px solid #C55A28 !important;
	outline-left-width: 4px !important;
	outline-right-width: 4px !important;
}
button.elementor-widget-button[ventrata-checkout]:hover{
	background-color: #B24D1F;
	outline-color: #B24D1F !important;
}

.gform_button[type='submit'] {
/*	padding: 0 1em !important;*/
/*	width: auto !important;*/
	color: #FFFFFF;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-family: 'Rajdhani', Sans-serif !important;
	border-radius: 0 !important;
/*
	border: 15px solid #C55A28 !important;
	border-image: url('/wp-content/themes/hello-theme-child-master/assets/img/button-border.svg') !important;
	border-image-slice: 10 !important;
	border-top-width: 12px !important;
	border-bottom-width: 12px !important;
*/
	background-color: var(--e-global-color-primary) !important;
}
/* Button BG */

