/* bree-serif-regular - latin */
@font-face {
  font-family: 'Bree Serif';
  font-display:swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bree-serif-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bree-serif-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bree-serif-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bree-serif-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bree-serif-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bree-serif-v10-latin-regular.svg#BreeSerif') format('svg'); /* Legacy iOS */
}

/* libre-franklin-regular - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-display:swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-franklin-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-regular.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}
/* libre-franklin-500 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-display:swap;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/libre-franklin-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-500.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}
/* libre-franklin-600 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-display:swap;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/libre-franklin-v7-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-600.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}
/* libre-franklin-700 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-display:swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/libre-franklin-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-franklin-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-franklin-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-franklin-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-franklin-v7-latin-700.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}

figcaption{
    caption-side: bottom;
	margin-top: .5em;
    margin-bottom: 1em;
	text-align: center;
    font-style: italic;
    font-size: 17px;
    color: #363636;
}

body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Libre Franklin', sans-serif;
	line-height: 1.4;
	}
	
	p, li, em{
		font-size:20px;
		font-family: 'Libre Franklin', sans-serif;
		color:#363636;
	}

.grey_bg,
.comment-body{
	background-color:#F5F5F5;
}

.ez-video-ez-stuck-bar{
	box-sizing: border-box;
	height: 30px!important;
	padding: 0 10px!important;
}

.ez-video-ez-stuck-title{
	line-height: 30px!important;
	font-size: 15px!important;
}

.vjs-icon-cancel:before{
	font-size: 20px!important;
}
	
@-ms-viewport{
  width: device-width;
}

.center{
	max-width:1300px;
	width:92%;
	margin:0 auto;
}

h1{
	font-size: 40px;
}

h2{
	font-size: 34px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 26px;
}

@media(max-width:550px){
	h1{
		font-size:34px;
	}
	h2{
		font-size:30px;
	}
	h3{
		font-size:26px;
	}
	h4{
		font-size:22px;
	}
}

em{
	font-style: italic;
}

em strong{
	font-size:20px;
}

a{
	text-decoration:underline;
	color:#363636;
}

a:hover,
a:focus,
a:active{
	color:#000;
}

iframe{
	display:block;
	margin:20px auto;
}

.recipe-container .iframe-left{
	float:right;
}

.recipe-container .iframe-left iframe{
	margin: 5px 0 5px 5px;
}

#recipe .mv-ad-box{
	margin:0 auto;
}

/*
#recipe .iframe-center iframe{
	margin-left: auto;
	margin-right: auto;
}
*/

.wp-block-image figcaption{
	margin-top:0;
}

.wp-block-image figcaption,
.wp-caption-text,
p.wp-block-image{
	text-align:center;
	font-style:italic;
	font-size: 20px;
    font-family: 'Libre Franklin', sans-serif;
    color: #363636;
}

.wp-caption-text{
	margin: -5px 0 10px 0;
}

.wp-caption-text,
.wp-caption-text em,
.wp-caption-text p,
.wp-caption-text strong{
	font-size: 18px;
}

p.wp-block-image img{
	margin-bottom:10px;
}

figcaption.video {
    margin-top: 15px;
    color: #555d66;
    text-align: center;
    font-size: 15px
}

.btn,
input#submit{
    font-weight: 500;
    font-size: 18px!important;
    color: #fff!important;
    padding: 10px 15px!important;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    align-self: center;
    border: none;
    background-color: #000;
}
	
.btn:hover, 
.btn:focus, 
.btn:active,
input#submit:hover, 
input#submit:focus, 
input#submit:active{
	background-color: #141414;
    color: #fff;
    text-decoration: none;
}

.btn-alt{
	font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    align-self: center;
    border: 2px solid #fff;
    background-color: transparent;
}

.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active{
	background-color:#fff;
	color:#000;
}

.btn-header{
	font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    padding: 15px 20px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    align-self: center;
    border: none;
    background-color: #fff;
}

.btn-header:hover, 
.btn-header:focus, 
.btn-header:active{
	background-color:#000;
	color:#fff;
}

.btn-container{
	display:flex;
}

#page-content .btn.scroll{
	display: inline-block;
	margin: 0 auto;
}

.content-title{
	margin:50px 0;
}

.content-title h2{
	font-size:30px;
}

ul, ol{
	padding:0 0 0 15px;
}

li{
	margin-bottom:10px;
	clear:both;
}

#navbar li{
	margin-bottom:0;
}

figure{
	margin:0!important;
}

i{
	font-style:normal;
	font-family:FontAwesome;
}

.highlight-1{
	color:#FFC200!important;
}

@media(max-width:700px){
	p, li, em, figcaption, .wp-block-image figcaption, .services_grid_box .services_grid_text p{
		font-size:18px;
	}
}

/* Recipe */

.recipe-intro{
	margin-bottom:60px;
}

/*
#recipe{
	background-color:#fafafa;
}
*/

#recipe .recipe-container img{
	width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 10px auto;
}

.recipe-container{
	box-sizing:border-box;
	padding:20px;
	border:1px solid #000;
	border:none;
    box-shadow: 0 2px 6px rgba(112,112,112,0.2);
	padding: 20px 40px;
	background-color: transparent;
}

#recipe h2{
	text-decoration:underline;
	text-align:center;
}

.recipe-container ul,
.recipe-container ol{
	padding:0;
}

.recipe-container ul li{
	display:table;
	display:block;
	list-style-type: none;
}

.recipe-container li{
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(112,112,112,0.2);
	margin-bottom:10px;
	list-style-type: none;
	counter-increment: step-counter;
}

.recipe-container li p{
	margin:0;
}

.recipe-container ol li::marker{
	font-size:30px;
}

.recipe-container ol li::before{
	content: counter(step-counter);
	margin-right: 10px;
	font-size: 80%;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}

@media(max-width:550px){
	.recipe-container{
		padding: 10px 15px;
	}
}

/* Navbar */

#navbar .center{
	display:flex;
	align-items:center;
	position:relative;
}

#big-nav{
	position:fixed;
	width:100%;
	z-index:4;
	top:0;
	transition:.2s;
	height:100px;
}

#big-nav strong{
	/* font-family: 'Bree Serif', serif; */
	font-size:40px;
	text-decoration:none;
}

.footer-brand strong {
	/* font-family: 'Bree Serif', serif; */
	font-size: 40px;
	text-decoration: none;
}

@media(max-width:470px){
	#big-nav strong{
		/* font-family: 'Bree Serif', serif; */
		font-size:30px;
		text-decoration:none;
	}
	.footer-brand strong {
		/* font-family: 'Bree Serif', serif; */
		font-size: 30px;
		text-decoration: none;
	}
}

a#nav-brand{
	text-decoration:none;
	color:#000;
}

#nav-colour-overlay-right{
	position:absolute;
	right:0;
	left:calc(100% - ((100% - 1100px)/2));
	height:100%;
	background-color:#FFC200;
}

@media(max-width:1250px){
	#nav-colour-overlay-right{
		left:92%;
	}
}

#nav-colour-overlay{
	position:absolute;
	right:0;
	left:calc(100% - 450px);
	height:100%;
	background-color:#FFC200;
}

