/*!
Theme Name: Bletchley Turf
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: https://wordpress-241792-1690191.cloudwaysapps.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bletchleyturf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bletchley Turf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
    --black-background: #393939;
    --p-color: #4f4f4f;
    --green-bg: #479708;
    --hover-green-bg: rgba(108,172,8,1);
}
*{box-sizing:border-box;}
body{font-size:18px;line-height:24px;color:var(--p-color);padding:0px;margin:0px;font-family: 'Source Sans Pro', sans-serif;float:left;width:100%;}
/* -------Top Header Css-------- */
.topbar {float: left;width: 100%;padding-top: 5px !important;padding-bottom: 5px !important;background-color:var(--black-background);}
.container {float: none;margin: 0 auto;max-width: 1200px;width: 100%;}
.headerleft {float: left;width: 33.333%;}
.headerright {float: right;width: 66.6667%;}
.widget-container {list-style: none;}
.screen-reader-text {border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute !important;width: 1px;word-wrap: normal !important;}
.topbar ul {margin: 0px;padding-left: 20px;}
.topbar ul li {list-style: none;display:inline-block;padding: 25px 10px;}
.topbar ul li:last-child{padding-right: 0px;}
.topbar ul li a {color: #fff;font-size: 24px;list-style: none;text-decoration: none; font-weight:600;}

.topbar .textwidget {text-align: right;}
 .topbar ul li i{font-size:24px;padding-right: 12px;}
 /* Navigation Css */
 #masthead {float: left;width: 100%;background-color: var(--green-bg);}
 .menu-toggle {display: none;}
#primary-menu li a {padding-top: 0;padding-left: 5px;padding-right: 5px;font-size: 15px !important;font-weight:bold;color:#fff;text-transform: uppercase;text-decoration: none;letter-spacing: 0.03em;}
#primary-menu li{display:inline-block;position: relative;padding:15px 0px}
#primary-menu {margin: 0px;padding: 0px;}
#primary-menu .sub-menu {display: none;}
#primary-menu li.current-menu-item  a,#primary-menu li a:hover{color:rgba(213,213,213,1);}
#page {float: left;width: 100%;}
#primary-menu li .sub-menu {position: absolute;top: 40px;left: 0px;right: 0px;background-color: rgba(131,195,31,1);width: 180px;padding-left: 0px;z-index: 99;}
#primary-menu li .sub-menu li {width:100%;padding: 0px;}
#primary-menu li .sub-menu li a{padding: 15px 30px 15px 15px;display:block;color:#fff}
#primary-menu li.menu-item-has-children .sub-menu li a::after{display:none}

#primary-menu li .sub-menu li a:hover{    background-color: rgba(108,172,8,1);}
#primary-menu li.menu-item-has-children a::after {content: '\f107';transition: transform .3s ease-out;font-family: FontAwesome !important;font-style: normal;padding-left:10px;}
#primary-menu li .sub-menu li.current-menu-item  a{background-color:rgba(108,172,8,1);}
.hero-banner{background-position: 50% 50% !important;position: relative;padding:196.5px 0px;background-repeat: no-repeat;background-size: cover;}
#primary {float: left;width: 100%;}
.banner-inner-area h1 {background-position: 50% 50%;    width: calc(100% - 143px) ;    position: relative ;    height: auto ;    padding-top: 15px ;    padding-left: 0px ;    padding-bottom: 15px ;    margin-right: auto ;    margin-left: auto ;    max-width: 496px ;    margin-top: 8px ;
    margin-bottom: 0px ;padding-right: 0px ;    min-width: 25px ;    text-align: center ;    background-image: url('https://wordpress-241792-1690191.cloudwaysapps.com/wp-content/uploads/2021/01/ribbon-50-2880w.png');
    font-family: 'Source Sans Pro';font-weight: 700;    line-height: 2;    font-size: 28px ;    color: #fff ;    background-size: cover;
}
.home .banner-inner-area  p {padding: 15px 40px;display: block ;width: calc(100% - 158px) ;margin:0 auto 8px auto ;max-width: 466px ; text-align: center ;background-color: rgba(0,0,0,0.77) ;color:#fff;font-weight: 700;}
.banner-area p {text-align: center;font-size: 16px;}
.button {float: none;margin: 0 auto; padding-left: 30px; padding-right: 30px; display: inline-block;	height: 55px;	line-height: 55px;	text-align: center;	text-decoration: none;	background: var(--green-bg);	color: #fff;	text-transform: uppercase;	font-weight: bold;	font-size: 16px;}
.button-green{background: var(--green-bg);}
.button-green:hover{background: var(--hover-green-bg);}
h2.common-h2 { color: rgba(69, 150, 8, 0.95); text-align: center;font-size: 48px; line-height: normal;font-weight: bold !important; position:relative;margin-top: 117px;}
h2.common-h2::before { content: ''; position: absolute;background-image: url('/wp-content/uploads/2021/01/logo-1.png'); margin: 0 auto;left: 0; right: 0; top: -60px; height: 49px; width: 59px; background-size: cover;}
.service-sec .col{    width: 33.33%;position:relative;    float: left;        line-height: 2;   font-size: 16px;}
.service-sec .col li{list-style:none; margin-bottom:2px}
.service-sec .col .fa-check:before { content: "\f00c";   color: #509c17;    margin-right: 5px;}
.col-2.col {   padding: 0px 1px;}
/* .sub-menu{width:25%;} */
.service-sec .col.col-service-1 {
	padding-left: 20px !important;
	padding-right: 10px !important;
}
.service-sec .col.col-service-2 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.service-sec .col.col-service-3 {
	padding-right: 0;
	padding-left: 1.5%;
}
.service-sec ul {
    margin-left: 0px;
    padding-left: 0px;
}
li a {    text-decoration: none;    color: #4f4f4f;}
.sub-service .column {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.sub-service {float: left;}
.column img {
    width: 100%;
    height: 250px;
}
.column {
    padding-top: 60px;
}
.middle {
    position: absolute;
    height: 93px;
    width: 95px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.middle img {
height: 100px;
width: 100px;
}
.large-4,.medium-4 {float: left;width: 25%;}
.space-tp-btm{padding:10px 0px 80px 0px;float:left;width:100%;}
.section {float: left;width: 100%;}
.sub-service .pod2{
	background-repeat: no-repeat;
	background-size: cover;
}
.pod2 p a {display: none;text-decoration:none;}
.pod2:hover .imageWidget {-ms-transform: translateY(-30px);-webkit-transform: translateY(-30px);transform: translateY(-30px);transition: all 0.3s;}
.pod2 p {margin: 0px;}
.pod2 a {display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.6) ;opacity: 1 ;transition: all 0.4s;padding-top: 60px ;padding-bottom: 60px ;padding-left: 10px ;padding-right: 10px ;text-decoration:none}
.sub-service .pod2 img {width: 100px !important;}
.pod-title {color: white;text-transform: uppercase;letter-spacing: 1px;text-align: center;margin: 8px 0;padding: 2px 0;line-height:2;font-size:20px;font-weight:700;}
.pod2:hover a {background-color: rgba(0,0,0,0) !important;}
.sub-service-area {padding-top: 30px;padding-bottom: 0px;}
.section-parallex .container{
    display: -webkit-flex;
    display: flex;
}
.large-6{position: relative;width: 50%;}
.parallex-content{padding:120px 80px;background-color: rgba(71,151,8,0.5);}
.ln-2 p,.dmNewParagraph{line-height:2;}
.clr-p-white p,.clr-p-white .dmNewParagraph{color:#fff;}
.dmNewParagraphtitle {color: #fff;font-size: 36px;line-height: normal;}
.section-parallex {background-attachment: fixed;background-size: cover;background-repeat: no-repeat;
margin-top: 30px;
}
.black-section.section {background-color: var(--black-background);}
.black-section.section {
    background-color: var(--black-background);
    padding: 80px 0px;
}
.testimonial-content p {
text-align: center;
font-size: 20px;
font-style: italic;
}
.testimonial-list .testimonial-content, .testimonial-list .testimonial-author {max-width: 70%;float: none;margin: 0 auto;}
.testimonial-list .testimonial-author {color: rgba(108,172,8,1);font-weight: bold;font-size: 18px;padding: 10px 20px;text-align:center;}
h2.common-h2-1::before{background-image:url('/wp-content/uploads/2021/01/white-turf.png');}
.cta-section-content h4 {text-align: center;line-height: normal !important;padding: 0px 30px;}
#colophon {background: linear-gradient(to bottom,#307602,#479708);float: left;width: 100%;padding:70px 40px;}
.white-all p, .white-all li a,.white-all li,.white-all h3{ color:#fff;}
#colophon p{font-size: 15px;font-weight: 400;}
.footer-row-1 {
    padding-right: 90px;
    float: left;
}
img{max-width:100%;width:auto;height:auto}
#colophon h3 {font-size: 15px;font-weight: 700;}
#colophon .footer-row-2 p {font-weight: bold;line-height: 150%;}
.menu-footer-menu-container ul {list-style: none;padding-left: 0px;font-weight: normal;}
/* .menu-footer-menu-container ul li {font-size: 1em;} */
.menu-footer-menu-container ul li a{font-weight: normal;line-height: normal;font-size: 13px;}
.menu-footer-menu-container ul li a:hover{text-decoration:underline;}
.menu-footer-menu-container ul li {line-height: 20px;float: left;width: 100%;}
#colophon  .dmNewParagraph {text-align: left;margin: 8px 0;padding: 2px 0;font-size:15px;}
.socialHubInnerDiv a {margin-right: 10px !important;margin-left: 10px !important;}
.dmSocialFacebook::before {font-size: 24.666666666666668px !important;line-height: 37px !important;content: '\f09a';font-family: FontAwesome !important;}
.dmSocialLinkedin::before {font-size: 24.666666666666668px !important;line-height: 37px !important;content: '\f0e1';font-family: FontAwesome !important;}
.poweredLine1 {padding: 10px;text-align:center;}
.footercopyright {background: #307602;}
.poweredLine2 {padding: 5px 10px 10px;text-align: center;color: #fefefe;font-size: 14px;}
.poweredLine1 a{color: #fefefe;font-size: 14px;}
#primary-menu li:hover ul {display: block;}

.entry-content div.woocommerce{
    margin: 5%;
}
.woopage{
    padding: 5%;
}
.woocommerce .button {
	background: var(--green-bg) !important;
	color: #fff !important;
	font-size: 16px !important;
	height: auto;
	font-weight: 600 !important;
	margin-top: 0px !important;
}
.woocommerce .button:hover {
	background: var(--hover-green-bg) !important;
}
.woocommerce ul.products li.product a img {
	margin: 0 0 0;
}
.woocommerce .quantity .qty {
	width: 5em;
	padding: 9px 3px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px;
	border-radius: 5px;
}
.woocommerce-sidebar{
    width: 18%;float: left;margin-right: 2%;
}
.woocommerce-content{
    width: 80%;float: left;
}
.wc-block-product-categories-list {
	padding: 0;
	list-style-type: none;
	color: #479708;
}
.woocommerce-sidebar a{
    color: #479708;
}
.wc-block-product-categories-list-item {
	padding: 5px 0;
}
.single-product .woocommerce-sidebar{display: none;}
.single-product .woocommerce-content{width: 100%;}
.wc-block-components-button.wp-element-button {
	background: #479708;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
    border: none;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	margin-top: 30px;
	margin-bottom: 30px;
}
.related.products {
	clear: both;
}
@media screen and (max-width: 768px) {
    .woocommerce-sidebar {
        width: 100%;
    }
    .woocommerce-content {
      width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .headerright-icon-sec{
        width: 100% !important;
        padding-top: 0 !important;
        text-align: center !important;
    }
}