/*
Theme Name: Classic Lifts
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for an awesome customer.
Version: 2020.1
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready

Classic Lifts WordPress Theme © 2020 Seven Hills Creative
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:sans-serif;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* ///// BASE ///// */
/* ///// BASE ///// */
/* ///// BASE ///// */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #333333;
    box-sizing: border-box;
    font-family: sans-serif !important;
    font-size: 1em;
    line-height: 1.5;
    transition: all 0.4s ease;
    /* outline: 1px solid red !important */
}


/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav{
  font-family: sans-serif !important;
}

nav li{
  margin-bottom: 0 !important;
}

.main-nav{
    align-self: center;
    height: 60px;
    justify-self: end;
}

.main-nav a{
    color: #28a35a;
    font-weight: bold;
    padding: 4px 8px;
}

.main-nav a:visited{
    color: #28a35a;
}

.main-nav li{
  align-self: center;
  display: inline-block;
  font-weight: bold;
  line-height: 7em;
  height: 100%;
  padding: 0 10px;
}

.main-nav li:hover{
  background-color: #28a35a !important;
}

.main-nav li:hover>a{
  color: #fff !important;
}

.main-nav li:last-of-type{
  background-color: #a9dabd;
  padding: 0 2em;
}

.main-nav li:last-of-type a{
  color: #28a35a;
}

.cl-menu{
  display: grid;
  grid-column-gap: 1em;
  grid-template-columns: 22% 1fr;
  padding:0 0 0 2em;
  width: 100%;
  max-width: 1800px;
  justify-self: center;
}

.cl-menu img{
  align-self: center;
  max-width: 250px;
  width: 80%;
}

.cl-menu>.social-icon{
  align-self: center;
  height: 40px;
  width: 40px;
}

.cl-menu>.social-icon img{
  max-height: 20px;
  max-width: 20px;
}

.cl-menu ul{
  align-self: stretch;
  margin: 0;
  padding: 0;
  height: 100%;
}

.main-logo{
  align-self: center;
}

.side-nav {
  color: #fff;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #28a35a;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 60px 0 0 0;
  list-style-type: none;
}

.side-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
}

.side-nav a:hover {
  font-weight: bolder;
}

#closebtn {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  margin-left: 20px;
  z-index: 100;
  color: #fff;
}


.nav-btn{
    color: #000;
    font-size: 1.5em;
    justify-self: center;
    cursor: pointer;
    padding: 10px 0;
}

#nav-icon {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  margin-top: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  border-radius: 2px;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #28a35a;
  opacity: 1;
  left: 0;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 8px;
}

#nav-icon span:nth-child(3) {
  top: 16px;
}

.sub-menu{
  display: none;
}

.sub-menu li:last-of-type a{
  color: #fff;
}

.menu-item-has-children{
  position: relative;
}

.menu-item-has-children:hover{
  background-color: #28a35a;
}

.menu-item-has-children:hover>a{
  color: #fff;
}

.menu-item-has-children:hover>.sub-menu{
  background-color: #28a35a;
  display: block;
  left: 0;
  position: absolute;
  top: 100%;
  width: 12em;
  z-index: 999999;
}

.menu-item-has-children:hover>.sub-menu li{
  background-color: #28a35a !important;
  width: 12em;
}

.sub-menu a{
  color: #fff;
}

.sub-menu a:visited{
  color: #fff;
}


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

main,body,article{
  display: grid;
}

html, body{
  overflow-x: hidden !important;
}

section, footer{
  display: grid;
  justify-self: center;
  padding: 3.5em 0;
  width: 1100px;
  max-width: 1800px;
}

footer{
  background-color: #e1e1e1;
  font-family: sans-serif !important;
  padding: 5em 0 0;
  width: 100%;
}

.footer-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-self: center;
  padding-bottom: 5em;
  width: 1100px;
}

.footer-container h2{
  color: #183018;
  font-size: 1.1em;
  font-weight: bold;
  grid-column-start: span 3;
  padding: 0 1em;
  text-transform: uppercase;
}

.footer-container p{
  padding: 0 1em;
}

.bottom-footer{
  background-color: #fff;
  display: grid;
  grid-template-columns: 85% 15%;
  max-height: 150px;
  width: 100%;
}

.bottom-footer a{
  background-color: #28a35a;
  color: #fff;
  font-family: sans-serif !important;
  padding: 3.5em 0;
  text-align: center;
  width: 100%;
}

.bottom-footer img{
  align-self: center;
  margin-left: 10%;
  max-width: 250px;
  width: 80%;
}

