/*
Theme Name: Bootstrap Child
description: >-
Author: John Doe
Author URI: http://thestudio4.co.uk
Template: bootstrap-canvas-wp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;800&display=swap');*/

@import url("https://use.typekit.net/dgr5cgp.css");
/* END Fonts */

/* Variables */
html:root {
    --main-font: 'europa', sans-serif;
    --main-header: Helvetica, sans-serif;
    --large-angle:0deg;
}
/* END Variables */

h2{
    font-size:24px;
}
*:focus {
    outline: none;
}
:focus {
    outline: 0;
}

a:focus { 
    outline: none; 
}
a{
    color:#590074;
}
a:hover{
    color:#38004a;
}
button::-moz-focus-inner {
    border: 0;
  }  
.myOpinion .img-responsive{
    height:auto!important;
    min-height: 165px!important;
    max-height: 165px!important;
    width: auto!important;
    margin:auto!important;
}
.postImage .img-responsive{
    height:auto!important;
    max-height: 175px!important;
    width: auto!important;
    margin:auto!important;
}
body{
    font-family:var(--main-font)!important;
    font-size:16px;
    color:#000;
}
.entry{
    font-size:14px;
}
label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px!important;
    font-weight: 100!important;
    color:#333;
}
.custom-logo{
    float:none;
    margin:0px;
}
#top-search{
    display: flex;
    align-items: center;
    height:100px;
    padding-top: 15px;
}
.blog-header{
    min-height: 90px;
}
#top-menu{
    list-style-type: none;
    display: block;
    height: 100px;
}
#top-menu li{
    display:inline;
}
#top-menu li a{
    color:#000;
    padding:10px 10px;
    font-family:var(--main-font);
}
#site-navigation, #primary-menu{
    background-color:transparent;
    font-family:var(--main-font);
}
#site-navigation a{
    /*font-weight:bold;*/
}
.redMenuBtn{
    background-color:#fec502;
}
#site-navigation .nav-menu > li a{
    padding:8px 11px;
    font-size: 16px;
    color:#525c70;
    font-weight:300;
    padding-top:10px;
}
#primary-menu li:after{
    content:"|";
    color:#525c70;
}
#primary-menu li:last-child:after{
    content:"";
}
.sub-menu, .nav-menu{
    background-color:transparent!important;
}
.sub-menu li a:hover{
    background-color:#fec502!important;
}
.current-menu-item > a{
    text-decoration: underline;
    text-decoration-color: #590074;
}
.current-menu-item a{
    color:#FFF;
}
#top-search{
    float:right;
}
.current-menu-item > a:after{
    display:none;
}
.sub-menu{
    z-index:999;
    box-shadow:0px;
    background-color:#012c5f;
}
.sub-menu a:hover{
    color:#FFF!important;
}
.sub-menu li{
    background-color:#FFF;
}
.sub-menu li a{
    padding-left:20px;
}
#top-search{
    position:relative;
}
#top-search input[type=text]{
    background-color:#e6e6e6;
    border:0px;
    border-radius:0px;
    font-family:var(--main-font);
}
#searchsubmit{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    border:0px;
    position:absolute;
    right:0px;
    top:0px;
    z-index:99;
    background:transparent;
    margin:0px;
}
.footerLogo{
    max-width:100px;
    margin:auto;
    min-height:80px;
}
.blog-footer{
    background-color:#eaeaea;
    color:#000;
    border:0px;
    text-align:left;
    font-family:var(--main-font);
    padding-top:20px;
    padding-bottom:20px;
}
.blog-footer a, .blog-footer a:hover, .blog-footer a:visited{
    color:#000;
}
.section1{
    background-image:url("images/News-Articles.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    width:100%;
    padding-top:75%;
    position:relative;
}
.section2{
    background-image:url("images/SuDS-Solutions.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    width:100%;
    padding-top:75%;
    position:relative;
}
.sectionTitle{
    position:absolute;
    width:100%;
    background-color:#FFFFFF90;
    bottom:0px;
    left:0px;
    font-weight:bold;
    text-align:center;
    font-size:24px;
    color:#012c5f;
    padding:10px 5px;
}
.title{
    text-align:center;
}
.header{
    position:relative;
    font-family:var(--main-header);
}
.header .bannerText{
    bottom:10px;
    position:absolute;
    width:100%;
}
#menu-footer-menu{
    padding:0px;
}
#menu-footer-menu li{
    list-style-type: none;
}
#menu-footer-menu li a{
    color: #000;
}
.redLink{
    color:#d51820!important;
}
.slick-dots li button:hover, .slick-dots li button:focus{
    background:transparent;
}
.slick-dots{
    bottom:-45px!important;
}
.homepage-slider .slick-dots{
    bottom:85px!important;
}
.homepage-slider .slick-dots li button:before{
    font-size:20px;
    color:#590074!important;
}
.slick-dots li button:before{
    font-size:16px;
    color:#590074!important;
}
.homeSlide{
    position:relative;
}
img{
    margin-bottom:0px;
}
.homeSlide img{
    margin:auto;
    width:100%;
}
.bannerOverlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items: flex-end;
    justify-content: center;
}
.bannerText{
    font-size:32px;
    font-family:var(--main-font);
    color:#FFF;
    padding:10px;
    font-weight:bold;
    text-align:center;
    margin-bottom:20px;
    font-weight:600;
}
.header1{
    text-align: right;
    /* font-weight: bold; */
    font-size: 16px;
    float: right;
    padding: 10px;
    color:#4f5c6e;
}
.header1 a, .header1 a:hover{
    color:#4f5c6e;
}
.redText, .redText a{
    color:#d51820;
}
.blog-header{
    padding-top:20px;
    padding-bottom: 20px;
}
#site-navigation, #primary-menu{
    float:right;
}
.headerWhiteBox{
    background-color:#FFF;
    height: 90px;
    margin-top: -120px;
    margin-bottom: 10px;
}
.angled{
    transform: skewY(var(--large-angle));
    transform-origin: 100%;
    z-index:1;
}
.underlinedHeader{
    margin:auto;
    width:auto;
    display:table;
    position:relative;
    font-weight:bold;
    font-size:28px;
    text-align:center;
}
.mobile-break { 
    display: none;
}
.underlinedHeader:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background-color:#d51820;
}
.whiteText{
    color:#FFF;
}
#servicesHomepage{
    position:relative;
    background-color:#222;
    padding-top: 160px;
    padding-bottom: 160px;
    margin-top: -25px;
    margin-bottom: 0px;
    background:url("images/services.jpg");
    background-size:cover;
    background-attachment:fixed;
}
.footer3{
    text-align:left;
}
#servicesHomepage:before{
    content:"";
    position:absolute;
    transform: skewY(var(--large-angle));
    background-color:#FFF;
    height: 200px;
    width: 100%;
    top: -100px;
    left:0px;
    z-index:1;
}
#servicesHomepage:after{
    content:"";
    position:absolute;
    transform: skewY(var(--large-angle));
    background-color:#FFF;
    height: 200px;
    width: 100%;
    bottom: -100px;
    left:0px;
}
#mainContentHomepage{
    position:relative;
    z-index:2;
}
.homepageService{
    text-align:center;
    background-color:#FFF;
    padding-bottom:10px;
    margin-top:20px;
    margin-bottom:20px;
}
.homepageService a {
    color:#000;
    font-size:22px;
}
.centerText{
    text-align:center;
}
.viewMore{
    padding-top:20px;
    padding-bottom:20px;
}
.redBtn, .redBtn:hover, .redBtn:visited{
    font-size: 20px;
    background-color:#d51820;
    color:#FFF;
    padding:10px;
}
.boxShadow{
    box-shadow: 5px 10px 17px 0px #88888850;
}
.homepage-logos{
    position:relative;
    z-index:2;
}
#testimonialSection{
    background-color:#e7e7e7;
    padding-top: 160px;
}
#testimonialSection:before{
    content:"";
    position:absolute;
    transform: skewY(var(--large-angle));
    background-color:#FFF;
    height: 200px;
    width: 100%;
    top: -100px;
    left:0px;
    z-index:1;
}
.largeStars{
    font-size:30px;
}
.yellowText{
    color:#f6bd00;
}
.testimonialSlide{
    text-align:center;
    font-size:28px;
    color:#590074;
}
.testimonialSlide p{
    padding:20px;
}
.quotationsTesti{
    font-weight:bold;
    font-size:44px;
    float:left;
}

