/*!
Theme Name: Yugen Pro
Theme URI: http://underscores.me/
Author: Precise Themes
Author URI: https://precisethemes.com/wordpress-themes/https://precisethemes.com/wordpress-themes/yugen/
Description: Yugen Pro is a clean, simple, minimal, modern & stylish WordPress blog theme, fully responsive design and easy to use. The minimalist design-oriented theme that helps you to showcase your posts super clean and beautiful and suitable for creative writers and bloggers ranging from Fashion, Travel, Music, Car, Real State, Beauty, Design, Food, Wedding, Movie, Photography, Technology and any other niche.
Version: 1.2.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yugen
Tags: grid-layout, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Yugen Pro is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
    line-height: 1.8;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em .5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

#primary li,
#secondary li {
    margin-top: 8px;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: .5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /*width: 100%;*/
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.custom-button {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    width: 100%;
    max-width: 480px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: none;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

form label {
    min-width: 120px;
    margin-right: 16px;
    margin-bottom: 0;
}

form label .required {
    opacity: .75;
}

/*--------------------------------------------------------------
## Custom Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form p label {
    width: 100%;
}

.wpcf7-form p label span {
    display: block;
    margin-top: 16px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
    margin-top: 80px;
}

.comment-list,
.comment-list ol,
.comment-list ol ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list ol,
.comment-list ol ol {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.comment-list li {
    margin: 15px 0 0;
}

.comment-body {
    position: relative;
}

.comment-list li .comment-body {
    margin-top: 48px;
}

.comment-list li .children {
    margin-left: 24px;
}

.comment-list ol li,
.comment-list ol ol li {
    border: 0;
}

.comment-content {
    margin-top: 8px;
    margin-left: 80px;
    font-size: .9375em;
    color: #666;
}

.comment-content p {
    margin-bottom: 1em;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-list .reply {
    padding-left: 80px;
}

.comment-list .reply a {
    padding: 5px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 0.025em;
    background: #666;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.comment-list .reply a:hover {
    background: #000;
}

.comment-form label {
    min-width: 90px;
    display: inline-block;
}

.comment-form .form-submit {
    margin-left: 109px;
}

.comment-form .bypostauthor {
    display: block;
}

.bypostauthor {
    display: block;
}

.comment-author .fn {
    margin-right: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.comment-author .fn a {
    text-decoration: none;
}

.comment-author .fn:hover,
.comment-author .fn a:hover {
    color: #000;
}

.comment-author .says {
    color: #999;
}

.comment-author img {
    margin: 0 16px 16px 0;
    float: left;
    width: 64px;
    height: auto;
}

.comment-metadata a {
    color: #999;
}

.comment-reply-title {
    font-size: 24px;
}

.comment-reply-title #cancel-comment-reply-link {
    font-size: .75em;
    color: #999;
}

.comment-respond {
    margin-top: 48px;
}

.comment-form-cookies-consent {
    margin-left: 106px;
}

.comment-respond input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: 3px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #333;
}

a:visited {
    color: #666;
}

a:hover, a:focus, a:active {
    color: #666;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget-title {
    margin-bottom: 24px;
}

.widget select {
    max-width: 100%;
}

.widget_text {
    word-wrap: break-word;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
    max-height: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    padding: 1em 0;
    color: #999;
    background: #fafafa;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 1em 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.gallery .gallery-item a {
    display: block;
}

.gallery .gallery-item a img {
    width: 100%;
}

/*--------------------------------------------------------------
# Custom Layout Classes
---------------------------------------------------------------*/
.d-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-left: -32px;
}

.outer-container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .outer-container {
        width: calc(100% - 50px);
        max-width: 1800px;
        overflow: visible;
    }
}