#nav-colour-overlay img{
	margin-left:-5px;
}

@media(max-width:1100px){
	#nav-colour-overlay{
		left:45%;
	}
}

@media(max-width:1200px){
	#nav-email-container{
		display:none;
	}
	#nav-colour-overlay{
		left:calc(100% - 250px);
	}
}

/* Nav Left */

#nav-right{
	padding:0;
	position:absolute;
	height:100%;
	right:0;
	z-index:3;
	padding-top: 60px;
    box-sizing: border-box;
}

#navbar{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	position:relative;
	background-color:#fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#big-nav, .respLinks{
	font-family: 'Roboto', sans-serif;
}

#navbar .center{
	position:relative;
	height:100%;
	display:flex;
}

#navbar #nav-brand{
	z-index:3;
	justify-content:flex-start;
	padding-bottom: 20px;
}

#navbar #nav-brand img{
	display:block;
	height:40px;
	width:auto;
}

#navbar #nav-brand:hover{
	background-color:transparent;
}

#navbar i{
	margin-right:12px;
	font-size:24px;
	color:#000;
}

#navbar .fa-phone{
	font-size:18px;
	margin-right:8px;
}

#navbar #nav-right p{
	margin:0;
}

#nav-phone-container a:first-of-type{
	margin-bottom:10px;
}

#navbar #nav-right #nav-email-container p{
	margin-bottom:13px;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	color:#000;
}

#nav-email-container p{
	color:#fff;
}

#navbar #nav-email-container{
	margin-right:20px;
}

.contents_top{
	display:flex;
	justify-content: flex-end;
    align-items: center;
    height: auto;
}

.contents_top_box{
	background-color:#fff;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding:3px 12px;
	background-color:#009147;
	text-decoration:none;
}

#big-nav .contents_top_box strong{
	font-size:16px;
	color:#fff;
}

#big-nav .contents_top_box strong::after{
	font-family: FontAwesome;
	content: "\f0cb";
	margin-left:5px;
	font-weight: 100;
}

.contents_top_box i{
	margin-left:5px;
	font-size: 20px;
	color:#fff;
	font-family: FontAwesome;
	font-weight: 100;
}

@media(max-width:1100px){
	#navbar #nav-email p{
		display:none;
	}
	#navbar #nav-phone.
	#navbar #nav-email{
		margin-right:50px;
	}
	#navbar #nav-phone i{
		margin-right:10px
	}
	#nav-right{
		width:calc(100% - 270px);
		display:flex;
		justify-content:flex-end;
	}
}

@media(max-width:950px){
	#navbar #nav-right{
		box-sizing:border-box;
	}
	#navbar #nav-phone p{
		display:none;
	}
	#navbar i{
		margin:0;
	}
}

@media(max-width:780px){
	#navbar .btn-alt{
		display:none;
	}
}

@media(min-width:950px){
	#nav-colour-overlay img:nth-of-type(2){
		display:none;
	}
}

@media(max-width:1050px){
	#nav-right{
		display:none;
	}
	#nav-links{
		display:none;
	}
	#nav-colour-overlay img:first-of-type{
		display:none;
	}
	#nav-colour-overlay{
		left:55%;
	}
	#navbar #nav-left{
		height:auto;
		padding:0;
	}
	#navbar #nav-brand{
		padding-bottom: 0;
	}
	#big-nav{
		height:100px;
	}
	#navbar{
		height:60px;
	}
}

@media(max-width:525px){
	#navbar{
		height:60px;
	}
	#navbar #nav-brand img{
		height:38px;
	}
}

@media(max-width:425px){
	#navbar #nav-brand img{
		height:36px;
	}
}

@media(max-width:375px){
	#navbar #nav-brand img{
		height:34px;
	}
}

@media(max-width:340px){
	#navbar #nav-brand img{
		height:30px;
	}
}

/* Side

.contents_top_box {
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    position: fixed;
    left: 0;
    bottom: 100px;
    height: auto;
    text-orientation: upright;
    text-orientation: sideways;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
	width: 30px;
}

.contents_top_box i {
	margin-left: 0px;
    margin-top: 5px;
    font-size: 16px;
    text-orientation: sideways;
    transform: rotate(90deg);
}

@media (max-width: 1000px) {
    .content_all .center {
        width: auto;
		margin: 0 32px;
    }
}

 */

#nav-links{
	height:100%;
}

#nav-links div{
	height:100%;
}

#nav-links ul{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
	z-index:1;
	background-color:transparent;
	transition:.6s;
}

#nav-links li{
	display:flex;
}

#nav-links li i{
	color:#fff;
	font-size:16px;
	margin:0 0 4px 4px;
}

#nav-links li i:hover{
	cursor:pointer;
}

#nav-links .center{
	justify-content:flex-end;
	align-items:center;
}

#navbar #nav-links ul{
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
}

#navbar #nav-links a,
#navbar #nav-right li{
	text-transform:uppercase;
	font-size:14px;
	display:block;
	white-space: nowrap;
	padding:0;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#000;
	font-weight:600;
	text-decoration:none;
}

#navbar #nav-links a:hover,
#navbar #nav-links a:focus,
#navbar #nav-links a:active,
#navbar #nav-right li:hover,
#navbar #nav-right li:focus,
#navbar #nav-right li:active,
#navbar #nav-links li:hover i,
#navbar #nav-links li:focus i,
#navbar #nav-links li:active i,
.respLinks a:hover,
.respLinks a:focus,
.respLinks a:active,
.respLinks li:hover,
.respLinks li:focus,
.respLinks li:active,
.respLinks li:hover i,
.respLinks li:focus i,
.respLinks li:active i{
	color:#737373;
}

#navbar #nav-right li{
	margin-left:20px;
	cursor:pointer;
}

/* Navbar Responsive */

.respLinks{
	top:-100%;
	width:100%;
	z-index:3;
	position:fixed;
	background-color:#000;
	overflow:hidden;
	transition:1.2s;
	display:flex;
	justify-content:flex-start;
}

.respLinks.responsive{
	height:200%;
	transition:.4s;
}

.respLinks .center{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:absolute;
	top:50%;
	bottom:0;
	left:4%;
	right:4%;
}

#nav-dropdown-about .nav-menu,
#nav-dropdown-services .nav-menu,
#nav-dropdown-blog .nav-menu{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

#nav-dropdown-about li:first-of-type,
#nav-dropdown-services li:first-of-type,
#nav-dropdown-blog li:first-of-type{
	text-decoration:underline;
}

#resp-links .nav-menu{
	width:100%;
	height:100%;
	margin-top:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.nav-menu i{
	color:#fff;
	margin-left:10px;
	font-size:26px;
}

.respLinks li{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.respLinks li:first-of-type{
	margin-top:0;
}

.respLinks .menu{
	box-sizing:border-box;
	padding:0;
}

.respLinks a,
.respLinks li{
	font-size:20px;
	font-weight:300;
	/* text-transform:uppercase; */
	color:#fff;
	overflow:hidden;
	white-space: nowrap;
	margin:0;
	cursor:pointer;
	text-decoration:none;
	padding:7px 0;
}

@media(max-height:650px){
	.respLinks a, .respLinks li{
		padding: 4px 0;
	}
	#nav-dropdown-services.nav-dropdown .hamburger{
		bottom:20px;
	}
}

