/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 2.4.5.1593022398
Updated: 2020-06-24 18:13:18

*/


/*  General */
:root {
    --main-color: #182956;
    --white: #fff;
}

/*  Header  */
.main-header-bar, .main-navigation ul {
    background-color: var(--main-color) !important;
}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.main-header-menu > .menu-item > a {
 color: var(--white) !important;
}


/*============================================================================*/
/*============================================================================*/

html {
    margin: 0!important;
}

a:hover {
    text-decoration: none!important;
}

@font-face {
    font-family: "Gibson-Regular";
    src: url("../../../../s/files/1/0116/3637/5609/files/Gibson-Regular_v-1593044256.eot");
    /* IE9 Compat Modes */
    src: url("../../../../s/files/1/0116/3637/5609/files/Gibson-Regular_v-1593044256.eot?#iefix") format("embedded-opentype"),
    url("../../../../s/files/1/0116/3637/5609/files/Gibson-Regular_v-1593044231.woff") format("woff"),
    url("../../../../s/files/1/0116/3637/5609/files/Gibson-Regular.woff") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gibson-SemiBold";
    src: url("../../../../s/files/1/0116/3637/5609/files/Gibson-SemiBold_v-1593044453.eot");
    /* IE9 Compat Modes */
    src: url("../../../../s/files/1/0116/3637/5609/files/Gibson-SemiBold_v-1593044453.eot?#iefix") format("embedded-opentype"),
    url("../../../../s/files/1/0116/3637/5609/files/Gibson-SemiBold_v-1593044231.woff") format("woff"),
    url("../../../../s/files/1/0116/3637/5609/files/Gibson-SemiBold.woff") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Miller-Display";
    src: url("../../../../s/files/1/0116/3637/5609/files/Miller-Display_v-1593044255.eot");
    /* IE9 Compat Modes */
    src: url("../../../../s/files/1/0116/3637/5609/files/Miller-Display_v-1593044255.eot?#iefix") format("embedded-opentype"),
    url("../../../../s/files/1/0116/3637/5609/files/Miller-Display_v-1593044231.woff") format("woff"),
    url("../../../../s/files/1/0116/3637/5609/files/Miller-Display.woff") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
p,
select,
textarea {
    font-family: "Gibson-Regular";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Gibson-SemiBold";
}

.section-header__title {
    font-family: "Miller-Display";
}

/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
*,
*:after,
*:before {
    box-sizing: border-box;
}

/** Fixing bootstrap columns for safari **/
.row:after,
.row:before {
    display: inline-block !important;
}

body {
    color: #182956;
    font-size: 17px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Gibson-Regular";
    overflow-x: hidden;
    background-color: #fff;
}

button {
    background-color: transparent;
    border: 0;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

section {
    padding: 100px 0;
}

.container {
    max-width: 1140px;
}

.section-title {
    font-family: "Miller-Display";
    color: #182956;
    font-size: 60px;
    margin-bottom: 10px;
}

.sub-heading {
    font-family: "Gibson-SemiBold" !important;
    font-size: 18px;
    color: #182956;
    text-transform: uppercase;
    margin-bottom: 5px;
}

strike {
    color: #1d1e1f;
}

.img-container {
    text-align: center;
}

.sale-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0;
    color: #182956;
}

hr {
    border-top: 1px solid #E3E5E9!important;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Buttons */
.btn,
.btn-prime,
.btn-prime:link,
.btn-prime:visited {
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.1em;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-family: "Gibson-SemiBold";
    box-shadow: none !important;
    outline: 0;
}

.btn-prime:hover {
    opacity: 0.9;
}

.btn,
.btn-prime-dark,
.btn-prime-dark:focus,
.btn-prime-dark:hover {
    border: 2px solid #f15f33;
    background-color: #f15f33;
    color: #fff;
}

.btn-prime-border,
.btn-prime-border:focus,
.btn-prime-border:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.flex-container {
    -webkit-box-align: center;
    align-items: center;
}

.text-color {
    color: #f15f33;
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    -webkit-box-align: center;
    align-items: center;
}

p strong {
    color: #f15f33;
    font-family: "Gibson-SemiBold";
}

.btn-prime,
.btn-prime:link,
.btn-prime:visited {
    font-size: 14px;
}

.section-title p {
    font-family: "Miller-Display";
    color: #182956;
    font-size: 60px;
    margin-bottom: 10px;
}

.sub-heading p {
    font-family: "Gibson-SemiBold" !important;
    font-size: 18px;
    color: #182956;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.template-index .btn:not(.btn--no-animate):not(.btn--tertiary):not(.btn--static):hover {
    background-position: 91% 50%;
}

/** MEDIA QUERIES **/
@media only screen and (max-width: 1199px) {
    .container {
        max-width: 1060px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 890px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 40px;
    }

    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 450px) {
    .section-title {
        font-size: 28px !important;
    }

    .sub-heading {
        font-size: 18px;
    }
}

/**********************
Blog Index
**********************/
.custom-page {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 40vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.custom-page .section-header {
    text-align: center;
}

.custom-page .section-title {
    color: #fff;
}

.custom-page .grid-row {
    gap: 80px !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    max-width: 600px;
    margin: 0 auto;
}

.custom-page .grid-row img {
    max-width: 150px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .custom-page {
        height: 20vh;
    }

    .custom-page .grid-row {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 50px !important;
    }

    .custom-page .grid-row img {
        max-width: 100%;
    }
}

.blog-area-pg {
    position: relative;
    z-index: 1;
}

.blog-areas {
    position: relative;
}

.blog-areas .post-thumb {
width: auto;
height: 350px;
background-repeat: no-repeat;
background-size: cover;
}


.blog-areas .blog-area-bottom-lemon {
    position: absolute;
    bottom: -120px;
    left: -80px;
    z-index: 2;
}

.blog-areas::before {
    position: absolute;
    top: -60px;
    left: -80px;
    content: url("../../../../s/files/1/0116/3637/5609/files/bundles-lemon-top_v-1591881957.png");
    z-index: -1;
}

.blog-areas::after {
    position: absolute;
    top: -60px;
    right: -80px;
    content: url("../../../../s/files/1/0116/3637/5609/files/bundle-leaf_v-1591885170.png");
    z-index: -1;
}

.blog-areas .section-header {
    margin-bottom: 50px;
    text-align: center;
}

.blog-areas .section-header img {
    margin-bottom: 30px;
}

.blog-areas .section-header .orange {
    font-family: "Gibson-SemiBold";
    color: #f15f33;
    font-size: 32px;
    margin: 20px 0;
}

.blog-areas .grid-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    -webkit-box-align: start;
    align-items: flex-start;
}

.blog-areas .grid-row .blog-area-title {
    margin: 0 0 15px;
    font-family: "Gibson-SemiBold";
    font-size: 18px;
    color: #182956;
    text-transform: uppercase;
}

.read-more a {
    color: #182956;
}

.ast-archive-title {
    color: #182956!important;
}

.read-more a:hover {
    color: #182956;
    opacity: .8;
}

.blog-area-title a {
    color: #182956;
    transition: all .2s ease-in-out;
}

.blog-area-title a:hover {
    color: #182956;
    opacity: .8;
}

.blog-areas .content-area .blog-tag {
    margin-top: 16px;
    color: #6fcbc7!important;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Gibson-SemiBold";
}

.blog-areas .content-area .blog-tag a {
    color: #6fcbc7!important;
}

.blog-group {
    text-align: center;
    margin: 80px 0 60px;
}

.blog-areas .custom-pagination {
    margin-top: 60px;
    text-align: center;
}


.blog-areas .custom-pagination .page-numbers {
    color: #182956;
}

.blog-areas .custom-pagination .page-numbers:not(:last-child) {
    margin-right: 5px;
}

.blog-areas .custom-pagination .current {
    font-family: "Gibson-SemiBold";
    color: #f15f33;
}

.blog-areas .custom-pagination .prev {
    padding: 10px;
    background-color: #182956;
    color: #fff;
    margin-right: 10px;
}

.entry-meta, .entry-meta * {
    color: #182956;
    font-family: "Gibson-SemiBold";
    margin-top: 5px;
}

.blog-areas .custom-pagination .next {
    padding: 10px;
    background-color: #182956;
    color: #fff!important;
    margin-left: 10px;
}

.blog-areas .btn-prime {
    color: #fff!important;
}


@media only screen and (max-width: 1460px) {
    .blog-areas .blog-area-bottom-lemon {
        display: none;
    }
}

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

    .blog-areas .blog-area-bottom-lemon,
    .blog-areas::after,
    .blog-areas::before {
        display: none;
    }

    .blog-areas .grid-row .blog-area-title {
        font-size: 18px;
    }

    .blog-areas .grid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .blog-areas .grid-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .blog-areas .custom-pagination .next, .blog-areas .custom-pagination .prev {
        display: block;
        margin: 10px 0!important;
    }
    /* .blog-areas .custom-pagination .page-numbers:not(:last-child) {
        margin: 0;
    } */

    .blog-areas .section-header .orange {
        font-size: 24px;
    }

    .blog-areas .section-header {
        margin-bottom: 0;
    }

    .blog-group {
        text-align: center;
        margin: 40px 0;
    }

    .entry-title {
        font-size: 24px;
    }
}

/*============================================================================
//== Image Block
==============================================================================*/
.image-block {
    position: relative;
    color: #000;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

.image-block .leaves-top {
    position: absolute;
    top: 0;
    left: 15px;
    max-width: 300px;
    z-index: 3;
}

.image-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
}

.image-block .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.image-block .img-container {
    width: 100%;
}

.image-block .img-container img {
    width: 100%;
}

.image-block.image-block-1 .text-area {
    margin-left: auto;
}

.image-block.image-block-2 {
    background-position: center center;
}

.image-block.image-block-2 .text-area {
    margin-right: auto;
}

.image-block .text-area {
    background-color: #fff;
    padding: 50px;
    max-width: 42%;
}

.image-block .text-area .section-title {
    font-size: 38px;
}

.image-block .text-area .sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
}

