/*
 Theme Name:     Astrology Institute
 Theme URI:      https://astrologyinstitute.livingmagic.com
 Description:    Extra Child Theme
 Author:         Living Magic Inc.
 Author URI:     https://www.livingmagic.com
 Template:       Extra
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/* region < Basics > */
/*
*    __   ____            _            __
*   / /  | __ )  __ _ ___(_) ___ ___   \ \
*  / /   |  _ \ / _` / __| |/ __/ __|   \ \
*  \ \   | |_) | (_| \__ \ | (__\__ \   / /
*   \_\  |____/ \__,_|___/_|\___|___/  /_/
*
*/
:root {
    --bright-gold: #d3b24c;
    --gold: #C49F43;
    --dark-gold: #987C32;
    --royal-blue: #04305D;
    --royal-blue-2: #053A70;
    --royal-blue-3: #03478B;
    --terracotta: #AD3F26;
    --red: #D3240D;
    --crimson: #52261A;
    --pale-beige: #D3C9B4;
    --light-beige: #CBBFA3;
    --dark-beige: #978664;
    --chocolate: #3E2B12;
    --brown: #4A360B;
    --purple: #3C343A;
    --light-purple: #4A4047;
    --green: #314934;
    --light-green: #2E5336;
    --slate: #344350;
    --black: #000000;
    --cream: #F5F0E1;
    --off-white: #F5F0E1;
    --border-color: var(--dark-gold);
    --button-color: var(--terracotta);
    --button-hover-color: var(--dark-gold);
    --border-width: 0;
}

h1 {
    font-family: 'Uncial Antiqua', cursive;
    line-height: 1.2;
}

h2,
h3 {
    font-family: "Playfair Display", "Times New Roman", serif;
    text-transform: none !important;
}

h4 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 300;
    text-transform: none !important;
}

body {
    background-color: #987C32 !important;
    background-image: url(https://astrologyinstitute.livingmagic.com/wp-content/uploads/2022/12/repeating-sauvastika-field-25.png);
    background-size: 50px 25px;
}

a.button {
    background-color: var(--button-color);
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    /* 	background-image: url(https://astrologyinstitute.livingmagic.com/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png); */
    background-size: 50px;
    font-family: "PT Sans Narrow", sans-serif;
}

a.button:hover {
    background-color: var(--button-hover-color);
}

article,
article .post-content,
article .post-content .et_pb_section,
#article-tabs {
    background-color: var(--cream);
}

#main-content {
    padding-top: 25px;
}


.side-by-side-grid {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-gap: 10px;
    margin-top: 20px;
}

.side-by-side-grid p {
    grid-row: 1;
    text-align: center;
    display: block;
    width: 100%;
}

.social-icons .share-title {
    font-family: "PT Sans Narrow";
}

/* section • Fix Title Mask Issue */
body .et_pb_background_mask,
body .et_pb_background_pattern {
    display: none;
}

/* section - Sidebar */

.et_pb_extra_column_sidebar form {
    padding: 20px;
}

body .widget_list li>a:nth-of-type(1) {
    position: relative;
    width: 50px;
    max-width: 50px;
}

body .widget_list li>a:nth-of-type(1) img{
    overflow: hidden;
    height: 50px;
    width: auto;
    max-width: 200%;
    min-width: 100%;
    position: absolute;
    clip: rect(0, 50px, 50px, 0);
}

.et_pb_extra_column_sidebar .et_pb_widget:first-child {
    margin-top: 0;
}

.et_pb_extra_column_sidebar .et_pb_widget {
    border-radius: 0;
    margin: 0;
    background-color: var(--cream);
}

.et_pb_extra_column_sidebar h4.widgettitle {
    background-color: var(--royal-blue);
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    letter-spacing: 0;
    padding: 0;
    color: var(--bright-gold);
    font-family: Aboreto;
    font-size: 20px;
}

/* section • Sidebar: Library */


