/*info pages (terms & privacy)*/
.info-page-content {
    max-width: 90%;
    margin: 60px auto;
}

/*main nav fix width on services dropdown*/
.header__area-menubar-center-menu ul li .sub-menu {
    min-width: 320px;
}

/*service pages; hide help square*/
.all__sidebar-item-help.mt-30 {
    display: none;
}

/*home service text slider animation speed*/
.text__slider .scroll {
    animation: scroll 70s linear infinite;
}

/*home slider (main): ensure all text is "Sentince Case"*/
.banner__three-content h1, .banner__three-content h2 {
    text-transform: capitalize!important;
}

/*about us hide border next to image*/
.about__four-left-image-one {
    border-left: unset!important;
}

/*home fix service alignment*/
.service__three-item {
    min-height: 650px;
    position:relative;
}
.service__three-item .simple-btn {
    display: block;
    position: absolute;
    bottom: 20px;
    text-align: center;
    min-width: 100%;
    margin-left: -20px;
}

/**stat strip**/
/*fix grid alignment*/
.counter__two-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width:470px){
    .counter__two-grid {
	grid-template-columns: 100%;
    }
}

.counter__two-item {
    border-right: unset!important;
    text-align: center;
    padding-right: unset;
    width: 250px;
    margin: auto;
}
.counter__two-item h3 {
    font-size: 25px;
    line-height: 35px;
}
.counter__two-item h3 b {
    top: 0;
    font-size: 16px;
}

/*home fix height on indicator blocks below slider*/
.banner__three-slide-area-thumb-item {
    min-height: 180px;
}

/*fix font size in contact ifo blocks (contact page)*/
.contact__one-item *:not(i) {
    font-size: 16px;
}

/*contact us: add styles for select in contact form*/
.contact__form-area-item select {
    color: var(--body-color);
    border-radius: 6px;
    width: 100%;
    height: 60px;
    background: var(--color-3);
    border: 1px solid var(--border-color-1);
    padding: 0 15px;
    background: white;
}

/*conatct us: fix block sizes*/
.contact__one-item {
    min-height: 350px;
}

/*home: align image on mobile*/
@media only screen and (max-width:470px){
    .consultation__area-left.t-right.dark_image {
	text-align: center;
    }
}

/*home: adjust slider font size*/
.banner__three-content h1 {
    font-size: 80px;
}

/*home: contact cta btn style*/
.btn-cta-wrapper {
    margin-top: 30px;
    text-align: center;
}

/*global: hide shape image of wind turbine*/
img.about__one-shape.dark-n {
    display: none;
}

/*blog list: make blocks same size*/
.blog__one-item-content {
    min-height: 295px;
}

/*blog list: pagination*/
.pagination {
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

/*blog list: read more link*/
.blog__one-item:hover .read-more-link {
    display: block!important;
    float: right;
    text-decoration: underline;
}

/*blog page:*/
.breadcrumb__area::after {
    content: unset !important;
}
#blog-bc h1 {
    color: black;
    font-size: 40px;
}
div#blog-bc {
    background-image: unset!important;
    background-color: white!important;
    padding-bottom: 0px;
}
#blog-content h2 {
    font-size: 30px;
}
.breadcrumb__area-content ul li a {
    color: black;
}

/*home: service icon overrides*/
/*commercial energy solutions*/
#service-icon-1:before {
    content: url(../img/images/icons/commercial-icon.png);
}

/*residential energy solutions*/
#service-icon-2:before {
    content: url(../img/images/icons/residential-icon.png);
}

/*energy optimization*/
#service-icon-3:before {
    content: url(../img/images/icons/energy-optimisation-icon.png);
}

/*Product Supplier & Distributor*/
#service-icon-4:before {
    content: url(../img/images/icons/product-and-distributor-icon.png);
}

/*Financing & Energy Agreements*/
#service-icon-5:before {
    content: url(../img/images/icons/finance-options-icon.png);
}

/*Wheeling Energy Solutions*/
#service-icon-6:before {
    content: url(../img/images/icons/wheeling-icons.png);
}

/*Energy Operations & Maintenance*/
#service-icon-7:before {
    content: url(../img/images/icons/energy-and-maintenance-icon.png);
}

.service__three-item:hover i[id*="service-icon-"]{
    filter: brightness(0) invert(1);
}

/*home: fix banner text on mobile*/
@media only screen and (max-width:470px){
    .banner__three-content h1 {
	line-height: 80px;
    }
}

/**
   helpers
 **/
@media only screen and (min-width:471px){
    .hide-on-desktop{display:none!important}
}
@media only screen and (max-width:470px){
    .hide-on-mobile{display:none!important}
}
