/**
Theme Name: Pantry Goods
Author: Evan Emerson
Author URI: https://www.evanemerson.com
Description: Child theme for Astra
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pantrygoodskc
Template: astra
*/
/*
Headings reset
*/
.ast-single-post .entry-title, .page-title, h1.entry-title, h1 {
    font-size: 48px;
    font-size: 3rem;
}
h2, .entry-content h2, .entry-content h2 a {
    font-size: 42px;
    font-size: 2.625rem;
}
h3, .entry-content h3, .entry-content h3 a {
    font-size: 36px;
    font-size: 2.25rem;
}
h4, .entry-content h4, .entry-content h4 a {
    font-size: 30px;
    font-size: 1.875rem;
}
h5, .entry-content h5, .entry-content h5 a {
    font-size: 24px;
    font-size: 1.5rem;
}
h6, .entry-content h6, .entry-content h6 a {
    font-size: 18px;
    font-size: 1.125rem;
}
.delivery-days-row .fl-html {}
.delivery-days-col .fl-html p {
    font-size: .8rem;
}
/*
Checkout page. Astra makes all input labels opacity:0, so we change mailchimp checkbox.
*/
.ast-checkout-labels-as-placeholders form #customer_details .form-row.mailchimp-newsletter label {
    opacity: 100;
}

ul#menu-social-menu li i.fab {
    font-size: 2em;
    padding-bottom: 10px;
    float: left;
    margin: .5em;
    color: #FFFFFF;
}
ul#menu-social-menu li:first-child i {
    margin: .5em .5em .5em 0em;
}
ul#menu-social-menu li:last-child i {
    margin: .5em 0em .5em .5em;
}

/*
Add to subscription font change
*/
span.wcsatt-add-to-subscription-action {
    font-size: 1.5rem;
    font-weight: 700;
}

/*
Testimonial Styling
 */
/*Testimonials*/
.fl-testimonial-image.alignleft {
    margin: 5px 20px 13px 0;
}
.fl-testimonial-content {
    color: black !important;
    display: block;
    line-height: 1.3;
    font-size: 17px;
    /*font-style: italic;*/
}
#first-testimonial {
    font-size: 25px;
}
.fl-testimonial-source {
    clear: both;
    color: #7f7f7f !important;
    font-size: 15px;
}
.fl-testimonial-source a {
    color: black !important;
}
/*Disabling the Refer a Friend Modal*/
.mwb-cpr-drag {
	display: none;
}
