/*!
Theme Name: Ordinary Vegan
Theme URI: http://ordinaryvegan.net/
Author: FADE Agency
Author URI: http://fadeagency.com
Description: Ordinary Vegan
Version: 1.0.0
Text Domain: ordinary-vegan
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Playfair+Display|Roboto+Condensed:400,700|Fjalla+One');

/* Global */

body {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #4f5867;
    background-color: #f7f7f7;
}

.content {
    margin-top: 1rem;
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

/* Typography */

a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #019549;

}

a:hover {
    text-decoration: none;
}

.entry-content a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #019549;
    border-bottom: 1px dotted #019549;
    padding-bottom: 2px;
}

.entry-content a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    color: #000000;
    margin-bottom: 30px;
}

h1,
.h1 {
    font-size: 2rem;
}

h2,
.h2 {
    font-size: 1.9rem;
}

h3,
.h3 {
    font-size: 1.7rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.3rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.site-title {
    color: #747f90;
}

.title {
    margin: 0 0 2rem 0;
    text-transform: uppercase;
}

.page-title {
    text-transform: uppercase;
}

/* Main Menu */

.navbar-nav {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bg-dark {
    background: url(https://ordinaryvegan.net/wp-content/themes/ordinary-vegan/img/bg-grey.png);
    background-color: #4f5867 !important;
    background-repeat: repeat;
    background-position: center center;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.70);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.90);
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

/* Header */

#header {
    background: #ffffff;
    padding: 1rem 0;
    margin-bottom: 40px;
}

#header-cbd {
    background: #ffffff;
    padding: 1rem 0;
    margin-bottom: 40px;
    margin-top: -40px;
    background: url(https://ordinaryvegan.net/wp-content/themes/ordinary-vegan/img/header-cbd.jpg) no-repeat center center;
    background-size: cover;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
}

#header-book {
    background: #ffffff;
    padding: 1rem 0;
    margin-bottom: 40px;
    margin-top: -40px;
    background: url(https://ordinaryvegan.net/wp-content/themes/ordinary-vegan/img/header-book.jpg) no-repeat center center;
    background-size: cover;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
}

h1.cbd-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

.btn-shop-now {
    color: #FFF;
    background-color: #2f6105;
    border-color: #2f6105;
    border-radius: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 26px;
}

.btn-shop-now:hover {
    color: #2f6105;
    background-color: #fff;
    border-color: #2f6105;
    border-radius: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 26px;
}

.btn-preorder-now {
    color: #fff;
    background-color: #d62d26;
    border-color: #d62d26;
    border-radius: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
}

.btn-preorder-now:hover {
    color: #d62d26;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 26px;
}

/* Cards */

.card-title {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #4f5867;

}

.card-title:hover {
    color: #aaafb9;
}

.card {
    margin-bottom: 1rem;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 0;
    border-color: #e8eaeb;
    width: 100%;
}

.card-img-top {
    border-radius: 0;
}

.card-image {
    height: 240px;
}

.card-image-home {
    height: 320px;
}

.card-block {
    padding: 1rem;
}

.card:hover {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(79, 88, 103, 0.1);
    -moz-box-shadow: 0px 0px 0px 5px rgba(79, 88, 103, 0.1);
    box-shadow: 0px 0px 0px 5px rgba(79, 88, 103, 0.1);
}

/* Videos */

#videos {
    margin: 40px 0;
}


/* Podcast */

#podcast {
    margin: 80px 0;
    padding: 2rem 0;
    background: url(https://ordinaryvegan.net/wp-content/themes/ordinary-vegan/img/bg-grey.png);
    background-color: #4f5867 !important;
    background-repeat: repeat;
    background-position: center center;
}

#podcast .title {
    color: #ffffff;
}

#podcast img {
    margin: 0 0 1rem 0;
}

.podcast {
    font-size: 20px;
    color: #fff;
}

.podcast-photo {
    border-radius: 50%;
    max-height: 200px;
}

.podcast-logo {
    max-height: 200px;
}

/* Sidebar */

.advertisement {
    margin: 80px 0;
}

#about-nancy {
    margin: 80px 0;
}

/* Support */

#support {
    background: #ffffff;
    padding: 1.2rem 0;
    margin: 80px 0 0 0;
}

.patreon {
    max-height: 50px;
}

/* Footer */

.social-list li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.social-list {
    margin: 0;
    padding: 1rem;
}

#social-networks {
    padding: 1rem 0 .5rem 0;
    margin-bottom: 2rem;
    text-align: center;
    background: url(https://ordinaryvegan.net/wp-content/themes/ordinary-vegan/img/bg-grey.png);
    background-color: #4f5867 !important;
    background-repeat: repeat;
    background-position: center center;
}

#social-networks .fab {
    color: #747f90;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#social-networks .fab:hover {
    color: #019549 !important;
}

#social-networks .fa-circle {
    color: #ffffff;
}

