/*
Theme Name: QS App Billing Theme
Theme URI: 
Description: Child theme of wuqi theme for the Wuqi theme
Author: <a href="https://presscargo.io">Press Cargo</a>
Author URI: 
Template: wuqi
Version: 1.0.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 17 Mar 2021 09:45:35 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

.home .primary-wrap {
    justify-content: center !important;
}

/*The pricing page needs more width to display the plan items in the iframe otherwise it will show as columns */
.pricing .content-wrap {
    max-width: inherit;
}

div.site-custom-header {
    min-height: 1vw;
}
@media (min-width: 1024px) {
    #content-primary {
        margin-top: 0rem;
    }
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .single_add_to_cart_button, button {
    background-color: #2a9d8f;
    color:#fff;
    border-radius:3px;
    border-color:#2a9d8f;
}
@media screen and (min-width: 1024px) {
    .footer-widgets-wrap {
        padding: 0rem 2.5rem;
    }
}
@media screen and (max-width:968px) {
    .site-title a, .site-description {
        color: #fff;
    }
}
.woocommerce-info {
    border-top-color: #2a9d8f;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .single_add_to_cart_button:hover, button:hover {
    background-color: #268d81;
    color: #fff;
    border-color: #268d81;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f05e1f;
    font-size: 1.25em;
    font-weight: 600;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus {
    outline-color: #2a9d8f;
    color: #ffffff;
}
input[type="radio"]:checked+label, input[type="checkbox"]:checked+label {
    background: none;
}
@media screen and (min-width: 1024px) {
    .home article.entry:first-child, .blog article.entry:first-child {
        flex: 0 0 calc(79.6666% + 5rem);
        width: calc(66.6666% + 5rem);
        background-color: #ffffff;
        margin-left: -3rem;
        padding: 3rem;
    }
}
@media (min-width: 1024px) {
    .layout-1c #content-primary {
        flex: 0 0 79%;
        width: 79%;
    }
}
@media (min-width: 1024px) {
    #content-primary {
        padding-top: 0;
    }
}
@media (min-width: 1024px) {
    .layout-1c.home #content-primary, .layout-1c.blog #content-primary, .layout-1c.archive #content-primary {
        flex: 0 0 79%;
        width: 79%;
    }
}
@media screen and (min-width: 1024px) {
    .home article.entry:first-child, .blog article.entry:first-child {
        flex: 79%;
        width: 79%;
        background-color: #ffffff;
        margin-left: -2rem;
        padding: 2rem;
    }
}

.woocommerce span.onsale {
    top: -2.5em !important;
}

.singular .entry-header {
    margin-bottom: inherit;
}

label {
    text-transform: inherit;
    margin-bottom: inherit;
    letter-spacing: inherit;
    font-size: inherit;
}

/*rm some grey line in the header */
div.site-custom-header {
    min-height: 0;
}

/*No margin after headings ???*/
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
}

/* copied from the parent theme because it wasn't covering the selects */
select {
    color: #777777;
    border: 1px solid #aaaaaa;
    background-color: #fafafa;
    border-radius: 0;
    padding: 0.8rem 1rem;
}

/* This will make the content take more space */
.content-wrap {
    max-width: inherit;
}

@media (min-width: 1024px) {
    /* let's ee if we'll have max width with some margins */
    .primary-wrap {
         padding: inherit;
    }
}
