/*

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{
	--bleu: #233853;
	--marron: #B49870;
	--max-width : 1520px;
	--max-width-inside : 1440px;
	--left-padd : calc((100vw - var(--max-width)) / 2);
	--left-paddNegative : calc(((100% - var(--max-width)) / 2) * -1);
	--font: "Fraunces";
}



body{
	overflow-x: hidden;
}

#content .page-content{
	max-width: 1920px;
	margin: 0 auto;
}
.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-brown:focus,
.btn-brown{
	display: inline-flex;
	align-items: center;
	align-content: center;
	white-space: nowrap;
	font-family: var(--font), sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 100%;
	text-align: left;
	color: #fff;
	background-color: var(--marron);
	position: relative;
	border-radius: 5px;
	padding: 10px 20px 10px;
	text-transform: inherit;
	border: 0;
	outline: none;
	column-gap: 20px;
}

@media (min-width: 1921px){
	:root{
		--left-padd: 160px;
	}
}

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

@media (max-width: 850px){

}


@media (max-width: 767px){
	.btn-brown:focus,
	.btn-brown{
		font-size: 16px;
		padding: 7px 15px;
	}
}