/*==============================
    Table of contents:

    1. Settings
    2. Pre-loader
    3. Common styles
    4. Elements
    5. Header
    6. Owl carousel
    7. Background line
    8. Before content
    9. Content
    10. Right sidebar
    11. Footer down pattern
    12. Footer
===============================*/
/* 1. Settings */
* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
table,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ul,
ol {
    list-style: none;
}

table {
    border: 0;
    border-collapse: collapse;
}

body {
    overflow: initial !important;
}

body,
html {
    font-family: "Lato";
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

@media all and (max-width: 849px) {
    .dropdown-menu {
        display: none !important;
    }

    .open .dropdown-menu {
        display: block !important;
    }
}

.content-wrap {
    position: relative;
}

nav.navbar {
    border: 0;
    background: transparent;
    margin: 0;
}

.navbar-collapse {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #21201f;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #21201f;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #21201f;
}

h1 {
    font-size: 2.6rem;
    line-height: 3.1rem;
    font-family: 'Vollkorn', serif;
    font-weight: 500;
    padding: 0;
    margin: 2.5rem 0 0.625rem 0;
}

@media all and (min-width: 640px) and (max-width: 1069px) {
    h1 {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
}

@media all and (max-width: 639px) {
    h1 {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
}

h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-family: 'Vollkorn', serif;
    font-weight: 500;
    padding: 0;
    margin: 2.31rem 0 0.625rem 0;
}

@media all and (min-width: 640px) and (max-width: 1069px) {
    h2 {
        font-size: 2.3rem;
        line-height: 2.6rem;
    }
}

@media all and (max-width: 639px) {
    h2 {
        font-size: 2rem;
        line-height: 2.3rem;
    }
}

h3 {
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'Vollkorn', serif;
    font-weight: 500;
    padding: 0;
    margin: 2.125rem 0 0.625rem 0;
}

@media all and (min-width: 640px) and (max-width: 1069px) {
    h3 {
        font-size: 1.9rem;
        line-height: 2.2rem;
    }
}

@media all and (max-width: 639px) {
    h3 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
}

h4 {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-family: 'Vollkorn', serif;
    padding: 0;
    margin: 1.93rem 0 0.625rem 0;
}

@media all and (min-width: 640px) and (max-width: 1069px) {
    h4 {
        font-size: 1.650rem;
        line-height: 2.1rem;
    }
}

@media all and (max-width: 639px) {
    h4 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

h5 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'Vollkorn', serif;
    padding: 0;
    margin: 1.75rem 0 0.625rem 0;
}

@media all and (min-width: 640px) and (max-width: 1069px) {
    h5 {
        font-size: 1.450rem;
        line-height: 1.9rem;
    }
}

@media all and (max-width: 639px) {
    h5 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

h6 {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-family: 'Vollkorn', serif;
    padding: 0;
    margin: 1rem 0 0.625rem 0;
}

@media all and (min-width: 640px) and (max-width: 1069px) {
    h6 {
        font-size: 1.250rem;
        line-height: 1.7rem;
    }
}

@media all and (max-width: 639px) {
    h6 {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
}

p {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #21201f;
    margin-bottom: 0.800rem;
}

@media all and (max-width: 374px) {
    p {
        font-size: 1rem;
        line-height: 1.575rem;
    }
}

p a {
    color: #8dc63f;
}

p a:hover {
    color: #000;
}

a {
    color: #2f2f2f;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #ff3815;
    text-decoration: none;
}

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

.section-heading {
    font: bold 1.75rem/1.75rem 'Vollkorn', serif;
    color: #ff3815;
    float: left;
    text-transform: uppercase;
    display: block;
    margin: 0 0 25px 0;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
}

.unordered-list {
    margin: 10px 0 0 25px;
    *zoom: 1;
}

.unordered-list:before,
.unordered-list:after {
    display: table;
    line-height: 0;
    content: "";
}

.unordered-list:after {
    clear: both;
}

.unordered-list li {
    margin: 0 0 8px 0;
    padding: 0 0 0 5px;
}

.unordered-list li::before {
    content: "•";
    color: #8dc63f;
    margin-right: 10px;
}

@media all and (max-width: 424px) {
    .unordered-list li::before {
        margin-right: 4px;
    }
}

.unordered-list li a {
    font-size: 1.0625rem;
    color: #17aa28;
}

@media all and (max-width: 374px) {
    .unordered-list li a {
        font-size: 1rem;
    }
}

.unordered-list li a:hover {
    color: #000;
}

.ordered-list {
    margin: 10px 0 0 35px;
    *zoom: 1;
}

.ordered-list:before,
.ordered-list:after {
    display: table;
    line-height: 0;
    content: "";
}

.ordered-list:after {
    clear: both;
}

.ordered-list li {
    margin: 0 0 8px 0;
    padding: 0 0 0 10px;
    clear: both;
    float: left;
    width: 95%;
}

.ordered-list li .list-number {
    background: #8dc63f;
    padding: 4px 8px;
    font-size: 15px;
    color: #fff;
    vertical-align: bottom;
    float: left;
    display: inline-block;
    margin-left: -1.5em;
    margin-right: 12px;
    text-align: center;
    font-weight: bold;
}

@media all and (max-width: 424px) {
    .ordered-list li .list-number {
        margin-right: 7px;
    }
}

.ordered-list li a {
    float: left;
    margin: 3px 0 0 0;
    font-size: 1.0625rem;
    display: inline-block;
    color: #17aa28;
    width: inherit;
}

@media all and (max-width: 374px) {
    .ordered-list li a {
        font-size: 1rem;
    }
}

.ordered-list li a:hover {
    color: #000;
}

.ordered-list li p {
    margin: 2px 0 0 0;
    float: left;
    width: 90%;
    display: inline-block;
}

hr {
    border-bottom: 1px solid #ddd;
    border-top: none;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #8dc63f;
    margin: 1em 0;
    padding: 1.5em 15px 1.5em 25px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #8dc63f;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

@media all and (max-width: 374px) {
    blockquote p {
        font-size: 1rem;
    }
}

.small-font p {
    font-size: 1rem;
    line-height: 1.5;
}

.smallest-font p {
    font-size: 0.9rem;
    line-height: 1.4;
}
/* 2. Pre-loader */
html,
body {
    overflow: hidden;
}

.page-loading {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.page-loading .loader {
    background: #ff3815;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin-left: -23px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    width: 50px;
    -webkit-animation: load 0.75s linear infinite;
    animation: load 0.75s linear infinite;
}

.page-loading .loader:after {
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    top: 1px;
    right: 0;
    left: 0;
    margin: auto;
    background: white;
    border-radius: 50%;
}

@-webkit-keyframes load {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-loading .text {
    color: #a2afbc;
    display: block;
    font-size: 11px;
    left: 50%;
    margin-left: -17px;
    margin-top: 44px;
    position: absolute;
    top: 50%;
}
/* 3. Common styles */
.badge {
    background: #8dc63f;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    font-family: "Lato";
    line-height: 25px;
    letter-spacing: 2px;
    padding: 0 10px;
    border-radius: 30px;
    text-transform: uppercase;
}

@media all and (min-width: 380px) and (max-width: 450px) {
    .badge {
        font-size: 9px;
        padding: 0 8px;
    }
}

@media all and (max-width: 389px) {
    .badge {
        font-size: 8px;
        padding: 0 8px;
        line-height: 20px;
    }
}

.badge a {
    color: #fff;
}

.subscribe-box {
    width: 100%;
    background: #f4f4f4;
    padding: 30px;
    overflow: hidden;
    clear: both;
}

.subscribe-box .subscribe-text {
    float: left;
    width: 50%;
}

@media all and (min-width: 1070px) and (max-width: 1300px) {
    .subscribe-box .subscribe-text {
        width: 40%;
    }
}

@media all and (max-width: 1069px) {
    .subscribe-box .subscribe-text {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.subscribe-box .subscribe-text .subscribe-title {
    text-transform: uppercase;
    color: #333333;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: -3px;
}

.subscribe-box .subscribe-text .subscribe-title:before {
    font-family: FontAwesome;
    content: "\f003";
    font-weight: 400;
    font-size: 16px;
    margin-right: 6px;
}

.subscribe-box .subscribe-text p {
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.subscribe-box .subscribe-form {
    float: right;
    width: 50%;
    text-align: right;
}

@media all and (min-width: 1070px) and (max-width: 1300px) {
    .subscribe-box .subscribe-form {
        width: 60%;
    }
}

@media all and (max-width: 1069px) {
    .subscribe-box .subscribe-form {
        width: 100%;
    }
}

.subscribe-box .subscribe-form input[type=email] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 67%;
    float: left;
    font-style: italic;
    padding: 12px 16px;
    background: #fefefe;
    border: none;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #888;
}

@media all and (max-width: 520px) {
    .subscribe-box .subscribe-form input[type=email] {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.subscribe-box .subscribe-form input[type=button] {
    padding-left: 0;
    padding-right: 0;
    float: right;
    width: 30%;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media all and (max-width: 520px) {
    .subscribe-box .subscribe-form input[type=button] {
        width: 100%;
    }
}

.blog-post-author {
    padding: 15px;
    float: left;
    margin: 0;
    border: 4px double #ddd;
}

.blog-post-author .author-pic {
    float: left;
    margin-right: 21px;
}

@media all and (max-width: 620px) {
    .blog-post-author .author-pic {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.blog-post-author .author-pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-post-author .author-desc {
    overflow: hidden;
}

@media all and (max-width: 620px) {
    .blog-post-author .author-desc {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.blog-post-author .author-desc .author-name {
    margin: 8px 0;
    font-size: 1.7rem;
    line-height: 1.7rem;
    font-family: 'Vollkorn', serif;
    color: #000;
}

.blog-post-author .author-desc .author-name a:hover {
    color: #000;
}

.blog-post-author .author-desc p {
    font-weight: 400;
}

@media (max-width: 424px) {
    .blog-post-author .author-desc p {
        font-size: 0.8rem;
    }
}

.blog-post-author .author-social-icons {
    margin: 10px 0 0 0;
}

.blog-post-author .author-social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.blog-post-author .author-social-icons li a {
    font-size: 14px;
    color: #000;
}

.blog-post-author .author-social-icons li a:hover {
    color: #8dc63f;
}

.post-meta {
    margin: 10px 0 0 0;
}

.post-meta .posted-on a {
    font-size: 1rem;
    color: #716e6a;
    font-family: 'Vollkorn', serif;
    font-weight: 500;
    letter-spacing: 1px;
}

@media all and (max-width: 639px) {
    .post-meta .posted-on a {
        font-size: 0.9375rem;
        line-height: 1.0625rem;
    }
}

.post-meta .dot {
    display: inline;
    color: #716e6a;
    padding: 0 1px 0 3px;
    vertical-align: top;
}

.post-meta .categories,
.post-meta .author {
    color: #666;
}

.post-meta .categories a,
.post-meta .author a {
    font-size: 1rem;
    color: #8dc63f;
    line-height: 18px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    font-family: 'Vollkorn', serif;
}

@media all and (max-width: 639px) {
    .post-meta .categories a,
  .post-meta .author a {
        font-size: 0.9375rem;
        line-height: 1.0625rem;
    }
}

.post-meta .categories a:hover,
.post-meta .author a:hover {
    text-decoration: underline;
}

.post-meta .author {
    font-size: 16px;
    color: #716e6a;
    font-family: 'Vollkorn', serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
}

@media all and (max-width: 639px) {
    .post-meta .author {
        font-size: 0.9375rem;
        line-height: 1.0625rem;
    }
}

.module-wrapper {
    *zoom: 1;
    padding: 30px 0;
}

.module-wrapper:before,
.module-wrapper:after {
    display: table;
    line-height: 0;
    content: "";
}

.module-wrapper:after {
    clear: both;
}

@media all and (min-width: 850px) {
    .back-top {
        position: fixed;
        width: 40px;
        height: 40px;
        text-align: center;
        z-index: 2;
        cursor: pointer;
        display: block;
        font-family: 'FontAwesome';
        color: #fff;
        line-height: 40px;
        font-size: 25px;
        background-color: #000;
        border-radius: 50%;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        right: 30px;
        bottom: 2rem;
    }

    .back-top:before {
        content: '\f106';
        font-family: 'FontAwesome';
        color: #fff;
        display: inline-block;
        position: relative;
        top: -2px;
        font-size: 20px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
}

.align-left {
    float: left;
    margin: 5px 20px 0 0;
}

@media all and (max-width: 619px) {
    .align-left {
        margin: 0 0 10px 0;
    }
}

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

.align-right {
    float: right;
    margin: 5px 0 0 20px;
}

@media all and (max-width: 619px) {
    .align-right {
        margin: 0 0 10px 0;
    }
}

.capital-letter {
    font-weight: 700;
    display: block;
    float: left;
    padding: 0 7px 0 0;
    line-height: 49px;
    font-size: 42px;
    text-transform: uppercase;
}
/* Social profiles color */
.facebook-icon {
    color: #3b5998;
}

.twitter-icon {
    color: #00aced;
}

.youtube-icon {
    color: #cc181e;
}

.pinterest-icon {
    color: #bd081c;
}

.vimeo-icon {
    color: #1ab7ea;
}

.instagram-icon {
    color: #c32aa3;
}

.reddit-icon {
    color: #ff4500;
}

.tumblr-icon {
    color: #2c4762;
}

.google-plus-icon {
    color: #db4437;
}

.linkedin-icon {
    color: #007bb5;
}

.facebook-icon:hover,
.twitter-icon:hover,
.youtube-icon:hover,
.pinterest-icon:hover,
.vimeo-icon:hover,
.instagram-icon:hover,
.reddit-icon:hover,
.tumblr-icon:hover,
.google-plus-icon:hover,
.linkedin-icon:hover {
    color: #8dc63f;
}
/* 4. Elements */
.input-custom-style label {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 6px;
}

.input-custom-style input[type=checkbox] {
    display: none;
}

.input-custom-style input[type=checkbox] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #8dc63f;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    margin: -5px 9px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: baseline;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
}

.input-custom-style input[type=checkbox]:checked + label:before {
    color: #8dc63f;
}

.tabs-panel {
    padding: 0;
    margin: 30px 0 0 0;
}

@media all and (max-width: 1069px) {
    .tabs-panel {
        margin: 15px 0 0 0;
    }
}

.tabs-panel #product-tabs {
    float: left;
    margin: 0;
    border: none;
}

.tabs-panel #product-tabs li {
    margin-right: 1px;
    padding: 0;
    float: left;
    clear: none;
}

.tabs-panel #product-tabs li a {
    font-size: 13px;
    border: none;
    text-transform: uppercase;
    background: #f8f8f8;
    color: #666;
    border-radius: 0;
    padding: 9px 10px 9px 10px;
    border: 0;
    margin-right: 0;
    background: 0;
}

@media all and (max-width: 374px) {
    .tabs-panel #product-tabs li a {
        padding: 8px 4px;
    }
}

.tabs-panel #product-tabs li a i {
    color: #a6a6a6;
}

.tabs-panel #product-tabs li.active {
    background: #8dc63f;
    position: relative;
    padding: 0;
}

.tabs-panel #product-tabs li.active a {
    border: 0;
    color: #fff;
    background: #8dc63f;
}

.tabs-panel #product-tabs li.active a i {
    color: #404040;
}

.tabs-panel #product-tabs li li.open {
    border: 0;
    background: #f2f2f2;
    color: #333333;
    border-radius: 0;
}

.tabs-panel #product-tabs li li.open a i {
    color: #a6a6a6;
}

.tabs-panel #product-tabs li li.open .dropdown-menu {
    margin-top: 0;
}

.tabs-panel .tab-content {
    clear: both;
    background-color: #fff;
    border: 0;
    padding: 0;
}

.btn {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8572;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btn:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary {
    color: #fff;
    text-transform: uppercase;
    background: #8dc63f;
    border: 1px solid #8dc63f;
}

.btn-primary:hover {
    background: #ff3815;
    border: 1px solid #ff3815;
}

.btn-primary:focus,
.btn-primary:active {
    background: #8dc63f;
    border: 1px solid #8dc63f;
}

.btn-default {
    color: #666;
    background-color: #fff;
    border-color: #8dc63f;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background: #8dc63f;
    border-color: #8dc63f;
}

.btn-select {
    position: relative;
    padding: 0 !important;
    width: 100%;
    border-radius: 0;
}

.btn-select .btn-select-value {
    padding: 3px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px 3px 12px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}
/* Default Start */
.btn-select.btn-default:hover,
.btn-select.btn-default:active,
.btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul,
.btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover,
.btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */
/* Primary Start */
.btn-select.btn-primary:hover,
.btn-select.btn-primary:active,
.btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover,
.btn-select.btn-primary.active {
    background-color: #286090;
}
/* Primary End */
/* Success Start */
.btn-success {
    background: #8dc63f;
    border-color: #8dc63f;
}

.btn-select.btn-success:hover,
.btn-select.btn-success:active,
.btn-select.btn-success.active {
    border-color: #8dc63f;
}

.btn-select.btn-success ul li.selected {
    background-color: #8dc63f;
    color: white;
}

.btn-select.btn-success ul {
    border: #8dc63f 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #8dc63f;
    border: #8dc63f 1px solid;
}

.btn-select.btn-success:hover,
.btn-select.btn-success.active {
    background-color: #8dc63f;
}
/* Success End */
/* info Start */
.btn-select.btn-info:hover,
.btn-select.btn-info:active,
.btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover,
.btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */
/* warning Start */
.btn-select.btn-warning:hover,
.btn-select.btn-warning:active,
.btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover,
.btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */
/* danger Start */
.btn-select.btn-danger:hover,
.btn-select.btn-danger:active,
.btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #d43f3a;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #d9534f;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover,
.btn-select.btn-danger.active {
    background-color: #c9302c;
}
/* danger End */
.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}
/* 5. Header */
/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-overlay {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.moby-overlay.dark {
    background: rgba(0, 0, 0, 0.85);
}

.moby-overlay.light {
    background: rgba(255, 255, 255, 0.65);
}

.moby-overlay.moby-overlay-active {
    visibility: visible !important;
    opacity: 1 !important;
}

.moby-body-fixed {
    overflow: hidden !important;
}

.moby {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: auto;
}

.moby * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.moby.moby-hidden {
    display: none;
}

.moby.moby-demo {
    color: #ffffff;
    background: #2196f3;
    position: fixed;
    z-index: 3000;
    top: 0;
    height: 100%;
    width: 30%;
    right: 0;
    min-width: 280px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding: 60px 0 20px 0;
    overflow: auto;
}

.moby.moby-demo.moby-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.moby.moby-demo .moby-inner {
    height: 100%;
    min-height: 520px;
}

.moby.moby-demo .moby-inner > p {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    font-size: 13px;
    text-align: center;
}

.moby.moby-demo .moby-close {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.moby.moby-demo .moby-close .moby-close-icon {
    margin-right: 0;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
}

.moby.moby-demo .moby-close .moby-close-icon::before,
.moby.moby-demo .moby-close .moby-close-icon::after {
    background: #ffffff;
}

.moby.moby-demo .moby-wrap {
    height: calc(100% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.moby.moby-demo .moby-wrap > div {
    width: 100%;
}

.moby.moby-demo .moby-wrap img {
    margin: 0 auto 40px auto;
    display: block;
    width: 100px;
    height: auto;
}

.moby.moby-demo .moby-wrap .moby-menu {
    width: 100%;
}

.moby.moby-demo .moby-wrap .moby-menu > * {
    width: 100%;
}

.moby.moby-demo ul li ul a {
    padding: 20px 70px 20px 70px;
    font-size: 16px;
    background: #0c7cd5;
}

.moby.moby-demo ul li a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 20px 70px 20px 70px;
    text-align: center;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.moby.moby-demo ul li a:hover {
    color: #e0e0e0;
}

.moby.moby-demo ul li a .moby-expand {
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.moby.moby-demo ul li a .moby-expand:hover {
    color: #e0e0e0;
}

.moby.moby-demo ul li a .moby-expand i,
.moby.moby-demo ul li a .moby-expand span {
    font-size: 20px;
}

.moby.right-side {
    position: fixed;
    z-index: 3000;
    top: 0;
    height: 100%;
    width: 30%;
    right: 0;
    min-width: 280px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.moby.right-side.moby-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.moby.fade {
    position: fixed;
    z-index: 3000;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.moby.fade.moby-active {
    opacity: 1;
    visibility: visible;
}

.moby.fade ul {
    width: 100%;
}

.moby.left-side {
    position: fixed;
    z-index: 3000;
    top: 0;
    height: 100%;
    left: 0px;
    width: 30%;
    min-width: 280px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.moby.left-side.moby-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.moby.top-full {
    position: fixed;
    z-index: 3000;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    left: 0px;
    width: 100%;
}

.moby.top-full ul {
    width: 100%;
}

.moby.top-full.moby-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.moby.bottom-full {
    position: fixed;
    z-index: 3000;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    left: 0px;
    width: 100%;
}

.moby.bottom-full ul {
    width: 100%;
}

.moby.bottom-full.moby-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.moby.grow-out {
    position: fixed;
    z-index: 3000;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    visibility: hidden;
    opacity: 0;
}

.moby.grow-out ul {
    width: 100%;
}

.moby.grow-out.moby-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.moby.shrink-in {
    position: fixed;
    z-index: 3000;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden;
    opacity: 0;
}

.moby.shrink-in ul {
    width: 100%;
}

.moby.shrink-in.moby-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.moby ul {
    list-style: none;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.moby ul ul {
    display: none;
}

.moby ul li ul a {
    padding: 10px 90px 10px 39px;
    font-weight: normal;
    font-size: 14px;
}

.moby ul li ul li ul a {
    padding: 10px 90px 10px 50px;
    font-weight: normal;
    font-size: 14px;
}

.moby ul li ul li ul li ul a {
    padding: 10px 90px 10px 60px;
    font-weight: normal;
    font-size: 14px;
}

.moby ul li a {
    position: relative;
    color: #666;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 15px 90px 15px 30px;
    text-align: left;
}

.moby ul li a .moby-expand {
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    padding: 10px;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.moby ul li a .moby-expand i,
.moby ul li a .moby-expand span {
    font-size: 20px;
}

.moby .moby-close {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px 30px;
    background: #8dc63f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.moby .moby-close .moby-close-icon {
    font-weight: bold;
    margin-right: 15px;
    position: relative;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.moby .moby-close .moby-close-icon::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
}

.moby .moby-close .moby-close-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0%;
    margin-left: -1px;
}

#header #mobile-header {
    width: 100%;
    margin: 35px 0 0 0;
}

#header #header-left .search {
    width: 60%;
    position: relative;
    margin: 10px 0 0 9%;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #header #header-left .search {
        width: 70%;
    }
}

@media all and (max-width: 849px) {
    #header #header-left .search {
        display: none;
    }
}

#header #header-left .search input {
    border: none;
}

#header #header-left .search input::-webkit-input-placeholder {
    color: #fff;
}

#header #header-left .search input::-moz-placeholder {
    color: #fff;
}

#header #header-left .search input:-moz-placeholder {
    color: #fff;
}

#header #header-left .search input:-ms-input-placeholder {
    color: #fff;
}

#header #header-left .search input:focus::-webkit-input-placeholder {
    color: transparent;
}

#header #header-left .search input:focus::-moz-placeholder {
    color: transparent;
}

#header #header-left .search input:focus:-moz-placeholder {
    color: transparent;
}

#header #header-left .search input:focus:-ms-input-placeholder {
    color: transparent;
}

#header #header-left .search input[type=text] {
    width: 100%;
    background: #8dc63f;
    padding: 13px 45px 13px 12px;
    font: italic 13px/15px "Lato";
    color: #fff;
}

