.bg-primary {
    background: white !important;
    color: #fff;
}

.bg-secondary {
    background: #f2f2f2 !important;
}

.menu-item-separator-above {
    border-top: 1px solid lightgrey;
}

.modular-text {
    padding: 0px 0px 30px 0px;
}

.title-h1h2 h1 + h2 {
    margin-top: 10px;
}

.rotated-text h1 {
    transform: rotate(18deg);
}

/*
----------------------------------------------------------------------------------------------------
*/

/*
https://demo.getgrav.org/woo-skeleton/#pricing
For pricing.html.twig
*/

section {
    display: block;
}

.row {
    max-width: 1008px;
    margin: 0 auto;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.column {
    position: relative;
    padding: 0 18px;
    min-height: 1px;
    float: left;
}

[class*=column]+[class*=column]:last-child {
    float: right;
}

.bgrid-quarters2 [class*=column] {
    width: 50%;
}

.bgrid-quarters3 [class*=column] {
    width: 33.33%;
}

.bgrid-quarters4 [class*=column] {
    width: 25%;
}

[class*=bgrid] [class*=column]+[class*=column]:last-child {
    float: left;
}

@media only screen and (max-width:900px) {
    .s-bgrid-halves [class*=column] {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .row {
        width: 480px;
        margin: 0 auto;
        padding: 0;
    }
    .column {
        width: auto!important;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0 30px;
    }
    [class*=column]+[class*=column]:last-child {
        float: none;
    }
    [class*=bgrid] [class*=column]+[class*=column]:last-child {
        float: none;
    }
}

ul.features {
    margin: 12px 0 0;
    list-style: none;
}

ul.features li {
    line-height: 39px;
    margin-bottom: 0;
}

.plan-price {
    font-size: 30px;
    color: #333;
    padding: 6px 30px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: .5px;
}

.plan-price span {
    font-size: 15px;
    color: #999;
    display: block;
    margin-top: 0;
}

.plan-sign-up {
    padding: 24px 15px;
    margin: 0;
    text-align: center;
}

.plan-sign-up .button {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.plan-title {
    font: 15px/30px 'roboto', sans-serif;
    padding: 30px 20px 6px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.plan-title .fa {
    display: block;
    margin-bottom: 6px;
    font-size: 26px;
}

#pricing {
    background: #f7f7f7;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

#pricing .price-block {
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 36px;
}

/* ---------------------------------------------------------------------
 * https://demo.getgrav.org/woo-skeleton/user/themes/woo/css/media-queries.css
 * ---------------------------------------------------------------------
 */

@media only screen and (max-width:900px) {
    .section-head h1 {
        font: 18px/30px 'montserrat-bold', sans-serif;
    }
    .pricing-tables {
        width: 82%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) {
    .section-head {
        padding: 0 30px;
    }
    .no-js #nav-wrap:not( :target)>a:first-of-type {
        display: block;
    }
    .pricing-tables {
        width: 80%;
    }
    footer {
        text-align: center;
    }
}

@media only screen and (max-width:420px) {
    .pricing-tables {
        width: 92%;
    }
}

/*
----------------------------------------------------------------------------------------------------
*/


.home-background-color {
    background-color: #ca9d14;
}

.img-with-65 img {
    max-width: 65%
}

ul p {
    margin-top: 0;
    margin-bottom: 0;
}
