@charset "utf-8";

/* CSS Document */
@media screen {
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 250;
    grid-template-columns: auto auto min-content min-content;
    grid-template-rows: minmax(40px, max-content) minmax(100px, max-content) auto;
    grid-template-areas: "header-logo  header-social-icons header-social-icons header-phone-number" "header-logo header-nav header-nav header-nav";
    position: fixed;
}
.my-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.first-button {
    margin-left: 0px !important;
}
.last-button {
    margin-right: 0px !important;
}
body {
    grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
    grid-template-rows: auto auto minmax(auto, 99fr) auto minmax(250px, min-content);
    grid-template-areas: "abovethefold abovethefold abovethefold" "pagetitleholder pagetitleholder pagetitleholder" "............   main     ............" "my-buttons my-buttons my-buttons" "footer         footer         footer";
    min-height: 100vh;
    width: 100%;
}
    @media (max-width:1280px){main{max-width:98vw;}}
.icon-phone-squared {
    margin-right: 1em;
}
#header-street-address, #header-phone-number, #header-social-icons {
    background-color: #FFF;
    color: #494949;
    font-size: .8rem;
}
#header-phone-number {
    font-weight: bold;
}
#header-phone-number > div > a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    width: max-content;
}
#header-phone-number > div > a > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
#header-social-icons {
    justify-content: flex-end;
font-size: 1.5rem;
}
    
    #header-social-icons > div{    
    border-right:solid;
    border-right-width:1px;
    border-right-color:#1d5717;}    
    #header-social-icons a{color:#1d5717;}
.icon-phone-squared {
    font-size: 1.5rem;
    margin-right: .25em;
}
header a[href^=tel] {
    color: #1d5717;
    text-decoration: none;
}
#header-logo {
    width: 275px;
    margin-top:1em;
    margin-bottom:1em;
}
.wpmenucart-icon-shopping-cart-0, .wpmenucart-contents {
    color: #FFF !important;
}
.wpmenucart-display-standard {
    display: flex !important;
}
.wpmenucart-display-standard > a {
    align-self: center !important;
}
#my-slideshow {
    height: calc(100vh - 0px);
    width: 100%;
}
#my-slideshow .black{position:absolute !important;top:0px;width:100%;}
#slider-text-overlay-1, #slider-text-overlay-2, #slider-text-overlay-3 {

}
#slider-text-overlay-1 > div, #slider-text-overlay-2 > div, #slider-text-overlay-3 > div {


}
#my-slideshow .sa_owl_theme .owl-dots {
    bottom: 20px !important;
}
/* Video background */

.videobg {
    position: relative;
    width: 100%; /* Set video container element width here */
    height: 100%; /* Set video container element height here */
    overflow: hidden;
    background: #111; /* bg color, if video is not high enough */
}
/* horizontally center the video */
.videobg-width {
    position: absolute;
    width: 100%; /* Change width value to cover more area*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
/* set video aspect ratio and vertically center */
.videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}
.videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.videobg-hide-controls {
    box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    /* Vimeo timeline and play button are ~55px high */
    padding: 55px 97.7777px; /* 16:9 ratio */
    top: -55px;
    left: -97.7777px; /* 16:9 ratio */
}
.videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
}
footer {
    display: grid;
    grid-template-areas: "footer-content" "d-fi";
    grid-template-rows: auto min-content;
}
#footer-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#footer-content > * {
    align-self: center;
}
#footer-logo {
    max-width: 312px;
}
#footer-logo img {
    width: 100%;
    height: auto;
}
/*stops woocommerce css from breaking template */
header img {
    max-width: none !important;
}
footer img {
    max-width: none !important;
}
.fadeinfromright {
    margin-right: -100px;
    transition: all;
    transition-duration: 1s;
}
.in-view.fadeinfromright {
    padding-right: 0px;
}
#my-slideshow {
    background-color: #000000;
}
#vimeoholder {
       margin-top: 0vh;
}
        #overlay-maintext-1{font-size:1.2em;}
    #overlay-maintext-2{font-size:1.3em;}
    #overlay-maintext-3{font-size:1.3em;}
    #overlay-headline-2{font-size:3em;}
    #overlay-headline-3{font-size:3em;}
    .myinfoboxes{min-height:25vh;}
     .myinfoboxes {border-top:solid;border-top-width:2px;border-top-color:#FFF;}
.myinfoboxes {grid-area: infoboxes;}
.myinfoboxes > a > div,.myinfoboxes > a {height:100%;}
.myinfoboxes {
    display: grid;
    grid-gap: 1em;
    padding: 1em;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    min-height: 25vh;
    border-color: #FFF;
    border-width: 1px;
    box-sizing: border-box;
}
     .myinfoboxes a > div:after{display:block;content:'';padding-top:35%;}

      #slidertextoverlay {position:absolute;width:100%;height:100%;color:#FFF;top:0px;display:flex;justify-content: center;align-content: center; font-size:1.7rem;z-index: 99;pointer-events: none;}   
    #slidertextoverlay > div{}
    #my-slideshow >  #slidertextoverlay > div {align-self: center;width:max-content;max-width:78%;padding:1em;height:auto !important;color:#FFF;text-shadow: 2px 2px 2px rgba(0,0,0,0.51);font-weight:bold;text-align: center;font-family:'Marcellus';border-radius:20px;}
    .welcometocutworks{color:#FFF;font-size:4.0rem;}
}
