/*
Theme Name: Lonops Paradise
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Freshdigital
Author URI: https://freshdigital.com.au/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1773018682
Updated: 2026-03-09 01:11:22

*/

/***
* class: .sticky-header
*/
header.sticky-header {
    transition: background-color 0.3s ease-out, backdrop-filter 0.3s ease-out, min-height 0.3s ease-out, padding 0.3s ease-out;
}

header.sticky-header.elementor-sticky--effects {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 60px !important;
}

header.sticky-header > .e-con-inner {
    transition: min-height 0.3s ease-out;
}

header.sticky-header.elementor-sticky--effects > .e-con-inner {
    min-height: 60px !important;
}

header.sticky-header .logo img {
    transition: max-width 0.3s ease-out;
}

header.sticky-header.elementor-sticky--effects .logo img {
    max-width: 120px !important;
    height: auto !important;
}

@media only screen and (max-width: 1024px) {
    header.sticky-header.elementor-sticky--effects .logo img {
        max-width: 100px !important;
    }
}

@media only screen and (max-width: 767px) {
    header.sticky-header.elementor-sticky--effects,
    header.sticky-header.elementor-sticky--effects > .e-con-inner {
        min-height: 50px !important;
    }

    header.sticky-header.elementor-sticky--effects .logo img {
        max-width: 70px !important;
    }
}

a {
    transition: all 0.5s ease;
}

.elementor-widget-text-editor a:hover {
    text-decoration: underline !important;
}

.elementor-widget-image-gallery .wp-caption-text.gallery-caption {
    background-color: #ffffff;
    padding: 0.5rem;
}

.elementor-widget-image-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

header .elementor-nav-menu .menu-item .elementor-item {
    text-shadow: 0 0 3px rgba(0, 0, 0, .5) !important;
}

header .elementor-nav-menu .sub-arrow {
    padding: 3px !important;
}

header .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown {
    background: linear-gradient(to bottom, rgba(158, 203, 45, 1) 0%, rgba(158, 203, 45, 1) 100%) !important;
    padding-bottom: 15px !important;
}

header .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown .menu-item a {
    text-shadow: 0 0 3px rgba(0, 0, 0, .5) !important;
}

/* Class: icon-shadow */
.icon-shadow.elementor-widget-icon-box .elementor-icon{
    filter: drop-shadow(0px 0px 3px black) !important;
}

.custom-inline-list .elementor-icon-list-item a,
.custom-inline-list .elementor-icon-list-item span.elementor-icon-list-text {
    display: inline !important;
}

.custom-inline-list .elementor-icon-list-item a:hover {
    text-decoration: underline !important;
}

.contact-form .elementor-field-type-submit {
    margin-top: 35px !important;
}

.footer-contact-form .elementor-field-type-submit {
    margin-top: 15px !important;
}

.wp-lightbox-overlay .scrim {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.elementor-widget-text-editor ul {
    list-style-type: square;
    padding-left: 1em !important;
    margin-left: 0 !important;
}

.elementor-widget-text-editor ul li:not(:last-child) {
    margin-bottom: 0.5em;
}

/* Start Basic Gallery Style */
@media (max-width: 1024px) {
    .elementor-widget-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 33.3333% !important;
        width: 33.3333% !important;
    }

    .elementor-widget-image-gallery .gallery-columns-6 .gallery-item:nth-of-type(6n+1) {
        clear: none !important;
    }

    .elementor-widget-image-gallery .gallery-columns-6 .gallery-item:nth-of-type(3n+1) {
        clear: both !important;
    }
}

@media (max-width: 767px) {
    .elementor-widget-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 50% !important;
        width: 50% !important;
    }

    .elementor-widget-image-gallery .gallery-columns-6 .gallery-item:nth-of-type(3n+1) {
        clear: none !important;
    }

    .elementor-widget-image-gallery .gallery-columns-6 .gallery-item:nth-of-type(2n+1) {
        clear: both !important;
    }
}

/* End Basic Gallery Style */