#resp-links a,
#resp-links li{
	padding:5px 0;
}

.respLinks{
	height:0;
}

@media(min-width:1050px){
	#resp-links{
		display:none;
	}
}

@media(max-width:450px){
	#navbar-bottom{
		display:none;
	}
}

#nav-left li{
	margin-right:30px;
}

#navbar li{
	list-style:none;
}

#nav-right li{
	height:100%;
}

#navbar h1{
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

#resp-contact{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	position:absolute;
	bottom:20px;
}

#resp-contact a{
	display:flex;
	align-items:center;
	margin:10px 0;
	text-transform:none;
}

#resp-contact i{
	margin-right:10px;
}

#resp-contact .fa-mobile{
	font-size:26px;
	margin-right:18px;
}

#resp-contact .fa-phone{
	margin-right:13px;
}

#resp-contact p{
	margin:0;
}

/* Hamburger */

.hamburger{
	position:fixed;
	right:4%;
	top:6px;
	z-index:6;
	background-color:transparent;
	display:none;
	transition:.5s;
}

.hamburger a.icon{
	display:block;
	padding:0;
	cursor:pointer;
}
	
.hamburger a.icon div{
	/*
	width:40px;
	height:2px;
	background-color:#000;
	margin:10px 0;
	transition:0.4s;
	*/
	width:50px;
	height:5px;
	background-color:#000;
	margin:8px 0;
	transition:0.4s;
	border-radius:120px;
}

.change .bar1{
	/*
	-webkit-transform:
	rotate(-45deg)
	translate(-8px, 7px);
	transform:
	rotate(-45deg)
	translate(-8px, 7px);
	*/
	-webkit-transform:
	rotate(-45deg)
	translate(-9px, 13px);
	transform:
	rotate(-45deg)
	translate(-9px, 13px);
}

.change .bar2{
	opacity:0;
}

.change .bar3{
	/*
	-webkit-transform:
	rotate(45deg)
	translate(-9px, -9px);
	transform:
	rotate(45deg)
	translate(-9px, -9px);
	*/
	-webkit-transform:
	rotate(225deg)
	translate(5px, 10px);
	transform:
	rotate(225deg)
	translate(5px, 10px);
}

.shrink{
	height:100px!important;
}

.hamburger{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-end;
}

.hamburger a div{
	z-index:6;
}

#ham.hamburger{
	display:none;
}

@media(max-width:1050px){
	#ham.hamburger{
		display:flex;
	}
	#navbar #navbar-cart{
		right:60px;
		display:none;
	}
}

@media(min-height:550px){
	.navbar{
		overflow:hidden;
	}
	#navBrand{
		position:absolute;
		bottom:80px;
		margin-bottom:0;
	}
}

@media(max-width:525px){
	.hamburger{
		top: 6px;
	}
}

/* Navbar Services Dropdown */

.nav-dropdown a{
	font-size:18px;
}

@media(max-width:380px){
	.nav-dropdown a{
		font-size:16px;
	}
}

@media(max-width:330px){
	.nav-dropdown a{
		font-size:15px;
	}
}

.nav-dropdown .hamburger{
	display:flex;
	right: auto;
	left:auto;
    top: auto;
	bottom:40px;
	position:absolute;
}

.nav-dropdown.navbar-dropdown-display{
	height: 200%;
    transition: .8s;
}

/* Homepage Header New */

.header-home-new{
	margin-top:100px;
	text-align:center;
	background-color:#fafafa;
	position:relative;
}

@media(max-width:1050px){
	.header-home-new{
		margin-top:80px;
	}
}

.image_header{
	width:100%;
	height:auto;
}

.image_header img{
	display:block;
	height:100%;
	width:100%;
	max-width: 600px;
    margin: 0 auto;
}

.header-new-text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-new-text-box-bg{
	margin:auto;
	position:relative;
}

.header-new-text-box-bg-dark{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:#000;
	opacity:0.7;
}

.header-new-text-box{
	box-sizing:border-box;
	padding:10px 20px 20px 20px;
	position:relative;
}

.header-home-new h1{
	font-size:60px;
	margin:10px;
	color: #fff;
    line-height: 1.2;
}

.header-home-new strong{
	font-size:24px;
	font-weight:400;
	color: #fff;
    line-height: 1;
}

#home.intro-container{
	padding: 30px 10px 40px 10px;
	margin-top: 60px;
}

#home.intro-container h2{
	margin-top:0;
}

#home.intro-container p:last-of-type{
	margin-bottom:0;
}

.home_image{
	margin:40px 0;
}

.home_image img{
	display:block;
	width:100%;
	height:auto;
	max-width:800px;
	margin:0 auto;
}

@media(max-width:800px){
	.header-home-new h1{
		font-size:46px;
	}
	.header-home-new strong{
		font-size:22px;
	}
	.home_image{
		margin:20px 0;
	}
}

@media(max-width:450px){
	.header-home-new h1{
		font-size:38px;
	}
	.header-home-new strong{
		font-size:20px;
	}
}

/* Homepage Header */

.header-home{
	display:flex;
	justify-content:center;
	width:100%;
	height:auto;
	margin-top: 100px;
	position:relative;
	background-size:cover;
	background-position:40% 0%;
	background-repeat:no-repeat;
	font-weight:400;
	max-width:1300px;
	margin: 140px auto 0;
	height:300px;
}

.header-overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: #000;
    opacity: 0.5;
}

.header-text-container{
	width:100%;
	height:100%;
	background-color:transparent;
    box-sizing: border-box;
}

header .center{
	height:100%;
	position:relative;
	display:flex;
}

header .header-text{
	width:100%;
	height:100%;
	z-index:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:900px;
	margin:0 auto;
}

.header-text p{
	color:#fff;
	text-align:center;
	margin:0;
	font-size:26px;
	width:80%;
}

.header-text img{
	display: block;
    width: 100px;
    height: auto;
    margin: 0 auto 30px auto;
}

.header-text h1 {
    /* font-family: 'Bree Serif', serif; */
    font-size: 80px;
    text-decoration: none;
	color:#fff;
	margin:0;
	text-align: center;
	line-height: initial;
}

.header-text strong{
	color:#fff;
	font-size:30px;
	text-align:center;
	margin: 20px 0 0 0;
	font-weight:500;
	line-height:1.1;
}

.header-text a{
	text-decoration:none;
}

.header-text i{
	color:#fff;
	font-size:40px;
	
}

@media(max-width:1000px){
	.header-home{
		margin-top:80px;
	}
}

@media(max-width:700px){
	.header-text p{
		font-size:20px;
	}
	.header-text h1 {
		font-size:60px;
	}
	.header-text strong{
		font-size:28px;
	}
}

@media(max-width:500px){
	.header-text p{
		font-size:18px;
	}
	.header-text img{
		width:70px;
	}
	.header-text h1 {
		font-size:50px;
	}
	.header-text strong{
		font-size:25px;
	}
}