div.andwis-footer{
  background-color: #000;
  display: grid;
  padding: 2em;
  width: 100%;
}

div.andwis-footer svg{
  justify-self: end;
  max-width: 280px;
  width: 100%;
}

div.andwis-footer a{
  justify-self: end;
}

div.andwis-footer a svg path{
  fill: #fff;
}
    


/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */

h2,h3,h4,h5,h6, p{
  color: #817f80;
  font-weight: 300;
  margin: 0.4em 0;
  padding: 0 8%;
  justify-self: center;
  max-width: 1100px;
  width: 100%;
}

h2,h3,h4,h5,h6{
  line-height: 1;
}

h1{
  color: #fff;
  font-size: 3.5em;
  font-weight: bold;
  margin: 0.8em 0;
  padding: 0 8%;
  text-transform: uppercase;
}

h2{
  font-size: 3.5em;
}

h3{
  font-size: 1.8em;
}

h4{
  font-size: 1.5em;
}

h5{
  font-size: 1.2em;
}

h6{
  font-size: 1em;
}

p{
  align-self: start !important;
  max-width: 1100px;
  line-height: 1.5 !important;
  justify-self: center;
  width: 100%;
}

ul,ol{
  padding: 0.8em 12%;
  max-width: 1100px;
  justify-self: center;
}

ol{
  list-style-type: decimal;
}

ul{
  list-style-type: disc;
}

li{
  color: #817f80;
  font-weight: 300;
  margin-bottom: 6px;
}

blockquote{
  display: grid;
  color: #28a35a;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  margin: 0.8em 12%;
}

a{
  color: #28a35a;
  font-weight: bold;
  text-decoration: none;
}

em{
  color: #817f80;
  font-style: italic;
}

strong{
  color: #817f80;
  font-weight: bold;
}

.underline{
  color: #817f80;
  text-decoration: underline;
}

hr{
  border-top: 1px solid #28a35a;
  justify-self: center;
  margin: 1em 0;
  width: 90%;
}

cite{
  text-align: center;
  font-size: 0.4em;
}


/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.wp-block-file{
  margin: 0.4em 0;
}

a.wp-block-file__button{
  background-color: #183018 !important;
}

.arrow{
    grid-row-gap: 1.5em;
    position:relative;
    overflow:hidden;
    width: 100%;
}

.arrow:after{
    height:100%;
    width:100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content:'';
    display:block;
    position:absolute;
    left:-75%;
    background-color: #e2f2e8;
    z-index: -10;
}

.breadcrumb{
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  width: 100% !important;
}

.breadcrumb p{
  justify-self: start;
  padding: 0 8%;
}

.datecrumb{
  grid-template-columns: 1fr 1fr;
}

.datecrumb label{
  align-self: center;
  color:  #817f80;
  font-weight: bold;
  justify-self:  end;
  margin:  0.8em 0;
  text-align: right;
  padding: 0 8%;
}

button{
  align-self: center;
  background-color: #183018;
  border: 1px solid #183018;
  color: #fff;
  justify-self: start;
  margin: 1em 8%;
  padding: 0.4em 2em;
}

button:hover{
  background-color: #fff;
  color: #183018;
  cursor: pointer;
}

.wp-block-file__button{
  padding: 5px 10px !important;
}

.button-call-item-container{
  padding-bottom: 0;
}

.button-call-item{
  border: 1px solid #e1e1e1;
  display: grid;
  grid-template-columns: 1fr 30%;
  margin-bottom: 2em;
  padding: 3em;
}

.butt-container{
  align-self: center;
  grid-row-start: span 2;
  justify-self: center;
  position: relative;
  width: 150px;
}

.butt-container img{
  width: 100%;
}

.butt-container label{
  color: #fff;
  left: 28%;
  position: absolute;
  top: 30%;
}

.button-call-item p{
  grid-row-start: 2;
}

.button-call-item p,.button-call-item h2{
  align-self: start;
  margin: 0;
  padding: 0;
}

.call-item-container{
  background-color: #e1e1e1;
  grid-column-gap: 5%;
  grid-template-columns: 25% 25% 25%;
  justify-content: center;
  width: 100%;
}

.call-item-container h2{
  grid-column-start: span 3;
  text-align: center;
}

.call-item{
  background-position: center;
  background-repeat: no-repeat;
  border: 15px solid #fff;
  display: grid;
  padding: 1.2em 8%;
  max-width: 285px;
  min-width: 195px;
  min-height: 325px;
  position: relative;
}

.call-one{
  background-image: url('/wp-content/uploads/2020/08/home-cta1.jpg');
}

