/*
Theme Name: Laenen Makelaardij theme
Theme URI: https://www.laenen.nl
Author: Goes & Roos
Author URI: https://www.goesenroos.nl
Description: Goes & Roos starter theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laenen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Colors */
:root {
    --base: #007495; /* Blauw */
    --primary: #f49600; /* Oranje */
    --secondary: #004161; /* Donker blauw */
    --tertiary: #e3eef6; /* Licht blauw */
    --quaternary: #fbc276; /* Licht oranje */
    --quinary: #fff; /* Wit */
}

body {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    color: var(--secondary);
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6  {
    line-height: 1.2;
    font-family: "Signika", sans-serif;
    font-weight: 300;
}

h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
}

a {
    color: var(--secondary);
    text-decoration: none;
    text-decoration-thickness: 1px;
}

a:hover,
a:focus {
    color: var(--primary);
}

::-moz-selection {
    background: var(--primary);
    color: var(--secondary);
}

::selection {
    background: var(--primary);
    color: var(--secondary);
}

.container {
    max-width: 1520px;
}

p,
li {
    line-height: 1.8;
}

/* Default */
.wp-block-group {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.wp-block-group .wp-block-group__inner-container {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wp-block-group .wp-block-columns {
    margin-bottom: 0;
}

.wp-block-image {
    position: relative;
    border-radius: .25rem;
}

.wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-image-top img {
    object-position: top;
}

.wp-block-image-bottom img {
    object-position: bottom;
}

.wp-block-group-background {
    background-color: var(--quaternary);
}

.wp-block-group-background-light {
    background-color: var(--tertiary);
}

/* Header */
.header {
    min-height: 70px;
    background-color: var(--base);
}

.header a {
    color: var(--quinary);
}

/* Navigation */
.navbar {
    background-color: var(--tertiary);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.navbar .container {
    position: relative;
}

.navbar .container:after {
    width: 244px;
    height: 400px;
    position: absolute;
    top: -250px;
    left: -50px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 546 895'%3E%3Cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M215.000,890.1000 C19.000,840.000 4.000,666.1000 4.000,666.1000 C-14.500,574.500 49.000,431.000 49.000,431.000 C67.500,380.500 102.000,285.1000 102.000,285.1000 C167.500,85.500 138.1000,-0.000 138.1000,-0.000 C228.1000,72.000 299.000,141.1000 299.000,141.1000 C628.500,468.500 532.1000,696.000 532.1000,696.000 C479.500,884.000 312.1000,895.000 312.1000,895.000 C339.000,768.000 337.125,651.703 337.125,651.703 C329.625,352.203 203.000,148.1000 203.000,148.1000 C287.1000,366.1000 278.1000,551.1000 278.1000,551.1000 C269.500,785.500 215.000,890.1000 215.000,890.1000 Z'/%3E%3C/svg%3E");
    background-size: 244px 400px;
    background-repeat: no-repeat;
    opacity: .3;
    z-index: 1;
    content: '';
}

.navbar-toggler .navbar-toggler-line {
    background-color: var(--secondary);
}

.navbar .navbar-brand {
    position: relative;
    z-index: 2;
}

.navbar .navbar-brand svg {
    height: 80px;
}

.navbar .navbar-nav {
    position: relative;
}

.navbar .navbar-nav .nav-link {
    margin-right: 1rem;
    color: var(--secondary);
    font-weight: 600;
}

.navbar .navbar-nav .current-menu-item,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
    color: var(--primary);
}

.navbar .navbar-nav .menu-item-68 .nav-link {
    width: 45px;
    background-color: var(--base);
    border-radius: 50%;
    text-align: center;
}

.navbar .navbar-nav .menu-item-68 .nav-link svg {
    width: 16px;
    position: relative;
    top: -2px;
}

.navbar .navbar-nav .menu-item-68 .nav-link:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.navbar .navbar-nav .menu-item-67 {
    position: absolute;
    top: 82px;
    right: 0;
}

.navbar .navbar-nav .menu-item-67 .nav-link {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--base);
    border-radius: 50px;
    color: var(--quinary);
}

.navbar .navbar-nav .menu-item-67 .nav-link:hover,
.navbar .navbar-nav .menu-item-67 .nav-link:focus {
    background-color: var(--primary);
}

.navbar .navbar-nav .menu-item-69 .nav-link {
    position: relative;
}

.navbar .navbar-nav .menu-item-70 .nav-link {
    margin-right: 0;
}

.navbar .navbar-nav .menu-item-69 .nav-link:after {
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: var(--base);
    opacity: .5;
    content: '';
}

.navbar .navbar-nav .dropdown-toggle:after {
    margin-left: 6px;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid var(--secondary);
    border-width: 0 1px 1px 0;
}

.navbar .dropdown-menu {
    padding: .75rem;
    position: absolute;
    background-color: rgba(89, 84, 55, .8);
    border: 0;
    border-radius: 0;
}

.navbar .dropdown-menu li {
    margin-right: 0;
    float: none!important;
}

.navbar .dropdown-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: .9em;
    color: var(--tertiary);
    text-transform: none;
}