/*
@media(max-width:450px){
	.header-text p{
		font-size:18px;
	}
	.header-text h1 {
		font-size:40px;
	}
	.header-text strong{
		font-size:20px;
	}
}
*/

/* Sidebar */

.content_all .center{
	display:flex;
	justify-content: center;
}

.comments_container .center{
	display:block;
}

.content_left{
	min-width:calc(100% - 350px);
	box-sizing: border-box;
    padding-right: 40px;
}

.content_right{
	min-width:350px;
	box-sizing:border-box;
	border-left: 2px solid #f0f0f0;
	padding-left:20px;
	margin-top: 60px;
}

@media(max-width:1000px){
	.content_all .center{
		display:block;
	}
	.content_left,
	.content_right{
		width:100%;
		padding:0;
	}
	#recipe{
		padding:20px;
	}
}

/* Home Intro */

.ads_video{
	margin:60px 0;
}

@media(max-width:600px){
	.ads_video{
		margin:40px 0;
	}
}

@media(max-width:450px){
	.ads_video{
		margin:20px 0;
	}
}

.ez-video-link{
	font-size: 20px!important;
    font-style: italic!important;
    text-align: center!important;
}

.intro-container h2{
	/* font-family: 'Bree Serif', serif; */
	text-align:center;
	margin-top:40px;
}

@media(max-width:400px){
	.intro-container h2{
		/* font-family: 'Bree Serif', serif; */
		text-align:center;
	}
}

.intro-container p{
	text-align:center;
}

#home-about h2{
	font-size: 30px;
	text-align:center;
	margin-bottom:40px;
}

#home-about p{
	margin:0 0 20px 0;
}

/* Home Services */

#all-articles{
	margin-top:20px;
}

#home-services{
	padding:60px 0;
}

#home-services.other_articles{
	padding:30px;
}

#home-services .center{
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

#home-services h2:first-of-type,
#home-services h4:first-of-type{
	text-align:center;
	font-size:30px;
}

#home-services h4:first-of-type,
#home-services h2:first-of-type{
	margin:0 0 30px 0;
}

#home-services p:first-of-type{
	margin-top:20px;
}

#home-services .btn{
	align-self:center;
}

#service-general li{
	font-size:20px;
}

#service-general li::before,
#home-services li::before{
    display: table-cell;
    width: 30px;
    content: "\f00c";
    float: left;
    font-family: FontAwesome;
}

/*
#service-general{
	padding-bottom:20px;
}
*/

.related_articles #service-general{
	padding:0;
}

.more-articles-button{
	display:flex;
	width:100%;
	margin:30px 0 0 0;
}

@media(max-width:700px){
	#home-services p:first-of-type{
		margin:10px 0 15px 0;
	}
	.services_grid_text .btn{
		margin-top:0;
	}
}

/* Color Section */

.section-colour{
	background-color:#17242A;
}

.section-colour .center{
	display:flex;
}

.section-colour .section-left,
.section-colour .section-right{
	width:50%;
	box-sizing:border-box;
	padding:40px 0;
}

.section-colour h2{
	font-family: 'Rajdhani', sans-serif;
	text-transform:uppercase;
}

.section-colour p{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
}

/* Assessment Banner */

.grey{
	background-color:#F1F1F1;
	margin-top:30px;
}

.grey-top{
	background-color:#F1F1F1;
}

.center-align .center{
	text-align:center;
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
	padding:40px 0;
}

.center-align h3{
	font-size:30px;
	margin:0;
}

.center-align p{
	margin:30px 0 60px 0;
}

.center-align .center .btn{
	align-self:center;
	margin:0 0 20px;
}

/* Section */

#page-intro{
	box-sizing:border-box;
}

#page-intro.service-page-content{
	padding-bottom:0;
}

.section{
	padding:20px 0;
	display:flex;
}

.section .text-box{
	display:flex;
	flex-direction:column;
	width:50%;
	box-sizing:border-box;
	padding-right:40px;
	align-items:flex-start;
	
}

.section .text-box h2{
	margin-top:0;
	text-transform:uppercase;
	text-align:left!important;
}

.section .text-box h4{
	font-size:22px;
}

.section h2{
	font-size:36px!important;
	margin-bottom:10px!important;
}

.section .btn{
	margin:20px 0!important;
	align-self:flex-start!important;
}

.section .image-box{
	width:50%;
}

.section .image-box img{
	width:100%;
	height:auto;
	display:block;
}

.section{
	flex-direction:row-reverse;
}

.section:nth-of-type(odd) .text-box{
	padding-right:0;
	padding-left:40px;
}

@media(max-width:1000px){
	.section .text-box{
		padding-right:40px;
	}
	.section:nth-of-type(odd) .text-box{
		padding-left:40px;
	}
	.section .text-box h2{
		margin-top:0!important;
	}
	.section .text-box p{
		margin:10px 0 0!important;
	}
}

@media(max-width:900px){
	.section .text-box h2{
		font-size:26px!important;
	}
}

@media(max-width:700px){
	.section,
	.section:nth-of-type(odd){
		flex-direction:column-reverse;
	}
	.section .text-box,
	.section:nth-of-type(odd) .text-box{
		width:100%;
		padding:0;
		margin-top:40px;
	}
	.section .image-box{
		width:100%;
	}
}

/* Home Clients */

#home-clients h2{
	text-align:center;
	font-size: 36px;
    margin:40px 0 0 0;
}

#home-clients-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:40px;
	margin-top: 60px;
}

.home-clients-grid-box{
	width:100%;
}

.home-clients-grid-box img{
	width:100%;
	height:auto;
	display:block;
}

@media(max-width:600px){
	#home-clients-grid{
		grid-template-columns:1fr 1fr;
		grid-gap:20px;
	}
}

@media(max-width:450px){
	#home-clients-grid{
		grid-template-columns:1fr;
		grid-gap:20px;
	}
}

/* Header Page */

.header-page{
	background-size:cover;
	background-position:50% 20%;
	background-repeat:no-repeat;
	margin:100px 0 0 0;
	position:relative;
	max-width:1300px;
	margin: 140px auto 0;
}

.header-page .center{
	padding:20px 0;
	display:flex;
	align-items:center;
	justify-content:center;
}

@media(max-width:1400px){
	header.header-page{
		margin-top:100px;
	}
}

@media(max-width:1050px){
	header.header-page{
		margin-top:60px;
	}
}

@media(min-width:1000px){
	.header-page .center{
		padding:40px 0;
	}
}

.header-page h1{
	color:#fff;
	text-align:center;
}

#page-content{
	margin-top: 40px;
}

#page-content h2{
	margin:30px 0 20px 0;
}

#page-content h3{
	font-size:26px;
}

#page-content h4{
	font-size:21px;
}

figure.wp-block-image{
	margin-top:25px!important;
}

.aligncenter{
	width: 100%!important;
    height: auto;
	margin: 0 auto;
    display: block;
}

.aligncenter img{
	width:600px!important;
}

.wp-block-image .aligncenter{
	width: 100%!important;
}

#page-content img,
.aligncenter img{
	margin:15px auto 15px auto;
	display: block;
	max-width: 600px;
	height:auto;
}

