.mobile-menu-title {
    padding-left: 30px;
}
.module-desc {
	max-width: 100%;
}
.box-single .footer__promo.footer__section {
	display: none !important;
}
.gridlove-single-layout-3 .entry-image img {
    width: 100%;
}
.wp-block-search .wp-block-search__button {
    margin-top: 0;
}
.gridlove-breadcrumbs {
    margin-bottom: 10px;
}
.gridlove-slot-l {
    left: 0;
}
.gridlove-header-sticky .container {
    padding: 0;
}
.site_brand_name {
    display: flex;
    align-items: center;
    height: 100%;
}
.site_brand_name .h1 {
    margin-bottom: 0;
}
.module-type-cats .gridlove-post-a .box-inner-p {
    top: 15%;
}
.gridlove-post-a .entry-image img {
    height: 220px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.modal.is-visible {
    visibility: visible;
    z-index: 10000;
}
.no-scroll {
    overflow: hidden;
}
.modal-overlay {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease 0.3s, opacity 0.3s ease;
}
.modal-overlay {
    background: hsla(0, 0%, 0%, 0.5);
}
.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-wrapper {
    position: absolute;
    z-index: 10000;
    top: 3em;
    left: 50%;
    width: 100%;
    max-width: 600px;
    margin-left: -50%;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.modal-transition {
    transition: visibility 0.3s 0.12s, opacity 0.3s 0.12s, transform 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal-header,
.modal-content {
    padding: 1em;
}
.modal-content .privacy {
	margin-top: 3%;
}
.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}
.modal-heading {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.125em;
    color: #aaa;
    background: none;
    border: 0;
}
.modal-close:hover {
    color: #777;
}
.modal-content > *:first-child {
    margin-top: 0;
}
.modal-content > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .modal-wrapper {
        top: 6em;
        margin-left: -300px;
    }
    .open_menu_action > span {
        display: none;
    }
}
@media (max-width: 1023px) {
    .gridlove-header-responsive .container {
        display: flex;
        align-items: center;
    }
    .gridlove-header-responsive .gridlove-adBox {
        margin: 0 auto;
    }
    .site-title img {
        max-height: 66px;
    }
}
@media (max-width: 780px) {
	.module-desc {
		max-width: 100%;
	}
    .gridlove-button.modal-show {
        margin-top: 0px;
    }
    .site-title img {
        max-height: 46px;
    }
    .gridlove-header-responsive .container {
        padding: 0 10px;
    }
    .gridlove-header-responsive .gridlove-actions {
        position: relative;
    }
    .gridlove-header-responsive .gridlove-actions-button:last-child > span {
        display: flex;
        align-items: center;
        justify-content: end;
        margin-right: 0;
    }
    .open_menu_action i {
        margin-left: 5px;
    }
}