/* Start Comments Style */
#comments {
    scroll-margin-top: 150px !important; 
}

#comments nav.comments-pagination h2.screen-reader-text {
    display: none !important;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    padding-block-end: 5px !important;
    padding-block-start: 20px !important;
    padding-inline-start: 0 !important;
}

#comments .comment-author,
#comments .comment-metadata {
    line-height: 1.5em !important;
}

.comment-form {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    color: black;
    text-shadow: none;
    font-size: 0.8em;
}

.comment-form label {
    color: black !important;
    text-shadow: none !important;
    font-size: 1em !important;
}


.comment-form .comment-form-attachment .comment-form-attachment__input {
    max-width: 100%;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.comment-author .says {
    display: none !important;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    border-block-end-color: lightgrey !important;
}

.comment-form .input,
.comment-form textarea {
    color: #495057 !important;
}

.comment-form .submit {
    max-width: 100%;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.comment-form .submit:is(:hover, :focus, :active) {
    color: #fff;
    background-color: #495057;
}

.comment-form .logged-in-as a {
    color: var(--e-global-color-primary) !important;
}

.comment-form .logged-in-as a:is(:hover, :focus, :active) {
    color: var(--e-global-color-accent) !important;
}

ol.commentlist li.comment .comment-body {
    display: block !important;
    padding: 20px 0;
    border-bottom: 1px dotted #333 !important;
    min-height: 170px;
}

.comment-content {
    display: block !important;
}

.dco-attachment {
    float: left !important;
    margin: 5px 20px 10px 0 !important;
    width: 150px !important;
}

.dco-attachment img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    display: block !important;
    background: white !important;
    padding: 2px !important;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) !important;
    border: none !important;
    border-radius: 0 !important;
}

.comment-meta {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0px !important;
    row-gap: 10px;
}

.comment-author {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--e-global-color-text) !important;
}

.comment-metadata {
    float: none !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.comment-metadata a:not(.comment-edit-link) {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-decoration: none;
}

.comment-metadata a.comment-edit-link {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--e-global-color-primary);
    margin-left: 10px;
}

.comment-metadata a.comment-edit-link:is(:hover, :focus, :active) {
    color: var(--e-global-color-accent);
}

