/*** RESET ***/
:root{
	--brandColor800: #614229;
	--brandColor700: #946845;
	--brandColor600: #c6ac8f;
	--brandColor500: #eae0d5;
	--brandColor400: #22333b;
	--brandColor300: #a64747;
	--redColor: #ff2e70;
	--yellow300: #ffc600;
	--purpleColor: #9366dd;
	--gwColor: #00b4bd;
	--greenColor: #89f262;
	--blueColor: #19e4ff;
	--gray100:#f2f2f2;
	--gray200:#e6e6e6;
	--gray300:#939fac;
	--gray400:#596068;
	--gray500:#3e4349;
	--gray600:#282b2e;
	--primaryFont: 'Montserrat', sans-serif;
	--swiper-pagination-color:var(--brandColor600);
}

html,body{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:100%;
}

body{
	line-height: 100%;
	font-family: var(--primaryFont);
	color: var(--gray500);
	background: var(--brandColor500);
}

*{
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5{
	width:100%;
	display: inline-block;
	margin: 0 0 10px 0;
	line-height: 100%;
}
p{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 170%;
}
ul, ol{
	font-size: 16px;
	line-height: 170%;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
	border:none;
	outline:none;
}
a{
	color: currentColor;
}
a, a:hover{
	text-decoration:none
}
.svg_icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
}
input,
select,
textarea,
button{
	font-family: var(--primaryFont);
	outline: none;
}

/*** SCROLL BAR ***/
body::-webkit-scrollbar {
	width: 5px;
}
body::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
}

/*** MISC ***/
#page_wrapper{
	float:left;
	width:100%;
	overflow: hidden;
	padding-top: 100px;
}
.button{
	--btnColor: var(--brandColor300);
    --btnColorHover: var(--brandColor300);
    --btnTextColor: #FFF;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background: var(--btnColor);
    color: var(--btnTextColor);
    border: none;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 30px;
    line-height: 20px;
    text-align: center;
    transition: all 0.5s;
}
.button:hover{
	background: var(--btnColorHover);
}
.fullwidth_button{
	padding: 10px 0;
	width: 100%;
}

.buttons_list{
	gap: 20px;
}

.section_title{
	font-weight: 600;
	font-size: 50px;
	color: currentColor;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.section_subtitle{
	font-size: 20px;
	text-decoration: underline;
	color: var(--accentColor);
	text-transform: uppercase;
	font-weight: normal;
}

/*** GRAVITY FORMS ***/
.gform_description:empty{
	display: none;
}

/*** HEADER ***/
#header{
	position: fixed;
	top:0;
	left:0;
	height: 100px;
	background: var(--brandColor500);
    color: var(--brandColor400);
	padding:0 25px;
	transition: all 0.5s;
    z-index: 99;
}
.float_active #header{
	height: 70px;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}
#header_logo{
	display: inline-block;
	width: 50px;
}
#header_actions > *{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--brandColor400);
	color: #FFF;
	font-size: 18px;
}

/*** HEADER MENU ***/

/*** MOBILE MENU ***/

/*** FOOTER ***/
#footer_bottom_bar{
    height: 70px;
	padding: 0 25px;
    font-size: 12px;
}
#footer_menu{
	gap: 20px;
}
#footer_actions{
	gap: 10px;
}
#footer_actions > *{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--brandColor400);
	color: #FFF;
	font-size: 14px;
}
#footer_actions > * i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}

/*** HOME ***/
/* .home #page_wrapper{
	padding:0 15px;
	background: var(--brandColor300);
} */

