/*
Theme Name:   Twenty Twenty-Five Child
Theme URI:    https://skydiamondsresort.com
Description:  Child theme for Twenty Twenty-Five
Author:       Holger
Author URI:   https://12dollarwebsites.com
Template:     twentytwentyfive
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyfive-child
*/

/* Add your custom CSS below this line */

/* buttonizer */
div.buttonizer.buttonizer-group.buttonizer-group-0-0-1 {
	top: 8% !important;
}

/* Hide Buttonizer on mobile/tablet screens below 880px */
@media screen and (max-width: 900px) {
    .buttonizer,
    .buttonizer-group,
    .buttonizer-group-0-0-1 {
        display: none !important;
    }
}
/* gap between logo and image */
main {
    margin-top: 0 !important;
}


.sdr-category-header,
.sdr-post-title {
	margin-block-start: 0;
}





/* Import Cinzel font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');

/* Apply Cinzel to all headlines */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
}

/* Custom colors */
:root {
    --beacon-blue: #2c469d;
    --moroccan-sky: #e89b6f;
}

/* Apply to headings */
h1, h2, h3 {
    color: var(--beacon-blue);
}

/* Apply to links */
a {
    color: var(--beacon-blue);
}

body:not(.page-id-14) a:hover {
    color: #000000;
    background-color: yellow;
}




/* Apply to buttons */
.wp-block-button__link {
    background-color: var(--beacon-blue);
}

body:not(.page-id-14) .wp-block-button__link:hover {
    background-color: yellow;
}



// Footer
#footer > div > h3 { margin-top: 0 !important; }

body {
    // border: 5px solid red !important;
}