#header #header-left .search input[type=text]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #8dc63f inset;
    -webkit-text-fill-color: #fff !important;
}

#header #header-left .search button {
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    color: #fff;
    background: transparent;
    border: none;
}

#header #header-left .search button i {
    font-size: 16px;
}

#header #header-middle {
    margin: 0 0 25px 0;
    text-align: center;
}

#header #header-middle h1 {
    margin: 0;
}

#header #header-middle .logo {
    padding: 0;
    margin: 0;
    font-family: 'Great Vibes', cursive;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #8dc63f !important;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #header #header-middle .logo {
        font-size: 43px;
        line-height: 43px;
    }
}

@media all and (max-width: 849px) {
    #header #header-middle .logo {
        font-size: 43px;
        line-height: 43px;
        margin-bottom: 10px;
    }
}

@media all and (width: 850px) {
    #header #header-middle .logo {
        font-size: 36px;
        line-height: 36px;
    }
}

@media all and (max-width: 375px) {
    #header #header-middle .logo {
        float: none;
        display: block;
        text-align: center;
    }
}

#header #header-middle .logo span {
    color: #ff0d03;
    font-size: 48px;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #header #header-middle .logo span {
        font-size: 43px;
        line-height: 43px;
    }
}

@media all and (max-width: 849px) {
    #header #header-middle .logo span {
        font-size: 43px;
        line-height: 43px;
    }
}