.et_pb_widget h3.wp-block-heading {
    color: var(--bright-gold);
    font-family: "Aboreto";
    padding: 10px 20px;
    background-color: var(--royal-blue);
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    margin-bottom: 0;
    margin-top: 0;
}

.et_pb_widget li > a {
    font-family: "PT Sans Narrow";
    font-size: 16px;
    color: var(--royal-blue);
}

.et_pb_widget li:hover {
    background-color: var(--royal-blue-3);
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    cursor: pointer;
}

.et_pb_widget li:hover>a,
.et_pb_widget li>a:hover
{
    color: var(--bright-gold) !important;
}

.et_pb_widget ul.children {
    background-color: var(--cream);
}

/* section • Sidebar: Books */

.et_pb_widget .menu li {
    padding: 15px 20px;
}

.et_pb_widget .menu li a {
    padding: 0;
    font-family: "PT Sans Narrow";
    font-size: 16px;
}




    /* endregion */

/* region < Header > */
/*
*    __   _   _                _             __
*   / /  | | | | ___  __ _  __| | ___ _ __   \ \
*  / /   | |_| |/ _ \/ _` |/ _` |/ _ \ '__|   \ \
*  \ \   |  _  |  __/ (_| | (_| |  __/ |      / /
*   \_\  |_| |_|\___|\__,_|\__,_|\___|_|     /_/
*
*/


/* region - Menu Upper */
/*
*            __  __                     _   _
*           |  \/  | ___ _ __  _   _   | | | |_ __  _ __   ___ _ __
*   _____   | |\/| |/ _ \ '_ \| | | |  | | | | '_ \| '_ \ / _ \ '__|
*  |_____|  | |  | |  __/ | | | |_| |  | |_| | |_) | |_) |  __/ |
*           |_|  |_|\___|_| |_|\__,_|   \___/| .__/| .__/ \___|_|
*                                            |_|   |_|
*/
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}

.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

#menu-upper {
    background-color: var(--dark-gold);
    background-image: url(https://astrologyinstitute.livingmagic.com/wp-content/uploads/2022/12/repeating-sauvastika-field-25.png);
    background-repeat: repeat;
    background-size: 50px 25px;
}

#menu-upper .et_pb_menu__search-button:after {
    color: #ffffff;
}

#menu-upper ul li a {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
}

#menu-upper .et_pb_menu_0_tb_header.et_pb_menu ul li.current_page_item a {
    padding-right: 4px;
    padding-left: 4px;
    background-color: #04305DCC;
}

#menu-upper .et_pb_menu_0_tb_header.et_pb_menu ul li.current_page_item a:before {
    font-weight: 400;
    color: #ffffff !important;
}

/* endregion */

/* region - Main Header */
/*
*            __  __       _          _   _                _
*           |  \/  | __ _(_)_ __    | | | | ___  __ _  __| | ___ _ __
*   _____   | |\/| |/ _` | | '_ \   | |_| |/ _ \/ _` |/ _` |/ _ \ '__|
*  |_____|  | |  | | (_| | | | | |  |  _  |  __/ (_| | (_| |  __/ |
*           |_|  |_|\__,_|_|_| |_|  |_| |_|\___|\__,_|\__,_|\___|_|
*
*/

#main-header {
    background-color: var(--royal-blue);
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
}

#main-header a {
    color: var(--bright-gold) !important;
}

#main-header #logo {
    width: 300px;
    height: auto;
    max-height: none;
}

/* endregion */

/* search icon */
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    #menu-upper .et_pb_row_0_tb_header.et_pb_row {
        padding: 0 20px !important;
    }

}

/* section -> Responsive */
/*
*       __     ____                                 _
*       \ \   |  _ \ ___  ___ _ __   ___  _ __  ___(_)_   _____
*   _____\ \  | |_) / _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \
*  |_____/ /  |  _ <  __/\__ \ |_) | (_) | | | \__ \ |\ V /  __/
*       /_/   |_| \_\___||___/ .__/ \___/|_| |_|___/_| \_/ \___|
*                            |_|
*/

