/* 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: "Epilogue", sans-serif;
	font-weight: 400;
	background-color: #f9f8f6;
	font-size: 16px;
	line-height: 1.5;
}


/* Font Styles */
h1{
	font-size: 3.75rem;
	line-height: 1.2;
    font-weight: 400;
     font-family: "Epilogue", sans-serif;
	color:#3c3c3b;
	margin: 0 0 0.25em 0;
}
@media (max-width:1440px) {
	h1{
		font-size: 3.25rem;
	}
}
@media (max-width:1280px) {
	h1{
		font-size: 3rem;
	}
}
@media (max-width:1024px) {
	h1{
		font-size: 2.75rem;
	}
}
@media (max-width:800px) {
	h1{
		font-size: 2.5rem;
	}
}
@media (max-width:550px) {
	h1{
		font-size: 2.25rem;
	}
}
@media (max-width:440px) {
	h1{
		font-size: 2rem;
	}
}

h2{
	font-size: 2.5rem;
	line-height: 1.2;
    font-weight: 300;
     font-family: "Epilogue", sans-serif;
	color:#3c3c3b;
	margin: 0 0 0.25em 0;
}
@media (max-width:1440px) {
	h2{
		font-size: 2.25rem;
	}
}
@media (max-width:1024px) {
	h2{
		font-size: 2rem;
	}
}
@media (max-width:550px) {
	h2{
		font-size: 1.75rem;
	}
}

h3{
	font-size: 2rem;
	line-height: 1.2;
    font-weight: 400;
     font-family: "Epilogue", sans-serif;
	color:#3c3c3b;
	margin: 0 0 0.25em 0;
}
@media (max-width:1440px) {
	h3{
		font-size: 1.75rem;
	}
}
@media (max-width:1024px) {
	h3{
		font-size: 1.65rem;
	}
}
@media (max-width:550px) {
	h3{
		font-size: 1.5rem;
	}
}

h4{
	font-size: 1.5rem;
	line-height: 1.2;
    font-weight: 400;
     font-family: "Epilogue", sans-serif;
	color:#3c3c3b;
	margin: 0 0 0.25em 0;
}
@media (max-width:1440px) {
	h4{
		font-size: 1.4rem;
	}
}
@media (max-width:550px) {
	h4{
		font-size: 1.35rem;
	}
}

h5{
	font-size: 1.25rem;
	line-height: 1.2;
    font-weight: 400;
     font-family: "Epilogue", sans-serif;
	color:#3c3c3b;
	margin: 0 0 0.5em 0;
}
@media (max-width:550px) {
	h5{
		font-size: 1.125rem;
	}
}


h6{
	font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
     font-family: "Epilogue", sans-serif;
	color:#3c3c3b;
	margin: 0 0 0.5em 0;
}
p{
	font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
     font-family: "Epilogue", sans-serif;
    color: #3c3c3b;
	margin: 0 0 0.5em 0;
}
p:last-child{
	padding-bottom: 0;
}
small, small a{
	font-size: 0.813rem;
    line-height: 1.3;
    font-weight: 400;
     font-family: "Epilogue", sans-serif;
}
a{
    color: #755825;
}
a:hover{
    color: #767676;
}
a:hover{
	text-decoration:none;
}
ol, ul{
	padding-left: 1rem;
	padding-bottom:0.5em;
}
ol:last-child, ul:last-child{
	padding-bottom:0;
}
ol li{
	font-size: 1rem;
	list-style-type: decimal;
	line-height: 1.5;
	padding-bottom:0.25em;
}
ul li{
	font-size: 1rem;
	list-style-type: disc;
	line-height: 1.5;
	padding-bottom:0.25em;
}


.script{
	font-family: "League Script", cursive;
	font-weight: 600;
	font-style: normal;
	font-size: 3.2rem;
	color: #755825;
	text-align: center;
	margin-bottom: 0;
	line-height: 1;
}