@media all and (width: 850px) {
    #header #header-middle .logo span {
        font-size: 36px;
        line-height: 36px;
    }
}

#header #header-middle .logo strong {
    font-size: 30px;
}

@media all and (width: 850px) {
    #header #header-middle .logo strong {
        font-size: 26px;
    }
}

#header #header-middle .logo i {
    margin: -12px 0 0 0;
    font-style: normal;
    display: block;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 1px;
    color: #8dc63f;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #header #header-middle .logo i {
        font-size: 21px;
        margin-top: -8px;
    }
}

@media all and (width: 850px) {
    #header #header-middle .logo i {
        font-size: 19px;
        margin-top: -6px;
    }
}

@media all and (min-width: 375px) and (max-width: 849px) {
    #header #header-middle .logo i {
        font-size: 21px;
        margin-top: -8px;
    }
}

@media all and (max-width: 374px) {
    #header #header-middle .logo i {
        font-size: 19px;
        margin-top: -8px;
    }
}

#header #header-right {
    text-align: center;
}

#header #header-right .social-icons {
    width: 100%;
    margin: 8px auto 0 auto;
    text-align: center;
}

@media all and (max-width: 849px) {
    #header #header-right .social-icons {
        display: none;
    }
}

#header #header-right .social-icons li {
    display: inline-block;
    margin: 0 12px 0 0;
}