@media screen and (min-width: 1200px) {
    .outer-container {
        width: calc(100% - 130px);
        max-width: 1800px;
    }
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.background-cover {
    background-size: cover !important;
    background-position: center !important;
}

/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
/*
  Stop Scrolling
----------------------------------*/
.stop-scroll {
    overflow: hidden;
}

/*
  CSS Columns
----------------------------------*/
.col-count-2 {
    column-count: 2;
}

.col-count-3 {
    column-count: 3;
}

.col-count-4 {
    column-count: 4;
}

@media (min-width: 576px) {
    .col-count-sm-2 {
        column-count: 2;
    }

    .col-count-sm-3 {
        column-count: 3;
    }

    .col-count-sm-4 {
        column-count: 4;
    }
}

@media (min-width: 768px) {
    .col-count-md-2 {
        column-count: 2;
    }

    .col-count-md-3 {
        column-count: 3;
    }

    .col-count-md-4 {
        column-count: 4;
    }
}

@media (min-width: 992px) {
    .col-count-lg-2 {
        column-count: 2;
    }

    .col-count-lg-3 {
        column-count: 3;
    }

    .col-count-lg-4 {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .col-count-xl-2 {
        column-count: 2;
    }

    .col-count-xl-3 {
        column-count: 3;
    }

    .col-count-xl-4 {
        column-count: 4;
    }
}

@media (min-width: 1440px) {
    .col-count-xxl-2 {
        column-count: 2;
    }

    .col-count-xxl-3 {
        column-count: 3;
    }

    .col-count-xxl-4 {
        column-count: 4;
    }
}

.col-gap-24 {
    column-gap: 24px;
}

.col-gap-32 {
    column-gap: 32px;
}

.col-gap-48 {
    column-gap: 48px;
}

.col-gap-64 {
    column-gap: 64px;
}

.col-gap-80 {
    column-gap: 80px;
}

.col-gap-96 {
    column-gap: 96px;
}

.col-gap-120 {
    column-gap: 120px;
}

@media (min-width: 576px) {
    .col-gap-sm-24 {
        column-gap: 24px;
    }

    .col-gap-sm-32 {
        column-gap: 32px;
    }

    .col-gap-sm-48 {
        column-gap: 48px;
    }

    .col-gap-sm-64 {
        column-gap: 64px;
    }

    .col-gap-sm-80 {
        column-gap: 80px;
    }

    .col-gap-sm-96 {
        column-gap: 96px;
    }

    .col-gap-sm-120 {
        column-gap: 120px;
    }
}

@media (min-width: 768px) {
    .col-gap-md-24 {
        column-gap: 24px;
    }

    .col-gap-md-32 {
        column-gap: 32px;
    }

    .col-gap-md-48 {
        column-gap: 48px;
    }

    .col-gap-md-64 {
        column-gap: 64px;
    }

    .col-gap-md-80 {
        column-gap: 80px;
    }

    .col-gap-md-96 {
        column-gap: 96px;
    }

    .col-gap-md-120 {
        column-gap: 120px;
    }
}

@media (min-width: 992px) {
    .col-gap-lg-24 {
        column-gap: 24px;
    }

    .col-gap-lg-32 {
        column-gap: 32px;
    }

    .col-gap-lg-48 {
        column-gap: 48px;
    }

    .col-gap-lg-64 {
        column-gap: 64px;
    }

    .col-gap-lg-80 {
        column-gap: 80px;
    }

    .col-gap-lg-96 {
        column-gap: 96px;
    }

    .col-gap-lg-120 {
        column-gap: 120px;
    }
}

@media (min-width: 1200px) {
    .col-gap-xl-24 {
        column-gap: 24px;
    }

    .col-gap-xl-32 {
        column-gap: 32px;
    }

    .col-gap-xl-48 {
        column-gap: 48px;
    }

    .col-gap-xl-64 {
        column-gap: 64px;
    }

    .col-gap-xl-80 {
        column-gap: 80px;
    }

    .col-gap-xl-96 {
        column-gap: 96px;
    }

    .col-gap-xl-120 {
        column-gap: 120px;
    }
}

@media (min-width: 1440px) {
    .col-gap-xxl-24 {
        column-gap: 24px;
    }

    .col-gap-xxl-32 {
        column-gap: 32px;
    }

    .col-gap-xxl-48 {
        column-gap: 48px;
    }

    .col-gap-xxl-64 {
        column-gap: 64px;
    }

    .col-gap-xlx-80 {
        column-gap: 80px;
    }

    .col-gap-xxl-96 {
        column-gap: 96px;
    }

    .col-gap-xxl-120 {
        column-gap: 120px;
    }
}

/*
  CSS Transition
----------------------------------*/
.transition-5s {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.transition-35s {
    -webkit-transition: all .35s;
    transition: all .35s;
}

.transition-25s {
    -webkit-transition: all .25s;
    transition: all .25s;
}

/*
  CSS Transition Delay
----------------------------------*/
.transition-delay-5s {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.transition-delay-35s {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}

.transition-delay-25s {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

/*
  HEX Color
----------------------------------*/
.color-hex-0 {
    color: #fff;
}

.color-hex-1 {
    color: #e6e6e6;
}

.color-hex-2 {
    color: #ccc;
}

.color-hex-3 {
    color: #b3b3b3;
}

.color-hex-4 {
    color: #999;
}

.color-hex-5 {
    color: #808080;
}

.color-hex-6 {
    color: #666;
}

.color-hex-7 {
    color: #4d4d4d;
}

.color-hex-8 {
    color: #333;
}

.color-hex-9 {
    color: #1a1a1a;
}

.color-hex-10 {
    color: #000;
}

/*
  Rgba Black Color
----------------------------------*/
.color-rgba-b-0 {
    color: rgba(0, 0, 0, 0);
}

.color-rgba-b-1 {
    color: rgba(0, 0, 0, .1);
}

.color-rgba-b-2 {
    color: rgba(0, 0, 0, .2);
}

.color-rgba-b-3 {
    color: rgba(0, 0, 0, .3);
}

.color-rgba-b-4 {
    color: rgba(0, 0, 0, .4);
}

.color-rgba-b-5 {
    color: rgba(0, 0, 0, .5);
}

.color-rgba-b-6 {
    color: rgba(0, 0, 0, .6);
}

.color-rgba-b-7 {
    color: rgba(0, 0, 0, .7);
}

.color-rgba-b-8 {
    color: rgba(0, 0, 0, .8);
}

.color-rgba-b-9 {
    color: rgba(0, 0, 0, .9);
}

.color-rgba-b-10 {
    color: rgba(0, 0, 0, 1);
}

/*
  Rgba White Color
----------------------------------*/
.color-rgba-w-0 {
    color: rgba(255, 255, 255, 0);
}

.color-rgba-w-1 {
    color: rgba(255, 255, 255, .1);
}

.color-rgba-w-2 {
    color: rgba(255, 255, 255, .2);
}

.color-rgba-w-3 {
    color: rgba(255, 255, 255, .3);
}

.color-rgba-w-4 {
    color: rgba(255, 255, 255, .4);
}

.color-rgba-w-5 {
    color: rgba(255, 255, 255, .5);
}

.color-rgba-w-6 {
    color: rgba(255, 255, 255, .6);
}

.color-rgba-w-7 {
    color: rgba(255, 255, 255, .7);
}

.color-rgba-w-8 {
    color: rgba(255, 255, 255, .8);
}

.color-rgba-w-9 {
    color: rgba(255, 255, 255, .9);
}

.color-rgba-w-10 {
    color: rgba(255, 255, 255, 1);
}

.bg-transparent {
    background: transparent;
}

/*
  HEX BG Color
----------------------------------*/
.bg-hex-0 {
    background-color: #fff;
}

.bg-hex-1 {
    background-color: #e6e6e6;
}

.bg-hex-2 {
    background-color: #ccc;
}

.bg-hex-3 {
    background-color: #b3b3b3;
}

.bg-hex-4 {
    background-color: #999;
}

.bg-hex-5 {
    background-color: #808080;
}

.bg-hex-6 {
    background-color: #666;
}

.bg-hex-7 {
    background-color: #4d4d4d;
}

.bg-hex-8 {
    background-color: #333;
}

.bg-hex-9 {
    background-color: #1a1a1a;
}

.bg-hex-10 {
    background-color: #000;
}

/*
  Rgba BG Color Black
----------------------------------*/
.bg-rgba-b-0 {
    background-color: rgba(0, 0, 0, 0);
}

.bg-rgba-b-1 {
    background-color: rgba(0, 0, 0, .1);
}

.bg-rgba-b-2 {
    background-color: rgba(0, 0, 0, .2);
}

.bg-rgba-b-3 {
    background-color: rgba(0, 0, 0, .3);
}

.bg-rgba-b-4 {
    background-color: rgba(0, 0, 0, .4);
}

.bg-rgba-b-5 {
    background-color: rgba(0, 0, 0, .5);
}

.bg-rgba-b-6 {
    background-color: rgba(0, 0, 0, .6);
}

.bg-rgba-b-7 {
    background-color: rgba(0, 0, 0, .7);
}

.bg-rgba-b-8 {
    background-color: rgba(0, 0, 0, .8);
}

.bg-rgba-b-9 {
    background-color: rgba(0, 0, 0, .9);
}

.bg-rgba-b-10 {
    background-color: rgba(0, 0, 0, 1);
}

/*
  Rgba BG Color White
----------------------------------*/
.bg-rgba-w-0 {
    background-color: rgba(255, 255, 255, 0);
}

.bg-rgba-w-1 {
    background-color: rgba(255, 255, 255, .1);
}

.bg-rgba-w-2 {
    background-color: rgba(255, 255, 255, .2);
}

.bg-rgba-w-3 {
    background-color: rgba(255, 255, 255, .3);
}

.bg-rgba-w-4 {
    background-color: rgba(255, 255, 255, .4);
}

.bg-rgba-w-5 {
    background-color: rgba(255, 255, 255, .5);
}

.bg-rgba-w-6 {
    background-color: rgba(255, 255, 255, .6);
}

.bg-rgba-w-7 {
    background-color: rgba(255, 255, 255, .7);
}

.bg-rgba-w-8 {
    background-color: rgba(255, 255, 255, .8);
}

.bg-rgba-w-9 {
    background-color: rgba(255, 255, 255, .9);
}

.bg-rgba-w-10 {
    background-color: rgba(255, 255, 255, 1);
}

/*
  Opacity
----------------------------------*/
.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

/*
  Overflow
----------------------------------*/
.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow: hidden;
}

.overflow-y-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

/*
  Text Decoration
----------------------------------*/
.td-none {
    text-decoration: none !important;
}

.td-underline {
    text-decoration: underline !important;
}

/*
  Outline
----------------------------------*/
.outline-none {
    outline: none;
}

/*
  List Style
----------------------------------*/
.ls-none {
    list-style: none;
}

/*
  Cursor
----------------------------------*/
.cursor-pointer {
    cursor: pointer;
}

/*
  Width
----------------------------------*/
.w-16 {
    width: 16.666666%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.333333%;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

/*
  Padding
----------------------------------*/
.p-8 {
    padding: 8px;
}

.p-12 {
    padding: 12px;
}

.p-16 {
    padding: 16px;
}

.p-20 {
    padding: 20px;
}

.p-24 {
    padding: 24px;
}

.p-32 {
    padding: 32px;
}

.p-40 {
    padding: 40px;
}

.p-48 {
    padding: 48px;
}

.p-56 {
    padding: 56px;
}

.p-64 {
    padding: 64px;
}

.p-72 {
    padding: 72px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.p-120 {
    padding: 120px;
}

.pt-8,
.py-8 {
    padding-top: 8px;
}

.pt-12,
.py-12 {
    padding-top: 12px;
}

.pt-16,
.py-16 {
    padding-top: 16px;
}

.pt-20,
.py-20 {
    padding-top: 20px;
}

.pt-24,
.py-24 {
    padding-top: 24px;
}

.pt-32,
.py-32 {
    padding-top: 32px;
}

.pt-40,
.py-40 {
    padding-top: 40px;
}

.pt-48,
.py-48 {
    padding-top: 48px;
}

.pt-56,
.py-56 {
    padding-top: 56px;
}

.pt-64,
.py-64 {
    padding-top: 64px;
}

.pt-72,
.py-72 {
    padding-top: 72px;
}

.pt-80,
.py-80 {
    padding-top: 80px;
}

.pt-100,
.py-100 {
    padding-top: 100px;
}

.pt-120,
.py-120 {
    padding-top: 120px;
}

.pr-8,
.px-8 {
    padding-right: 8px;
}

.pr-12,
.px-12 {
    padding-right: 12px;
}

.pr-16,
.px-16 {
    padding-right: 16px;
}

.pr-20,
.px-20 {
    padding-right: 20px;
}

.pr-24,
.px-24 {
    padding-right: 24px;
}

.pr-32,
.px-32 {
    padding-right: 32px;
}

.pr-40,
.px-40 {
    padding-right: 40px;
}

.pr-48,
.px-48 {
    padding-right: 48px;
}

.pr-56,
.px-56 {
    padding-right: 56px;
}

.pr-64,
.px-64 {
    padding-right: 64px;
}

.pr-72,
.px-72 {
    padding-right: 72px;
}

.pr-80,
.px-80 {
    padding-right: 80px;
}

.pr-100,
.px-100 {
    padding-right: 100px;
}

.pr-120,
.px-120 {
    padding-right: 120px;
}

.pb-8,
.py-8 {
    padding-bottom: 8px;
}

.pb-12,
.py-12 {
    padding-bottom: 12px;
}

.pb-16,
.py-16 {
    padding-bottom: 16px;
}

.pb-20,
.py-20 {
    padding-bottom: 20px;
}

.pb-24,
.py-24 {
    padding-bottom: 24px;
}

.pb-32,
.py-32 {
    padding-bottom: 32px;
}

.pb-40,
.py-40 {
    padding-bottom: 40px;
}

.pb-48,
.py-48 {
    padding-bottom: 48px;
}

.pb-56,
.py-56 {
    padding-bottom: 56px;
}

.pb-64,
.py-64 {
    padding-bottom: 64px;
}

.pb-72,
.py-72 {
    padding-bottom: 72px;
}

.pb-80,
.py-80 {
    padding-bottom: 80px;
}

.pb-100,
.py-100 {
    padding-bottom: 100px;
}

.pb-120,
.py-120 {
    padding-bottom: 120px;
}

.pl-8,
.px-8 {
    padding-left: 8px;
}

.pl-12,
.px-12 {
    padding-left: 12px;
}

.pl-16,
.px-16 {
    padding-left: 16px;
}

.pl-20,
.px-20 {
    padding-left: 20px;
}

.pl-24,
.px-24 {
    padding-left: 24px;
}

.pl-32,
.px-32 {
    padding-left: 32px;
}

.pl-40,
.px-40 {
    padding-left: 40px;
}

.pl-48,
.px-48 {
    padding-left: 48px;
}

.pl-56,
.px-56 {
    padding-left: 56px;
}

.pl-64,
.px-64 {
    padding-left: 64px;
}

.pl-72,
.px-72 {
    padding-left: 72px;
}

.pl-80,
.px-80 {
    padding-left: 80px;
}

.pl-100,
.px-100 {
    padding-left: 100px;
}

.pl-120,
.px-120 {
    padding-left: 120px;
}

@media (min-width: 576px) {
    .p-sm-8 {
        padding: 8px;
    }

    .p-sm-12 {
        padding: 12px;
    }

    .p-sm-16 {
        padding: 16px;
    }

    .p-sm-20 {
        padding: 20px;
    }

    .p-sm-24 {
        padding: 24px;
    }

    .p-sm-32 {
        padding: 32px;
    }

    .p-sm-40 {
        padding: 40px;
    }

    .p-sm-48 {
        padding: 48px;
    }

    .p-sm-56 {
        padding: 56px;
    }

    .p-sm-64 {
        padding: 64px;
    }

    .p-sm-72 {
        padding: 72px;
    }

    .p-sm-80 {
        padding: 80px;
    }

    .p-sm-100 {
        padding: 100px;
    }

    .p-sm-120 {
        padding: 120px;
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 8px;
    }

    .pt-sm-12,
    .py-sm-12 {
        padding-top: 12px;
    }

    .pt-sm-16,
    .py-sm-16 {
        padding-top: 16px;
    }

    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-24,
    .py-sm-24 {
        padding-top: 24px;
    }

    .pt-sm-32,
    .py-sm-32 {
        padding-top: 32px;
    }

    .pt-sm-40,
    .py-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-48,
    .py-sm-48 {
        padding-top: 48px;
    }

    .pt-sm-56,
    .py-sm-56 {
        padding-top: 56px;
    }

    .pt-sm-64,
    .py-sm-64 {
        padding-top: 64px;
    }

    .pt-sm-72,
    .py-sm-72 {
        padding-top: 72px;
    }

    .pt-sm-80,
    .py-sm-80 {
        padding-top: 80px;
    }

    .pt-sm-100,
    .py-sm-100 {
        padding-top: 100px;
    }

    .pt-sm-120,
    .py-sm-120 {
        padding-top: 120px;
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 8px;
    }

    .pr-sm-12,
    .px-sm-12 {
        padding-right: 12px;
    }

    .pr-sm-16,
    .px-sm-16 {
        padding-right: 16px;
    }

    .pr-sm-20,
    .px-sm-20 {
        padding-right: 20px;
    }

    .pr-sm-24,
    .px-sm-24 {
        padding-right: 24px;
    }

    .pr-sm-32,
    .px-sm-32 {
        padding-right: 32px;
    }

    .pr-sm-40,
    .px-sm-40 {
        padding-right: 40px;
    }

    .pr-sm-48,
    .px-sm-48 {
        padding-right: 48px;
    }

    .pr-sm-56,
    .px-sm-56 {
        padding-right: 56px;
    }

    .pr-sm-64,
    .px-sm-64 {
        padding-right: 64px;
    }

    .pr-sm-72,
    .px-sm-72 {
        padding-right: 72px;
    }

    .pr-sm-80,
    .px-sm-80 {
        padding-right: 80px;
    }

    .pr-sm-100,
    .px-sm-100 {
        padding-right: 100px;
    }

    .pr-sm-120,
    .px-sm-120 {
        padding-right: 120px;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 8px;
    }

    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 12px;
    }

    .pb-sm-16,
    .py-sm-16 {
        padding-bottom: 16px;
    }

    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 20px;
    }

    .pb-sm-24,
    .py-sm-24 {
        padding-bottom: 24px;
    }

    .pb-sm-32,
    .py-sm-32 {
        padding-bottom: 32px;
    }

    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-48,
    .py-sm-48 {
        padding-bottom: 48px;
    }

    .pb-sm-56,
    .py-sm-56 {
        padding-bottom: 56px;
    }

    .pb-sm-64,
    .py-sm-64 {
        padding-bottom: 64px;
    }

    .pb-sm-72,
    .py-sm-72 {
        padding-bottom: 72px;
    }

    .pb-sm-80,
    .py-sm-80 {
        padding-bottom: 80px;
    }

    .pb-sm-100,
    .py-sm-100 {
        padding-bottom: 100px;
    }

    .pb-sm-120,
    .py-sm-120 {
        padding-bottom: 120px;
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 8px;
    }

    .pl-sm-12,
    .px-sm-12 {
        padding-left: 12px;
    }

    .pl-sm-16,
    .px-sm-16 {
        padding-left: 16px;
    }

    .pl-sm-20,
    .px-sm-20 {
        padding-left: 20px;
    }

    .pl-sm-24,
    .px-sm-24 {
        padding-left: 24px;
    }

    .pl-sm-32,
    .px-sm-32 {
        padding-left: 32px;
    }

    .pl-sm-40,
    .px-sm-40 {
        padding-left: 40px;
    }

    .pl-sm-48,
    .px-sm-48 {
        padding-left: 48px;
    }

    .pl-sm-56,
    .px-sm-56 {
        padding-left: 56px;
    }

    .pl-sm-64,
    .px-sm-64 {
        padding-left: 64px;
    }

    .pl-sm-72,
    .px-sm-72 {
        padding-left: 72px;
    }

    .pl-sm-80,
    .px-sm-80 {
        padding-left: 80px;
    }

    .pl-sm-100,
    .px-sm-100 {
        padding-left: 100px;
    }

    .pl-sm-120,
    .px-sm-120 {
        padding-left: 120px;
    }
}

@media (min-width: 768px) {
    .p-md-8 {
        padding: 8px;
    }

    .p-md-12 {
        padding: 12px;
    }

    .p-md-16 {
        padding: 16px;
    }

    .p-md-20 {
        padding: 20px;
    }

    .p-md-24 {
        padding: 24px;
    }

    .p-md-32 {
        padding: 32px;
    }

    .p-md-40 {
        padding: 40px;
    }

    .p-md-48 {
        padding: 48px;
    }

    .p-md-56 {
        padding: 56px;
    }

    .p-md-64 {
        padding: 64px;
    }

    .p-md-72 {
        padding: 72px;
    }

    .p-md-80 {
        padding: 80px;
    }

    .p-md-100 {
        padding: 100px;
    }

    .p-md-120 {
        padding: 120px;
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 8px;
    }

    .pt-md-12,
    .py-md-12 {
        padding-top: 12px;
    }

    .pt-md-16,
    .py-md-16 {
        padding-top: 16px;
    }

    .pt-md-20,
    .py-md-20 {
        padding-top: 20px;
    }

    .pt-md-24,
    .py-md-24 {
        padding-top: 24px;
    }

    .pt-md-32,
    .py-md-32 {
        padding-top: 32px;
    }

    .pt-md-40,
    .py-md-40 {
        padding-top: 40px;
    }

    .pt-md-48,
    .py-md-48 {
        padding-top: 48px;
    }

    .pt-md-56,
    .py-md-56 {
        padding-top: 56px;
    }

    .pt-md-64,
    .py-md-64 {
        padding-top: 64px;
    }

    .pt-md-72,
    .py-md-72 {
        padding-top: 72px;
    }

    .pt-md-80,
    .py-md-80 {
        padding-top: 80px;
    }

    .pt-md-100,
    .py-md-100 {
        padding-top: 100px;
    }

    .pt-md-120,
    .py-md-120 {
        padding-top: 120px;
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 8px;
    }

    .pr-md-12,
    .px-md-12 {
        padding-right: 12px;
    }

    .pr-md-16,
    .px-md-16 {
        padding-right: 16px;
    }

    .pr-md-20,
    .px-md-20 {
        padding-right: 20px;
    }

    .pr-md-24,
    .px-md-24 {
        padding-right: 24px;
    }

    .pr-md-32,
    .px-md-32 {
        padding-right: 32px;
    }

    .pr-md-40,
    .px-md-40 {
        padding-right: 40px;
    }

    .pr-md-48,
    .px-md-48 {
        padding-right: 48px;
    }

    .pr-md-56,
    .px-md-56 {
        padding-right: 56px;
    }

    .pr-md-64,
    .px-md-64 {
        padding-right: 64px;
    }

    .pr-md-72,
    .px-md-72 {
        padding-right: 72px;
    }

    .pr-md-80,
    .px-md-80 {
        padding-right: 80px;
    }

    .pr-md-100,
    .px-md-100 {
        padding-right: 100px;
    }

    .pr-md-120,
    .px-md-120 {
        padding-right: 120px;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 8px;
    }

    .pb-md-12,
    .py-md-12 {
        padding-bottom: 12px;
    }

    .pb-md-16,
    .py-md-16 {
        padding-bottom: 16px;
    }

    .pb-md-20,
    .py-md-20 {
        padding-bottom: 20px;
    }

    .pb-md-24,
    .py-md-24 {
        padding-bottom: 24px;
    }

    .pb-md-32,
    .py-md-32 {
        padding-bottom: 32px;
    }

    .pb-md-40,
    .py-md-40 {
        padding-bottom: 40px;
    }

    .pb-md-48,
    .py-md-48 {
        padding-bottom: 48px;
    }

    .pb-md-56,
    .py-md-56 {
        padding-bottom: 56px;
    }

    .pb-md-64,
    .py-md-64 {
        padding-bottom: 64px;
    }

    .pb-md-72,
    .py-md-72 {
        padding-bottom: 72px;
    }

    .pb-md-80,
    .py-md-80 {
        padding-bottom: 80px;
    }

    .pb-md-100,
    .py-md-100 {
        padding-bottom: 100px;
    }

    .pb-md-120,
    .py-md-120 {
        padding-bottom: 120px;
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 8px;
    }

    .pl-md-12,
    .px-md-12 {
        padding-left: 12px;
    }

    .pl-md-16,
    .px-md-16 {
        padding-left: 16px;
    }

    .pl-md-20,
    .px-md-20 {
        padding-left: 20px;
    }

    .pl-md-24,
    .px-md-24 {
        padding-left: 24px;
    }

    .pl-md-32,
    .px-md-32 {
        padding-left: 32px;
    }

    .pl-md-40,
    .px-md-40 {
        padding-left: 40px;
    }

    .pl-md-48,
    .px-md-48 {
        padding-left: 48px;
    }

    .pl-md-56,
    .px-md-56 {
        padding-left: 56px;
    }

    .pl-md-64,
    .px-md-64 {
        padding-left: 64px;
    }

    .pl-md-72,
    .px-md-72 {
        padding-left: 72px;
    }

    .pl-md-80,
    .px-md-80 {
        padding-left: 80px;
    }

    .pl-md-100,
    .px-md-100 {
        padding-left: 100px;
    }

    .pl-md-120,
    .px-md-120 {
        padding-left: 120px;
    }
}

@media (min-width: 992px) {
    .p-lg-8 {
        padding: 8px;
    }

    .p-lg-12 {
        padding: 12px;
    }

    .p-lg-16 {
        padding: 16px;
    }

    .p-lg-20 {
        padding: 20px;
    }

    .p-lg-24 {
        padding: 24px;
    }

    .p-lg-32 {
        padding: 32px;
    }

    .p-lg-40 {
        padding: 40px;
    }

    .p-lg-48 {
        padding: 48px;
    }

    .p-lg-56 {
        padding: 56px;
    }

    .p-lg-64 {
        padding: 64px;
    }

    .p-lg-72 {
        padding: 72px;
    }

    .p-lg-80 {
        padding: 80px;
    }

    .p-lg-100 {
        padding: 100px;
    }

    .p-lg-120 {
        padding: 120px;
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 8px;
    }

    .pt-lg-12,
    .py-lg-12 {
        padding-top: 12px;
    }

    .pt-lg-16,
    .py-lg-16 {
        padding-top: 16px;
    }

    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px;
    }

    .pt-lg-24,
    .py-lg-24 {
        padding-top: 24px;
    }

    .pt-lg-32,
    .py-lg-32 {
        padding-top: 32px;
    }

    .pt-lg-40,
    .py-lg-40 {
        padding-top: 40px;
    }

    .pt-lg-48,
    .py-lg-48 {
        padding-top: 48px;
    }

    .pt-lg-56,
    .py-lg-56 {
        padding-top: 56px;
    }

    .pt-lg-64,
    .py-lg-64 {
        padding-top: 64px;
    }

    .pt-lg-72,
    .py-lg-72 {
        padding-top: 72px;
    }

    .pt-lg-80,
    .py-lg-80 {
        padding-top: 80px;
    }

    .pt-lg-100,
    .py-lg-100 {
        padding-top: 100px;
    }

    .pt-lg-120,
    .py-lg-120 {
        padding-top: 120px;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 8px;
    }

    .pr-lg-12,
    .px-lg-12 {
        padding-right: 12px;
    }

    .pr-lg-16,
    .px-lg-16 {
        padding-right: 16px;
    }

    .pr-lg-20,
    .px-lg-20 {
        padding-right: 20px;
    }

    .pr-lg-24,
    .px-lg-24 {
        padding-right: 24px;
    }

    .pr-lg-32,
    .px-lg-32 {
        padding-right: 32px;
    }

    .pr-lg-40,
    .px-lg-40 {
        padding-right: 40px;
    }

    .pr-lg-48,
    .px-lg-48 {
        padding-right: 48px;
    }

    .pr-lg-56,
    .px-lg-56 {
        padding-right: 56px;
    }

    .pr-lg-64,
    .px-lg-64 {
        padding-right: 64px;
    }

    .pr-lg-72,
    .px-lg-72 {
        padding-right: 72px;
    }

    .pr-lg-80,
    .px-lg-80 {
        padding-right: 80px;
    }

    .pr-lg-100,
    .px-lg-100 {
        padding-right: 100px;
    }

    .pr-lg-120,
    .px-lg-120 {
        padding-right: 120px;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 8px;
    }

    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 12px;
    }

    .pb-lg-16,
    .py-lg-16 {
        padding-bottom: 16px;
    }

    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px;
    }

    .pb-lg-24,
    .py-lg-24 {
        padding-bottom: 24px;
    }

    .pb-lg-32,
    .py-lg-32 {
        padding-bottom: 32px;
    }

    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 40px;
    }

    .pb-lg-48,
    .py-lg-48 {
        padding-bottom: 48px;
    }

    .pb-lg-56,
    .py-lg-56 {
        padding-bottom: 56px;
    }

    .pb-lg-64,
    .py-lg-64 {
        padding-bottom: 64px;
    }

    .pb-lg-72,
    .py-lg-72 {
        padding-bottom: 72px;
    }

    .pb-lg-80,
    .py-lg-80 {
        padding-bottom: 80px;
    }

    .pb-lg-100,
    .py-lg-100 {
        padding-bottom: 100px;
    }

    .pb-lg-120,
    .py-lg-120 {
        padding-bottom: 120px;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 8px;
    }

    .pl-lg-12,
    .px-lg-12 {
        padding-left: 12px;
    }

    .pl-lg-16,
    .px-slg-16 {
        padding-left: 16px;
    }

    .pl-lg-20,
    .px-lg-20 {
        padding-left: 20px;
    }

    .pl-lg-24,
    .px-lg-24 {
        padding-left: 24px;
    }

    .pl-lg-32,
    .px-lg-32 {
        padding-left: 32px;
    }

    .pl-lg-40,
    .px-lg-40 {
        padding-left: 40px;
    }

    .pl-lg-48,
    .px-lg-48 {
        padding-left: 48px;
    }

    .pl-lg-56,
    .px-lg-56 {
        padding-left: 56px;
    }

    .pl-lg-64,
    .px-lg-64 {
        padding-left: 64px;
    }

    .pl-lg-72,
    .px-lg-72 {
        padding-left: 72px;
    }

    .pl-lg-80,
    .px-lg-80 {
        padding-left: 80px;
    }

    .pl-lg-100,
    .px-lg-100 {
        padding-left: 100px;
    }

    .pl-lg-120,
    .px-lg-120 {
        padding-left: 120px;
    }
}

