/* Theme Stylesheet */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body{
   	font-family: open-sans, sans-serif; 
	line-height: 33px;
	font-weight: 400;
	background-color: #fff;
	background-image: url('/wp-content/uploads/2026/01/wood-background-scaled.webp');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

/* Font Styles */

h1{
	font-size: 90px;
	line-height: 1;
    font-weight: 700;
    font-family: amatic-sc, sans-serif; 
	color:#fff;
	-webkit-text-stroke: 2px #432b28;
	position: relative;
	width: fit-content;
	padding:10px 4vw 35px 7vw;
	margin:0 auto;
}
h1:after{
	content: "";
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-image: url('/wp-content/uploads/2026/01/swoosh-bg.webp');
	background-position: center;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	position: absolute;
	z-index: -1;
}
@media (max-width:1100px){
	h1{
		font-size: 80px;
	}
}
@media (max-width: 990px) {
	h1 {
		font-size: 70px;
		-webkit-text-stroke: 1px #432b28;
	}
}
@media (max-width: 880px) {
	h1 {
		font-size: 70px;
	}
}
@media (max-width:800px){
	h1 {
		font-size: 65px;
	}
}
@media (max-width:600px){
	h1 {
		font-size: 55px;
	}
}
@media (max-width:440px){
	h1 {
		font-size: 45px;
	}
}
h2{
	font-size: 50px;
	line-height: 1.1;
    font-weight: 400;
    font-family: amatic-sc, sans-serif; 
	color:#432b28;
    text-transform: initial;
}
h3{
	font-size: 32px;
	line-height: 1.1;
    font-weight: 700;
    font-family: amatic-sc, sans-serif; 
	color:#fff;
    text-transform: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(max-width:900px){
	h3 {
		flex-direction: column;
	}
}

h4{
	font-size: 24px;
	line-height: 32px;
    font-weight: 400;
    font-family: open-sans, sans-serif; 
	color:#432b28;
    text-transform: initial;
}
h5{
	font-size: 20px;
	line-height: 30px;
    font-weight: 400;
    font-family: open-sans, sans-serif; 
	color:#432b28;
    text-transform: initial;
}
h6{
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: open-sans, sans-serif; 
	color:#432b28;
    text-transform: initial;
}
p{
	font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: open-sans, sans-serif; 
    color: #432b28;
	padding-bottom:20px;
}
small, small a{
	font-size: 13px;
    line-height: 1.1;
	display: inline-block;
    font-weight: 400;
    font-family: open-sans, sans-serif; 
	color: #fff;
}
@media (max-width:1440px){
	small, small a{
		font-size: 12px;
	}
}
a{
    font-weight: 700;
    color: #fff;
}
a:hover{
	text-decoration:none;
}

/* Buttons */

.btn{
	background-color: #d35116;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.1;
    font-weight: 700;
    font-family: amatic-sc, sans-serif; 
    height: auto;
    padding: 9px 20px 10px 20px;
    text-align: center;
    margin-top: 10px;
    border-radius: 50px !important;
    box-shadow: none;
    border: 0;
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
	margin:0 10px 20px 10px;
}
@media (max-width:1100px){
	.btn{
		font-size: 28px;
	}
}
@media (max-width:600px){
	.btn{
		font-size: 24px;
		padding: 11px 20px 12px 20px;
		margin: 0 10px 15px 10px;
	}
}
@media (max-width:440px){
	.btn{
		font-size: 20px;
		padding: 11px 20px 12px 20px;
		margin: 0 10px 15px 10px;
	}
}
.btn strong{
	position: relative;
	display: flex;
	align-items: center;
}
.btn strong:after{
	content:"\f178";
	font-family:"Font Awesome 6 Pro";
	font-weight: 100;
	font-size: 24px;
	margin-right:10px;
	margin-left: 10px;
}
@media (max-width:500px){
	.btn strong:after{
		content:":";
		font-family: amatic-sc, sans-serif; 
		font-weight: 100;
		font-size: 24px;
		margin-right:10px;
		margin-left: 0;
	}
}
@media (max-width:440px){
	.btn strong:after{
		font-size: 20px;
		margin-right:5px;
	}
}
.btn.brown{
	background-color: #432b28;
}
.btn:hover{
    background-color: #432b28!important;
	color: #fff;
}
.btn.brown:hover{
	background-color: #d35116!important;
}

/* Main Blog Page */

.blog-page{
	margin:40px 0 30px 0;
}
.blog-page .col-md-3{
	margin-bottom:50px;
}
.blog h1{
	text-align:center;
}
.blog-page .bg-image {
    min-height: 300px;
    margin-bottom:15px;
}
.blog-page .button{
    font-weight:700;
    margin-top:15px;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
	margin-bottom: 80px;
}
.blog-page .nav-next a{
	display: flex;
    align-items: center;
}
.blog-page .nav-previous a{
	display: flex;
    align-items: center;
}
.blog-page .nav-next i{
	margin-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #432b28;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}
.blog-page .nav-previous i{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #432b28;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}

/* Blog Page Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.blog-page .col-md-3{
		width:33.3333%;
		flex: 0 33.3333%;
		max-width:33.3333%;
		margin-bottom:30px;
	}
}
@media (max-width: 800px){
	.blog-page .col-md-3{
		width:50%;
		flex: 0 50%;
		max-width:50%;
		margin-bottom:30px;
	}
}
@media (max-width: 768px){
}
@media (max-width: 414px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}




/* Single Blog Post */
.single-blog{
	margin:80px auto;
}
.single-blog .left-col{
	padding-right:60px;
}
.single-blog h1{
	margin-top:0;
}
.single-blog img{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.single-blog .btn{
	margin-top:40px;
}
.single-blog .related{
	flex-flow:row wrap;
}
.single-blog .related-title{
	padding-bottom:20px;
}
.single-blog .related ul{
	width:100%;
	display: flex;
	margin-bottom:20px;
}
.single-blog .related ul li{
	width:100%;
	display: flex;
}
.single-blog .related ul a{
	width:100%;
	display: flex;
	flex-direction:row;
	align-items:center;
}
.single-blog .related .bg-image{
	min-height:100px;
	width:50%;
}	
.single-blog .related .content{
	padding-left:20px;
}


/* Single Blog Post Responsive */
@media (max-width: 1536px){

}
@media (max-width: 1440px){

}
@media (max-width: 1366px){

}
@media (max-width: 1280px){

}
@media (max-width: 1024px){
	.single-blog .left-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		padding-right:15px;
	}
	.single-blog .right-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-top:40px;
	}
	.single-blog .right-col .row{
		margin:0;
	}
	.single-blog .right-col ul{
		width:50%;
		flex: 0 50%;
		max-width:50%;
	}
}
@media (max-width: 800px){

}
@media (max-width: 768px){

}
@media (max-width: 414px){
	.single-blog .right-col ul{
		width:100%;
		flex: 0 100%;
		max-width:100%;
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}



.alioth-page-nav .page-title{
	line-height: 150px;
}