@media screen and (max-width: 970px) {
    #main-header img {
        padding: 10px 0;
    }

    #main-header .et_pb_row {
        padding: 12px !important;
    }
}

/* endregion */

/* region < Newsletter Signup > */
/*
*    __   _   _                   _      _   _               ____  _                           __
*   / /  | \ | | _____      _____| | ___| |_| |_ ___ _ __   / ___|(_) __ _ _ __  _   _ _ __    \ \
*  / /   |  \| |/ _ \ \ /\ / / __| |/ _ \ __| __/ _ \ '__|  \___ \| |/ _` | '_ \| | | | '_ \    \ \
*  \ \   | |\  |  __/\ V  V /\__ \ |  __/ |_| ||  __/ |      ___) | | (_| | | | | |_| | |_) |   / /
*   \_\  |_| \_|\___| \_/\_/ |___/_|\___|\__|\__\___|_|     |____/|_|\__, |_| |_|\__,_| .__/   /_/
*                                                                    |___/            |_|
*/
#newsletter-signup {
    background-color: var(--royal-blue);
    background-image: url(https://astrologyinstitute.livingmagic.com/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png) !important;
    background-repeat: repeat;
    background-size: 50px 25px;
}

#newsletter-signup .et_pb_text_inner > p {
    font-family: Aboreto, sans-serif;
    font-size: 28px !important;
    color: #ffffff;
}

#newsletter-signup input,
#newsletter-signup textarea {
    background-color: #ffffff;
    color: var(--dark-gold);
    margin-right: 0;
    max-width: none;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
}

#newsletter-signup ::placeholder {
    font-family: "PT Sans Narrow";
    letter-spacing: 0;
    color: #987732AA;
}

#newsletter-signup input[type=submit] {
    background-color: #ffffff;
    font-family: "PT Sans Narrow";
    color: #987732AA;
}

#newsletter-signup input[type=submit]:hover {
    background-color: var(--dark-gold);
    color: #ffffff;
    cursor: pointer;
}

#newsletter-signup .et_pb_column_1_2 .et_pb_text_inner {
    padding-top: 10px;
}

#newsletter-signup p,
#newsletter-signup div.side-by-side {
    margin-bottom: 10px;
}

#newsletter-signup .side-by-side {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

/* endregion */

/* region < Footer > */
/*
*    __   _____           _              __
*   / /  |  ___|__   ___ | |_ ___ _ __   \ \
*  / /   | |_ / _ \ / _ \| __/ _ \ '__|   \ \
*  \ \   |  _| (_) | (_) | ||  __/ |      / /
*   \_\  |_|  \___/ \___/ \__\___|_|     /_/
*
*/


/* endregion */

/* region < Home > */
/*
*    __   _   _                        __
*   / /  | | | | ___  _ __ ___   ___   \ \
*  / /   | |_| |/ _ \| '_ ` _ \ / _ \   \ \
*  \ \   |  _  | (_) | | | | | |  __/   / /
*   \_\  |_| |_|\___/|_| |_| |_|\___|  /_/
*
*/

.blog #main-content {
    margin-bottom: 25px;
}

.blog article.et_pb_post {
    margin-bottom: 0 !important;
}

.blog article.et_pb_post p {
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
}

.blog .more-link {
    display: inline;
    background-color: var(--terracotta);
    width: min-content;
    white-space:nowrap;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    border-radius: 7px;
    font-family: "PT Sans Narrow";
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px auto 0;

}

.blog h2.et_pb_slide_title,
.blog div.et_pb_slide_content,
.blog h2.et_pb_slide_title
{
    text-shadow: none;
}

/* section - Hero */
#hero-section .et_pb_module_header {
    margin-bottom: 0 !important;
}

#hero-section h1 {
    margin-bottom: 20px;
}

#hero-section .et_pb_fullwidth_header_subhead {
    text-align: center;
    margin-bottom: 50px;
}