.video-container{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin:30px 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
}

@media(max-width:1200px){
	#page-content img,
	.aligncenter img{
		width:100%!important;
		height:auto;
	}
}

@media(max-width:600px){
	#page-content{
		margin-top: 30px;
	}
}

.image-grid-container h2{
	margin-top:60px;
}

.image-grid-1-col{
	display:grid;
	grid-template-columns:1fr;
	grid-gap:30px;
	margin-top:30px;
}

#page-content .image-grid-1-col img{
	width:100%;
	height:auto;
	margin:0;
	max-width:none;
}

.image-grid-2-col{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:30px;
	margin-top:30px;
}

#page-content .image-grid-2-col img{
	width:100%;
	height:auto;
	margin:0;
	max-width:none;
}

@media(max-width:900px){
	.image-grid-1-col{
		grid-gap:20px;
	}
	.image-grid-2-col{
		grid-template-columns:1fr 1fr;
		grid-gap:20px;
	}
}

@media(max-width:600px){
	.image-grid-1-col{
		grid-gap:15px;
	}
	.image-grid-2-col{
		grid-template-columns:1fr;
		grid-gap:15px;
	}
}

.img-text-col-2{
	display:grid;
	grid-template-columns:100px calc(100% - 140px);
	grid-gap:40px;
	margin-top:40px;
}

#page-content .img-text-col-2 img{
	width:100%;
	height:auto;
	margin:0;
}

#page-content .img-text-col-2 h3{
	margin-top:0;
}

@media(max-width:600px){
	.img-text-col-2{
		display:grid;
		grid-template-columns:60px calc(100% - 80px);
		grid-gap:20px;
		margin-top:40px;
	}
}

/* About Box */

.intro-container{
	padding:0 0 40px 0;
}

#home-about{
	background-color:#fff;
	padding:20px 0 30px 0;
}

.about-box{
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom:20px;
}

.about-box-container .about-box-image{
	margin:0!important;
}

.about-box-image img{
	width:200px;
	height:auto;
	border-radius: 200px;
}

.about-box-text{
	text-align: center;
}

.about-box-text h2{
	margin:20px 0 0 0;
}

@media(max-width:1000px){
	.about-box{
		margin:40px 0;
	}
}

@media(max-width:575px){
	.about-box{
		flex-direction:column;
	}
	.about-box-image{
		display:flex;
		align-items:center;
	}
	.about-box-text{
		padding-left:0;
	}
	.about-box-image img{
		margin:0 auto;
	}
	.about-box-text h2{
		text-align:center;
	}
}

/* About Box - Pizza Oven */

.about-box{
	box-shadow: 0 2px 6px rgba(112,112,112,0.2);
	padding: 20px 20px 0;
}

.about-box.about_pizza_oven{
	padding: 0;
}

.about_pizza_oven{
    margin: 40px 0;
}

.about_pizza_oven .about-box-image{
	width: 100%;
}

.about_pizza_oven .about-box-image img{
	display:block;
	width: 100%;
    height: auto;
	border-radius:0;
}

.about_pizza_oven .about-box-text{
	padding: 20px;
}

.about_pizza_oven h2{
	margin: 10px 0 0;
}

/* Table */

table{
	border-spacing:10px;
	border-collapse: collapse;
	margin: 10px 0;
}

th{
	text-align:left;
	font-size:22px;
	padding-bottom:5px;
}

tr{
	border-bottom:1px solid #000;
}

.is-style-stripes tr{
	border:none;
}

tr:last-of-type{
	border-bottom:0;
}

th:first-of-type, td:first-of-type{
	padding-right:20px;
}

td{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
    color: #363636;
	padding:15px;
}



@media(max-width:500px){
	td{
		font-size:16px;
	}
}

@media(max-width:400px){
	th{
		font-size:18px;
	}
	td{
		font-size:16px;
	}
}

/* Contact Box */

#contact-box{
	width:100%;
	box-sizing:border-box;
	background-size:cover;
	background-attachment:fixed;
	background-position:30% 40%;
	background-repeat:no-repeat;
	margin:60px 0 -5px 0;
	position:relative;
}

.contact-box-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity:0.6;
}

#contact-box .center{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:80px 0;
}

#contact-box-text{
	box-sizing:border-box;
	padding-bottom:20px;
	z-index:2;
}

#contact-box h2{
	color:#fff;
	font-size: 40px;
    font-weight: 600;
	margin:0;
	text-transform:uppercase;
}

#contact-box p{
	color:#fff;
	font-size: 34px;
	margin:30px 0 60px;
}

@media(max-width:450px){
	#contact-box h2{
		font-size: 38px;
	}
	#contact-box p{
		font-size: 28px;
	}
}

/* Contact */

#service-general.contact-page-content{
	padding-bottom:0;
}

.page-intro a{
	display:inline-block;
	color: #1967B3;
}

.page-intro a:hover{
	color:#F1CF12;
	transition:.2s;
}

.contact-form{
	padding:0 0 60px 0;
	width:100%;
}

.contact-form p{
	margin-bottom:7px;
}

.contact-form p:first-of-type{
	margin-top:0;
}

.contact-form h2{
	font-size:25px;
	margin:35px 0;
}

.contact-form .full{
	padding-top:25px;
}

.contact-form .full input{
	width:100%;
}

.contact-form textarea{
	width:100%;
	height:160px;
}

.contact-form-inputs{
	padding:10px;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	box-sizing:border-box;
	border:2px solid #d1d1d1;
	width:100%;
}

.g-recaptcha{
	margin-top:40px;
}

.contact-form p.gdpr{
	margin:40px 0;
}

.contact-form .error p{
	color:#d30404;
	margin-top:10px;
}

.contact-form #error-bottom .error p{
	margin:40px 0;
}

.contact-form .btn{
	margin:0 0 10px;
}

/* Thanks Page */

.thanks{
	margin-bottom:100px;
}

.thanks h2{
	font-size:30px;
}

/* Footer */

.footer-ad{
	margin:0 auto;
}

footer{
	width:100%;
	background-color:#161616;
	display:flex;
	flex-direction:column;
	text-align:center;
	font-family: 'Libre Franklin', sans-serif;
}

footer .center{
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	margin:80px auto 10px auto;
}

#footer-content{
	margin:70px 0;
}

.footer-box{
	margin:40px 0 80px 0;
}

footer a{
	text-decoration:none;
	color: #fff;
	display:flex;
	align-items:center;
	justify-content:center;
}

footer li a:hover,
footer li a:focus,
footer li a:active,
footer a:hover h5,
footer a:focus h5,
footer a:active h5,
a#tom-link:hover,
a#tom-link:focus,
a#tom-link:active{
	color: #fff;
	text-decoration:underline;
}

footer a:hover i,
footer a:focus i,
footer a:active i{
	color: #fff;
	text-decoration:none;
}

footer h4{
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
}

footer h5{
	margin:0;
}

footer h1{
	font-size:40px;
	text-transform:uppercase;
	color:#fff;
}

footer ul{
	margin:0;
	padding:0;
}

.footer-brand{
	margin:0 0 20px 0;
}