@media (min-width: 1200px) {
    .p-xl-8 {
        padding: 8px;
    }

    .p-xl-12 {
        padding: 12px;
    }

    .p-xl-16 {
        padding: 16px;
    }

    .p-xl-20 {
        padding: 20px;
    }

    .p-xl-24 {
        padding: 24px;
    }

    .p-xl-32 {
        padding: 32px;
    }

    .p-xl-40 {
        padding: 40px;
    }

    .p-xl-48 {
        padding: 48px;
    }

    .p-xl-56 {
        padding: 56px;
    }

    .p-xl-64 {
        padding: 64px;
    }

    .p-xl-72 {
        padding: 72px;
    }

    .p-xl-80 {
        padding: 80px;
    }

    .p-xl-100 {
        padding: 100px;
    }

    .p-xl-120 {
        padding: 120px;
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 8px;
    }

    .pt-xl-12,
    .py-xl-12 {
        padding-top: 12px;
    }

    .pt-xl-16,
    .py-xl-16 {
        padding-top: 16px;
    }

    .pt-xl-20,
    .py-xl-20 {
        padding-top: 20px;
    }

    .pt-xl-24,
    .py-xl-24 {
        padding-top: 24px;
    }

    .pt-xl-32,
    .py-xl-32 {
        padding-top: 32px;
    }

    .pt-xl-40,
    .py-xl-40 {
        padding-top: 40px;
    }

    .pt-xl-48,
    .py-xl-48 {
        padding-top: 48px;
    }

    .pt-xl-56,
    .py-xl-56 {
        padding-top: 56px;
    }

    .pt-xl-64,
    .py-xl-64 {
        padding-top: 64px;
    }

    .pt-xl-72,
    .py-xl-72 {
        padding-top: 72px;
    }

    .pt-xl-80,
    .py-xl-80 {
        padding-top: 80px;
    }

    .pt-xl-100,
    .py-xl-100 {
        padding-top: 100px;
    }

    .pt-xl-120,
    .py-xl-120 {
        padding-top: 120px;
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 8px;
    }

    .pr-xl-12,
    .px-xl-12 {
        padding-right: 12px;
    }

    .pr-xl-16,
    .px-xl-16 {
        padding-right: 16px;
    }

    .pr-xl-20,
    .px-xl-20 {
        padding-right: 20px;
    }

    .pr-xl-24,
    .px-xl-24 {
        padding-right: 24px;
    }

    .pr-xl-32,
    .px-xl-32 {
        padding-right: 32px;
    }

    .pr-xl-40,
    .px-xl-40 {
        padding-right: 40px;
    }

    .pr-xl-48,
    .px-xl-48 {
        padding-right: 48px;
    }

    .pr-xl-56,
    .px-xl-56 {
        padding-right: 56px;
    }

    .pr-xl-64,
    .px-xl-64 {
        padding-right: 64px;
    }

    .pr-xl-72,
    .px-xl-72 {
        padding-right: 72px;
    }

    .pr-xl-80,
    .px-xl-80 {
        padding-right: 80px;
    }

    .pr-xl-100,
    .px-xl-100 {
        padding-right: 100px;
    }

    .pr-xl-120,
    .px-xl-120 {
        padding-right: 120px;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 8px;
    }

    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 12px;
    }

    .pb-xl-16,
    .py-xl-16 {
        padding-bottom: 16px;
    }

    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 20px;
    }

    .pb-xl-24,
    .py-xl-24 {
        padding-bottom: 24px;
    }

    .pb-xl-32,
    .py-xl-32 {
        padding-bottom: 32px;
    }

    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 40px;
    }

    .pb-xl-48,
    .py-xl-48 {
        padding-bottom: 48px;
    }

    .pb-xl-56,
    .py-xl-56 {
        padding-bottom: 56px;
    }

    .pb-xl-64,
    .py-xl-64 {
        padding-bottom: 64px;
    }

    .pb-xl-72,
    .py-xl-72 {
        padding-bottom: 72px;
    }

    .pb-xl-80,
    .py-xl-80 {
        padding-bottom: 80px;
    }

    .pb-xl-100,
    .py-xl-100 {
        padding-bottom: 100px;
    }

    .pb-xl-120,
    .py-xl-120 {
        padding-bottom: 120px;
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 8px;
    }

    .pl-xl-12,
    .px-xl-12 {
        padding-left: 12px;
    }

    .pl-xl-16,
    .px-xl-16 {
        padding-left: 16px;
    }

    .pl-xl-20,
    .px-xl-20 {
        padding-left: 20px;
    }

    .pl-xl-24,
    .px-xl-24 {
        padding-left: 24px;
    }

    .pl-xl-32,
    .px-xl-32 {
        padding-left: 32px;
    }

    .pl-xl-40,
    .px-xl-40 {
        padding-left: 40px;
    }

    .pl-xl-48,
    .px-xl-48 {
        padding-left: 48px;
    }

    .pl-xl-56,
    .px-xl-56 {
        padding-left: 56px;
    }

    .pl-xl-64,
    .px-xl-64 {
        padding-left: 64px;
    }

    .pl-xl-72,
    .px-xl-72 {
        padding-left: 72px;
    }

    .pl-xl-80,
    .px-xl-80 {
        padding-left: 80px;
    }

    .pl-xl-100,
    .px-xl-100 {
        padding-left: 100px;
    }

    .pl-xl-120,
    .px-xl-120 {
        padding-left: 120px;
    }
}

/*
  Margin
----------------------------------*/
.m-8 {
    margin: 8px;
}

.m-12 {
    margin: 12px;
}

.m-16 {
    margin: 16px;
}

.m-20 {
    margin: 20px;
}

.m-24 {
    margin: 24px;
}

.m-32 {
    margin: 32px;
}

.m-40 {
    margin: 40px;
}

.m-48 {
    margin: 48px;
}

.m-56 {
    margin: 56px;
}

.m-64 {
    margin: 64px;
}

.m-72 {
    margin: 72px;
}

.m-80 {
    margin: 80px;
}

.m-100 {
    margin: 100px;
}

.m-120 {
    margin: 120px;
}

.mt-8,
.my-8 {
    margin-top: 8px;
}

.mt-12,
.my-12 {
    margin-top: 12px;
}

.mt-16,
.my-16 {
    margin-top: 16px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mt-24,
.my-24 {
    margin-top: 24px;
}

.mt-32,
.my-32 {
    margin-top: 32px;
}

.mt-40,
.my-40 {
    margin-top: 40px;
}

.mt-48,
.my-48 {
    margin-top: 48px;
}

.mt-56,
.my-56 {
    margin-top: 56px;
}

.mt-64,
.my-64 {
    margin-top: 64px;
}

.mt-72,
.my-72 {
    margin-top: 72px;
}

.mt-80,
.my-80 {
    margin-top: 80px;
}

.mt-100,
.my-100 {
    margin-top: 100px;
}

.mt-120,
.my-120 {
    margin-top: 120px;
}

.mr-8,
.mx-8 {
    margin-right: 8px;
}

.mr-12,
.mx-12 {
    margin-right: 12px;
}

.mr-16,
.mx-16 {
    margin-right: 16px;
}

.mr-20,
.mx-20 {
    margin-right: 20px;
}

.mr-24,
.mx-24 {
    margin-right: 24px;
}

.mr-32,
.mx-32 {
    margin-right: 32px;
}

.mr-40,
.mx-40 {
    margin-right: 40px;
}

.mr-48,
.mx-48 {
    margin-right: 48px;
}

.mr-56,
.mx-56 {
    margin-right: 56px;
}

.mr-64,
.mx-64 {
    margin-right: 64px;
}

.mr-72,
.mx-72 {
    margin-right: 72px;
}

.mr-80,
.mx-80 {
    margin-right: 80px;
}

.mr-100,
.mx-100 {
    margin-right: 100px;
}

.mr-120,
.mx-120 {
    margin-right: 120px;
}

.mb-8,
.my-8 {
    margin-bottom: 8px;
}

.mb-12,
.my-12 {
    margin-bottom: 12px;
}

.mb-16,
.my-16 {
    margin-bottom: 16px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.mb-24,
.my-24 {
    margin-bottom: 24px;
}

.mb-32,
.my-32 {
    margin-bottom: 32px;
}

.mb-40,
.my-40 {
    margin-bottom: 40px;
}

.mb-48,
.my-48 {
    margin-bottom: 48px;
}

.mb-56,
.my-56 {
    margin-bottom: 56px;
}

.mb-64,
.my-64 {
    margin-bottom: 64px;
}

.mb-72,
.my-72 {
    margin-bottom: 72px;
}

.mb-80,
.my-80 {
    margin-bottom: 80px;
}

.mb-100,
.my-100 {
    margin-bottom: 100px;
}

.mb-120,
.my-120 {
    margin-bottom: 120px;
}

.ml-8,
.mx-8 {
    margin-left: 8px;
}

.ml-12,
.mx-12 {
    margin-left: 12px;
}

.ml-16,
.mx-16 {
    margin-left: 16px;
}

.ml-20,
.mx-20 {
    margin-left: 20px;
}

.ml-24,
.mx-24 {
    margin-left: 24px;
}

.ml-32,
.mx-32 {
    margin-left: 32px;
}

.ml-40,
.mx-40 {
    margin-left: 40px;
}

.ml-48,
.mx-48 {
    margin-left: 48px;
}

.ml-56,
.mx-56 {
    margin-left: 56px;
}

.ml-64,
.mx-64 {
    margin-left: 64px;
}

.ml-72,
.mx-72 {
    margin-left: 72px;
}

.ml-80,
.mx-80 {
    margin-left: 80px;
}

.ml-100,
.mx-100 {
    margin-left: 100px;
}

.ml-120,
.mx-120 {
    margin-left: 120px;
}

@media (min-width: 576px) {
    .m-sm-8 {
        margin: 8px;
    }

    .m-sm-12 {
        margin: 12px;
    }

    .m-sm-16 {
        margin: 16px;
    }

    .m-sm-20 {
        margin: 20px;
    }

    .m-sm-24 {
        margin: 24px;
    }

    .m-sm-32 {
        margin: 32px;
    }

    .m-sm-40 {
        margin: 40px;
    }

    .m-sm-48 {
        margin: 48px;
    }

    .m-sm-56 {
        margin: 56px;
    }

    .m-sm-64 {
        margin: 64px;
    }

    .m-sm-72 {
        margin: 72px;
    }

    .m-sm-80 {
        margin: 80px;
    }

    .m-sm-100 {
        margin: 100px;
    }

    .m-sm-120 {
        margin: 120px;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 8px;
    }

    .mt-sm-12,
    .my-sm-12 {
        margin-top: 12px;
    }

    .mt-sm-16,
    .my-sm-16 {
        margin-top: 16px;
    }

    .mt-sm-20,
    .my-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-24,
    .my-sm-24 {
        margin-top: 24px;
    }

    .mt-sm-32,
    .my-sm-32 {
        margin-top: 32px;
    }

    .mt-sm-40,
    .my-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-48,
    .my-sm-48 {
        margin-top: 48px;
    }

    .mt-sm-56,
    .my-sm-56 {
        margin-top: 56px;
    }

    .mt-sm-64,
    .my-sm-64 {
        margin-top: 64px;
    }

    .mt-sm-72,
    .my-sm-72 {
        margin-top: 72px;
    }

    .mt-sm-80,
    .my-sm-80 {
        margin-top: 80px;
    }

    .mt-sm-100,
    .my-sm-100 {
        margin-top: 100px;
    }

    .mt-sm-120,
    .my-sm-120 {
        margin-top: 120px;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 8px;
    }

    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 12px;
    }

    .mr-sm-16,
    .mx-sm-16 {
        margin-right: 16px;
    }

    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 20px;
    }

    .mr-sm-24,
    .mx-sm-24 {
        margin-right: 24px;
    }

    .mr-sm-32,
    .mx-sm-32 {
        margin-right: 32px;
    }

    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 40px;
    }

    .mr-sm-48,
    .mx-sm-48 {
        margin-right: 48px;
    }

    .mr-sm-56,
    .mx-sm-56 {
        margin-right: 56px;
    }

    .mr-sm-64,
    .mx-sm-64 {
        margin-right: 64px;
    }

    .mr-sm-72,
    .mx-sm-72 {
        margin-right: 72px;
    }

    .mr-sm-80,
    .mx-sm-80 {
        margin-right: 80px;
    }

    .mr-sm-100,
    .mx-sm-100 {
        margin-right: 100px;
    }

    .mr-sm-120,
    .mx-sm-120 {
        margin-right: 120px;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 8px;
    }

    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 12px;
    }

    .mb-sm-16,
    .my-sm-16 {
        margin-bottom: 16px;
    }

    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-24,
    .my-sm-24 {
        margin-bottom: 24px;
    }

    .mb-sm-32,
    .my-sm-32 {
        margin-bottom: 32px;
    }

    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-48,
    .my-sm-48 {
        margin-bottom: 48px;
    }

    .mb-sm-56,
    .my-sm-56 {
        margin-bottom: 56px;
    }

    .mb-sm-64,
    .my-sm-64 {
        margin-bottom: 64px;
    }

    .mb-sm-72,
    .my-sm-72 {
        margin-bottom: 72px;
    }

    .mb-sm-80,
    .my-sm-80 {
        margin-bottom: 80px;
    }

    .mb-sm-100,
    .my-sm-100 {
        margin-bottom: 100px;
    }

    .mb-sm-120,
    .my-sm-120 {
        margin-bottom: 120px;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 8px;
    }

    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 12px;
    }

    .ml-sm-16,
    .mx-sm-16 {
        margin-left: 16px;
    }

    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 20px;
    }

    .ml-sm-24,
    .mx-sm-24 {
        margin-left: 24px;
    }

    .ml-sm-32,
    .mx-sm-32 {
        margin-left: 32px;
    }

    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 40px;
    }

    .ml-sm-48,
    .mx-sm-48 {
        margin-left: 48px;
    }

    .ml-sm-56,
    .mx-sm-56 {
        margin-left: 56px;
    }

    .ml-sm-64,
    .mx-sm-64 {
        margin-left: 64px;
    }

    .ml-sm-72,
    .mx-sm-72 {
        margin-left: 72px;
    }

    .ml-sm-80,
    .mx-sm-80 {
        margin-left: 80px;
    }

    .ml-sm-100,
    .mx-sm-100 {
        margin-left: 100px;
    }

    .ml-sm-120,
    .mx-sm-120 {
        margin-left: 120px;
    }
}