#hero-section .header-content p {
    margin-bottom: 20px;
    font-weight: 300;
}

#hero-section .header-content {
    margin: 0 auto;
}

/* section - Content */
/*
*             ____            _             _
*            / ___|___  _ __ | |_ ___ _ __ | |_
*   _____   | |   / _ \| '_ \| __/ _ \ '_ \| __|
*  |_____|  | |__| (_) | | | | ||  __/ | | | |_
*            \____\___/|_| |_|\__\___|_| |_|\__|
*
*/


#home-content .section-heading,
#astrological-writings .section-heading
{
    border-top: var(--border-width) solid var(--border-color) !important;
    border-right: var(--border-width) solid var(--border-color);
    border-left: var(--border-width) solid var(--border-color);
    margin: 20px 10px 0;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    z-index: 500;
}

#home-content .section-heading h2,
#astrological-writings .section-heading h2
{
    background-image: url(https://astrologyinstitute.livingmagic.com/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png) !important;
    color: var(--bright-gold) !important;
    text-shadow: 0 0 4px rgba(4,48,93,0.5);
    background-size: 50px 25px;
    background-repeat: repeat;
}


#home-content .section-text,
#astrological-writings .section-text
{
    border-bottom: var(--border-width) solid var(--border-color);
    border-right: var(--border-width) solid var(--border-color);
    border-left: var(--border-width) solid var(--border-color);
    margin: 20px 10px 0;
    padding: 20px;
    margin-top: 0;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    z-index: 1000;
}

.section-heading h2 {
    font-family: "Aboreto", cursive !important;
    background-color: var(--royal-blue);
    padding: 20px;
    color: var(--bright-gold);
    margin-bottom: 0 !important;
    text-align: center;
    /* background-image: url(https://astrologyinstitute.livingmagic.com/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png); */
    background-size: 50px 25px;
    font-size: 20px;
}



#home-left-column .section-heading,
#home-left-column .section-text {
    margin-left: 0;
}

#home-right-column .section-heading,
#home-right-column .section-text{
    margin-right: 0;
}

#home-left-column .section-text,
#home-left-column .et_pb_bg_layout_light,
#home-right-column .section-text,
#home-right-column .et_pb_bg_layout_light,
#home-left-column .et_pb_module,
#home-right-column .et_pb_module
{
    background-color: var(--cream);
}

/* section - Books */

/*.book-cover {*/
/*    width: 200px;*/
/*}*/


/*#other-books .et_pb_text_inner {*/
/*    display: grid;*/
/*    grid-template-columns: auto auto auto;*/
/*    grid-gap: 20px;*/
/*}*/

/*#other-books .et_pb_text_inner p {*/
/*    grid-row: 1;*/
/*}*/

/* region - Tabbed Posts */
/*
*            _____     _     _              _    ____           _
*           |_   _|_ _| |__ | |__   ___  __| |  |  _ \ ___  ___| |_ ___
*   _____     | |/ _` | '_ \| '_ \ / _ \/ _` |  | |_) / _ \/ __| __/ __|
*  |_____|    | | (_| | |_) | |_) |  __/ (_| |  |  __/ (_) \__ \ |_\__ \
*             |_|\__,_|_.__/|_.__/ \___|\__,_|  |_|   \___/|___/\__|___/
*
*/
#article-tabs {
    border-bottom: var(--border-width) solid var(--border-color);
    border-right: var(--border-width) solid var(--border-color);
    border-left: var(--border-width) solid var(--border-color);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    margin: auto;
}


#article-tabs .tabs ul li:hover {
    color: #D3B24C !important;
}