#header #header-right .social-icons li a {
    font-size: 1rem;
}

#header #header-right .social-icons li:last-child {
    margin-right: 0;
}

#header #header-right .header-account {
    margin: 3px 0 0 0;
}

@media all and (max-width: 849px) {
    #header #header-right .header-account {
        display: none;
    }
}

#header #header-right .header-account span {
    font-size: 13px;
    color: #000;
}

#header #header-right .header-account a {
    font-weight: 600;
    font-size: 13px;
    color: #666;
}

#header #header-right .header-account a:hover {
    color: #000;
}

#header #header-bottom {
    margin-bottom: -29px;
    *zoom: 1;
}

#header #header-bottom:before,
#header #header-bottom:after {
    display: table;
    line-height: 0;
    content: "";
}

#header #header-bottom:after {
    clear: both;
}

@media all and (min-width: 321px) and (max-width: 850px) {
    #header #header-bottom {
        padding: 0 30px;
    }
}

@media all and (max-width: 320px) {
    #header #header-bottom {
        padding: 0 30px;
    }
}

@media all and (max-width: 849px) {
    #header #header-bottom {
        border-bottom: 4px double #999;
        padding-bottom: 15px;
        padding-top: 22px;
        margin: 0;
    }
}

#header #header-bottom #burger-btn {
    display: none;
    float: left;
    width: 25px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    min-height: 25px;
}

@media all and (max-width: 849px) {
    #header #header-bottom #burger-btn {
        display: block;
    }
}

#header #header-bottom #burger-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#header #header-bottom #burger-btn span:nth-child(1) {
    top: 0;
}

#header #header-bottom #burger-btn span:nth-child(2),
#header #header-bottom #burger-btn span:nth-child(3) {
    top: 8px;
}

#header #header-bottom #burger-btn span:nth-child(4) {
    top: 16px;
}

#header #header-bottom #burger-btn.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

#header #header-bottom #burger-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header #header-bottom #burger-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header #header-bottom #burger-btn.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

#header #header-bottom .mobile-social-icons {
    display: none;
    margin: -2px 0 0 0;
    float: right;
}

@media all and (max-width: 849px) {
    #header #header-bottom .mobile-social-icons {
        display: block;
    }
}

#header #header-bottom .mobile-social-icons li {
    float: left;
    margin: 0 0 0 10px;
}

#header #header-bottom .mobile-social-icons li a {
    font-size: 17px;
}

#header #header-bottom #main-menu {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media all and (max-width: 849px) {
    #header #header-bottom #main-menu {
        display: none;
    }
}

#header #header-bottom #main-menu > li {
    display: inline-block;
    margin: 0 28px;
}

@media all and (max-width: 849px) {
    #header #header-bottom #main-menu > li {
        width: 100%;
        display: block;
        float: left;
        margin: 0;
    }
}

#header #header-bottom #main-menu > li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    display: block;
    font-weight: 600;
    padding: 20px 0;
}

@media all and (max-width: 849px) {
    #header #header-bottom #main-menu > li a {
        padding: 2px 0;
    }
}

#header #header-bottom #main-menu > li a:hover {
    color: #000;
}

#header #header-bottom #main-menu li {
    position: relative;
}

#header #header-bottom #main-menu li.dropdown:hover > a {
    color: #000;
}

#header #header-bottom #main-menu li.dropdown > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 9px;
    color: #666;
    font-size: 12px;
    text-align: right;
}