@media (min-width: 768px) {
    .m-md-8 {
        margin: 8px;
    }

    .m-md-12 {
        margin: 12px;
    }

    .m-md-16 {
        margin: 16px;
    }

    .m-md-20 {
        margin: 20px;
    }

    .m-md-24 {
        margin: 24px;
    }

    .m-md-32 {
        margin: 32px;
    }

    .m-md-40 {
        margin: 40px;
    }

    .m-md-48 {
        margin: 48px;
    }

    .m-md-56 {
        margin: 56px;
    }

    .m-md-64 {
        margin: 64px;
    }

    .m-md-72 {
        margin: 72px;
    }

    .m-md-80 {
        margin: 80px;
    }

    .m-md-100 {
        margin: 100px;
    }

    .m-md-120 {
        margin: 120px;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 8px;
    }

    .mt-md-12,
    .my-md-12 {
        margin-top: 12px;
    }

    .mt-md-16,
    .my-md-16 {
        margin-top: 16px;
    }

    .mt-md-20,
    .my-md-20 {
        margin-top: 20px;
    }

    .mt-md-24,
    .my-md-24 {
        margin-top: 24px;
    }

    .mt-md-32,
    .my-md-32 {
        margin-top: 32px;
    }

    .mt-md-40,
    .my-md-40 {
        margin-top: 40px;
    }

    .mt-md-48,
    .my-md-48 {
        margin-top: 48px;
    }

    .mt-md-56,
    .my-md-56 {
        margin-top: 56px;
    }

    .mt-md-64,
    .my-md-64 {
        margin-top: 64px;
    }

    .mt-md-72,
    .my-md-72 {
        margin-top: 72px;
    }

    .mt-md-80,
    .my-md-80 {
        margin-top: 80px;
    }

    .mt-md-100,
    .my-md-100 {
        margin-top: 100px;
    }

    .mt-md-120,
    .my-md-120 {
        margin-top: 120px;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 8px;
    }

    .mr-md-12,
    .mx-md-12 {
        margin-right: 12px;
    }

    .mr-md-16,
    .mx-md-16 {
        margin-right: 16px;
    }

    .mr-md-20,
    .mx-md-20 {
        margin-right: 20px;
    }

    .mr-md-24,
    .mx-md-24 {
        margin-right: 24px;
    }

    .mr-md-32,
    .mx-md-32 {
        margin-right: 32px;
    }

    .mr-md-40,
    .mx-md-40 {
        margin-right: 40px;
    }

    .mr-md-48,
    .mx-md-48 {
        margin-right: 48px;
    }

    .mr-md-56,
    .mx-md-56 {
        margin-right: 56px;
    }

    .mr-md-64,
    .mx-md-64 {
        margin-right: 64px;
    }

    .mr-md-72,
    .mx-md-72 {
        margin-right: 72px;
    }

    .mr-md-80,
    .mx-md-80 {
        margin-right: 80px;
    }

    .mr-md-100,
    .mx-md-100 {
        margin-right: 100px;
    }

    .mr-md-120,
    .mx-md-120 {
        margin-right: 120px;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 8px;
    }

    .mb-md-12,
    .my-md-12 {
        margin-bottom: 12px;
    }

    .mb-md-16,
    .my-md-16 {
        margin-bottom: 16px;
    }

    .mb-md-20,
    .my-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-24,
    .my-md-24 {
        margin-bottom: 24px;
    }

    .mb-md-32,
    .my-md-32 {
        margin-bottom: 32px;
    }

    .mb-md-40,
    .my-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-48,
    .my-md-48 {
        margin-bottom: 48px;
    }

    .mb-md-56,
    .my-md-56 {
        margin-bottom: 56px;
    }

    .mb-md-64,
    .my-md-64 {
        margin-bottom: 64px;
    }

    .mb-md-72,
    .my-md-72 {
        margin-bottom: 72px;
    }

    .mb-md-80,
    .my-md-80 {
        margin-bottom: 80px;
    }

    .mb-md-100,
    .my-md-100 {
        margin-bottom: 100px;
    }

    .mb-md-120,
    .my-md-120 {
        margin-bottom: 120px;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 8px;
    }

    .ml-md-12,
    .mx-md-12 {
        margin-left: 12px;
    }

    .ml-md-16,
    .mx-sm-16 {
        margin-left: 16px;
    }

    .ml-md-20,
    .mx-md-20 {
        margin-left: 20px;
    }

    .ml-md-24,
    .mx-md-24 {
        margin-left: 24px;
    }

    .ml-md-32,
    .mx-md-32 {
        margin-left: 32px;
    }

    .ml-md-40,
    .mx-md-40 {
        margin-left: 40px;
    }

    .ml-md-48,
    .mx-md-48 {
        margin-left: 48px;
    }

    .ml-md-56,
    .mx-md-56 {
        margin-left: 56px;
    }

    .ml-md-64,
    .mx-md-64 {
        margin-left: 64px;
    }

    .ml-md-72,
    .mx-md-72 {
        margin-left: 72px;
    }

    .ml-md-80,
    .mx-md-80 {
        margin-left: 80px;
    }

    .ml-md-100,
    .mx-md-100 {
        margin-left: 100px;
    }

    .ml-md-120,
    .mx-md-120 {
        margin-left: 120px;
    }
}

@media (min-width: 992px) {
    .m-lg-8 {
        margin: 8px;
    }

    .m-lg-12 {
        margin: 12px;
    }

    .m-lg-16 {
        margin: 16px;
    }

    .m-lg-20 {
        margin: 20px;
    }

    .m-lg-24 {
        margin: 24px;
    }

    .m-lg-32 {
        margin: 32px;
    }

    .m-lg-40 {
        margin: 40px;
    }

    .m-lg-48 {
        margin: 48px;
    }

    .m-lg-56 {
        margin: 56px;
    }

    .m-lg-64 {
        margin: 64px;
    }

    .m-lg-72 {
        margin: 72px;
    }

    .m-lg-80 {
        margin: 80px;
    }

    .m-lg-100 {
        margin: 100px;
    }

    .m-lg-120 {
        margin: 120px;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 8px;
    }

    .mt-lg-12,
    .my-lg-12 {
        margin-top: 12px;
    }

    .mt-lg-16,
    .my-lg-16 {
        margin-top: 16px;
    }

    .mt-lg-20,
    .my-lg-20 {
        margin-top: 20px;
    }

    .mt-lg-24,
    .my-lg-24 {
        margin-top: 24px;
    }

    .mt-lg-32,
    .my-lg-32 {
        margin-top: 32px;
    }

    .mt-lg-40,
    .my-lg-40 {
        margin-top: 40px;
    }

    .mt-lg-48,
    .my-lg-48 {
        margin-top: 48px;
    }

    .mt-lg-56,
    .my-lg-56 {
        margin-top: 56px;
    }

    .mt-lg-64,
    .my-lg-64 {
        margin-top: 64px;
    }

    .mt-lg-72,
    .my-lg-72 {
        margin-top: 72px;
    }

    .mt-lg-80,
    .my-lg-80 {
        margin-top: 80px;
    }

    .mt-lg-100,
    .my-lg-100 {
        margin-top: 100px;
    }

    .mt-lg-120,
    .my-lg-120 {
        margin-top: 120px;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 8px;
    }

    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 12px;
    }

    .mr-lg-16,
    .mx-sm-16 {
        margin-right: 16px;
    }

    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 20px;
    }

    .mr-lg-24,
    .mx-lg-24 {
        margin-right: 24px;
    }

    .mr-lg-32,
    .mx-lg-32 {
        margin-right: 32px;
    }

    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 40px;
    }

    .mr-lg-48,
    .mx-lg-48 {
        margin-right: 48px;
    }

    .mr-lg-56,
    .mx-lg-56 {
        margin-right: 56px;
    }

    .mr-lg-64,
    .mx-lg-64 {
        margin-right: 64px;
    }

    .mr-lg-72,
    .mx-lg-72 {
        margin-right: 72px;
    }

    .mr-lg-80,
    .mx-lg-80 {
        margin-right: 80px;
    }

    .mr-lg-100,
    .mx-lg-100 {
        margin-right: 100px;
    }

    .mr-lg-120,
    .mx-lg-120 {
        margin-right: 120px;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 8px;
    }

    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 12px;
    }

    .mb-lg-16,
    .my-lg-16 {
        margin-bottom: 16px;
    }

    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 20px;
    }

    .mb-lg-24,
    .my-lg-24 {
        margin-bottom: 24px;
    }

    .mb-lg-32,
    .my-lg-32 {
        margin-bottom: 32px;
    }

    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 40px;
    }

    .mb-lg-48,
    .my-lg-48 {
        margin-bottom: 48px;
    }

    .mb-lg-56,
    .my-lg-56 {
        margin-bottom: 56px;
    }

    .mb-lg-64,
    .my-lg-64 {
        margin-bottom: 64px;
    }

    .mb-lg-72,
    .my-lg-72 {
        margin-bottom: 72px;
    }

    .mb-lg-80,
    .my-lg-80 {
        margin-bottom: 80px;
    }

    .mb-lg-100,
    .my-lg-100 {
        margin-bottom: 100px;
    }

    .mb-lg-120,
    .my-lg-120 {
        margin-bottom: 120px;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 8px;
    }

    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 12px;
    }

    .ml-lg-16,
    .mx-sm-16 {
        margin-left: 16px;
    }

    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 20px;
    }

    .ml-lg-24,
    .mx-lg-24 {
        margin-left: 24px;
    }

    .ml-lg-32,
    .mx-lg-32 {
        margin-left: 32px;
    }

    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 40px;
    }

    .ml-lg-48,
    .mx-lg-48 {
        margin-left: 48px;
    }

    .ml-lg-56,
    .mx-lg-56 {
        margin-left: 56px;
    }

    .ml-lg-64,
    .mx-lg-64 {
        margin-left: 64px;
    }

    .ml-lg-72,
    .mx-lg-72 {
        margin-left: 72px;
    }

    .ml-lg-80,
    .mx-lg-80 {
        margin-left: 80px;
    }

    .ml-lg-100,
    .mx-lg-100 {
        margin-left: 100px;
    }

    .ml-lg-120,
    .mx-lg-120 {
        margin-left: 120px;
    }
}

@media (min-width: 1200px) {
    .m-xl-8 {
        margin: 8px;
    }

    .m-xl-12 {
        margin: 12px;
    }

    .m-xl-16 {
        margin: 16px;
    }

    .m-xl-20 {
        margin: 20px;
    }

    .m-xl-24 {
        margin: 24px;
    }

    .m-xl-32 {
        margin: 32px;
    }

    .m-xl-40 {
        margin: 40px;
    }

    .m-xl-48 {
        margin: 48px;
    }

    .m-xl-56 {
        margin: 56px;
    }

    .m-xl-64 {
        margin: 64px;
    }

    .m-xl-72 {
        margin: 72px;
    }

    .m-xl-80 {
        margin: 80px;
    }

    .m-xl-100 {
        margin: 100px;
    }

    .m-xl-120 {
        margin: 120px;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 8px;
    }

    .mt-xl-12,
    .my-xl-12 {
        margin-top: 12px;
    }

    .mt-xl-16,
    .my-xl-16 {
        margin-top: 16px;
    }

    .mt-xl-20,
    .my-xl-20 {
        margin-top: 20px;
    }

    .mt-xl-24,
    .my-xl-24 {
        margin-top: 24px;
    }

    .mt-xl-32,
    .my-xl-32 {
        margin-top: 32px;
    }

    .mt-xl-40,
    .my-xl-40 {
        margin-top: 40px;
    }

    .mt-xl-48,
    .my-xl-48 {
        margin-top: 48px;
    }

    .mt-xl-56,
    .my-xl-56 {
        margin-top: 56px;
    }

    .mt-xl-64,
    .my-xl-64 {
        margin-top: 64px;
    }

    .mt-xl-72,
    .my-xl-72 {
        margin-top: 72px;
    }

    .mt-xl-80,
    .my-xl-80 {
        margin-top: 80px;
    }

    .mt-xl-100,
    .my-xl-100 {
        margin-top: 100px;
    }

    .mt-xl-120,
    .my-xl-120 {
        margin-top: 120px;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 8px;
    }

    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 12px;
    }

    .mr-xl-16,
    .mx-sm-16 {
        margin-right: 16px;
    }

    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 20px;
    }

    .mr-xl-24,
    .mx-xl-24 {
        margin-right: 24px;
    }

    .mr-xl-32,
    .mx-xl-32 {
        margin-right: 32px;
    }

    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 40px;
    }

    .mr-xl-48,
    .mx-xl-48 {
        margin-right: 48px;
    }

    .mr-xl-56,
    .mx-xl-56 {
        margin-right: 56px;
    }

    .mr-xl-64,
    .mx-xl-64 {
        margin-right: 64px;
    }

    .mr-xl-72,
    .mx-xl-72 {
        margin-right: 72px;
    }

    .mr-xl-80,
    .mx-xl-80 {
        margin-right: 80px;
    }

    .mr-xl-100,
    .mx-xl-100 {
        margin-right: 100px;
    }

    .mr-xl-120,
    .mx-xl-120 {
        margin-right: 120px;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 8px;
    }

    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 12px;
    }

    .mb-xl-16,
    .my-xl-16 {
        margin-bottom: 16px;
    }

    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 20px;
    }

    .mb-xl-24,
    .my-xl-24 {
        margin-bottom: 24px;
    }

    .mb-xl-32,
    .my-xl-32 {
        margin-bottom: 32px;
    }

    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 40px;
    }

    .mb-xl-48,
    .my-xl-48 {
        margin-bottom: 48px;
    }

    .mb-xl-56,
    .my-xl-56 {
        margin-bottom: 56px;
    }

    .mb-xl-64,
    .my-xl-64 {
        margin-bottom: 64px;
    }

    .mb-xl-72,
    .my-xl-72 {
        margin-bottom: 72px;
    }

    .mb-xl-80,
    .my-xl-80 {
        margin-bottom: 80px;
    }

    .mb-xl-100,
    .my-xl-100 {
        margin-bottom: 100px;
    }

    .mb-xl-120,
    .my-xl-120 {
        margin-bottom: 120px;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 8px;
    }

    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 12px;
    }

    .ml-xl-16,
    .mx-xl-16 {
        margin-left: 16px;
    }

    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 20px;
    }

    .ml-xl-24,
    .mx-xl-24 {
        margin-left: 24px;
    }

    .ml-xl-32,
    .mx-xl-32 {
        margin-left: 32px;
    }

    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 40px;
    }

    .ml-xl-48,
    .mx-xl-48 {
        margin-left: 48px;
    }

    .ml-xl-56,
    .mx-xl-56 {
        margin-left: 56px;
    }

    .ml-xl-64,
    .mx-xl-64 {
        margin-left: 64px;
    }

    .ml-xl-72,
    .mx-xl-72 {
        margin-left: 72px;
    }

    .ml-xl-80,
    .mx-xl-80 {
        margin-left: 80px;
    }

    .ml-xl-100,
    .mx-xl-100 {
        margin-left: 100px;
    }

    .ml-xl-120,
    .mx-xl-120 {
        margin-left: 120px;
    }
}