/* Buttons */
.btn{
	background-color: #d8d1c7;
	color: #755825;
	font-size: 1rem;
	 font-family: "Epilogue", sans-serif;
	font-weight: 400;
    padding: 1em 1.75em;
    line-height: 1;
    text-align: center;
    border: 0;
	border-radius: 50px;
}
.btn::before{
	content:"\f621";
	font-family: 'Font Awesome 7 Pro';
	display: inline-block;
	font-weight: bold;
    padding-right: 20px;
}

.btn:hover{
    background-color: #e53e30!important;
	color: #fff;
}
.btn-second{
	background-color: #8f8f8f;
	color: #fff;
}
.btn-second:hover{
    background-color: #e53e30!important;
	color: #fff;
}
.btn-outline{
	color:#3c3c3b;
	background-color: transparent;
	border: 1px solid #3c3c3b;
}
.btn-outline:hover{
	color:#fff;
	background-color: #3c3c3b!important;
	border: 1px solid #3c3c3b;
}
button:focus,
button:focus-visible{
	outline: none;
	border: 0;
}
.btn.swap{
	background-color: #755825;
	color: #d8d1c7;
}



/* Slider Arrows */
.slick-slider{
	position: relative;
}
.slick-slider .slick-arrow{
	font-size: 0;
	position: absolute;
	top:50%;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-slider .slick-arrow.slick-next{
	right: 0;
}
.slick-slider .slick-arrow.slick-prev{
	left: 0;
}
.slick-slider .slick-arrow:after{
	position: relative;
	font-size: 36px;
	font-family: 'Font Awesome 7 Pro';
	color: #3c3c3b;
	font-weight: 700;
	opacity: 0.5;
}
.slick-slider .slick-arrow.slick-next:after{
	content:"\f0a9";
}
.slick-slider .slick-arrow.slick-prev:after{
	content:"\f0a8";
}


/* Main Blog Page */
.blog-page .col-md-3{
	margin-bottom:2.5rem;
}
.blog h1{
	text-align:center;
}
.blog-page .bg-image {
    min-height: 300px;
    margin-bottom:1rem;
}
.blog-page .button{
    font-weight:700;
    margin-top:1rem;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
}
.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: 0.25em;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #3c3c3b;
    padding: 1em 1.75em;
    border-radius: 50px;
    line-height: 1;
}
.blog-page .nav-previous i{
    margin-right: 0.25em;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #3c3c3b;
   	padding: 1em 1.75em;
    border-radius: 50px;
    line-height: 1;
}

/* Blog Page Responsive */
@media (max-width: 1280px){
	.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: 550px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%
	}
}


/* Single Blog Post */
.single-blog{
	margin:0 auto;
}
.single-blog .left-col{
	padding-right:60px;
}
.single-blog img{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.single-blog .back-btn i{
	margin-right: 0.5em;
}
.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:33.333%;
}	
.single-blog .related .content{
	padding-left:20px;
	flex-grow: 1;
}

/* Single Blog Post Responsive */

@media (max-width: 1200px){
	.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: 414px){
	.single-blog .right-col ul{
		width:100%;
		flex: 0 100%;
		max-width:100%;
	}
}



/* Forms */
label{
	display: flex;
	flex-direction: column;
	width: 100%;
}
input{
	height: 48px;
	color: #3c3c3b;
	font-size: 1rem;
	padding:0.25em 1rem;
	border: 1px solid #3c3c3b;
	width: 100%;
}
input::placeholder{
	color: #767676;
	font-size: 1rem;
}
textarea{
	height: 100px;
	color: #3c3c3b;
	font-size: 1rem;
	padding:0.25em 1rem;
	border: 1px solid #3c3c3b;
	width: 100%;
}
textarea::placeholder{
	color: #767676;
	font-size: 1rem;
}
select{
	height: 48px;
	color: #3c3c3b;
	font-size: 1rem;
	padding:0.25em 1rem;
	border: 1px solid #3c3c3b;
	width: 100%;
}
input[type="submit"]{
	background-color: #3c3c3b;
	color: #fff;
	font-size: 1rem;
	 font-family: "Epilogue", sans-serif;
	font-weight: 400;
    padding: 1em 1.75em;
    line-height: 1;
    text-align: center;
    border: 0;
	width: fit-content;
}
input[type="submit"]:hover{
    background-color: #e53e30!important;
	color: #fff;
}