.video.tours-shop-details-box h2.banner-title,
.header-name-style {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 18px 30px;
    border-radius: 10px;
}

.header-area .main-nav.tours-title-nav .logo h1 {
    line-height: 60px;
}


.header-area .main-nav.tours-main-menu-nav ul.nav {
    margin-top: 0;
}

.header-area .main-nav.tours-main-menu-nav {
    margin-bottom: 12px;
    overflow: hidden;
}

.header-area {
    height: 125px;
}

.header-area .main-nav .nav li {
    height: 50px;
}

.background-header {
    height: 122px !important;
    z-index: 110;
}

.popup-location-chooser-pocket p {
    margin-top: 8px;
}

.popup-location-chooser-pocket p a {
    color: #1e1e1e;
}

.cms_content .wp-block-heading,
.cms_content h3 {
    margin-top: 50px;
    margin-bottom: 15px;
}

.cms_content p,
.cms_content ul {
    margin-bottom: 15px;
}

.cms_content li {
    margin-bottom: 10px;
}

.single-property .info-table.single-item-info-container {
    margin-left: 0;
    margin-bottom: 30px;
}

.single-property .info-table ul li:last-child.side-bar-widget-header-container {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
}

.single-property .info-table ul li h4 a {
    color: inherit;
}

.shops-banner-container img {
    position: absolute;
    top: 0;
    margin-top: 60px;
    width: 375px;
}

.shops-banner-container h4 {
    margin-top: 27px;
}

.shops-banner-text-container:before {
    content: "";
    width: 398px;
    height: 430px;
}

.shops-banner-text-container:before {
    float: left;
}

.footer-links-box {
    padding: 40px 0 0 0;
}

.footer-links-box h2,
.footer-links-box h3,
.footer-links-box h4,
.footer-links-box h5 {
    color: #f35525;
    margin-bottom: 12px;
}

.footer-links-column p {
    line-height: 28px;
    text-align: left;
}

.footer-links-column.site-info-column {
    padding-right: 60px;
}

.footer-links-column a {
    display: block;
    color: inherit;
    margin-bottom: 6px;
}

.footer-location-container {
    overflow: hidden;
    margin-bottom: 12px;
}

.footer-location-container form {
    /* float: right; */
    margin-left: auto;
    max-width: 400px;
}

.footer-location-container form label {
    color: #fff;
    margin-bottom: 12px;
}

.footer-links-box .social-link-block {
    overflow: hidden;
    margin-bottom: 12px;
}

.footer-links-box .social-link-block a {
    background-color: #fff;
    display: block;
    float: left;
    width: 34px;
    padding: 3px;
    height: 34px;
    margin-right: 12px;
    border-radius: 7px;
}

/**** GET IN TOUCH BOX *********/
.get-in-touch-widget-box h4 {
    margin-bottom: 23px;
}

.get-in-touch-widget-box p {
    margin-bottom: 5px;
}

.get-in-touch-widget-box .icon-button {
    padding-top: 23px;
}

.get-in-touch-widget-box .social-li-rows {
    margin: 20px 0;
    display: flex;
    justify-content: space-evenly;
}

.get-in-touch-widget-box .social-li-rows i {
    font-size: 23px;
    color: #000;
}

.get-in-touch-widget-box .social-li-rows .social-li-anchor svg {
    width: 21px;
}

/**** END GET IN TOUCH BOX *****/

@media only screen and (max-width: 767px) {
    .footer-links-column {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 430px) {
    .shops-banner-container img {
        position: relative;
        top: 0;
        margin-top: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .shops-banner-container h4 {
        margin-top: 0;
    }

    .shops-banner-text-container:before {
        content: "";
        width: 0;
        height: 0;
    }

    .shops-banner-text-container:before {
        float: none;
    }
}