.call-two{
  background-image: url('/wp-content/uploads/2020/08/home-cta2.jpg');
}

.call-three{
  background-image: url('/wp-content/uploads/2020/08/home-cta3.jpg');
}


.call-item a{
  align-self: end;
  justify-self: start;
  z-index: 10;
}

.call-item button{
  align-self: end;
  font-weight: bold;
  text-transform: uppercase;
}

.call-item button:hover{
  background-color: #e1e1e1;
}

.call-item h3{
  align-self: start;
  background-color: #e1e1e1;
  color: #183018;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  justify-self: center;
  padding: 0.1em 2em;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}

.call-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e1e1e1;
}

.call-overlay p{
  color: #183018;
  position: absolute;
  top: 40%;
  left: 50%;
  padding: 0.5em 4%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.call-item:hover{
  cursor: pointer;
}

.call-item:hover .call-overlay {
  opacity: 1;
}

.certificate-showcase{
  grid-column-gap: 2%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 50px 2%;
}

.certificate-showcase img{
  width: 100%;
}

.client-showcase{
  padding: 3em 0;
  width: inherit;
}

.client-showcase h2{
  text-align: center;
}

.contact{
  grid-column-gap: 5em;
  grid-template-columns: 75px 75px;
  justify-content: center;
}

.contact p{
  grid-column-start: span 2;
  text-align: center;
}


.detail-full{
  background-color: #e1e1e1;
  grid-template-columns: 660px 440px;
  justify-content: center;
  width: 100%;
}

.detail-full img{
  border: 1em solid #fff;
  justify-self: center;
  max-width: 95%;
}

.detail-full-alt{
  background-color: #e2f2e8;
  grid-template-columns: 440px 660px;
}

.call-item-container .content-wrapper{
  grid-column-start: span 3;
}

.content-wrapper{
  display: grid;
  padding: 1em;
}

.content-wrapper h2{
  text-align: center;
}

.content-wrapper p{
  align-self: center;
}

figure{
  max-width: 1100px;
  justify-self: center;
}

.items-container{
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}

.left-align-container *{
  justify-self: start !important;
  text-align: left !important;
}

.split-narrow .content-wrapper, .split .content-wrapper{
  grid-column-start: span 2;
}

.split .content-wrapper{
  grid-column-start: span 1;
}

.main-banner{
  align-content: start;
  background: linear-gradient(0deg, rgba(102, 102, 102, 0.45), rgba(102, 102, 102, 0.45)), url('/wp-content/uploads/2021/08/glass-front-reduced.jpeg') no-repeat center / cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding-top: 7em;
  position: relative;
  width: 100%;
}

.main-banner h1, .sub-banner h1{
  line-height: 1;
  margin-bottom: 0;
  max-width: 60%;
  z-index: 5;
}

.main-banner img, .sub-banner img{
  left: 5em;
  max-width: 150px;
  width: 30%;
  position: absolute;
  top: 4em;
}

.main-banner label, .sub-banner label{
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  margin: 0 8%;
  z-index: 5;
}

.news-item{
  border: 15px solid #fff;
  display: grid;
  justify-self: center;
  max-width: 285px;
  padding: 1.25em;
}

.news-item img{
  justify-self: center;
}

.news-item h3{
  color: #183018;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.4em 0;
  text-align: center;
}

.news-item p{
  grid-column-start: span 1 !important;
  margin: 0.4em 0 0.8em;
  text-align: center;
}

.news-item-container{
  background-color: #e1e1e1;
}

.no-padding{
  padding: 0!important;
}

.item-container{
  grid-column-gap: 5%;
  grid-template-columns: 25% 25% 25%;
  grid-row-gap: 2em;
  justify-content: center;
  width: 100%;
}

.item-container button{
  justify-self: center;
  width: 100%;
}

.item-container h2, .item-container p{
  grid-column-start: span 3;
}

.item-container h2{
  margin-bottom: 0;
  text-align: center;
}

.no-margin{
  margin: 0;
}

#post-211 h3{
  margin-bottom: 0.2em !important;
}

.project-item{
  border: 1px solid #e1e1e1;
  display: grid;
  justify-self: center;
  max-width: 285px;
  padding: 1.25em;
}

.project-item img, .news-item img, .call-item img{
  display: grid;
  justify-self: center;
  width: 95%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}

.project-item a, .news-item a, .call-item a{
  display: grid;
  justify-self: center;
  min-width: 7em;
}

.project-item h3{
  color: #183018;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.4em 0;
  text-align: center;
}