/* section -> thumbnails */
/*
*       __     _   _                     _                 _ _
*       \ \   | |_| |__  _   _ _ __ ___ | |__  _ __   __ _(_) |___
*   _____\ \  | __| '_ \| | | | '_ ` _ \| '_ \| '_ \ / _` | | / __|
*  |_____/ /  | |_| | | | |_| | | | | | | |_) | | | | (_| | | \__ \
*       /_/    \__|_| |_|\__,_|_| |_| |_|_.__/|_| |_|\__,_|_|_|___/
*
*/
body .tab-contents .posts-list article>a:nth-of-type(1) {
    position: relative;
    width: 50px;
    max-width: 50px;

    /* 	position: relative;
        width: 100%;
        height: auto;
        max-height: 400px;
        margin-bottom: 20px;
        position: relative; */

}


.et_pb_extra_module .posts-list article .post-thumbnail img {
    overflow: hidden;
    height: 50px;
    width: auto;
    max-width: 200%;
    min-width: 100%;
    position: absolute;
    clip: rect(0, 50px, 50px, 0);

    /* 	overflow: hidden;
        max-height: 100px;	 */
}


.et_pb_extra_module .posts-list article .post-meta {
    padding: 0;
    display: block;
}

/* endregion */

/* region -> Responsive */
/*
*       __     ____                                 _
*       \ \   |  _ \ ___  ___ _ __   ___  _ __  ___(_)_   _____
*   _____\ \  | |_) / _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \
*  |_____/ /  |  _ <  __/\__ \ |_) | (_) | | | \__ \ |\ V /  __/
*       /_/   |_| \_\___||___/ .__/ \___/|_| |_|___/_| \_/ \___|
*                            |_|
*/

@media screen and (max-width:970px) {
    #home-content .et_pb_column .et_pb_module {
        margin: 10px 0 0 0;
    }

    #home-content .et_pb_column .section-heading {
        margin-bottom: 0 !important;
    }

    #home-content .et_pb_column .section-text {
        margin-top: 0 !important;
    }

    #home-content #home-right-column > .section-heading:first-child {
        margin-top: 10px !important;
    }

    #home-content #home-right-column > .et_pb_post_slider {
        margin: 0 !important;
    }
    #home-content #home-right-column > .et_pb_posts {
        margin: 0 !important;
    }

    .blog #home-content > .et_pb_row {
        padding-bottom: 10px;
    }

    .blog #main-content {
        padding-top: 0;
        margin-bottom: 12px;
    }

    .blog #main-content .container {
        margin: 0 auto;
        width: 100%;
        padding: 0 12px;
    }

}

/* endregion */



/* endregion */

/* region < Pages > */
/*
*    __   ____                         __
*   / /  |  _ \ __ _  __ _  ___  ___   \ \
*  / /   | |_) / _` |/ _` |/ _ \/ __|   \ \
*  \ \   |  __/ (_| | (_| |  __/\__ \   / /
*   \_\  |_|   \__,_|\__, |\___||___/  /_/
*                    |___/
*/

body {
    color: rgba(0,0,0,0.8);
    font-size: 18px;
}

body article {
    /* 	background-color: var(--pale-beige); */
}

body article .et_pb_section {
    /* 	background-color: var(--pale-beige); */
}

body:not(.blog) .et_pb_section {
    padding: 0;
}


.page .et_pb_fullwidth_header_container {
    max-width: 1080px;
    margin: 0 auto;
    width: 1080px;
}

.page h1,
.page h2 {
    font-family: Aboreto;
}

.page h1.et_pb_module_header {
    padding-bottom: 0 !important;
}

.page p {
    font-size: 16px;
}

.page h1.entry-title {
    background-color: var(--royal-blue) !important;
    color: var(--bright-gold) !important;
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    font-family: Aboreto;
    letter-spacing: 0;
    font-weight: 600 !important;
    padding: 40px 50px !important;
}

.page .et_builder_inner_content .et_pb_section:first-child {
    padding-top: 0;
}

.page .section-heading {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 1280px;
    box-shadow: none;
}
.page .section-heading>div.et_pb_column h2 {
    background-color: var(--royal-blue-3) !important;
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    color: var(--bright-gold) !important;
    background-size: 50px 25px;
    background-repeat: repeat;
    font-family: Aboreto;
    letter-spacing: 0;
    font-style: italic;
    text-align: left !important;
    padding: 20px 50px !important;
}

