/*
Theme Name: LaFayes by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, red, grean, tan.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}

/* 	
== SCROLL BAR ==*/
/* Modern standard */
html {
	scrollbar-width: medium;
	scrollbar-color: #6b6a4e #000;
}
/* Legacy WebKit — Safari */
::-webkit-scrollbar {
    width: 25px;
}
::-webkit-scrollbar-track {
    background: #000;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    background: #6b6a4e;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body {
    color: #2b2b2b;
	background-color: #f6f1e9;
	font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
/* Accessibility: Skip Link */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	letter-spacing: .08em;
}
h1 {
	margin: 0;
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    margin: 30px 0;
	line-height: 1.75em;
	letter-spacing: .06em;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
	color: #6b6a4e;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
	text-decoration-skip-ink: auto;
}
a:hover {
	color: #6b6a4e;
	text-decoration: underline;
}
ul, ol {
    list-style: inside;
    padding: 0px;
    margin: 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
	line-height: 1.75em;
	letter-spacing: .06em;
}
li:last-child {
	padding-bottom: 0;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	padding: 10px 20px;
	margin: 10px 0 0 0;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	font-size: 1.1em;
    letter-spacing: .08em;
	text-transform: uppercase;
    transition: all .4s ease-in-out;
	background-color: #6b6a4e;
	color: #f6f1e9;
}
.buttons:hover {
	color: #6b6a4e;
	background-color: #f6f1e9;
	text-decoration: none;
}

/* 	
== HEADER ==*/

