/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/* Your CSS code goes here
-------------------------------------- */
:root{
	--green: #00624A;
	--green2: #0a6e46;
	--green3: #54c77a;
	--green4: #adeca2;
	--orange: rgb(255, 123, 0);
	--maxWidth : 1520px;
	--maxWidthInside : 1440px;
	--leftPadd : calc((100vw - 1440px) / 2);
	--leftPaddNegative : calc(((100% - 1440px) / 2) * -1);
	--font: "Onest";
}



body{
	overflow-x: hidden;
}
#content{
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.custom-slide {
		min-height: calc(100vh - 45px) !important;
	}
}


.reset-button:active,
.reset-button:focus,
.reset-button:hover,
.reset-button {
	 border: none !important;
	 margin: 0 !important;
	 padding: 0 !important;
	 width: auto !important;
	 overflow: visible !important;

	 background: transparent !important;

	 /* inherit font & color from ancestor */
	 color: inherit !important;
	 font: inherit !important;

	 /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
	 line-height: normal !important;

	 /* Corrects font smoothing for webkit */
	 -webkit-font-smoothing: inherit !important;
	 -moz-osx-font-smoothing: inherit !important;

	 /* Corrects inability to style clickable `input` types in iOS */
	 -webkit-appearance: none !important;
		outline: none !important;
 }

/* Remove excess padding and border in Firefox 4+ */
.reset-button::-moz-focus-inner {
	 border: 0 !important;
	 padding: 0 !important;
 }

.btn-green:active,
.btn-green:focus,
.btn-green:hover,
.btn-green,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover,
.btn-orange{
	padding: 0 10px !important;
	height: 35px !important;
	transition:  all 0.2s;
	border-radius: 5px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-family: var(--font) !important;
	font-size: 18px !important;
	line-height: 100% !important;
	color: #fff !important;
	text-decoration: none;
}

.btn-orange{
	background-color: var(--orange) !important;
}
.btn-orange:hover{
	background-color: var(--green) !important;
}
.btn-green{
	background-color: var(--green) !important;
}
.btn-green:hover{
	background-color: var(--green) !important;
}
@media (min-width: 1921px){

}

@media (max-width: 1600px){
	:root{
		--leftPadd: 15px;
	}
}

@media (max-width: 850px){

}


@media (max-width: 767px){


	.btn-green:active,
	.btn-green:focus,
	.btn-green:hover,
	.btn-green,
	.btn-orange:active,
	.btn-orange:focus,
	.btn-orange:hover,
	.btn-orange{
		padding: 0 5px !important;
		height: 30px !important;
		border-radius: 3px;
		display: flex !important;
		font-family: var(--font) !important;
		font-size: 16px !important;
	}

}