.page article {
    border: none;
}

/* section • Hero */
#hero .et_pb_fullwidth_header_container {
    margin-right: 0;
    width: 100%;
}

#hero h1 {
    margin-bottom: 10px;
}

/* section •> Responsive */
/*
*  __     ____                                 _
*  \ \   |  _ \ ___  ___ _ __   ___  _ __  ___(_)_   _____
*   \ \  | |_) / _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \
*   / /  |  _ <  __/\__ \ |_) | (_) | | | \__ \ |\ V /  __/
*  /_/   |_| \_\___||___/ .__/ \___/|_| |_|___/_| \_/ \___|
*                       |_|
*/

@media screen and (max-width: 970px) {
    .page #main-content .container {
        margin: 0;
        width: 100%;
    }

    .page h1.entry-title {
        padding: 20px 12px !important;
    }

    .page .section-heading>div.et_pb_column h2 {
        padding: 12px !important;
    }
}

/* endregion */

/* region < Contact Form > */
/*
*    __    ____            _             _      _____                      __
*   / /   / ___|___  _ __ | |_ __ _  ___| |_   |  ___|__  _ __ _ __ ___    \ \
*  / /   | |   / _ \| '_ \| __/ _` |/ __| __|  | |_ / _ \| '__| '_ ` _ \    \ \
*  \ \   | |__| (_) | | | | || (_| | (__| |_   |  _| (_) | |  | | | | | |   / /
*   \_\   \____\___/|_| |_|\__\__,_|\___|\__|  |_|  \___/|_|  |_| |_| |_|  /_/
*
*/

#contact-form {
    background-color: var(--royal-blue) !important;
    color: var(--bright-gold) !important;
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    padding: 40px;
    margin: 20px auto 0;
}

#contact-form h1 {
    color: var(--bright-gold);
    letter-spacing: 0;
    margin-bottom: 20px;
}



#contact-form input,
#contact-form textarea {
    background-color: #ffffff;
    color: var(--dark-gold);
    margin-right: 0;
    max-width: none;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
}

#contact-form ::placeholder {
    font-family: "PT Sans Narrow";
    letter-spacing: 0;
    color: #987732AA;
}

#contact-form button {
    background-color: #ffffff;
    font-family: "PT Sans Narrow";
    color: #987732AA;
}

#contact-form button:hover {
    background-color: var(--dark-gold);
    color: #ffffff;
    cursor: pointer;
}

.et-pb-contact-message {
    background-color: #C8523F;
    margin-bottom: 20px;
    padding: 20px;
    color: var(--cream);
}

/*.et-pb-contact-message::before {*/
/*    content: "PLEASE FIX THE FOLLOWING ERRORS";*/
/*    color: var(--gold);*/
/*    font-weight: 700;*/
/*    text-align: center;*/
/*}*/

.et-pb-contact-message ul {
    font-size: 20px;
    margin-left: 100px;
    color: var(--cream);
}

/* section •> Responsive */
/*
*  __     ____                                 _
*  \ \   |  _ \ ___  ___ _ __   ___  _ __  ___(_)_   _____
*   \ \  | |_) / _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \
*   / /  |  _ <  __/\__ \ |_) | (_) | | | \__ \ |\ V /  __/
*  /_/   |_| \_\___||___/ .__/ \___/|_| |_|___/_| \_/ \___|
*                       |_|
*/

@media screen and (max-width: 970px) {
    #contact-form {
        padding: 12px !important;
    }
}

/* endregion */

/* region < Books > */
/*
*    __   ____              _          __
*   / /  | __ )  ___   ___ | | _____   \ \
*  / /   |  _ \ / _ \ / _ \| |/ / __|   \ \
*  \ \   | |_) | (_) | (_) |   <\__ \   / /
*   \_\  |____/ \___/ \___/|_|\_\___/  /_/
*
*/

/* section • Notes */