#header #header-bottom #main-menu li.dropdown > a:hover:after {
    color: #000;
}

#header #header-bottom #main-menu ul {
    display: none;
    background-color: #fff;
    position: absolute;
    margin-top: 0;
    left: 0;
    z-index: 99999;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 0;
}

@media all and (max-width: 849px) {
    #header #header-bottom #main-menu ul {
        position: relative;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#header #header-bottom #main-menu ul li {
    display: block;
    position: relative;
}

#header #header-bottom #main-menu ul li.dropdown > a:after {
    font-family: FontAwesome;
    content: "\f105";
    color: #666;
    font-size: 12px;
    text-align: right;
}

#header #header-bottom #main-menu ul li.dropdown > a:hover:after {
    color: #000;
}

#header #header-bottom #main-menu ul li a {
    color: #666;
    margin: 0;
    font-size: 12px;
    padding: 8px 15px;
    line-height: 20px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border-bottom: 1px solid #e5e5e5;
    border-top: none;
    white-space: nowrap;
}

@media all and (max-width: 849px) {
    #header #header-bottom #main-menu ul li a {
        border: none;
        padding: 2px 10px;
    }
}

#header #header-bottom #main-menu ul li a:hover {
    color: #000;
}

#header #header-bottom #main-menu ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    margin-top: -1px;
}

#header #header-bottom #main-menu .selected > a {
    color: #000;
}

#header #header-bottom #mobile-search-icon {
    display: none;
    float: right;
    font-size: 16px;
    color: #666;
    margin: -1px 0 0 20px;
}

@media all and (max-width: 849px) {
    #header #header-bottom #mobile-search-icon {
        display: block;
    }
}

#header #header-bottom #mobile-search-icon i.fa {
    width: inherit;
}

#header #header-bottom #mobile-search-form {
    display: none;
}

.figlio {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.figlio .search {
    width: 100%;
}

.figlio .search input[type=text] {
    width: inherit;
    height: 70px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 30px;
    line-height: 70px;
    padding: 0;
    background: transparent;
    font-style: italic;
}

.figlio .search input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.figlio .search input[type=text]::-ms-input-placeholder {
    color: #fff;
}

.figlio .search input[type=text]::placeholder {
    color: #fff;
}

.vbox-content {
    padding: 0 30px;
}

.vbox-content .vbox-inline {
    width: 100% !important;
}

.fixed-nav {
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

@media all and (min-width: 849px) {
    .fixed-nav {
        -webkit-box-shadow: 0 0 15px 8px rgba(156, 156, 156, 0.2);
        box-shadow: 0 0 15px 8px rgba(156, 156, 156, 0.2);
    }
}
/* 6. Owl carousel */
.owl-carousel {
    margin: 30px 0 30px 0;
}

@media all and (max-width: 849px) {
    .owl-carousel {
        margin: 1px 0 25px 0;
    }
}

.owl-carousel .post-thumb {
    position: relative;
}

.owl-carousel .post-thumb .overlay-call-to-action {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    top: 0;
    left: 0;
}

.owl-carousel .post-content {
    text-align: left;
    padding: 7%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
}

.owl-carousel .post-content .slide-header .badge {
    background: #8dc63f;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    font-family: "Lato";
    line-height: 25px;
    letter-spacing: 2px;
    padding: 0 10px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 0 0 2px 4px;
}

@media all and (min-width: 380px) and (max-width: 450px) {
    .owl-carousel .post-content .slide-header .badge {
        font-size: 9px;
        padding: 0 8px;
    }
}

@media all and (max-width: 389px) {
    .owl-carousel .post-content .slide-header .badge {
        font-size: 8px;
        padding: 0 8px;
        line-height: 20px;
    }
}

.owl-carousel .post-content .slide-header .badge a {
    color: #fff;
}

.owl-carousel .post-content .slide-header .slide-title {
    margin: 3% 0 3% -2px;
    line-height: 1.16;
    font-style: italic;
    font-family: 'Vollkorn', serif;
}

@media all and (min-width: 660px) {
    .owl-carousel .post-content .slide-header .slide-title {
        font-size: 2.8rem;
    }
}

@media all and (min-width: 560px) and (max-width: 659px) {
    .owl-carousel .post-content .slide-header .slide-title {
        font-size: 2.4rem;
    }
}

@media all and (min-width: 450px) and (max-width: 559px) {
    .owl-carousel .post-content .slide-header .slide-title {
        font-size: 2rem;
    }
}

@media all and (min-width: 390px) and (max-width: 449px) {
    .owl-carousel .post-content .slide-header .slide-title {
        font-size: 1.75rem;
    }
}

@media all and (max-width: 389px) {
    .owl-carousel .post-content .slide-header .slide-title {
        font-size: 1.5rem;
    }
}

.owl-carousel .post-content .slide-header .slide-title a {
    color: #fff;
}

.owl-carousel .post-content .post-meta {
    padding-top: 4%;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.owl-carousel .post-content .post-meta .separator {
    vertical-align: top;
    padding: 3px 5px 0 5px;
}

.owl-carousel .post-content .post-meta span {
    display: inline-block;
    font-family: 'Vollkorn', serif;
    font-size: 0.9375rem;
    line-height: 1.0625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

@media all and (max-width: 389px) {
    .owl-carousel .post-content .post-meta span {
        font-size: 0.75rem;
        line-height: 0.875rem;
    }
}

.owl-carousel .post-content .post-meta span a {
    color: #fff;
}

.owl-carousel .post-content .post-meta span a:hover {
    text-decoration: underline;
}
/* 7. Background line */
.background-line {
    position: relative;
    text-align: center;
    margin: 29px 0 0 0;
}

@media all and (max-width: 849px) {
    .background-line {
        display: none;
    }
}

@media all and (max-width: 849px) {
    .background-line {
        display: none;
    }
}

.background-line .heading {
    font-size: 3.125rem;
    line-height: 4.375rem;
    padding: 0;
    width: auto;
    height: 73px;
    display: block;
    position: absolute;
    border: none;
    font-family: 'Vollkorn', serif;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}

@media all and (max-width: 1070px) {
    .background-line .heading {
        font-size: 2.7rem;
        height: 4.2rem;
    }
}

.background-line .heading:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.background-line .heading:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -50px;
}

.background-line img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: 100%;
    max-height: 400px;
}

.background-line .overlay-call-to-action {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    top: 0;
    left: 0;
}

.background-line-cover {
    background: url("https://via.placeholder.com/1920x520") no-repeat center center;
    padding: 80px 0 315px 0;
    display: block;
    margin: 28px 0 0 0;
}

@media all and (max-width: 849px) {
    .background-line-cover {
        display: none;
    }
}

.background-line-cover h2 {
    font: 300 3.125rem/3.6875rem 'Vollkorn', serif;
    color: #fff;
    margin: 0 0 0 2.7%;
}

@media all and (min-width: 1300px) and (max-width: 1499px) {
    .background-line-cover h2 {
        font: 300 2.3rem/2.75rem 'Vollkorn', serif;
    }
}

@media all and (min-width: 1070px) and (max-width: 1299px) {
    .background-line-cover h2 {
        font: 300 2.1rem/2.5rem 'Vollkorn', serif;
    }
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    .background-line-cover h2 {
        font: 300 2rem/2.4rem 'Vollkorn', serif;
    }
}

.background-line-cover h2 .accent {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.background-line-cover #bread-crumbs {
    margin: 5px 0 0 3%;
}

.background-line-cover #bread-crumbs li {
    float: left;
    font-family: "Lato";
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.background-line-cover #bread-crumbs li a {
    color: #fff;
}

.background-line-cover #bread-crumbs li a:hover {
    text-decoration: underline;
}
/* 8. Before content */
@media all and (max-width: 849px) {
    .before-content {
        margin: 30px 0 0 0;
    }
}

