/*
* Put style changes in css/style.css to override parent theme styles.
*/

/*
* Fonts - Global
*
*/

body {
    font-size: 100%;
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size-adjust: 0.5;
}

#page,
.archive {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.25;
    /* equivalent to 20px */
}

@media (min-width: 43.75em) {

    #page,
    .archive {
        font-size: 1em;
        /* equivalent to 16px */
        line-height: 1.375;
        /* equivalent to 22px */
    }
}

h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
    font-weight: bold !important;
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    }
}

h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

@media (min-width: 43.75em) {
    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }
}

h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}

@media (min-width: 43.75em) {
    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}

h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}

@media (min-width: 43.75em) {
    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
    }
}

a {
    font-weight: bold;
}

blockquote {
    font-family: '';
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
    border-left: 5px solid #eee;
    padding-left: 1.5em;
    margin: 1em 0;
    font-weight: normal;
    font-style: italic;
}

@media (min-width: 43.75em) {
    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833333;
        /* 35px / 24px */
    }
}

blockquote small {
    display: block;
    line-height: 1.7em;
}

p.lead {
    font-size: 150%;
    margin: 1em 0;
    font-weight: 300;
    font-style: italic;
}

p + ul,
p + ol,
p + dl {
    margin-bottom: 1.5em;
}

ul,
ol,
dl {
    text-align: left;
}

dt {
    font-weight: bold;
}

dd {
    text-indent: 1.5em;
}

code {
    font-family: courier, monospace;
}

p > code {
    padding: 0.25em;
    background: #eee;
}

pre {
    text-align: left;
    font-size: 100%;
}

hr {
    height: 0;
    color: #eee;
    border: 1px solid #eee;
    margin: 2em 0 1em;
}

.normal {
    font-weight: normal;
}

.quiet {
    color: #999;
}

.pull-left {
    float: left;
    margin: 0.5em 2em 1em 0;
}

.pull-right {
    float: right;
    margin: 0.5em 0 1em 2em;
}

.button {
    margin-top: 5px !important;
}

/*
* Global Page Mods
* The following are changes applied to all pages
*/

#page-container {
    background-color: transparent !important;
    background-image: url('https://deafspiritualpsychic.com/wp-content/uploads/2016/07/gradient_squares.png');
    background-repeat: repeat;
}

/* Regular Navigation Menu - add custom logo with text for desktop version  */

#main-header-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

#main-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    flex: 1 0 100%;
}

#main-header .container {
    margin: 0;
    flex-flow: row nowrap;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    #main-header .container {
        width: 90%;
    }
}

.logo-section {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#logo {
    height: 100%;
}

.logo {
    margin: 0 !important;
}

.branding {
    margin-left: 20px;
    text-align: center;
}

.branding h1.site-name {
    margin: 0;
    padding: 0;
    color: #F4DECB;
    font-size: 1.2em;
    font-weight: normal !important;
}

.branding p {
    margin: 0;
    padding: 0;
    font-size: 0.65em;
    color: #F8EEE7;
}


@media only screen and (min-width: 768px) {
    .branding h1.site-name {
        font-size: 1.5em;
    }

    .branding p {
        font-size: 1em;
    }
}

#et-navigation {
    margin-right: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    #et-navigation {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .header.left-right #et-navigation > ul > li > a {
        padding-bottom: 40px !important;
    }
}

#et-navigation > ul > li > a:before {
    top: 34px;
    height: 4px;
    color: #94618E;
}

/* Mobile Navigation Menu - edits the existing mobile menu  */

.show-menu-button {
    background: transparent;
    margin: 10px 0;
}

.show-menu-button span {
    display: block;
    background: rgba(255, 255, 255, 0.75);
    width: 20px;
    height: 2px;
    border-radius: 3px;
}

/* Woocommerce shopping cart button */

#et-info .et-cart {
    color: #fff;
    background-color: #94618E;
}

#et-info .et-cart:hover {
    color: #fff;
}

