/* 
Theme Name: Irish Writers
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Loco Team
Author URI: https://juvo.ie/
Template: hello-elementor
Version: 2.0.7
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.subscription-checkout {
    margin: 150px 5% 0px 5%;
}

.um-stripe-order-details-table tr td, .um-stripe-order-details, .um-stripe-order-details-billing-table, .um-stripe-register-message {
    font-size: 140%;
}

.member_url {
    color: rgb(20, 20, 20) !important;
    transition: color 0.3s;
    letter-spacing: 1.6px;
    line-height: 19.5px;
    list-style-type: none;
    text-align: left;
    text-size-adjust: 100%;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 700;
}

.custom-container {
    padding-inline-start: 5%;
    padding-inline-end: 5%;
}

.custom-title {
    font-size: 100px;
}

@media (max-width: 1024px) {
    .custom-container {
        padding-inline-start: 64px;
        padding-inline-end: 64px;
    }

    .custom-title {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .custom-container {
        padding-inline-start: 32px;
        padding-inline-end: 32px;
    }

    .custom-title {
        font-size: 56px;
    }
}

@media (max-width: 576px) {
    .custom-title {
        font-size: 44px;
    }
}

.custom-select {
    background-color: #E0CABE;
    border-color: #A16642;
    border-radius: 0;
    color: black;
}

.custom-btn-search, .custom-btn-search:hover, .custom-btn-search:focus {
    flex-basis: 100%;
    padding: 0.375rem 0.75rem !important;
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 0;
}

.custom-select, .custom-btn-search {
    text-transform: uppercase;
    font-weight: 400;
    font-family: Sans-serif, serif;
    letter-spacing: 1.1px;
    font-size: 11px;
    min-height: 40px
}

.custom-title {
    margin: 0;
    font-size: 56px;
    font-family: 'Cormorant Garamond', serif;
    color: #141414;
    font-weight: 400;
    line-height: 67px;
    letter-spacing: -0.8px;
}

.custom-details-title {
    margin: 0;
    padding: 0;
    color: #141414;
    font-family: "Yantramanav", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px
}

.custom-footer-title {
    font-size: 29px;
    font-family: 'Cormorant Garamond', serif;
    color: #141414;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 35px;
}