.before-content .welcome-block {
    text-align: center;
    padding: 60px 0;
    overflow: hidden;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

@media all and (min-width: 321px) and (max-width: 849px) {
    .before-content .welcome-block {
        padding: 35px 30px 0 30px;
    }
}

@media all and (max-width: 320px) {
    .before-content .welcome-block {
        padding: 35px 30px 0 30px;
    }
}

.before-content .welcome-block h2 {
    padding: 0;
    margin: 0;
}

.before-content .welcome-block .extra-text {
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #716e6a;
    letter-spacing: 1px;
}

.before-content .welcome-block .follow-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 60px -25px 0 0;
    clear: both;
}

@media all and (max-width: 849px) {
    .before-content .welcome-block .follow-list {
        max-width: 400px;
        margin: 40px auto 0 auto;
    }
}

.before-content .welcome-block .follow-list li {
    width: 33.333333%;
    margin: 0 0 35px 0;
    padding: 0 30px 0 0;
}

@media all and (max-width: 849px) {
    .before-content .welcome-block .follow-list li {
        width: 100%;
        padding: 0;
    }
}

.before-content .welcome-block .follow-list li a {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 15px 8px rgba(155, 155, 155, 0.15);
    box-shadow: 0 0 15px 8px rgba(155, 155, 155, 0.15);
}

.before-content .welcome-block .follow-list li a span {
    display: block;
    position: absolute;
    top: 52%;
    left: 51.3%;
    -webkit-transform: translate(-52%, -50%);
    -ms-transform: translate(-52%, -50%);
    transform: translate(-52%, -50%);
    background: #fff;
    padding: 15px 15px;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #4C4A47;
    min-width: 60%;
}

@media all and (min-width: 1070px) and (max-width: 1299px) {
    .before-content .welcome-block .follow-list li a span {
        min-width: 64%;
    }
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    .before-content .welcome-block .follow-list li a span {
        min-width: 84%;
    }
}

@media all and (min-width: 380px) and (max-width: 424px) {
    .before-content .welcome-block .follow-list li a span {
        min-width: 72%;
    }
}

@media all and (max-width: 379px) {
    .before-content .welcome-block .follow-list li a span {
        min-width: 78%;
        font-size: 11px;
    }
}
/* 9. Content */
#content {
    margin: 0;
    padding: 0 0 20px 0;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #content {
        padding: 0 0 20px 0;
    }
}

@media all and (min-width: 321px) and (max-width: 849px) {
    #content {
        margin: 0;
        padding: 0 30px 0 30px;
    }
}

@media all and (max-width: 320px) {
    #content {
        margin: 0;
        padding: 0 30px 0 30px;
    }
}

@media all and (max-width: 849px) {
    #content .module-wrapper:first-child {
        padding-top: 0;
    }
}

@media all and (max-width: 849px) {
    #content .section-heading {
        max-width: 400px;
        margin: 0 auto 25px auto;
        float: none;
    }
}

#content .popular-middle-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 -50px 0;
    clear: both;
}

@media all and (max-width: 849px) {
    #content .popular-middle-block {
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }
}

#content .popular-middle-block .left-align .thumb-block {
    float: left;
}

#content .popular-middle-block .left-align .post-main {
    float: right;
}

#content .popular-middle-block .right-align .thumb-block {
    float: right;
}

#content .popular-middle-block .right-align .post-main {
    float: left;
}

#content .popular-middle-block article {
    margin: 0 0 50px 0;
    padding: 0;
}

@media all and (min-width: 850px) {
    #content .popular-middle-block article:nth-of-type(odd) {
        padding-right: 15px;
        border-right: 1px solid #ddd;
    }

    #content .popular-middle-block article:nth-of-type(even) {
        padding-left: 15px;
    }
}

@media all and (max-width: 849px) {
    #content .popular-middle-block article {
        margin: 0 0 15px 0;
    }
}

#content .popular-middle-block article .thumb-block {
    max-width: 390px;
    width: 48%;
}

@media all and (max-width: 849px) {
    #content .popular-middle-block article .thumb-block {
        max-width: none;
        width: 100%;
    }
}

#content .popular-middle-block article .post-main {
    margin: 11px 0 0 0;
    width: 47.3%;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #content .popular-middle-block article .post-main {
        margin: 0;
    }
}

@media all and (max-width: 849px) {
    #content .popular-middle-block article .post-main {
        width: 100%;
    }
}

#content .popular-middle-block article .post-main .post-title {
    padding: 0;
    font-family: 'Vollkorn', serif;
    font-size: 1.625rem;
    line-height: 1.25;
    color: #21201f;
    margin: 0 0 10px 0;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #content .popular-middle-block article .post-main .post-title {
        font-size: 1.1875rem;
        line-height: 1.25rem;
        margin: 0 0 5px 0;
    }
}

#content .popular-middle-block article .post-main .post-title a:hover {
    color: #21201f;
}

#content .popular-middle-block article .post-main .short-desc {
    color: #716e6a;
}

#content .popular-middle-block article .post-main .short-desc p {
    font-family: 'Vollkorn', serif;
    font-size: 1rem;
    line-height: 1.43;
    color: #716e6a;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #content .popular-middle-block article .post-main .short-desc p {
        font-size: 14px;
        line-height: 18px;
    }
}

#content .popular-middle-block article .post-main .post-meta {
    margin: 10px 0 0 0;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #content .popular-middle-block article .post-main .post-meta {
        margin: 5px 0 0 0;
    }
}

#content .popular-middle-block article .post-main .post-meta .meta-author {
    display: inline-block;
    font-family: 'Vollkorn', serif;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-style: italic;
}

#content .popular-middle-block article .post-main .post-meta .meta-author a {
    color: #8dc63f;
}

#content .popular-middle-block article .post-main .post-meta .meta-author a:hover {
    color: #8dc63f;
    text-decoration: underline;
}

#content .popular-middle-block article .post-main .post-meta .separator {
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 600;
    vertical-align: top;
    padding: 3px 5px 0 5px;
    display: inline-block;
    color: #8dc63f;
}

#content .popular-middle-block article .post-main .post-meta .meta-time-ago {
    display: inline-block;
    font-family: "Lato";
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 0.875rem;
    color: #8dc63f;
    text-transform: uppercase;
}

#content .subscribe-block {
    position: relative;
    background: url("/images/favinhas_newsletter.jpg") 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 50px;
    text-align: center;
    margin: 0;
}

@media all and (max-width: 849px) {
    #content .subscribe-block {
        padding: 30px;
        max-width: 400px;
        margin: 0 auto;
    }
}

#content .subscribe-block .dark-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    top: 0;
    left: 0;
}

#content .subscribe-block .subscribe-content {
    position: relative;
    z-index: 2;
}

#content .subscribe-block .subscribe-content .subscribe-title {
    font-family: 'Vollkorn', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 2.125rem;
    line-height: 1;
    color: #fff;
    margin: 0 0 32px 0;
}

@media all and (max-width: 849px) {
    #content .subscribe-block .subscribe-content .subscribe-title {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

#content .subscribe-block .subscribe-content #subscribe-form {
    width: 65%;
    margin: 0 auto 25px auto;
}

@media all and (min-width: 849px) and (max-width: 1069px) {
    #content .subscribe-block .subscribe-content #subscribe-form {
        width: 85%;
    }
}