#book-notes p {
    font-style: italic;
    font-size: 18px;
    padding: 1em 40px;
    border: 2px solid var(--royal-blue);
}

#book-notes em,
#book-notes i {
    font-style: normal;
}

#book-notes p:after {
    content: "— Joseph";
    display: block;
    margin-top: 1em;
}

/* section • Review */

#book-review {
    background-color: var(--royal-blue);
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    padding: 40px;
    margin: 20px auto 50px;
}

#book-review p {
    color: #ffffff;
    font-style:italic;
    font-size: 16px;
}

#book-review em,
#book-review i {
    font-style: normal;
}

#book-review p:nth-of-type(1):before {
    content: "“";
    font-size: 108px;
    display: inline-block;
    text-align: center;
    font-family: "Playfair Display";
    font-style: normal;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

/* section • Purchase */

#purchase a.et_pb_button {
    background-color: var(--terracotta);
    border: none;
    font-family: "PT Sans Narrow";
    color: #ffffff;
    line-height:1.2 !important;
    font-weight: 600 !important;
}

/* endregion */

/* region < Blog Feed > */
/*
*    __   ____  _                _____             _   __
*   / /  | __ )| | ___   __ _   |  ___|__  ___  __| |  \ \
*  / /   |  _ \| |/ _ \ / _` |  | |_ / _ \/ _ \/ _` |   \ \
*  \ \   | |_) | | (_) | (_| |  |  _|  __/  __/ (_| |   / /
*   \_\  |____/|_|\___/ \__, |  |_|  \___|\___|\__,_|  /_/
*                       |___/
*/
#blog-feed .et_pb_column {
    padding: 0 !important;
}
/* endregion */

/* region < Categories > */
/*
*    __    ____      _                        _             __
*   / /   / ___|__ _| |_ ___  __ _  ___  _ __(_) ___  ___   \ \
*  / /   | |   / _` | __/ _ \/ _` |/ _ \| '__| |/ _ \/ __|   \ \
*  \ \   | |__| (_| | ||  __/ (_| | (_) | |  | |  __/\__ \   / /
*   \_\   \____\__,_|\__\___|\__, |\___/|_|  |_|\___||___/  /_/
*                            |___/
*/

.category #main-content .container {
    width: 100%;
}

.category h1 {
    background-color: var(--royal-blue) !important;
    color: var(--bright-gold) !important;
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    font-family: Aboreto;
    letter-spacing: 0;
    font-weight: 600 !important;
    padding: 40px 50px !important;
    margin-bottom: 0;
}

.category a.read-more-button {
    background-color: var(--terracotta);
    color: #ffffff;
    border-radius: 3px !important;
    font-family: "PT Sans Narrow";
}

.category a.read-more-button:hover {
    cursor: pointer;
}

.category h2.entry-title a {
    font-family: "Aboreto";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
}

/* section • Pagination */
ul.pagination {
    background-color: var(--royal-blue) !important;
    color: var(--bright-gold) !important;
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
}


a.pagination-page,
a.ellipsis,
a.arrow {
    background-color: var(--light-beige);

}

li.active a.pagination-page {
    background-color: var(--dark-gold);
}

.category .pagination a {
    font-family: "PT Sans Narrow";
}



/* region • Books */
/*
*     ____              _
*    | __ )  ___   ___ | | _____
*    |  _ \ / _ \ / _ \| |/ / __|
*    | |_) | (_) | (_) |   <\__ \
*    |____/ \___/ \___/|_|\_\___/
*
*/
.et_extra_layout .et_pb_extra_column_main .et_pb_row.et_pb_gutters3 .et_pb_column, .et_extra_layout.et_pb_gutters3 .et_pb_extra_column_main .et_pb_column,
.category-books .et_pb_column {
    padding: 0 !important;
}

.category-books article {
    padding: 50px 50px 50px 0 !important;
}

.category-books h2.entry-title {
    padding-bottom: 0;
    font-size: 36px !important;
}

.category-books h2.entry-title a {
    font-size: 36px !important;
}

