/* ================================
   ADAM SHAYES WEBSITE - MAIN STYLES
   ================================ */


/* GLOBAL SITE TEXT COLOUR */

body,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body li,
body strong,
body em,
body .wp-block-heading,
body .wp-block-paragraph,
.wp-block-post-title {
    color: #0096D6 !important;
}


/* CENTRE PAGE TITLES */

.wp-block-post-title {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}


/* CENTRE NORMAL PAGE CONTENT */

.wp-block-post-content,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6,
.wp-block-post-content p {
    text-align: center !important;
}

.wp-block-post-content > * {
    margin-left: auto !important;
    margin-right: auto !important;
}


/* YOUTUBE GALLERY TEXT */

.ayg,
.ayg *,
.ayg a,
.ayg p,
.ayg span,
.ayg div,
.ayg h1,
.ayg h2,
.ayg h3,
.ayg h4,
.ayg h5,
.ayg h6,
.ayg button {
    color: #0096D6 !important;
}


/* YOUTUBE LOAD MORE BUTTON */

.ayg-pagination a,
.ayg-pagination button,
.ayg-load-more,
.ayg-load-more a,
.ayg-load-more button {
    display: inline-block !important;
    background: #F5A623 !important;
    color: #000000 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    padding: 20px 42px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35) !important;
}


/* LOAD MORE HOVER EFFECT */

.ayg-pagination a:hover,
.ayg-pagination button:hover,
.ayg-load-more:hover,
.ayg-load-more a:hover,
.ayg-load-more button:hover {
    transform: scale(1.05);
}

/* Blog listing titles */

.wp-block-post-title,
.wp-block-post-title a {
    color: #0096D6 !important;
    text-align: center !important;
}

/* BLOG - Read More button */

.wp-block-read-more,
.wp-block-post-excerpt__more-link {
    display: inline-block !important;
    background: #F5A623 !important;
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    padding: 12px 28px !important;
    margin-top: 18px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.wp-block-read-more:hover,
.wp-block-post-excerpt__more-link:hover {
    transform: scale(1.05);
}


/* LARGE PODCAST PLAYER */

.wp-block-audio {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
}

.wp-block-audio audio {
    width: 100%;
    min-height: 70px;
    transform: scale(1.08);
    transform-origin: center;
}

/* Video-style podcast player */
.wp-block-video {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}

.wp-block-video video {
    width: 100%;
}






/* COMPACT BLOG CARDS - KEEP FULL IMAGE */

.blog-post-cards > li {
    max-width: 500px !important;
    width: calc(100% - 30px);
    margin: 0 auto 28px auto;
    padding: 18px;
    background: #111111;
    border: 2px solid #009fe3;
    border-radius: 20px;
    overflow: hidden;
}

/* Show the complete featured image - NO CROPPING */
.blog-post-cards .wp-block-post-featured-image {
    margin: 0 0 16px 0;
}

.blog-post-cards .wp-block-post-featured-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}

/* Compact title */
.blog-post-cards .wp-block-post-title {
    font-size: 26px;
    line-height: 1.15;
    margin: 12px 0 8px;
}

/* Compact date */
.blog-post-cards .wp-block-post-date {
    margin: 6px 0 10px;
}

/* Compact description */
.blog-post-cards .wp-block-post-excerpt {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 10px;
}

/* Read button */
.blog-post-cards .wp-block-read-more {
    display: inline-block;
    background: #f5a623;
    color: #000 !important;
    padding: 11px 22px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
}





.adam-subscribe-box {
    text-align: center;
}

.adam-subscribe-box .wp-block-jetpack-subscriptions,
.adam-subscribe-box .wp-block-jetpack-subscriptions__container,
.adam-subscribe-box form {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important;
}

.adam-subscribe-box button {
    margin-left: auto !important;
    margin-right: auto !important;
}








/* Centre the Subscribe button */
.adam-subscribe-box .wp-block-jetpack-subscriptions,
.adam-subscribe-box .wp-block-jetpack-subscriptions form {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
}

.adam-subscribe-box button,
.adam-subscribe-box .wp-block-button__link {
    margin-left: auto !important;
    margin-right: auto !important;
}






.adam-subscribe-box {
    max-width: 664px !important;
    width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}