#primary,
.left-sidebar,
.right-sidebar {
    position: relative;
    width: 100%;
    min-height: 1px !important;
}

@media screen and (max-width: 992px) {
    .left-sidebar,
    .right-sidebar {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 80px;
}

.widget:nth-last-of-type(1) {
    margin-bottom: 0;
}

/*
  Lists
----------------------------------*/
.widget ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*max-width: 320px;*/
    padding: 5px 0;
    font-size: 14px;
    color: #666;
}

.widget ul li a {
    color: #666;
}

/*
  Calendar
----------------------------------*/
.calendar_wrap {
    color: #666;
}

.calendar_wrap tbody td {
    padding: 5px 0;
}

.calendar_wrap a {
    color: #000;
}

/*
  Select
----------------------------------*/
.widget select {
    width: 100%;
    max-width: 320px;
    padding: 8px;
    font-size: 14px;
    color: #666;
    outline: none;
}

/*
  Gallery
----------------------------------*/
.gallery figure {
    display: inline-block;
    margin: 0;
}

/*
  Search
----------------------------------*/
.widget .search-form input[type="search"] {
    width: 100%;
    /*max-width: calc(100% - 50px) !important;*/
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #333;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    outline: none;
    color: #000;
}

/*
  Recent Posts
----------------------------------*/
.widget.widget_recent_entries li {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.widget.widget_recent_entries li .post-date {
    margin-left: 6px;
    font-size: 11px;
    color: #999;
}

/*
  Tag Cloud
----------------------------------*/
.tagcloud a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 6px;
    color: #666;
    font-size: 14px !important;
}

.tagcloud a .tag-link-count {
    color: #999;
}

/*
  Text Widget
----------------------------------*/
.widget .textwidget ul {
    padding-left: 32px;
    margin-bottom: 15px;
    list-style: disc;
}

.widget .textwidget ul li {
    color: #000;
    display: list-item;
}

.widget .textwidget ol {
    padding: 0 0 0 32px;
    margin: 0 0 15px;
}

.widget.widget_recent_comments ul li {
    display: block;
}

/*--------------------------------------------------------------
# Widget: Instagram Feed
--------------------------------------------------------------*/
.instagram-feed {
    position: relative;
}

.widgets.instagram-feed li {
    display: block;
    padding: 0;
    margin: 0 !important;
    opacity: 1;
    transition: opacity .35s;
}

#secondary .widgets.instagram-feed li {
    border: 3px solid transparent;
}

.widgets.instagram-feed li:hover {
    opacity: .6;
}

.instagram-feed.total-items-3 li {
    width: calc(100% / 1);
}

.widgets.instagram-feed.total-items-4 li,
.widgets.instagram-feed.total-items-5 li,
.widgets.instagram-feed.total-items-6 li,
.widgets.instagram-feed.total-items-7 li {
    width: calc(100% / 2);
}

.widgets.instagram-feed.total-items-8 li {
    width: calc(100% / 2);
}

.widgets.instagram-feed.total-items-9 li,
.widgets.instagram-feed.total-items-10 li {
    width: calc(100% / 3);
}

@media screen and (min-width: 576px){
    .widgets.instagram-feed.total-items-3 li {
        width: calc(100% / 3);
    }

    .widgets.instagram-feed.total-items-4 li {
        width: calc(100% / 4);
    }

    .widgets.instagram-feed.total-items-5 li {
        width: calc(100% / 3);
    }

    .widgets.instagram-feed.total-items-6 li,
    .widgets.instagram-feed.total-items-7 li {
        width: calc(100% / 3);
    }

    .widgets.instagram-feed.total-items-8 li {
        width: calc(100% / 4);
    }

    .widgets.instagram-feed.total-items-9 li,
    .widgets.instagram-feed.total-items-10 li {
        width: calc(100% / 5);
    }
}

@media screen and (min-width: 992px){
    .widgets.instagram-feed.total-items-5 li {
        width: calc(100% / 5);
    }
    .widgets.instagram-feed.total-items-6 li {
        width: calc(100% / 6);
    }

    .widgets.instagram-feed.total-items-7 li {
        width: calc(100% / 7);
    }

    .widgets.instagram-feed.total-items-8 li {
        width: calc(100% / 8);
    }

    .widgets.instagram-feed.total-items-9 li {
        width: calc(100% / 9);
    }

    .widgets.instagram-feed.total-items-10 li {
        width: calc(100% / 10);
    }
}

.widgets.instagram-feed li a {
    display: block;
    position: relative;
}

.widgets.instagram-feed li img {
    display: block;
    width: 100%;
    height: auto;
}

.follow-instagram-username {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.follow-instagram-username a {
    display: block;
    padding: 4px 12px;
    border-radius: 2px;
    background: rgba(255,255,255,.85);
    color: #000;
    text-decoration: navajowhite;
}

/*--------------------------------------------------------------
# Widget: Recent Posts
--------------------------------------------------------------*/
.recent-post-wrap {
    margin-bottom: 64px;
}

.recent-post-flex figure {
    width: 120px;
    margin-right: 20px;
}

.recent-post-flex figure a,
.recent-post-flex figure img {
    display: block;
}

.recent-post-flex .entry-header {
    width: calc(100% - 140px);
}

.recent-posts-layout-2 .entry-header {
    margin-top: 10px;
}

.recent-post-flex .entry-header.no-featured-img {
    width: 100%;
}

.post-listing.recent-posts-wrap .entry-header .post-meta-item {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

.post-listing.recent-posts-wrap.recent-posts-layout-2 .entry-header .post-meta-item {
    margin-top: 32px !important;
}

.recent-posts-layout-2 .entry-title {
    margin: 5px 0;
}

.post-listing.recent-posts-wrap .recent-post-wrap .entry-title {
    margin: 0 !important;
}

.post-listing.recent-posts-wrap .recent-post-wrap .entry-title a {
    text-decoration: navajowhite;
}

.recent-posts-layout-2 .entry-title {
    margin: 5px 0;
}

.post-listing.recent-posts-wrap .recent-post-wrap .entry-content {
    margin-top: 16px !important;
    color: #666;
}

.post-listing.recent-posts-wrap.recent-posts-layout-2 .recent-post-wrap .entry-content {
    margin-top: 32px !important;
    color: #666;
}

.post-listing.recent-posts-wrap .recent-post-wrap .entry-content p {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Widget: About
--------------------------------------------------------------*/
.about-widget h3 {
    margin: 20px 0 10px;
}

.about-widget .user-info {
    margin-top: 32px;
}

.about-widget .user-info figure {
    max-width: 120px;
    height: auto;
    overflow: hidden;
}

.about-widget .user-info figure img {
    display: block;
}

.about-widget .user-info h4 {
    padding-top: 15px;
}

.about-widget .user-url {
    display: block;
    margin-top: 5px;
    font-size: .875em;
}

.about-widget .user-url a {
    color: #727476;
}

.about-widget .user-url a:hover {
    color: #181818;
}

.user-info.content-align-center {
    text-align: center;
}

.user-info.content-align-center figure {
    margin: 0 auto;
}

.about-widget ul.author-social-profiles li {
    margin-right: 10px;
}

#secondary ul.author-social-profiles,
.footer-widgets ul.author-social-profiles {
    padding: 0;
    margin: 10px -2px 0;
}

.footer-widgets ul.author-social-profiles li {
    width: 32px;
    height: 32px;
    margin: 0 2px 4px;
    text-align: center;
}

.footer-widgets ul.author-social-profiles li a {
    background: #f9f8f9;
}

#secondary ul.author-social-profiles li::before,
.footer-widgets ul.author-social-profiles li::before {
    display: none;
}

.user-info.content-align-center .author-social-profiles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-widget p {
    margin-top: 24px;
    font-size: .875em;
    color: #999;
}

.about-widget .widget ul {
    flex-flow: row;
}

.about-widget .widget ul li {
    padding: 10px;
}


.about-widget .widget ul li a {
    color: #666;
}

.about-widget .widget ul li {
    color: #000;
}

/*--------------------------------------------------------------
# Widget: Popup Box
--------------------------------------------------------------*/
.popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    min-width: calc(100% - 64px) !important;
    max-height: calc(100% - 64px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    background-size: cover !important;
    background-position: center !important;
}

@media (min-width: 768px) {
    .popup-box {
        min-width: calc(100% - 120px) !important;
        max-height: calc(100% - 120px);
    }
}

@media (min-width: 992px) {
    .popup-box {
        min-width: auto !important;
    }
}

.popup-box.is-active {
    visibility: visible;
    opacity: 1;
}

.popup-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.popup-box.center {
    text-align: center;
}

.popup-box.right {
    text-align: right;
}

.popup-box-close {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 32px;
    line-height: 0;
    background: #fff;
}

@media (min-width: 992px) {
    .popup-box-close {
        width: 48px;
        height: 48px;
        font-size: 48px;
    }
}

.body-overlay-2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    opacity: 0;
}

.body-overlay-2.is-active {
    visibility: visible !important;
    opacity: 1 !important;
}

.force-active {
    visibility: visible !important;
    opacity: 1 !important;
}

.force-active .popup-box-close {
    display: none;
}

.popup-box .widget-title {
    display: none;
}

.popup-box button,
.popup-box input[type="button"],
.popup-box input[type="reset"],
.popup-box input[type="submit"] {
    border-style: solid !important;
}

/*
# Widget - Social Profiles
----------------------------------*/
.social-profiles-widget ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 20px -4px 0;
    list-style: none;
}

.social-profiles-widget ul li {
    margin: 0 6px 16px;
    font-size: 18px;
}

.social-profiles-widget ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #808080;
    -webkit-text-decoration: navajowhite;
    -moz-text-decoration: navajowhite;
    text-decoration: navajowhite;
    -webkit-transition: .35s;
    transition: .35s;
}

.social-profiles-widget ul li a:hover {
    border-color: #000;
    color: #000;
}

.social-profiles-widget ul li::before {
    display: none;
}

.social-profiles-widget ul li a img {
    width: 18px;
    margin-right: 8px;
}

/*--------------------------------------------------------------
# Site Elements
--------------------------------------------------------------*/
/*
  Page Header
----------------------------------*/
.page-header {
    position: relative;
    z-index: 1;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
}

.page-header.cs-light {
    color: #fff;
}

.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.page-header .page-header-items.text-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-header .page-header-items.text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-header .post-title,
.page-header .post-subtitle {
    width: 100%;
}

.page-header .post-subtitle {
    color: #333;
}

.page-header.cs-light .post-title {
    color: #fff;
}

.page-header.cs-light .post-subtitle {
    color: rgba(255, 255, 255, .85);
}

.page-header .page-header-items.text-right .post-meta-item {
    margin-right: 0;
    margin-left: 20px;
}

.page-header .page-title label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.page-header.cs-light .page-title label {
    color: rgba(255, 255, 255, .8);
}

.page-header p {
    margin-bottom: 0;
}

.page-header.cs-light p {
    color: rgba(255, 255, 255, .8);
}

/*
  Breadcrumb
----------------------------------*/
#breadcrumb {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #999;
}

#breadcrumb li {
    margin-top: 10px;
}

#breadcrumb a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .35s;
    transition: color .35s;
}

#breadcrumb a:hover {
    color: #999;
}

#breadcrumb .delimiter {
    margin: 0 4px;
    font-size: 14px;
    color: #333;
}

/*
  Social Share
----------------------------------*/
.entry-social-share.post-meta-item {
    padding-left: 40px;
    margin-top: 32px;
}

.social-share-wrap {
    position: relative;
}

.social-share-wrap::before,
.social-share-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 1px;
    margin-left: -40px;
}

.social-share-wrap::before {
    background: #b3b3b3;
}

.social-share-wrap::after {
    width: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.social-share-wrap:hover::after {
    width: 32px;
    background: #000;
}

.social-share-wrap ul li {
    margin: 0 5px !important;
    font-size: 16px;
}

.social-share-wrap a:hover .fa-facebook {
    color: #3b5998;
}

.social-share-wrap a:hover .fa-twitter {
    color: #2daae2;
}

.social-share-wrap a:hover .fa-google-plus {
    color: #2daae2;
}

.social-share-wrap a:hover .fa-tumblr {
    color: #32506d;
}

.social-share-wrap a:hover .fa-linkedin {
    color: #007ab9;
}

.social-share-wrap a:hover .fa-reddit {
    color: #ff4107;
}

.social-share-wrap a:hover .fa-envelope {
    color: #333;
}

/*
  Read More: Trail
----------------------------------*/
.read-more {
    position: relative;
}

.read-more a {
    margin-left: 0 !important;
    border: 1px solid transparent;
}

/*
  Read More: Trail
----------------------------------*/
.read-more.trail {
    margin-left: 40px !important;
}

.read-more.trail::before,
.read-more.trail::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 1px;
    margin-left: -40px;
}

.read-more.trail::after {
    width: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.read-more.trail:hover::after {
    width: 32px;
}

/*
  Read More: Arrow
----------------------------------*/
.read-more.arrow {
    padding-right: 28px;
    -webkit-transition: padding-right .35s;
    transition: padding-right .35s;
}

.read-more.arrow:hover {
    padding-right: 36px;
}

.read-more.arrow::after {
    content: '\e909';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    font-family: 'precicons' !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    line-height: 1;
}

/*
  Read More: Underline
----------------------------------*/
.read-more.underline {
    padding-bottom: 3px;
}

.read-more.underline::before,
.read-more.underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 1px;
}