.quotationsTesti.end{
    float:right;
}
.homepageService{
    transition:all 0.5s ease-in-out;
}
.homepageService:hover{
    background-color:#1a1819;
}
.homepageService:hover, .homepageService:hover a{
    color:#FFF;
}
.footerSpacer{
    height:65px;
}



.catBox {
  background-color: grey;
  padding: 5px;
  min-height: 250px;
  background-clip: content-box;
}
.catBox .catBoxHeader {
  text-align: center;
  border-bottom: 2px solid red;
  line-height: 30px;
  width: max-content;
  margin: auto;
  padding-top: 15px;
  font-size: 1.2em;
}
.grandChildrenCont {
  margin-top: 20px;
  padding: 10px;
}
.grandChildrenCont span a {
  color: #000;
}

.searchBar {
  padding: 5px;
}
.searchBar input {
  border-radius: 0;
  padding: 0 10px;
}
.searchBar input:after {
  content: '';
  height: 100%;
  width: 40px;
  background-color: red;
}
@media screen and (max-width:768px) {
    .home .bannerText .yellowHeader{
        font-size:20px;
    }
    .headerWhiteBox{
        margin-top: -50px;
    }
    .homepage-slider .slick-dots{
        bottom:40px!important;
    }
    .mobile-break { 
        display: block;
    }
    #primary-menu li:after{
        content:"";
    }
    #site-navigation, #primary-menu{
        width:100%;
    }
}