.navbar .dropdown-item.current-menu-item {
    color: var(--quaternary);
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: transparent;
    color: var(--quaternary);
}

.navbar .dropdown-menu li {
    margin-right: 0!important;
}

.navbar .dropdown-menu li:last-of-type .dropdown-item {
    border-bottom: 0;
}

@media (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Slider */
.page-slider {
    height: 600px;
}

.home .page-slider {
    height: calc(100vh - 208px);
}

.page-slider .carousel .img-cover-top {
    object-position: top;
}

.page-slider .carousel .img-cover-center {
    object-position: center;
}

.page-slider .carousel .img-cover-bottom {
    object-position: bottom;
}

.page-slider .page-slider-svg {
    height: calc(100% + 100px);
    top: 0;
    left: 0;
    z-index: 2;
}

.page-slider .page-slider-svg svg {
    height: 100%;
}

.page-slider .page-slider-info {
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.page-slider .page-slider-info .page-slider-text {
    z-index: 5;
}

.page-slider .page-slider-info .page-slider-text h1 {
    line-height: 1.1;
    font-size: 4rem;
    color: var(--secondary);
}

.page-slider .page-slider-info .page-slider-text p:nth-of-type(1) {
    line-height: 1.4;
    font-size: 1.75rem;
    color: var(--quinary);
    font-weight: 500;
}

.page-slider .page-slider-info .page-slider-text p:nth-of-type(2) {
    color: var(--quinary);
}

@media (max-width: 767.98px) {
    .home .page-slider {
        height: 700px;
    }
    
    .home .page-slider .carousel .carousel-item:after {
        height: 100%;
        background-color: rgba(43,43,43,.5);
    }
    
    .page-slider .page-slider-info .page-slider-text h1 {
        font-size: 2rem;
    }

    .page-slider .page-slider-info .page-slider-text p:nth-of-type(1) {
        font-size: 1.35rem;
    }
    
    .page-slider .page-slider-info .page-slider-text p br {
        display: none;
    }
}


/* Slider CTA */
.wp-block-group.wp-block-group-slider-cta {
    margin-top: -200px;
    padding-top: 0;
    z-index: 4;
}

.wp-block-group.wp-block-group-slider-cta .wp-block-group__inner-container {
    max-width: 1130px;
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) {
    padding: 3rem;
    border-radius: 0 1rem 1rem 1rem;
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1):has(h2) {
    background-color: rgba(137, 130, 104, .9);
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) h2 {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: var(--tertiary);
    font-weight: 700;
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) a {
    line-height: 24px;
    padding: .5rem 1rem .5rem 2.5rem;
    background-color: var(--quinary);
    border-radius: 50px;
    font-size: .9rem;
    color: var(--tertiary);
    font-weight: 700;
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) a svg {
    top: 50%;
    left: 1rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) a span svg path {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) a:hover,
.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) a:focus {
    background-color: var(--base);
    color: var(--font-color);
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) a:hover svg path,
.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) a:focus svg path {
    fill: var(--font-color);
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(2) {
    padding: 3rem;
    background-color: rgba(193, 166, 120,.8);
    border-radius: 0 1rem 1rem 1rem;
    color: var(--tertiary);
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(2) h3 {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: var(--tertiary);
    font-weight: 700;
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(2) p:last-of-type {
    margin-bottom: 0;
}

.wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(2) p:last-of-type a {
    margin-top: 0;
    background-color: var(--secondary);
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-slider-cta {
        position: relative;
        margin-top: 0;
        padding-top: 5rem;
        padding-bottom: 0;
    }

    .wp-block-group.wp-block-group-slider-cta .wp-block-group__inner-container {
        padding-right: 1rem;
    }

    .home .wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) {
        padding: 1.5rem;
    }

    body:not(.home) .wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(1) {
        padding: 1.5rem;
    }

    .wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(2) {
        padding: 1.5rem;
        flex-basis: 40%!important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body:not(.home ) .wp-block-group.wp-block-group-slider-cta .wp-block-columns .wp-block-column:nth-of-type(2) {
        flex-basis: 50%!important;
    }
}


/* Content image */
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2),
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) {
    position: relative;
}

.home .wp-block-group.wp-block-group-content-image {
    padding-top: 0;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) {
    padding-left: 2rem;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) {
    padding-right: 2rem;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) p:first-of-type,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) p:first-of-type {
    margin-bottom: 0;
    color: var(--primary);
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) ul,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) ul {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1),
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) ul li:not(.choice-1) {
    position: relative;
    margin-bottom: .5rem;
    padding-left: 30px;
    display: block;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1):before,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) ul li:not(.choice-1):before {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: .75rem;
    background-color: var(--primary);
    border-radius: 50%;
    content: '';
    display: inline-block;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) ul li:not(.choice-1):after,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) ul li:not(.choice-1):after {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 9px;
    transform: rotate(45deg);
    border-bottom: 2px solid var(--tertiary);
    border-right: 2px solid var(--tertiary);
    display: inline-block;
    content: '';
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) p a,
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) p a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2)  {
    position: relative;
}