.read-more.underline::after {
    width: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.read-more.underline:hover::after {
    width: 32px;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
    z-index: 9999;
}

.site-header.is-sticky {
    top: 0 !important;
}

/*
  Nav Bar
----------------------------------*/
.overflow-visible {
    overflow: visible !important;
}

.site-header .nav-bar {
    position: relative;
    z-index: 99999;
}

.site-header .nav-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/*
  Top Bar
----------------------------------*/
.top-bar {
    padding: 4px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
}

.top-bar p {
    color: rgba(255, 255, 255, .8);
}

.top-bar.cs-dark {
    color: rgba(0, 0, 0, .8);
}

.top-bar.cs-dark p {
    color: rgba(0, 0, 0, .8);
}

.top-bar-text,
.top-bar-menu,
.top-bar-social {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.top-bar a {
    color: #e6e6e6;
    -webkit-text-decoration: navajowhite;
    -moz-text-decoration: navajowhite;
    text-decoration: navajowhite;
    -webkit-transition: color .35s;
    transition: color .35s;
}

.top-bar.cs-dark a {
    color: #333;
}

.top-bar a:hover,
.top-bar .current-menu-item a {
    color: #b3b3b3;
}

.top-bar.cs-dark a:hover,
.top-bar.cs-dark .current-menu-item a {
    color: #666;
}

/*
  Top Bar Menu
----------------------------------*/
.top-bar-menu > p {
    font-size: 12px;
}

.top-bar .pt-icon {
    margin-right: 5px;
    font-size: 24px;
    cursor: pointer;
}

.top-bar-menu ul {
    position: absolute;
    top: -webkit-calc(100% + 18px);
    top: calc(100% + 18px);
    left: 12px;
    z-index: 999999;
    width: 160px;
    padding: 10px 6px !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.top-bar-menu ul.is-active {
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 992px) {
    .top-bar-menu ul {
        position: relative;
        z-index: 99;
        top: auto;
        left: auto;
        width: auto;
        padding: 0 !important;
        opacity: 1;
        visibility: visible;
    }
}

.top-bar-menu ul li a {
    display: block;
    padding: 4px 10px;
    font-weight: 300;
}

/*
  Top Bar Social Profiles
----------------------------------*/
.top-bar-social .widget ul {
    flex-flow: row;
    align-items: center;
    position: absolute;
    top: -webkit-calc(100% + 18px);
    top: calc(100% + 18px);
    right: 0;
    z-index: 999999;
    padding: 5px 10px;
    margin: 0;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.top-bar-social .widget ul.is-active {
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 576px) {
    .top-bar-social .widget ul {
        position: relative;
        z-index: 99;
        top: auto;
        left: auto;
        width: auto;
        padding: 0;
        opacity: 1;
        visibility: visible;
    }
}

.top-bar-social .widget ul li {
    padding: 0;
    margin: 0;
}

.top-bar-social .widget ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 24px;
    padding: 4px;
    border: 0;
    font-size: 15px;
    text-align: center;
    color: #e6e6e6;
    text-decoration: none;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.top-bar.cs-dark .top-bar-social .widget ul li a {
    color: #333;
}

.top-bar-social .widget ul li a img {
    width: 16px;
    height: auto;
}

.top-bar-social .widget ul li a:hover {
    color: #fff;
}

.top-bar.cs-dark .top-bar-social .widget ul li a:hover {
    color: #666;
}

/*
  Top Bar Text
----------------------------------*/
.top-bar-text-wrap {
    position: absolute;
    top: -webkit-calc(100% + 18px);
    top: calc(100% + 18px);
    left: 0;
    z-index: 999999;
    width: 240px;
    padding: 5px 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.top-bar-text-wrap.is-active {
    top: -webkit-calc(100% + 8px);
    top: calc(100% + 8px);
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 992px) {
    .top-bar-text-wrap {
        position: relative;
        z-index: 99;
        top: auto;
        left: auto;
        width: auto;
        padding: 0;
        opacity: 1;
        visibility: visible;
    }
}

.top-bar-text .pt-icon {
    font-size: 18px;
}

.top-bar-text p {
    margin: 0;
}

/*
  Custom Logo
----------------------------------*/
.header-layout-4 .site-branding {
    padding-top: 16px;
}

.site-branding .custom-logo {
    width: auto !important;
    margin-right: 15px;
}

/*
  Site Title
----------------------------------*/
.site-branding .site-title {
    line-height: 0;
    margin-bottom: 0;
}

.site-branding .site-title a {
    border: 0 solid #000;
    text-decoration: none;
}

.body-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .7);
}

.body-overlay.is-active {
    opacity: 1 !important;
    visibility: visible !important;
}

#page {
    position: relative;
    word-wrap: break-word;
}

.close-navigation {
    top: 24px;
    right: 24px;
    z-index: 9999;
    width: 48px;
    height: 48px;
}

/*
  Primary Menu
----------------------------------*/
.main-navigation ul,
.secondary-navigation ul {
    list-style: none;
}

@media screen and (max-width: 1200px ) {
    .main-navigation,
    .secondary-navigation {
        position: fixed;
        top: 0;
        left: -480px;
        z-index: 9999;
        width: 480px;
        max-width: -webkit-calc(100% - 200px);
        max-width: calc(100% - 200px);
        height: 100%;
        padding: 64px 16px 24px 24px;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
    }

    .secondary-navigation {
        right: -480px;
        left: auto;
    }

    .main-navigation.is-active {
        left: 0;
    }

    .secondary-navigation.is-active {
        right: 0;
        left: auto;
    }

    ul.primary-menu li.menu-item-has-children::after,
    ul.secondary-menu li.menu-item-has-children::after {
        content: '\e903';
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 38px;
        font-family: 'precicons';
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    ul.primary-menu li.menu-item-has-children::after,
    ul.secondary-menu li.menu-item-has-children::after {
        content: '\e906';
    }

    ul.primary-menu li.menu-item-has-children > ul.sub-menu,
    ul.secondary-menu li.menu-item-has-children > ul.sub-menu {
        padding-left: 0;
    }

    ul.primary-menu li.menu-item-has-children > ul.sub-menu,
    ul.secondary-menu li.menu-item-has-children > ul.sub-menu {
        max-height: 0;
        -webkit-transition: max-height 0.5s ease-out;
        transition: max-height 0.5s ease-out;
        overflow: hidden;
    }

    ul.primary-menu li.menu-item-has-children:hover > a,
    ul.secondary-menu li.menu-item-has-children:hover > a {
        border-bottom: 1px solid #cccccc;
    }

    ul.primary-menu li.menu-item-has-children:hover > ul.sub-menu,
    ul.secondary-menu li.menu-item-has-children:hover > ul.sub-menu {
        max-height: 500px;
        -webkit-transition: max-height 0.75s ease-in;
        transition: max-height 0.75s ease-in;
    }
}

.header-layout-4 .main-navigation {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

@media screen and (max-width: 992px ) {
    .header-layout-4 .main-navigation {
        position: fixed;
        top: 0;
        left: -480px;
        width: 480px;
        max-width: -webkit-calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding: 64px 16px 24px 24px;
    }

    .main-navigation.is-active {
        left: 0;
    }
}

@media screen and (max-width: 480px ) {
    .main-navigation {
        max-width: -webkit-calc(100% - 32px);
        max-width: calc(100% - 32px);
    }
}

.header-layout-7 .main-navigation {
    position: fixed;
    top: 0;
    left: -480px;
    z-index: 9999;
    width: 480px;
    max-width: -webkit-calc(100% - 200px);
    max-width: calc(100% - 200px);
    height: 100%;
    padding: 64px 16px 24px 24px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}

.header-layout-7 .main-navigation.is-active {
    left: 0;
}

.header-layout-7 ul.primary-menu li.menu-item-has-children::after {
    content: '\e903';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    font-family: 'precicons';
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-layout-7 ul.primary-menu li.menu-item-has-children::after {
    content: '\e906';
}

.header-layout-7 ul.primary-menu li.menu-item-has-children > ul.sub-menu {
    padding-left: 0;
}

.header-layout-7 ul.primary-menu li.menu-item-has-children > ul.sub-menu {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}

.header-layout-7 ul.primary-menu li.menu-item-has-children:hover > a {
    border-bottom: 1px solid #cccccc;
}

.header-layout-7 ul.primary-menu li.menu-item-has-children:hover > ul.sub-menu {
    max-height: 500px;
    -webkit-transition: max-height 0.75s ease-in;
    transition: max-height 0.75s ease-in;
}

ul.primary-menu li,
ul.secondary-menu li {
    position: relative;
}

ul.primary-menu li a,
ul.secondary-menu li a {
    display: block;
    text-decoration: none;
    outline: none;
    -webkit-transition: color .5s;
    transition: color .5s;
}

@media screen and (max-width: 1200px) {
    .primary-menu li a,
    .secondary-menu li a {
        padding-left: 0 !important;
    }
}

.header-layout-6 ul.primary-menu > li > a,
.header-layout-6 ul.secondary-menu > li > a {
    padding-left: 0;
}

@media screen and (min-width: 1200px ) {
    ul.primary-menu li ul,
    ul.secondary-menu li ul {
        display: block;
        position: absolute;
        top: -webkit-calc(100% + 20px);
        top: calc(100% + 20px);
        left: 0;
        z-index: 999;
        width: 220px;
        height: auto;
        padding: 8px 0;
        margin: -7px 0 0;
        border-bottom: 0;
        text-align: left;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s linear, visibility .3s linear, opacity .3s linear;
        transition: all .3s linear, visibility .3s linear, opacity .3s linear;
    }
}

ul.primary-menu li:hover > ul,
ul.secondary-menu li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

ul.primary-menu li li,
ul.secondary-menu li li {
    height: auto !important;
}

ul.primary-menu li li a,
ul.secondary-menu li li a {
    width: 100%;
}

ul.primary-menu li li ul,
ul.secondary-menu li li ul {
    top: 20px;
    left: 100%;
}

ul.primary-menu li li:hover > ul,
ul.secondary-menu li li:hover > ul {
    top: -1px;
}

/*
  Extended Menu
----------------------------------------*/
.header-layout-2 .extended-header {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .header-layout-2 .extended-header {
        width: auto;
    }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    position: relative;
    width: 22px;
    height: 40px;
    margin-left: 2px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.header-layout-4 .hamburger-menu {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -20px;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 12px;
}

.hamburger-menu span:nth-child(2), .hamburger-menu span:nth-child(3) {
    top: 19px;
}

.hamburger-menu span:nth-child(4) {
    top: 26px;
}

.hamburger-menu.cross span:nth-child(1) {
    top: 28px;
    width: 0;
    left: 50%;
}

.hamburger-menu.cross span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-menu.cross span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-menu.cross span:nth-child(4) {
    top: 28px;
    width: 0;
    left: 50%;
}

/*
  Header Social
----------------------------------*/
.header-social{
    position: relative;
}

.header-social .icon-share {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

@media screen and (max-width: 768px) {
    .header-social .icon-share {
        font-size: 16px;
    }

    .header-social .social-profiles-section {
        position: absolute;
        top: 48px;
        width: 32px;
        padding: 4px 0;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all .5s;
    }

    .header-social .social-profiles-section.is-active {
        top: 32px;
        visibility: visible;
        opacity: 1;
    }
}

.header-social .social-profiles-section {

}

.header-social .social-profiles-widget ul li {
    margin: 0 8px;
}

.header-social .social-profiles-widget ul li a {
    width: auto;
    height: auto;
    color: #333;
}

.header-social .social-profiles-widget ul li a img {
    margin-right: 0;
}

/*
  Header Search
----------------------------------*/
.header-search .icon-search {
    font-size: 18px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.search-close,
.slide-in-box-close {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9999;
    cursor: pointer;
}

.search-close .icon-cross,
.slide-in-box-close .icon-cross,
.close-navigation .icon-cross {
    font-size: 32px;
}

@media (min-width: 992px) {
    .search-close .icon-cross,
    .slide-in-box-close .icon-cross,
    .close-navigation .icon-cross {
        font-size: 48px;
    }
}

.search-popup .row {
    min-height: 100vh;
    padding: 80px 0;
}

/*
  Search Form
----------------------------------*/
.search-popup-widgets .search-form {
    position: relative;
    border-bottom: 1px solid #333;
}

.search-popup-widgets .search-form::after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: url("assets/front-end/images/search.svg") no-repeat center;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
}

.search-popup-widgets .search-form > label {
    width: 100%;
    margin: 0;
}

.search-popup-widgets .search-form input[type="search"] {
    max-width: calc(100% - 50px) !important;
    border: 0;
    font-size: 18px;
    text-align: center;
    background: transparent;
}

.search-popup-widgets .search-form .search-submit {
    position: absolute;
    top: -16px;
    right: 0;
    z-index: 99;
    width: 48px;
    height: 100%;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0;
    outline: none;
    cursor: pointer;
}

/*
  Header Slide-in Icon
----------------------------------*/
.slide-in-icon .icon-dots-vertical,
.secondary-menu-icon .icon-dots-vertical {
    font-size: 25px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Slide-in Box
--------------------------------------------------------------*/
.slide-in-box {
    z-index: 9999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.slide-in-box.right-side {
    top: 0;
    right: 0;
}

.slide-in-box.left-side {
    top: 0;
    left: 0;
}

.slide-in-box.top {
    top: -100px;
}

.slide-in-box.right-side.right {
    right: -100px;
}

.slide-in-box.bottom {
    top: 100px;
}

.slide-in-box.right-side.left {
    right: 100px;
}

.slide-in-box.left-side.right {
    left: 100px;
}

.slide-in-box.left-side.left {
    left: -100px;
}

.slide-in-box.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.slide-in-box.right-side.show,
.slide-in-box.right-side.show {
    top: 0;
    right: 0;
}

.slide-in-box.left-side.show,
.slide-in-box.left-side.show {
    top: 0;
    left: 0;
}

.slide-in-box-close {
    right: 40px;
}

/*--------------------------------------------------------------
# Language Switcher - WPML
--------------------------------------------------------------*/
.header-language-switcher ul {
    background: #fff;
}

.header-language-switcher li {
    margin-right: 16px;
}

.header-language-switcher li a {
    display: flex;
    align-items: center;
}

.header-language-switcher  li img {
    margin-right: 6px;
}

/*
 Horizontal List
----------------------------------*/
.header-language-switcher ul.have-horizontal-list,
.header-language-switcher ul.have-horizontal-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*
 Vertical List
----------------------------------*/
.header-language-switcher ul.have-vertical-list {
    position: relative;
    min-width: 128px;
}

.header-language-switcher ul.have-vertical-list > ul {
    position: absolute;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .35s all;
}


.header-language-switcher ul.have-vertical-list:hover > ul {
    visibility: visible;
    opacity: 1;
}

.header-language-switcher ul.have-vertical-list li {
    padding: 6px 12px;
    margin: 0;
}

/*--------------------------------------------------------------
# Floating Social Profiles
--------------------------------------------------------------*/
.floating-social-profiles {
    position: fixed;
    bottom: 18px;
    left: 37px;
    z-index: 99;
    background: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.floating-social-profiles.disable {
    visibility: hidden;
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .floating-social-profiles {
        left: 56px;
    }
}

.floating-social-profiles.icon-only {
    bottom: 16px;
    left: 48px;
}

.floating-social-profiles .floating-type-title {
    margin: 0 12px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    background: #000;
}

.floating-social-profiles.trail .floating-type-title {
    color: #000;
    background: transparent;
}

.floating-social-profiles.trail {
    padding-left: 52px;
}

.floating-social-profiles.trail::before,
.floating-social-profiles.trail::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    margin-top: -1px;
    background: rgba(0, 0, 0, .3);
}

.floating-social-profiles.trail::after {
    width: 0;
    transition: all .35s;
    background: rgba(0, 0, 0, 1);
}

.floating-social-profiles.trail:hover::after {
    width: 40px;
}

.floating-social-profiles.right {
    right: 50px;
    left: auto;
}

.floating-social-profiles .widget ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.floating-social-profiles .widget ul li {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.floating-social-profiles.icon-only .widget ul li {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.floating-social-profiles .widget ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 4px 10px;
    border-color: transparent;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .35s;
    transition: color .35s;
}

.floating-social-profiles.icon-only .widget ul li a {
    padding: 8px;
}

.floating-social-profiles.icon-only .social-profiles-widget ul li a img {
    margin-right: 0;
}

.floating-social-profiles .widget ul li a:hover {
    color: #666;
}

.floating-social-profiles.with-text .widget ul li a .fab {
    margin-right: 8px;
}

.floating-social-profiles.with-text .widget ul li a label,
.floating-social-profiles.text-only .widget ul li a label {
    display: block !important;
    margin: 0;
    cursor: pointer;
}

.floating-social-profiles.text-only .widget ul li a .fab, .floating-social-profiles.text-only .widget ul li a img {
    display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-content .post-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

/*
 Color Scheme
----------------------------------*/
.hero-container.cs-dark .hero-content .entry-title {
    color: #000;
}

.hero-container.cs-dark .hero-content .entry-subtitle,
.hero-container.cs-dark .hero-content .entry-content {
    color: #333;
}

.hero-container.cs-light .hero-content .entry-title {
    color: #fff;
}

.hero-container.cs-light .hero-content .entry-subtitle,
.hero-container.cs-light .hero-content .entry-content {
    color: #ccc;
}

/*
 Hero Thumbnail
----------------------------------*/
.hero-content .post-thumbnail.ratio-4x3,
.hero-content .post-thumbnail.ratio-16x9,
.hero-content .post-thumbnail.ratio-21x9 {
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
}

@media screen and ( min-width: 1200px ) {
    .hero-content .post-thumbnail.ratio-4x3,
    .hero-content .post-thumbnail.ratio-21x9 {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
    }

    .hero-content .post-thumbnail.ratio-16x9,
    .hero-content .post-thumbnail.ratio-21x9 {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
}

@media screen and ( min-width: 1350px ) {
    .hero-content .post-thumbnail.ratio-21x9 {
        width: 100%;
        height: 0;
        padding-bottom: 42.857143%;
    }
}

.hero-video {
    height: 0;
    padding-top: 56.25%;
}

.swiper-slide.hero-content .post-thumbnail {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .85s;
    transition: all .85s;
    opacity: 0;
}

.swiper-slide.hero-content.swiper-slide-active .post-thumbnail {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .85s;
    transition: all .85s;
    opacity: 1;
}

/*
  Hero Sub Title
----------------------------------*/
.hero-content .entry-subtitle {
    font-size: 13px;
    color: #333333;
}

/*
  Hero Content
----------------------------------*/
.hero-content .content-wrap {
    border: 0 solid;
    z-index: 99;
}

@media screen and (max-width: 992px){
    .hero-content .content-wrap {
        display: flex !important;
        flex-flow: column !important;
        justify-content: center !important;
        align-items: center !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: calc(100% - 64px) !important;
        padding: 32px !important;
        margin: 0 !important;
        border: 0 !important;
        text-align: center !important;
    }

    .hero-content .content-wrap .entry-title {
        font-size: 32px !important;
    }
}

.swiper-slide.hero-content .content-wrap {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hero-content.swiper-slide-active .content-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hero-content .content-wrap.center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.hero-content .content-wrap.top-left {
    top: 0;
    left: 0;
}

.hero-content .content-wrap.top-right {
    top: 0;
    right: 0;
}

.hero-content .content-wrap.bottom-left {
    bottom: 0;
    left: 0;
}

.hero-content .content-wrap.bottom-right {
    bottom: 0;
    right: 0;
}

.hero-content .entry-title a {
    text-decoration: none;
}

/*
  Hero Slider Navigation
----------------------------------*/
.hero-content.swiper-slide-prev .content-wrap,
.hero-content.swiper-slide-next .content-wrap {
    opacity: 0;
}

.hero-slider .swiper-pagination {
    right: 42px;
    bottom: 24px;
    left: auto;
    z-index: 99;
    width: 56px;
    height: 32px;
    color: #000;
}

.hero-container.cs-light .hero-slider .swiper-pagination {
    color: #fff;
}

.hero-slider .swiper-pagination.bottom-left {
    right: auto;
    left: 36px;
}

.hero-slider .swiper-pagination.extra-bottom-margin {
    bottom: 80px;
}

.hero-slider .swiper-pagination .swiper-pagination-current,
.hero-slider .swiper-pagination .swiper-pagination-total {
    width: 16px;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    right: 36px;
    bottom: 24px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    font-size: 32px;
    background: transparent;
    outline: none;
    color: #000;
}

.hero-container.cs-light .hero-slider .swiper-button-next,
.hero-container.cs-light .hero-slider .swiper-button-prev {
    color: #fff;
}

.hero-slider .swiper-button-prev {
    left: auto;
    right: 92px;
}

.hero-slider .swiper-button-next.bottom-left {
    right: auto;
    left: 92px;
}

.hero-slider .swiper-button-prev.bottom-left {
    right: auto;
    left: 36px;
}

@media screen and (max-width: 992px) {
    .hero-slider .swiper-pagination,
    .hero-slider .swiper-pagination.bottom-left {
        right: 50%;
        margin-right: -28px;
    }

    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-next.bottom-left {
        right: 50%;
        margin-right: -56px;
    }

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-prev.bottom-left {
        right: auto;
        left: 50%;
        margin-left: -56px;
    }
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.archive.author .page-header .page-title img {
    margin-right: 16px;
}

/*--------------------------------------------------------------
# Archive/Blog Posts
--------------------------------------------------------------*/
.blog-posts.d-row .grid-column.w-100:nth-of-type(1) {
    margin-top: 0 !important;
}

.blog-posts.d-row .grid-column.text-left .entry-header,
.blog-posts.d-row .grid-column.text-left .entry-footer {
    justify-content: flex-start !important;
}

.blog-posts.d-row .grid-column.text-center .entry-header,
.blog-posts.d-row .grid-column.text-center .entry-footer {
    justify-content: center !important;
}

.blog-posts.d-row .grid-column.text-right .entry-header,
.blog-posts.d-row .grid-column.text-right .entry-footer {
    justify-content: flex-end !important;
}

/*
 Format: Audio
----------------------------------*/
.grid-column.format-audio .post-thumbnail .mejs-controls {
    height: 60px;
    padding: 10px;
}

.grid-column.format-audio .post-thumbnail .custom-audio {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    opacity: .9;
}

/*
 Width
----------------------------------*/
.grid-column.w-16 {
    width: 50% !important;
}

.grid-column.w-20,
.grid-column.w-25,
.grid-column.w-33,
.grid-column.w-50 {
    width: 100% !important;
}

@media screen and (min-width: 576px) {
    .grid-column.w-16 {
        width: 33.333333% !important;
    }

    .grid-column.w-20 {
        width: 50% !important;
    }
}

@media screen and (min-width: 768px) {
    .grid-column.w-16 {
        width: 25% !important;
    }

    .grid-column.w-20 {
        width: 33.333333% !important;
    }

    .grid-column.w-25,
    .grid-column.w-33,
    .grid-column.w-50 {
        width: 50% !important;
    }
}

@media screen and (min-width: 992px) {
    .grid-column.w-16 {
        width: 20% !important;
    }

    .grid-column.w-20 {
        width: 25% !important;
    }

    .grid-column.w-25 {
        width: 33.333333% !important;
    }

    .grid-column.w-33 {
        width: 50% !important;
    }
}

@media screen and (min-width: 1200px) {
    .grid-column.w-16 {
        width: 16.666666%;
    }

    .grid-column.w-20 {
        width: 20% !important;
    }

    .grid-column.w-25 {
        width: 25% !important;
    }

    .grid-column.w-33 {
        width: 33.333333% !important;
    }

    .grid-column.w-50 {
        width: 50% !important;
    }
}

/*
  Post Thumbnail: Post Format
----------------------------------*/
.grid-column .post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-thumbnail .post-thumbnail-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s;
    visibility: hidden;
    opacity: 0;
}

.grid-column.format-audio .post-thumbnail .post-thumbnail-link::before {
    display: none !important;
}

.grid-column.format-video .post-thumbnail .post-thumbnail-link::before {
    background: rgba(0, 0, 0, .15);
    -webkit-transition: all .35s;
    transition: all .35s;
    visibility: visible;
    opacity: 1;
}

.grid-column:hover .post-thumbnail .post-thumbnail-link::before {
    background: rgba(0, 0, 0, .45);
    visibility: visible;
    opacity: 1;
}

.post-thumbnail .post-format-icon {
    top: -webkit-calc(50% + 30px);
    top: calc(50% + 30px);
    left: 50%;
    z-index: 99;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    margin-left: -36px;
    border: 2px solid rgba(255, 255, 255, .8);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.grid-column.format-video .post-thumbnail .post-format-icon {
    top: 50%;
    visibility: visible !important;
    opacity: 1 !important;
}

.grid-column:hover .post-thumbnail .post-format-icon {
    top: 50%;
    background: rgba(0, 0, 0, .65);
    visibility: visible !important;
    opacity: 1 !important;
}

.grid-column .post-thumbnail .post-format-icon:hover {
    background: rgba(0, 0, 0, .95);
}

/*
  Post Thumbnail Pin-it
----------------------------------*/
.post.grid-column .post-thumbnail .pin-it {
    top: 0;
    left: 0;
    z-index: 99;
    width: 32px;
    height: 32px;
}

.post.grid-column.format-video .post-thumbnail .pin-it {
    display: none !important;
}

.post.grid-column .post-thumbnail:hover .pin-it {
    top: 32px;
    opacity: 1 !important;
    visibility: visible !important;
}

/*
  Post Stats
----------------------------------*/
.post.grid-column .post-thumbnail .post-stats {
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 64px;
}

.post.grid-column .post-thumbnail .post-stats a,
.post.grid-column .post-thumbnail .post-stats .pt-icon {
    font-size: 15px !important;
    color: #fff !important;
}

/*
  Post Stats: Post Like & Comments
----------------------------------*/
.post.grid-column .post-thumbnail .post-stats label {
    display: none;
}

.post.grid-column .post-thumbnail .comments-count {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.post.grid-column .post-thumbnail .post-likes,
.post.grid-column .post-thumbnail .comments-count {
    margin-top: 0 !important;
}

.post.grid-column:hover .post-thumbnail .post-likes-wrap,
.post.grid-column:hover .post-thumbnail .comments-post-likes-wrap {
    margin-top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/*
  Post Meta
----------------------------------*/
.post-meta-item {
    font-size: 14px;
    color: #333;
}

.post-meta-item .pt-icon,
.post-meta-item label {
    margin-right: 4px;
}

.post-meta-item a {
    text-decoration: none;
    color: #808080;
    -webkit-transition: color .35s;
    transition: color .35s;
}

.post-meta-item a:hover {
    color: #000;
}

.cs-light .post-meta-item {
    color: rgba(255, 255, 255, .9);
}

.cs-light .post-meta-item a {
    color: rgba(255, 255, 255, .75);
}

.cs-light .post-meta-item a:hover {
    color: #fff;
}

.blog-posts.d-row .grid-column .entry-header .cat-links a,
.blog-posts.d-row .grid-column .entry-header .tags-links a {
    margin-left: 5px;
}

.blog-posts.d-row .grid-column .entry-header .cat-links a:nth-of-type(1),
.blog-posts.d-row .grid-column .entry-header .tags-links a:nth-of-type(1) {
    margin-left: 0;
}

.blog-posts.d-row .grid-column.text-right .entry-header .cat-links a,
.blog-posts.d-row .grid-column.text-right .entry-header .tags-links a {
    margin-right: 5px;
}

.blog-posts.d-row .grid-column.text-right .entry-header .cat-links a:nth-last-of-type(1),
.blog-posts.d-row .grid-column.text-right .entry-header .tags-links a:nth-last-of-type(1) {
    margin-right: 0;
}

.blog-posts.d-row .grid-column.text-right .entry-header .post-meta-item {
    margin-right: 0 !important;
    margin-left: 24px !important;
}

/*
  Icons
----------------------------------*/
.post-meta-item .pt-icon {
    margin-right: 4px;
    color: #808080;
}

.cs-light .post-meta-item .pt-icon {
    color: rgba(255, 255, 255, .75);
}

.cat-links .pt-icon {
    font-size: 18px;
}

.post-author .pt-icon {
    font-size: 12px;
    font-weight: bold;
}

/*
  Post Title
----------------------------------*/
.post.grid-column .entry-title a {
    text-decoration: none;
    color: #000;
}

/*
  Post Sub Title
----------------------------------*/
.post.grid-column .entry-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

/*
  Post Excerpt
----------------------------------*/
.post.grid-column .entry-content {
    color: #808080;
}

/*
  Pagination
----------------------------------*/

.pagination .load-posts-btn {
    display: block;
    border: 0 solid;
    text-align: center;
    text-decoration: none;
}

.pagination .page-numbers,
.page-links .page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 6px !important;
    border-width: 0;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    text-decoration: none;
}

.pagination .load-posts-btn {
    cursor: pointer;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    width: auto !important;
    padding-right: 10px;
    padding-left: 12px;
}

.pagination .page-numbers.current {
    opacity: .5;
}

.pagination .page-numbers:hover,
.page-links .page-number:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Homepage Custom BLog Posts(Slider)
--------------------------------------------------------------*/
.homepage-custom-posts-section {
    border-top-style: solid;
    border-bottom-style: solid;
}

/*
  Section Header
----------------------------------*/
.homepage-custom-posts-header {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.homepage-custom-posts-header .section-title {
    position: relative;
    padding-bottom: 24px;
}

.homepage-custom-posts-header .section-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background: #666;
}

/*
  Post Slider
----------------------------------*/
.homepage-custom-posts .post.grid-column .entry-header .cat-links a {
    padding: 5px 8px;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #fff;
    background: #333;
}

/*
  Post Slider Navigation
----------------------------------*/
.homepage-custom-posts-nav {
    margin-top: 32px;
    margin-bottom: 16px;
}

.homepage-custom-posts-header .swiper-button-next,
.homepage-custom-posts-header .swiper-button-prev {
    position: relative;
    width: 32px;
    height: 32px;
    margin-top: 0;
    font-size: 32px;
    line-height: 1;
    background: transparent;
    outline: none;
    color: #999;
    transition: all .35s;
}

.homepage-custom-posts-header .swiper-button-prev {
    margin-right: 48px;
}

.homepage-custom-posts-header .swiper-button-next {
    text-align: right;
}

.homepage-custom-posts-header .swiper-button-next:hover,
.homepage-custom-posts-header .swiper-button-prev:hover {
    color: #000;
}

@media screen and (min-width: 992px) {
    .homepage-custom-posts-header {
        width: 25%;
        min-width: 320px;
        padding-right: 60px;
    }

    .homepage-custom-posts {
        width: 75%;
        max-width: -webkit-calc(100% - 380px);
        max-width: calc(100% - 380px);
    }

    .homepage-custom-posts-header .entry-header-content {
        margin-top: 64px;
    }

    .homepage-custom-posts-nav {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
/*
  Thumbnail
----------------------------------*/
.site-main > article > .entry-header .post-featured-image,
.site-main > article > .entry-header .post-featured-image img {
    width: 100%;
    height: auto;
}

/*
  Full Width
----------------------------------*/
@media screen and (min-width: 576px) {
    .full-width .site-main > article > .entry-header,
    .full-width .site-main > article > .entry-content,
    .full-width .site-main > article > .entry-footer,
    .before-content-gallery,
    .after-content-gallery {
        padding-right: 40px;
        padding-left: 40px;
    }

    .full-width .site-main > article .entry-header .post-featured-image {
        width: calc(100% + 80px);
        margin-right: -40px;
        margin-left: -40px;
    }
}

@media screen and (min-width: 992px) {
    .full-width .site-main > article > .entry-header,
    .full-width .site-main > article > .entry-content,
    .full-width .site-main > article > .entry-footer,
    .full-width .site-main > article > .before-content-gallery,
    .full-width .site-main > article > .after-content-gallery {
        padding-right: 80px;
        padding-left: 80px;
    }

    .full-width .site-main > article .entry-header .post-featured-image {
        width: calc(100% + 160px);
        margin-right: -80px;
        margin-left: -80px;
    }
}

@media screen and (min-width: 1200px) {
    .full-width .site-main > article > .entry-header,
    .full-width .site-main > article > .entry-content,
    .full-width .site-main > article > .entry-footer,
    .full-width .site-main > article > .before-content-gallery,
    .full-width .site-main > article > .after-content-gallery   {
        padding-right: 120px;
        padding-left: 120px;
    }

    .full-width .site-main > article .entry-header .post-featured-image {
        width: calc(100% + 240px);
        margin-right: -120px;
        margin-left: -120px;
    }

    .have-sidebar .site-main > article > .entry-header,
    .have-sidebar .site-main > article > .entry-content,
    .have-sidebar .site-main > article > .entry-footer,
    .have-sidebar .site-main > article > .before-content-gallery,
    .have-sidebar .site-main > article > .after-content-gallery {
        padding-right: 40px;
        padding-left: 40px;
    }

    .have-sidebar .site-main > article .entry-header .post-featured-image {
        width: calc(100% + 80px);
        margin-right: -40px;
        margin-left: -40px;
    }
}

@media screen and (min-width: 1400px) {
    .full-width .site-main > article > .entry-header,
    .full-width .site-main > article > .entry-content,
    .full-width .site-main > article > .entry-footer,
    .full-width .site-main > article > .before-content-gallery,
    .full-width .site-main > article > .after-content-gallery {
        padding-right: 160px;
        padding-left: 160px;
    }

    .full-width .site-main > article .entry-header .post-featured-image {
        width: calc(100% + 320px);
        margin-right: -160px;
        margin-left: -160px;
    }

    .have-sidebar .site-main > article > .entry-header,
    .have-sidebar .site-main > article > .entry-content,
    .have-sidebar .site-main > article > .entry-footer,
    .have-sidebar .site-main > article > .before-content-gallery,
    .have-sidebar .site-main > article > .after-content-gallery {
        padding-right: 80px;
        padding-left: 80px;
    }

    .have-sidebar .site-main > article .entry-header .post-featured-image {
        width: calc(100% + 160px);
        margin-right: -80px;
        margin-left: -80px;
    }
}

/*
  Post Format Audio
----------------------------------*/
.single-post .mejs-container {
    margin-bottom: 32px;
}

/*
  Post Format Gallery: Image Slider
----------------------------------*/
.single-post .format-gallery .swiper-button-next,
.single-post .format-gallery .swiper-button-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    width: 92px;
    height: 92px;
    margin-top: -46px;
    background: rgba(0, 0, 0, .25);
    font-size: 24px;
    color: #fff;
}

.single-post .format-gallery .swiper-button-prev {
    left: 0;
}

.single-post .format-gallery .swiper-button-next {
    right: 0;
}

/*
  Post Format Gallery: Popup Gallery
----------------------------------*/
.before-content-gallery {
    margin-top: 48px;
    margin-bottom: 48px;
}

.after-content-gallery {
    margin-top: 80px;
}

.single-post-format-gallery {
    margin-right: -24px;
    margin-left: -24px;
}

.single-post-format-gallery figure {
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 48px;
}

.single-post-format-gallery figure a {
    display: block;
    position: relative;
}

.single-post-format-gallery figure a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-post-format-gallery figure a::after {
    content: '\e916';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    font-size: 26px;
    line-height: 1;
    font-family: 'precicons';
    color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}

.single-post-format-gallery figure:hover a::before {
    visibility: visible;
    opacity: 1;
}

.single-post-format-gallery figure:hover a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-preloader,
.mfp-ready.mfp-bg {
    background: #000;
    opacity: .7;
}

.mfp-close,
.mfp-iframe-holder .mfp-close {
    top: -16px;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 0 !important;
    font-family: precicons!important;
    speak: none;
    font-size: 0;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    background: #fff !important;
    opacity: 1;
    color: #000 !important;
}

.mfp-image-holder .mfp-close {
    top: 0;
}

.mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e90e";
    width: 100%;
    height: 100%;
    font-size: 48px;
}

img.mfp-img {
    padding: 16px 0;
}


.mfp-bottom-bar {
    display: flex;
    align-items: center;
}

.mfp-bottom-bar .mfp-title {
    margin-left: 12px;
}

.mfp-arrow {
    width: 120px;
    height: 120px;
    margin: -60px 0 0 !important;

    font-family: precicons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    opacity: 1;
}

.mfp-arrow-left:before {
    content: "\e908";
}

.mfp-arrow-right:before {
    content: "\e909";
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    opacity: 1;
    font-size: 40px;
    color: #fff;
}

.mfp-arrow-left::after,
.mfp-arrow-right:after {
    display: none;
}

/*
  Content Header
----------------------------------*/
.single article > .entry-header.text-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single article > .entry-header.text-center .social-share-wrap::before,
.single article > .entry-header.text-center .social-share-wrap::after {
    display: none;
}

.single article > .entry-header.text-center .social-share-wrap label {
    display: inline-block;
    position: relative;
    margin: 32px auto 8px !important;
}

.single article > .entry-header.text-center .social-share-wrap label::before,
.single article > .entry-header.text-center .social-share-wrap label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 64px;
    height: 1px;
    margin-left: -75px;
    background: #b3b3b3;
}

.single article > .entry-header.text-center .social-share-wrap label::after {
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: -75px;
}

.single article > .entry-header.text-center .social-share-wrap ul {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}

.single article > .entry-header.text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single article > .entry-header.text-right .post-meta-item {
    margin-right: 0;
    margin-left: 24px;
}

.single article > .entry-header.text-right .social-share-wrap::before,
.single article > .entry-header.text-right .social-share-wrap:after {
    display: none;
}

.single article > .entry-header.text-right .social-share-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single .site-main > article .cat-links a,
.single .site-main > article .tags-links a {
    margin-left: 5px;
}

.single .site-main > article .cat-links a:nth-of-type(1),
.single .site-main > article .tags-links a:nth-of-type(1) {
    margin-left: 0;
}

.single .site-main > article .text-right .cat-links a,
.single .site-main > article .text-right .tags-links a {
    margin-right: 5px;
}

.single .site-main > article .text-right .cat-links a:nth-last-of-type(1),
.single .site-main > article .text-right .tags-links a:nth-last-of-type(1) {
    margin-right: 0;
}

.single .site-main > article .text-right .post-meta-item {
    margin-right: 0 !important;
    margin-left: 24px !important;
}

/*
  Content
----------------------------------*/
.single article > .entry-content.text-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single article > .entry-content.text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*
  Content Footer
----------------------------------*/
.single article > .entry-footer.text-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single article > .entry-footer.text-center .social-share-wrap::before,
.single article > .entry-footer.text-center .social-share-wrap::after {
    display: none;
}

.single article > .entry-footer.text-center .social-share-wrap label {
    display: inline-block;
    position: relative;
    margin: 32px auto 8px !important;
}

.single article > .entry-footer.text-center .social-share-wrap label::before,
.single article > .entry-footer.text-center .social-share-wrap label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 64px;
    height: 1px;
    margin-left: -75px;
    background: #b3b3b3;
}

.single article > .entry-footer.text-center .social-share-wrap label::after {
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: -75px;
}

.single article > .entry-footer.text-center .social-share-wrap ul {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}

.single article > .entry-footer.text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single article > .entry-footer.text-right .post-meta-item {
    margin-right: 0;
    margin-left: 24px;
}

.single article > .entry-footer.text-right .social-share-wrap::before,
.single article > .entry-footer.text-right .social-share-wrap:after {
    display: none;
}

.single article > .entry-footer.text-right .social-share-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*
  Post Navigation
----------------------------------*/
.post-navigation-wrap {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .post-navigation-wrap {
        width: -webkit-calc(100% + 120px);
        width: calc(100% + 120px);
        margin-right: -60px;
        margin-left: -60px;
    }

    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
        padding: 0 60px;
    }
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    position: relative;
    width: 50%;
}

.post-navigation .nav-links .meta-nav {
    font-size: 13px;
    color: #999;
    -webkit-transition: all .35s;
    transition: all .35s;

    font-family: Roboto, Helvetica, Arial, sans-serif;
    /*font-weight: 300;*/
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.post-navigation .nav-links a:hover .meta-nav {
    color: #333;
}

.post-navigation .nav-previous .meta-nav::before,
.post-navigation .nav-next .meta-nav::after {
    content: '\e908';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 24px;
    height: 24px;
    font-family: 'precicons' !important;
    font-size: 22px;
    line-height: 1;
    color: #333;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.post-navigation .nav-previous:hover .meta-nav::before {
    left: -10px;
}

.post-navigation .nav-next .meta-nav::after {
    content: '\e909';
    right: 0;
    left: auto;
}

.post-navigation .nav-next:hover .meta-nav::after {
    right: -10px;
}

.post-navigation-wrap.floating .nav-previous .meta-nav,
.post-navigation-wrap.floating .nav-next .meta-nav {
    position: fixed;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -30px;
    z-index: 9999;
}

.post-navigation-wrap.floating .nav-next .meta-nav {
    right: -30px;
    left: auto;
}

.post-navigation-wrap.floating .nav-previous .post-nav-content,
.post-navigation-wrap.floating .nav-next .post-nav-content {
    top: -webkit-calc(50% - 80px);
    top: calc(50% - 80px);
    position: fixed;
    left: 0;
    z-index: 9998;
    width: 520px;
    height: 160px;
    padding-right: 20px;
    padding-left: 60px;
    background: #fff;
}

.post-navigation-wrap.floating .nav-next .post-nav-content {
    right: 0;
    left: auto;
}

.post-navigation-wrap.floating .nav-previous .meta-nav,
.post-navigation-wrap.floating .nav-next .meta-nav {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #fff;
    padding: 15px;
}

.post-navigation-wrap.floating .meta-nav::before,
.post-navigation-wrap.floating .meta-nav::after {
    display: none;
}

.post-navigation-wrap.floating a .post-nav-content {
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 16px #e6e6e6;
    box-shadow: 0 0 16px #e6e6e6;
}

.post-navigation-wrap.floating a:hover .post-nav-content {
    visibility: visible;
    opacity: 1;
}

.post-navigation-wrap.floating .post-nav-content figure {
    width: 120px;
}

.post-navigation-wrap.floating .post-nav-content .entry-title {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    color: #000;
}

/*
  Author Box
----------------------------------*/
.author-box {
    border: 0 solid #e6e6e6;
}

.author-box .author-avatar {
    width: 75px;
}

.single .author-avatar img {
    border: 1px solid #808080;
}

.author-box .author-content {
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
    text-align: left;
}

.author-box .author-content .entry-content p {
    font-size: 14px;
    color: #999;
}

.author-box .author-content a {
    text-decoration: none;
}

.author-box .author-content .author-name {
    color: #000;
}

.author-box .author-content .author-website a {
    color: #808080;
}

.author-box .author-content .author-website a:hover {
    color: #000;
}

.author-box .social-profile-wrap ul li {
    margin-right: 10px;
}

.author-box .social-profile-wrap ul li img {
    width: 16px;
}

/*
  Related Posts
----------------------------------*/
.single .related-posts {
    /*border: 1px solid #b3b3b3;*/
}

.single .site-main .section-title {
    color: #000;
}

/*
  Custom Gallery
----------------------------------*/
.custom-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.custom-gallery figure a,
.custom-gallery figure img {
    display: block;
    margin: 0;
}

.custom-gallery .col-2 {
    margin-bottom: 80px;
}

.custom-gallery .col-3 {
    margin-bottom: 60px;
}

.custom-gallery .col-4 {
    margin-bottom: 40px;
}

.custom-gallery .col-5 {
    margin-bottom: 30px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    /*margin-top: 80px;*/
}

/*.footer-widgets a {*/
/*color: #181818;*/
/*}*/

/*.footer-widgets a:hover {*/
/*color: #727272;*/
/*}*/

/*
# Footer Widgets
----------------------------------*/
.footer-widgets {
    position: relative;
    z-index: 1;
}

.footer-widgets::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.footer-widgets .widget {
    margin-bottom: 48px;
}

/*
  Footer Bar
----------------------------------*/
.footer-bar {
    padding: 16px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.footer-bar.cs-dark {
    color: rgba(0, 0, 0, .7);
}

@media screen and (min-width: 992px) {
    .footer-bar {
        padding: 0;
    }
}

.footer-bar a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    -webkit-transition: color .35s;
    transition: color .35s;
}

.footer-bar.cs-dark a {
    color: rgba(0, 0, 0, .7);
}

.footer-bar a:hover {
    color: #fff;
}

.footer-bar.cs-dark a:hover {
    color: #000;
}

/*
  Footer Bar Copyright
----------------------------------*/
.footer-copyright,
.footer-bar-menu,
.footer-bar-social {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-copyright {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .footer-copyright {
        width: auto;
    }
}

/*
  Footer Bar Menu
----------------------------------*/
.footer-bar-menu {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .footer-bar-menu {
        width: auto;
    }
}

.footer-bar-menu > p {
    font-size: 12px;
}

.footer-bar-menu ul li a {
    display: block;
    padding: 4px 10px;
    font-weight: 300;
}

/*
  Footer Social Profiles
----------------------------------*/
.footer-bar-social .widget ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.footer-bar-social .widget ul li {
    padding: 0;
    margin: 0;
}

.footer-bar-social .widget ul li a {
    display: flex;
    width: 32px;
    border: 32px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
}

.footer-bar.cs-dark .footer-bar-social .widget ul li a {
    color: rgba(0, 0, 0, .7);
}

.footer-bar-social .widget ul li a img {
    width: 16px;
    height: auto;
}

.footer-bar-social .widget ul li a:hover {
    color: #fff;
}

.footer-bar.cs-dark .footer-bar-social .widget ul li a:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/
.back-to-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 24px;
    padding: 8px;
    margin-right: -18px;
    font-size: 13px;
    outline: none !important;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg) translate(100%, 0);
    -ms-transform: rotate(-90deg) translate(100%, 0);
    transform: rotate(-90deg) translate(100%, 0);
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-height: 400px) {
    .back-to-top {
        display: block;
    }
}

.back-to-top .bt-text {
    margin-right: 12px;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.back-to-top:hover .bt-text {
    margin-right: 24px;
}

.back-to-top .icon-arrow-right {
    font-size: 24px;
}

.back-to-top.show {
    right: 18px;
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 1200px) {
    .back-to-top.show {
        right: 40px;
    }
}

/*--------------------------------------------------------------
# Default Customizer Data
--------------------------------------------------------------*/
/*
  Primary Menu
----------------------------------*/
.primary-menu li a {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.6;
    text-transform: none;
    color: #000;
    padding: 12px 16px;
}

ul.primary-menu li a:hover,
ul.primary-menu li.current-menu-item a,
ul.primary-menu li:hover > a,
ul.primary-menu li.menu-item-has-children:hover::after {
    color: #b3b3b3;
}

@media (max-width: 992px) {
    .primary-menu li a {
        font-size: 12px;
    }
}

/*
  Buttons
----------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.custom-button {
    padding: 12px 20px;
    margin-top: 16px !important;
    margin-bottom: 0px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 1);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
}

button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.custom-button:hover {
    background: rgba(0, 0, 0, .6);
}

/*
  Read More
----------------------------------*/
.read-more {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}

.read-more a {
    color: #999;
    background: rgba(255, 255, 255, 0);
}

.read-more a:hover {
    color: #000;
    background: rgba(255, 255, 255, 0);
}

.read-more.trail::before {
    background: rgba(0, 0, 0, .3);
}

.read-more.trail::after {
    background: rgba(0, 0, 0, 1);
}

/*
Post Listing
----------------------------------*/
.post-listing article .entry-title,
.post-navigation .entry-title,
.nav-links .post-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.post-listing article .entry-subtitle {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 6px;
}

.post-listing article .post-thumbnail {
    margin-top: 0;
}

.post-listing article .entry-title {
    margin-top: 36px;
}

.post-listing article .entry-header .post-meta-item {
    margin-top: 12px;
}

.post-listing article .entry-content {
    margin-top: 32px;
}

.post-listing article .entry-footer {
    margin-top: 24px;
}

/*
  Single Post
----------------------------------*/
.single-post .site-main > article > .entry-header .entry-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.0156em;
    line-height: 1.2;
    text-transform: none;
    margin-top: 64px;
}

.single-post .site-main > article > .entry-header .entry-subtitle {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: none;
    margin-top: 24px;
}

.single .site-main .section-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.03125em;
    line-height: 1.2;
    text-transform: none;
}

/*
  Single Page
----------------------------------*/
.page .site-main > article > .entry-header .entry-title {
    margin-top: 40px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.0156em;
    line-height: 1.2;
    text-transform: none;
}

.page .site-main > article > .entry-header .entry-subtitle {
    margin-top: 40px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: none;
}

.page .site-main .section-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.03125em;
    line-height: 1.2;
    text-transform: none;
}