.project-item p{
  grid-column-start: span 1;
  margin: 0.4em 0 0.8em;
  text-align: center !important;
}

.resp-container {
    justify-self: center;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    max-width: 1100px;
    width: 100%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.right-align h2, .right-align p{
  text-align: right;
}

.service-item{
  border: 1px solid #e1e1e1;
  display: grid;
  justify-self: center;
  max-width: 301px;
  padding: 1em;
}

.span2{
  grid-column-start: span 2;
  justify-self: center;
}

.span3{
  grid-column-start: span 3;
  justify-self: center;
  margin: 0;
  max-width: 250px;
}

.span3 button{
  margin: 0;
}

.split{
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.split-content{
  align-content: center;
  display: grid;
  padding: 2em 0;
}

.split-content h2{
  margin: 0;
}

.split-narrow{
  grid-template-columns: 1fr 1fr;
}

.split img, .split-narrow img{
  width: 100%;
}

.sub-banner{
  align-content: start;
  background: url('/wp-content/uploads/2020/08/home-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-top: 4em;
  position: relative;
  width: 100%;
}

.team-banner{
  align-content: start;
  background: #28a35a;
  padding: 1em 0 !important;
  position: relative;
  width: 100%;
}

.team-banner h1{
  margin: 0;
}

.team-wrapper{
  grid-template-columns: 400px 1fr;
  justify-self: center;
  width: 100%;
  max-width: 1100px;
}

.team-wrapper img{
  width: initial;
  max-width: 100%;
}

.team-bios-wrapper>.wp-block-columns>.wp-block-column>p{
  text-align: left;
}



/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}

form.wpcf7-form p{
  display: grid;
}

.wpcf7 input,.wpcf7 textarea{
  border: 1px solid #e1e1e1;
  padding: 1em;
}

.wpcf7-form input[type="submit"]{
  align-self: center;
  background-color: #183018;
  border: 1px solid #183018;
  color: #fff;
  justify-self: start;
  margin: 1em 0;
  padding: 0.4em 2em;
}

.wpcf7-form input[type="submit"]:hover{
  background-color: #fff;
  color: #183018;
  cursor: pointer;
}

div.wpcf7{
  justify-self: center;
  width: 80%;
  max-width: 650px;
}

.wpcf7 p{
  text-align: left !important;
}

/* ///// WORDPRESS ///// */
/* ///// WORDPRESS ///// */
/* ///// WORDPRESS ///// */

#breadcrumbs span{
  color: #e1e1e1;
}

.wp-block-columns,.wp-block-file, .wp-block-gallery{
  padding: 0 8%;
}

.wp-block-file{
  justify-self: center;
  max-width: 1100px;
  width: 100%;
}

.wp-block-image img{
  height: auto !important;
}

.wp-block-image{
  padding: 0 8%;
}

figure.wp-block-tabe{
  align-self: center;
  margin: 2em 0;
}

td{
  border: 1px solid #817f80;
  color: #817f80;
  padding: 0.3em;
}

.home-par p{
  grid-column-start: span 3;
}

.wp-block-table{
  padding: 0 8%;
  margin: 2em 0;
}

.post-categories{
  margin: 0;
    list-style-type: none;
}

.post-categories li{
  padding: 0.2em 0.6em;
    background: #28a35a;
    display: inline-block;
    border-radius: 20px;
}

.post-categories li a{
  color: #fff;
  min-width: 0;
}

figure.is-type-video{
  max-width: 1100px;
  padding: 0 8%;
  width: 80%;
}

.has-text-align-left{
  text-align: left !important;
}

.has-text-align-center{
  text-align: center !important;
}

.has-text-align-right{
  text-align: right !important;
}

div#wpcf7-f1438-p1442-o1{
  justify-self: start;
}

@media only screen and (max-width: 1267px) {


.cl-menu{
  border-bottom: 1px solid #28a35a;
  grid-template-columns: 1fr 1fr;
  padding:0 2em;
  height: 5em;
}

.cl-menu img{
  max-width: 200px;
  width: 100%;
}

.main-nav{
  display: none;
}

#nav-icon{
  display:  block;
}

.nav-btn{
  align-self: center;
  justify-self: end;
}

.sub-menu{
  display: block;
}

.sub-menu li a{
  font-weight: normal;
  padding-left: 52px;
}