.site-header {
	width: 100%;
	height: 80px;
	padding: 20px 60px;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #f6f1e9;
	display: flex;
	justify-content: space-between;
}
.logo,
.logo-regular {
    width: 270px;
    height: 105px;
	margin: -20px 0 -90px;
	display: inline-block;
    background-image: url("images/global/logo-main.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logo {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.logo-appear {
	opacity: 1
}
.logo-regular {
}

/* 	
== HOME PAGE ==*/
.heroWrap {
	padding: 0 60px;
}
.hero {
	width: 100%;
	height: 790px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.logo-large {
    width: 550px;
    height: 213px;
	margin: 0 auto -90px auto;
	display: inline-block;
    background-image: url("images/home/logo-large.png");
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 160px 20px 120px 20px;
}
.s1-wrap {
	width: 100%;
	max-width: 740px;
	margin: auto;
	text-align: center;
}
.s1-wrap a {
	padding: 0 20px;
	border-right: 2px solid #6b6a4e;
	font-size: 1.1em;
}
.s1-wrap a:first-child {
	padding-left: 0;
}
.s1-wrap a:last-child {
	padding-right: 0;
	border: none;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 100px 20px 0px 20px;
	background-image: url("images/home/bg-img01.jpg");
}
.s2-text {
	text-align: center;
	color: #f6f1e9;
	font-weight: 700;
	font-size: 1.1em;
}
.s2-text .fa-solid {
	font-size: 2em;
}
.s2-text span {
	text-transform: uppercase;
}
.s2-text p {
	margin: 10px 0 10px 0;
}
.s2-text a {
	color: #f6f1e9;
}
.s2-text a:hover {
	text-decoration: underline;
}
.s2-contain {
	width: 100%;
	padding: 100px 20px;
}
.s2-boxes {
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.s2-block {
	width: 100%;
	max-width: 360px;
	border: 1px solid #f6f1e9;
	padding: 10px;
}
.s2-inner {
	height: 100%;
	background-color: rgba(107,106,78,.7);
	padding: 50px 20px 20px;
	color: #f6f1e9;
	text-align: center;
}
.s2-inner h2 {
	margin: 30px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.25em;
	color: #f6f1e9;
}
.s2-wrap {
	width: 100%;
	max-width: 1620px;
	margin: 0 auto -470px auto;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.s2-box {
	padding: 20px 20px 50px 20px;
	text-align: center;
	background-color: #f6f1e9;
}
.s2-box a {
	font-size: 1.1em;
}
.s2-box h2 {
	margin: 30px 0;
}
.s2-box p {
	max-width: 600px;
	margin: 30px auto;
}
/* Spacer */
.section-spacer {
	width: 100%;
	height: 470px;
	background-color: #1f1f1f;
	position: relative;
	z-index: 1;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 150px 0 100px 20px;
	background-color: #1f1f1f;
	position: relative;
	z-index: 1;
}
.logo-seal {
	width: 418px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
    transition: transform 1.5s ease-in-out;
}
.seal-rotate {
    transform: rotate(45deg);
}
.s3-wrap {
	width: 100%;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.s3-text {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	color: #f6f1e9;
}
.s3-text h2 {
	margin-top: 0;
	color: #f6f1e9;
}
.s3-images {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: visible; /* make sure images aren't clipped as they shift */
}
.s3-img01,
.s3-img02 {
    will-change: transform;
    transition: transform 0.1s linear;
}
.s3-img01 {
	width: 90%;
	max-width: 540px;
}
.s3-img02 {
	width: 90%;
	max-width: 615px;
	box-shadow: 5px 5px 4px 1px rgba(0,0,0,.33);
	position: absolute;
	left: 0;
	top: 150px;
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 150px 20px;
	position: relative;
}
.s4-logomark {
	width: 125px;
	height: 125px;
	margin: auto;
	border-radius: 50%;
	background-color: #f6f1e9;
	background-image: url("images/home/logomark.png");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -62px;
	left: 0;
	right: 0;
	z-index: 10;
}
.s4-text {
	max-width: 650px;
	margin: auto;
	text-align: center;
}
.s4-text a {
	font-size: 1.1em;
}
.s4-text h2 {
	margin-top: 0;
}
.s4-images {
	width: 100%;
	max-width: 1620px;
	margin: 120px auto 0 auto;
	display: flex;
	gap: 20px;
}
.s4-img {}

/* 	
== PAGES ==*/

.site-main {
	padding-top: 80px;
}
.banner {
    width: 100%;
    height: auto;
	position: relative;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 450px;
	text-align: center;
	position: relative;
}
.container {
    width: 100%;
    margin: 0;
	padding: 100px 20px 70px 20px;
}
.pageContent {
	max-width: 1150px;
    margin: 0 auto;
}
.pageContent h1,
.top-head {
	text-align: center;
}
.pageContent h1 {
	margin-bottom: 60px;
}
.top-head {
	margin: 0;
	color: #6b6a4e;
	font-weight: 700;
	text-transform: uppercase;
}

/* 	
== TEMPLATE ==*/
.shop-wrap {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
	display: flex;
	gap: 80px;
}
.shop-content {
	width: 100%;
	max-width: 1200px;
}
.shop-sidebar {
	width: 100%;
	max-width: 400px;
	padding-top: 10px;
}
.side-box {
	background-color: #6b6a4e;
	color: #f6f1e9;
	padding: 30px 40px 30px 40px;
}
.side-box h2 {
    margin-bottom: 20px;
}
ul.sidebarNav {
    list-style: none;
    margin: 0;
}
.sidebarNav li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #f6f1e9;
}
.sidebarNav li:last-child {
	border-bottom: none;
}
.sidebarNav a {
	color: #f6f1e9;
}
.sidebarNav a:hover {
	color: #fff;
}
.low-box {
	padding: 40px 40px;
	color: #6b6a4e;
}
.lb-wrap {
	display: flex;
	gap: 15px;
}
.lb-wrap p {
	margin: 0 0 20px 0;
}
.lb-wrap .fa-light,
.lb-wrap .fa-solid {
	padding-top: 5px;
}
.lb-wrap a {
	font-weight: 400;
	text-decoration: underline;
	text-transform: none;
}
.lb-wrap a:hover {
	color: #000;
}

/* 	
== SHOPPIFY PLUGIN ==*/

.shopify-cart-page {
	margin: 100px auto 50px auto;
}

/* 	
== FOOTER ==*/

.enews-box {
	background-color: #6b6a4e;
	color: #f6f1e9;
	padding: 50px 20px;
}
.enews-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.enews-text {
	width: 100%;
	max-width: 400px;
}
.enews-text h3 {
	margin: 10px 0;
	font-size: 2em;
}
.enews-text p {
	font-weight: bold;
	margin: 10px 0;
}
.enews-wrap form {
	width: 100%;
	max-width: 640px;
}
input.email,
input.buttonB {
	border: 1px solid #f6f1e9;
    background: transparent;
    color: #f6f1e9;
    padding: 10px;
    transition: all .4s ease-in-out;
}
input.email {
    width: calc(100% - 10px);
}
input.email::placeholder {
    color: #f6f1e9;
}
input.buttonB:hover {
    background: #f6f1e9;
    color: #6b6a53;
}
/* Footer */
.my-footer {
    width: 100%;
    padding: 60px 80px;
	color: #f6f1e9;
	background-color: #1f1f1f;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .08em;
}
.my-footer .fa-2x {
    font-size: 1.5em;
    margin-bottom: 30px;
}
.my-footer .fa-inverse {
	color: #1f1f1f;
}
.my-footer h6 {
	font-size: 1.5em;
}
.my-footer a {
	text-decoration: none;
	color: #f6f1e9;
}
.my-footer a:hover {
	text-decoration: none;
	color: #6b6a4e;
}
.my-footer ul {
    list-style: none;
    margin: 0;
}
.my-footer li {
    display: inline-block;
    padding: 0 20px 0 0;
	font-size: 1.1em;
}
.my-footer p {
	margin: 0;
	line-height: normal;
}
.my-footer span {
	font-weight: 900;
}
.foot-wrap {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.foot-left {
	width: 50%;
}
.foot-right {
	width: 50%;
	text-align: right;
}
.nav-margin {
	margin-top: 30px;
}
.fl-wrap {
	margin-bottom: 30px;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
p.low-low {
	font-weight: normal;
	margin-top: 50px;
	text-transform: none;
}
p.low-low a {
	font-weight: normal;
	text-transform: none;
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #6b6a4e;
}
#texty p a {
	color: #6b6a4e;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #DDD;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
== RESPONSIVE STYLES ==*/

.cent {margin: auto;}
.alpha {float: left;}
.omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}


/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.s2-boxes {flex-wrap: wrap; justify-content: space-evenly; gap: 40px;}
	.s2-block {width: calc(50% - 20px);}
	
	.my-footer {padding: 60px 20px; text-align: center;}
	.foot-left {width: 100%;}
	.foot-right {width: 100%; text-align: center;}
	.foot-wrap {flex-direction: column; gap: 30px;}
	.fl-wrap {max-width: 100%; justify-content: space-evenly;}
	.nav-margin {margin-top: 0px;}
	.my-footer li {padding: 0 10px;}
	p.low-low {margin-top: 30px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.shop-wrap {gap: 20px; flex-direction: column;}
	.shop-sidebar {max-width: 100%;}
	.side-box {display: none;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	.site-header {padding: 20px 20px;}
	.heroWrap {padding: 0 20px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.74em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .8em;}
	
	.hero {height: 600px;}
	.s2-wrap {flex-direction: column; gap: 20px;}
	.s2-box {border: 2px solid #1f1f1f;}
	.section3 {padding-left: 20px; padding-right: 20px;}
	.s3-wrap {gap: 60px; flex-direction: column;}
	.s4-images {flex-wrap: wrap;}
	.s4-img {width: calc(50% - 10px);}
	.enews-wrap {flex-direction: column; align-items: center; justify-content: center; text-align: center;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media (max-width: 768px) {
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.fl-wrap {flex-direction: column;}
	.s2-block {width: 100%;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.hero {height: 450px;}
	.logo-large {width: 300px; height: 116px; margin: 0 auto -49px auto;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}
