/*
Theme Name: Paul Johnson Foods 
Author: malders.io
Author URI: https://malders.io
Description: Custom Gutenberg ready Theme for Paul Johnson foods 
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


body{
	font-family: Quicksand, sans-serif;
}

img{
	max-width: 100%;
}
h1{
	font-family: "Vollkorn", serif !important;
	color: #e2e2e2;
	margin: 20px 0;
	letter-spacing: 0px;
	
}
h1 span {
	text-transform: none !important;
}
a{
	text-decoration: none;
}
p{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #5e5e5e;
	margin: 0;
}
.btn,
.wp-block-button__link {
	display: inline-block;
	border-radius: 4px;
	padding: 16px 32px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.143em;
    background: #000;
    color: #c6c6c6;

}
.wp-block-button__link{
	margin-top: 25px;
}
.full-width{
	margin: 0;
}

.wp-block-columns{
	padding: 40px 0;
	margin: 0 -20px;
}

.wp-block-column{
	padding: 0 20px;
}
h2{
	font-size: 22px;
	font-weight: normal;
	color: #1b1b1b;
}
/*--- Header ---*/
.top-nav-header{
	padding: 30px 0 8px;
	margin-top: 8px;
	margin-bottom: 30px;
}
.top-nav-header .menu{
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	gap: 34px;
}

.top-nav-header .menu .menu-item a {

	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.143em;
	color: #1b1b1b !important;
	font-family: Quicksand, sans-serif;
	text-decoration: none;
	padding:12px 0px 6px;
	line-height: 24px;
	position: relative;
	border-top: 2px solid transparent;
}

.top-nav-header .menu  .current-menu-item a{
	border-color: #1b1b1b;
	font-weight: 700;
}




/*--- Footer ---*/

.footer-inner{
	display: flex;
	justify-content: space-between;
}
.footer-inner p{
	margin: 0;
	font-size: 16px;
}
.footer-inner ul{
	list-style-type: none;
	display: flex;
	justify-content: end;
	margin: 0;
	gap: 25px;

}
.footer-inner ul li a{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.143em;
	color: #1b1b1b !important;
	font-family: Quicksand, sans-serif;
	text-decoration: none;
	padding:12px 0px 6px;
	line-height: 24px;
	position: relative;
	border-top: 2px solid transparent;
}

/*---- Hero Area ---*/

.hero-area{
	display: flex;
	background: #000000;
	margin-bottom: 30px;
}

.hero-content{
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	flex-shrink: 1;
	color: #fff;
	text-align: center;
	padding: 40px;
	background: #000000;
}
.hero-content .sub-heading{
	color: #e2e2e2;
	font-size: 16px;
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
}
.hero-content .sub-heading:after{
	content: '';
	width: 90px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 40px auto 0;
}
.hero-phone {
	color: #e2e2e2;
	font-size: 16px;
	margin-bottom: 20px;
}
.img-area img{
	object-fit: cover;
}
.hero-btn{
	color: #000;
	background: #fff;

}

.hero-inner .hero-content{
	margin: 0 auto;
	max-width: 280px;
}
 .container{
 	margin: 0 auto;
 	padding: 20px;
 }
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
    h1{
    	font-size: 38px;
    }
    .hero-content .sub-heading,
    .hero-phone{
		font-size: 16px;
	}
}
@media (min-width: 1024px) {
    .container {
        width: 984px;
    }
    .hero-content{
    	max-width: 40%;
    	flex-basis: 50%;
    	display: flex;
    	flex-direction: column;
    }
    .img-area{
    	max-width: 60%;
    }
    
}
@media (min-width: 1280px) {
    .container {
        width: 1160px;
    }
    h1{
    	font-size: 44px;
    }

}
@media (min-width: 1536px) {
    .container {
        width: 1280px;
    }
    h1{
    	font-size: 48px;
    }
    .hero-content .sub-heading,
    .hero-phone{
		font-size: 18px;
	}
	p{
		font-size: 18px;
	}
	h2{
		font-size: 24px;
	}
}