@media (min-width: 2000px) {
    .image-block {
        height: 800px;
    }
}

@media (max-width: 1199px) {
    .image-block {
        background-position: left center;
        background-attachment: scroll;
    }
}

@media (max-width: 991px) {
    .image-block .text-area {
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .image-block {
        height: auto;
    }

    .image-block .container {
        position: relative;
        top: initial;
        left: initial;
        -webkit-transform: none;
        transform: none;
        padding: 40px 15px;
    }

    .image-block .text-area .section-title {
        font-size: 32px;
    }

    .image-block .text-area .section-title span {
        display: initial;
    }
}

/*============================================================================*/
/*============================================================================*/
.static-content {
    text-align: center;
    position: relative;
    overflow-x: hidden;
}

.static-content::after {
    position: absolute;
    bottom: 20px;
    right: -20px;
    content: url("../../../../s/files/1/0116/3637/5609/files/blog-lemon_v-1590087637.png");
    z-index: -1;
}

.static-content .section-header {
    margin-bottom: 30px;
}

.static-content .grid-row {
    gap: 40px;
    margin-bottom: 20px;
}

.static-content .blog-item a {
    color: #182956;
}

.static-content .section-title {
    color: #182956;
    font-family: "Gibson-SemiBold";
    text-transform: uppercase;
    font-size: 36px;
}

.static-content .img-container {
    margin-bottom: 20px;
}

.static-content h4 {
    font-family: "Gibson-SemiBold";
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .static-content .grid-row {
        grid-template-columns: 1fr;
    }

    .static-content::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .static-content .section-title {
        font-size: 28px;
    }
}

/**********************
Single Blog
**********************/

.post a, .post a:hover {
    font-family: "Gibson-SemiBold";
    text-decoration: underline;
    color: #f15f33;
}

.post strong {
    color: #182956;
}

#comments {
    display: none;
}