.wp-block-group.wp-block-group-content-image.wp-block-group-content-services .wp-block-columns .wp-block-column:nth-child(1) ul li {
    padding-left: 0;
}

.wp-block-group.wp-block-group-content-image.wp-block-group-content-services .wp-block-columns .wp-block-column:nth-child(1) ul li:before,
.wp-block-group.wp-block-group-content-image.wp-block-group-content-services .wp-block-columns .wp-block-column:nth-child(1) ul li:after {
    display: none;
}

.wp-block-group.wp-block-group-content-image.wp-block-group-content-services .wp-block-columns .wp-block-column:nth-child(1) ul li:not(:last-of-type) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted var(--secondary);
}

.wp-block-group.wp-block-group-content-image.wp-block-group-content-services .wp-block-columns .wp-block-column:nth-child(1) ul li a {
    font-family: "Philosopher", sans-serif;
    font-size: 1.75rem;
    color: var(--quinary);
}

.wp-block-group.wp-block-group-content-image.wp-block-group-content-services .wp-block-columns .wp-block-column:nth-child(1) ul li a:hover,
.wp-block-group.wp-block-group-content-image.wp-block-group-content-services .wp-block-columns .wp-block-column:nth-child(1) ul li a:focus {
    color: var(--secondary);
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1),
    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    
    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image,
    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image {
        width: 100%;
        height: 350px;
        margin-bottom: 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .wp-block-group.wp-block-group-content-image:not(.wp-block-group-background) .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image,
    .wp-block-group.wp-block-group-image-content:not(.wp-block-group-background) .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image {
        width: 100%;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1),
    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image,
    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image {
        width: 100%;
        max-height: 300px;
        left: 0;
    }
}