.footer-brand a{
	text-decoration:none;
	color:#fff;
}

.footer-brand img{
	display:block;
	height:50px;
	width:auto;
}

@media(max-width:450px){
	.footer-brand img{
		width:100%;
		height:auto;
	}
}

footer h5, footer a{
	font-weight:400;
	font-size:18px;
	color:#fff;
}

footer i{
	margin-right:8px;
	font-size:24px;
}

.follow-me i{
	margin:0 8px;
}

footer li{
	margin:0;
	display:flex;
	justify-content:center;
}

footer a{
	margin:5px 0;
}

footer p{
	color:#fff;
}

@media(max-width:330px){
	footer h1{
		font-size:30px;
	}
}

.footer-contact h5{
	margin:0;
}

.footer-contact svg{
	font-size:24px;
	margin:5px;
}

.fa-envelope{
	font-size:18px;
}

.fa-phone{
	font-size:20px;
}

footer h3:hover{
	text-decoration:underline;
}

.footer-social .follow-me{
	display:flex;
	align-items:center;
	justify-content:center;
}

#tom-link{
	margin:40px 0 0 0;
	font-size:15px;
}

/* 404 */

.page-header{
	margin-top:110px;
	padding-top:30px;
}

@media(max-width:750px){
	.page-header{
		margin-top:90px;
	}
}

#page-simple-content{
	margin:30px 0;
}

#not-found-links-container{
	margin:60px 0;
}

#not-found-links{
	
}

#not-found-links-container ul{
	margin:0;
	padding:0;
	list-style:none;
}

#not-found-links-container li{
    list-style: none;
    text-align: left;
    padding: 5px 0!important;
}

#not-found-links-container h3{
	font-size:30px;
	margin-top:0;
}

#not-found-links-container a{
    text-decoration: none;
    font-weight: 400;
    font-size:22px;
}

#not-found-links-container a:hover,
#not-found-links-container a:focus,
#not-found-links-container a:active{
	text-decoration:underline;
}

/* Privacy */

#privacy-content-container{
	margin-bottom:60px;
}
	
/* Map */

#map-container{
	margin:0 0 60px 0;
}

#map-container .center{
	display:flex;
}

#map{
	height: 400px;
	width: calc(100% - 400px);
	background-color: grey;
}
 
#map-text{
	width: 360px;
	height: 400px;
	box-sizing:border-box;
	margin:0 0 0 40px;
	padding:20px;
	background-color:#FEC200;
	text-align:center;
}
	
#map-text h3{
	margin-top:15px;
	font-size:26px;
}

#map-text p{
	font-size:21px;
	text-transform:uppercase;
}

#map-text p:last-of-type{
	margin-bottom:50px;
}

#map-text .tel-link{
	display:flex;
	align-items:center;
	justify-content:center;	
	font-size:20px;
	margin-bottom:10px;
	color:#000;
}

#map-text .tel-link:hover,
#map-text .tel-link:focus,
#map-text .tel-link:active{
	color:#fff;
}

#map-text .fa-mobile{
	margin:0 18px 3px 0;
	font-size:24px;
}

#map-text .fa-phone{
	margin-right:10px;
	font-size:24px;
}

#map-text .btn{
	align-self:flex-start;
	margin-top:30px;
}

@media(max-width:850px){
	#map-container .center{
		flex-direction:column;
	}
	#map{
		width:100%;
	}
	#map-text{
		width:100%;
		margin:30px 0 0 0;
		text-align:center;
	}
	#map-text h3{
		margin-top:15px;
	}
	#map-text .tel-link{
		justify-content:center;	
	}
}

/* Areas Section */

#areas-grid h3{
	font-size:26px;
	margin-top:40px;
}

#areas-section-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px;
}

.areas-section{
	width:100%;
	position:relative;
}

.areas-section .image-box{
	width:100%;
}

.areas-section .text-box{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.areas-section .text-box h2{
	color:#fff;
}

.areas-section .image-box img{
	display:block;
	width:100%;
	height:auto;
}

@media(max-width:1000px){
	#areas-section-grid{
		grid-gap:20px;
	}
}

@media(max-width:700px){
	#areas-section-grid{
		grid-template-columns:1fr;
	}
}

/* Areas home */

#areas-we-cover-home .grey-top{
	padding:40px 0 0 0;
}

#areas-we-cover-home .center{
	padding:0;
}

#areas-we-cover-home #service-general{
	
}

#areas-we-cover-home #service-general .btn.areas-home-btn{
	margin-top:60px;
}

/* Alternating home background */

.home-grid-box:nth-of-type(odd){
	background-color:#fafafa;
}

.home-grid-box .section{
	padding-bottom:40px;
}

/* Remove alternating home background for service grid */

.home-service-grid h4{
	margin:0;
}

@media(min-width: 700px){
	.home-service-grid .home-grid-box:nth-of-type(even) .section{
		flex-direction:row;
	}
	.home-service-grid .home-grid-box:nth-of-type(even) .text-box{
		padding:0 20px 0 0;
	}
}

.more-articles-button .btn{
	margin:0 auto;
}

/* Image Banner */

.image-banner{
	width:100%;
	height:300px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

.image-banner.about{
	background-image:url('https://drainjets.co.uk/wp-content/uploads/2019/03/abt_banner.jpg');
}

.image-banner.service{
	background-image:url('https://drainjets.co.uk/wp-content/uploads/2019/03/about_us_banner.jpg');
}

.image-banner.areas{
	background-image:url('https://drainjets.co.uk/wp-content/uploads/2019/04/areas-cover.jpg');
}

/* Fix Mobile Scrolling On Background Images */

@media(max-width:700px){
	.image-banner, #contact-box, .header-home{
		background-attachment: scroll;
	}
}

.video-container{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin:30px 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container img{
	width:100%!important;
	max-width: none!important;
}

/* Comments Section */

#respond h3{
	display:none;
}

.comments_container p,
.comments_container li,
.comments_container em{
	font-size:18px;
}

.comment-author.vcard img{
	border-radius:100%;
	margin-bottom:-7px;
}

strong.comments_title{
	font-size:32px;
	display: block;
}

form#commentform{
	width:100%;
	max-width:600px;
}

form#commentform p{
	width:100%;
	display:flex;
	flex-direction:column;
}

form#commentform p.comment-notes,
form#commentform p.comment-form-cookies-consent{
	font-size:14px;
	font-style:italic;
	display: block;
}

form#commentform label{
	margin-bottom:5px;
}

form#commentform textarea,
form#commentform input{
	box-sizing:border-box;
	padding:10px;
}

.comments_container ol{
	list-style: none;
	padding:0;
}

.comments_container ol.children{
	margin-left:20px;
}

.comments_container ol.children ol.children{
	margin-left:0;
}

form#commentform input#submit{
	align-self: flex-start;
	margin-top:0;
}

ol.post-comments li{
	margin:20px 0;
}

.comment-body{
	box-sizing:border-box;
	padding:20px;
	box-shadow: 0 2px 6px rgba(112,112,112,0.2);
}

.comment-meta a{
	font-size:14px;
	font-style:italic;
}

.comment-meta{
	margin-bottom:30px;
}