.single-blog {
    position: relative;
}

.single-blog .link-color {
    color: #f15f33;
}

.single-blog::before {
    position: absolute;
    top: -60px;
    left: -80px;
    content: url("../../../../s/files/1/0116/3637/5609/files/bundles-lemon-top_v-1591881957.png");
    z-index: 1;
}

.single-blog::after {
    position: absolute;
    top: -60px;
    right: -80px;
    content: url("../../../../s/files/1/0116/3637/5609/files/bundle-leaf_v-1591885170.png");
    z-index: 1;
}

.single-blog .grid-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    -webkit-box-align: start;
    align-items: flex-start;
}

.single-blog .section-title {
    font-size: 38px;
    line-height: 1.4;
}

.single-blog .grid-row .single-blog-title {
    margin: 0 0 15px;
    font-family: "Gibson-SemiBold";
    font-size: 18px;
    color: #182956;
    text-transform: uppercase;
}

.single-blog .content-area .tag-name {
    padding: 10px 30px;
    display: inline-block;
    background-color: #73c9c8;
    margin-bottom: 16px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Gibson-SemiBold";
}

/* .single-blog .content-area .author_name {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 14px;
    font-family: "Gibson-SemiBold";
    color: #192F55;
} */

.main-author {
    font-family: "Gibson-SemiBold";
    color: #182956;
    font-size: 14px;
    text-transform: uppercase;
}

