/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Site - Cores

========================================*/

/*
 1.) Typography
----------------------------------------*/

.spline-sans-mono {
	font-family: "Spline Sans Mono", monospace;
}

.rhodium-libre-regular {
	font-family: "Rhodium Libre", serif;
}

.biorhyme {
	font-family: "BioRhyme", serif;
}

.unbounded {
	font-family: "Unbounded", serif;
}


/*
 2.) Default Styles
----------------------------------------*/

/* -----------------------------------------------------------
   Modern Global Reset (2025)
----------------------------------------------------------- */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: "Spline Sans Mono", monospace;
    font-weight: 300;
    font-size: 18px;
    color: #7b1d16;
    line-height: 28px;
    background: #fbfbfb;
}


/* -----------------------------------------------------------
   Links
----------------------------------------------------------- */

a {
	color: inherit;
	text-decoration: underline;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #ea3381;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="mailto:"] {
	word-break: break-all;
}


/* -----------------------------------------------------------
   Typography
----------------------------------------------------------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Rhodium Libre", serif;
	font-weight: 400;
	color: #f04320;
	line-height: 1.43em;
	padding-bottom: 17px;
}

h1,
.h1 {
	font-size: 56px;
}

h2,
.h2 {
	font-size: 48px;
}

h3,
.h3 {
	font-size: 40px;
}

h4,
.h4 {
	font-size: 32px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 28px;
}

p:last-child {
	padding-bottom: 0;
}

.txt {
	margin-bottom: 60px;
}

.txt:last-child {
	margin-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700;
}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 52px;
}

h2,
.h2 {
	font-size: 42px;
}

h3,
.h3 {
	font-size: 36px;
}

h4,
.h4 {
	font-size: 28px;
}

p {
	padding-bottom: 24px;
}
}

@media (max-width: 767px) {
h1,
.h1 {
	font-size: 42px;
}

h2,
.h2 {
	font-size: 34px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 26px;
}

p {
	padding-bottom: 20px;
}

.txt {
	margin-bottom: 50px;
}
}


/* -----------------------------------------------------------
   Lists
----------------------------------------------------------- */

ul,
ol {
	list-style: none;
}

li {
	position: relative; 
	padding-left: 30px;
	margin-bottom: 5px;
}

li:last-child {
	margin-bottom: 28px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	margin-bottom: 0;
}

ul li ul,
ol li ol {
	padding: 5px 0 0 0;
}

ul li:before {	
	font-family: "Font Awesome 5 Pro";
	content: "\f138";
	font-weight: 900;
	font-size: 90%;
	line-height: .5em;
	position: absolute;
	top: 10px;
	left: 0;
}

@media (max-width: 1199px) {
li:last-child {
	margin-bottom: 24px;
}
}

@media (max-width: 767px) {
li:last-child {
	margin-bottom: 20px;
}
}


/* Ordered list numbers */
ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 25px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* -----------------------------------------------------------
   Images
----------------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}


/* -----------------------------------------------------------
   Form Controls
----------------------------------------------------------- */

label {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-family: "Spline Sans Mono", monospace;
	font-weight: 300;	
	font-size: 24px;
	color: #7b1d16;
	line-height: 1.5em;
	padding-bottom: 6px;
}

input,
select,
textarea {
	width: 100%;
	height: 80px;
	display: inline-block;
	vertical-align: top;
	font-family: "Spline Sans Mono", monospace;
	font-weight: 300;	
	font-size: 24px;
	color: #7b1d16;
	line-height: 1.25em;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: #ffffff;
	border: 1px solid #cacaca;	
	border-radius: 0;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	padding: 25px 25px;
	transition: box-shadow .2s;
}

textarea {
	height: 204px;
	line-height: 1.5em;
	white-space: normal;
	outline: none;
	resize: none;
}

select {
	background-image: url(img/frm-chevron-down.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: top 30px right 25px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
}

select.colorize .expand-item:not([disabled]) {
	color: #7b1d16;
}

select.colorize .expand-item.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #8e8e8e;
	background-image: url(img/frm-chevron-down-gray.svg);
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #8e8e8e;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #8e8e8e;
}

::-moz-placeholder {
	color: #8e8e8e;
}

::-ms-input-placeholder {
	color: #8e8e8e;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #7b1d16;
	outline: 0;
}

@media (max-width: 1199px) {
label {
	font-size: 22px;
}

input,
select,
textarea {
	height: 70px;
	font-size: 22px;
	padding: 20px 25px;
}

textarea {
	height: 204px;
}

select {
	background-position: top 24px right 25px;
}
}

@media (max-width: 767px) {
label {
	font-size: 20px;
}

input,
select,
textarea {
	height: 60px;
	font-size: 20px;
	padding: 15px 25px;
}

textarea {
	height: 204px;
}

select {
	background-position: top 19px right 25px;
}
}


/* Checkbox/Radio */
.form-check {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.form-check:last-child {
	margin-bottom: 0;
}

.form-check label {
	width: 100%;
	min-height: 22px;
	font-weight: 300;
	font-size: 20px;
	color: #8e8e8e;
	line-height: 1.5em;
	text-align: left;	
	text-transform: none;
	position: relative;
	padding: 0 0 0 37px;
}

.form-check label:before {
	content: "";
	width: 22px;
	height: 22px;
	background: #ffffff;
	border: 2px solid #cacaca;
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
}

.form-check input[type=checkbox],
.form-check input[type=radio] {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	overflow: hidden;
}

.form-check input[type=radio]+label:before {
	border-radius: 900px;
}

.form-check input[type=checkbox]:checked+label:before,
.form-check input[type=checkbox]:checked+label:focus:before {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/frm-check.svg);
	background-size: 11px auto;
}

.form-check input[type=radio]:checked+label:before,
.form-check input[type=radio]:checked+label:focus:before {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/frm-circle.svg);
	background-size: 10px auto;
}


/* #Buttons
================================================== */

/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "BioRhyme", serif;
	font-weight: 800;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0.16em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: normal;
	background: #ea3381;
	box-shadow: inset #ea3381 0 0 0 1px;	
	border-radius: 0;
	border: none;	
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all .25s ease-out;
	padding: 23px 24px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
