/*
Theme Name:     Neve Child Theme
Theme URI:      https://discoversaipan.com
Description:    A child theme for the Neve theme, optimized for Elementor and DiscoverSaipan layouts
Author:         Walt Goodridge
Author URI:     https://discoversaipan.com
Template:       neve
Version:        1.0.0
Text Domain:    neve-child
*/

/* Add your custom CSS below this line *



/* Fixed width button */
.fixed-button {
    width: 180px;        /* fixed width */
    text-align: center;  /* centers the text */
    white-space: nowrap; /* prevents text wrapping */
}

/*


.custom-header-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}


.custom-banner {
    text-align: center;
    margin-bottom: 20px;
}


blockquote h3 {
    color: #0073aa !important; /* WordPress blue * /
	font-size: 1.4em !important; 
}

.desktop-only {
    display: none;
}
.mobile-only {
    display: block;
}

@media (min-width: 768px) {
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}


.footer-meta {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #333;
}


.wp-caption-text {
    font-size: 1.1em !important; /* Slightly larger font * /
    font-style: italic; /* Italicized text */
   /* color: inherit; */ /* Optional: ensures it uses your current text color * /
	    color: #2B3856 !important; /* Optional: ensures it uses your current text color * /
    line-height: 1.3;
}


.widget-title {
    font-size: 18px;
	font-family:  Oswald;
    font-style: italic;
    font-weight: 600;
    color: #1D3557;  /* Deep blue * /
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* Float-safe padding and clear fix for WooCommerce product descriptions * /
.woocommerce-product-details__short-description,
.woocommerce-Tabs-panel--description,
.woocommerce-tabs .panel.entry-content {
    clear: both;
    padding-top: 1em;
}


/* Sidebar Recent Posts widget styling * /
.wp-block-latest-posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-block-latest-posts li {
    margin-bottom: 1em;   /* more space between each item */ 
    line-height: 1.6;     /* more vertical breathing room * /
}

.wp-block-latest-posts a {
    font-weight: bold;    /* make titles stand out * /
}

.wp-block-latest-posts time:before {
    content: "\00a0";     /* adds a non-breaking space before the date * /
}

.wp-block-latest-posts time {
    font-size: 0.9em;
    color: #666;
}