.category-books .post-meta p {
    font-size: 16px;
}

.category-books .excerpt p {
    font-size: 15px;
}

.category-books .excerpt .read-more-button {
    background-color: var(--terracotta);
    color: #ffffff;
    border-radius: 3px !important;
    font-family: "PT Sans Narrow";
}

.category-books .excerpt .read-more-button:hover {
    cursor:pointer;
}

/* section -- Responsive */
@media screen and (max-width: 970px) {
    .category-books article {
        padding: 12px !important;
        border-bottom-color: var(--royal-blue) !important;
    }

    .category-books h2.post-title {
        line-height: 0.5;
    }

    .category-books .excerpt {
        text-align: center;
    }

    .category-books .excerpt p {
        text-align: left;
    }

}

/* endregion */



/* endregion */



/* region < Posts > */
/*
*    __   ____           _         __
*   / /  |  _ \ ___  ___| |_ ___   \ \
*  / /   | |_) / _ \/ __| __/ __|   \ \
*  \ \   |  __/ (_) \__ \ |_\__ \   / /
*   \_\  |_|   \___/|___/\__|___/  /_/
*
*/

.single article {
    margin-bottom: 0;
}

.single .post-header {
    background-color: var(--royal-blue) !important;
    color: var(--bright-gold) !important;
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    padding: 40px 50px !important;
    display: grid;
}

.single .post-header h1.entry-title {
    font-family: Aboreto;
    letter-spacing: 0;
    font-weight: 600 !important;
    padding: 0 0 20px !important;
    color: var(--bright-gold);
    text-align: left;
}

.single .post-header .post-meta {
    color: #ffffff;
    grid-row: 1;
    text-align: left;
    padding-top: 20px;
    font-family: Aboreto;
}

.single .post-header .post-meta a {
    color: #ffffff;
}

.single nav.post-nav {
    background-color: var(--royal-blue);
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
    padding: 20px;
}

.single nav.post-nav span.button {
    background-color: var(--button-color);
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    /* 	background-image: url(https://astrologyinstitute.livingmagic.com/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png); */
    background-size: 50px;
    font-family: "PT Sans Narrow", sans-serif;
}

.single nav.post-nav span.button:hover {
    background-color: var(--button-hover-color);
    color: #ffffff;
}

.single nav.post-nav span.button:before {
    content: "";
    display: none;
}

.single nav.post-nav span.title {
    color: var(--bright-gold);
    font-family: "PT Sans Narrow";
}

/* section • Share Strip */
article .post-footer {
    background-color: var(--royal-blue) !important;
    color: var(--bright-gold) !important;
    background-image: url(/wp-content/uploads/2022/12/repeating-sauvastika-field-10.png);
    background-size: 50px 25px;
    background-repeat: repeat;
}



article .post-footer .et-extra-icon {
    background-color: var(--dark-gold) !important;

}

article .post-footer .share-title {
    color: var(--bright-gold) !important;
}

/* endregion */

/* region < Contact > */
/*
*    __    ____            _             _     __
*   / /   / ___|___  _ __ | |_ __ _  ___| |_   \ \
*  / /   | |   / _ \| '_ \| __/ _` |/ __| __|   \ \
*  \ \   | |__| (_) | | | | || (_| | (__| |_    / /
*   \_\   \____\___/|_| |_|\__\__,_|\___|\__|  /_/
*
*/

.page-contact-us article input,
.page-contact-us article textarea,
.page-contact-us article button {
    background-color: var(--dark-beige) !important;
    font-family: "PT Sans Narrow" !important;
    color: #ffffff !important;
}

.page-contact-us article input::placeholder,
.page-contact-us article textarea::placeholder {
    color: #ffffff99;
}

.page-contact-us article .et_pb_contact_field_checkbox i {
    background-color: var(--dark-beige) !important;
}

.page-contact-us article .et_pb_contact_field_checkbox i:before {
    color: #ffffff !important;
}

/* endregion */
