/*
	Theme Name: FoodAndFaith
	Author:	Muhammad Haroon
	Author URI: https://mohammadharoon.com
	Text Domain: foodandfaith
*/

/* Default Font Styles
______________________*/
body, input, select, textarea{
	color:#000;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Titillium Web', sans-serif;
}

/* Headings
______________________*/
h1,
.post-title{
	color: #cb561e;
	font-size: 104px;
	line-height: 0.9;
	margin-bottom: 50px;
	font-family: 'Doland';
	text-transform: uppercase;
}
.post-title a{
	color: #cb561e;
}
h2{
	color: #cb561e;
	font-size: 50px;
	margin-bottom: 10px;
	font-family: 'Doland';
}
.page-title{
	color: #a92b1d;
	font-size: 140px;
	margin-bottom: 0;
	line-height: 0.6;
	padding: 50px 0 10px;
	text-transform: uppercase;
	font-family: 'Ohio Font';
}
h3{
	color: #fff;
	line-height: 1;
	font-size: 76px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Ohio Font';
}


/* Links
______________________*/
a{ text-decoration: none; color: #a92b1d;
	transition:all 0.3s ease;
}
a:hover { 
	color: #ee8c32; text-decoration: none;
}

/* p, blockquote, address
______________________*/
p{
	line-height: 2.1;
}
img{
	height: auto;
	max-width: 100%;
}
/* Lists
______________________*/
ul,ol{
	margin: 0;
	padding: 0 0 0 20px;
}
li{
	line-height: 2.1;
}

/* Layout 
______________________*/
body{
	padding: 40px 40px 0;
	background: #ee8c32;
}
#container-fluid{
	margin: 0 auto;
	max-width: 1420px;
}

/* Header
______________________*/
#header-wrap{
	z-index: 9;
	position: relative;
	background: url(images/header-bg.jpg);
}
.logo {
    width: 480px;
    display: block;
    background: #cb561e;
    padding: 16px 20px 8px;
}
.toggleNav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #cb561e;
    width: 350px;
    text-align: right;
}
.toggleNav li{
	line-height: 1.5;
}
.toggleNav a{
	color: #fff;
	display: block;
	font-size: 30px;
    padding: 5px 30px;
}
.navbar-nav .current-menu-item a,
.toggleNav a:hover{
	color: #fff;
	background: #a92b1d;
}
.toggleBtn{
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px;
    width: 50px;
    height: 40px;
    font-size: 0px;
    text-indent: -9999px;
    -moz-appearance: none;
    box-shadow: none;
    border: medium none;
    cursor: pointer;
    transition: #000 0.3s ease 0s;
    background: none;
    top: 17px;
    right: 27px;
}
.toggleBtn:hover span,
.toggleBtn:hover span::after,
.toggleBtn:hover span::before{
	background: #a92b1d;
}
.toggleBtn span {
    display: block;
    position: absolute;
    top: 18px;
    left: 5px;
    right: 5px;
    height: 4px;
    transition: #000 0s ease 0.3s;
    background: #ee8c32 none repeat scroll 0% 0%;
}
.toggleBtn span:before {
    top: -10px;
    transition-property: top, transform;
}
.toggleBtn span:after,
.toggleBtn span:before {
    position: absolute;
    display: block;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #ee8c32;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.toggleBtn span:after {
    bottom: -10px;
    transition-property: bottom, transform;
}
.toggleBtn.active span {
    background: transparent none repeat scroll 0px 0px;
}
.toggleBtn.active span:after,
.toggleBtn.active span:before {
    transition-delay: 0s, 0.3s;
    background: #a92b1d;
}
.toggleBtn.active span:before {
    top: 0px;
    transform: rotate(45deg);
}
.toggleBtn.active span:after {
    bottom: 0px;
    transform: rotate(-45deg);
}
.active-state,
a:hover .normal-state{
	display: none;
}
.normal-state,
a:hover .active-state{
	display: block;
	transition: 0.3s;
}