.single-blog .safety {
    display: grid;
    grid-template-columns: 10% 90%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	margin-top: 30px;
}

.single-blog .content-block a {
    color: #182956;
    text-decoration: underline;
    font-family: "Gibson-SemiBold";
    transition: all .2s ease-in-out;
}

.single-blog .content-block a:hover {
    color: #f15f33;
}

.single-blog .safety .safety_icon {
    background-color: #73c9c8;
    height: 100%;
    display: flex;
     -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.single-blog .safety a {
	color: #182956;
	text-decoration: underline;
}

.single-blog .safety .safety_text {
    background-color: #f1f1f2;
    padding: 20px;
}

.single-blog .safety .safety_text h5 {
    font-family: "Gibson-SemiBold";
    color: #182956;
    margin-bottom: 10px;
}

.single-blog .info-box {
    font-family: "Gibson-SemiBold";
    margin-top: 40px;
}

.single-blog .info-box hr {
    margin:0 0 25px;
}

.single-blog .box-info_title {
	color: #182956;
}

.single-blog .info-box .box-info {
    display: -webkit-box;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    align-items: center;
    padding: 25px 15px 25px 0;
    border-top: 1px solid #E3E5E9;
}

.single-blog .info-box .box-info .box-info_text {
    margin-left: 20px;
    color: #192F55;
}

.single-blog .info-box .box-info .box-info_text span {
    color: #f15f33;
}

.single-blog .info-box.box-info_share {
    display: -webkit-box;
    display: flex;
}

.single-blog .info-box .box-info_social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 30px;
}

.single-blog .info-box .box-info_social a:not(:last-child) {
    margin-right: 15px;
}

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

    .single-blog::after,
    .single-blog::before {
        display: none;
    }
}