/* Search */
.properties-filter-v-search {
    margin-bottom: 1.2rem;
    padding: .5rem;
    background-color: rgb(245, 244, 243);
    border-radius: 50px;
}

.properties-filter-v-search .row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.properties-filter-v-search .facetwp-facet {
    margin-bottom: 0;
}

.properties-filter-v-search .facetwp-facet {
    height: 40px;
}

.properties-filter-v-search .facetwp-facet-zoeken .fs-search {
    position: relative;
}

.properties-filter-v-search .facetwp-facet-zoeken .fs-search:before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23595437'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    content: '';
}

.properties-filter-v-search .facetwp-facet-zoeken .fs-search input {
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    background-color: transparent;
    border: 0!important;
    font-size: .9rem;
    font-weight: 300;
}

.properties-filter-v-search .facetwp-facet-zoeken .fs-dropdown {
    background-color: transparent;
}

.properties-filter-v-search .properties-filter-btn {
    height: 40px;
    line-height: 40px;
    background-color: var(--secondary);
    border-radius: 50px;
    font-size: .9rem;
    font-weight: 700;
}

.properties-filter-v-search .properties-filter-btn:hover,
.properties-filter-v-search .properties-filter-btn:focus {
    background-color: var(--primary);
}

.properties-filter-v-search .fs-no-results,
.properties-filter-v-search .facetwp-facet-zoeken .fs-options {
    background-color: rgb(245, 244, 243);
}

.properties-filter-v-search .selected .facetwp-facet-zoeken .fs-label-wrap {
    height: 40px;
    line-height: 40px;
    background-color: rgb(245, 244, 243);
    border: 0;
}

.properties-filter-v-search .properties-filter-reset {
    top: -3px;
    background-color: var(--base);
}

.properties-filter-v-search .properties-filter-reset:before,
.properties-filter-v-search .properties-filter-reset:after {
    background-color: var(--secondary);
}

@media (max-width: 767.98px) {
    .properties-filter-v-search .facetwp-facet-zoeken .fs-search input {
        padding-left: 38px;
    }

    .properties-filter-v-search .properties-filter-btn {
        padding-left: .5rem!important;
        padding-right: .5rem!important;
        font-size: .8rem;
    }
}





/* Announcement */
.announcement {
    max-width: 300px;
    bottom: 0;
    left: 1rem;
    z-index: 9999;
}

.announcement .collapse {
    max-width: 300px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.announcement .well {
    background-color: #fff!important;
    box-shadow: none;
}

.announcement .announcement-image img {
    width: 100%;
    max-height: 140px;
    object-fit: cover;
}

.announcement h4 {
    line-height: 1.2;
    font-size: 1.3rem;
}

.announcement a.btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.announcement .btn-announcement-close {
    width: 30px;
    height: 30px;
    background-color: #3a404a;
    position: absolute;
    top: -15px;
    right: -15px;
}

.announcement .btn-announcement-close:before,
.announcement .btn-announcement-close:after {
    width: 13px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    content: '';
}

.announcement .btn-announcement-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.announcement .btn-announcement-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 767.98px) {
    .announcement {
        max-width: 160px;
        bottom: 0;
        left: 0;
		font-size: 13px;
    }

    .announcement h4 {
        font-size: 1rem;
    }

    .announcement .announcement-image img {
        max-height: 70px;
    }
	
	.announcement a.btn {
		padding: .75rem 0.25rem;
		border-radius: .25rem;
		font-size: .7rem;
		color: #fff;
	}
	
	.announcement-info.p-3 {
		padding: 0.5rem !important;
	}
	
	.announcement-info p {
		line-height:1.2 !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .announcement {
        max-width: 310px;
        bottom: 0;
        left: 0;
    }

    .announcement .announcement-image img {
        max-height: 150px;
    }
}



/* TEMP */
/*.header,
.navbar,
.page-slider,
.wp-block-group-slider-cta,
.wp-block-group-image-content,
.wp-block-group-content-image,
.footer,
.footer-copyright {
    display: none;
}*/