#copyright {
    padding: 0 0 1rem 0;
    text-align: center;
    font-size: 13px;
    color: #4f5867;
}

#copyright .terms {
    font-size: 10px;
    color: #747f90;
}

/* Pagenavi */

.wp-pagenavi {
    margin: 40px 0;
    clear: both;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #e8eaeb;
    padding: 10px 15px;
    color: #4f5867;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #4f5867;
    background: #4f5867;
    color: #fff;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

@media screen and (max-width: 680px) {

    .wp-pagenavi a.page,
    span.extend,
    a.last {
        display: none;
    }

    h1.site-title {
        font-size: 24px;
    }
}

.sidebar-join {
    background: #e6e9ed;
    padding: 20px;
}

.sidebar-product {
    margin-top: 20px;
}

/* Blockquote */

blockquote {
    max-width: 600px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 2rem;
    margin: 0 0 20px 0;
}

cite {
    padding-bottom: 100px;
}

/* Alignments */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.form-submit {
    text-align: right;
}

.content-type {
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    background: #4f5867;

}

.entry-content img {
    width: 100%;
    margin-bottom: 30px;
}

article {
    margin-bottom: 50px;
}

.post-share {
    border-top: 1px solid #e8eaeb;
    border-bottom: 1px solid #e8eaeb;
    padding: 10px 0;
    margin: 20px 0 30px 0;
}

.date {
    font-size: 14px;
    text-transform: uppercase;
    color: #019549;
}

.post-share .fab {
    margin: 0 10px 0 0;
    font-size: 20px;
}

.social-share {
    text-align: right;
}


@media screen and (max-width: 680px) {
    .social-share {
        text-align: left;
        margin-top: 10px;
    }
}


.tags-links a {
    color: #019549;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 5px;
}



/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/


ol.comment-list {
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

ol.comment-list li {
    background: #f7f7f7;
}

ol.comment-list li.alt {}

ol.comment-list li.bypostauthor {
    list-style-type: none;
    background: #fff;
}

ol.comment-list li.byuser {}

ol.comment-list .comment-metadata {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
}

ol.comment-list li.comment-author-admin {}

ol.comment-list li.comment {
    padding: 1em;
}

ol.comment-list li.comment div.comment-author {
    text-transform: uppercase;
}

ol.comment-list li.comment div.vcard img.avatar {
    float: right;
    margin: 0 0 1em 1em;
}

ol.comment-list li.comment div.vcard img.avatar-32 {
    border-radius: 50%;
}

ol.comment-list li.comment p {
    font-size: 1.1rem;
    margin: 0 0 1em;
}

ol.comment-list li.comment ul {
    font-size: 11px;
    list-style: square;
    margin: 0 0 1em 2em;
}

ol.comment-list li.comment div.reply {
    text-transform: uppercase;
    font-size: 12px;
}

ol.comment-list li.comment ul.children {
    margin: 1em 0 0;
    text-indent: 0;
}

ol.comment-list li.comment ul.children li {}

ol.comment-list li.comment ul.children li.alt {}

ol.comment-list li.comment ul.children li.bypostauthor {}

ol.comment-list li.comment ul.children li.byuser {}

ol.comment-list li.comment ul.children li.comment {}

ol.comment-list li.comment ul.children li.comment-author-admin {}

ol.comment-list .children {
    list-style-type: none;
}

#comments {
    margin-top: 30px;
}


.filed-under {
    padding-bottom: 30px;
}


#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 110px;
    vertical-align: middle;
}

.sidebar-product .price {
    display: none !important;
}




.sidebar-product .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.credit-card-logos {
    font-size: 30px;
}




#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
    width: 50px;
}

.testimonials-link {
    font-size: 14px;
    text-align: center;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.shop-1,
.shop-2,
.shop-3,
.shop-4,
.shop-5 {
    color: #fff;
    padding: 30px;
    margin-right: 0;
    margin-left: 0;

}

.shop-left h1 {
    color: #fff;
}

.shop-1 {
    background: #4f6431;
    margin-top: -40px;

}

.shop-2 {
    background: #5e763c;

}

.shop-3 {
    background: #728f49;

}

.shop-4 {
    background: #047c9f;

}

.shop-5 {
    background: #2399bc;

}

.shop-left {
    width: 48%;
    float: left;
    text-align: center;
}

.shop-right {
    width: 48%;
    float: right;
    text-align: center;
}


@media screen and (max-width: 768px) {
    .shop-left {
        width: 100%;
        text-align: center;
        float: none;
        position: relative;
        top: 0%;
        transform: translateY(-0%);
    }

    .shop-right {
        width: 100%;
        float: none;
        text-align: center;
    }

}

.btn-shop-home {
    color: #FFF;
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
}

.btn-shop-home:hover {
    color: #5b7a30;
    background-color: #fff;
    border-color: #fff;

}


.woocommerce-page ul.products[class*=columns-] li.product {
    width: 25%;
    float: left;
    margin: 0 20px 20px 0;
}