@media only screen and (max-width: 1460px) {
    .single-blog .blog-area-bottom-lemon {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .single-blog .safety {
        grid-template-columns: 1fr;
    }

    .single-blog .safety .img-container {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-area-bottom-lemon {
        display: none;
    }

    .single-blog .grid-row .single-blog-title {
        font-size: 18px;
    }

    .single-blog .grid-row {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .single-blog .safety {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .single-blog .grid-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .single-blog .section-header .orange {
        font-size: 24px;
    }

    .single-blog .section-header {
        margin-bottom: 0;
    }

    .blog-group {
        text-align: center;
        margin: 40px 0;
    }
}

/*============================================================================
//== Ingredients
==============================================================================*/
.ingredients {
    background-color: #f1f1f2;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.ingredients::before {
    position: absolute;
    top: -60px;
    left: 0;
    content: url("../../../../s/files/1/0116/3637/5609/files/review-herbs_v-1591140202.png");
    z-index: 1;
}

.ingredients .container {
    background-color: #fff;
    padding: 50px;
}

.ingredients .section-title {
    margin-bottom: 30px;
    font-size: 40px;
}

.ingredients .grid-row {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    align-items: flex-start;
}

.ingredient-group {
    padding: 16px 0;
}

.ingredient-item {
    text-transform: uppercase;
    font-family: "Gibson-SemiBold";
    border-top: solid 1px #e3e5e9;
}

.ingredients .grid-row:not(:last-child) {
    margin-bottom: 50px;
}

.ingredients h4 {
    margin-bottom: 20px;
    font-style: italic;
    color: #f15f33;
}

/* .ingredient-item:not(:last-child) {
    border-top: solid 1px #e3e5e9;
    border-bottom: solid 1px #e3e5e9;
} */

.ingredient-item .ingredient-name {
    margin-top: 3px;
}

.ingredient-item label {
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
}

.ingredient-item .fraction-area {
    display: -webkit-box;
    display: flex;
}

.ingredient-item .fraction-area .fraction {
    font-family: "Gibson-SemiBold";
}

.ingredient-item .ingredient_list-item {
    display: -webkit-box;
    display: flex;
}

.ingredient-item .ingredient_list-item div:not(:last-child) {
    margin-right: 5px;
}

.ingredient {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
}

.ingredient input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.ingredient__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.ingredient input:focus~.ingredient__indicator,
.ingredient:hover input~.ingredient__indicator {
    background: #f15f33;
    transition: all .3s ease-in-out;
}

.ingredient input:checked~.ingredient__indicator {
    background: #f15f33;
}

.ingredient input:checked:focus~.ingredient__indicator,
.ingredient:hover input:not([disabled]):checked~.ingredient__indicator {
    background: #f15f33;
}

.ingredient input:disabled~.ingredient__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.ingredient__indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.ingredient input:checked~.ingredient__indicator:after {
    display: block;
}

.ingredient--checkbox .ingredient__indicator:after {
    left: 8px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ingredient--checkbox input:disabled~.ingredient__indicator:after {
    border-color: #7b7b7b;
}

@media only screen and (max-width: 1600px) {
    .ingredients::before {
        display: none;
    }
}

/*============================================================================
//== main steps
==============================================================================*/
.main-steps {
    position: relative;
}

.main-steps::after {
    position: absolute;
    top: -60px;
    left: -80px;
    content: url("../../../../s/files/1/0116/3637/5609/files/reviews-lemon_v-1591140202.png");
    z-index: 1;
}

.main-steps .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.main-steps .section-header .img-container {
    margin-bottom: 16px;
}

.main-steps .grid-row {
    grid-template-columns: 1fr;
}

.main-steps .step-item {
    display: grid;
    grid-template-columns: 10% 90%;
    text-align: left;
    -webkit-box-align: center;
    align-items: center;
    padding: 40px 0;
    transition: all .1s ease-in-out;
}

.main-steps .step-item:hover  {
    color: #f15f33!important;
}

.main-steps .step-item:first-child {
    padding-top: 0;
}

.main-steps .step-item:not(:last-child) {
    border-bottom: 1px solid #e3e5e9;
}

.main-steps .step-item .step-title {
    font-size: 30px;
    font-family: "Gibson-SemiBold";
}

.main-steps .step-item .step-content {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.main-steps .step-item .step-content p:blank {
    display: none;
  }

.main-steps .step-item .step-content p {
    font-size: 22px;
    transition: all .3s ease-in-out;
}

.main-steps .step-item .step-content small {
    font-family: "Gibson-SemiBold";
    text-transform: uppercase;
    color: #182956;
}

.main-steps .step-item .step-content small p {
    font-size: 16px;
    color: #f15f33;
    font-family: "Gibson-Regular";
    text-transform: none;
}

/* .main-steps .step-item .step-content p:hover {
    
} */

.main-steps .step-item .step-content p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .main-steps::after {
        display: none;
    }

    .main-steps .step-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .main-steps .step-item .step-title {
        margin-bottom: 20px;
    }
}

/**********************
Footer
**********************/
footer {
    background-color: #182956;
    padding: 50px 0;
}

footer .footer-nav {
    margin: 15px 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

footer .footer-nav a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
}

footer .footer-nav a:hover {
    color: #f15f33;
}

footer .footer-nav a:not(:last-child) {
    margin-right: 15px;
}

footer .footer__social-links {
    text-align: center;
    margin-top: 24px;
}

footer .footer__social-links a:not(:last-child) {
    margin-right: 10px;
}

footer .footer__social-links a svg path {
    fill: #fff;
}


/**********************
Caption
**********************/

figcaption.story__image-caption {
    font-style: italic;
	margin: 10px 0 0;
}

figcaption.story__image-caption a {
	text-decoration: underline;
}

/**********************
Archive
**********************/
.archive .post a, .search-results .post a, .blog .post a {
	color: #182956;
	text-decoration: none!important;
}

.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
	color: #f15f33;
}

.archive .entry-title, .blog .entry-title, .search .entry-title, .read-more a {
    font-family: "Gibson-SemiBold";
}

.read-more a {
	color: #f15f33!important;
}