@media all and (max-width: 849px) {
    #content .subscribe-block .subscribe-content #subscribe-form {
        width: 100%;
    }
}

#content .subscribe-block .subscribe-content #subscribe-form input[type=text] {
    width: 80%;
    background: #fff;
    border: 0;
    display: inline-block;
    line-height: 25px;
    color: #949494;
    font-size: 15px;
    font-family: 'Vollkorn', serif;
    border-radius: 0;
    padding: 18px 20px 14px 20px;
    float: left;
}

@media all and (max-width: 849px) {
    #content .subscribe-block .subscribe-content #subscribe-form input[type=text] {
        width: 100%;
        margin: 0 0 18px 0;
        padding: 14px 20px 9px 20px;
    }
}

#content .subscribe-block .subscribe-content #subscribe-form input[type=submit] {
    width: 20%;
    border-radius: 0;
    font-size: 1rem;
    padding: 13px 0;
}

@media all and (max-width: 849px) {
    #content .subscribe-block .subscribe-content #subscribe-form input[type=submit] {
        width: 100%;
        padding: 8px 0;
    }
}

#content .subscribe-block .subscribe-content .subscribe-subtitle {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    text-decoration: underline;
}

@media all and (max-width: 849px) {
    #content .subscribe-block .subscribe-content .subscribe-subtitle {
        font-size: 0.9rem;
    }
}

#content .blog-posts-bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px -50px -15px;
    clear: both;
}

@media all and (max-width: 849px) {
    #content .blog-posts-bottom-block {
        max-width: 400px;
        margin: 0 auto;
    }
}

#content .blog-posts-bottom-block article {
    width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
}

@media all and (max-width: 849px) {
    #content .blog-posts-bottom-block article {
        width: 100%;
        margin: 0 0 30px 0;
    }

    #content .blog-posts-bottom-block article:last-child {
        margin-bottom: 0;
    }
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #content .blog-posts-bottom-block article {
        width: calc(50% - 30px);
    }
}

#content .blog-posts-bottom-block article .post-thumb {
    margin-bottom: 16px;
}

#content .blog-posts-bottom-block article .post-main .post-meta {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 17px;
}

#content .blog-posts-bottom-block article .post-main .post-meta .meta-author {
    display: inline-block;
    font-family: 'Vollkorn', serif;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-style: italic;
}

#content .blog-posts-bottom-block article .post-main .post-meta .meta-author a {
    color: #8dc63f;
}

#content .blog-posts-bottom-block article .post-main .post-meta .meta-author a:hover {
    color: #8dc63f;
    text-decoration: underline;
}

#content .blog-posts-bottom-block article .post-main .post-meta .separator {
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 600;
    vertical-align: top;
    padding: 3px 5px 0 5px;
    display: inline-block;
    color: #8dc63f;
}

#content .blog-posts-bottom-block article .post-main .post-meta .meta-time-ago {
    display: inline-block;
    font-family: "Lato";
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 0.875rem;
    color: #8dc63f;
    text-transform: uppercase;
}

#content .blog-posts-bottom-block article .post-main .post-title {
    font-size: 1.625rem;
    font-family: 'Vollkorn', serif;
    margin: 0 0 11px 0;
    padding: 0 10px 0 0;
    font-weight: 400;
    line-height: 1.25;
    color: #21201f;
}

#content .blog-posts-bottom-block article .post-main .post-title a:hover {
    color: #21201f;
}

#content .blog-posts-bottom-block article .post-main .short-description p {
    font-family: 'Vollkorn', serif;
    font-size: 1rem;
    line-height: 1.43;
    color: #716e6a;
}
/* 10. Right sidebar */
#right-sidebar {
    max-width: 480px;
    float: left;
    padding: 42px 0 0 0;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #right-sidebar {
        padding: 30px 0 0 0;
    }
}

@media all and (min-width: 321px) and (max-width: 849px) {
    #right-sidebar {
        clear: both;
        float: none;
        margin: 0 auto;
        padding: 0 30px 0 30px;
    }
}

@media all and (max-width: 320px) {
    #right-sidebar {
        margin: 0;
        padding: 0 30px 0 30px;
    }
}

#right-sidebar .sidebar-widget {
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
    float: left;
}

#right-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}

#right-sidebar .sidebar-widget .widget-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 28px 0;
    color: #000;
}

#right-sidebar .sidebar-widget .widget-title span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
}

#right-sidebar .author-wrap {
    text-align: center;
}

#right-sidebar .author-wrap .author-info {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
}

@media all and (min-width: 850px) and (max-width: 1069px) {
    #right-sidebar .author-wrap .author-info {
        width: 180px;
        height: 180px;
    }
}

#right-sidebar .author-wrap .author-info img {
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 8px rgba(156, 156, 156, 0.15);
    box-shadow: 0 0 15px 8px rgba(156, 156, 156, 0.15);
}

#right-sidebar .author-wrap .author-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    display: inline-block;
    color: #21201f;
    font-family: "Great Vibes";
    font-size: 28px;
    letter-spacing: 3px;
}

#right-sidebar .author-wrap .author-name a:hover {
    color: #21201f;
}

#right-sidebar .author-wrap p {
    font-size: 1.1rem;
    line-height: 1.45;
    font-family: "Lato";
    color: #716e6a;
}

#right-sidebar .author-wrap .follow-author {
    margin: 22px 0 0 0;
    text-align: center;
}

#right-sidebar .author-wrap .follow-author li {
    display: inline-block;
}

#right-sidebar .author-wrap .follow-author li a {
    display: block;
    width: 23px;
    height: 23px;
}

#right-sidebar .author-wrap .follow-author li a i {
    font-size: 1rem;
}

#right-sidebar .popular-recipes {
    width: 100%;
}

#right-sidebar .popular-recipes li {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

#right-sidebar .popular-recipes li .preview-wrap {
    width: 36%;
    float: left;
}

@media all and (min-width: 425px) and (max-width: 849px) {
    #right-sidebar .popular-recipes li .preview-wrap {
        width: 25%;
    }
}

@media all and (max-width: 424px) {
    #right-sidebar .popular-recipes li .preview-wrap {
        width: 31%;
    }
}

#right-sidebar .popular-recipes li .preview-wrap .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

#right-sidebar .popular-recipes li .preview-wrap .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#right-sidebar .popular-recipes li .preview-wrap .hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

#right-sidebar .popular-recipes li .preview-wrap .hovereffect img {
    display: block;
    position: relative;
}

#right-sidebar .popular-recipes li .preview-wrap .hovereffect a.info {
    display: block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    text-decoration: none;
    margin: 6px auto 0 auto;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0;
}

#right-sidebar .popular-recipes li .preview-wrap .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#right-sidebar .popular-recipes li .preview-wrap .recipe-preview {
    display: block;
    height: auto;
    float: left;
}

#right-sidebar .popular-recipes li .preview-wrap .recipe-preview img {
    width: 100%;
    display: block;
}

#right-sidebar .popular-recipes li .info-wrap {
    width: 64%;
    float: left;
    padding-left: 20px;
}

#right-sidebar .popular-recipes li .info-wrap h5 {
    margin: 0;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

#right-sidebar .popular-recipes li .info-wrap h5 a {
    color: #000;
}

#right-sidebar .popular-recipes li .info-wrap .recipe-meta-data {
    font-size: 13px;
    line-height: 18px;
    color: #716e6a;
    margin: 6px 0 0 0;
}