.comment-content p,
.guestbook-text {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.comment-form .comment-form-attachment__file-size-notice,
.comment-form .comment-form-attachment__file-types-notice {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 0.8rem;
}

.reply {
    clear: both;
    display: block;
    margin-top: 10px;
}

.guestbook-text {
    flex: 1;
    line-height: 1.6;
}

/* Layout */
.guestbook-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

.guestbook-list-col {
    flex: 1 1 auto;
    width: calc(100% - 295px);
    max-width: 825px;
}

.guestbook-form-col {
    flex: 0 0 255px;
    max-width: 255px;
}

.guestbook-title {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-weight: 700 !important;
    color: var(--e-global-color-primary) !important;
    margin-bottom: 0 !important;
}

.guestbook-form-wrapper {
    background: #368705 url('/wp-content/uploads/2026/03/bg-green.webp') no-repeat center center;
    background-size: cover;
    border: 1px solid #368705;
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 1em;
    border-radius: 3px;
    font-size: 1em;
}

.guestbook-form-wrapper .comment-reply-title {
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.guestbook-form-wrapper label {
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.comments-area .nav-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.comments-area .nav-links .page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0097d2;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: 400;
}

.comments-area .nav-links .page-numbers.current {
    z-index: 3;
    color: #fff;
    background-color: #0097d2;
    border-color: #0097d2;
    font-weight: bold;
}

.comments-area .nav-links a.page-numbers:hover {
    z-index: 2;
    color: #0097d2;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.comments-area .nav-links .page-numbers:first-child {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.comments-area .nav-links .page-numbers:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.comments-area .nav-links .page-numbers.dots {
    color: #6c757d;
    background-color: #fff;
    pointer-events: none;
}

@media (max-width: 1536px) {
    .comment-author {
        font-size: 1.2rem;
    }

    .comment-metadata {
        font-size: 1.2rem;
    }

    .comment-metadata a:not(.comment-edit-link) {
        font-size: 1.2rem;
    }

    .comment-metadata a.comment-edit-link {
        font-size: 1.2rem;
    }

    .comment-content p,
    .guestbook-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 1024px) {
    .comment-author {
        font-size: 1.1rem;
    }

    .comment-metadata {
        font-size: 1.1rem;
    }

    .comment-metadata a:not(.comment-edit-link) {
        font-size: 1.1rem;
    }

    .comment-metadata a.comment-edit-link {
        font-size: 1.1rem;
    }

    .comment-content p,
    .guestbook-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .guestbook-grid {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
    }

    .guestbook-list-col,
    .guestbook-form-col {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }

    .comment-author {
        font-size: 1rem;
    }

    .comment-metadata {
        font-size: 1rem;
    }

    .comment-metadata a:not(.comment-edit-link) {
        font-size: 1rem;
    }

    .comment-metadata a.comment-edit-link {
        font-size: 1rem;
    }

    .comment-content p,
    .guestbook-text {
        font-size: 1rem;
    }
}

/* End Comments Style */

/* Start Custom Guestbook Style */
.sidebar-guestbook-widget .sidebar-commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: inherit !important;
}

.sidebar-guestbook-widget .sidebar-comment-item {
    margin-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 15px;
}

.sidebar-guestbook-widget .sidebar-comment-item .sidebar-comment-author,
.sidebar-guestbook-widget .sidebar-comment-item .sidebar-comment-date,
.sidebar-guestbook-widget .sidebar-comment-item .sidebar-comment-excerpt {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
}

/* End Custom Guestbook Style */

/* Start Blog Style */
.blog .elementor-widget-posts .elementor-post__read-more {
    background-color: var(--e-global-color-ee2b14f) !important;
    border-radius: 3px !important;
    padding: 0.375rem 0.75rem !important;
    transition: all 0.5s ease;
}

.blog .elementor-widget-posts .elementor-post__read-more:hover {
    color: var(--e-global-color-ee2b14f) !important;
    background-color: var(--e-global-color-0495957) !important;
}

.blog .elementor-widget-posts .elementor-post__excerpt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1em !important;
    margin-bottom: 1em !important;
}

.blog .elementor-widget-posts .elementor-pagination {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
}

.blog .elementor-widget-posts .elementor-pagination .page-numbers {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    cursor: pointer;
    padding: 2px 10px !important;
    color: #ffffff;
    margin: 0 !important;
    transition: all 0.5s ease;
}

.blog .elementor-widget-posts .elementor-pagination .page-numbers:hover {
    background-color: black;
}

.blog .elementor-widget-posts .elementor-pagination .page-numbers.current {
    background-color: black;
}

.blog .elementor-widget-posts .elementor-pagination span.page-numbers.prev,
.blog .elementor-widget-posts .elementor-pagination span.page-numbers.next {
    display: none;
}

.blog .elementor-widget-posts .elementor-post__title:hover {
    text-decoration: underline !important;
}

/* End Blog Style */

/* Start Gallery Gutenberg Style */
.wp-block-gallery {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 4px !important;
}

.wp-block-gallery .wp-block-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    position: relative;
    border: 4px solid #ffffff !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.wp-block-gallery .wp-block-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
}

.wp-block-gallery .wp-block-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
    z-index: 1;
}

.wp-block-gallery .wp-block-image:hover::after {
    opacity: 1;
}

@media (max-width: 1024px) {
    .wp-block-gallery {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .wp-block-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.wp-block-gallery .wp-block-image img {
    visibility: visible !important;
}

/* End Gallery Gutenberg Style */

/* Start WPML Style */
.elementor-widget-wpml-language-switcher .wpml-ls-item{
    text-shadow: 0 0 3px black !important;
}

.elementor-widget-wpml-language-switcher .wpml-ls-item .wpml-ls-link:hover{
    opacity: 0.7;
}
/* End WPML Style */