body.search-form-opened {
    overflow: hidden;
}
.eael-simple-menu-container .eael-simple-menu-toggle {
    left: 0;
}
.eu9-copyright {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
}
.eu9-post-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}
.elementor-widget .post-grid .post-title > a {
    color: inherit;
}
.elementor-widget .eu9-post-tag > a {
    background: #ffffff33;
    color: #fff;
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1;
}
.elementor-widget .eu9-post-tag > a:hover {
	background-color: #EF002E;
	color: #fff;
}
.elementor-widget a.link {
    color: #EF002E;
}
.eu9-post-tag > a:hover {
    background: #ffffff80;
}
.eu9-datetime-picker {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #aaaaaa;
}
.eu9-datetime-picker p {
    font-size: 12px;
    line-height: 1;
}
.eu9-search-button form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
}
.eu9-search-button form .form-inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.eu9-search-button form .form-inner, .eu9-search-button form .form-inner input {
    width: 100%;
}
.eu9-search-button form .form-inner input {
    max-width: 500px;
    padding: 12px 20px;
}
.eu9-search-button .btn-search {
    background-color: #FFB000;
}
.eu9-search-button > .btn-search {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
}
.eu9-search-button .btn-search::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
}
.eu9-search-button .btn-search:hover::before {
    opacity: 1;
}
.eu9-search-form .btn-search {
    width: 52px;
    border-radius: 0;
}
.eu9-search-button .btn-search .fa-search {
    color: #fff;
}
.btn-close, .btn-close:hover, .btn-close:focus, .btn-close:visited {
    box-shadow: none;
    border: none;
}
.btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    padding: 0;
    box-shadow: none;
    border: none;
}
.btn-close::before, .btn-close::after {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
}
.btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.elementor-widget h1 > a, .elementor-widget h2 > a, .elementor-widget h3 > a, .elementor-widget h4 > a, .elementor-widget h5 > a, .elementor-widget h6 > a {
    color: inherit;
}
div.elementor-widget[class*='elementor-widget-'] {
    width: 100%;
}
.elementor-widget a:hover {
    opacity: 0.8;
}
.elementor-widget .post-grid {
    display: grid;
    gap: 30px;
}
.elementor-widget .post-category {
    display: flex;
    gap: 11px;
}
.elementor-widget .post-category a:not(:first-child)::before {
    content: '•';
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    top: -1px;
    left: -9px;
}
.elementor-widget .post-category a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}
.elementor-widget .post-category a, .elementor-widget .meta-item {
    color: #444;
}
.elementor-widget .post-category a:hover {
    text-decoration: underline;
}
.elementor-widget .post-category a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
}
.elementor-widget .title-card {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-bottom: 2px solid #ef002e;
}
.elementor-widget .title-card span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    background-color: #ef002e;
    color: #fff;
    padding: 4px 14px 5px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    max-width: fit-content;
}
.elementor-widget .post-title {
    font-size: 19px;
    line-height: 26px;
    color: #333;
}
.elementor-widget .post-thumbnail {
    aspect-ratio: 1.7857;
    height: 100%;
    margin-bottom: 8px;
}
.elementor-widget .post-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}
.elementor-widget .post-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.post-grid-menu, .post-grid-menu, .post-grid-navigation {
    display: flex;
    align-items: center;
}
.post-grid-menu {
    position: absolute;
    top: 0;
    right: 0;
}
.post-grid-listing a {
    display: inline-block;
    padding: 0 15px;
    font-size: 11px;
    line-height: 26px;
    height: 26px;
    border: 1px solid #fff;
}
.post-grid-listing a, .swiper-btn {
    color: #fff;
}
.post-grid-listing a:hover, .swiper-btn:hover {
    border-color: rgba(2,136,209,0.5);
    color: #0288d1;
}
.post-grid-menu, .post-grid-navigation {
    gap: 8px;
}
.swiper-btn {
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    width: 26px;
    height: 26px;
}
.elementor-widget .magic-post-grid .post-thumbnail {
    aspect-ratio: unset;
    margin-bottom: 0;
}
.elementor-widget .magic-post-grid .post-item .post-entry {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
    z-index: 10;
    transform: translateY(0);
    transition: all 0.3s ease;
}
.elementor-widget .magic-post-grid .post-item:hover .post-entry {
    transform: translateY(-60px);
}
.elementor-widget .magic-post-grid .post-thumbnail > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    transition: all 0.3s ease;
    z-index: 1;
}
.elementor-widget .magic-post-grid .meta-item, .elementor-widget .magic-post-grid .post-excerpt {
    color: #fff;
}
.elementor-widget .magic-post-grid .post-excerpt {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    top: calc(100% - 25px);
    opacity: 0;
    transition: all 0.3s ease;
}
.elementor-widget .magic-post-grid .post-item:hover .post-excerpt {
    opacity: 1;
}
.elementor-widget .magic-post-grid .post-category {
    flex-wrap: wrap;
    gap: 5px;
}
.elementor-widget .magic-post-grid .post-category a {
    padding: 5px 8px;
    background-color: #ef002e;
}
.elementor-widget .magic-post-grid .post-category a:not(:first-child)::before {
    display: none;
}
.elementor-widget .eu9-post-list-special .post-item-inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.elementor-widget .eu9-post-list-special .post-grid {
    gap: 15px;
}
.elementor-widget .eu9-post-list-special .post-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.elementor-widget .eu9-post-list-special .post-thumbnail {
    width: 75px;
    height: 55px;
}
@media screen and (max-width: 767px) {
    .eu9-search-button form .form-inner {
        padding: 0 25px;
    }
    .elementor-widget .magic-post-grid {
        gap: 15px;
    }
    .elementor-widget .magic-post-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 1199px) {
    .elementor-widget .magic-post-grid {
        display: grid;
    }
}
@media screen and (max-width: 1199px) {
	.eu9-search-button .eu9-search-form {
		height: 100vh;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .elementor-widget .post-title {
        font-size: 17px;
        line-height: 24px;
    }
    .elementor-widget .magic-post-grid {
        gap: 20px;
    }
    .elementor-widget .magic-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-widget .magic-post-grid .post-item {
        display: flex;
        width: 100%;
    }
    .elementor-widget .magic-post-grid .post-thumbnail {
        aspect-ratio: unset;
    }
}
@media screen and (min-width: 1200px) {
    .elementor-widget .magic-post-grid {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 520px;
        overflow: hidden;
    }
    .elementor-widget .magic-post-grid .post-item {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 10em;
        flex: 1 0 10em;
        padding: 0;
        transition: flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out,-ms-flex-preferred-size .3s ease-in-out;
        flex-shrink: 1;
        vertical-align: top;
        float: left;
    }
    .elementor-widget .magic-post-grid .post-item:hover {
        flex-basis: 20em;
    }
    .elementor-widget .magic-post-grid .post-item .post-entry {
        width: 300px;
    }
    .elementor-widget .magic-post-grid .post-thumbnail {
        aspect-ratio: unset;
        margin-bottom: 0;
        box-shadow: 0 0 20px rgba(0,0,0,.8);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 550px;
        height: 100%;
        z-index: 10;
    }
    .elementor-widget .magic-post-grid .post-item:hover .post-thumbnail > a::before {
        opacity: 0.3;
    }
}