.box:hover .btn,
.box:focus .btn,
.box:active .btn {
	color: #ea3381;
	text-decoration: none;
	background: #ffffff;
	box-shadow: inset #ea3381 0 0 0 1px;
	outline: 0;
}

.btn-accent, 
input.btn-accent[type="button"], 
input.btn-accent[type="submit"] {
	background: #7b1d16;
	box-shadow: inset #7b1d16 0 0 0 1px;
}

.btn-accent:hover, 
.btn-accent:focus, 
.btn-accent:active, 
.btn-accent:active:focus, 
.btn-accent.active, 
.btn-accent.active:focus,
input.btn-accent[type="button"]:hover, 
input.btn-accent[type="button"]:focus, 
input.btn-accent[type="button"]:active, 
input.btn-accent[type="button"]:active:focus, 
input.btn-accent[type="button"].active, 
input.btn-accent[type="button"].active:focus, 
input.btn-accent[type="submit"]:hover, 
input.btn-accent[type="submit"]:focus, 
input.btn-accent[type="submit"]:active, 
input.btn-accent[type="submit"]:active:focus, 
input.btn-accent[type="submit"].active, 
input.btn-accent[type="submit"].active:focus,
.btn-accent:not(:disabled):not(.disabled).active,
.box:hover .btn-accent,
.box:focus .btn-accent,
.box:active .btn-accent { 
	color: #7b1d16;
	background: #ffffff;
	box-shadow: inset #7b1d16 0 0 0 1px;
}

.btn-white, 
input.btn-white[type="button"], 
input.btn-white[type="submit"] {
	color: #7b1d16;
	background: #ebf5b6;
	box-shadow: inset #ebf5b6 0 0 0 1px;
}

.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white:active:focus, 
.btn-white.active, 
.btn-white.active:focus,
input.btn-white[type="button"]:hover, 
input.btn-white[type="button"]:focus, 
input.btn-white[type="button"]:active, 
input.btn-white[type="button"]:active:focus, 
input.btn-white[type="button"].active, 
input.btn-white[type="button"].active:focus, 
input.btn-white[type="submit"]:hover, 
input.btn-white[type="submit"]:focus, 
input.btn-white[type="submit"]:active, 
input.btn-white[type="submit"]:active:focus, 
input.btn-white[type="submit"].active, 
input.btn-white[type="submit"].active:focus,
.btn-white:not(:disabled):not(.disabled).active,
.box:hover .btn-white,
.box:focus .btn-white,
.box:active .btn-white { 
	color: #ebf5b6;
	background: none;
	box-shadow: inset #ebf5b6 0 0 0 1px;
}

/*
.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}
*/

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=50);
	opacity: .50;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=50);
	opacity: .50;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 12px -8px -16px -8px;
}

.btn-wrap.center-align {
	justify-content: center;
}

.btn-wrap .btn {
	float: left;
	margin: 0 8px 16px 8px;
}

@media (max-width: 1199px) {
.btn,
input[type="button"],
input[type="submit"] {
	padding: 20px 24px;
}
}

@media (max-width: 767px) {
.btn,
input[type="button"],
input[type="submit"] {
	font-size: 15px;
	line-height: 21px;
	padding: 19px 24px;
}

.btn-wrap {
	margin-top: 10px;
}
}


/* Large */
.btn.lrg {
	padding: 29px 24px;
}

@media (max-width: 1199px) {
.btn.lrg {
	padding: 24px 24px;
}
}

@media (max-width: 767px) {
.btn.lrg {
	padding: 20px 24px;
}
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	transition-property: left, top, width, height, opacity;
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px; 
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	height: 60px;
	float: left;
	font-weight: 800;
	font-size: 16px;
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 0.16em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: #ea3381;	
	border-radius: 0;
	border: none;
	transition: top 1s ease-out, background 1s linear;
	overflow: hidden;
	position: absolute;
	z-index: 1001;
	top: -50px;
	left: 4px;
	opacity: 0;
	padding: 0 25px; 
	margin: 0;
}

.skip-btn:hover,
.skip-btn:focus,
.skip-btn:active {
	top: 4px;
	color: #ffffff;
	text-decoration: none;
	transition: top .1s ease-in, background .5s linear;
	opacity: 1;
}


/* Hidden */
.hidden {
	width: 1px;
	height: 1px;
	clip: rect(0,0,0,0);	
	overflow: hidden;	
	position: absolute;
	padding: 0;
	margin: -1px;
}


/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1480px;
	padding: 0 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.container {
	max-width: 650px;
	padding: 0 25px;
}
}


/* Read - More */
.read-more {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.read-more a,
.read-more .a {
	display: inline-block;
	vertical-align: top;
	font-family: "BioRhyme", serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.16em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;	
	cursor: pointer;
	transition: all .25s ease-out;
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	margin-bottom: 90px;
}

.heading-txt:last-child {
	margin-bottom: 0;
}

.heading-txt h1,
.heading-txt h2,
.heading-txt h3,
.heading-txt h4 {
	padding-bottom: 11px;
}

.heading-txt h1:last-child,
.heading-txt h2:last-child,
.heading-txt h3:last-child,
.heading-txt h4:last-child {
	padding-bottom: 0;
}

.heading-txt p {
	padding-bottom: 23px;
}

.heading-txt p:last-child {
	padding-bottom: 0;
}

.heading-txt .max-770 {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}

.heading-txt .max-950 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.heading-txt .max-1190 {
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
}

@media (max-width: 1199px) {
.heading-txt {
	margin-bottom: 70px;
}
}

@media (max-width: 767px) {
.heading-txt {
	margin-bottom: 50px;
}
}


/* Form - Fields */
.form-fields {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 90px;
}

.form-fields:last-child {
	margin-bottom: 0;
}

.form-fields form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-fields ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -12px -24px -12px;
}

.form-fields ul li {
	width: 100%;
	line-height: 1em;
	padding: 0 12px;
	margin: 0 0 24px 0;
}

.form-fields ul li:before {
	display: none;
}

.form-fields ul li.half-width {
	width: 50%;
}

.form-fields .btn-wrap {
	margin-top: 24px;
}

.form-fields .btn,
.form-fields input[type="button"],
.form-fields input[type="submit"] {
	width: 100%;
}

@media (max-width: 1199px) {
.form-fields {
	margin-bottom: 70px;
}
}