/*** LANDING SECTION ***/
.landing_section_inner{
	position: relative;
	height: calc(100vh - 170px);
	border-radius: 15px;
	background: var(--brandColor500);
	color: var(--brandColor400);
}
.landing_logo{
	margin-bottom: 40px;
}
.landing_logo img{
	width: 240px;
}
.landing_main h1{
	font-size: 36px;
	line-height: 130%;
	text-transform: uppercase;
	margin: 0;
}
.landing_main h1 > span{
	display: inline-block;
	margin-left: 10px;
	color: var(--brandColor300);
	font-size: 120%;
}
.landing_footer_text{
	margin-top: 60px;
}
.landing_footer_text p{
	font-weight: 500;
}
.landing_footer_text strong{
	color: var(--brandColor300);
}
.landing_image{
	width: 300px;
    margin-top: 80px;
}
.landing_image img{
	transform: translateX(10%);
}
.landing_smoke_1, 
.landing_smoke_2, 
.landing_smoke_3 {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--brandColor800);
    opacity: 0.5;
    transform: translateX(-50%);
}

.landing_smoke_1{
	animation: smookeAnim1 2s infinite linear;
	-webkit-animation: smookeAnim1 2s infinite linear;
	-moz-animation: smookeAnim1 2s infinite linear;
	-o-animation: smookeAnim1 2s infinite linear;
}
@keyframes smookeAnim1 {
	0%{
		transform: translateX(-10%) translateY(250%) scale(0.1);
		opacity: 0;
	}
	25%{
		transform: translateX(-20%) translateY(175%) scale(0.3);
		opacity: 0.3;
	}
	50%{
		transform: translateX(-40%) translateY(130%) scale(0.6);
		opacity: 0.7;
	}
	75%{
		transform: translateX(-50%) translateY(0%) scale(0.8);
		opacity: 0.5;
	}
	100%{
		transform: translateX(-40%) translateY(-30%) scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes smookeAnim1 {
	0%{
		transform: translateX(-10%) translateY(250%) scale(0.1);
		opacity: 0;
	}
	25%{
		transform: translateX(-20%) translateY(175%) scale(0.3);
		opacity: 0.3;
	}
	50%{
		transform: translateX(-40%) translateY(130%) scale(0.6);
		opacity: 0.7;
	}
	75%{
		transform: translateX(-50%) translateY(0%) scale(0.8);
		opacity: 0.5;
	}
	100%{
		transform: translateX(-40%) translateY(-30%) scale(1);
		opacity: 0;
	}
}
@-moz-keyframes smookeAnim1 {
	0%{
		transform: translateX(-10%) translateY(250%) scale(0.1);
		opacity: 0;
	}
	25%{
		transform: translateX(-20%) translateY(175%) scale(0.3);
		opacity: 0.3;
	}
	50%{
		transform: translateX(-40%) translateY(130%) scale(0.6);
		opacity: 0.7;
	}
	75%{
		transform: translateX(-50%) translateY(0%) scale(0.8);
		opacity: 0.5;
	}
	100%{
		transform: translateX(-40%) translateY(-30%) scale(1);
		opacity: 0;
	}
}
@-o-keyframes smookeAnim1 {
	0%{
		transform: translateX(-10%) translateY(250%) scale(0.1);
		opacity: 0;
	}
	25%{
		transform: translateX(-20%) translateY(175%) scale(0.3);
		opacity: 0.3;
	}
	50%{
		transform: translateX(-40%) translateY(130%) scale(0.6);
		opacity: 0.7;
	}
	75%{
		transform: translateX(-50%) translateY(0%) scale(0.8);
		opacity: 0.5;
	}
	100%{
		transform: translateX(-40%) translateY(-30%) scale(1);
		opacity: 0;
	}
}

.landing_smoke_2{
	background: var(--brandColor400);
    top: -130px;
    left: 65%;
    width: 70px;
    height: 70px;
	animation: smookeAnim1 2.5s infinite linear;
	-webkit-animation: smookeAnim1 2.5s infinite linear;
	-moz-animation: smookeAnim1 2.5s infinite linear;
	-o-animation: smookeAnim1 2.5s infinite linear;
}

.landing_smoke_3{
	background: var(--brandColor300);
    top: -145px;
    left: 50%;
    width: 50px;
    height: 50px;
	animation: smookeAnim3 2.5s infinite linear;
	-webkit-animation: smookeAnim3 2.5s infinite linear;
	-moz-animation: smookeAnim3 2.5s infinite linear;
	-o-animation: smookeAnim3 2.5s infinite linear;
}
@keyframes smookeAnim3 {
	0%{
		transform: translateX(-10%) translateY(250%) scale(0.1);
		opacity: 0;
	}
	25%{
		transform: translateX(-20%) translateY(175%) scale(0.3);
		opacity: 0.3;
	}
	50%{
		transform: translateX(-40%) translateY(130%) scale(0.6);
		opacity: 0.7;
	}
	75%{
		transform: translateX(-50%) translateY(0%) scale(0.8);
		opacity: 0.5;
	}
	100%{
		transform: translateX(-40%) translateY(-30%) scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes smookeAnim3 {
	0%{
		transform: translateX(-10%) translateY(250%) scale(0.1);
		opacity: 0;
	}
	25%{
		transform: translateX(-20%) translateY(175%) scale(0.3);
		opacity: 0.3;
	}
	50%{
		transform: translateX(-40%) translateY(130%) scale(0.6);
		opacity: 0.7;
	}
	75%{
		transform: translateX(-50%) translateY(0%) scale(0.8);
		opacity: 0.5;
	}
	100%{
		transform: translateX(-40%) translateY(-30%) scale(1);
		opacity: 0;
	}
}
@-moz-keyframes smookeAnim3 {
	0%{
		transform: translateX(-10%) translateY(250%) scale(0.1);
		opacity: 0;
	}
	25%{
		transform: translateX(-20%) translateY(175%) scale(0.3);
		opacity: 0.3;
	}
	50%{
		transform: translateX(-40%) translateY(130%) scale(0.6);
		opacity: 0.7;
	}
	75%{
		transform: translateX(-50%) translateY(0%) scale(0.8);
		opacity: 0.5;
	}
	100%{
		transform: translateX(-40%) translateY(-30%) scale(1);
		opacity: 0;
	}
}
@-o-keyframes smookeAnim3 {
	0%{
		transform: translateX(-10%) translateY(250%) scale(0.1);
		opacity: 0;
	}
	25%{
		transform: translateX(-20%) translateY(175%) scale(0.3);
		opacity: 0.3;
	}
	50%{
		transform: translateX(-40%) translateY(130%) scale(0.6);
		opacity: 0.7;
	}
	75%{
		transform: translateX(-50%) translateY(0%) scale(0.8);
		opacity: 0.2;
	}
	100%{
		transform: translateX(-40%) translateY(-30%) scale(1);
		opacity: 0;
	}
}

/*** FORMS ***/
.field_help {
	font-size: 12px;
    color: #939fac;
    margin-top: 5px;
}
.field_help a{
	text-decoration: underline;
}
.footer_help{
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 500;
}
.footer_help a{
	text-decoration: underline;
}
.errors_list{
	display: inline-flex;
    width: 100%;
    gap: 5px;
    text-align: center;
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 100%;
    font-size: 12px;
}
.errors_list li{
	width: 100%;
	padding:10px;
	background: var(--redColor);
	color: #FFF;
	border-radius: 5px;
}

.form_field .text_input{
    display: inline-block;
	width: 100%;
    height: 45px;
    padding: 0 10px;
    border: none;
    border-radius: 7px;
}
.checkbox_label input{
	display: none;
}
.checkbox_label{
	gap: 10px;
	font-size: 14px;
}
.checkbox_label i{
	width: 15px;
	height: 15px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	transition: all 0.2s;
}
.checkbox_label input:checked + i{
	background: var(--gwColor);
}
.checkbox_label i::after{
	content: '\f2de';
	font-family: uicons-regular-rounded;
	font-style: normal;
	position: absolute;
	width: 15px;
	height: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 10px;
	transform: scale(0);
	transition: all 0.2s;
}
.checkbox_label input:checked + i::after{
	transform: scale(1);
}

/** SPECIAL FIELDS **/
.input_action_button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	font-size: 18px;
	color: var(--gray400);
	cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}
.icon_input_icon{
	position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--gray400);
    cursor: pointer;
}

/*** PRICES BOX ***/
.plans_select_box{
	border: 2px solid #FFF;
}
.plans_select_nav_tab{
	width: 50%;
}
.plans_select_nav_tab input{
	display: none;
}
.plans_select_nav_tab .plans_select_nav_name{
	display: inline-flex;
    align-items: center;
	justify-content: center;
	width: 100%;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
	transition: all 0.2s;
}
.plans_select_nav_tab:last-child .plans_select_nav_name{
	border-right: none;
}
input:checked + .plans_select_nav_name{
	border-bottom-color: transparent;
	background:#121c20;
}
.sale_tag{
	display: inline-flex;
    padding: 5px 10px;
    border-radius: 99px;
    background: var(--brandColor300);
    margin-left: 10px;
}
.plans_select_price_content{
	padding: 20px;
	background:#121c20;
	display: none;
}
.plans_select_price_content:first-child{
	display: block;
}
.plans_select_price{
	font-size: 36px;
    font-weight: 600;
    line-height: 100%;
}
.plans_select_price sup{
	font-size: 18px;
}
.plans_select_price_period{
	font-size: 14px;
	font-weight: 600;
    line-height: 100%;
	margin: 5px 0;
}
.plans_select_offer{
	font-size: 14px;
	font-weight: 400;
    line-height: 100%;
}

/*** WIDGETS ***/
.dark_widget{
	background: var(--brandColor400);
	color: #FFF;
}
.widget_header{
	height: 60px;
	background: rgba(0, 0, 0, 0.2);
}
.widget_header h2{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
}
.widget_body{
	padding: 30px;
}
.widget_body  p{
	font-size: 14px;
	line-height: 150%;
}

/** DASK WIDGET **/
.dark_widget .checkbox_label i{
	background: rgba(0, 0, 0, 0.4);
}

/*** FIRSTS STEPS NAV ***/
.firsts_steps_nav_step{
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a4a19c;
}
.firsts_steps_nav_step{
	position: relative;
}
.firsts_steps_nav_step:not(:last-child)::after{
	content: '\f133';
	font-family: uicons-regular-rounded !important;
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: calc(50% - 15px);
	right: -37px;
	width: 30px;
	height: 30px;
	color: #a4a19c;
}
.firsts_steps_nav_step.current{
	color: var(--brandColor400);
}

/*** LOGIN SECTION ***/
.login_section {
    min-height: calc(100vh - 170px);
}
.create_account_logo img{
	width: 200px;
}

/*** TEXT CONTENT SECTION ***/
.page_text_content_wrapper{
	padding: 50px 0;
}
.page_text_content_wrapper p{
	font-weight: 500;
}
.page_text_content_wrapper strong{
	color: var(--brandColor300);
}
.page_text_content_wrapper a:not(.button){
	text-decoration: underline;
}

/** REGULAR PAGES **/
.page_title{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.page_content{
	padding:30px;
	background: #FFF;
	border-radius: 10px;
}
.page_content p{
	font-weight: 500;
}
.page_content strong{
	color: var(--brandColor300);
}
.page_content a:not(.button){
	text-decoration: underline;
}
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5{
	font-weight: 500;
	text-transform: uppercase;
}
.page_content h2{
	font-size: 18px;
}
.page_content h3{
	font-size: 16px;
}

/*** WOOCOMMERCE ***/
.wc-block-components-button:not(.is-link){
	background: var(--brandColor300);
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
}

@media(max-width:992px) {
	.landing_main h1 {
		font-size: 25px;
	}
	.landing_main h1 > span{
		width: 100%;
	}
	.landing_image {
		width: 230px;
		margin-top: 140px;
	}
	.landing_logo img {
		width: 200px;
	}
	.login_section{
		padding:0 15px
	}
	.widget_header h2 {
		font-size: 18px;
	}
}