@media all and (min-width: 850px) and (max-width: 1300px) {
    #right-sidebar .popular-recipes li .info-wrap .recipe-meta-data {
        font-size: 12px;
    }
}

#right-sidebar .popular-recipes li .info-wrap .recipe-meta-data i {
    padding: 0 3px 0 0;
}

#right-sidebar .popular-recipes li .info-wrap .recipe-meta-data .dot {
    display: inline-block;
    color: #888;
    padding: 0 3px;
    margin: -5px 0 0 0;
    vertical-align: top;
    font-size: 18px;
}

#right-sidebar .popular-recipes li:nth-last-child(1) {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

#right-sidebar .subscribe-box {
    clear: both;
    padding: 32px 28px;
    background: #f4f4f4;
}

#right-sidebar .subscribe-box .subscribe-header {
    text-align: center;
}

#right-sidebar .subscribe-box .subscribe-header h4 {
    text-transform: uppercase;
    font-family: "Lato";
    color: #333;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: -3px;
}

#right-sidebar .subscribe-box .subscribe-header h4:before {
    font-family: "FontAwesome";
    content: "\f003";
    font-weight: 400;
    font-size: 16px;
    margin-right: 6px;
}

#right-sidebar .subscribe-box .subscribe-header p {
    font-family: "Lato";
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 19px;
    color: #999;
}

#right-sidebar .subscribe-form {
    width: 100%;
    text-align: center;
}

#right-sidebar .subscribe-form input[type=email] {
    width: 100%;
    background: #fefefe;
    border: none;
    padding: 12px 16px;
    font-style: italic;
    font-family: "Lato";
    font-size: 13px;
    color: #888;
}

#right-sidebar .subscribe-form input[type=button] {
    margin: 10px 0 0 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#right-sidebar .advertising-300x400 {
    width: 100%;
    height: auto;
    margin: 30px auto 30px auto;
    clear: both;
}

@media all and (min-width: 381px) and (max-width: 849px) {
    #right-sidebar .advertising-300x400 {
        width: 300px;
    }
}

@media all and (max-width: 380px) {
    #right-sidebar .advertising-300x400 {
        width: 100%;
        margin: 30px auto 30px auto;
    }
}

#right-sidebar .advertising-300x400 a {
    display: block;
}

#right-sidebar .advertising-300x400 a img {
    margin: 0 auto;
}

#right-sidebar .tags-pool {
    text-align: left;
}

#right-sidebar .tags-pool a {
    display: inline-block;
    padding: 2px 6px 3px 6px;
    margin: 0 2px 7px 0;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #ddd;
    color: #666;
}

#right-sidebar .tags-pool a:hover {
    background: #8dc63f;
    color: #fff;
}

#right-sidebar .categories-list li a {
    font-size: 13px;
    color: #000;
}

#right-sidebar .categories-list li a span {
    color: #999;
    padding-left: 5px;
}
/* 11. Footer down pattern */
html,
body {
    width: 100%;
    height: 100%;
}

#main {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -288px;
    text-align: left;
}

@media all and (min-width: 480px) and (max-width: 849px) {
    #main {
        margin: 0 auto -426px;
    }
}

@media all and (max-width: 479px) {
    #main {
        margin: 0 auto -710px;
    }
}

.footer-push {
    width: 100%;
    height: 288px;
    margin: 0 auto;
    clear: both;
}

@media all and (min-width: 480px) and (max-width: 849px) {
    .footer-push {
        height: 426px;
    }
}

@media all and (max-width: 479px) {
    .footer-push {
        height: 710px;
    }
}
/* 12. Footer */
#footer {
    height: 288px;
}

@media all and (min-width: 480px) and (max-width: 849px) {
    #footer {
        height: 426px;
    }
}

@media all and (max-width: 479px) {
    #footer {
        height: 710px;
    }
}

.footer-top {
    background: #333333;
    padding: 35px 0 35px 0;
}

@media all and (min-width: 321px) and (max-width: 849px) {
    .footer-top {
        padding: 20px 40px 20px 40px;
    }
}

@media all and (max-width: 320px) {
    .footer-top {
        padding: 20px 25px 20px 25px;
    }
}

@media all and (max-width: 479px) {
    .footer-top .block-1,
  .footer-top .block-2,
  .footer-top .block-3,
  .footer-top .block-4 {
        width: 100%;
    }
}

@media all and (min-width: 850px) {
    .footer-top .block-2,
  .footer-top .block-3,
  .footer-top .block-4 {
        padding-left: 5%;
    }
}

@media all and (min-width: 850px) {
    .footer-top .block-1 {
        padding-left: 0;
    }
}

@media all and (max-width: 479px) {
    .footer-top .block-2 {
        margin-top: 20px;
    }
}

@media all and (max-width: 849px) {
    .footer-top .block-3 {
        clear: left;
        margin: 20px 0 0 0;
    }
}

@media all and (max-width: 849px) {
    .footer-top .block-4 {
        margin: 20px 0 0 0;
    }
}

.footer-top .footer-headline {
    text-transform: uppercase;
    color: #E0E0E0;
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    padding: 0;
}

.footer-top .footer-links li a {
    font-size: 13px;
    line-height: 24px;
    color: #E0E0E0;
    letter-spacing: 1px;
}

.footer-top .footer-links li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-top .footer-logo {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #8dc63f !important;
}

@media all and (min-width: 480px) and (max-width: 1069px) {
    .footer-top .footer-logo {
        font-size: 32px;
        line-height: 32px;
    }
}

@media all and (min-width: 340px) and (max-width: 479px) {
    .footer-top .footer-logo {
        font-size: 38px;
        line-height: 38px;
    }
}

@media all and (max-width: 339px) {
    .footer-top .footer-logo {
        font-size: 32px;
        line-height: 32px;
    }
}

.footer-top .footer-logo strong {
    font-size: 30px;
    padding: 0 8px 0 7px;
}

.footer-top .footer-logo span {
    color: #ff3815;
}

.footer-top .footer-social-icons {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 10px;
}

.footer-top .footer-social-icons li {
    width: 15%;
    vertical-align: top;
    display: inline-block;
}

.footer-top .footer-social-icons li a {
    display: block;
    color: #E0E0E0;
    text-decoration: none;
    text-align: center;
}

.footer-top .footer-social-icons li a i {
    display: block;
    height: 100%;
    font-size: 1.2em;
    line-height: 40px;
}

@media all and (max-width: 330px) {
    .footer-top .footer-social-icons li a i {
        font-size: 1em;
        line-height: 35px;
    }
}

.footer-top .footer-social-icons li a:hover {
    color: #8dc63f;
}

.footer-top .fa-facebook {
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-top .fa-twitter {
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-top .fa-rss {
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-top .fa-youtube {
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-top .fa-google-plus {
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-top .write-btn {
    display: block;
    width: 85%;
    margin: 15px auto 0 auto;
}

@media all and (max-width: 1069px) {
    .footer-top .write-btn {
        width: 100%;
    }
}

.footer-bottom {
    background: #2a2a2a;
    padding: 15px 0 15px 0;
}

.footer-bottom .copyright {
    color: #E0E0E0;
    font-size: 13px;
    line-height: 18px;
}

.footer-bottom .copyright a {
    color: #8dc63f;
}

.footer-bottom .copyright a:hover {
    text-decoration: underline;
}

@media all and (max-width: 479px) {
    .footer-bottom .copyright {
        font-size: 12px;
    }
}

@media all and (max-width: 849px) {
    .footer-bottom .copyright {
        text-align: center;
        padding: 0 20px;
    }
}
.embed-youtube {
    position: relative;
	padding-bottom: 30%;
    /* padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}