@charset "utf-8";

/* CSS Document */
@media screen {
header {
    top: 0px;
    z-index: 250;
    grid-template-columns: auto auto min-content min-content;
    grid-template-rows: minmax(100px, max-content);
    grid-template-areas: "header-logo header-nav header-nav header-nav";
    position: fixed;
    background-color: transparent;
}
.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%;
}

.icon-phone-squared {
    margin-right: 1em;
}
#header-street-address, #header-phone-number, #header-social-icons {
    background-color: #000;
    color: #FFF;
    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;
}
.icon-phone-squared {
    font-size: 1.5rem;
    margin-right: .25em;
}
header a[href^=tel] {
    color: #FFF;
    text-decoration: none;
}
#header-logo {
    width: 250px;
    margin-top: 10px;
}
#mega-menu-item-14 {
    background-color: #d7170c !important;
    color: #FFF !important;
    margin-left: 2em !important;
}
#mega-menu-item-14 a:hover {
    background-color: #f41a0e !important;
    color: #FFF !important;
    margin-left: 2em rgba(160,0,2,1.00);
}
.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: 100vh;
    width: 100%;
}

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;
}
#overlay-headline-1, #overlay-headline-2 {
    margin-left: -30px;
}
#overlay-headline-1:after {
    content: '';
    background: url(../images/banner-corner.svg);
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 30px;
    height: 30px;
}
#overlay-headline-2:after {
    content: '';
    background: url(../images/banner-corner.svg);
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 30px;
    height: 30px;
}
}