.menu-item-has-children:hover>.sub-menu{
  background-color: #28a35a;
  display: block;
  left: 0;
  position: absolute;
  top: 100%;
  width: 12em;
  z-index: 999999;
}

}
@media only screen and (max-width: 1100px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

section, footer, .footer-container{
  width: 100%;
}


/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.call-two h3{
  padding: 0.1em 0.2em;
}

.detail-full{
  grid-template-columns: 60% 40%;
}

.detail-full-alt{
  grid-template-columns: 40% 60%;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */
 

}

@media only screen and (max-width: 760px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

.bottom-footer{
  grid-template-columns: 75% 25%;
}

.bottom-footer img{
  max-width: 200px;
  width: 100%;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.arrow:after{
    min-width: 200%;
    left:-200%;
}

.call-item-container,.item-container{
  grid-row-gap: 2em;
  grid-template-columns: 1fr;
}

.call-item{
  justify-self: center;
}

.footer-container p{
  margin-bottom: 0.8em;
}

.footer-container p:last-of-type{
  margin-bottom: 3em;
}

.call-item-container, .content-wrapper, .split-narrow .content-wrapper, .split .content-wrapper{
  grid-column-start: span 1 !important;
}

.call-item-container h2{
  grid-column-start: span 1;
}

.call-two h3{
  padding: 0.1em 2em;
}

.items-container{
  grid-template-columns: 1fr;
}

.item-container h2, .item-container p{
  grid-column-start: span 1;
}

.main-banner,.sub-banner{
  padding-top: 5em;
}

.main-banner h1,.sub-banner h1{
  max-width: 100%;
}

.main-banner img,.sub-banner img{
  left: 4em;
  position: absolute;
  top: 1em;
}

.span3{
  grid-column-start: span 1;
}

.split, .split-narrow{
  grid-row-gap: 2em;
  grid-template-columns: 1fr;
}

.team-wrapper{
  grid-template-columns: 1fr;
}

.team-wrapper img{
  justify-self: center;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}

@media only screen and (max-width: 660px) {

/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

.footer-container{
  grid-template-columns: 1fr;
}

.footer-container h2{
  grid-column-start: span 1;
}

.footer-container p{
  margin: 0 0 0.8em;
}


/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.button-call-item{
  padding: 2em;
}

.butt-container{
  width: 100px;
}

.butt-container label{
  left: 22%;
  top: 30%;
  font-size: 0.8em;
}

}

@media only screen and (max-width: 560px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT ///// */


h1{
  font-size: 2.5em;
}

h2{
  font-size: 2.2em;
}

h3{
  font-size: 1.6em;
}

h4{
  font-size: 1.4em;
}

h5{
  font-size: 1.2em;
}

h6{
  font-size: 1em;
}

blockquote{
  font-size: 1.8em;
}


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

.bottom-footer{
  grid-template-columns: 65% 35%;
}


/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.arrow:after{
    min-width: 250%;
    left:-300%;
}

.button-call-item{
  grid-row-gap: 1em;
  grid-template-columns: 1fr;
}

.butt-container{
  width: 150px;
}

.butt-container label{
  left: 28%;
  top: 30%;
  font-size: 1em;
}

.certificate-showcase{
  grid-row-gap: 0.5em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


.detail-full, .detail-ful-alt{
  grid-template-columns: 1fr;
  grid-row-gap: 1em;
}

.detail-full img{
  grid-row-start: 1;
}

.main-banner img, .sub-banner img{
  left: 2em;
  position: absolute;
  top: 1em;
}

.sub-banner{
  padding-top: 3em;
}


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}




@media only screen and (max-width: 320px) {

    body, header, main, section, footer {
    width: 320px;
    
    }

}


/* ///////////////////////////////////////////////////// NEW CONTACT BOXES //////////////////////////////////////////////*/

section.contact-item-container{
  display: grid;
  justify-self: center;
  width: 100%;
  max-width: 1800px;
  grid-row-gap: 1.5em;
}

div.contact-item{
  border-radius: 15px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  justify-self: center;
  max-width: 1800px; 
  width: 95%;
}

div.contact-item h3{
  font-weight: 500;
}

div.contact-item img{
  border-radius: 15px 0 0 15px;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

div.contact-details{
  align-content: start;
  background: #28a35a;
  border-radius: 0 15px 15px 0;
  padding: 2em;
  display: grid;
}

div.contact-details p, div.contact-details hr, div.contact-details h3, div.contact-details a, div.contact-details strong{
  color: #fff;
}

@media only screen and (max-width: 760px) {

div.contact-item{
  grid-template-columns: 1fr;
}

div.contact-item img{
  border-radius: 15px 15px 0 0;
  height: 250px;
}

div.contact-details{
  border-radius: 0 0 15px 15px;
}