#et-info .et-cart:visited {
    color: #fff;
}

#et-info .et-cart::before {
    padding: 10px 5px 10px 0;
}

/* Contact Forms */


/* Nudge Submit button down */

.et_pb_contact_form_container .et_pb_button {
    margin-top: 20px;
}

/* Widgets */

.et_pb_widget {
    box-shadow: none;
}

.et_pb_widget a {
    font-size: 16px;
    color: #666;
}

.et_pb_widget a:visited {
    color: #94618E;
}

.et_pb_widget a:hover {
    text-decoration: underline;
}

.et_pb_widget .widgettitle {
    background: transparent;
    padding: 15px 20px;
    color: #94618E;
}

.et_pb_widget.widget_text .textwidget {
    line-height: inherit;
}

/* Front Page Mods */


.hero-section {
    position: relative;
    overflow: visible;
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/wanda_hiking.jpg") 50% 40% no-repeat;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


@media only screen and (min-width: 576px) {

    .et_pb_cta_2.et_pb_promo {
        flex: 1 0 100%;
    }

    .et_pb_sidebar_1.et_pb_widget_area {
        flex: 1 0 100%;
    }
}

@media only screen and (min-width: 740px) {

    .et_pb_cta_2.et_pb_promo {
        flex: 1 0 60%;
        padding: 0 40px !important;
    }

    .et_pb_sidebar_1.et_pb_widget_area {
        flex: 1 0 40%;
        margin-top: 0 !important;
    }
}

/* for front page woocommerce products widget */

#woocommerce_products-2.widget_products {
    display: flex;
    flex-flow: column;
    margin: 0;
    width: 100%;
    background-color: transparent;
}

#woocommerce_products-2.woocommerce ul.product_list_widget {
    display: flex;
    flex-flow: row wrap;
}

#woocommerce_products-2.et_pb_widget .widgettitle {
    padding: 0 0 20px 0;
}

#woocommerce_products-2.woocommerce .product_list_widget li {
    flex: 1 0 100%;
    border-bottom: 0;
    padding: 20px 0;
}


#woocommerce_products-2.woocommerce .product_list_widget li a {
    color: #F4DECB;
    font-size: 18px;
    margin-bottom: 5px;
}

#woocommerce_products-2.woocommerce .product_list_widget li a:hover {
    color: #FFF;
}

#woocommerce_products-2.woocommerce .product_list_widget li .amount {
    color: #FFF;
    font-size: 16px;
}

/* Woocommerce */

/* Global Woocommerce Mods */


/* add border radius to product images in woo product list widgets */

.et_pb_widget.woocommerce .product_list_widget li a img {
    border-radius: 5px;
}

/* add background color to input fields for forms */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty {
    background-color: #ebe9eb;
}

/* add height to order notes text area */

.woocommerce form .form-row textarea {
    height: 8em;

}

/* Woocommerce Full Width Shop Page Template if set as Woocommerce Shop page */

.post-type-archive-product #main-content {
    padding-top: 0px;
}

/* Woocommerce Single Product Page Mods */

.woocommerce-message a {
    color: #ffffff;
}

.woocommerce-message .button {
    margin: 0 !important;
}

a.button.wc-forward::after {
    margin-left: 5px;
}

/*
* epyt youtube plugin mods
*
*/

.epyt-gallery-subscribe a.epyt-gallery-subbutton {
    display: inline-block;
    padding: 5px 10px;
    background-color: #94618E !important;
    color: #fff !important;
    border-radius: 3px;
}

.epyt-pagination {
    display: inline-block;
}

.epyt-pagebutton {
    background-color: #94618E;
    padding: 5px 10px;
    margin: 0 10px;
    color: #fff;
    border-radius: 3px;
}

.epyt-next .arrow,
.epyt-prev .arrow {
    display: none;
}


/* Footer */

#footer {
    background: #49274A;
}

/* Quick Links Widget in Footer */

#footer .et_pb_widget.widget_nav_menu .widgettitle {
    line-height: 1;
}