@media (max-width: 767px) {
.form-fields {
	margin-bottom: 50px;
}

.form-fields ul li.half-width {
	width: 100%;
}
}


/* Fade In Down */
@keyframes fadeInDown {
	from{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 100px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-main.fixed {
	background: rgba(0, 0, 0, .90);
	box-shadow: rgba(0, 0, 0, .25) 0 0 15px;
}

.fixed-scroll .header-main {
	position: fixed;
	animation-duration: .2s;
	animation-name: fadeInDown;
}

@media (max-width: 767px) {
.header-main {
	height: 90px;
}
}


/* Site Brand */
.header-main .brand {
	height: 100px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 -500px 0 0;
}

.header-main .brand img {
	width: 100%;
	max-width: 220px;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 992px) {
.header-main .brand {
	padding: 0 0 2px 0;
}

.header-main .brand img {
	max-width: 170px;
}
}

@media (min-width: 1200px) {
.header-main .brand {
	padding: 0 0 4px 0;
}

.header-main .brand img {
	max-width: 200px;
}
}

@media (min-width: 1300px) {
.header-main .brand {
	padding: 0 0 5px 0;
}

.header-main .brand img {
	max-width: 238px;
}
}

@media (max-width: 767px) {
.header-main .brand {
	height: 90px;
}

.header-main .brand img {
	max-width: 190px;
}
}

@media (max-width: 359px) {
.header-main .brand img {
	max-width: 170px;
}
}


/* Right - Wrap */
.header-main .right-wrap {
	height: 100px;
	float: right;
}

.header-main .cart-count {
	height: 100px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-left: 30px;
}

.header-main .cart-count a {
	display: inline-block;
	font-size: 20px;
	color: #fbfbfb;
	text-decoration: none;
	position: relative;
}

.header-main .cart-count a .count {
	font-size: 6px;
	color: #f04320;
	position: absolute;
	top: -8px;
	right: -4px;
	z-index: 1;
}

.header-main .cart-count a:hover,
.header-main .cart-count a:focus, 
.header-main .cart-count a:active {
	color: #f04320;
}

.header-main .cart-count a:hover .count,
.header-main .cart-count a:focus .count, 
.header-main .cart-count a:active .count {
	color: #fbfbfb;
}

@media (min-width: 992px) {
.header-main .right-wrap {
	height: 100px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;	
}

.header-main .nav-bar,
.header-main .nav-bar .nav-max,
.header-main .nav-bar .nav-inn {
	float: left;
}


/* Primary - Menu */
.header-main .primary-menu {
	float: left;
}

.header-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0 -13px;
}

.header-main .primary-menu ul li {
	height: 100px;
	float: left;
	padding: 0;
	margin: 0 13px;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul li > a {
	height: 100px;
	float: left;
	font-family: "BioRhyme", serif;
	font-weight: 700;
	font-size: 13px;
	color: #fbfbfb;
	line-height: 100px;
	letter-spacing: 0.16em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.header-main .primary-menu ul li > a:before {
	content: "";
	width: 0;
	height: 5px;
	background: #f04320;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 50%;
}

.header-main .primary-menu ul li .submenu-lv1 {
	display: none;
}

.header-main .primary-menu ul li.menu-item-has-children > a {
	padding-right: 20px;
}

.header-main .primary-menu ul li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 15px;
	transition: all .25s ease-out;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	margin: 0;
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #fbfbfb;
}

.header-main .primary-menu ul li:hover > a:before,
.header-main .primary-menu ul li > a:focus:before, 
.header-main .primary-menu ul li.nav-menu-open > a:before, 
.header-main .primary-menu ul li.current-menu-item > a:before, 
.header-main .primary-menu ul li.current-menu-parent > a:before, 
.header-main .primary-menu ul li.current-menu-ancestor > a:before {
	width: 100%;
	left: 0;
}

.header-main .primary-menu ul li.menu-item-has-children:hover > a:after,
.header-main .primary-menu ul li.menu-item-has-children > a:focus:after,
.header-main .primary-menu ul li.menu-item-has-children.nav-menu-open > a:after {	
	transform: translate(0, -50%) rotate(-180deg);
}

.header-main .primary-menu ul li > ul {
	width: 260px;
	float: left;
	background: #fbfbfb;
	box-shadow: rgba(0, 0, 0, .20) 0 15px 15px;
	transition: all .2s ease-in-out;	
	transform-origin: left top;	
	transform: scaleY(0);
	visibility: hidden;
	opacity: 0;
	display: block!important;
	position: absolute;
	top: 100%;
	left: -30px;
	padding: 25px 30px 30px 30px;
	margin: 0;
}

.header-main .primary-menu ul li > a:focus+ul,
.header-main .primary-menu ul li:hover > ul,
.header-main .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;	 
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 25px 0;
}

.header-main .primary-menu ul li > ul li:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul li > ul li > a {
	width: 100%;
	height: auto;
	color: #3a3a3a;
	line-height: 20px;
	text-align: left;
}

.header-main .primary-menu ul li > ul li > a:before {
	display: none;
}

.header-main .primary-menu ul li > ul li:hover > a,
.header-main .primary-menu ul li > ul li > a:focus, 
.header-main .primary-menu ul li > ul li.nav-menu-open > a, 
.header-main .primary-menu ul li > ul li.current-menu-item > a, 
.header-main .primary-menu ul li > ul li.current-menu-parent > a, 
.header-main .primary-menu ul li > ul li.current-menu-ancestor > a {
	color: #f04320;
}


/* Cart - Count */
.header-main .cart-count {
	margin-left: 26px;
}

.header-main .cart-count a {
	font-size: 16px;
}
}

@media (min-width: 1200px) {
.header-main .primary-menu ul {
	margin: 0 -20px;
}

.header-main .primary-menu ul li {
	margin: 0 20px;
}

.header-main .primary-menu ul li > a {
	font-size: 14px;
}

.header-main .cart-count {
	margin-left: 40px;
}

.header-main .cart-count a {
	font-size: 18px;
}
}

@media (min-width: 1300px) {
.header-main .primary-menu ul {
	margin: 0 -25px;
}

.header-main .primary-menu ul li {
	margin: 0 25px;
}

.header-main .cart-count {
	margin-left: 50px;
}
}

@media (min-width: 1400px) {
.header-main .primary-menu ul {
	margin: 0 -30px;
}

.header-main .primary-menu ul li {
	margin: 0 30px;
}

.header-main .primary-menu ul li > a {
	font-size: 16px;
}

.header-main .cart-count {
	margin-left: 60px;
}

.header-main .cart-count a {
	font-size: 20px;
}
}

@media (min-width: 1600px) {
.header-main .primary-menu ul {
	margin: 0 -32px;
}

.header-main .primary-menu ul li {
	margin: 0 32px;
}

.header-main .cart-count {
	margin-left: 64px;
}
}

@media (max-width: 991px) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #ebf5b6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	transition: top .15s ease-out;
	overflow: hidden;
}