/*  Main Area
-------------------------------------- */
#main-wrap{

}
#main{

}
.content-block{
	background: #fff;
	padding: 103px 30px 200px;
}
.content-sec{
	margin: 0 auto;
	max-width: 930px;
}
.page-id-11 h1,
.page-id-16 h1{
	margin-bottom: 0;
}
.post-sec{
	position: relative;
	padding-left: 250px;
	margin-bottom: 130px;
}
.post-meta{
	position: absolute;
	top: 0;
	left: 0;
}
.date{
	color: #bdc95c;
	font-size: 36px;
	margin-bottom: 5px;
	font-family: 'Doland';
}
.post-categories{
	padding: 0;
	color: #ee8c32;
	list-style-type: none;
}
.post-categories li{
	line-height: 1.3;
}
.post-categories a{
	color: #ee8c32;
}
.post-categories a:hover{
	color: #a92b1d;
}
.page-id-25 .gravity-theme{
	padding: 35px;
	position: relative;
	background: #a92b1d;
}
.gform_heading{
	display: none;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea{
	width: 100%;
	height: 45px;
	border:  none;
	color: #7d7d7d;
	padding: 20px 15px;
}
.gform_wrapper.gravity-theme .gfield textarea{
	height: 167px !important;
	resize: none;
}
.gform_wrapper.gravity-theme .gfield_label{
	display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields{
	display: block;
}
.gform_wrapper.gravity-theme .gfield{
	width: 350px;
}
.gfield.gfield_html{
	position: absolute;
	top: 20px;
	left: 415px;
	width: 400px !important;
}
.gfield.gfield_html a{
	color: #ee8c32;
	font-size: 40px;
}
.gform_footer{
	position: absolute;
	right: 37px;
	bottom: -26px;
	margin: 0 !important;
	padding: 0 !important;
}
.theme-btn,
.gform_footer .gform_button{
	color: #fff;
	width: 240px;
	height: 52px;
	border: none;
	font-size: 36px;
	text-align: center;
	background: #bdc95c;
	font-family: 'Doland';
	display: inline-block;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.theme-btn:hover,
.gform_footer .gform_button:hover{
	color: #a92b1d;
	background: #ee8c32;
}
.podcast-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.podcast-sec{
	padding-right: 80px;
}
.podcast-sec .post-meta{
	width: 170px;
}
.podcast-sec audio{
	width: 100%;
}
.main-banner{
	display: flex;
	position: relative;
	justify-content: space-between;
	padding: 55px 108px 80px 30px;
	background: url(images/main-banner.png) no-repeat 0 0 / cover;
}
.main-banner:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/banner-layer.png) no-repeat 0 0 / auto 100%;
}
.banner-logo{
	z-index: 1;
	position: relative;
}
.banner-right{
	z-index: 1;
	width: 560px;
	position: relative;
}
.banner-right h1{
	color: #fff;
	margin-bottom: 0;
	padding-left: 15px;
}
.banner-info{
	position: relative;
	background: #a92b1d;
}
.banner-info p{
	color: #ee8c32;
	margin-bottom: 0;
	line-height: 1.4;
	padding: 13px 15px 23px;
}
.border-sec{
	height: 35px;
	background: url(images/header-bg.jpg);
}
.banner-info .border-sec{
	height: 25px;
}
.banner-info a{
	position: absolute;
	bottom: -27px;
	right: 30px;
}
.story-hub{
	padding: 70px;
	background: #a92b1d;
}
.story-hub .page-title{
	color: #ee8c32;
	font-size: 98px;
	text-align: center;
	margin-bottom: 15px;
}
.story-hub .item{
	text-align: center;
}
.story-hub p{
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0;
}
.story-hub .item p{
	max-width: 400px;
	margin: 0 auto 80px;
}
.story-hub .owl-carousel{
	margin-bottom: 60px;
}
.story-hub .owl-nav button{
	font-size: 100px !important;
	color: #cb561e !important;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}
.story-hub .owl-nav button.owl-prev{
	left: 0;
}
.story-hub .owl-nav button.owl-next{
	right: 0;
}
.story-hub .owl-nav button:hover{
	color: #ee8c32;
}
.story-hub .owl-dots{
	display: none;
}
.featured-sec{
	display: flex;
	margin: 0 -10px 70px;
	justify-content: space-between;
}
.featured-box{
	padding: 0 10px;
}
.box-head{
	background: url(images/header-bg.jpg) repeat-x 0 0 / auto 100%;
}
.box-head h3{
	color: #fff;
	text-align: center;
	padding: 30px 0 4px;
}
.box-body{
	min-height: 200px;
	position: relative;
	background: #ee8c32;
	padding: 26px 65px 54px;
}
.box-body a{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}
.subscribe-sec{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background: #cb561e;
	justify-content: space-between;
	padding: 35px 25px 35px 40px;
}
.subscribe-sec h2{
	color: #ee8c32;
	font-size: 96px;
	margin-bottom: 0;
	line-height: 0.5;
	padding-top: 40px;
	font-family: 'Ohio Font';
}
.subscribe-sec h3{
	color: #fff;
	max-width: 350px;
	font-size: 46px;
	margin-bottom: 0;
	font-family: 'Doland';
}
.form-sec{
	width: 350px;
}
.form-sec input{
	height: 44px;
	width: 100%;
	border: none;
	display: block;
	background: #fff;
	padding: 0 13px;
}
.form-sec .theme-btn{
	position: absolute;
	bottom: -20px;
	right: 85px;
}

/*  Footer 
-------------------------------------- */
#footer-wrap{
	padding: 33px 0;
	position: relative;
}
.footer-wrap ul{
	padding: 0;
	list-style-type: none;
}
.footer-wrap li{
	line-height: 1.5;
}
.footer-wrap li a{
	color: #fff;
	font-size: 20px;
	font-family: 'Titillium Web';
}
.footer-wrap li a:hover{
	color: #a92b1d;
}
#footer{
	display: flex;
	justify-content: center;
}
.footer-left{
	text-align: right;
}
.footer-center{
	padding: 0 40px 0 30px;
}
.zerflin-logo{
	width: 149px;
	position: absolute;
	bottom: 33px;
	left: 0;
}
.zerflin-logo img{
	transition: 0.3s;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.story-hub .theme-btn{
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.banner-logo{
		padding: 0 15px;
	}
	.banner-right{
		padding: 0 15px;
	}
	.box-body{
		padding: 25px 40px 50px;
		min-height: 210px;
	}
	.box-body p{
		font-size: 18px;
		max-width: 380px;
	}
	.box-head h3{
		font-size: 70px;		
	}
	.story-hub p br{
		display: none;
	}
	.subscribe-sec h2{
		font-size: 80px;
		padding-top: 35px;
	}
	.subscribe-sec h3{
		font-size: 42px;
		max-width: 300px;
	}
	.gform_wrapper.gravity-theme .gfieldP{
		width: 300px;
	}
	.gform_wrapper.gravity-theme .gform_fields{
		width: 100%;	
	}
	.gform_wrapper.gravity-theme .gfield{
		width: 100%;	
	}
	.form-sec{
		width: 300px;
	}
	.gform_footer .gform_button{
		width: 220px;
	}
	.footer-wrap li a{
		font-size: 18px;
	}
	.page-title{
		font-size: 100px;
	}
	.post-title{
		font-size: 90px;
		margin-bottom: 30px;		
	}
	.page-id-25 .gform_wrapper.gravity-theme .gfield{
		width: 350px;
	}
}
@media (max-width: 1199px) {
	.banner-right h1{
		font-size: 80px;
	}    
	.banner-info p{
		font-size: 18px;
	}
	.main-banner{
		padding: 50px 50px 70px 30px;
	}
	.theme-btn,.gform_footer .gform_button{
		width: 220px;
		height: 48px;
		font-size: 30px;
	}
	.gform_footer .gform_button{
		width: 200px;
	}
	.banner-info a{
		bottom: -20px;
	}
	.toggleNav a{
		font-size: 28px;
	}
	.box-head h3{
		font-size: 60px;		
		padding: 25px 0 4px;
	}
	.box-body{
		padding: 20px 30px 40px;
	}
	.story-hub p{
		max-width: 350px;
	}
	.box-body{
		min-height: 180px;
	}
	.subscribe-sec h2{
		font-size: 58px;
		padding-top: 30px;
	}
	.subscribe-sec h3 {
	    font-size: 36px;
	    max-width: 260px;
	}
	.form-sec{
		width: 250px;
	}
	.gform_footer .gform_button{
		width: 200px;
		font-size: 30px;
	}
	.featured-sec{
		margin-bottom: 60px;
	}
	.form-sec{
		width: 230px;
	}
	.footer-wrap li a{
		font-size: 18px;
	}
	.content-block{
		padding: 80px 30px 80px;
	}
	.content-sec h1{
		font-size: 80px;
	}
	.content-sec h2{
		font-size: 45px;
	}
	.content-sec p,
	.content-sec li{
		font-size: 18px;
	}
	.page-title{
		font-size: 80px;
		padding: 40px 0 10px;
	}
	.date{
		font-size: 34px;
	}
	.post-categories li {
		font-size: 18px;
	}
	.post-sec{
		margin-bottom: 80px;
	}
	p{
		font-size: 18px;
		line-height: 1.8;
	}
	.page-id-13 .post-title{
		font-size: 69px;
	}
	.content-sec h1{
		margin-bottom: 30px;
	}
	.gfield.gfield_html a{
		font-size: 35px;
	}
}	
@media (max-width: 1023px) {
    body{
    	padding: 30px 20px;
    }
    .main-banner{
    	padding: 40px 30px 40px 30px;
    }
    .banner-right h1{
    	font-size: 60px;
    	padding-left: 0;
    }
    .banner-logo{
		max-width: 320px;
	}
	.banner-info p{
		font-size: 16px;
	}
	.banner-info a{
		bottom: -17px;
	}
	.theme-btn{
		width: 170px;
		height: 40px;
		font-size: 22px;
	}
	.gform_footer{
		bottom: 0;
		right: 0;
	}
	.form-sec{
		width: 100%;
		position: relative;
		padding-right: 180px;
	}
	.gform_footer .gform_button{
		width: 180px;
		height: 45px;
		font-size: 24px;
		margin: 0 !important;
	}
	.story-hub{
		padding: 50px 25px;
	}
	.story-hub .page-title{
		font-size: 85px;
	}
	.story-hub .item p{
		font-size: 18px;
		margin: 0 auto 60px;
	}
	.story-hub .owl-carousel{
		margin-bottom: 50px;
	}
	.story-hub .item p{
		font-size: 17px;
	}
	.story-hub .owl-carousel{
		margin-bottom: 45px;
	}
	.toggleNav a{
		font-size: 26px;
	}
	.box-head h3{
		font-size: 45px;
	}
	.box-body{
		padding: 20px 20px 30px;
	}
	.box-body p{
		font-size: 16px;
	}
	.featured-box .theme-btn{
		font-size: 20px;
		width: 150px;
	}
	.subscribe-sec{
		padding: 30px 20px 30px 30px;
	}
	.subscribe-sec h2{
		margin-bottom: 25px;
		font-size: 60px;
		padding-top: 30px;
		width: 50%;
	}
	.subscribe-sec h3{
		margin-bottom: 25px;	
		font-size: 36px;
		width: 50%;
	}
	.gform_footer{
		bottom: 0;
	}
	.footer-center{
		max-width: 300px;
	}
	.footer-left{
		margin-left: 60px;
	}
	.page-title{
		font-size: 80px;
	}
	.content-sec h1 {
    	font-size: 58px;
	}
	.content-sec h2 {
    	font-size: 35px;
	}
	.content-block{
		padding: 50px 15px 40px;
	}
	.post-sec{
		padding-left: 180px;
	}
	.post-title{
		font-size: 70px;
		margin-bottom: 20px;
	}
	.date{
		font-size: 32px;
	}
	.post-sec{
		margin-bottom: 70px;
	}
	p{
		font-size: 17px;
	}
	.page-id-13 .post-title{
		font-size: 50px;
	}
	.page-id-13 .post-sec{
		padding-right: 0;
		padding-left: 210px;
	}
	.page-id-13 .podcast-sec p{ 
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.content-sec h1{
		margin-bottom: 20px;
	}
	.content-sec li{
		line-height: 1.8;
	}
	.gfield.gfield_html a{
		font-size: 30px;
	}
	.gfield.gfield_html{
		width: 35% !important;
	}
}
@media (max-width: 767px) {
	.toggleBtn{
		top: 12px;
	}
    .main-banner{
    	display: block;
    }
    .banner-logo{
    	padding: 0;
    	max-width: 400px;
    	margin: 0 auto 40px;
    }
    .main-banner{
    	padding: 40px 15px 40px 15px;
    }
    .banner-right{
    	padding: 0;
    	width: 100%;
    	max-width: 550px;
    	margin: 0 auto;
    }
    .banner-right h1{
    	font-size: 60px;
    }
    body{
    	padding: 0 15px;
    }
    .logo{
    	width: 400px;
    }
    .main-banner::after{
    	background-size: cover;
    }
    .story-hub .page-title{
    	font-size: 70px;
    }
    .story-hub{
    	padding: 45px 30px;
    }
    .story-hub .page-title{
    	font-size: 60px;
    }
    .story-hub .owl-nav button{
    	font-size: 70px !important;
    }
    .story-hub .item p{
    	margin: 0 auto 50px;
    }
    .story-hub .owl-carousel{
    	margin-bottom: 40px;
    }
	.story-hub{
		padding: 45px 15px;
	}
	.toggleNav a{
		font-size: 23px;
	}
	.featured-box{
		flex: 0 0 50%;
		margin-bottom: 50px;
	}
	.featured-sec{
		flex-wrap: wrap;
		margin-bottom: 15px;
		justify-content: center;
	}
	.subscribe-sec h3{
		font-size: 30px;
		padding-top: 25px;
	}
	.subscribe-sec h2{
		font-size: 50px;
	}
	.footer-center{
		max-width: 200px;
		padding: 0 20px 0 20px;
	}
	.footer-wrap li a{
		font-size: 17px;
	}
	.footer-left{
		margin-left: 90px;
	}
	.zerflin-logo{
		max-width: 120px;
		left: 15px;
	}
	.toggleNav{
 		width: 100%;
 	}
 	.story-hub .page-title{
 		padding: 0;
 	}
 	.content-block{
 		padding: 50px 15px 30px;
 	}
 	.content-sec h1{
 		font-size: 48px;
 	}
 	.content-sec h2{
 		font-size: 28px;
 	}
 	.content-sec p,
 	.content-sec li{
 		font-size: 16px;
 	}
 	
 	p{
 		line-height: 1.7;
 	}
 	.page-title{
 		font-size: 60px;
 	}
 	.post-sec{
 		padding-left: 130px;
 	}
 	.post-title{
 		font-size: 42px;
 		margin-bottom: 15px;
 	}
 	.date{
 		font-size: 30px;
 		line-height: 1.2;
 	}
 	.post-categories li{
 		font-size: 17px;
 	}
 	.post-sec{
 		margin-bottom: 50px;
 	}
 	.post-sec:last-child{
 		margin-bottom: 0;
 	}
 	p{
		font-size: 16px;
		line-height: 1.7;
	}
	.page-id-13 .post-sec{
		padding-left: 200px;
	}
	.page-id-13 .post-title{
		font-size: 42px;
	}
	.page-id-13 .podcast-sec p {
		margin-bottom: 10px;
	}
	.content-sec li{
		line-height: 1.7;
	}
	.gform_wrapper.gravity-theme .gform_fields{
		display: block;
	}
	.page-id-25 .gform_footer{
		position: static;
	}
	.page-id-25 .gfield.gfield_html{
		position: static;
		width: 100% !important;
	}
	address {
		max-width: 350px;
	}
	.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
		margin-bottom: 15px;
	}
	.subscribe-sec input{
		margin-bottom: 0 !important;
	}
	.gfield.gfield_html a{
		font-size: 28px;
	}
	#header-wrap{
		margin: 0 -15px;
	}
	.page-id-2 #header-wrap{
		margin: 0;
	}
	body.page-id-2{
		padding: 0;
	}
	.theme-btn, .gform_footer .gform_button{
		width: 160px;
		font-size: 20px;
		height: 38px;
	}
	.form-sec{
		padding-right: 160px;
	}
	.gform_footer .gform_button{
		height: 45px;
	}
	.banner-info a{
		bottom: -11px;
	}
	.page-id-25 .gform_wrapper.gravity-theme .gfield{
		width: 100%;
	}
}
@media (max-width: 575px) {
	#header-wrap{
		margin: 0 -10px;
	}
 	.logo{
 		width: 80%;
 	}   
 	.toggleBtn{
 		top: 9px;
 		right: 12px;
 		width: 45px;
 	}
 	.banner-logo{
 		max-width: 250px;
 		margin-bottom: 30px;
 	}
 	.banner-right h1{
 		font-size: 50px;
 	}
 	.banner-info p{
 		font-size: 15px;
 	}
 	.banner-info a{
 		bottom: -13px;
 	}
 	.story-hub .page-title{
 		font-size: 50px;
 		margin-bottom: 8px;
 	}
 	.story-hub .item p{
 		font-size: 15px;
 	}
 	.story-hub .owl-nav button{
 		font-size: 60px !important;
 	}
 	.story-hub .owl-carousel{
 		margin-bottom: 30px;
 	}
 	.toggleNav a{
 		font-size: 20px;
 	}
 	
 	.featured-sec{
 		margin-left: 0;
 		margin-right: 0;		
 		display: block;
 	}
 	.featured-box{
 		padding: 0;
 		margin: 0 auto 50px;
 		max-width: 350px;
 	}
 	.box-head h3{
 		font-size: 50px;
 	}
 	.box-body{
 		min-height: inherit;
 		padding: 30px 20px 50px;
 	}
 	.box-body p{
 		font-size: 16px;
 	}
 	.story-hub .item p{
 		max-width: 300px;
 	}
 	.subscribe-sec{
 		display: block;
 		padding: 25px 20px 25px 20px;
 	}
 	.subscribe-sec h2{
 		width: 100%;
 		font-size: 45px;
 		margin-bottom: 20px;
 		padding-top: 20px;
 	}
 	.subscribe-sec h3{
 		width: 100%;
 		font-size: 28px;
 		margin-bottom: 20px;
 		padding-top: 0;
 	}
 	.form-sec{
 		padding-right: 120px;
 	}
 	
 	.footer-left{
 		margin-left: 0;
 	}
 	.footer-center{
 		max-width: 160px;
 	}
 	#footer-wrap{
 		padding: 33px 0 100px;
 	}
 	.zerflin-logo{
 		bottom: 33px;
 		width: 100px;
	    left: 50%;
	    transform: translate(-50%,0);
 	}
 	#footer{
 		align-items: center;
 	}
 	.content-sec h1{
 		font-size: 36px;
 	}
 	.content-sec h2{
 		font-size: 24px;
 	}
 	.page-title{
 		font-size: 55px;
 	}
 	.content-block{
 		padding: 30px 15px 20px;
 	}
 	.post-sec{
 		padding-left: 0;
 	}
 	.post-meta{
 		position: static;
 		display: flex;
		justify-content: space-between;
		align-items:center;
 	}
 	.post-categories{
		display: flex;
 	}
 	.post-title{
 		font-size: 34px;
 	}
 	.post-sec{
 		margin-bottom: 40px;
 	}
 	.post-categories li{
 		padding-right: 10px;
 		font-size: 16px;
 	}
 	.post-meta{
 		margin-bottom: 15px;
 	}
 	.date{
		font-size: 24px;
	}
 	.podcast-sec .post-meta{
 		width: 100%;
 	}
 	.page-id-13 .post-meta a{
 		max-width: 150px;
 	}
 	.page-id-13 .post-title{
 		font-size: 35px;
 	}
 	.page-id-13 .post-sec{
 		padding-left: 0;
 	}
 	.content-sec h1{
 		margin-bottom: 10px;
 	}
 	.content-sec p,
 	.content-sec li{
 		font-size: 15px;
 	}
 	.content-sec li{
		line-height: 1.8;
	}
	.content-sec li{
		line-height: 1.6;
	}
	.page-id-25 .gform_wrapper.gravity-theme .gfield{
		width: 100%;
	}
	.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
		margin-bottom: 0;
	}
	.page-id-25 .gravity-theme{
		padding: 30px 15px;
	}
	.gfield.gfield_html a{
		font-size: 25px;
	}
	body{
		padding: 0 10px;
	}
	.gform_footer .gform_button{
		width: 120px;
		font-size: 20px;
	}
}


.single-content-wrapper {
    background-color: #fff;
    padding: 100px 200px;
}