.reply{
	margin-top:30px;
}

.comment-form-url{
	display:none!important;
}

/* Services Grid */

.services_grid_container{
	margin:60px 0 60px 0;
	position:relative;
}

.our_services{
	margin-top:0;
}

.services_grid_container.home{
	margin:10px 0;
}

.services_box{
	background-color:#fff;
}

.services_box strong{
	color:#000;
}

.services_grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:20px;
	width:100%;
}

.services_grid_box{
	width:100%;
	display:flex;
	flex-direction:column;
	box-shadow: 0 2px 6px rgba(112,112,112,0.2);
	background-color: #fff;
}

.services_grid_box a{
	display:block;
	text-decoration:none;
}

.services_grid_box img{
	display:block;
	width:100%;
	height:auto;
}

.services_grid_text{
	box-sizing:border-box;
	height: 100%;
    display: flex;
    flex-direction: column;
	text-align: center;
}

.services_grid_text strong,
.services_grid_text h3{
	color:#000;
	font-size:24px;
	margin:20px 0 0 0;
	padding:0 20px;
}

.services_grid_text p{
	color:#000;
	margin:15px 0 20px 0;
	padding:0 20px;
	font-size:20px;
}

.btn_services_container{
	margin-top:auto;
	display: flex;
	justify-content: flex-end;
}

@media(max-width:950px){
	.services_grid{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:650px){
	.services_grid{
		display:block;
	}
	.services_grid_box{
		margin-bottom:30px;
	}
	.services_grid_box:last-of-type{
		margin-bottom:0;
	}
}

#home-services .services_grid_text .btn {
    align-self: center;
}

/* Image Floats */

#recipe img.alignright{
	float:right;
	max-width: 50%;
	margin-left: 20px;
	padding: 20px 0;
}

@media(max-width:700px){
	#recipe img.alignright{
		float:none;
		margin: 0 auto;
		max-width:none;
	}
}

/* Dough Calculator */

#dough-calculator{
	background-color:#ECECEC;
	padding:40px 20px;
}

.calculator_box{
	margin:7px 0;
}

form#doughCalculator{
	box-sizing:border-box;
	display:grid;
	grid-template-columns: 50% 50%;
}

#dough-calculator h2{
	margin-top:0;
}

form .calculator_box{
	display:flex;
	flex-direction:column;
}

form .calculator_box:nth-of-type(odd){
	padding-right:5px;
}

form .calculator_box:nth-of-type(even){
	padding-left:5px;
}

form .calculator_box label{
	font: 400 20px 'Libre Franklin';
}

.calculator_box label{
	margin-bottom:5px;
}

form .calculator_box input,
form .calculator_box select{
	box-sizing:border-box;
	height:40px;
	border:none;
	padding:10px 5px;
	font: 400 20px 'Libre Franklin';
	margin-top: auto;
	background-color:#fff;
}

form .calculator_box span{
	display:none;
}

form .calculator_box span{
	font: 400 16px 'Libre Franklin';
	font-style:italic;
	margin-bottom:7px;
}

/*
form .calculator_box:last-of-type{
	grid-column:1/3;
	padding-right:0;
	padding-left:0;
}
*/

.calculator_box .btn{
	margin:auto 0 0 0;
	width:100%;
	box-sizing:border-box;
}

@media(max-width:550px){
	#dough-calculator{
		padding:20px 10px;
	}
}

@media(max-width:450px){
	form .calculator_box label{
		font-size:16px;
	}
}

.dough_quantities_container{
	margin-top:15px;
	padding:15px 10px 10px 10px;
	background-color:#3C3C3C;
}

.dough_quantities_container strong{
	font-size:20px;
	color:#fff;
}
.dough_quantities_container strong.recipe_title{
	font-size:28px;
}

.dough_quantities_container strong.recipe_title_small{
	font-size:22px;
	font-style:italic;
}

.dough_quantities_container span{
	color:#fff;
	font-size:18px;
}

.recipe_left_right{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:20px;
}

.calculator_notes p{
	font-style:italic;
}

.intro_box{
	padding:20px 0 30px 0;
}

#dough-calculator #recipe{
	margin:0;
	padding:0;
	box-shadow: none;
}

#dough-calculator #recipe .recipe-container{
	padding:0;
	margin:0;
	box-shadow: none;
}

/* Products */

.product_box .btn{
	margin-bottom:0;
	margin-top:auto;
}

.product_box .services_grid_text{
	background-color:#ECECEC;
}

.product_box h3{
	font-size:24px;
}

.services_grid_text ul{
	margin:10px 20px 20px 20px;
}

.services_grid_text li{
	margin-bottom:5px;
	text-align:left;
}

/* Product Page */

.cars_info_container{
	margin-top:60px;
}

.cars_info_grid{
	width:100%;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px;
}

.car_single_image,
.car_single_image_main,
.car_single_image_others{
	width:100%;
}

.car_single_image img{
	display:block;
	width:100%;
	height:auto;
}

.car_single_image_others{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
	margin-top:20px;
}

.car_single_text{
	width:100%;
}

.car_single_text h2{
	color:#000;
	margin-top:0;
}

.car_bg_box{
	height:0;
	width:100%;
	padding-bottom:100%;
}

.services_button .center{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 0 60px 0;
}

.services_button.cars_button{
	margin-top:60px;
	padding-top:60px;
	background-color:#EEEEEE;
}

.product_box .btn_services_container a{
	margin:5px;
}

.ooni_button_links{
	display:flex;
	align-items:flex-start;
}

.ooni_button_links a{
	align-self:initial;
}

.ooni_button_links a:first-of-type{
	margin-right:10px;
}

.product_description_container{
	margin-top:40px;
}

.product_single{
	margin-top:100px;
	padding-top:40px;
}

@media(max-width:1050px){
	.product_single{
		margin-top:80px;
	}
}

@media(max-width:700px){
	.cars_info_grid{
		display:flex;
		flex-direction:column;
	}
}

/* Ooni Banners */

.ad_banner_header img{
	display:block;
	margin:20px auto;
	max-width: 100%;
	height:auto;
}

.ad_banner_bottom .center img{
	display:block;
	margin:0 auto;
}
	
.post-comments a img{
	display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}
	
@media(max-width:450px){
	.ad_banner_bottom  .center{
		width:100%;
	}
	.ad_banner_bottom  img{
		width:100%;
	}
}

/* Swipebox Close */

#swipebox-close{
	background-size:cover!important;
	background-position: initial!important;
	height:75px!important;
	width:75px!important;
	top:10px!important;
	right:10px!important;
}

/* Sidebar */

.content_split{
	display:flex;
	position:relative;
}

#page-content .content_left{
	box-sizing:border-box;
	padding-right:40px;
	width:calc(100% - 350px);
}

#page-content .content_right{
	width:350px;
}

.content_right_mobile{
	display:none;
}

#recipe{
	margin-top:40px;
}

@media(min-width:1000px){
	.fixed_sidebar{
		position:fixed;
		top:100px;
		left:calc(50% + 150px);
	}
}