.header .pageTitle {
    position: relative!important;
    transform: translate(0%, 0%)!important;
    padding: 15px;
    top:auto!important;
    left:auto!important;
    width: auto!important;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.yellowHeader{
    color:#fec502;
    font-size:48px;
    font-weight:600;
    text-shadow: 3px 3px 6px rgba(20, 20, 20, 1);
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0px!important;
}
.homepageInfoText .header{
    font-size:24px;
}
.homepageInfo .title{
    min-height: 95px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #590074;
    border-bottom: #333 solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.readMoreHome, .readMoreHome:hover{
    font-weight:bold;
    color: #590074;
}
.homepageInfoText{
    font-size:12px;
    display: flex;
    align-items: center;
    min-height: 600px;
}
.hompagePoints{
    background-color:#2f2e2e;
    padding:20px 0px;
}
.hompagePoints .header{
    text-align:center;
    font-size:42px;
    margin-bottom:20px;
}
.underPointsInfo{
    color:#fec502;
    font-size:12px;
}
.underPoint .whiteText{
    font-size:16px;
}
.underPoint{
    padding: 10px 35px 10px 20px;
    border-right:solid 1px #FFF;
    min-height:130px;
}
.underPoint:last-child{
    border-right:0px;
}
.homepageInfoFreedom{
    background-image:url("images/power-of-freedom.jpg");
    background-position: top;
    background-size:cover;
    background-attachment: fixed;
    font-size:16px;
}
.socialableSection .homepageInfoText, .faqsSection .homepageInfoText, .discoverSection .homepageInfoText, .homepageInfoFreedom .homepageInfoText, .homepageInfoLessMore .homepageInfoText, .homepageInfoRecharge .homepageInfoText{
    font-size:16px;
}
.homepageInfoFreedom:before{
    content:"";
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}
.homepageInfoRecharge:before{
    content:"";
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}
.discoverSection{
    background-image:url("images/discover.jpg");
    background-position: top;
    background-size:cover;
    background-attachment: fixed;
    font-size:16px;
    text-align:left;
}
.socialableSection{
    background-image:url("images/socialable.jpg");
    background-position: left center;
    background-size:cover;
    font-size:16px;
    text-align:left;
}
.socialableSection .header, .faqsSection .header, .discoverSection .header{
    height:auto;
}
.discoverSection:before{
    content:"";
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}
.faqsSection{
    background-image:url("images/FAQs.jpg");
    background-position: left;
    background-size: 150% auto;
    font-size:16px;
    position:relative;
    text-align:left;
}
.socialableSection .homepageInfoText{
    min-height:400px;
}
.faqsSection .homepageInfoText{
    min-height:400px;
}
.socialableSection .header, .faqsSection .header, .discoverSection .header, .homepageInfoFreedom .header, .homepageInfoLessMore .header, .homepageInfoRecharge .header{
    font-size: 54px;
    font-weight: 300;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
    padding:0px!important;
}
.homepageInfoLessMore{
    background-image:url("images/less-is-more.jpg");
    background-position: center;
    background-size:cover;
    font-size:16px;
    position:relative;
}
.homepageInfoRecharge{
    background-image:url("images/recharge.jpg");
    background-position: top;
    background-size:cover;
    background-attachment: fixed;
    font-size:16px;
}
.homepageInfoFastCharge{
	background-color:#2f2e2e;
	padding:20px 0px;
}
.homepageInfoFastCharge .header {
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
}
.homepageInfoEnquiries{
	background-image:url("images/enquiries.jpg");
    background-position: center;
    background-size:cover;
	 display: flex;
    align-items: center;
    min-height: 600px;
	position:relative;
}
.homepageInfoEnquiries .header {
    font-size: 42px;
    margin-bottom: 20px;
}
.whiteBtn, .whiteBtn:active, .whiteBtn:hover, .whiteBtn:visited{
    border:solid 1px #FFF;
    padding:10px 20px;
    text-decoration: none;
    color:#FFF;
}
.blackBtn, .blackBtn:active, .blackBtn:hover, .blackBtn:visited{
    border:solid 1px #000;
    padding:10px 20px;
    text-decoration: none;
    color:#000;
}
.yellowBack{
    background-color:#fec502;
}
.backYellow{
    background-color:#fec502;
    margin:10px;
}
.backGrey{
    background-color:#9d9d9d;
    margin:10px;
}
.backOrange{
    background-color:#fd7f5a;
    margin:10px;
}
.backBlack{
    background-color:#2f2e2e;
    margin:10px;
}
.backGreen{
    background-color:#3e9448;
    margin:10px;
}
.fullwidth p, .backBlack p, .backYellow p, .backGrey p, .backOrange p{
    width:100%!important;
    padding:10px!important;
}
.iconsWhatBiro{
    max-height: 200px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alignLeft{
    text-align:left;
}
.homepageInfoFreedom .header, .homepageInfoRecharge .header, .hompagePoints .header{
    height:auto!important;
}
.homepageInfoRecharge, .homepageInfoFreedom{
    text-align:left;
}
.purpleBtn a{
    width:100%!important;
}
.wpcf7-submit, .submit, .submit:hover , .wpcf7-submit:hover{
    background-color:#590074;
    color:#FFF;
    font-weight:bold;
    border-radius: 0px;
    margin:auto;
    font-size:24px;
    display: inherit;
    padding: 10px 50px;
}
label{
    width:100%;
}
.contactSectionHome:before{
    content:"";
    position:absolute;
    background-color:#FFFFFF75;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.contactSectionHome{
    background:url("images/Header-workshop.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position:relative;
}
.sideBarDesign{
    height: 100%;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.sideBarDesign .top{
    background-color: #855693;
    width: 3px;
    min-height: 245px;
    height: 30%;
    display: block;
    margin: auto;
    position: relative;
}
.sideBarDesign .top:before{
    content: "";
    position: absolute;
    background-color: #855693;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    left: -8px;
}
.sideBarDesign .top:after{
    content: "";
    position: absolute;
    background-color: #590074;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    left: -8px;
    bottom:0px;
}
.sideBarDesign .bottom{
    background-color: #38004a;
    min-height: 525px;
    height: 70%;
    width: 3px;
    margin: auto;
    position: relative;
}
.sideBarDesign .bottom:after{
    content: "";
    position: absolute;
    background-color: #38004a;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    left: -8px;
    bottom:0px;
}
#sidebarPurple, #sidebarPurple .elementor-widget-container{
    height:100%;
}
.containerFullHeight{
    height:100%;
}
.custom-logo-link{
    margin:auto;
    max-width:200px;
    display:table;
}
.blog-post-title, .comments-title{
    color:#590074;
}
.comment cite{
    display:block;
}
.blog-post-meta{
    padding-bottom:10px!important;
    margin-bottom:10px!important;
    border-bottom:1px dotted #333!important;
}
.blog-post-title{
    margin-top:10px;
}
.blog-post .blog-post-title{
    margin:30px 0px;
}
.blog-post-title{
    margin-bottom:5px;
}
#wp-comment-cookies-consent{
    float:left!important;
    width:auto!important;
}
.comment-form-cookies-consent{
    position: relative;
    width: 100%;
    top: 0;
    bottom: 0;
    display: table;
}
.comment-form-cookies-consent label{
    float: left;
    width: auto;
    padding: 7px;
}
.comment-form-cookies-consent{
    visibility:hidden;
}
.single  .blog-post-meta:last-child{
    display:none;
}
.blog-title{
    text-align:center;
    color: #590074;
    text-transform:uppercase;
}
.myOpinion{
    margin-top:10px;
    margin-bottom:10px;
}
.descPost{
    padding:10px;
}
.readMore{
    font-weight:bold;
}
.myOpinion .blog-post-title{
    overflow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-post-title{
    font-size: 22px;
}
.myOpinion .readMore{
    font-size:16px;
}
.descPost{
    min-height: 200px;
}
.menu-toggle{
    position:relative!important;
    float:left!important;
    width:100%;
    margin-bottom:45px;
}
.menu-toggle a{
    float:right;
    background-color:#590074!important;
    color:#FFF!important;
    width: 37px!important;
    margin-top: -6px!important;
}
@media screen and (min-width:768px) {
    .footer4{
        max-width:30px;
    }
}
@media screen and (max-width:768px) {
    .custom-logo-link{
        max-width:100px;
        position:absolute;
    }
    .nav-menu.responsive li {
        float: left!important;
        width: 100%!important;
        display: inline;
    }
}
