/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footer {
padding: 48px 0 8px 0;
background-color: #F8F4EC;
}

.footer .container {
display: -webkit-box;
display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_cta-row {
display: -webkit-box;
display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_links-row {
display: -webkit-box;
display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin-bottom: 48px;
-webkit-box-align: start;
    -ms-flex-align: start;
align-items: flex-start;
gap: 32px;
}

.footer_links-row:first-of-type {
border-bottom: 1px solid #3A2A1F;
    padding-bottom: 48px;
}

.footer_tagline * {
font-size: 36px;
    max-width: 700px;
    line-height: 1.4;
}

.footer #menu-navigation-footer {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
}

.footer_links-row__center {
text-align: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
justify-content: center;
}

.footer_links-row__left {
text-align: left;
-webkit-box-pack: start;
    -ms-flex-pack: start;
justify-content: flex-start;
}

.footer .header__menu__parent__sub {
width: calc(25% - 48px);
    margin-right: 48px;
    margin-bottom: 32px;
    min-width: 220px;
}

.footer .header__menu__parent__sub>a {
color: #3A2A1F !important;
    font-family: "Lato-Bold" !important;
    font-size: 20px !important;
    margin-bottom: 16px;
    display: block;
    pointer-events: none;
}

.footer_links-row-title {
color: #C65C3B !important;
font-family: "Lato-Bold" !important;
    font-size: 20px !important;
    margin-bottom: 16px;
display: block;
}

.footer_social-links {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
    gap: 16px;
-webkit-box-align: center;
    -ms-flex-align: center;
align-items: center;
}

.footer_social-link {
display: -webkit-inline-box;
    display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
transition: all 0.3s ease;
    text-decoration: none;
}

.footer_social-link:hover {
background-color: rgba(255, 255, 255, 0.2);
-webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
transform: translateY(-2px);
}

.footer_social-link .dashicons {
font-size: 20px;
    width: 20px;
    height: 20px;
    color: #3A2A1F;
}

.footer_social-link img {
width: 20px;
    height: 20px;
-o-object-fit: contain;
object-fit: contain;
}

.footer_links-row ul li {
margin-bottom: 16px;
font-family: "Lato-Regular";
color: #3A2A1F;
    line-height: 1.4;
}

.footer_links-row ul li:last-child {
margin-bottom: 0;
}

/* Footer columns layout */
.footer_cols {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.footer_col {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
}

.footer_col ul {
list-style: none;
    padding: 0;
    margin: 0;
}

/* Zones list - 2 columns */
.footer_col--zones .footer_zones-list {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 24px 1fr;
grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
}

.footer_zones-list li,
.footer_services-list li,
.footer_contact-list li {
font-family: "Lato-Light";
    font-size: 16px;
    color: #3A2A1F;
    margin-bottom: 8px;
}

.footer_contact-list a {
color: #3A2A1F;
    text-decoration: none;
-webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
transition: color 0.3s ease;
}

.footer_contact-list a:hover {
color: #C65C3B;
}

.footer_links-row-link,
.footer_links-row-link:visited,
.footer_links-row ul li a {
font-size: 16px;
    line-height: 26px;
font-family: "Lato-Regular";
-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
color: #3A2A1F;
}

.footer_links-row-link svg {
width: 24px;
height: 24px;
    margin-left: 8px;
}

.footer_copyright {
text-align: center;
font-size: 14px;
font-family: "Lato-Light";
-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.4;
color: #3A2A1F;
}

.footer_copyright a,
.footer_copyright a :visited {
color: #3A2A1F;
}

.kickstartweb_link {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
color: #3A2A1F;
}

.kickstartweb_link:hover {
color: #3A2A1F;
-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer_logo-div {
padding-bottom: 36px;
    border-bottom: 1px solid #3A2A1F;
    margin-bottom: 16px;
}

.footer__logo-link svg {
width: 300px;
    height: auto;
}

@media (max-width: 1088px) {
.footer {
        padding-top: 48px;
    }

.footer .header__menu__parent__sub {
    width: calc(33% - 48px);
}

.footer_links-row {
    gap: 96px;
}

.footer_links-row__cols {
-webkit-box-pack: start;
    -ms-flex-pack: start;
justify-content: flex-start;
}

.footer_links-row__center {
    text-align: left;
-webkit-box-pack: start;
    -ms-flex-pack: start;
justify-content: flex-start;
}

.footer_cols {
-ms-grid-columns: 1fr 32px 1fr;
grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
}

@media (max-width: 1050px) {
.footer_tagline {
        gap: 32px;
-webkit-box-pack: center;
    -ms-flex-pack: center;
justify-content: center;
}

.footer_tagline * {
    max-width: inherit;
    text-align: center;
}
}

@media (max-width: 768px) {
.footer_cols {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
    gap: 32px;
}

.footer_col--zones .footer_zones-list {
-ms-grid-columns: (1fr);
grid-template-columns: repeat(2, 1fr);
}

.footer_tagline * {
    font-size: 24px;
}
}

@media (max-width: 567px) {
.footer_links-row__center {
-webkit-box-pack: center;
    -ms-flex-pack: center;
justify-content: center;
    text-align: center;
}

.footer .header__menu__parent__sub {
    width: 100%;
    margin-right: 0;
}
}

@media (max-width: 550px) {
.footer_cta-row {
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.footer .cta-component {
    position: fixed;
    bottom: 32px;
    z-index: 990;
    width: calc(100% - 16px);
    visibility: inherit;
    opacity: 1;
}
}

@media (max-width: 463px) {
.footer_links-row {
width: 100%;
}
}