﻿*, :after, :before {
    box-sizing: border-box !important;
}

@font-face {
    font-family: "PlayFair";
    src: url("../../fonts/PlayfairDisplay-VariableFont_wght.ttf")
}

#footer .share-lc {
    background-color: #F3AE3D !important;
    color: #FFF;
}

.p-share {
    font-size: 1.2rem;
}

.et_pb_section_6.et_pb_section {
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-color: #f3ae3d !important;
}

.et_pb_text_inner {
    position: relative;
}

.et_pb_text > :last-child {
    padding-bottom: 0;
}

.footer-hdr {
    color: #FFF;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-p {
    color: #FFF;
    font-size: 19px;
    color: #FFF;
    text-align: right !important;
    font-family: Georgia, 'Times New Roman', Times, serif
}

.ftr-bg-ht {
    background-color: #F3AE3D !important;
    padding: 50px 0 50px 0;
}

.news-letter {
    height: auto;
    min-width: 100%;
   /* background-image: url("../../assets/img/footer/orangepattern.png");*/
    /*background-size: cover;
    background-repeat: no-repeat;*/
}

.news-form {
    display: flex;
    justify-content: center;
    border: none !important;
    outline: none;
}

.news-sub {
    background-color: #F1AE3C;
    border: 2px solid #F1AE3C;
    color: white;
}

.scnd-footer {
    background-color: #603419;
    padding-top: 70px !important;
}

.lc-logo-a {
    width: 25%!important;
}

.nav-ftr-link{
    color: white!important;
    margin: 5px 0!important;
}

.fnt-family-playfair {
    font-family: PlayFair !important;
}

.fnt-family-nunito {
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif !important;
}

.ul-footer-links {
    list-style-type: none !important;
}

.ul-socmed li {
    display: inline;
    margin-right: 20px;
}

    .ul-socmed li a {
        font-size: 30px;
        color: #FFF;
    }
.ft-awards{
    width: 73%!important;
    margin-bottom: 10px!important;
}

@media screen and (max-width: 768px) {
    .ft-awards {
        width: 100%;
        margin-bottom: 4px;
    }

    .footer-newsletter h1 {
        font-size: 28px;
    }
}

.footer-links{
    font-size: 14px;
}

.footer-container{
  background-color: red;
  margin: 50px 0!important;
}

/*grid*/
/*.footer-main-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}*/

.footer-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.link-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: 50px auto;
}

.link-col{
    text-align: center!important;
}

.ft-line{
    text-align: center;
}

.news-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

@media (max-width: 780px) {
    .footer-hdr {
        text-align: center!important;
    }

    .footer-main-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .news-hide{
        display: none!important;
    }

    .footer-col-grid {
        grid-template-columns: 1fr;
    }

    .link-grid {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .footer-p {
        text-align: center!important;
    }
    .lc-logo {
        width: 30%!important;
    }
    .m-text-center{
        text-align: center;
    }
    .ft-awards {
        width: 60%;
    }
}