@media(max-width:1000px){
	.fixed_sidebar{
		left:auto;
		right:4%;
	}
	.content_right{
		display:none;
	}
	.content_right_mobile{
		display:block;
	}
	#recipe,
	#home-services.other_articles,
	#home.intro-container{
		padding: 30px 0;
		margin: 0 -4%;
	}
	#recipe{
		margin-top:40px;
	}
	#home.intro-container{
		padding-left:4%!important;
		padding-right:4%!important;
	}
	.recipe-container{
		padding: 0;
		background-color: transparent;
		margin: 0 4%;
		box-shadow: none;	
	}
	#service-general{
		margin:0 4%;
	}
}

@media(max-width:1000px){
	.content_split{
		display:block;
	}
	#page-content .content_right{
		width:100%;
	}
	#page-content .content_left{
		width:100%;
		padding-right:0;
	}
}

/* Reviews */

.review_intro_box{
	margin-bottom:40px;
}

.review_part_box{
	background-color:#F1F1F1;
	box-sizing:border-box;
	padding:40px;
	margin-bottom:40px;
}

.review_part_box:last-of-type{
	margin-bottom:0;
}

.title_box{
	background-color:#fff;
	box-sizing:border-box;
	padding:20px;
	display: inline-block;
	margin-bottom:30px;
}

.review_title strong{
	font-size:24px;
	font-weight:800;
}

.wp-caption{
	width:100%!important;
}	

@media(max-width:1000px){
	.review_part_box{
		padding:20px;
	}
}

/* Sign Up */

#sib-form-container{
	text-align:center!important;
}

#sib-container{
	padding:0!important;
}

.sib-form{
	padding:0!important;
}

#sib-form img{
	width:100%!important;
	margin:0!important;
}

.sib-image-form-block{
	padding:0!important;
}

#sib-form p{
	color:#fff;
	font-size:16px;
}

#sib-form .g-recaptcha{
	margin:0!important;
}

#sib-form button{
	margin-bottom:16px;
}

.sib-form .entry__choice{
	padding-left:0!important;
	text-indent:0!important;
}

.g-recaptcha iframe{
	margin:0!important;
}

.comment-form-cookies-consent{
	display:none!important;
}

#mo-user-comment-field{
	display:flex;
	align-items:center;
	margin-bottom:30px;
}

#mo-user-comment-field input{
	height:30px!important;
	width:30px!important;
	cursor:pointer;
}

#mo-user-comment-field label{
	font-size: 20px;
	margin-left: 10px;
}

/* Pizza Catering */

.pizza_catering{
	text-decoration: none!important;
    max-width: 600px;
    display: block;
    margin: 0 auto;
	box-shadow: 0 2px 6px rgba(112,112,112,0.2);
}

.pizza_catering_img,
.pizza_catering_img img{
	display: block;
	width: 100%;
	height: auto;
}

.pizza_catering_text{
	padding: 20px;
}

.pizza_catering_text h4,
.pizza_catering_text p{
	margin:0;
}

.pizza_catering_text p{
	margin: 20px 0 30px!important;
}

.pizza_catering .pizza_catering_text .btn{
	margin-bottom:0!important;
}

/* Utensils */

#recipe .recipe-container .utensil_right img{
	max-width:100%;
	margin:10px auto 0;
}

@media(min-width:800px){
	#recipe .recipe-container .utensil_container{
		display:flex;
	}
	.utensil_right{
		margin:0 10px;
	}
	#recipe .recipe-container .utensil_right img{
		max-width:none;
		width:200px;
		margin:10px auto;
	}
}

.utensil_container strong{
	font-size:22px;
}

/* Contents */

.contents{
	margin:40px 0;
	display: flex;
	justify-content: center;
}

.contents_box{
	padding:20px;
	box-shadow: 0 2px 6px rgba(112, 112, 112, 0.2);
}

.contents_box_title{
	padding:0;
	align-items: center;
    display: flex;
    flex-direction: column;
}

.contents_box_title strong{
	font-size: 24px;
}

.contents_box_title p{
	font-size: 16px;
	font-style:italic;
	margin-top:0;
}

.contents_list{
	padding:0;
}

.contents_list_item{
	display:block;
	padding:5px 0;
}

.contents_list_item strong{
	font-size: 18px;
}

.contents_list_item_here p{
	font-style:italic;
	font-size:18px;
	padding-left:20px;
	margin:0;
}

.contents_link{
	font-style:italic;
	font-size:16px;
}

/* Section Part

.section_part,
.wp-block-group{
	background-color:#fafafa;
	box-shadow: 0 2px 6px rgba(112, 112, 112, 0.2);
	padding:20px;
	margin-top: 40px;
}

.section_part_title{
	margin:0;
	font-size:18px;
}

.section_part_title p{
	margin-bottom:0;
}

.section_part_title strong{
	font-size:22px;
}

.spacer,
.wp-block-group hr {
    width: 40px;
    height: 4px;
    background-color: #000;
    display: inline-block;
    content: "";
    margin: 0;
}

*/

/* New About */

@media(min-width:1000px){
	.content_top_mobile{
		display:none;
	}
}

.breadcrumbs{
	padding-top:10px;
}

.breadcrumbs a,
.breadcrumbs span{
	font-style:italic;
	font-size: 16px;
}

.content_top_mobile .about-box-image img{
	width: 125px;
}

.content_top_mobile .about-box-text p{
	margin: 5px 0 15px 0;
	font-size: 18px;
    font-style: italic;
}

/* Table of Contents */

.ht_toc_title{
	font-size:22px;
}

.ht_toc_list li{
	font-size:18px;
}

/* Search */

#search-intro{
	margin-top:40px;
	justify-content:center;
}

#search-intro .center{
	display:flex;
	flex-direction:column;
	align-items:center;
}

#search-form{
	height:50px;
	box-sizing:border-box;
	display:flex;
}

#search-form input,
#search-form button{
	height:100%;
	font-family: 'Libre Franklin', sans-serif;
    color: #363636;
	font-size:20px;
	border-radius: 0px;
	border:none;
}

#search-form input{
	padding:10px;
	background-color:#fafafa;
	box-shadow: 0 2px 6px rgba(112, 112, 112, 0.2);
	width: 250px;
}

#search-form button{
	cursor: pointer;
}

@media(max-width:390px){
	#search-form input{
		width: 200px;
	}
}

@media(max-width:330px){
	#search-form input{
		width: 150px;
	}
}

/* Utensil Links */

.utensil_container a{
	font-weight: 600;
}

/* About Commission */

.about-links{
	margin:40px 0;
	padding-bottom:20px;
}
.about-links h3{
	margin: 10px 0;
	font-style: italic;
	line-height: 1.2;
}

.about-links p,
.about-links figcaption{
	font-size:18px;
	margin:10px 0;
	line-height: 1.2;
	font-style: italic;
}

.about-links figcaption{
	font-size:16px;
}

.about-links img{
	margin:0;
	max-width:300px!important;
}

.about-links figcaption{
	margin:0;
}

@media(min-width:700px){
	.about-links h3{
		margin:20px 0;
	}
	.about-links p,
.about-links figcaption{
		font-size:18px;
		font-size:18px;
		margin:10px 0;
		line-height: 1.2;
	}
}