.header-main .overlay-menu.active {
	visibility: visible;
	opacity: .70;
	transition: opacity .2s ease-out;
}

.header-main .nav-bar {
	width: 90%;
	max-width: 360px;
	height: 100%;
	float: right;	
	transition: all .25s ease-out;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 100px 0 0 0;
}

.header-main .nav-bar.active {
	visibility: visible;
	right: 0;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .90);		
	overflow: auto;
	overflow-x: hidden;
}

.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 40px 50px 40px;
}


/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

.header-main .primary-menu:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-family: "BioRhyme", serif;
	font-weight: 700;
	font-size: 16px;
	color: #fbfbfb;
	line-height: 22px;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	padding: 16px 0;
	margin: 0;
}

.header-main .primary-menu ul li.menu-item-has-children > a {
	padding-right: 40px;
}

.header-main .primary-menu ul li .submenu-lv1 {
	display: none;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1 {
	display: block;
	width: 100px;
	height: 50px;
	float: right;
	text-align: right;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1:after {
	width: 17px;
	height: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 18px;
	color: #fbfbfb;
	line-height: .5em;
	transition: all .25s ease-out;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	margin: -1px 0 1px 0;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1.active:after {
	transform: translate(0, -50%) rotate(-180deg);
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #f04320;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1.active.active {
	color: #f04320;
}

.header-main .primary-menu ul li ul {
	display: none;
	padding: 0 0 0 20px;
	margin: 0;
}

.header-main .primary-menu ul li ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
}

@media (max-width: 767px) {
.header-main .overlay-menu {
	top: 0;
}

.header-main .nav-bar {
	padding: 90px 0 0 0;
}

.header-main .nav-bar .nav-inn {
	padding: 30px 40px 50px 40px;
}

.header-main .cart-count {
	height: 90px;
}
}

@media (max-width: 359px) {
.header-main .cart-count {
	margin-left: 20px;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 100px;
	float: left;
	display: none;
	flex-wrap: wrap;
	align-items: center;	
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 0 0 30px;	
}

.header-main .menu-btn .menu-bar {
	width: 30px;
	height: 2px;
	float: left;
	background: #ffffff;
	text-indent: -99999px;
	transition: all .25s ease-out;
	position: relative;
	margin: 9px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	transition: all .25s ease-out;
	position: absolute;
	left: 0;
}

.header-main .menu-btn .menu-bar:before {
	top: -9px;
}

.header-main .menu-btn .menu-bar:after {
	top: 9px;
}

.header-main .menu-btn.active .menu-bar {
	background: none;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
	top: 0;
}

.header-main .menu-btn.active .menu-bar:before {
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main.fixed .menu-btn.active .menu-bar {
	background: none;
}

@media (max-width: 991px) {
.header-main .menu-btn {
	display: flex;
}
}

@media (max-width: 767px) {
.header-main .menu-btn {
	height: 90px;
}

.header-main .menu-btn .menu-bar {
	width: 26px;
}
}

@media (max-width: 359px) {
.header-main .menu-btn {
	margin-left: 20px;
}

.header-main .menu-btn .menu-bar {
	width: 22px;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
	overflow: hidden;
}


/* Grid */
.row-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.row {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 120px;
	margin: 0 -30px -60px -30px;
}

.row:last-child {
	padding-bottom: 0;
}

.row > div {
	width: 100%;
	padding: 0 30px 60px 30px;
}

@media (max-width: 1399px) {
.row {
	margin: 0 -25px -60px -25px;
}

.row > div {
	padding: 0 25px 60px 25px;
}
}

@media (max-width: 1199px) {
.row {
	padding-bottom: 100px;
	margin: 0 -20px -60px -20px;
}

.row > div {
	padding: 0 20px 60px 20px;
}
}

@media (max-width: 767px) {
.row {
	padding-bottom: 70px;
	margin: 0 -15px -50px -15px;
}

.row > div {
	padding: 0 15px 50px 15px;
}
}


/* Hero - Main */
.hero-main {
	width: 100%;
	min-height: 840px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 400;
	font-size: 32px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 1) 0 4px 10px;
	background: #3a3a3a;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 156px 0;
}

.hero-main .media {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.hero-main .media:before {
	content: "";
	width: 100%;
	height: 156px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 88.78%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-main .media:after {
	content: "";
	width: 100%;
	height: 70%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 46.48%, rgba(0, 0, 0, 0) 92.97%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hero-main .media img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);	
}

.hero-main .cont {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

.hero-main .cont .brand {
	margin-bottom: 80px;
}

.hero-main .cont .brand:last-child {
	margin-bottom: 0;
}

.hero-main .cont .brand img {
	width: 100%;
	max-width: 382px;
}

.hero-main .cont h1,
.hero-main .cont .h1 {
	font-size: 72px;
	color: inherit;
	padding-bottom: 0;
}

.hero-main .cont h1:last-child,
.hero-main .cont .h1:last-child {
	padding-bottom: 0;
}

.hero-main .cont p {
	width: 100%;
	max-width: 90%;
	padding-bottom: 80px;
	margin: 0 auto;
}

.hero-main .cont p:last-child {
	padding-bottom: 0;
}

.hero-main .cont .btn {
	font-size: 20px;
	line-height: 26px;
	box-shadow: 0px 6px 16px 0px #000000, inset #ebf5b6 0 0 0 1px;
	padding-left: 48px;
	padding-right: 48px;
}

.hero-main .cont .btn-wrap {
	justify-content: center;
}

@media (max-width: 1399px) {
.hero-main {
	font-size: 28px;
	line-height: 48px;
}

.hero-main .cont .brand img {
	max-width: 320px;
}

.hero-main .cont h1,
.hero-main .cont .h1 {
	font-size: 64px;
}
}

@media (max-width: 1199px) {
.hero-main {
	font-size: 26px;
	line-height: 44px;
}

.hero-main .cont .brand {
	margin-bottom: 56px;
}

.hero-main .cont .brand img {
	max-width: 280px;
}

.hero-main .cont h1,
.hero-main .cont .h1 {
	font-size: 60px;
	padding-bottom: 20px;
}

.hero-main .cont p {
	padding-bottom: 60px;
}

.hero-main .cont .btn {
	font-size: 18px;
	line-height: 24px;
	padding-left: 45px;
	padding-right: 45px;
}
}

@media (max-width: 767px) {
.hero-main {
	font-size: 22px;
	line-height: 38px;
	padding-bottom: 100px;
}

.hero-main .cont .brand {
	margin-bottom: 50px;
}

.hero-main .cont .brand img {
	max-width: 200px;
}

.hero-main .cont h1,
.hero-main .cont .h1 {
	font-size: 42px;
	padding-bottom: 20px;
}

.hero-main .cont p {
	padding-bottom: 50px;
}

.hero-main .cont .btn {
	font-size: 16px;
	line-height: 22px;
	padding-left: 40px;
	padding-right: 40px;
}
}


/* Welcome - Content */
.welcome-cont {
	width: 100%;
	color: #ffffff;
	text-align: center;
	background: #7B1D16;
	border-bottom: 8px solid #f04320;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 140px 0;
}

.welcome-cont:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(img/circle-pattern.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.welcome-cont h1,
.welcome-cont h2,
.welcome-cont h3,
.welcome-cont h4 {
	color: inherit;
	padding-bottom: 24px;
}

.welcome-cont h1:last-child,
.welcome-cont h2:last-child,
.welcome-cont h3:last-child,
.welcome-cont h4:last-child {
	padding-bottom: 0;
}

.welcome-cont .icon {
	margin-bottom: 60px;
}

.welcome-cont .icon:last-child {
	margin-bottom: 0;
}

.welcome-cont .icon img {
	width: 100%;
	max-width: 184px;
}

@media (max-width: 1199px) {
.welcome-cont {
	padding: 110px 0;
}
}

@media (max-width: 767px) {
.welcome-cont {
	border-bottom-width: 6px;
	padding: 80px 0;
}

.welcome-cont .icon {
	margin-bottom: 40px;
}

.welcome-cont .icon img {
	max-width: 130px;
}
}


/* Products - List */
.products-list {
	width: 100%;
	overflow: hidden;
	padding: 120px 0;
}

.products-list .row {
	padding-bottom: 70px;
	margin: 0 -17px -34px -17px;
}

.products-list .row:last-child {
	padding-bottom: 0;
}

.products-list .row > div {
	width: 33.33333333333333%;
	padding: 0 17px 34px 17px;
}

.products-list .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: 500;
	font-size: 18px;
	color: #a9a9a9;
	line-height: 26px;
	text-decoration: none;
	background: #f1f1f1;
	border-top: 4px solid #9ea74e;
	overflow: hidden;
}

.products-list .row > div .box .media {
	width: 100%;
	overflow: hidden;
}

.products-list .row > div .box .media img {
	width: 100%;
	transition: all .25s ease-out;
}

.products-list .row > div .box .cont {
	width: 100%;
	float: left;
	padding: 0 32px 32px 32px;
}

.products-list .row > div .box .cont h3,
.products-list .row > div .box .cont .h3 {
	font-size: 36px;
	color: #9ea74e;
	padding-bottom: 2px;
}

.products-list .row > div .box .cont h3:last-child,
.products-list .row > div .box .cont .h3:last-child {
	padding-bottom: 0;
}

.products-list .row > div .box .cont p {
	padding-bottom: 30px;
}

.products-list .row > div .box .cont p:last-child {
	padding-bottom: 0;
}

.products-list .row > div .box .cont .price {
	font-weight: 400;
	font-size: 24px;
	color: #797979;
	line-height: 30px;
	padding-bottom: 30px;
}

.products-list .row > div .box .cont .price:last-child {
	padding-bottom: 0;
}

.products-list .row > div .box .cont .btn {
	width: 100%;
}

.products-list .row > div .box:hover .media img,
.products-list .row > div .box:focus .media img,
.products-list .row > div .box:active .media img {
	transform: scale(1.1);
}

.products-list .row > div:nth-child(2) .box {
	border-top-color: #bb6952;
}

.products-list .row > div:nth-child(2) .box .cont h3,
.products-list .row > div:nth-child(2) .box .cont .h3 {
	color: #bb6952;
}

.products-list .row > div:nth-child(3) .box {
	border-top-color: #8d627e;
}

.products-list .row > div:nth-child(3) .box .cont h3,
.products-list .row > div:nth-child(3) .box .cont .h3 {
	color: #8d627e;
}

@media (max-width: 1199px) {
.products-list {
	padding: 100px 0;
}

.products-list .row {
	padding-bottom: 60px;
}

.products-list .row > div .box .cont h3,
.products-list .row > div .box .cont .h3 {
	font-size: 32px;
}

.products-list .row > div .box .cont p {
	padding-bottom: 25px;
}

.products-list .row > div .box .cont .price {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 25px;
}
}

@media (max-width: 991px) {
.products-list .row > div {
	width: 50%;
}
}

@media (max-width: 767px) {
.products-list {
	padding: 70px 0;
}

.products-list .row {
	padding-bottom: 50px;
}

.products-list .row > div {
	width: 100%;
}

.products-list .row > div .box .cont h3,
.products-list .row > div .box .cont .h3 {
	font-size: 30px;
}
}


/* Video - Band */
.video-band {
	width: 100%;
	background: #3a3a3a;
	position: relative;
	overflow: hidden;
	padding-bottom: 57%;
}

.video-band .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video-band .icon-play a {
	width: 223px;
	height: 223px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: #ea3381;
	line-height: 1;
	text-decoration: none;
	border: 2px solid #ffffff;
	border-radius: 900px;
}

.video-band .icon-play a:hover,
.video-band .icon-play a:focus,
.video-band .icon-play a:active {
	color: #ffffff;
	background-color: #ea3381;
	border-color: #ea3381;
}

@media (max-width: 1399px) {
.video-band {
	padding-bottom: 60%;
}

.video-band .icon-play a {
	width: 180px;
	height: 180px;
	font-size: 44px;
}
}

@media (max-width: 1199px) {
.video-band {
	padding-bottom: 70%;
}

.video-band .icon-play a {
	width: 140px;
	height: 140px;
	font-size: 40px;
}
}

@media (max-width: 991px) {
.video-band {
	padding-bottom: 75%;
}
}

@media (max-width: 767px) {
.video-band {
	min-height: 400px;
	padding-bottom: 0;
}

.video-band .icon-play a {
	width: 80px;
	height: 80px;
	font-size: 30px;
}
}


/* Text - Fit Two */
.txt-fit-two {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #ebf5b6;
}

.txt-fit-two .txt-left {
	display: block;
	font-family: "Unbounded", serif;
	font-weight: 200;
	font-size: clamp(3em, 17.4vw, 100em);
	color: #dbe4aa;
	line-height: .8em;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	left: -0.2em;
	margin: -6.5% 0 0 0;
}

.txt-fit-two .txt-right {
	display: block;
	font-family: "Unbounded", serif;
	font-weight: 500;
	font-size: clamp(2em, 15vw, 75em);
	color: #f4ffb8;
	line-height: .75em;
	text-transform: uppercase;
	text-align: right;
	white-space: nowrap;
	position: relative;
	right: -0.1em;
}


/* Split - Content */
.split-cont {
	width: 100%;
	background: #ebf5b6;
	overflow: hidden;
	padding: 120px 0;
}

.split-cont h1,
.split-cont h2,
.split-cont h3,
.split-cont h4 {
	color: #d136dd;
}

.split-cont .row {
	align-items: center;
}

.split-cont .row > div {
	width: 50%;
}

.split-cont .row > div h1,
.split-cont .row > div h2,
.split-cont .row > div h3,
.split-cont .row > div h4 {
	padding-bottom: 28px;
}

.split-cont .row > div h1:last-child,
.split-cont .row > div h2:last-child,
.split-cont .row > div h3:last-child,
.split-cont .row > div h4:last-child {
	padding-bottom: 0;
}

.split-cont .row > div .btn-wrap {
	margin-top: 18px;
}

.split-cont .row > div .cont {
	width: 100%;	
}

.split-cont .row > div .media {
	width: 100%;
	overflow: hidden;
}

.split-cont .row > div .media img {
	width: 100%;
}

@media (min-width: 992px) {
.split-cont .row {
	margin-left: -16px;
	margin-right: -16px;
}

.split-cont .row > div {
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}

.split-cont .row > div .cont {
	max-width: 634px;
	padding-right: 8px;
}

.split-cont .row:nth-child(even) > div .cont {
	padding-left: 8px;
	padding-right: 0;
}

.split-cont .row:nth-child(even) > div:nth-child(1) {
	left: 50%;
}

.split-cont .row:nth-child(even) > div:nth-child(2) {
	left: -50%;
}
}

@media (min-width: 1200px) {
.split-cont .row > div .cont {
	max-width: 644px;
	padding-right: 18px;
}

.split-cont .row:nth-child(even) > div .cont {
	padding-left: 18px;
	padding-right: 0;
}
}

@media (min-width: 1600px) {
.split-cont .row > div .cont {
	max-width: 660px;
	padding-right: 34px;
}

.split-cont .row:nth-child(even) > div .cont {
	padding-left: 34px;
	padding-right: 0;
}
}

@media (max-width: 1199px) {
.split-cont {
	padding: 100px 0;
}

.split-cont .row > div h1,
.split-cont .row > div h2,
.split-cont .row > div h3,
.split-cont .row > div h4 {
	padding-bottom: 24px;
}

.split-cont .row > div .btn-wrap {
	margin-top: 14px;
}
}

@media (max-width: 991px) {
.split-cont .row > div {
	width: 100%;
}
}

@media (max-width: 767px) {
.split-cont {
	padding: 70px 0;
}

.split-cont .row > div h1,
.split-cont .row > div h2,
.split-cont .row > div h3,
.split-cont .row > div h4 {
	padding-bottom: 20px;
}
}


/* Latest - Articles */
.latest-articles {
	width: 100%;
	background: #fefefe;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 120px 0;
}

.latest-articles:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(img/pattern.jpg) repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.20;
}

.latest-articles .row-wrap {
	padding-bottom: 70px;
}

.latest-articles .row-wrap:last-child {
	padding-bottom: 0;
}

.latest-articles .row {
	padding: 0;
	margin: 0 -12px -24px -12px;
}

.latest-articles .row > div {
	padding: 0 12px 24px 12px;
}

.latest-articles .row > div .box {
	width: 100%;
	height: 100%;
	min-height: 428px;
	float: left;
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
	text-decoration: none;
	background: #3a3a3a;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 27px;
}

.latest-articles .row > div .box .media {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/*
.latest-articles .row > div .box .media:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .40);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
*/

.latest-articles .row > div .box .media img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);
	transition: all .25s ease-out;	
}

.latest-articles .row > div .box .cont {
	width: 100%;
	max-width: 80%;
}

.latest-articles .row > div .box .cont h3,
.latest-articles .row > div .box .cont .h3 {
	font-size: 32px;
	color: inherit;
	padding-bottom: 5px;
}

.latest-articles .row > div .box .cont h3:last-child,
.latest-articles .row > div .box .cont .h3:last-child {
	padding-bottom: 0;
}

.latest-articles .row > div .box .cont .btn {
	padding: 19px 27px;
	position: absolute;
	bottom: 34px;
	left: 0;
	margin: 0;
}

.latest-articles .row > div .box:hover .media img,
.latest-articles .row > div .box:focus .media img,
 .row > div .box:active .media img {
	transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 992px) {
.latest-articles .row {
	position: relative;
}

.latest-articles .row > div {
	width: 33.33333333333333%;
}

.latest-articles .row > div:nth-child(1) {
	width: 66.66666666666667%;
}

.latest-articles .row > div:nth-child(1) .box {
	font-size: 22px;
	line-height: 32px;
	padding: 35px;
}

.latest-articles .row > div:nth-child(1) .box .cont h3,
.latest-articles .row > div:nth-child(1) .box .cont .h3 {
	font-size: 42px;
	padding-bottom: 0;
}

.latest-articles .row > div:nth-child(2) {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.latest-articles .row > div:nth-child(1),
.latest-articles .row > div:nth-child(4),
.latest-articles .row > div:nth-child(6),
.latest-articles .row > div:nth-child(8) {
	margin-right: 33.33333333333333%;
}
}

@media (min-width: 1200px) {
.latest-articles .row > div:nth-child(1) .box {
	font-size: 24px;
	line-height: 34px;
	padding: 45px;
}

.latest-articles .row > div:nth-child(1) .box .cont h3,
.latest-articles .row > div:nth-child(1) .box .cont .h3 {
	font-size: 48px;
}
}

@media (max-width: 1399px) {
.latest-articles .row > div .box .cont {
	max-width: 96%;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.latest-articles .row > div .box {
	min-height: 400px;
	font-size: 16px;
	line-height: 24px;
}

.latest-articles .row > div .box .cont h3,
.latest-articles .row > div .box .cont .h3 {
	font-size: 26px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.latest-articles .row > div {
	width: 50%;
}

.latest-articles .row > div .box {
	min-height: 400px;
	font-size: 18px;
	line-height: 26px;
}

.latest-articles .row > div .box .cont h3,
.latest-articles .row > div .box .cont .h3 {
	font-size: 28px;
}

.latest-articles .row > div:nth-child(1),
.latest-articles .row > div:nth-child(4) {
	width: 100%;
}

.latest-articles .row > div:nth-child(1) .box,
.latest-articles .row > div:nth-child(4) .box {
	font-size: 22px;
	line-height: 32px;
	padding: 35px;
}

.latest-articles .row > div:nth-child(1) .box .cont h3,
.latest-articles .row > div:nth-child(1) .box .cont .h3,
.latest-articles .row > div:nth-child(4) .box .cont h3,
.latest-articles .row > div:nth-child(4) .box .cont .h3 {
	font-size: 42px;
	padding-bottom: 0;
}
}

@media (max-width: 1199px) {
.latest-articles {
	padding: 100px 0;
}

.latest-articles .row-wrap {
	padding-bottom: 60px;
}

.latest-articles .row > div .box .cont {
	max-width: 100%;
}

.latest-articles .row > div .box .cont h3,
.latest-articles .row > div .box .cont .h3 {
	font-size: 28px;
}
}

@media (max-width: 767px) {
.latest-articles {
	padding: 70px 0;
}

.latest-articles .row-wrap {
	padding-bottom: 50px;
}

.latest-articles .row > div {
	width: 100%;
}

.latest-articles .row > div .box {
	min-height: 400px;
	font-size: 18px;
	line-height: 26px;
}

.latest-articles .row > div .box .cont h3,
.latest-articles .row > div .box .cont .h3 {
	font-size: 26px;
}

.latest-articles .row > div .box .cont .btn {
	padding: 17px 27px;
}
}


/* CTA - Content */
.cta-cont {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 120px 0;
}

.cta-cont .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

.cta-cont .cont {
	width: 100%;
	max-width: 1030px;
	display: inline-block;
	vertical-align: top;
}

.cta-cont .fields,
.cta-cont .fields form {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	gap: 24px;
}

.cta-cont .fields .btn {
	width: 100%;
}

@media (min-width: 768px) {
.cta-cont .container {
	max-width: 1239px;
}
}

@media (max-width: 1199px) {
.cta-cont {
	padding: 100px 0;
}
}

@media (max-width: 767px) {
.cta-cont {
	padding: 70px 0;
}
}


/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 16px;
	color: #fbfbfb;
	line-height: 24px;
	text-align: center;
	background: #ea3381;
	border-top: 8px solid #ebf5b6;
	overflow: hidden;
	padding: 90px 0 0 0;	
}

.footer-main p a,
.footer-main li a {
	color: inherit;
	text-decoration: none;
}

.footer-main p a:hover,
.footer-main p a:focus, 
.footer-main p a:active, 
.footer-main li > a:hover,
.footer-main li > a:focus, 
.footer-main li > a:active, 
.footer-main li.current-menu-item > a, 
.footer-main li.current-menu-parent > a, 
.footer-main li.current-menu-ancestor > a {
	color: #000000;
}

.footer-main .brand {
	text-align: center;
	margin-bottom: 100px;
}

.footer-main .brand:last-child {
	margin-bottom: 0;
}

.footer-main .brand img {
	width: 100%;
	max-width: 278px;
}

.footer-main .txt-fit {
	display: inline-block;
	font-family: "Rhodium Libre", serif;
	font-weight: 400;
	font-size: clamp(1rem, 8vw, 10rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 85px;
}

.footer-main .txt-fit:last-child {
	margin-bottom: 0;
}

.footer-main .txt-fit sup {
	font-size: 0.28em;
	vertical-align: super;
	line-height: 0;
	position: relative;
	top: -0.3em;
}

.footer-main .pre-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, .32);
	border-bottom: 1px solid rgba(255, 255, 255, .32);
	padding: 32px 0;
}

.footer-main .pre-footer .footer-menu {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-right: 16%;
}

.footer-main .pre-footer .footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer .footer-menu ul li {
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer .footer-menu ul li:before {
	display: none;
}

.footer-main .pre-footer .footer-menu ul li a {
	font-family: "BioRhyme", serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-main .pre-footer .social-links {
    width: 200px;
    float: right;
	margin: 0 0 0 -200px;
}

.footer-main .pre-footer .social-links ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
    padding: 0;
    margin: 0 -8px -10px -8px;
}

.footer-main .pre-footer .social-links ul li {
    padding: 0;
    margin: 0 8px 10px 8px;
}

.footer-main .pre-footer .social-links ul li:before {
    display: none;
}

.footer-main .pre-footer .social-links ul li a {
	float: left;
    font-size: 18px;
    text-decoration: none;
}

.footer-main .pre-footer .social-links ul li .fa-twitter { 
	width: 16px; 
	height: 16px; 
	float: left; 
	background: url(img/twitter-white.png) no-repeat center center; 
	background-size:auto 100%;
	text-indent: -99999px;
}

.footer-main .pre-footer .social-links ul li .fa-twitter:hover,
.footer-main .pre-footer .social-links ul li .fa-twitter:focus,
.footer-main .pre-footer .social-links ul li .fa-twitter:active {
	background-image: url(img/twitter-black.png); 
}

.footer-main .copy-rights {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;	
	padding: 40px 0;
}

.footer-main .copy-rights p {
	width: 60%;
	padding: 0 15px 0 0;
}

.footer-main .copy-rights .terms-menu {
	width: 40%;
	padding: 0 0 0 15px;
}

.footer-main .copy-rights .terms-menu ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	margin: 0 -32px;
}

.footer-main .copy-rights .terms-menu ul li {
	padding: 0 32px;
	margin: 0;
}

.footer-main .copy-rights .terms-menu ul li:before {
	display: none;
}

.footer-main .copy-rights .terms-menu ul li:after {
	content: "";
	width: 1px;
	height: 15px;
	background: #fbfbfb;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.footer-main .copy-rights .terms-menu ul li:last-child:after {
	display: none;
}

@media (min-width: 768px) {
.footer-main .txt-fit {
	font-size: clamp(2rem, 8.5vw, 10rem);
}
}

@media (max-width: 1199px) {
.footer-main {
	padding: 80px 0 0 0;	
}

.footer-main .brand {
	margin-bottom: 70px;
}

.footer-main .brand img {
	max-width: 238px;
}

.footer-main .txt-fit {
	margin-bottom: 60px;
}

.footer-main .pre-footer .footer-menu ul li a {
	font-size: 15px;
	line-height: 21px;
}
}

@media (max-width: 991px) {
.footer-main .pre-footer .footer-menu ul li a {
	font-size: 12px;
	line-height: 18px;
}

.footer-main .copy-rights p {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
}

.footer-main .copy-rights .terms-menu {
	width: 100%;
	padding: 0;
}

.footer-main .copy-rights .terms-menu ul {
	justify-content: center;
}
}

@media (max-width: 767px) {
.footer-main {
	border-top-width: 6px;
	padding: 70px 0 0 0;	
}

.footer-main .brand {
	margin-bottom: 50px;
}

.footer-main .brand img {
	max-width: 200px;
}

.footer-main .txt-fit {
	margin-bottom: 40px;
}

.footer-main .pre-footer .footer-menu {
	padding-right: 0;
}

.footer-main .pre-footer .footer-menu ul {
	justify-content: center;
	margin: 0 -15px -24px -15px;
}

.footer-main .pre-footer .footer-menu ul li {
	padding: 0 15px 24px 15px;
}

.footer-main .pre-footer .footer-menu ul li a {
	font-size: 15px;
	line-height: 21px;
}

.footer-main .pre-footer .social-links {
    width: 100%;
    float: none;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid rgba(255, 255, 255, .32);
	padding: 32px 0 0 0;
	margin: 32px 0 0 0;
}

.footer-main .pre-footer .social-links ul {
	justify-content: center;
}


.footer-main .copy-rights .terms-menu ul {
	margin: 0 -20px;
}

.footer-main .copy-rights .terms-menu ul li {
	padding: 0 20px;
}
}


/*
 6.) Inner - Pages
------------------------------------------------------*/

/* Hero - Inner */
.hero-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #000000;
	overflow: hidden;
}

.hero-inner .media {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero-inner .media:before {
	content: "";
	width: 100%;
	height: 156px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 88.78%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*
.hero-inner .media:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .40);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
*/

.hero-inner .media img {
	width: 100%;
	min-width: 800px;
	margin: 0 -400px;
}


/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 120px 0;
}

@media (max-width: 1199px) {
.content-inner {
	padding: 100px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 70px 0;
}
}


/*
 7.) Site - Cores
------------------------------------------------------*/

/* Text Size */
.text-lg {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
}

.text-xl {
	font-weight: 400;
	font-size: 28px;
	line-height: 48px;
	letter-spacing: -0.01em;
}

@media (max-width: 1199px) {
.text-lg {
	font-size: 20px;
	line-height: 36px;
}

.text-xl {
	font-size: 24px;
	line-height: 40px;
}
}

@media (max-width: 767px) {
.text-lg {
	font-size: 18px;
	line-height: 32px;
}

.text-xl {
	font-size: 20px;
	line-height: 34px;
}
}


/* Colors */
.black {
	color: #000000!important;
}

.charcoal {
	color: #3a3a3a!important;
}

.fierro {
	color: #797979!important;
}

/*
.grey-3 {
	color: ######!important;
}
*/

.grey-2 {
	color: #a9a9a9!important;
}

.grey-1 {
	color: #cacaca!important;
}

.dry-bone {
	color: #f1f1f1!important;
}

/*
.bone {
	color: ######!important;
}
*/

.lite-bone {
	color: #fbfbfb!important;
}

.white {
	color: #ffffff!important;
}

.maroon {
	color: #7B1D16!important;
}

.losh {
	color: #ebf5b6!important;
}

.pink {
	color: #ea3381!important;
}

.voilet {
	color: #d136dd!important;
}

.orange {
	color: #f04320!important;
}

/*
.light-gray {
	color: ######!important;
}
*/


/* Font - Weights */
.light {
	font-weight: 300 !important;
}

.regular {
	font-weight: 400 !important;
}

.medium {
	font-weight: 500 !important;
}

.semi-bold {
	font-weight: 600 !important;
}

.bold {
	font-weight: 700 !important;
}

.extra-bold {
	font-weight: 800 !important;
}


/* Text - Positions */
.upper-case {
	text-transform: uppercase !important;
}

.lower-case {
	text-transform: none !important;
}

.underline {
	text-decoration: underline !important;
}

.center-align {
	text-align: center !important;
}

.left-align {
	text-align: left !important;
}

.right-align {
	text-align: right !important;
}


/* Padding/Margin - None */
.pt-0 {
	padding-top: 0!important;
}

.pb-0 {
	padding-bottom: 0!important;
}

.mt-0 {
	margin-top: 0!important;
}

.mb-0 {
	margin-bottom: 0!important;
}



