/*
Theme Name: Aspen
Theme URI: http://www.shapingrain.com/products/aspen
Author: ShapingRain.com
Author URI: http://www.shapingrain.com/
Description: WordPress Blog Theme
Version: 2.0.8
Requires at least: 5.0
Requires PHP: 7.4
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog
Text Domain: aspen
*/

/*
This theme is comprised of two parts.

(1) the PHP code and integrated HTML are licensed under the General Public
License (GPL). You will find a copy of the GPL in the "Licensing" directory
of the theme's main package, and at http://www.gnu.org/licenses/gpl-2.0.html.

(2) All other parts, but not limited to the CSS code, images, and design as
well as the documentation and any demo content packages are licensed according
to the license purchased from Envato.

Read more about licensing here: http://themeforest.net/licenses
*/

/* Style Index

1. Default and Reset styles
2. Global Elements
- 2.1 Layout Elements
- 2.2 Colors
- 2.3 Forms
- 2.4 Typography
- 2.5 Buttons
3. Site Header
- 3.1 Navigation
- 3.2 Search
4. Blog
-- 4.1 Blog Layouts
-- 4.1.1 Standard
-- 4.1.2 Grid
-- 4.1.3 Masonry
-- 4.1.4 Journal
-- 4.1.5 Minimalistic
-- 4.1.6 Timeline
- 4.2 Single Post Layout
- 4.3 Blog Sidebar
6. Widgets
-- 6.1.1 WordPress Default Widgets
-- 6.1.2 Testimonial
-- 6.1.2 Bio Block
-- 6.1.3 Buttons
-- 6.1.4 Social Icons
-- 6.1.5 Icons
-- 6.1.6 Recent Posts / Recent Comments
-- 6.1.7 Newsletter
-- 6.1.8 Promo Widget
-- 6.1.9 Instagram
-- 6.2.0 Video
-- 6.2.1 Contact Form 7
7. Page Layouts
-- 7.1.1 Layout Fullscreen
-- 7.1.2 Slider
8. Footer Layouts
-- 8.1.1 Footer Layout Centered
-- 8.2 Footer Widgets
9. Gutenberg Blocks
10. Responsiveness

*/



/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

html,
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr;
    list-style: none;
}

body {
    background: #fff !important;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.6em;
}

a {
    text-decoration: none;
    line-height: inherit;
}

a img {
    border: none;
    -webkit-backface-visibility: hidden;
    vertical-align: bottom;
}

img,
figure {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

figure {
    margin: 0;
}

.image-rounded img {
    border-radius: 8px;
}

.image-circle img {
    border-radius: 200em;
}


/* Input Elements */

*:focus {
    outline: none;
}

input[type="submit"] {
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    -webkit-appearance: none;
}

textarea {
    padding: 15px !important;
}

input[type=text],
textarea,
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
    padding: 10px !important;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c4c4c4;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c4c4c4;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c4c4c4;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c4c4c4;
}

textarea {
    padding: 15px !important;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

/* Input Effects */

input[type=text]:focus,
textarea:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=date]:focus {
    background: #f5f5f5;
}


/* 404 */

.error404 article {
    padding-bottom: 90px;
}

.error404 .search-form {
    border-radius: 25px;
}

.error404 .error404-info input[type=search],
.no-results.not-found input[type=search] {
    border-bottom: none;
    border: none;
    border-radius: 25px;
}

.error404-info img {
    max-width: 556px;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.error404 .blog-header-content {
    text-align: center;
    color: #000 !important;
    padding: 14% 0 !important;
}

.error404 .page-header h1 {
    font-size: 65px;
    font-weight: bold;
}

.error404 .page-header p {
    color: #a2a2a2;
}

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

.error404 .page-header h1 span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    padding-top: 5px;
}

.error404 .widget {
    text-align: left;
}

.error404 .screen-reader-text {
    display: none;
}

.error404 .widget_search {
    max-width: 400px;
    margin: 45px auto 15px auto;
}

.missing-plugin {
    background: #f5f5f5;
    text-align: center;
    padding: 45px 20%;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Global Elements */
/*------------------------------------------------------------------------------------------*/

/* -------------- 2.1 Layout Elements -------------- */

.row {
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 0;
}

#site-header #header-bottom-inner,
#site-footer .row-menu,
#footer-widgets .row-menu,
#site-header #header-bottom-top-inner {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

#site-footer .row-menu {
    max-width: 1200px;
}

.header-full-width #site-header #header-bottom-inner,
.footer-full-width #site-footer .row-menu,
.footer-full-width #footer-widgets .row-menu,
.header-full-width #site-header #header-bottom-top-inner {
    max-width: 100%;
}

.row-menu {
    padding: 0 15px;
}

.header-full-width #site-header .row-menu {
    padding: 0 40px;
}

/* Site Footer Width*/

/* Standard, padding comes from col*/
#site-footer .row-menu,
#footer-widgets .row-menu {
    padding: 0;
}

/* Full-Width Additional Padding - Col*/
.footer-full-width #site-footer .row-menu,
.footer-full-width #footer-widgets .row-menu {
    padding: 0 25px;
}

/* --------------Row Width and Padding when Sidebar Navigation is present - 4 ---------------- */


.header-style-four.blog-style-grid #blog-posts-overview,
.header-style-four.blog-style-masonry #blog-posts-overview {
    padding-left: 0;
    padding-right: 0;
}


/* Row Width on Single Blog Post */

.blog-post article .row {
    max-width: 1125px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 6%;
}

.single-post.no-sidebar .col-3-4 {
    padding: 0;
}

.no-sidebar .col-3-4,
.no-sidebar .blog-content .row {
    width: 100% !important;
}

.no-sidebar .blog-content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
}

#sidebar {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.page.has-banner-background .entry-content.col-3-4 {
    margin-top: 30px;
}


#site-footer .row-menu {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Targets all elements */
[class*='col-'] {
    float: left;
    padding: 20px;
}

.gallery-overview[class*='col-'] {
    float: left;
    padding: 20px 0;
}

figcaption {
    line-height: normal;
    padding: 8px 5px 10px 5px;
}

[class*='page-layout-'] #site-content .row {
    padding-top: 0;
    padding-bottom: 0;
}

#promo-area [id*='monster-widget-'],
#footer-instagram [id*='monster-widget-'],
#footer-widgets [id*='monster-widget-'] {
    width: 33.33%;
    float: left;
    padding: 20px;
}

#promo-area [id*='monster-widget-']:nth-child(3n+1),
#footer-instagram [id*='monster-widget-']:nth-child(3n+1),
#footer-widgets [id*='monster-widget-']:nth-child(3n+1) {
    clear: both;
}

/* Clearfix */
.clearfix:after,
#header-region:after,
#respond:after,
.featured-post:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */
.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Layout Boxed */

body.design-boxed {
    background: #f5f5f5;
}

body.design-boxed #site-wrapper {
    background: #fff;
    margin: 0 auto;
    position: relative;
}


/* -------------- 2.3 Typography -------------- */


.bypostauthor,
.sticky,
.gallery-caption {
    font-size: 13px;
}

.blog-introduction p:first-child:first-letter {
    float: left;
    font-size: 55px;
    line-height: 43px;
    padding-top: 4px;
    padding-right: 7px;
    font-weight: bold;
}

h3.widget-title,
h3.blog-section-title,
#comments h3,
.woocommerce-Tabs-panel h2,
.related.products h2,
span#reply-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-post-summary-content h3,
.blog-post-summary h2 {
    line-height: normal;
}

.blog-post-summary h2,
#pagination-single h4 {
    word-break: break-word;
}

/* Text Alignment */

.text-align-left,
.alignleft {
    text-align: left;
}

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

img.aligncenter {
    display: block;
    margin: 0 auto;
}

figure.aligncenter {
    margin: 0 auto;
}

.text-align-right,
.alignright {
    text-align: right;
}


/* Blog H1 - H6 */

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
#comments .comment-list .comment h1,
#comments .comment-list .comment h2,
#comments .comment-list .comment h3,
#comments .comment-list .comment h4,
#comments .comment-list .comment h5,
#comments .comment-list .comment h6 {
    margin: 1.1em 0 0.9em 0;
}

.woocommerce-checkout #order_review_heading {
    padding-top: 25px;
}

h1 {
    line-height: normal;
}

/* Content Lists */

.single-post .blog-post-content ul,
.single-post .blog-post-content ol,
.single-post .entry-content ul,
.single-post .entry-content ol,
.page-template-default .blog-post-content ul,
.page-template-default .blog-post-content ol,
.page-template-default .entry-content ul,
.page-template-default .entry-content ol,
.page-template-page-sidebar-right .blog-post-content ul,
.page-template-page-sidebar-right .blog-post-content ol,
.page-template-page-sidebar-right .entry-content ul,
.page-template-page-sidebar-right .entry-content ol {
    margin: 2em 0;
    margin-left: 30px;
}

.single-post .blog-post-content ul>li>ul,
.single-post .blog-post-content ol>li>ol,
.single-post .entry-content ul>li>ul,
.single-post .entry-content ol>li>ol,
.page-template-default .blog-post-content ul>li>ul,
.page-template-default .blog-post-content ol>li>ol,
.page-template-default .entry-content ul>li>ul,
.page-template-default .entry-content ol>li>ol,
.page-template-page-sidebar-right .blog-post-content ul>li>ul,
.page-template-page-sidebar-right .blog-post-content ol>li>ol,
.page-template-page-sidebar-right .entry-content ul>li>ul,
.page-template-page-sidebar-right .entry-content ol>li>ol {
    margin: 0.5em 0;
    margin-left: 30px;
}

.single-post .blog-post-content ul,
.single-post .blog-post-content li,
.single-post .entry-content ul,
.single-post .entry-content li,
.page-template-default .blog-post-content ul,
.page-template-default .blog-post-content li,
.page-template-default .entry-content ul,
.page-template-default .entry-content li,
.page-template-page-sidebar-right .blog-post-content ul,
.page-template-page-sidebar-right .blog-post-content li,
.page-template-page-sidebar-right .entry-content ul,
.page-template-page-sidebar-right .entry-content li,
#comments .comment-list .comment ul li,
#comments .comment-list .comment ol li ul li,
.single-post .blog-post-content ol li ul li,
.single-post .entry-content ol li ul li,
.page-template-default .blog-post-content ol li ul li {
    list-style-type: disc;
}

.single-post .blog-post-content ol,
.single-post .blog-post-content ol li,
.single-post .entry-content ol,
.single-post .entry-content ol li,
.page-template-default .blog-post-content ol,
.page-template-default .blog-post-content ol li,
.page-template-default .entry-content ol,
.page-template-default .entry-content ol li,
.page-template-page-sidebar-right .blog-post-content ol,
.page-template-page-sidebar-right .blog-post-content ol li,
.page-template-page-sidebar-right .entry-content ol,
.page-template-page-sidebar-right .entry-content ol li,
#comments .comment-list .comment ol li,
#comments .comment-list .comment ul li ol li,
.single-post .blog-post-content ul li ol li,
.single-post .entry-content ul li ol li,
.page-template-default .blog-post-content ul li ol li {
    list-style-type: decimal;
}

.single-post .blog-post-content li,
.single-post .blog-post-content ol li,
.single-post .entry-content li,
.single-post .entry-content ol li,
.page-template-default .blog-post-content li,
.page-template-default .blog-post-content ol li,
.page-template-default .entry-content li,
.page-template-default .entry-content ol li,
.page-template-page-sidebar-right .blog-post-content li,
.page-template-page-sidebar-right .blog-post-content ol li,
.page-template-page-sidebar-right .entry-content li,
.page-template-page-sidebar-right .entry-content ol li {
    margin-bottom: 0.5em;
    margin-left: 10px;
}

/* Blog Header */

.blog-header-content h1 {
    margin-bottom: 15px;
}

.single .blog-header-content h1 {
    padding-left: 9%;
    padding-right: 9%;
}

/* Blog Posts Section Titles */

h3.blog-section-title,
#comments h3 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0 0 25px 0;
}


/* Quotes */

.single-post .blog-content .col-3-4 blockquote {
    margin: 40px 0;
    line-height: 1.8em;
}

.blog-style-journal .blog-post-summary-journal blockquote {
    padding: 0 3% 0 3%;
}

blockquote p {
    margin: 0;
    padding: 0;
}

blockquote footer cite,
blockquote cite {
    padding-top: 15px;
    color: #999999 !important;
    display: block;
}


.blog-post-summary footer cite {
    display: inline-block;
}

.no-blocks .blog-content .col-3-4 blockquote {
    margin: 40px 25px;
    padding: 0 3% 0 3%;
}

.no-blocks .blog-content .col-3-4 blockquote,
.no-blocks .blog-content .col-3-4 blockquote cite {
    text-align: center;
}

cite {
    color: #999999 !important;
}

.single-post .blog-content .col-3-4 blockquote:before,
.single-post .blog-content .col-3-4 blockquote:after,
.blog-style-journal .blog-post-summary-journal blockquote:before,
.blog-style-journal .blog-post-summary-journal blockquote:after,
.page article.page blockquote:before,
.page article.page blockquote:after,
#comments .comment-list .comment blockquote:before,
#comments .comment-list .comment blockquote:after {
    content: "" !important;
    display: block !important;
    height: 2px !important;
    width: 30px !important;
}

#comments .comment-list .comment blockquote:before,
#comments .comment-list .comment blockquote:after {
    position: relative;
    left: 45px;
}

.single-post .blog-content .col-3-4 blockquote:before,
.blog-style-journal .blog-post-summary-journal blockquote:before {
    margin: 10px auto 15px auto;
}

.page article.page blockquote:before,
.page article.page blockquote:after {
    margin: 20px auto 15px auto;
}

.single-post .blog-content .col-3-4 blockquote:after,
.blog-style-journal .blog-post-summary-journal blockquote:after {
    margin: 20px auto 0 auto;
}

pre {
    background-color: #eff0f1;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 20px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.blog-post-content code {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
    line-height: normal;
}

hr {
    border: none;
    background: #e5e5e5;
    height: 1px;
    margin: 35px 0;
}


.wp-caption,
.wp-caption-text {
    font-size: 13px;
    font-style: italic;
    text-align: center;
}

figure.alignright,
img.alignright,
.alignright {
    float: right;
    margin: 10px 0 25px 25px;
}

figure.alignleft,
img.alignleft,
.alignleft {
    float: left;
    margin: 10px 25px 25px 0;
}

figure.wp-caption img {
    margin-bottom: 10px;
}

[class*='wp-block-'].alignleft {
    margin-top: 0;
    margin-right: 2em
        /*!rtl:end:ignore; */
    ;
    margin-bottom: 20px;
}

[class*='wp-block-'].alignright {
    margin-top: 0;
    margin-left: 2em
        /*!rtl:end:ignore; */
    ;
    margin-bottom: 20px;
}


blockquote.wp-block-quote {
    text-align: center;
}

blockquote.wp-block-quote.is-style-large {
    text-align: left;
}

blockquote.wp-block-quote.is-style-large cite {
    text-align: inherit;
}

/* Meta Color, secondary color for less attention, like date, meta info */

#similar-posts a span.blog-post-date,
.comment-meta,
.blog-post-meta,
.blog-post-meta a,
.no-post-thumbnail .blog-header-content .blog-post-meta a,
.no-post-thumbnail .blog-header-content .blog-post-meta,
.no-post-thumbnail .blog-header-content #breadcrumb,
.no-post-thumbnail .blog-header-content #breadcrumb a,
.blog-style-timeline .entry-date,
#post-tags,
#post-tags a,
#sidebar .aspen-recent-comments a div,
#sidebar .aspen-recent-posts a .widget_date,
.widget_categories li,
.widget_archive li,
.bio-job,
.blog-header-content #breadcrumb,
.blog-header-content #breadcrumb a,
.single-post .blog-post-date,
.aspen-recent-posts li span,
.aspen-recent-posts .post-category a:after,
.woocommerce-review__published-date,
.wpcf7 label,
.gform_wrapper .top_label .gfield_label,
#header-cart .quantity,
p.price del,
.products .product a .price del,
.widget_product_categories .product-categories span,
#sidebar .widget_rating_filter .wc-layered-nav-rating a,
.product_list_widget .quantity,
.widget_date,
.blog-style-minimal #blog-posts-overview .blog-post-meta .blog-post-category a,
.pingback p {
    color: #999999;
}


/* 7.3.3 Tables */


th {
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px solid #e1e1e1;
}

table td,
table caption {
    padding: 10px;
}

table caption {
    font-weight: bold;
    border-bottom: 2px solid #e1e1e1;
}

.wp-block-table {
    margin: 15px 0;
}

/* -------------- 2.4 Buttons -------------- */

#respond input[type="submit"],
.has-sidebar #respond input[type="submit"],
.comment-list #commentform input[type="submit"],
.wpcf7 [type="submit"],
.gform_footer [type="submit"],
.page-template-default #respond #commentform input[type="submit"],
.page-template #respond #commentform input[type="submit"] {
    background: #282828;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    transition: all .15s ease-in-out 0s;
    text-transform: uppercase;
    font-size: 13px !important;
}


/*------------------------------------------------------------------------------------------*/
/* 3. Site Header */
/*------------------------------------------------------------------------------------------*/

/* --------------Header-------------- */

#site-header {
    position: relative;
    z-index: 9999;
}

#site-header-inner {
    position: absolute;
    top: 0;
    width: 100%;
}

#site-header .row {
    display: block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#site-header nav,
#site-header aside,
#site-header ul,
#site-header li,
#site-header p,
nav li,
#header-fullscreen-content .social-media li {
    display: inline-block;
}

#site-header p {
    margin: 0;
    padding: 0;
}

.header-capitalized #main-navigation {
    text-transform: uppercase;
}

/* Toolbar Header Top */

#header-top {
    background: #000;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: -40px;
}

#header-top p {
    margin: 0;
    padding: 0;
}

#header-top.row-menu {
    padding-top: 0;
    padding-bottom: 0;
}

body.has-toolbar {
    margin-top: 40px;
}

.header-style-four #header-top,
.header-style-six #header-top {
    top: 0;
}

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

.toolbar-align-right {
    text-align: right;
}

#header-top .social-media {
    float: right;
}

#header-top .menu li {
    padding-right: 5px;
}

#header-top a:hover {
    opacity: 0.8;
}


/* Header Bottom */

#site-header nav,
.header-icons {
    z-index: 1;
}


/* Header Sticky */

.shrink-sticky {
    top: -80px;
}

.header-style-one .shrink,
.header-style-two .shrink,
.header-style-three .shrink,
.header-style-five .shrink,
.header-style-six .shrink,
.header-style-seven .shrink,
.header-style-eight .shrink {
    left: 0;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    width: 100%;
    position: fixed;
    top: 0;
}

/* --------------Logo-------------- */

#logo,
#logo img,
#logo h1,
#logo h2 {
    display: inline-block;
}

#logo {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-right: 30px;
}

#logo img {
    float: left;
    margin-right: 5px;
    width: auto;
    height: auto;
    aspect-ratio: 860 / 748;
    object-fit: contain;
    object-position: left center;
}

.has-logo-primary.has-logo-secondary #logo-secondary,
.has-logo-primary.has-logo-secondary .shrink-sticky.shrink #logo-primary,
.has-logo-secondary #logo-secondary {
    display: none;
}

.has-logo-primary.has-logo-secondary .shrink-sticky.shrink #logo-secondary,
.has-logo-secondary .shrink-sticky.shrink #logo-secondary {
    display: inline-block;
}

#logo-mobile {
    display: none !important;
}

/* --------------Icons-------------- */

#header-icons {
    float: right;
    margin-left: 20px;
}


/* --------------Header Styles-------------- */

.navigation-elements.shrink,
.sub-menu {
    background: #fff;
}

/* Colors used when Header is transparent, has a banner and is start */

.blog.header-style-one.header-transparent.header-solid #site-header #site-header-inner,
.blog.header-style-two.header-transparent.header-solid #site-header #site-header-inner,
.blog.header-style-three.header-transparent.header-solid #site-header #site-header-inner {
    background: none;
}


/* Colors Used when Header is Transparent and has a Banner */

.header-transparent.has-banner-background #site-header,
.header-transparent.has-banner-background #site-header a,
.header-transparent.has-banner-background #site-header #logo h1,
.header-transparent.has-banner-background #site-header #logo h2,
.header-transparent.has-banner-background #site-header #main-navigation a:before,
.header-transparent.banner-type-slider #site-header,
.header-transparent.banner-type-slider #site-header a,
.header-transparent.banner-type-slider #site-header #logo h1,
.header-transparent.banner-type-slider #site-header #logo h2,
.header-transparent.banner-type-slider #site-header #main-navigation a:before,
.header-transparent.banner-type-slider.slider-style-full-width.has-banner-background #site-header a {
    color: #fff;
    border-color: #fff;
}

.header-transparent.has-banner-background #site-header #header-icons .nav-button span,
.header-transparent.has-banner-background #site-header #header-icons .nav-button .close span,
.banner-type-slider .nav-button span {
    background: #fff;
}

.header-transparent #header-bottom,
.banner-type-slider #header-bottom,
.banner-type-slider.header-transparent.no-banner-background #header-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.header-style-three.header-transparent #header-bottom #header-box-bottom:before,
.header-style-three.header-transparent.banner-type-slider.slider-style-full-width #header-bottom #header-box-bottom:before,
.header-style-three.banner-type-slider.header-transparent.no-banner-background #header-bottom #header-box-bottom:before {
    background: rgba(255, 255, 255, 0.3);
}

.header-style-three.header-transparent.no-banner-background #header-bottom #header-box-bottom:before {
    background: #e5e5e5;
}

.header-transparent.no-banner-background #header-bottom,
.header-solid #header-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.header-style-eight.header-solid #header-bottom {
    border-bottom: none;
}

.header-transparent #header-bottom.shrink-sticky,
.banner-type-slider #header-bottom.shrink-sticky {
    border-bottom: none;
}

#header-bottom.shrink-sticky {
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
}


/* Transparent */

.header-style-one.header-transparent.has-banner-background #site-content,
.header-style-two.header-transparent.has-banner-background #site-content,
.header-style-three.header-transparent.has-banner-background #site-content,
.header-style-five.header-transparent.has-banner-background #site-content,
.header-style-six.header-transparent.has-banner-background #site-content {
    padding-top: 0;
}

.single-aspen-gallery.header-style-three.header-transparent #site-content {
    padding-top: 100px;
}

/* No Toolbar */



/* No Toolbar Not Transparent */

.header-style-three #site-content {
    padding-top: 0;
}


/* Size of Navigation when Sticky - for all Styles */

.header-style-one #header-bottom.shrink-sticky #header-bottom-inner,
.header-style-one .shrink-sticky #logo,
.header-style-one #header-bottom.shrink-sticky #header-bottom-inner #main-navigation ul.menu li {
    height: 64px;
}

.header-style-two #header-bottom.shrink-sticky #header-bottom-inner,
.header-style-two .shrink-sticky #logo,
.header-style-five #header-bottom.shrink-sticky #header-bottom-inner,
.header-style-five .shrink-sticky #logo,
.header-style-six #header-bottom.shrink-sticky #header-bottom-inner,
.header-style-six .shrink-sticky #logo,
.header-style-eight #header-bottom.shrink-sticky #header-bottom-inner #main-navigation ul.menu li {
    height: 80px;
}

.header-style-one #header-bottom.shrink-sticky #header-bottom-inner #main-navigation ul.menu ul.sub-menu li,
.header-style-three #header-bottom.shrink-sticky #main-navigation ul.menu ul.sub-menu li,
.header-style-eight #header-bottom.shrink-sticky #header-bottom-inner #main-navigation ul.menu ul.sub-menu li {
    height: auto;
}


.header-style-one #header-bottom.shrink-sticky #logo img {
    max-height: 48px;
    max-width: 55px;
}

.header-style-two #header-bottom.shrink-sticky #logo img,
.header-style-three #header-bottom.shrink-sticky #logo img,
.header-style-five #header-bottom.shrink-sticky #logo img,
.header-style-six #header-bottom.shrink-sticky #logo img,
.header-style-eight #header-bottom.shrink-sticky #logo img {
    max-height: 55px;
}


/* When Header is Solid and not Transparent */

.header-style-one.header-solid #site-header #site-header-inner,
.header-style-two.header-solid #site-header #site-header-inner,
.header-style-three.header-solid #site-header #site-header-inner,
.header-style-four.header-solid #site-header #site-header-inner,
.header-style-five.header-solid #header-sidebar-push,
.header-style-six.header-solid #header-bottom,
.header-style-seven #header-bottom,
#header-sidebar-push,
.header-style-five #header-bottom {
    background: #fff;
}

/* Do not display Hover Line */

.header-style-four #main-navigation a span:before,
.header-style-five #main-navigation a span:before,
.header-style-six #main-navigation a span:before,
.header-style-seven #main-navigation a span:before {
    display: none !important;
}

/* Has Banner Background Image */
.blog-header.has-banner-background {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Has Banner Category Description */

.woocommerce-category-description,
.archive .blog-header-content p {
    padding: 0 12%;
}

.blog-header.has-banner-background #breadcrumb {
    opacity: 0.6;
}


/* -------------- Header Style 1 - Big Header -------------- */

.header-style-one #logo {
    float: left;
}

.header-style-one #logo,
.header-style-one #header-bottom-inner {
    height: 72px;
}

.header-style-one #logo img {
    max-height: 56px;
    max-width: 64px;
}

/* Positioning Elements */

.header-style-one #header-bottom #logo,
.header-style-one #header-bottom nav span {
    line-height: 72px;
}

.header-style-one #header-bottom #logo img {
    vertical-align: middle;
}

.header-style-one #header-bottom .sub-menu span,
.header-style-one #header-bottom.shrink-sticky .sub-menu span {
    line-height: normal;
}

.header-style-one #header-bottom-inner:before,
.header-style-one #logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    display: none;
}

.header-style-one #main-navigation,
.header-style-one #logo h1,
.header-style-one #logo img,
.header-style-one #logo span,
.header-style-one #main-navigation a span {
    display: inline-block;
    vertical-align: baseline;
    float: none;
}

.header-style-one #header-icons {
    margin-top: 22px;
    position: relative;
    float: right;
}

.header-style-one #header-bottom.shrink-sticky #logo,
.header-style-one #header-bottom.shrink-sticky nav span {
    line-height: 64px;
}

.header-style-one .shrink-sticky #header-icons {
    margin-top: 18px;
}

/* -------------- Header Style 2 - Small Header -------------- */

.header-style-two #logo {
    float: left;
}

.header-style-two #header-bottom-inner,
.header-style-two #logo {
    height: 80px;
}

.header-style-two #logo img {
    max-height: 55px;
}

/* Positioning Elements */


.header-style-two #header-bottom #logo,
.header-style-two #header-bottom nav span {
    line-height: 80px;
}

.header-style-two #header-bottom #logo img {
    vertical-align: middle;
}

.header-style-two #header-bottom .sub-menu span {
    line-height: normal;
}

.header-style-two #header-bottom-inner:before,
.header-style-two #logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    display: none;
}

.header-style-two #main-navigation,
.header-style-two #logo h1,
.header-style-two #logo img,
.header-style-two #logo span,
.header-style-two #main-navigation a span {
    display: inline-block;
    vertical-align: baseline;
    float: none;
}

.header-style-two #header-icons {
    margin-top: 28px;
    position: relative;
    float: right;
}

/* Hiding and showing the Logo when Background is Solid or Transparent */


/* -------------- Header Style 3 - Logo centered -------------- */

.header-style-three #header-icons,
.header-style-three #logo h1,
.header-style-three #logo img {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.header-style-three.header-align-left #header-bottom,
.header-style-three.header-align-left #header-sidebar,
.header-style-three.header-align-right #header-bottom,
.header-style-three.header-align-right #header-sidebar {
    text-align: center;
}

.header-style-three #main-navigation {
    display: block;
    vertical-align: middle;
    float: none;
}

.header-style-three #header-icons {
    position: relative;
}

.header-style-three #header-icons,
.header-style-three #header-icons-second {
    padding-top: 18px;
}

.header-style-three #header-box-top {
    position: relative;
    width: 100%;
    height: 94px;
    padding-top: 20px;
}

.header-style-three #header-box-top #logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#header-box-left {
    float: left;
    position: relative;
    z-index: 2;
}

#header-box-left #header-icons {
    margin-left: 0;
}

#header-box-right {
    float: right;
    position: relative;
    z-index: 2;
}

.header-style-three #header-box-bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #e5e5e5;
    height: 1px;
    left: 0;
}

.header-style-three #header-bottom.shrink-sticky,
.header-style-eight #header-bottom.shrink-sticky {
    height: 80px;
}

.header-style-three #header-bottom.shrink-sticky #header-box-left,
.header-style-eight #header-bottom.shrink-sticky #header-box-left {
    float: right;
}

.header-style-three #header-bottom.shrink-sticky #header-box-bottom:before,
.header-style-eight #header-bottom.shrink-sticky #header-box-bottom:before {
    display: none;
}

.header-style-three #header-bottom.shrink-sticky #logo,
.header-style-eight #header-bottom.shrink-sticky #logo {
    float: left;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
    height: 80px;
}

.header-style-three #header-bottom.shrink-sticky #logo:before,
.header-style-eight #header-bottom.shrink-sticky #logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.header-style-three #header-bottom.shrink-sticky #main-navigation li,
.header-style-eight #header-bottom.shrink-sticky #main-navigation li {
    padding: 0 10px;
}

.header-style-three #header-bottom.shrink-sticky #header-bottom-inner,
.header-style-eight #header-bottom.shrink-sticky #header-bottom-inner {
    padding-top: 0;
}

.header-style-three #header-bottom.shrink-sticky #main-navigation,
.header-style-three #header-bottom.shrink-sticky #main-navigation ul.menu,
.header-style-three #header-bottom.shrink-sticky #main-navigation ul.menu li,
.header-style-eight #header-bottom.shrink-sticky #main-navigation,
.header-style-eight #header-bottom.shrink-sticky #main-navigation ul.menu,
.header-style-eight #header-bottom.shrink-sticky #main-navigation ul.menu li {
    height: 80px;
}

.header-style-three #header-bottom.shrink-sticky #header-icons-second,
.header-style-three #header-bottom.shrink-sticky #header-icons,
.header-style-eight #header-bottom.shrink-sticky #header-icons-second,
.header-style-eight #header-bottom.shrink-sticky #header-icons {
    padding-top: 27px;
}

.header-style-three #header-bottom.shrink-sticky #header-box-top,
.header-style-eight #header-bottom.shrink-sticky #header-box-top {
    padding-top: 0;
    height: auto;
}


/* Logo */

.header-style-three #logo {
    display: inline-block;
    margin-bottom: 0;
}

.header-style-three #logo img {
    max-height: 55px;
}

/* Navigation */

.header-style-three #main-navigation {
    position: relative;
}

.header-style-three #main-navigation li {
    padding: 0 20px;
}

.header-style-three #main-navigation a,
.header-style-three #header-icons {
    z-index: 999;
}

.header-style-three #header-icons {
    padding-top: 17px;
}

.header-style-three #main-navigation li:first-of-type {
    padding-left: 0;
}


/* -------------- Header Style 4 - Navigation on the Left Side, not Transparent -------------- */


.header-style-four #logo-secondary {
    display: none;
}

.header-style-four #site-header,
.header-style-five #site-header {
    -webkit-box-shadow: 0 0px 7px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0px 7px -1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 7px -1px rgba(0, 0, 0, 0.12);
}

#header-sidebar #logo img {
    margin-right: 10px;
}

.header-style-four #site-content,
.home.header-style-four.banner-type-image .blog-header-content,
.archive.header-style-four.has-banner-background .blog-header-content,
.woocommerce.header-style-four.has-banner-background .blog-header-content,
.blog.header-style-four.banner-type-image .blog-header-content,
.archive.header-style-four .blog-header.no-banner-background .blog-header-content {
    margin-left: 280px;
}

.header-style-four #site-header {
    position: fixed;
    width: 260px;
    height: 100%;
}

.header-style-four #site-header #site-header-inner {
    height: 100%;
}

.header-style-four #logo {
    margin: 40px 0 35px 0;
    float: none;
    width: 100%;
}

.header-style-four #header-sidebar nav:before {
    display: block;
    content: " ";
    background: #e5e5e5;
    margin-bottom: 20px;
    width: 40px;
    height: 2px;
}

.header-style-four #logo h1,
.header-style-four #logo h2 {
    display: block;
}

.header-style-four #header-icons,
.header-style-four #logo h1,
.header-style-four #logo img {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.header-style-four #header-sidebar {
    height: auto;
    padding: 0 30px;
}

.header-style-four #logo img {
    max-height: 100px;
}

.header-style-four #header-sidebar {
    text-align: left !important;
}

/* Navigation */

.header-style-four #header-sidebar nav,
.header-style-five #header-sidebar-push nav {
    display: block;
    margin-bottom: 25px;
}

.header-style-four #header-sidebar nav:after,
.header-style-four #header-sidebar #nav-html:after,
.header-style-five #header-sidebar-push nav:after {
    display: block;
    content: " ";
    background: #e5e5e5;
    margin: 25px auto 25px 0 !important;
    width: 40px;
    height: 2px;
}

#header-sidebar .widget,
#header-sidebar-push .widget {
    margin-bottom: 20px;
}

#header-sidebar .widget-title,
#header-sidebar-push .widget-title {
    padding-bottom: 10px;
}

.header-style-four #header-sidebar nav a {
    padding: 5px 30px;
}

.header-style-five #header-sidebar-push nav a {
    padding: 5px 0;
}

.header-style-four #main-navigation li,
.header-style-four #main-navigation ul,
.header-style-five #main-navigation li,
.header-style-five #main-navigation ul {
    display: block;
    padding: 0;
}

.header-style-four #header-icons {
    margin: 0;
    float: none;
}

.header-style-four.header-align-center #header-icons {
    margin: 0 auto;
}

.header-style-four.header-align-right #header-icons {
    margin-left: auto;
}

/* 4 and 5 Has Toolbar */

.has-toolbar.header-style-four #site-header {
    margin-top: -40px;
}

.header-style-four #header-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
}

.header-style-four #header-top {
    left: 280px;
}

.header-style-four #secondary-navigation,
.header-style-four #header-sidebar p {
    display: inline-block;
    z-index: 999;
}

/* Footer */

.header-style-four #site-footer {
    margin-left: 280px;
}

.header-style-four #footer-instagram {
    margin-left: 260px;
}

.header-style-four #site-footer .row-menu {
    margin: 0;
}

/* Margins for Full Width Styling */

.header-style-four .aspen-full-width #footer-widgets {
    padding-left: 320px !important;
}

.single.has-sidebar.header-style-four .blog-content .col-3-4 {
    width: 820px;
}

/* -------------- Header Style 6 - Fullscreen -------------- */

/* Global Sidebar Options, used for all Push Menus */


#header-sidebar-push {
    height: 100%;
    width: 280px;
    position: fixed;
    z-index: 99999;
    padding: 45px 40px 0 40px;
}

.cbp-spmenu-vertical {
    width: 240px;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-left {
    left: -280px;
}

.cbp-spmenu-right {
    right: -280px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.4);
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Push Button */

.nav-button {
    background: none;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 22px;
    float: right;
    margin-top: 5px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.nav-button:hover,
#site-wrapper #site-header .nav-button:hover {
    background: none !important;
}

.close {
    background: none;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 25px;
    position: relative;
}

.header-style-six .nav-button {
    z-index: 99999;
}

.nav-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    opacity: 1;
    left: 0;
}

.nav-button span:nth-child(1),
.close span:nth-child(1) {
    top: 0px;
}

.nav-button span:nth-child(2),
.nav-button span:nth-child(3),
.close span:nth-child(2),
.close span:nth-child(3) {
    top: 6px;
}

.nav-button span:nth-child(4),
.close span:nth-child(4) {
    top: 12px;
}

.nav-button.open span:nth-child(1),
.close span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-button.open span:nth-child(2),
.close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-button.open span:nth-child(3),
.close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-button.open span:nth-child(4),
.close span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Push classes applied to the body */

.sidebar-menu-push {
    overflow-x: hidden;
    left: 0;
}

/* Transitions */

.sidebar-menu,
.sidebar-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Specific Header Style 6 Styles */

.header-style-five #logo {
    float: left;
}

.header-style-five #logo,
.header-style-five #header-bottom-inner {
    height: 120px;
}

.header-style-five #logo img {
    max-height: 80px
}

.header-style-five #header-sidebar {
    border-bottom: none !important;
}

.header-style-five #header-sidebar-push button.customize-partial-edit-shortcut-button {
    position: absolute !important;
    left: 200px;
}



/* Shadow */

.sidebar-menu-push #site-wrapper:before,
.sidebar-menu-push-toleft #site-wrapper:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.sidebar-menu-push-toright #site-wrapper:before,
.sidebar-menu-push-toleft #site-wrapper:before {
    opacity: 1;
    z-index: 9999;
}

/* Positioning Elements */

.header-style-five #header-bottom-inner:before,
.header-style-five #logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.header-style-five #main-navigation,
.header-style-five #header-icons,
.header-style-five #logo h1,
.header-style-five #logo img,
.header-style-five #logo span {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.header-style-five #header-icons {
    position: relative;
    float: right;
    top: 50%;
    margin-top: -12px;
}


/*TEMP*/

.header-style-six .shrink-sticky {
    top: -120px;
}

.header-style-six .shrink {
    -webkit-transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
    left: 0;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    width: 100%;
    position: fixed;
    top: 0;
}

/*END TEMP*/



/* -------------- Header Style 6 - Navigation Full Screen, not Transparent -------------- */

.header-style-six #logo,
.header-style-six #header-bottom-inner {
    height: 80px;
}

.header-style-six #site-header {
    z-index: 99999;
}

.header-style-six.header-align-center #header-bottom {
    text-align: left;
}

.header-style-six #main-navigation li {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 0;
}

.header-style-six #main-navigation .sub-menu li {
    display: block;
}

.header-style-six #main-navigation a {
    font-size: 24px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.header-style-six #main-navigation a span::before {
    border-width: 0 0 3px 0;
}

.header-style-six.header-align-left #header-fullscreen-content,
.header-style-six.header-align-right #header-fullscreen-content {
    padding-left: 40px;
    padding-right: 40px;
}

.header-style-six.fullscreen-menu-open .navigation-elements.shrink {
    background: none;
    box-shadow: none;
}

.header-style-six.header-align-right #header-bottom-inner {
    text-align: left;
}

.header-style-six #header-fullscreen .social-media li {
    margin-left: 0;
}

.header-style-six #header-fullscreen .social-media a {
    display: inline-block;
    width: 35px;
}

.header-transparent.no-banner-background.fullscreen-menu-open #header-bottom,
.header-solid.fullscreen-menu-open #header-bottom {
    border-bottom: none;
}


/* Fullscreen */

#header-fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0px, 0px) scale(0.7, 0.7);
    -moz-transform: translate(0px, 0px) scale(0.7, 0.7);
    -o-transform: translate(0px, 0px) scale(0.7, 0.7);
    -ms-transform: translate(0px, 0px) scale(0.7, 0.7);
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    text-align: center;
}

#header-fullscreen a {
    font-size: 18px !important;
}

#header-fullscreen,
#search-header.open {
    background: rgba(255, 255, 255, 1);
}

#search-header.open #search-header .search-submit:hover {
    background: none !important;
}

#header-fullscreen-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header-fullscreen.cbp-spmenu-open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.header-style-six #logo img {
    max-height: 55px
}

#header-fullscreen-content .social-media {
    font-size: 18px;
}

/* Fullscreen Menu */

#header-fullscreen #main-navigation {
    display: block;
    margin-bottom: 40px;
}

#header-fullscreen #main-navigation ul.menu {
    display: inline-block;
}


/* Positioning Elements */

.header-style-six #header-bottom-inner:before,
.header-style-six #logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.header-style-six #logo h1,
.header-style-six #logo img,
.header-style-six #logo span {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.header-style-six #header-icons {
    position: relative;
    float: right;
    top: 50%;
    margin-top: -12px;
}

.header-style-six.fullscreen-menu-open {
    overflow: hidden;
}

.fullscreen-menu-open #header-cart,
.fullscreen-menu-open #header-search,
.fullscreen-menu-open #logo {
    opacity: 0;
    visibility: hidden;
}

.fullscreen-menu-open #header-bottom {
    box-shadow: none;
}

/* -------------- Header Style 7 - Navigation Above Logo -------------- */


.header-style-seven #header-bottom.shrink-sticky #header-box-bottom {
    display: none;
}

.header-style-seven #header-bottom {
    height: 250px;
}

.header-style-seven #header-bottom.shrink-sticky {
    height: auto;
    border-bottom: none;
}

.header-style-seven #header-box-top {
    background: #151515;
    position: relative;
    padding: 0;
    height: 50px;
    z-index: 2;
    text-align: left;
}

.header-style-seven #header-bottom-inner:before {
    content: "";
    background: #151515;
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
}

.header-style-seven #header-box-bottom {
    text-align: center;
    padding: 45px 0;
}

.header-style-seven #header-bottom-top a {
    color: #fff;
}

.header-style-seven #header-bottom-logo {
    text-align: center;
    padding: 40px 0;
}

.header-style-seven #logo,
.header-style-eight #logo {
    display: inline-block;
    margin-right: 0;
}

.header-style-seven #logo img,
.header-style-eight #logo img {
    height: 110px;
    display: inline-block;
}

/* Positioning Elements */

.header-style-seven #main-navigation,
.header-style-seven #header-icons,
.header-style-seven #logo h1,
.header-style-seven #logo img,
.header-style-eight #logo h1,
.header-style-eight #logo img {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.header-style-seven #header-icons {
    float: right;
    margin-top: 10px;
}

/* -------------- Header Style 8 - Navigation Below Logo, Social Icons above -------------- */

.header-style-eight #header-bottom {
    background: #fff;
    height: 250px;
}

.header-style-eight #logo {
    margin: 0 auto 30px auto;
}

.header-style-eight #site-header nav {
    display: block;
}

.header-style-eight #header-box-top {
    height: 50px;
    padding: 15px 0 0 0;
    position: relative;
}

.header-style-eight #header-box-bottom {
    padding: 0;
    text-align: center;
}

.header-style-eight #header-bottom.shrink-sticky.shrink #header-box-bottom {
    padding-top: 0;
}

.header-style-eight #main-navigation:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #e5e5e5;
    height: 1px;
    left: 0;
}

.header-style-eight #main-navigation,
.header-style-eight #main-navigation ul.menu,
.header-style-eight #main-navigation ul.menu li {
    height: 60px;
}

.header-style-eight #main-navigation li:first-of-type {
    padding-left: 0px;
}

.header-style-eight #main-navigation li {
    padding: 0px 20px;
}

.header-style-eight #header-cart .widget_shopping_cart {
    right: 0;
}

.header-style-eight .shrink-sticky.shrink #header-cart .widget_shopping_cart {
    right: 0;
    top: 33px;
    padding-top: 47px;
}

/* -------------- 3.1 Main Navigation -------------- */

#main-navigation li {
    padding: 0 10px;
}

#main-navigation a {
    height: 100%;
    position: relative;
    display: table;
}

#main-navigation a span {
    display: table-cell;
    vertical-align: middle;
}

.header-style-four #main-navigation a span {
    display: inline-block;
}

#header-cart .widgettitle {
    display: none;
}

/* Navigation Alignment */

.header-align-left #header-bottom,
.header-align-left #header-sidebar {
    text-align: left;
}

.header-align-center #header-bottom,
.header-align-center #header-sidebar {
    text-align: center;
}

.header-align-right #header-bottom,
.header-align-right #header-sidebar {
    text-align: right;
}

/* Navigation Hover */

#main-navigation a span {
    position: relative;
}

#main-navigation a span:before {
    content: '';
    position: absolute;
    border-width: 0 0 2px 0;
    border-style: solid;
    pointer-events: none;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#main-navigation a span:before {
    width: 100%;
    height: 70%;
    top: 0;
}

.header-style-three #main-navigation a span:before,
.header-style-eight #main-navigation a span:before {
    top: 5px;
}


.header-style-four #main-navigation a span:before,
.header-style-five #main-navigation a span:before {
    top: 10px;
}

.header-style-six #main-navigation a span:before {
    top: 13px;
}

#main-navigation a:hover span::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#main-navigation ul li:hover a span::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* Navigation made Sticky */

.navigation-elements.shrink {
    position: fixed;
    width: 100%;
}



/* -------------- Sub Menus -------------- */

/* Sub Menu General Styling */

#main-navigation .sub-menu a,
#main-navigation ul.menu li .sub-menu li {
    height: auto;
}

#main-navigation .sub-menu li {
    display: block;
}

#main-navigation .sub-menu a span,
.header-style-one #main-navigation .sub-menu a span,
.header-style-two #main-navigation .sub-menu a span,
.header-style-three #main-navigation .sub-menu a span,
.header-style-seven #main-navigation .sub-menu a span,
.header-style-eight #main-navigation .sub-menu a span {
    padding: 0;
}

#main-navigation .sub-menu a span:before {
    display: none;
    background: none;
    width: 0;
    height: 0;
}

.header-style-one #main-navigation .sub-menu .sub-menu li,
.header-style-two #main-navigation .sub-menu .sub-menu li,
.header-style-three #main-navigation .sub-menu .sub-menu li,
.header-style-four #main-navigation li,
.header-style-four #main-navigation .sub-menu .sub-menu li,
.header-style-five #main-navigation li,
.header-style-five #main-navigation .sub-menu .sub-menu li,
.header-style-six #main-navigation li,
.header-style-six #main-navigation .sub-menu .sub-menu li,
.header-style-seven #main-navigation li,
.header-style-seven #main-navigation .sub-menu .sub-menu li,
.header-style-eight #main-navigation li,
.header-style-eight #main-navigation .sub-menu .sub-menu li {
    position: relative;
}

/* Arrows when Sub Sub Menu is present */

.header-style-one .sub-menu li.menu-item-has-children>a:after,
.header-style-two .sub-menu li.menu-item-has-children>a:after,
.header-style-three .sub-menu li.menu-item-has-children>a:after,
.header-style-four .sub-menu li.menu-item-has-children>a:after,
.header-style-five .sub-menu li.menu-item-has-children>a:after,
.header-style-seven .sub-menu li.menu-item-has-children>a:after,
.header-style-eight .sub-menu li.menu-item-has-children>a:after {
    font-family: "FontAwesome";
    content: "\f105";
    display: block;
    position: absolute;
    right: 13px;
    top: 4px;
}

.header-style-four .sub-menu li.menu-item-has-children>a:after,
.header-style-five .sub-menu li.menu-item-has-children>a:after {
    top: 8px;
}

/* Sub Menus for Header 1,2,3,8 */

.header-style-three #main-navigation a span,
.header-style-eight #main-navigation a span {
    padding: 16px 0 10px 0;
}

/* Different Padding for Header Style 7 */

.header-style-one #main-navigation li.menu-item-has-children,
.header-style-two #main-navigation li.menu-item-has-children,
.header-style-three #main-navigation li.menu-item-has-children,
.header-style-seven #main-navigation li.menu-item-has-children {
    position: relative;
}

.header-style-one #main-navigation .sub-menu,
.header-style-two #main-navigation .sub-menu,
.header-style-three #main-navigation .sub-menu,
.header-style-seven #main-navigation .sub-menu,
.header-style-eight #main-navigation .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    min-width: 200px;
    width: auto;
    margin-top: 0;
    padding: 16px 0;
    white-space: nowrap;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in;
    border-top: 3px solid;
    text-align: left;
}

.header-style-one #main-navigation li:hover>ul,
.header-style-one #main-navigation li:hover>.sub-menu,
.header-style-two #main-navigation li:hover>ul,
.header-style-two #main-navigation li:hover>.sub-menu,
.header-style-three #main-navigation li:hover>ul,
.header-style-three #main-navigation li:hover>.sub-menu,
.header-style-four #main-navigation li:hover>ul,
.header-style-five #main-navigation li:hover>.sub-menu,
.header-style-six #main-navigation li:hover>ul,
.header-style-seven #main-navigation li:hover>.sub-menu,
.header-style-eight #main-navigation li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
}


.header-style-one #main-navigation .sub-menu li,
.header-style-two #main-navigation .sub-menu li,
.header-style-three #main-navigation .sub-menu li,
.header-style-seven #main-navigation .sub-menu li,
.header-style-eight #main-navigation .sub-menu li {
    position: relative;
    padding: 0;
    margin: 0;
}

.header-style-one #main-navigation .sub-menu a,
.header-style-two #main-navigation .sub-menu a,
.header-style-three #main-navigation .sub-menu a,
.header-style-seven #main-navigation .sub-menu a,
.header-style-eight #main-navigation .sub-menu a {
    display: block;
    padding: 5px 30px 5px 20px;
}

.header-style-seven #main-navigation .sub-menu {
    background: #151515;
}

.header-style-seven #main-navigation a,
.header-style-seven #main-navigation .sub-menu a,
.header-style-seven #header-box-top #header-search a,
.header-style-seven #header-box-top .social-media a,
.header-style-seven #main-navigation a,
.header-style-seven.banner-type-slider #site-header #header-bottom.shrink-sticky a {
    color: #fff !important;
}


.header-style-one #main-navigation .sub-menu .sub-menu,
.header-style-two #main-navigation .sub-menu .sub-menu,
.header-style-three #main-navigation .sub-menu .sub-menu,
.header-style-seven #main-navigation .sub-menu .sub-menu,
.header-style-eight #main-navigation .sub-menu .sub-menu {
    top: 0;
    margin-top: -19px;
}

.header-style-one #main-navigation .sub-menu li .sub-menu,
.header-style-two #main-navigation .sub-menu li .sub-menu,
.header-style-three #main-navigation .sub-menu li .sub-menu,
.header-style-four #main-navigation .sub-menu,
.header-style-seven #main-navigation .sub-menu li .sub-menu,
.header-style-eight #main-navigation .sub-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
}

.header-style-one #main-navigation,
.header-style-one #main-navigation ul.menu,
.header-style-one #main-navigation ul.menu li {
    height: 72px;
}

.header-style-two #main-navigation,
.header-style-two #main-navigation ul.menu,
.header-style-two #main-navigation ul.menu li {
    height: 80px;
}

.header-style-seven #main-navigation,
.header-style-seven #main-navigation ul.menu,
.header-style-seven #main-navigation ul.menu li {
    height: 50px;
}

.header-style-three #main-navigation,
.header-style-three #main-navigation ul.menu,
.header-style-three #main-navigation ul.menu li {
    height: 60px;
}


/* Sub Menu for Header 4, 6 */

.header-style-four #main-navigation li {
    margin: 0 -30px;
}

.header-style-four #main-navigation a,
.header-style-five #main-navigation a {
    display: block;
    width: 100%;
}

.header-style-four #main-navigation .sub-menu a span,
.header-style-five #main-navigation .sub-menu a span {
    display: inline-block;
    padding: 0 15px;
}

.header-style-four #main-navigation .sub-menu,
.header-style-five #main-navigation .sub-menu {
    padding: 16px 0;
    top: -16px;
    right: 0;
    background: #fff;
    position: absolute;
    left: 100%;
    width: 260px;
    transition: all .2s ease-in;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
}

.header-style-four #main-navigation .sub-menu:before,
.header-style-five #main-navigation .sub-menu:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 15px;
    -webkit-box-shadow: inset 10px 0px 15px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 10px 0px 15px -15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 10px 0px 15px -15px rgba(0, 0, 0, 0.2);
}

.header-style-four #main-navigation .sub-menu li,
.header-style-five #main-navigation .sub-menu li {
    margin: 0;
}

.header-style-four #main-navigation .sub-menu a,
.header-style-five #main-navigation .sub-menu a {
    padding: 3px 10px;
}



/* Sub Menus for Header 6 */

.header-style-six #main-navigation li.menu-item-has-children {
    position: relative;
}

.header-style-six #main-navigation .sub-menu {
    background: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: -16px;
    width: auto;
    margin-top: 0;
    padding: 16px 0;
    white-space: nowrap;
    transition: all .2s ease-in;
    text-align: left;
}

#fullscreen-left {
    width: 33.3%;
    float: left;
    padding: 50px;
}

#fullscreen-right {
    width: 50%;
    float: left;
    padding: 50px;
}

/* Navigation Mobile */

#show-mobile {
    z-index: 180000;
    position: absolute;
    top: 30px;
    right: 20px;
    display: none;
}


.logged-in.admin-bar #show-mobile {
    top: 60px;
}

@media screen and (max-width: 782px) {
    .logged-in.admin-bar #show-mobile {
        top: 74px;
    }
}

.logged-in.admin-bar .shrink {
    top: 32px;
}

.logged-in.customize-partial-edit-shortcuts-shown .shrink {
    top: 0;
}

#mobile-navigation-container {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    padding-top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 170000;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.4);
}

#mobile-navigation-container.hidden {
    left: -280px;
    visibility: hidden;
    opacity: 0;
}

#mobile-navigation-container li {
    border-top: none;
}

#mobile-navigation-container li a {
    text-transform: uppercase;
    padding: 10px 20px;
}

#mobile-navigation-container nav li a {
    font-size: 13px;
}

#mobile-navigation-container li.menu-item-has-children>a:after {
    display: none;
}

#mobile-navigation-container .social-media {
    margin-top: 20px;
    margin-left: 10px;
}

#mobile-navigation-container .social-media li {
    border: none;
    float: left;
}

#mobile-navigation-container .social-media li a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

#mobile-navigation-container .search-form {
    margin-top: 20px;
}

#mobile-navigation-container input[type=search] {
    margin-left: 20px;
    padding-left: 0 !important;
    width: 240px;
    font-style: italic;
}

#mobile-navigation-container form input[type="submit"] {
    color: transparent;
    background: transparent;
}

#mobile-navigation-container form input[type="submit"],
#mobile-navigation-container form:after {
    background: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    right: 20px;
    top: 0;
    text-align: center;
    cursor: pointer;
    border: none;
}

#mobile-navigation-container form:after {
    background: #fff;
    content: "\f002";
    font-family: "fontawesome" !important;
    font-size: 15px;
    color: #28262b;
    -webkit-transition: color .15s ease-in-out .2s;
    -moz-transition: color .15s ease-in-out .2s;
    transition: color .15s ease-in-out .2s;
}

#mobile-navigation-container input[type=search]:focus {
    background: none;
}


/* -------------- 3.2 Search -------------- */

/* Header Search */

#header-search {
    display: inline-block;
}

#search-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0px, 0px) scale(0.7, 0.7);
    -moz-transform: translate(0px, 0px) scale(0.7, 0.7);
    -o-transform: translate(0px, 0px) scale(0.7, 0.7);
    -ms-transform: translate(0px, 0px) scale(0.7, 0.7);
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#search-header input[type="search"] {
    font-size: 44px !important;
    color: #000;
    font-weight: 300;
    text-align: left;
    border: 0px;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
    padding-left: 0 !important;
    padding-right: 40px !important;
}

#search-header .search-submit {
    z-index: 10;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
    margin-left: -60px;
}

.search-icon:before {
    font-family: "fontAwesome";
    content: "\f002";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 22px;
    padding-top: 20px;
    color: #acacac;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #acacac;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#search-header .close i {
    display: none;
}

#search-header button.close {
    border: 2px solid #e1e1e1;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header .close:after {
    font-family: "fontAwesome";
    content: "\f00d";
    display: inline-block;
    font-size: 16px;
    color: #acacac;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #e1e1e1;
}

#search-header input[type="search"],
#search-header .search-submit,
.search-icon {
    color: #000 !important;
}

.header-style-five.sidebar-menu-push-toright #search-header {
    padding-left: 120px;
}

#search-header input[type="submit"]:hover {
    background: none !important;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Blog */
/*------------------------------------------------------------------------------------------*/




/* Blog Post Type Link */

.blog-post-link {
    position: relative;
}

.blog-post-link a {
    background: #000;
    color: #fff;
    display: block;
}

.link-inner {
    position: absolute;
    top: 46%;
    width: 100%;
    text-align: center;
}

.blog-post-link .link {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    width: 100%;
    height: 100%;
}

.single-post .blog-post-link .link {
    background: rgba(0, 0, 0, 0.6);
}

.blog-post-link a .link p {
    color: #fff;
    margin: 0;
    padding: 0 8%;
}

.blog-post-link .link p:after {
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    margin: 10px auto 7px auto;
}

.blog-post-link .link-url {
    font-size: 13px;
    font-style: italic;
    opacity: 0.8;
}

.blog-post-link a:hover .link {
    opacity: 1;
}

.blog-post-link img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-post-link .link:before {
    font-family: "FontAwesome";
    content: "\f0c1";
    font-size: 22px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
}

/* Blog Header for Archive and Single */


/* Blog Alignment */

.blog-align-left #blog-posts-overview {
    text-align: left;
}

.blog-align-center #blog-posts-overview {
    text-align: center;
}

.blog-align-right #blog-posts-overview {
    text-align: right;
}

/* Blog Text Alignment Sidebar - Always Left */

.blog-align-left #blog-posts-overview #sidebar,
.blog-align-center #blog-posts-overview #sidebar,
.blog-align-right #blog-posts-overview #sidebar {
    text-align: left;
}

/* Blog Sidebar Alignment */

/*Sidebar Left */

.sidebar-position-left .col-3-4 {
    float: right;
}

.sidebar-position-left #sidebar {
    float: left;
}

/* Breadcrumb*/

#breadcrumb {
    margin-top: 10px;
}

#breadcrumb ul {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#breadcrumb li {
    display: inline-block;
    padding: 0 3px;
}

#breadcrumb li a:after {
    content: "/";
    display: inline-block;
    padding-left: 8px;
}

#breadcrumb li:last-of-type a:after {
    display: none;
}

.blog-header-content #breadcrumb {
    width: 100%;
}

.has-banner-background #breadcrumb,
.has-banner-background #breadcrumb a {
    color: #fff !important;
}

/* -------------- 4.1 Blog Layouts -------------- */

.blog-style-standard .col-3-4,
.blog-style-grid .col-3-4,
.blog-style-masonry .col-3-4,
.blog-style-journal .col-3-4,
.blog-style-split .col-3-4,
.blog-style-timeline .col-3-4,
.blog-style-minimal .col-3-4 {
    margin-top: 40px;
}

.blog-style-standard.no-sidebar .col-3-4,
.blog-style-grid.no-sidebar .col-3-4,
.blog-style-masonry.no-sidebar .col-3-4,
.blog-style-journal.no-sidebar .col-3-4,
.blog-style-split.no-sidebar .col-3-4,
.blog-style-timeline.no-sidebar .col-3-4,
.blog-style-minimal.no-sidebar .col-3-4 {
    width: 100%;
}

.blog-style-standard .blog-post-summary h2,
.blog-style-standard .blog-post-summary .blog-post-meta {
    text-align: center;
}

/* Read More */

a.more-link,
a.blog-read-more {
    display: inline-block;
    color: #3e3e3e;
    line-height: normal;
}

.blog-style-standard .blog-post-summary a.more-link,
.blog-style-journal .blog-post-summary a.more-link,
.blog-style-minimal .blog-post-summary a.more-link,
.blog-style-grid .blog-post-summary a.more-link,
.blog-style-masonry .blog-post-summary a.more-link {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 20px;
    letter-spacing: 0.13em;
}

.blog-style-journal .blog-post-summary a.more-link {
    margin-bottom: 20px;
}

.blog-style-minimal .blog-post-summary a.more-link {
    margin-top: 10px;
}

.blog-style-grid .blog-post-summary a.more-link,
.blog-style-masonry .blog-post-summary a.more-link,
.search-results a.more-link {
    margin-bottom: 10px;
}

.blog-style-split .blog-post-summary a.more-link {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 0.13em;
}

a.more-link span {
    position: relative;
}

a.more-link span:before {
    content: '';
    position: absolute;
    border-width: 0 0 1px 0;
    border-style: solid;
    pointer-events: none;
    -webkit-transform: scale3d(0.2, 1, 1);
    transform: scale3d(0.2, 1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.blog-style-split a.more-link span:before,
.blog-style-minimal a.more-link span:before {
    content: '';
    position: absolute;
    border-width: 0 0 1px 0;
    border-style: solid;
    pointer-events: none;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.3, 1);
}


a.more-link span:before {
    width: 100%;
    height: 135%;
    top: 0;
}

a.more-link:hover span:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* Social Icons on Standard Blog Post */

.blog-style-standard .social-icons {
    text-align: center;
}

.blog-post-summary .social-icons a {
    color: #c6c6c6;
}

/* Pagination */

#pagination-category,
.woocommerce-pagination {
    text-align: center;
    margin-bottom: 65px;
    clear: both;
    line-height: 32px;
    font-size: 13px;
}

.page-links {
    margin: 45px 0 0 0;
    clear: both;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 13px;
    color: #999999;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.page-template .page-links {
    border-bottom: 0;
    margin-bottom: -40px;
}

.entry-footer {
    clear: both;
}

.page-links span a,
.page-links span.current {
    background: #fff;
    display: inline-block;
    padding: 3px 12px;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    line-height: 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.page-links span.current {
    border-color: #e1e1e1;
    background: #fff;
}

.edit-link a {
    border-radius: 3px;
    display: inline-block;
    margin: 10px 0 0 0;
    border: 1px solid #e1e1e1;
    padding: 5px 12px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.edit-link a:hover,
.page-links span a:hover,
#pagination-category a:hover,
.woocommerce-pagination a:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-position-right #pagination-category {
    padding-right: 340px;
}

.sidebar-position-left #pagination-category {
    padding-left: 340px;
}


#pagination-category li,
.woocommerce-pagination li {
    display: inline-block;
}


#pagination-category span.current,
.woocommerce-pagination span.current,
#pagination-category span a,
.woocommerce-pagination a,
#pagination-category a,
.woocommerce-pagination a {
    background: #fff;
    display: inline-block;
    padding: 3px 0;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    line-height: 28px;
    margin: 0 1px;
}

#pagination-category a.next.page-numbers,
.woocommerce-pagination a.next.page-numbers {
    border: none;
    width: auto;
    margin-left: 5px;
}

#pagination-category a.prev.page-numbers,
.woocommerce-pagination a.prev.page-numbers {
    border: none;
    width: auto;
    margin-right: 5px;
}

#pagination-category a.next.page-numbers:hover,
.woocommerce-pagination a.next.page-numbers:hover,
#pagination-category a.prev.page-numbers:hover,
.woocommerce-pagination a.prev.page-numbers:hover {
    box-shadow: none;
}

/* Pagination used on Projects */

#pagination-category.project-pagination {
    padding-top: 45px;
}

#pagination-category.project-pagination li:first-child {
    float: left;
}

#pagination-category.project-pagination li:last-child {
    float: right;
}

#pagination-category.project-pagination i {
    font-size: 27px;
}


/* Search Results */

/* Grid / Masonry */

.search-results .blog-post-summary,
.search-results .products .product {
    padding: 20px 0 !important;
    width: 100% !important;
}


/* -------------- Post Types -----------------*/

/* Password protected */

.post-password-form {
    padding: 35px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.post-password-form input {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 46px;
    padding-right: 25% !important;
}

.post-password-form input[type="submit"] {
    text-align: center;
    cursor: pointer;
    border: none;
    color: #fff;
    width: 25%;
    margin-top: -46px;
    position: relative;
    padding: 0 !important;
    float: right;
    background: #282828;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all .15s ease-in-out 0s;
    text-transform: uppercase;
    font-size: 13px !important;
}

.post-password-form p label {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
}

/* Gallery */

.gallery {
    overflow: hidden;
}

.gallery a img {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -moz-transition: -moz-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -o-transition: -o-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -ms-transition: -ms-transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-backface-visibility: hidden;
    margin: 0;
}

.gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -moz-backface-visibility: hidden;
}

.gallery figure {
    margin: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.gallery figure .gallery-icon {
    overflow: hidden;
}

.gallery-columns-1 figure {
    width: 100%;
}

.gallery-columns-2 figure {
    width: 50%;
}

.gallery-columns-3 figure {
    width: 33%;
}

.gallery-columns-4 figure {
    width: 25%;
}

.gallery-columns-5 figure {
    width: 20%;
}

.gallery-columns-6 figure {
    width: 16.6%;
}


/* Gallery in Content */

.blog-post-content .gallery {
    margin: 25px 0;
}

/* Gallery Lightbox */

.slbOverlay,
.slbWrapOuter,
.slbWrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slbOverlay {
    overflow: hidden;
    z-index: 10000;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-animation: slbOverlay 0.5s;
    -moz-animation: slbOverlay 0.5s;
    animation: slbOverlay 0.5s;
}

.slbWrapOuter {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10010;
}

.slbWrap {
    position: absolute;
    text-align: center;
}

.slbWrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slbContentOuter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2020;
    text-align: left;
    max-width: 100%;
}

.slbContentEl .slbContentOuter {
    padding: 5em 1em;
}

.slbContent {
    position: relative;
}

.slbContentEl .slbContent {
    -webkit-animation: slbEnter 0.3s;
    -moz-animation: slbEnter 0.3s;
    animation: slbEnter 0.3s;
    background-color: #fff;
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
    -webkit-animation: slbEnter 0.3s;
    -moz-animation: slbEnter 0.3s;
    animation: slbEnter 0.3s;
    position: relative;
}

.slbImageWrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
    bottom: 5em;
    display: block;
    z-index: -1;
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
    background-color: #FFF;
}

.slbImage {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 5em 0;
    margin: 0 auto;
}

.slbCaption {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 1.4em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.71429em 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.slbCloseBtn,
.slbArrow {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
}

.slbCloseBtn::-moz-focus-inner,
.slbArrow::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.slbCloseBtn:hover,
.slbArrow:hover {
    opacity: 0.5;
}

.slbCloseBtn:active,
.slbArrow:active {
    opacity: 0.8;
}

.slbCloseBtn {
    -webkit-animation: slbEnter 0.3s;
    -moz-animation: slbEnter 0.3s;
    animation: slbEnter 0.3s;
    font-size: 3em;
    width: 1.66667em;
    height: 1.66667em;
    line-height: 1.66667em;
    position: absolute;
    right: -0.33333em;
    top: 13px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.slbLoading .slbCloseBtn {
    display: none;
}

.slbLoadingText {
    font-size: 1.4em;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
}

.slbLoading .slbArrows {
    display: none;
}

.slbArrow {
    position: absolute;
    top: 50%;
    margin-top: -5em;
    width: 5em;
    height: 10em;
    opacity: 0.7;
    text-indent: -999em;
    overflow: hidden;
    width: 27px;
    height: 44px;
}

.slbArrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.8em 0 0 -0.8em;
    border: 0.8em solid transparent;
}

.prev.slbArrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 15px !important;
    right: auto;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.next.slbArrow {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    right: 15px;
    left: auto;
    background-size: 25px 25px;
}

.slbArrow.prev {
    left: 0;
}

.slbIframeCont {
    width: 80em;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 5em 0;
}

.slbIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
    background: #000;
}

@-webkit-keyframes slbOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@-moz-keyframes slbOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes slbOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.8;
    }
}

@-webkit-keyframes slbEnter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slbEnter {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, -1em, 0);
    }

    to {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
    }
}

@keyframes slbEnter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0);
        -moz-transform: translate3d(0, -1em, 0);
        -ms-transform: translate3d(0, -1em, 0);
        -o-transform: translate3d(0, -1em, 0);
        transform: translate3d(0, -1em, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* Blog Image Hover Effect */

.blog-style-standard .blog-post-image a img,
.blog-style-standard .blog-post-link a img,
#similar-posts .blog-post-image,
.aspen-recent-posts img,
.aspen-recent-comments li img,
.blog-style-split .blog-post-image a img,
.blog-style-split .blog-post-link a img,
.blog-style-grid .blog-post-image img,
.blog-style-masonry .blog-post-image img,
.blog-style-grid .blog-post-link img,
.blog-style-masonry .blog-post-link img,
.aspen-recent-posts li img,
.aspen-recent-comments li img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img,
.products .product img {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-style-standard .blog-post-image a:hover img,
.blog-style-standard .blog-post-link a:hover img,
#similar-posts .blog-post-image:hover,
.blog-style-split .blog-post-image a:hover img,
.blog-style-split .blog-post-link a:hover img,
.blog-style-grid .blog-post-image a:hover img,
.blog-style-masonry .blog-post-image a:hover img,
.blog-style-grid .blog-post-link a:hover img,
.blog-style-masonry .blog-post-link a:hover img,
.aspen-recent-posts li a:hover img,
.aspen-recent-comments li a:hover img,
.woocommerce ul.cart_list li a:hover img,
.woocommerce ul.product_list_widget li a:hover img,
.woocommerce-page ul.cart_list li a:hover img,
.woocommerce-page ul.product_list_widget li a:hover img,
.products .product a:hover img {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

.aspen-recent-posts img:hover,
.aspen-recent-comments li img:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.blog-style-standard .blog-post-image,
.blog-style-timeline .blog-post-image,
.blog-style-split .blog-post-image,
.blog-style-split .post-format-content.col-3,
.blog-style-split #blog-posts-overview {
    overflow: visible;
}


/* -------------- 4.1.1 Standard -------------- */

.blog-style-standard .blog-post-meta,
.search-results .blog-post-meta {
    text-transform: none;
    margin-bottom: 35px;
}

.blog-style-standard .blog-post-meta.blog-post-meta-category,
.search-results .blog-post-meta.blog-post-meta-category {
    margin-bottom: 10px;
}

.blog-style-standard .blog-post-summary,
.search-results .blog-post-summary {
    margin: 0 auto 55px auto;
    padding-bottom: 55px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-style-standard #blog-posts-overview article.blog-post-summary:last-of-type,
.search-results #blog-posts-overview article.blog-post-summary:last-of-type {
    margin-bottom: 0;
}

.blog-style-split article.blog-post-summary:first-of-type .post-format-content,
.blog-style-split article.blog-post-summary:first-of-type .blog-post-summary-content {
    padding-top: 0;
}


.blog-style-standard article.blog-post-summary:last-of-type,
.blog-style-split article.blog-post-summary:last-of-type {
    border-bottom: none;
}

.blog-style-standard.no-sidebar .blog-post-summary,
.blog-style-journal.no-sidebar .blog-post-summary {
    max-width: 80%;
}

.blog-style-journal.no-sidebar .blog-post-summary {
    margin-left: auto;
    margin-right: auto;
}

.blog-style-standard .blog-post-image,
.blog-style-standard .blog-post-link {
    margin: 0 0 35px;
}

.blog-style-standard .blog-post-summary h2 {
    padding-bottom: 10px;
}

.blog-style-standard a.more-link {
    margin-top: 10px;
}

.blog-style-standard .blog-post-bottom {
    text-align: center;
}

.blog-style-standard .post_format-post-format-link .blog-post-image p,
.blog-style-standard .post_format-post-format-quote .blog-post-image blockquote p {
    margin: 0 auto;
    display: block;
}

.blog-style-standard .post_format-post-format-quote blockquote,
.blog-style-grid .post_format-post-format-quote blockquote,
.blog-style-masonry .post_format-post-format-quote blockquote {
    position: relative;
    margin-bottom: 25px;
}

.blog-style-split .post_format-post-format-quote blockquote {
    margin-top: 20px;
    position: relative;
}

.blog-style-standard .post_format-post-format-quote blockquote p:before,
.blog-style-grid .post_format-post-format-quote blockquote p:before,
.blog-style-masonry .post_format-post-format-quote blockquote p:before,
.blog-style-split .post_format-post-format-quote blockquote p:before {
    font-family: FontAwesome;
    content: "\f10d";
    font-size: 62px;
    color: #ccc;
    display: block;
    position: absolute;
    left: 0;
    margin: 0 25px 0 0;
    opacity: 0.2;
    font-style: normal;
}

.blog-style-grid .post_format-post-format-quote blockquote p:before,
.blog-style-masonry .post_format-post-format-quote blockquote p:before,
.blog-style-split .post_format-post-format-quote blockquote p:before {
    font-size: 42px;
}

.blog-style-grid #blog-posts-overview blockquote p,
.blog-style-masonry #blog-posts-overview blockquote p {
    padding-top: 15px;
}

.blog-style-standard .post_format-post-format-quote blockquote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.blog-style-standard .post_format-post-format-quote blockquote p {
    margin-top: 0;
    padding-left: 30px;
}

.blog-style-standard .post_format-post-format-quote blockquote footer:before {
    padding-left: 30px;
    content: "―";
    padding-right: 5px;
}

.embed-video,
.embed-video p {
    margin: 0;
    padding: 0;
}

.single-format-video .embed-video {
    margin-bottom: 15px;
}

.single.single-format-video .embed-video {
    margin-bottom: 0;
}

.blog-style-standard .blog-post-video {
    margin-bottom: 20px;
}

/* -------------- 4.1.2 Grid and Masonry -------------- */

.post-grid {
    margin-left: 0;
    margin-right: 0;
}

.blog-style-grid .blog-post-summary {
    float: left;
}

.blog-style-grid .blog-post-image,
.blog-style-masonry .blog-post-image {
    overflow: visible;
}

.blog-style-grid .blog-post-bottom,
.blog-style-masonry .blog-post-bottom {
    text-align: center;
}

.blog-style-grid .blog-post-summary .swiper-container,
.blog-style-masonry .blog-post-summary .swiper-container,
.blog-style-grid .blog-post-summary .blog-post-link,
.blog-style-masonry .blog-post-summary .blog-post-link {
    margin-bottom: 15px;
}


/* Masonry and Grid Video */

.blog-style-grid .format-video .embed-video,
.blog-style-masonry .format-video .embed-video {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 0 15px 0;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.blog-style-grid .format-video iframe,
.blog-style-masonry .format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.featured-post {
    padding-bottom: 40px;
}

.featured-post article {
    width: 100%;
}

/* Columns */


.post-columns-2 .blog-post-summary,
.woocommerce-columns-2 .products .product {
    width: 50%;
}

.post-columns-3 .blog-post-summary,
.woocommerce-columns-3 .products .product {
    width: 33.33%;
}

.post-columns-4 .blog-post-summary,
.woocommerce-columns-4 .products .product {
    width: 25%;
}

.post-columns-5 .blog-post-summary,
.woocommerce-columns-5 .products .product {
    width: 20%;
}

.blog-style-grid .post-columns-2 .blog-post-summary:nth-of-type(2n+1),
.woocommerce-columns-2 .products .product:nth-of-type(2n+1),
.blog-style-grid .post-columns-3 .blog-post-summary:nth-of-type(3n+1),
.woocommerce-columns-3 .products .product:nth-of-type(3n+1),
.blog-style-grid .post-columns-4 .blog-post-summary:nth-of-type(4n+1),
.woocommerce-columns-4 .products .product:nth-of-type(4n+1),
.blog-style-grid .post-columns-5 .blog-post-summary:nth-of-type(5n+1),
.woocommerce-columns-5 .products .product:nth-of-type(5n+1) {
    clear: both;
}


/* Masonry Layout */

.blog-style-masonry .blog-post-items {
    position: relative;
}

.blog-style-masonry .post-grid.post-columns-2 {
    position: relative;
    /*padding-bottom:160px;*/
}

.blog-style-masonry .post-grid.post-columns-2:after,
.sticky-wrapper:after {
    content: " ";
    clear: both;
    display: block;
}


.blog-style-masonry .post-columns-2 .blog-post-summary,
.blog-style-masonry .post-columns-3 .blog-post-summary,
.blog-style-masonry .post-columns-4 .blog-post-summary,
.blog-style-masonry .post-columns-5 .blog-post-summary {
    width: 100% !important;
}

/* These are the classes that are going to be applied: */

.column {
    float: left;
}

.blog-style-masonry .post-grid.post-columns-2[data-columns]::before {
    content: '2 .column.size-1of2';
}

.size-1of2 {
    width: 50%;
}

.blog-style-masonry .post-grid.post-columns-3[data-columns]::before {
    content: '3 .column.size-1of3';
}

.size-1of3 {
    width: 33.333%;
}

.blog-style-masonry .post-grid.post-columns-4[data-columns]::before {
    content: '4 .column.size-1of4';
}

.size-1of4 {
    width: 25%;
}

.blog-style-masonry .post-grid.post-columns-5[data-columns]::before {
    content: '5 .column.size-1of5';
}

.size-1of5 {
    width: 20%;
}

.related.products .products {
    margin: 0 !important;
}


/* Item Padding */

.item-padding-5 .blog-post-summary,
.woocommerce-padding-5 .products .product {
    padding: 5px;
}

.col-3-4 .item-padding-5,
.woocommerce-padding-5 .products {
    margin: -5px;
}

.item-padding-10 .blog-post-summary,
.woocommerce-padding-10 .products .product {
    padding: 10px;
}

.col-3-4 .item-padding-10,
.woocommerce-padding-10 .products {
    margin: -10px;
}

.item-padding-15 .blog-post-summary,
.woocommerce-padding-15 .products .product {
    padding: 15px;
}

.col-3-4 .item-padding-15,
.woocommerce-padding-15 .products {
    margin: -15px;
}

.item-padding-20 .blog-post-summary,
.woocommerce-padding-20 .products .product {
    padding: 20px;
}

.col-3-4 .item-padding-20,
.woocommerce-padding-20 .products {
    margin: -20px;
}

.item-padding-25 .blog-post-summary,
.woocommerce-padding-25 .products .product {
    padding: 25px;
}

.col-3-4 .item-padding-25,
.woocommerce-padding-25 .products {
    margin: -25px;
}

.blog-style-grid #blog-posts-overview .blog-post-summary h3,
.blog-style-masonry #blog-posts-overview .blog-post-summary h3 {
    padding-bottom: 10px;
}

.blog-style-grid #blog-posts-overview .blog-post-summary p,
.blog-style-masonry #blog-posts-overview .blog-post-summary p {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Grid & Masonry Quote/Link */

.blog-style-grid .post_format-post-format-link p,
.blog-style-masonry .post_format-post-format-link p {
    display: block;
}

.blog-style-grid .post_format-post-format-link .blog-post-image a,
.blog-style-masonry .post_format-post-format-link .blog-post-image a {
    background: rgba(0, 0, 0, 0.6);
    padding: 55px 25px;
    display: block;
}

.blog-style-grid .post_format-post-format-link.no-post-thumbnail .blog-post-image a,
.blog-style-masonry .post_format-post-format-link.no-post-thumbnail .blog-post-image a {
    background: rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid #e1e1e1;
}

.blog-style-grid .post_format-post-format-link .blog-post-image p,
.blog-style-masonry .post_format-post-format-link .blog-post-image p,
.blog-style-grid .post_format-post-format-quote .blog-post-image blockquote p,
.blog-style-masonry .post_format-post-format-quote .blog-post-image blockquote p {
    margin-bottom: 0 !important;
}

.blog-style-grid .post_format-post-format-link .blog-post-image,
.blog-style-masonry .post_format-post-format-link .blog-post-image {
    background-size: cover;
}

.blog-style-grid .post_format-post-format-link.has-post-thumbnail .blog-post-image p,
.blog-style-masonry .post_format-post-format-link.has-post-thumbnail .blog-post-image p {
    color: #fff;
}


.blog-style-grid .post_format-post-format-quote blockquote footer:before,
.blog-style-masonry .post_format-post-format-quote blockquote footer:before,
.blog-style-journal .post_format-post-format-quote .blog-post-image blockquote footer:before,
.blog-style-split .post_format-post-format-quote blockquote footer:before,
.blog-style-timeline .post_format-post-format-quote .blog-post-image blockquote footer:before,
.blog-style-standard .post_format-post-format-quote .blog-post-image blockquote footer:before,
.single-format-quote .blog-header-content footer:before {
    content: "―";
    display: inline-block;
    padding-right: 5px;
}


/* -------------- 4.1.4 Journal -------------- */

.blog-style-journal .blog-post-summary {
    margin-bottom: 75px;
    position: relative;
}

.blog-style-journal article.blog-post-summary.no-post-thumbnail:first-of-type {
    margin-top: 50px;
}

.blog-post-summary-journal h2,
.blog-post-summary-journal .blog-post-meta,
.blog-post-summary-journal .blog-post-bottom {
    text-align: center;
}

.single-post .blog-post-meta {
    font-size: 13px;
    margin: 0 0 45px 0;
}

.single-post.no-post-thumbnail .blog-post-meta {
    margin-bottom: 15px;
}

.single-post .blog-header-content .blog-post-meta {
    letter-spacing: 0.07em;
}

.blog-post-summary-journal {
    background: #fff;
    padding: 45px;
    width: 85%;
    margin: -60px auto 0 auto;
    position: relative;
}

.blog-post-summary-journal:after,
.blog-post-summary-journal:before {
    content: "";
    position: absolute;
    top: 15px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39, 44, 49, .15);
    filter: blur(5px);
}

.blog-post-summary-journal:before {
    left: -5px;
    transform: rotate(-5deg);
}

.blog-post-summary-journal:after {
    right: -5px;
    transform: rotate(5deg);
}

.blog-style-journal .blog-post-summary.no-post-thumbnail .blog-post-summary-content {
    margin-top: 0;
}

.blog-style-journal .blog-post-summary.no-post-thumbnail .blog-post-image a {
    background: rgba(0, 0, 0, 0.0);
}

.blog-style-journal #blog-posts-overview h2 {
    margin-bottom: 10px;
}

.blog-style-journal .blog-post-summary-content h3 {
    padding-bottom: 20px;
}

.blog-style-journal .blog-post-author-image {
    display: inline-block;
    padding-right: 5px;
}

.blog-style-journal span.blog-post-author-image:after {
    padding: 0;
    content: " ";
}

.blog-style-journal .blog-post-author-image img {
    border: 5px solid #fff;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 200em;
}

.blog-style-journal .blog-post-image img {
    position: relative;
}

.blog-style-journal .blog-post-meta h3 {
    padding-bottom: 5px;
}

a.more-link {
    display: inline-block;
    margin-top: 15px;
}

.blog-style-journal .post_format-post-format-link .blog-post-image a,
.blog-style-journal .post_format-post-format-quote .blog-post-image a {
    background: rgba(0, 0, 0, 0.6);
    padding: 135px 25px 205px 25px;
    display: block;
}

.blog-style-journal .post_format-post-format-link.has-post-thumbnail .blog-post-image p,
.blog-style-journal .post_format-post-format-quote.has-post-thumbnail .blog-post-image blockquote p {
    color: #fff;
    max-width: 70%;
    margin: 0 auto;
}

.blog-style-journal .post_format-post-format-quote .blog-post-image blockquote footer {
    max-width: 70%;
    margin: 10px auto 0 auto;
}

.blog-style-journal .post_format-post-format-quote .blog-post-image,
.blog-style-journal .post_format-post-format-link .blog-post-image {
    background-size: cover;
}

.blog-style-journal .post_format-post-format-video .blog-post-summary-content {
    margin-top: -90px !important;
}

/* -------------- 4.1.5 Split -------------- */

.blog-style-split .blog-post-summary {
    overflow: visible;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-style-split .blog-post-summary:after {
    content: "";
    display: table;
    clear: both;
}

.blog-style-split .blog-post-summary .col-3 {
    padding-left: 0;
    width: 45%;
    float: left;
}

.blog-style-split .blog-post-summary .col-2-3 {
    padding-right: 0;
    width: 55%;
    float: right;
}

.blog-style-split .blog-post-image.col-2,
.blog-style-split .post-format-content.col-2,
.blog-style-split .blog-post-video.col-2 {
    padding-left: 0;
}

.blog-style-split .blog-post-summary h2 {
    padding-bottom: 10px;
}



.blog-style-split .post_format-post-format-link .blog-post-image a {
    background: rgba(0, 0, 0, 0.6);
    padding: 115px 25px 115px 25px;
    display: block;
}

.blog-style-split .post_format-post-format-link .blog-post-image p {
    color: #fff;
    max-width: 70%;
    margin: 0 auto;
}

.blog-style-split .post_format-post-format-quote .blog-post-image blockquote footer {
    max-width: 70%;
    margin: 10px auto 0 auto;
}

.blog-style-split .post_format-post-format-link .blog-post-image {
    background-size: cover;
}

.blog-style-split .blog-post-summary .social-icons {
    margin-top: 10px;
    display: inline-block;
}

.blog-style-split .blog-post-summary .social-icons:before {
    content: "";
    background: #e5e5e5;
    height: 15px;
    width: 1px;
    display: inline-block;
    margin: 0 5px 0 10px;
    top: 3px;
    position: relative;
}

.blog-style-split .blog-post-summary .icon-size-1 a {
    width: 25px;
    line-height: 36px;
}

.blog-style-split .blog-post-bottom {
    text-align: left;
}

.blog-style-split .blog-post-link .link {
    top: 0;
    padding: 6%;
}


/* -------------- 4.1.6 Timeline -------------- */

.blog-style-timeline .blog-post-meta {
    margin-bottom: 20px;
}

.blog-style-timeline .blog-post-summary {
    overflow: hidden;
}

.blog-style-timeline .blog-post-timeline-date {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
}

.timeline-time {
    display: block;
    font-size: 30px;
    padding-top: 5px;
}

.has-sidebar .timeline-time {
    font-size: 26px;
}

.blog-style-timeline .entry-date {
    font-size: 12px;
}

.blog-style-timeline .blog-post-summary-content {
    margin: 0 0 45px 25%;
    padding: 0 15px 15px 15px;
    position: relative;
    border-radius: 5px;
}

.blog-style-timeline .blog-post-author img {
    width: 25px;
    height: 25px;
    border-radius: 200em;
    margin-right: 3px;
}

.aspen-timeline {
    position: relative;
}

.aspen-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #e1e1e1;
    left: 21%;
}

.blog-post-timeline-icon {
    width: 40px;
    height: 40px;
    font-family: 'fontawesome';
    font-size: 1.5em;
    line-height: 43px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #cfcfcf;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #e1e1e1;
    text-align: center;
    left: 21%;
    top: 0;
    margin: 0 0 0 -17px;
    transition: all 0.2s ease-in-out 0s;
}

.blog-style-timeline .blog-post-image {
    margin-bottom: 25px;
}


/* Icons used for post types */

.format-standard .blog-post-timeline-icon:before {
    content: "\f1ea";
}

.format-quote .blog-post-timeline-icon:before {
    content: "\f10d";
}

.format-link .blog-post-timeline-icon:before {
    content: "\f0c1";
}

.format-gallery .blog-post-timeline-icon:before {
    content: "\f03e";
}

.format-video .blog-post-timeline-icon:before {
    content: "\f03d";
}

.format-image .blog-post-timeline-icon:before {
    content: "\f03e";
}


.blog-style-timeline .post_format-post-format-link .blog-post-image a,
.blog-style-timeline .post_format-post-format-quote .blog-post-image a {
    background: rgba(0, 0, 0, 0.6);
    padding: 135px 25px 135px 25px;
    display: block;
}

.blog-style-timeline .post_format-post-format-quote .blog-post-image blockquote p {
    color: #fff;
    max-width: 70%;
    margin: 0 auto;
}

.blog-style-timeline .post_format-post-format-link .blog-post-image p {
    color: #fff;
    margin: 0 auto;
}

.blog-style-timeline .post_format-post-format-link .blog-post-image .link {
    max-width: 70%;
    margin: 0 auto;
}

.blog-style-timeline .post_format-post-format-quote .blog-post-image blockquote footer {
    max-width: 70%;
    margin: 10px auto 0 auto;
}

.blog-style-timeline .post_format-post-format-quote .blog-post-image,
.blog-style-timeline .post_format-post-format-link .blog-post-image {
    background-size: cover;
}


/* -------------- 4.1.7 Minimal -------------- */

.blog-post-letter {
    font-size: 240px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    left: -70px;
    user-select: none;
    pointer-events: none;
}

.blog-style-minimal .blog-post-summary {
    width: 65%;
    position: relative;
    margin: 0 auto 85px auto;
}

.blog-style-minimal.has-sidebar .blog-post-summary {
    width: 100%;
}

.blog-style-minimal .blog-post-summary:after {
    content: " ";
    display: block;
    width: 35px;
    height: 2px;
    background: #e1e1e1;
    margin: 40px auto 0 auto;
}


.blog-style-minimal .blog-post-summary h2 {
    padding-bottom: 10px;
}

.blog-style-minimal .blog-post-summary .blog-post-meta span:after {
    content: "|";
    padding: 0 3px 0 5px;
}

.blog-align-center.blog-style-minimal .blog-post-summary .blog-post-meta:after {
    margin: 22px auto 20px auto;
}

.blog-align-right.blog-style-minimal .blog-post-summary .blog-post-meta:after {
    margin: 22px 0 20px auto;
}

.blog-style-minimal .blog-post-author img {
    width: 25px;
    height: 25px;
    border-radius: 200em;
    margin-right: 3px;
}

.blog-style-minimal a.more-link {
    margin-top: 5px;
}

.blog-style-minimal .blog-post-summary .social-icons {
    margin-top: 7px;
    float: right;
}

.blog-style-minimal .blog-post-summary .social-icons.icon-size-1 a,
.blog-style-minimal .blog-post-summary .social-icons.icon-size-1 i {
    width: 24px;
}

.blog-style-minimal .blog-post-summary .quote {
    padding: 25px 0;
}

.blog-style-minimal .blog-post-summary .quote cite:before {
    content: "—";
    display: inline-block;
    padding-right: 5px;
}

/* -------------- 4.2 Single Post Layout -------------- */

/* Blog Post Header */

.blog-header-content,
.no-post-thumbnail .has-banner-background .blog-header-content {
    text-align: center;
    max-width: 1160px;
    margin: 0 auto;
}

.archive .blog-header.no-banner-background {
    border-bottom: 1px solid #e5e5e5;
}

.archive.design-boxed .blog-header,
.archive.design-boxed .blog-header.no-banner-background {
    max-width: 1220px;
    margin-left: -10px;
    margin-right: -10px;
}

.archive .blog-header-content h1 {
    margin-bottom: 0;
}

.has-banner-background .blog-header.has-banner-background .blog-header-content h1,
.has-banner-background .blog-header.has-banner-background .blog-header-content a,
.has-banner-background .blog-header.has-banner-background .blog-header-content p,
.banner-type-image .blog-header-content h1,
.banner-type-image .blog-header-content p {
    color: #fff;
}

.page-template.page.no-sidebar #site-content {
    padding-left: 20px;
    padding-right: 20px;
}


/* ------Blog Header Home, Archive and Single Post ------ */

.page-template.banner-type-slider article.page,
.page-template.banner-type-slider #sidebar {
    padding-top: 40px !important;
}

.archive.header-style-one .blog-header-content,
.single-post.header-style-one #site-content,
.woocommerce.header-style-one .blog-header-content,
.page.header-style-one article.page,
.error404.header-style-one article,
.single-product.woocommerce.header-style-one #site-content,
.page-template.header-style-one #sidebar,
.search-results.header-style-one .blog-header-content,
.search-no-results.header-style-one .blog-header-content {
    padding: 112px 0 40px 0;
}

.archive.header-style-five .blog-header-content,
.single-post.header-style-five #site-content,
.woocommerce.header-style-five .blog-header-content,
.page.header-style-five article.page,
.error404.header-style-five article,
.archive.header-style-six .blog-header-content,
.single-post.header-style-six #site-content,
.woocommerce.header-style-six .blog-header-content,
.page.header-style-six article.page,
.error404.header-style-six article,
.single-product.woocommerce.header-style-five #site-content,
.single-product.woocommerce.header-style-six #site-content,
.page-template.header-style-five #sidebar,
.page-template.header-style-six #sidebar,
.search-results.header-style-five .blog-header-content,
.search-results.header-style-six .blog-header-content,
.search-no-results.header-style-five .blog-header-content,
.search-no-results.header-style-six .blog-header-content {
    padding: 160px 0 40px 0;
}

.home.header-style-one.banner-type-none #site-content,
.blog.header-style-one.banner-type-none #site-content {
    padding: 92px 0 60px 0;
}

.home.header-style-five.banner-type-none #site-content,
.home.header-style-six.banner-type-none #site-content,
.blog.header-style-five.banner-type-none #site-content,
.blog.header-style-six.banner-type-none #site-content {
    padding: 140px 0 60px 0;
}


.archive.header-style-two .blog-header-content,
.single-post.header-style-two #site-content,
.woocommerce.header-style-two .blog-header-content,
.page.header-style-two article.page,
.error404.header-style-two article,
.single-product.woocommerce.header-style-two #site-content,
.page-template.header-style-two #sidebar,
.search-results.header-style-two .blog-header-content,
.search-no-results.header-style-two .blog-header-content {
    padding: 140px 0 60px 0;
}

.home.header-style-two.banner-type-none #site-content,
.blog.header-style-two.banner-type-none #site-content {
    padding: 100px 0 60px 0;
}


.archive.header-style-three .blog-header-content,
.single-post.header-style-three #site-content,
.woocommerce.header-style-three .blog-header-content,
.page.header-style-three article.page,
.error404.header-style-three article,
.single-product.woocommerce.header-style-three #site-content,
.page-template.header-style-three #sidebar,
.search-results.header-style-three .blog-header-content,
.search-no-results.header-style-three .blog-header-content {
    padding: 220px 0 60px 0;
}

.single-product.woocommerce.header-style-three #site-content #sidebar {
    padding-top: 20px;
}

.home.header-style-three.banner-type-none #site-content,
.blog.header-style-three.banner-type-none #site-content {
    padding: 160px 0 60px 0;
}


.archive.header-style-four .blog-header-content,
.single-post.header-style-four #site-content,
.woocommerce.header-style-four .blog-header-content,
.page.header-style-four article.page,
.error404.header-style-four article,
.single-product.woocommerce.header-style-four #site-content,
.page-template.header-style-four #sidebar,
.search-results.header-style-four .blog-header-content,
.search-no-results.header-style-four .blog-header-content {
    padding: 60px 0;
}

.home.header-style-four.banner-type-none #site-content,
.blog.header-style-four.banner-type-none #site-content {
    padding: 0 0 60px 0;
}


.archive.header-style-seven .blog-header-content,
.single-post.header-style-seven #site-content,
.woocommerce.header-style-four .blog-header-content,
.page.header-style-seven article.page,
.error404.header-style-seven article,
.single-product.woocommerce.header-style-seven #site-content,
.page-template.header-style-seven #sidebar,
.search-results.header-style-seven .blog-header-content,
.search-no-results.header-style-seven .blog-header-content {
    padding: 310px 0 60px 0;
}

.home.header-style-seven.banner-type-none #site-content,
.blog.header-style-seven.banner-type-none #site-content {
    padding: 270px 0 60px 0;
}

.archive.header-style-eight .blog-header-content,
.single-post.header-style-eight #site-content,
.woocommerce.header-style-four .blog-header-content,
.page.header-style-eight article.page,
.single-product.woocommerce.header-style-eight #site-content,
.page.header-style-eight #sidebar,
.error404.header-style-eight article.error-404,
.search-results.header-style-eight .blog-header-content,
.search-no-results.header-style-eight .blog-header-content {
    padding: 310px 0 60px 0;
}

.home.header-style-eight.banner-type-none #site-content,
.blog.header-style-eight.banner-type-none #site-content {
    padding: 270px 0 60px 0;
}

.page-template .col-3-4 {
    padding-top: 0;
}

.page-template.has-sidebar .blog-header-content,
.page-template.has-sidebar .blog-header-content #breadcrumb ul {
    text-align: left;
}

.page-template-default article.page {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* ------Blog Header Archive when has banner background ------ */
.home.header-style-one.banner-type-image .blog-header-content,
.home.header-style-five.banner-type-image .blog-header-content,
.home.header-style-six.banner-type-image .blog-header-content,
.blog.header-style-one.banner-type-image .blog-header-content,
.blog.header-style-five.banner-type-image .blog-header-content,
.blog.header-style-six.banner-type-image .blog-header-content,
.archive.header-style-one.has-banner-background .blog-header-content,
.woocommerce.header-style-one.has-banner-background .blog-header-content,
.archive.header-style-five.has-banner-background .blog-header-content,
.woocommerce.header-style-five.has-banner-background .blog-header-content,
.archive.header-style-six.has-banner-background .blog-header-content,
.woocommerce.header-style-six.has-banner-background .blog-header-content {
    padding: 240px 0 120px 0;
}

.home.header-style-two.banner-type-image .blog-header-content,
.blog.header-style-two.banner-type-image .blog-header-content,
.archive.header-style-two.has-banner-background .blog-header-content,
.woocommerce.header-style-two.has-banner-background .blog-header-content {
    padding: 210px 0 120px 0;
}

.home.header-style-three.banner-type-image .blog-header-content,
.blog.header-style-three.banner-type-image .blog-header-content,
.archive.header-style-three.has-banner-background .blog-header-content,
.woocommerce.header-style-three.has-banner-background .blog-header-content {
    padding: 260px 0 120px 0;
}

.home.header-style-four.banner-type-image .blog-header-content,
.blog.header-style-four.banner-type-image .blog-header-content,
.archive.header-style-four.has-banner-background .blog-header-content,
.woocommerce.header-style-four.has-banner-background .blog-header-content {
    padding: 120px 0;
}

.home.header-style-seven.banner-type-image .blog-header-content,
.blog.header-style-seven.banner-type-image .blog-header-content,
.archive.header-style-seven.has-banner-background .blog-header-content,
.woocommerce.header-style-seven.has-banner-background .blog-header-content .home.header-style-eight.banner-type-image .blog-header-content,
.blog.header-style-eight.banner-type-image .blog-header-content,
.archive.header-style-eight.has-banner-background .blog-header-content,
.woocommerce.header-style-eight.has-banner-background .blog-header-content {
    padding: 380px 0 120px 0;
}


/*--- Blog Header Archive No Banner Background ---*/

.archive .blog-header.no-banner-background .blog-header-content,
.home .blog-header.no-banner-background .blog-header-content {
    background: none;
}

.archive .blog-header.no-banner-background .blog-header-content h1 {
    font-size: 32px;
}

.archive .blog-header.has-banner-background .blog-header-content h1,
.search-results .blog-header-content h1,
.search-no-results .blog-header-content h1 {
    font-size: 40px;
}

.search-results .blog-header-content h1,
.search-no-results .blog-header-content h1 {
    margin-bottom: 0;
}

.search-no-results .blog-header-content {
    padding-bottom: 0 !important;
}

.search-results .blog-header-content h1:after,
.search-no-results .blog-header-content h1:after {
    content: "";
    display: block;
    width: 40px;
    background: #e1e1e1;
    height: 3px;
    margin: 25px auto 0 auto;
}

.search-results #blog-posts-overview .row {
    padding-top: 0;
}

.search-results #blog-posts-overview {
    text-align: center;
}

.search-results.sidebar-position-right #pagination-category,
.search-results.sidebar-position-left #pagination-category {
    padding: 0;
}

/* Blog Post Meta */

.blog-post-meta {
    font-size: 12px;
    letter-spacing: 0.13em;
}

.blog-post-meta.blog-post-meta-category {
    font-weight: 600;
    text-transform: uppercase;
}

#blog-posts-overview .blog-post-meta {
    font-size: 12px;
    margin-bottom: 10px;
}


.blog-style-standard #blog-posts-overview .blog-post-summary .blog-post-meta.blog-post-meta-category {
    margin-bottom: 5px;
}

.blog-style-standard #blog-posts-overview .blog-post-summary .blog-post-meta {
    margin-bottom: 20px;
}

.blog-post-summary .blog-post-meta span:after {
    content: "|";
    display: inline-block;
    padding: 0 3px 0 3px;
    opacity: 0.8;
    position: relative;
    top: -1px;
    letter-spacing: normal;
}

.blog-post-summary .blog-post-meta span:last-of-type:after {
    content: "";
    display: none;
}

.single-post .blog-post-date {
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 0.13em;
}

/* Meta Tags */

#blog-post-bottom-meta {
    overflow: hidden;
    padding: 45px 0 0 0;
    clear: both;
}

.blog-post-content #blog-post-bottom-meta ul.social-icons {
    float: left;
    width: 50%;
    margin: 0;
    list-style-type: none;
}

.blog-post-content #blog-post-bottom-meta ul.social-icons li,
ul#post-tags li {
    list-style-type: none;
    margin: 0;
}

#blog-post-bottom-meta .social-icons.icon-size-1 a,
#author-info .social-icons.icon-size-1 a {
    width: 30px;
    text-align: left;
}

/* Sharing Box */

.blog-post-content {
    position: relative;
}

.sharing-box {
    position: absolute;

    margin-left: -80px;
    text-align: center;
    width: 60px;
    z-index: 2;

    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;

}

.sharing-box.is-stuck {
    visibility: visible;
    opacity: 1;
}

.sidebar-position-left .sharing-box {
    margin-left: 845px;
}

.sharing-box ul.social-icons {
    margin: 0;
    list-style: none;
}

.sharing-box ul.social-icons li {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

.sharing-box span {
    font-size: 13px;
    text-align: center;
    padding-bottom: 3px;
    color: #999;
    visibility: hidden;
    display: none;
}

.sharing-box .icon-size-1 li a {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 200em;
    margin-bottom: 6px;
}

.sharing-box .icon-size-1 li a:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}

.sharing-box .icon-size-1 li a,
#blog-post-bottom-meta .icon-size-1 li a {
    color: #c6c6c6;
}

.blog-has-sharing-icons .blog-content .blog-post-content.row {
    min-height: 470px;
}


/* Post Tags */

ul#post-tags {
    width: 50%;
    float: right;
    text-align: right;
    list-style: none;
    margin: 0;
}

#post-tags li {
    display: inline-block;
}

#post-tags a {
    background: #f5f5f5;
    letter-spacing: 0.07em;
    border-radius: 3px;
    margin: 0 3px 6px 3px;
    padding: 4px 8px 3px 8px;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}

.aspen-no-social ul#post-tags {
    width: 100%;
    float: none;
    text-align: center;
}

/* -------------- 7.2 Tags -------------- */

.tagcloud a {
    background: #f5f5f5;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 3px;
    margin: 3px 0;
    padding: 4px 8px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* Author Info */

#author-info {
    border-bottom: 1px solid #e5e5e5;
}

#author-info .row {
    padding: 45px 0;
    overflow: hidden;
}

.no-sidebar #author-info .row {
    max-width: 1010px;
    padding-top: 65px;
    padding-bottom: 65px;
}

.has-sidebar #author-info {
    border-top: none;
}

#author-info .author-left {
    float: left;
}

#author-info .author-right {
    float: left;
    width: 85%;
    padding-left: 35px;
}

#author-info img {
    display: inline-block;
    height: 90px;
    width: 90px;
    float: none;
    margin-bottom: 20px;
    border-radius: 200em;
}

#author-info .social-icons a {
    color: #c6c6c6;
}

#author-info h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

#author-info h2 a {
    font-size: 26px;
}

#author-info p {
    margin-bottom: 30px;
}

.author #author-info .row {
    padding: 0 0 35px 0;
}

.author #author-info {
    border-bottom: none;
}

.author #author-info:after {
    background: #e1e1e1;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    content: " ";
}

.author #author-info .author-right,
.author #author-info .author-left {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0 8%;
}

.author .blog-header-content {
    padding-bottom: 30px !important;
}


/* Similar Posts */

#similar-posts {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}

#similar-posts h4 {
    line-height: normal;
    font-weight: 600;
}

#similar-posts ul {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-post-image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

#similar-posts a {
    display: block;
}

#similar-posts img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
}

#similar-posts a:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


/* Comments */

#comments {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 65px 45px;
}

.page-template #comments,
.page-template-default #comments {
    margin-top: 0;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.page-template #respond,
.page-template-default #respond {
    max-width: 1160px;
    margin: 0 auto;
}

#reviews #comments {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
}

.has-sidebar #comments,
.page-template-default #comments {
    background: #fff;
    padding: 65px 0 0 0;
}

.comment-form-comment.col-1 {
    padding-left: 0;
    padding-right: 0;
}

.comment-list {
    margin: 0 auto 65px auto;
    max-width: 940px;
}

.comment-list li:first-of-type {
    border-top: none;
}

.comment-list .comment {
    background: #fff;
    padding: 35px 0 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.comment-list .children .comment {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

.no-sidebar .comment-list .comment,
.no-sidebar .comment-list .children .comment {
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 0;
    border-radius: 3px;
}

.comment-list .children {
    background: #fff;
    padding-left: 80px;
}

.no-sidebar .comment-list .children {
    padding-left: 0;
    margin-left: 80px;
}

.comment-list .children .children,
.comment-list .children .children .children {
    border-bottom: none;
}

.comment-list .comment img.avatar {
    height: 60px;
    width: 60px;
    float: left;
    position: relative;
    border-radius: 50%;
}

.comment-list .comment img {
    height: auto;
    width: auto;
    border-radius: 0;
    max-width: 100%;
}

.comment-list .comment {
    overflow: hidden;
}

#respond h3#reply-title {
    margin-left: 0;
}

#respond h3#reply-title small {
    float: right;
}

#respond h3#reply-title small a {
    float: right;
    text-transform: uppercase;
    background: #f5f5f5;
    letter-spacing: 0.07em;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 11px;
    line-height: normal;
    display: inline-block;
    margin-top: 5px;
}

.comment-meta {
    font-size: 14px;
    margin: 0;
    position: relative;
    line-height: 20px;
    padding-top: 10px;
}

.comment-meta time,
.woocommerce-review__published-date {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.woocommerce-review__dash {
    display: none;
}

.comment_name {
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
}

a.comment-reply-link {
    text-transform: uppercase;
    position: absolute;
    top: 7px;
    right: 0;
    background: #f5f5f5;
    letter-spacing: 0.07em;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 11px;
}

.comment-list p,
.comment-text p,
.comment-list table,
.comment-list dl,
.comment-list address,
.comment-list pre {
    margin-left: 80px;
    margin-bottom: 15px;
}

.post.pingback p {
    margin-left: 0;
    font-style: italic;
}

.post.pingback p a {
    display: inline-block;
    padding-left: 5px;
}

.no-comments {
    text-align: center;
    background: #f8f8f8;
    padding: 35px;
    font-style: italic;
}

#comments .comment-list hr {
    margin-left: 80px;
}

#comments .comment-list pre h1,
#comments .comment-list pre h2,
#comments .comment-list pre h3,
#comments .comment-list pre h4,
#comments .comment-list pre h5,
#comments .comment-list pre h6 {
    margin-left: 0;
}

.comment-list .comment ol,
.comment-list .comment ul {
    margin-left: 100px;
    margin-bottom: 0;
}

.comment-list .comment ol li,
.comment-list .comment ul li {
    margin-bottom: 0.5em;
}

.comment-list .comment ol>li>ul,
.comment-list .comment ul>li>ul {
    margin-left: 30px;
}

.comment-list .comment ol>li>ol,
.comment-list .comment ul ol {
    margin-left: 30px;
}

#comments .comment-list .comment h1,
#comments .comment-list .comment h2,
#comments .comment-list .comment h3,
#comments .comment-list .comment h4,
#comments .comment-list .comment h5,
#comments .comment-list .comment h6 {
    margin-left: 80px;
    text-align: left;
    text-transform: none;
}

#comments .comment-list h3:after {
    display: none;
}

.comment-list form p {
    margin-left: 0;
}

#comments .comment-list .comment blockquote {
    margin: 0;
    padding: 0;
}

#comments .comment-list .comment blockquote:before,
#comments .comment-list .comment blockquote:after {
    display: none;
}

#respond {
    max-width: 940px;
    margin: 0 auto;
}

#reply-title small {
    display: block;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    padding-top: 8px;
}


#commentform .form-submit {
    float: left;
    text-align: left;
}

#review_form_wrapper #commentform .form-submit {
    margin-top: 0;
}

#commentform .comment-notes {
    float: right;
    font-size: 12px;
    color: #999;
}

.comment-form .col-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-form .col-3 {
    margin-top: 0;
    padding: 15px 5px 0 5px;
}

.comment-form-author.col-3 {
    padding-left: 0;
}

.comment-form-url.col-3 {
    padding-right: 0;
}

#commentform input,
#commentform textarea {
    background: #fff;
}

.has-sidebar #commentform input,
.has-sidebar #commentform textarea,
.comment-list #commentform input,
.comment-list #commentform textarea,
.page-template #respond #commentform input,
.page-template #respond #commentform textarea,
.page-template-default #respond #commentform input,
.page-template-default #respond #commentform textarea {
    background: #f5f5f5;
}

/* Sticky Post */

.blog-post-summary.sticky {
    background: #f5f5f5;
    padding: 25px 15px;

}

/* Tables within Content */

table {
    text-align: left;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.woocommerce-page table,
.widget_calendar table {
    border: none;
}

thead th {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px;
}

.woocommerce-page th,
.widget_calendar th {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

tbody td,
tbody th {
    border-bottom: 1px #e5e5e5 solid;
    padding: 8px;
}

tr.odd td {
    background: #f5f5f5;
}

/* Definition Lists */

dt {
    margin: 10px 0 0 0;
}

dd {
    margin-left: 30px;
}

/* Content Lists */

.blog-post-content ul li ul,
.blog-post-content ul li ul li ul,
.blog-post-content ol li ol,
.blog-post-content ol li ol li ol,
.comment ul li ul,
.comment ul li ul li ul,
.comment ol li ol,
.comment ol li ol li ol,
.blog-post-content ul li ol,
.blog-post-content ul li ol li ul,
.blog-post-content ol li ul,
.blog-post-content ol li ul li ol,
.blog-post-content ol li ul li ul,
.blog-post-content ul li ul li ol {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}


/* Post Format Chat */

.format-chat .blog-content .blog-post-content p {
    background: #f5f5f5;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.format-chat .blog-content .blog-post-content.row p:first-of-type {
    padding: 8px;
}

/* Pagination */

#pagination-single {
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}

#pagination-single a {
    height: 100%;
    width: 50%;
    position: relative;
    cursor: pointer;
    display: table-cell;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out;
}

#pagination-single.pagination-one-item a {
    width: 100%;
    text-align: center;
    border-right: 0 !important;
    border-left: 0 !important;
}


#pagination-single.pagination-one-item a span:before {
    display: none;
}

#pagination-single.pagination-one-item .pagination-overlay {
    text-align: center;
}

.pagination-overlay {
    padding: 17px 0 20px 0;
}

.pagination-overlay h4 {
    font-weight: 600;
    line-height: normal;
}

.pagination-overlay span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    color: #999999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#pagination-single a:first-of-type span:before {
    font-family: "FontAwesome";
    content: "\f104";
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #999999;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 27px;
}

#pagination-single a:last-of-type span:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 0;
    font-size: 18px;
    color: #999999;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 27px;
}

#pagination-single a:first-of-type:hover span {
    padding-left: 17px;
}

#pagination-single a:last-of-type:hover span {
    padding-right: 17px;
}

#pagination-single a:first-of-type {
    text-align: left;
    padding-right: 25px;
}

#pagination-single a:first-of-type:hover span:before,
#pagination-single a:last-of-type:hover span:before {
    opacity: 1;
}


#pagination-single a:last-of-type {
    text-align: right;
    border-left: 1px solid #e5e5e5;
    padding-left: 25px;
}

#pagination-single.pagination-one-item a:last-of-type,
#pagination-single.pagination-one-item a:first-of-type {
    border-right: 0 !important;
    border-left: 0 !important;
    text-align: center !important;
}

/* Single Post Quote */

.single-format-quote.has-banner-background .blog-header blockquote p {
    color: #fff;
}

/* Single Post Slider */

.single-post .blog-header .swiper-container {
    margin: 20px;
    max-width: 1160px;
}




/*------------------------------------------------------------------------------------------*/
/* 6. Widgets */
/*------------------------------------------------------------------------------------------*/

/* -------------- 6.1.1 WordPress Default Widgets -------------- */

.widget_categories li,
.widget_archive li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.widget_categories li a,
.widget_archive li a {
    margin-right: auto;
}

.widget_categories li ul {
    width: 100%;
    display: block;
}

#sidebar .widget_nav_menu .sub-menu li.menu-item-has-children>a:after,
#footer-widgets .widget_nav_menu .sub-menu li.menu-item-has-children>a:after,
#promo-area .widget_nav_menu .sub-menu li.menu-item-has-children>a:after,
#footer-instagram .widget_nav_menu .sub-menu li.menu-item-has-children>a:after {
    display: none;
}

.widget_categories li .children li,
.widget_pages li .children li,
.widget_nav_menu li .sub-menu li {
    padding-top: 3px !important;
    padding-left: 15px !important;
    padding-bottom: 3px !important;
}

.widget_nav_menu li .sub-menu li {
    border-bottom: none !important;
}

#sidebar .widget_categories li .children li:last-of-type,
#sidebar .widget_pages li .children li:last-of-type,
#sidebar .widget_nav_menu li .sub-menu li:last-of-type,
#footer-widgets .widget_categories li .children li:last-of-type,
#footer-widgets .widget_pages li .children li:last-of-type,
#footer-widgets .widget_nav_menu li .sub-menu li:last-of-type,
#promo-area .widget_categories li .children li:last-of-type,
#promo-area .widget_pages li .children li:last-of-type,
#promo-area .widget_nav_menu li .sub-menu li:last-of-type,
#footer-instagram .widget_categories li .children li:last-of-type,
#footer-instagram .widget_pages li .children li:last-of-type,
#footer-instagram .widget_nav_menu li .sub-menu li:last-of-type {
    padding-bottom: 0 !important;
}

.widget_categories li .children li:before,
.widget_pages li .children li:before,
.widget_nav_menu li .sub-menu li:before {
    content: "";
    display: inline-block;
    float: left;
    margin-top: 11px;
    margin-right: 8px;
    height: 5px;
    width: 5px;
    border-radius: 100px;
}

/*  -------------- 6.1.2 Testimonial -------------- */

.aspen-testimonial {
    position: relative;
    text-align: center;
}

.aspen-testimonial q {
    position: relative;
}

/*Design Speech Bubble */

.layout-speech-bubble q {
    background: #f5f5f5;
    display: block;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.layout-speech-bubble q:before {
    display: none;
}

.layout-speech-bubble q:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    display: block;
    height: 40px;
    font-size: 60px;
    color: #f5f5f5;
    position: absolute;
    bottom: -30px;
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
}

.layout-speech-bubble img {
    max-width: 80px;
    margin: 10px 0 10px 0;
}

.layout-speech-bubble .testimonial-footer {
    line-height: normal;
}

.layout-speech-bubble .testimonial-footer span {
    display: block;
    font-size: 13px;
    opacity: 0.7;
}

/*  -------------- 6.1.2 Bio Block -------------- */

.aspen-bio-block.align-center {
    text-align: center;
}

.aspen-bio-block.align-right {
    text-align: right;
}

.bio-header-background {
    height: 160px;
    background-size: cover;
    margin-bottom: -55px;
}

.bio-header img {
    background: #fff;
    max-width: 116px;
    padding: 5px;
}

.aspen-bio-block p {
    margin-top: 5px;
}

.bio-header p {
    margin-top: 0;
}

.aspen-bio-block,
.bio-header {
    position: relative;
    min-height: 70px;
}

.bio-header a {
    display: block;
}

.bio-header a img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bio-header a:hover img {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

.aspen-bio-block .bio-header-info h3 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.aspen-bio-block.bio-hover-title h3,
.aspen-bio-block.bio-hover-title p.bio-job,
.aspen-bio-block.bio-hover-title a h3,
.aspen-bio-block.bio-hover-title a p.bio-job {
    color: #fff;
}

.bio-job {
    font-size: 13px;
    margin: 0;
}

.about-signature {
    margin-bottom: 10px;
}

.aspen-bio-block .social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.aspen-bio-block .social-icons li {
    padding: 0 6px;
}

#sidebar .aspen-bio-block .social-icons li,
#footer-widgets .aspen-bio-block .social-icons li {
    padding: 0 6px;
}

.aspen-bio-block .social-icons li a:hover {
    background: none !important;
}

#sidebar .widget .aspen-bio-block ul.social-icons li a {
    color: #c6c6c6;
}

/* Title on Hover */

.image-circle.bio-hover-title .bio-header {
    border-radius: 200em;
}

.image-rounded.bio-hover-title .bio-header {
    border-radius: 5px;
}

.bio-hover-title img {
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.bio-hover-title:hover img {
    opacity: 0.6;
}

.bio-hover-title .bio-header-info {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    width: 100%;
    height: 50px;
    margin-top: 70px;
}

.bio-hover-title .bio-header-info {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

.bio-hover-title:hover .bio-header-info {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Widget Search*/

.screen-reader-text {
    display: none !important;
}

.widget_search form,
.widget_product_search form,
.no-results.not-found form {
    position: relative;
}

.widget_search input.search-field,
.widget_product_search input.search-field,
.no-results.not-found input.search-field {
    width: 100%;
    padding-right: 45px;
    border-bottom: 0;
    height: 40px;
}

.widget_search .search-form .search-field,
.widget_product_search .search-form .search_field,
.no-results.not-found .search-field {
    background: #f6f6f6;
}

.widget_search form input[type="submit"],
.widget_search form:after,
.widget_product_search form input[type="submit"],
.widget_product_search form:after,
.widget_product_search button,
.no-results.not-found input.search-submit {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    border: none;
}

.widget_search form input[type="submit"] {
    z-index: 3;
    background: none !important;
}

.widget_search form input.search-submit,
.widget_product_search form input[type="submit"],
.widget_product_search button,
.no-results.not-found form input.search-submit {
    color: transparent !important;
    z-index: 1;
    opacity: 0;
}

.widget_search form:after,
.widget_product_search form:after,
.no-results.not-found form:after {
    content: "\f002";
    font-family: "fontawesome" !important;
    font-size: 15px;
    color: #fff;
    -webkit-transition: color .15s ease-in-out .2s;
    -moz-transition: color .15s ease-in-out .2s;
    transition: color .15s ease-in-out .2s;
}

.error404 .widget_search form:after {
    border-radius: 50px;
}

.no-results.not-found {
    text-align: center;
}

/* ------------------ 6.1.3 Buttons -----------------*/


/*----------------- Default Button Behaviour-------------- */

.aspen-button .button,
.aspen-pricing-block .button {
    display: inline-block;
    padding: 15px 22px;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}




/* -------------- 6.1.4 Social Icons -------------- */

.social-widget ul.social-icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 5px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social-widget.icon-size-1 ul.social-icons a {
    background: #f5f5f5;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-widget.icon-size-1 ul.social-icons li {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    padding: 0 !important;
}

#sidebar .social-widget.icon-size-1 ul.social-icons li,
#footer-widgets .social-widget.icon-size-1 ul.social-icons li {
    margin: 0;
    padding: 0 !important;
}

.social-widget.icon-size-1 ul.social-icons a,
.social-widget.icon-size-1 ul.social-icons i {
    line-height: 55px;
    font-size: 22px !important;
}

.social-widget.icon-size-1 ul.social-icons i {
    width: auto;
    height: auto;
}

.social-widget.icon-size-1 ul.social-icons a:hover {
    color: #656565 !important;
    background: #f5f5f5 !important;
}

.social-icons a {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.25s, -webkit-transform 0.25s;
    transition: all 0.25s, transform 0.25s;
}

.social-icons li {
    display: inline-block;
}

.social-circle a {
    border-radius: 200em;
}

.social-rounded a {
    border-radius: 5px;
}

/* Social Media in Header */

#site-header .social-media li,
#header-fullscreen-content .social-media li {
    margin-left: 12px;
}

.header-style-three #site-header .social-media li {
    margin-left: 0;
    margin-right: 12px;
}

.header-style-three #site-header .shrink-sticky.shrink .social-media li {
    margin-left: 12px;
    margin-right: 0;
}

.social-icons span {
    display: none;
}

/* Icon Sizes */

.icon-size-1 .fa-1x {
    font-size: 16px !important;
}

.icon-size-2 .fa-2x {
    font-size: 22px !important;
}

.icon-size-3 .fa-3x {
    font-size: 32px !important;
}

.icon-size-4 .fa-4x {
    font-size: 52px !important;
}

.icon-size-1 a,
.icon-size-1 i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
}

#blog-post-bottom-meta .icon-size-1 a,
#blog-post-bottom-meta .icon-size-1 i,
#author-info .icon-size-1 a,
#author-info .icon-size-1 i {
    height: 26px;
    line-height: 26px;
}

.icon-size-2 a,
.icon-size-2 i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    vertical-align: middle;
}

.icon-size-3 a,
.icon-size-3 i {
    width: 72px;
    height: 72px;
    line-height: 72px;
    display: inline-block;
    vertical-align: middle;
}

.icon-size-4 a,
.icon-size-4 i {
    width: 94px;
    height: 94px;
    line-height: 94px;
    display: inline-block;
    vertical-align: middle;
}

/* Social Icon Colors */

.sharing-box .icon-size-1 li a:hover {
    color: #fff;
}

.widget .social-style-color a.facebook,
.widget .facebook:hover,
.sharing-box a.facebook:hover {
    background: #415e9b !important;
    border-color: #415e9b !important;
}

.widget .social-style-color a.twitter,
.widget .twitter:hover,
.sharing-box a.twitter:hover {
    background: #1bb2e9 !important;
    border-color: #1bb2e9;
}

.widget .social-style-color a.rss,
.widget .rss:hover,
.sharing-box a.rss:hover {
    background: #fe9900 !important;
    border-color: #fe9900 !important;
}

.widget .social-style-color a.skype,
.widget .skype:hover,
.sharing-box a.skype:hover {
    background: #0bbff2 !important;
    border-color: #0bbff2 !important;
}

.widget .social-style-color a.vimeo,
.widget .vimeo:hover,
.sharing-box a.vimeo:hover {
    background: #4daacc !important;
    border-color: #4daacc !important;
}

.widget .social-style-color a.youtube,
.widget .youtube:hover,
.sharing-box a.youtube:hover {
    background: #de332c !important;
    border-color: #de332c !important;
}

.widget .social-style-color a.digg,
.widget .digg:hover,
.sharing-box a.digg:hover {
    background: #2b6fb8 !important;
    border-color: #2b6fb8 !important;
}

.widget .social-style-color a.googleplus,
.widget .googleplus:hover,
.sharing-box a.googleplus:hover {
    background: #d13d2f !important;
    border-color: #d13d2f !important;
}

.widget .social-style-color a.tumblr,
.widget .tumblr:hover,
.sharing-box a.tumblr:hover {
    background: #2f4962 !important;
    border-color: #2f4962 !important;
}

.widget .social-style-color a.pinterest,
.widget .pinterest:hover,
.sharing-box a.pinterest:hover {
    background: #c61118 !important;
    border-color: #c61118 !important;
}

.widget .social-style-color a.linkedin,
.widget .linkedin:hover,
.sharing-box a.linkedin:hover {
    background: #006dc0 !important;
    border-color: #006dc0 !important;
}

.widget .social-style-color a.yahoo,
.widget .yahoo:hover,
.sharing-box a.yahoo:hover {
    background: #8f61a2 !important;
    border-color: #8f61a2 !important;
}

.widget .social-style-color a.website,
.widget .website:hover {
    background: #88bd4f !important;
    border-color: #88bd4f !important;
}

.widget .social-style-color a.email,
.widget .email:hover {
    background: #3e8bcc !important;
    border-color: #3e8bcc !important;
}

.widget .social-style-color a.reddit,
.widget .reddit:hover,
.sharing-box a.reddit:hover {
    background: #ff5700 !important;
    border-color: #ff5700 !important;
}

.widget .social-style-color a.vk,
.widget .vk:hover,
.sharing-box a.vk:hover {
    background: #6383a8 !important;
    border-color: #6383a8 !important;
}

.widget .social-style-color a.stumbleupon,
.widget .stumbleupon:hover,
.sharing-box a.stumbleupon:hover {
    background: #ea4a23 !important;
    border-color: #ea4a23 !important;
}

.widget .social-style-color a.instagram,
.widget .instagram:hover,
.sharing-box a.instagram:hover {
    background: #517fa6 !important;
    border-color: #517fa6 !important;
}

.widget .social-style-color a.foursquare,
.widget .foursquare:hover,
.sharing-box a.foursquare:hover {
    background: #0331a0 !important;
    border-color: #0331a0 !important;
}

/*Style Color*/

.social-style-color li a {
    color: #fff;
}

.social-style-color a:hover {
    opacity: 0.7;
    color: #fff;
}

/*Style Black*/

.social-icons.style-black a {
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
}

.social-icons.style-black a:hover {
    color: #fff !important;
}

/*Style White*/

.social-icons.style-white a {
    background: rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

/*Style Transparent*/

.social-style-transparent a:hover {
    color: #fff !important;
}

/* -------------- 6.1.5 Icons -------------- */

.aspen-icon {
    display: inline-block;
}

/* Icon List */

.icon-list li {
    padding-bottom: 8px;
}

.icon-list i {
    margin-top: 3px;
}


/* Icon Shape */

.icon-shape-square {
    border-radius: 0;
}

.icon-shape-rounded {
    border-radius: 8px;
}

.icon-shape-circle {
    border-radius: 500em;
}

/* Sizes for Shapes */

.aspen-icon.icon-size-1x .fa-1x {
    font-size: 16px !important;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.aspen-icon.icon-size-2x .fa-2x {
    font-size: 22px !important;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
}

.aspen-icon.icon-size-3x .fa-3x {
    font-size: 32px !important;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
}

.aspen-icon.icon-size-4x .fa-4x {
    font-size: 52px !important;
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
}

/* -------------- 6.1.6 Recent Posts / Recent Comments -------------- */

.aspen-recent-posts li.format-link a:before,
.aspen-recent-posts li.format-video a:before,
.aspen-recent-posts li.format-quote a:before,
.aspen-recent-posts li.format-gallery a:before,
.aspen-recent-posts li.format-image a:before {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 25px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 0;
}

.aspen-recent-posts li,
.aspen-recent-comments li {
    min-height: 88px !important;
}

.aspen-recent-posts a,
.aspen-recent-comments a,
.product_list_widget a {
    display: block;
}

.aspen-recent-posts p,
.aspen-recent-comments p,
.product_list_widget a {
    font-weight: 600;
    margin: 0;
    line-height: normal;
}

.aspen-recent-posts li img,
.aspen-recent-comments li img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    max-width: 85px;
    position: absolute;
    left: 0;
}

.aspen-recent-comments li,
.product_list_widget li {
    padding-left: 100px !important;
    min-height: 107px;
}

.aspen-recent-posts li {
    padding-left: 100px !important;
    min-height: 88px;
}

.aspen-recent-posts li.no-thumb {
    padding-left: 0 !important;
    min-height: auto !important;
}

.aspen-recent-comments div,
#similar-posts .blog-post-date {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding-top: 5px;
    letter-spacing: 0.13em;
    font-weight: normal;
}

.aspen-recent-posts li span {
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 5px;
    letter-spacing: 0.13em;
    font-weight: normal;
}

#similar-posts .blog-post-date {
    padding-top: 0;
}

.aspen-recent-comments .comment-author,
.aspen-recent-posts li span {
    display: inline-block;
}

.aspen-recent-comments .comment-author:after,
.aspen-recent-posts .post-category a:after {
    content: "\2022";
    display: inline-block;
    padding: 0 0 0 5px;
    width: 15px;
}


/* -------------- 6.1.7 Newsletter -------------- */

.widget_mc4wp_form_widget {
    background: #f5f5f5;
    padding: 35px 25px 25px 25px;
    text-align: center;
}

.aspen-subscribe {
    background: none;
    padding: 0;
    text-align: left;
}

.aspen-subscribe-box {
    background: #f5f5f5;
    padding: 25px;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.widget_mc4wp_form_widget h3.widget-title,
.aspen-subscribe h3.widget-title,
#sidebar .aspen-subscribe h3.widget-title {
    padding-bottom: 10px;
    text-align: left !important;
}

.widget_mc4wp_form_widget p,
.aspen-subscribe-box p,
.aspen-subscribe .aspen-subscribe-desc {
    font-size: 13px;
    font-style: italic;
    color: #999;
    line-height: normal;
    margin-top: 0;
}

.widget_mc4wp_form_widget label,
.aspen-subscribe-box label {
    margin: 0 0 5px 0;
}

.widget_mc4wp_form_widget input[type=text],
.widget_mc4wp_form_widget input[type=email],
.aspen-subscribe-box input[type=text],
.aspen-subscribe-box input[type=email],
.aspen-subscribe-box .wpcf7 input,
.aspen-subscribe-box .wpcf7 textarea {
    border: 1px solid #e1e1e1;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

.widget_mc4wp_form_widget input[type=text]:focus,
.widget_mc4wp_form_widget input[type=email]:focus,
.aspen-subscribe-box input[type=text]:focus,
.aspen-subscribe-box input[type=email]:focus {
    background: #fff;
}

.widget_mc4wp_form_widget input[type="submit"],
.aspen-subscribe-box input[type="submit"],
.aspen-subscribe-box .wpcf7 input[type="submit"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px !important;
    letter-spacing: 0.07em;
}

/* -------------- 6.1.8 Promo Widget -------------- */

#promo-area {
    overflow: hidden;
    padding-top: 40px;
    margin-bottom: -20px;
}

.aspen-promo-item {
    line-height: 1.4em;
    text-align: center;
    min-width: 399px;
    position: relative;
}

.aspen-promo-item [class*='col-'] {
    padding: 0;
}

.promo-item-wrapper {
    position: relative;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.promo-item-wrapper:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}

.promo-item-inner {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 60px 25px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    z-index: 2;
}

.promo-item-wrapper:hover .promo-item-inner {
    border: 1px solid rgba(255, 255, 255, 1);
}

.promo-item-image {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    padding: 25px;
    transition: all 0.3s;
}

.aspen-promo-item:hover .promo-item-image {
    transform: scale(1.1, 1.1);
}

.promo-text {
    display: inline-block;
    padding: 10px 15px 7px 15px;
    background: #fff;
    letter-spacing: 0.1em;
}

.promo-text h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.promo-text p {
    font-size: 13px;
    font-style: italic;
    color: #999;
    margin: 0;
}

#sidebar .aspen-promo-item {
    min-width: initial;
}

/* -------------- 6.1.9 Instagram -------------- */


/* When Widget is placed into Instagramm footer */

#footer-instagram .col-1 {
    padding: 0;
}

#footer-instagram .aspen-instagram {
    position: relative;
}

.aspen-instagram .sb_instagram_header,
.aspen-instagram #sbi_load {
    display: none;
}

#footer-instagram .aspen-instagram h3 {
    background: #fff;
    z-index: 1;
    padding: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: lighter;
    font-size: 11px;
    letter-spacing: 0.1em;
}

#footer-instagram .aspen-instagram h3:before {
    font-family: "FontAwesome";
    content: "\f16d";
    font-size: 15px;
    display: inline-block;
    padding-right: 4px;
    top: 1px;
    position: relative;
}

#footer-instagram .aspen-instagram h3:after {
    display: none;
}

/* -------------- 6.2.0 Video -------------- */

.aspen-embedded-video {
    text-align: center;
}

.aspen-embedded-video .embed-container,
.aspen-embedded-video .embed-video {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.aspen-embedded-video iframe,
.aspen-embedded-video video,
.aspen-embedded-video embed,
.aspen-embedded-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: block;
    margin: 0;
}

.aspen-embedded-video figcaption,
.aspen-embedded-video .wp-element-caption {
    text-align: center;
}

.no-blocks .embed-video,
.blog-post-summary .embed-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    margin: 0;
    padding-top: 0;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.no-blocks .embed-video iframe,
.no-blocks .embed-video object,
.no-blocks .embed-video embed,
.blog-post-summary .embed-video iframe,
.blog-post-summary .embed-video object,
.blog-post-summary .embed-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* -------------- 6.2.1 Contact Form 7 & Gravity Forms -------------- */

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.gfield input,
.gfield textarea,
.gfield select {
    background: #f5f5f5;
    margin-top: 5px;
    width: auto;
}

.wpcf7 select,
.gfield select {
    background: #f5f5f5;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    width: auto;
    padding: 10px !important;
}

.wpcf7 textarea,
.gfield textarea {
    width: 100%;
}

.wpcf7 label,
.gfield label,
.gform_wrapper .top_label .gfield_label {
    font-weight: normal !important;
    font-style: italic;
}

body .gform_wrapper .top_label div.ginput_container,
.gform_wrapper .gform_footer {
    margin-top: 0 !important;
}

/*  -------------- 6.2.2 Aspen Ad -------------- */

#promo-area .ad-code,
#promo-area .ad-image {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
}

#promo-area .aspen-ad img {
    display: inline-block;
}


/*------------------------------------------------------------------------------------------*/
/* 7. WordPress Sidebar and Default Widgets */
/*------------------------------------------------------------------------------------------*/

#sidebar {
    padding-top: 60px;
    position: relative;
}

.page-template-default.page #sidebar {
    padding-top: 30px;
}

#sidebar select,
#promo-area select,
#footer-widgets select,
#footer-instagram select {
    width: 100%;
}

a,
#sidebar a,
.widget_search form input[type="submit"],
.widget_search form:after,
#post-tags a,
a h4,
input[type="submit"],
button,
a#header-cart-trigger i {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* Row adjustment for Sidebar */

.has-sidebar .blog-content .row,
.has-sidebar .blog-content.row {
    width: auto;
}

.blog-content .blog-post-content.row {
    padding-top: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.no-post-thumbnail .blog-content .blog-post-content.row {
    padding-top: 10px;
}

.single .blog-content .blog-post-content.row iframe {
    width: 100% !important;
}

.blog-content .blog-post-content.row p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

#sidebar aside.widget,
#sidebar .widget.woocommerce {
    margin-bottom: 50px;
}

h3.widget-title {
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: left;
}

#sidebar h3.widget-title,
#sidebar .widget .widget-title,
#sidebar .aspen-subscribe h3.widget-title,
#sidebar .aspen-embedded-video h3.widget-title,
#sidebar .aspen-bio-block h3.widget-title {
    display: block;
    width: 100%;
    text-align: left !important;
}

h3.widget-title:after,
h3.blog-section-title:after,
#comments h3:after,
.woocommerce-Tabs-panel h2:after,
.related.products h2:after,
span#reply-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    margin: 10px auto 5px auto;
}

h3.widget-title:after,
#sidebar h3.widget-title:after,
#footer-widgets h3.widget-title:after {
    margin: 10px auto 5px 0;
}

.woocommerce-Tabs-panel h2,
.related.products h2,
span#reply-title {
    text-align: center;
}

span#reply-title {
    display: block;
    width: 100%;
}

.woocommerce-Tabs-panel--description h2 {
    display: none;
}

.related.products h2 {
    margin-bottom: 25px;
}

#sidebar li,
#footer-widgets li {
    padding-bottom: 10px;
}

#sidebar select,
#footer-widgets select {
    border: 1px solid #e1e1e1;
    padding: 10px 5px;
}


/* -------------- 7.1 Search -------------- */

.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text {
    display: none;
}

.widget_search form,
.widget_product_search form {
    position: relative;
}

.widget_search .search-form,
.widget_product_search .woocommerce-product-search {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}

.widget_search form input[type="submit"],
.widget_search form:after,
.widget_product_search form input[type="submit"],
.widget_product_search form:after,
.no-results.not-found form:after {
    background: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    border: none;
}

.no-results.not-found form {
    max-width: 400px;
    margin: 35px auto;
}

.no-results.not-found form:after {
    border-radius: 200em;
}

.widget_search form input[type="submit"],
.widget_product_search form input[type="submit"] {
    color: transparent;
    background: transparent;
}

.widget_search form:after,
.widget_product_search form:after {
    content: "\f002";
    font-family: "fontawesome" !important;
    font-size: 15px;
    color: #28262b;
    -webkit-transition: color .15s ease-in-out .2s;
    -moz-transition: color .15s ease-in-out .2s;
    transition: color .15s ease-in-out .2s;
}


/* -------------- 7.3 Calendar -------------- */

#wp-calendar {
    width: 100%;
}

#wp-calendar th,
#wp-calendar td {
    width: 14%;
    padding: 7px;
    text-align: center;
    color: #999;
}

#wp-calendar caption {
    text-transform: uppercase;
}

#wp-calendar tbody td {
    background: #f8f8f8;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#wp-calendar tbody td.pad {
    background: #fcfcfc;
}

#wp-calendar tbody td a {
    font-weight: bold;
}

#wp-calendar a {
    display: block;
}

td#prev {
    text-align: left;
}

td#next {
    text-align: right;
}


/* -------------- 7.4 Archives, RSS and Category Widget -------------- */

#sidebar .widget>ul>li,
#sidebar .widget ul.menu li,
#sidebar .widget>ul>li,
.widget_shopping_cart_content ul li,
#footer-widgets .widget>ul>li,
#footer-widgets .widget ul.menu li,
#footer-widgets .widget>ul>li,
#promo-area .widget>ul>li,
#promo-area .widget ul.menu li,
#promo-area .widget>ul>li,
#footer-instagram .widget>ul>li,
#footer-instagram .widget ul.menu li,
#footer-instagram .widget>ul>li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 8px 0;
    min-height: 30px;
}

#sidebar .widget>ul>li:first-of-type,
#sidebar .widget ul.menu li:first-of-type,
#sidebar .widget>ul>li:first-of-type,
.widget_shopping_cart_content ul li:first-of-type,
#footer-widgets .widget>ul>li:first-of-type,
#footer-widgets .widget ul.menu li:first-of-type,
#promo-area .widget ul.menu li:first-of-type,
#promo-area .widget>ul>li:first-of-type,
#footer-instagram .widget ul.menu li:first-of-type,
#footer-instagram .widget>ul>li:first-of-type {
    padding-top: 0;
}

#footer-widgets .widget>ul>li,
#footer-widgets .widget ul.menu li,
#footer-widgets .widget>ul>li {
    position: relative;
    padding: 10px 0;
}

#sidebar .widget>ul>li:last-of-type,
#sidebar .widget ul.menu li:last-of-type,
.widget_shopping_cart_content li:last-of-type,
#footer-widgets .widget>ul>li:last-of-type,
#footer-widgets .widget ul.menu li:last-of-type,
#promo-area .widget>ul>li:last-of-type,
#promo-area .widget ul.menu li:last-of-type,
#footer-instagram .widget>ul>li:last-of-type,
#footer-instagram .widget ul.menu li:last-of-type {
    border-bottom: none;
}

#sidebar .widget_rss ul li:after,
#footer-widgets .widget_rss ul li:after,
#promo-area .widget_rss ul li:after,
#footer-instagram .widget_rss ul li:after {
    content: " ";
}

.rsswidget img {
    vertical-align: middle;
    margin-bottom: 2px;
    max-width: 14px;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Page Layouts */
/*------------------------------------------------------------------------------------------*/

/* -------------- 7.1 Slider -------------- */

.swiper-slide {
    display: table;
}

.slider-style-normal-width #banner-slider,
.slider-style-two-columns-normal #banner-slider,
.slider-style-three-columns-normal #banner-slider,
.slider-style-four-columns-normal #banner-slider,
.image-style-normal-width .blog-header.has-banner-background {
    margin-left: 20px;
    margin-right: 20px;
}

.slider-style-normal-width.header-transparent.no-banner-background #header-bottom,
.slider-style-normal-width.header-solid #header-bottom,
.slider-style-two-columns-normal.header-transparent.no-banner-background #header-bottom,
.slider-style-two-columns-normal.header-solid #header-bottom,
.slider-style-three-columns-normal.header-transparent.no-banner-background #header-bottom,
.slider-style-three-columns-normal.header-solid #header-bottom,
.slider-style-four-columns-normal.header-transparent.no-banner-background #header-bottom,
.slider-style-four-columns-normal.header-solid #header-bottom,
.header-style-two.slider-style-wide.has-banner-background #header-bottom {
    border-bottom: none;
}

#banner-slider .swiper-container {
    width: 100%;
}

#banner-slider .swiper-container {
    height: 680px;
}

.header-style-three #banner-slider .swiper-container {
    height: 780px;
}


.blog-post-summary .swiper-container {
    margin-bottom: 35px;
}

.banner-type-image.image-style-normal-width .blog-header.has-banner-background .blog-header-content,
.banner-type-image.image-style-wide .blog-header.has-banner-background .blog-header-content {
    padding: 180px 0 160px 0;
}

/* Swipe Slide Overlay */

.has-banner-background .blog-header-inner {
    background-color: rgba(0, 0, 0, 0.4);
}

.has-banner-background.hero-no-filters .blog-header-inner,
.slider-style-full-width.hero-no-filters .swiper-slide-overlay,
.slider-style-normal-width.hero-no-filters .swiper-slide-overlay,
.slider-style-wide.hero-no-filters .swiper-slide-overlay,
[class*='slider-style-two-columns-'].hero-no-filters .swiper-slide-overlay,
[class*='slider-style-three-columns-'].hero-no-filters .swiper-slide-overlay,
[class*='slider-style-four-columns-'].hero-no-filters .swiper-slide-overlay {
    background-color: transparent;
    background: none;
}

.swiper-slide-overlay h2 a {
    text-transform: none;
}

.swiper-slide-overlay p {
    display: none;
    margin-bottom: 0;
}

.swiper-slide-overlay h2 a,
.swiper-slide-overlay a {
    color: #fff;
}

.swiper-slide-overlay a {
    color: #fff;
    text-transform: uppercase;
}

.swiper-slide-overlay .more-link:after {
    display: none;
}

.swiper-slide-overlay .more-link:hover {
    background: #fff;
    color: #3e3e3e;
}

/* Padding Slider */

.header-transparent.banner-type-slider.slider-style-full-width #site-content {
    padding-top: 0 !important;
}

.header-style-one.banner-type-slider #site-content,
.header-style-one.image-style-normal-width #site-content,
.header-style-one.image-style-wide #site-content,
.header-style-one.banner-type-html #site-content {
    padding-top: 72px !important;
}

.header-style-five.banner-type-slider #site-content,
.header-style-five.image-style-normal-width #site-content,
.header-style-five.image-style-wide #site-content,
.header-style-five.banner-type-html #site-content {
    padding-top: 120px !important;
}

.header-style-two.banner-type-slider #site-content,
.header-style-two.image-style-normal-width #site-content,
.header-style-two.image-style-wide #site-content,
.header-style-six.image-style-wide #site-content,
.header-style-six.banner-type-slider #site-content,
.header-style-six.image-style-normal-width #site-content,
.header-style-two.banner-type-html #site-content,
.header-style-six.banner-type-html #site-content {
    padding-top: 80px !important;
}

.header-style-three.banner-type-slider #site-content,
.header-style-three.image-style-normal-width #site-content,
.header-style-three.image-style-wide #site-content {
    padding-top: 155px !important;
}

.header-style-three.banner-type-slider #site-content,
.header-style-three.banner-type-html #site-content {
    padding-top: 95px !important;
}


.header-style-seven.banner-type-slider #site-content,
.header-style-seven.image-style-normal-width #site-content,
.header-style-seven.image-style-wide #site-content,
.header-style-eight.banner-type-slider #site-content,
.header-style-eight.image-style-normal-width #site-content,
.header-style-eight.image-style-wide #site-content,
.header-style-seven.banner-type-html #site-content,
.header-style-eight.banner-type-html #site-content {
    padding-top: 250px !important;
}

.header-style-seven.banner-type-slider.no-menu #site-content,
.header-style-eight.banner-type-slider.no-menu #site-content,
.header-style-seven.banner-type-html.no-menu #site-content,
.header-style-eight.banner-type-html.no-menu #site-content {
    padding-top: 190px !important;
}

.header-style-eight #header-bottom {
    height: 190px;
}

.home.header-style-seven.banner-type-slider #header-bottom,
.home.header-style-seven.banner-type-image #header-bottom,
.home.header-style-eight.banner-type-slider #header-bottom,
.home.header-style-eight.banner-type-image #header-bottom,
.home.header-style-seven.banner-type-html #header-bottom,
.home.header-style-eight.banner-type-html #header-bottom,
{
border-bottom: none;
}

/* Slider Layouts */

.slider-style-full-width #banner-slider.swiper-container,
[class*='slider-style-four-columns-'] #banner-slider.swiper-container {
    height: 680px;
}

.slider-style-normal-width #banner-slider.swiper-container,
.slider-style-wide #banner-slider.swiper-container,
.header-style-eight.banner-type-slider #banner-slider.swiper-container {
    height: 560px;
}


/* Slider FullScreen Full-Width */

.slider-style-full-width .swiper-slide-overlay,
.slider-style-normal-width .swiper-slide-overlay,
.slider-style-wide .swiper-slide-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    height: 100%;
    padding: 0 15%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.swiper-slide-overlay ul.post-categories {
    background: #000;
    color: #fff;
    padding: 3px 8px 1px 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    opacity: 0.9;
}

.slider-style-full-width .swiper-slide-overlay ul.post-categories,
.slider-style-wide .swiper-slide-overlay ul.post-categories,
.slider-style-normal-width .swiper-slide-overlay ul.post-categories {
    background: none;
}

.swiper-slide-overlay ul.post-categories a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.swiper-slide-overlay .post-categories li {
    display: none;
}

.swiper-slide-overlay .post-categories li:first-of-type {
    display: inline;
}

.slider-style-full-width .swiper-slide-overlay h2,
.slider-style-normal-width .swiper-slide-overlay h2,
.slider-style-wide .swiper-slide-overlay h2 {
    font-size: 48px;
    padding-left: 12%;
    padding-right: 12%;
    text-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
}

.slider-style-full-width .swiper-slide-overlay h2 a,
.slider-style-normal-width .swiper-slide-overlay h2 a,
.slider-style-wide .swiper-slide-overlay h2 a {
    font-size: 48px;
}

.slider-style-normal-width .swiper-slide-overlay h2,
.slider-style-wide .swiper-slide-overlay h2 {
    font-size: 42px;
}

.slider-style-full-width .header-style-four .swiper-slide-overlay h2,
.slider-style-normal-width .header-style-four .swiper-slide-overlay h2,
.slider-style-wide .header-style-four .swiper-slide-overlay h2 {
    padding-left: 0;
    padding-right: 0;
}

.slider-style-full-width .swiper-slide-overlay h2:after,
.slider-style-normal-width .swiper-slide-overlay h2:after,
.slider-style-wide .swiper-slide-overlay h2:after {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    margin: 20px auto;
}

.slider-style-full-width .swiper-slide-overlay .more-link,
.slider-style-normal-width .swiper-slide-overlay .more-link,
.slider-style-wide .swiper-slide-overlay .more-link {
    display: inline-block;
    font-size: 12px;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.slider-style-full-width .swiper-slide-overlay .more-link:hover,
.slider-style-normal-width .swiper-slide-overlay .more-link:hover,
.slider-style-wide .swiper-slide-overlay .more-link:hover {
    opacity: 1;
}

.swiper-slide-overlay h2,
.swiper-slider-overlay h3,
.swiper-slide-overlay .more-link,
.swiper-slide-overlay ul.post-categories a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.swiper-slide-overlay h2 a,
.swiper-slider-overlay h3 a {
    display: block;
}

.swiper-slide-overlay h2 a:hover,
.swiper-slider-overlay h3 a:hover,
.swiper-slide-overlay .more-link:hover {
    opacity: 0.8;
}

/* Slider Wide */

.slider-style-wide #banner-slider,
.image-style-wide .blog-header.has-banner-background {
    width: 1360px;
    max-width: 1380px;
    margin-left: -80px !important;
}


/* Slider Layout Columns */

[class*='slider-style-two-columns-'] #banner-slider.swiper-container,
[class*='slider-style-three-columns-'] #banner-slider.swiper-container,
[class*='slider-style-four-columns-'] #banner-slider.swiper-container {
    height: 560px;
}

[class*='slider-style-two-columns-'] .swiper-slide-overlay,
[class*='slider-style-three-columns-'] .swiper-slide-overlay,
[class*='slider-style-four-columns-'] .swiper-slide-overlay {
    padding: 65px 45px 35px 45px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.slider-style-four-columns-full .swiper-slide-overlay {
    padding: 45px;
}

.slider-style-four-columns-normal .swiper-slide-overlay {
    padding: 25px;
}

[class*='slider-style-two-columns-'] #banner-slider h2 {
    font-size: 36px;
}

.slider-style-two-columns-full #banner-slider h2,
.slider-style-two-columns-full #banner-slider p {
    padding-right: 25%;
}

[class*='slider-style-three-columns-'] #banner-slider h2 {
    font-size: 28px;
}

.slider-style-four-columns-full #banner-slider h2 {
    font-size: 24px;
}

.slider-style-four-columns-normal #banner-slider h2 {
    font-size: 22px;
}

[class*='slider-style-two-columns-'] #banner-slider a.more-link,
[class*='slider-style-three-columns-'] #banner-slider a.more-link {
    letter-spacing: 0.3em;
    font-size: 12px;
    margin-left: 80px;
    position: relative;
}

.slider-style-two-columns-full #banner-slider a.more-link {
    position: absolute;
    right: 45px;
    bottom: 35px;
}

[class*='slider-style-two-columns-'] #banner-slider .swiper-slide-overlay p {
    display: block;
    color: #fff;
}

[class*='slider-style-four-columns-'] #banner-slider a.more-link {
    letter-spacing: 0.3em;
    font-size: 11px;
    margin-left: 60px;
    position: relative;
}

[class*='slider-style-two-columns-'] #banner-slider a.more-link:hover,
[class*='slider-style-three-columns-'] #banner-slider a.more-link:hover,
[class*='slider-style-four-columns-'] #banner-slider a.more-link:hover {
    background: none;
    color: #fff;
}

[class*='slider-style-two-columns-'] #banner-slider a.more-link:before,
[class*='slider-style-three-columns-'] #banner-slider a.more-link:before {
    content: " ";
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    top: 49%;
    left: -38px;
}

[class*='slider-style-four-columns-'] #banner-slider a.more-link:before {
    content: " ";
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    top: 49%;
    left: -38px;
}


/*
Feature Slider
 */

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.blog-style-journal .blog-post-summary .swiper-container {
    z-index: 0;
}

.blog-style-journal .blog-post-summary .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 35px;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    box-sizing: border-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    background-size: cover;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    background: #fff;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 17px 34px;
    -webkit-background-size: 17px 34px;
    background-size: 17px 34px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-container:hover .swiper-button-prev.swiper-button-disabled,
.swiper-container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 0;
    right: auto;
    opacity: 0;
    background-size: 15px 15px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-container-rtl .swiper-button-next {
    left: 15px;
    opacity: 1;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 0;
    left: auto;
    opacity: 0;
    background-size: 15px 15px;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-container-rtl .swiper-button-prev {
    right: 15px;
    opacity: 1;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}



/*------------------------------------------------------------------------------------------*/
/* 8. Footer Layouts */
/*------------------------------------------------------------------------------------------*/

/* Sub Footer with Widgets*/


.footer-widgets-inner {
    padding: 40px 0 20px 0;
    overflow: hidden;
}

.footer-widgets-inner:after {
    background: #e5e5e5;
    height: 1px;
    max-width: 1160px;
    margin: 20px auto 0 auto;
    content: " ";
    display: block;
    clear: both;
}

#footer-widgets h3.widget-title {
    text-align: left;
}

#footer-widgets h3.widget-title:after {
    margin: 10px auto 5px 0;
}

#footer-widgets .widget {
    margin-bottom: 20px;
}

/* Site Footer */


#site-footer {
    font-size: 13px;
    clear: both;
}

#site-footer p {
    margin: 0;
    line-height: normal;
}

#site-footer .row-menu {
    overflow: hidden;
}

/* Footer Style Plain */

.archive.header-style-two.footer-plain .blog-header-content,
.single-post.header-style-two.footer-plain #site-content,
.woocommerce.header-style-two.footer-plain .blog-header-content,
.page.header-style-two.footer-plain article.page,
.error404.header-style-two.footer-plain article,
.single-product.woocommerce.header-style-two.footer-plain #site-content,
.page-template.header-style-two.footer-plain #sidebar,
.search-results.header-style-two.footer-plain .blog-header-content,
.search-no-results.header-style-two.footer-plain .blog-header-content,
.home.header-style-two.banner-type-none.footer-plain #site-content,
.blog.header-style-two.banner-type-none.footer-plain #site-content {
    padding: 140px 0 40px 0;
}

.page.footer-plain #site-footer {
    padding-top: 40px;
}


#site-footer.footer-style-plain p {
    text-align: right;
}

#site-footer.footer-style-plain .col-2,
#site-footer.footer-style-plain .row-menu {
    padding-top: 0;
}

#site-footer li a {
    display: inline-block;
    padding-right: 5px;
}

#site-footer .footer-legal-pages .menu,
#site-footer .footer-categories .menu {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
}

#site-footer .footer-legal-pages .menu li,
#site-footer .footer-categories .menu li {
    display: inline-block;
    margin: 0;
    padding: 0 16px 0 0;
}

#site-footer .footer-legal-pages .menu li:last-child,
#site-footer .footer-categories .menu li:last-child {
    padding-right: 0;
}

/* -------------- 8.1.1 Footer Layout Default -------------- */


#site-footer.footer-style-social-right {
    overflow: hidden;
}

#site-footer.footer-style-social-right .row-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-style-social-right .social-icons {
    text-align: right;
}

.footer-style-social-right .menu li {
    padding-right: 6px;
}


/* -------------- 8.1.2 Footer Layout Centered & Centered Social Bottom  -------------- */

#site-footer.footer-style-social-top,
#site-footer.footer-style-social-bottom {
    padding: 45px 0;
}

.footer-style-social-top,
.footer-style-social-bottom {
    text-align: center;
}

#site-footer.footer-style-social-top .menu {
    margin-bottom: 0;
}

#site-footer.footer-style-social-top .menu li,
#site-footer.footer-style-social-bottom .menu li {
    padding: 0 3px;
    margin-bottom: 0;
}

#site-footer.footer-style-social-top p,
#site-footer.footer-style-social-bottom p {
    margin: 5px auto 10px auto;
    max-width: 60%;
}

#site-footer.footer-style-social-bottom p {
    margin-bottom: 20px;
}

.footer-style-social-top .social-icons {
    margin-bottom: 25px;
}

.footer-style-social-top .social-icons.icon-size-1 li a,
.footer-style-social-bottom .social-icons.icon-size-1 li a {
    margin: 0 2px;
}

.footer-style-social-top .social-icons.icon-size-1 li a,
.footer-style-social-top .social-icons.icon-size-1 li i,
.footer-style-social-bottom .social-icons.icon-size-1 li a,
.footer-style-social-bottom .social-icons.icon-size-1 li i {
    background: #f5f5f5;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 200em;
}

/* -------------- 8.1.3 Footer Layout 3 Column  -------------- */

#site-footer.footer-style-social-center {
    overflow: hidden;
    padding-bottom: 15px;
}

.footer-style-social-center p {
    margin: 0;
    text-align: right;
}

.footer-style-social-center .social-icons {
    text-align: center;
    margin-top: -9px;
}

.footer-style-social-center .menu li {
    padding-right: 6px;
}

/* -------------- 8.2 Footer Widgets  -------------- */

#footer-widgets {
    clear: both;
}


/* Scroll Up */

a.scroll-up {
    transition: none !important;
}

.scroll-up {
    background: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    border-radius: 200em;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.scroll-up:before {
    font-family: "fontawesome";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #9e9e9e;
    width: 40px;
    height: 40px;
    line-height: 38px;
    content: "\f106";
    opacity: 1;
}

.scroll-up span {
    display: none;
}


/*------------------------------------------------------------------------------------------*/
/* 9. Gutenberg */
/*------------------------------------------------------------------------------------------*/

.editor-block-list__layout .editor-default-block-appender>.editor-default-block-appender__content,
.editor-block-list__layout>.editor-block-list__block>.editor-block-list__block-edit,
.editor-block-list__layout>.editor-block-list__layout>.editor-block-list__block>.editor-block-list__block-edit,
ul.wp-block-gallery {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.blog-content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}

.has-sidebar .blog-content .alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}


.alignfull img,
.alignfull {
    width: 100vw;
}

.wp-block-image div {
    vertical-align: middle;
}

.alignwide,
ul.wp-block-gallery.alignwide {
    margin-left: calc(10% - 10vw) !important;
    margin-right: calc(10% - 10vw) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: auto;
    max-width: 1000%;
}

.has-sidebar .alignwide,
.has-sidebar ul.wp-block-gallery.alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    max-width: 100%;
}

.wp-block-image {
    margin-bottom: 20px !important;
}


/* ---Gutenberg Gallery--- */

/* Alignment */

.has-sidebar ul.wp-block-gallery.alignwide,
.has-sidebar.alignwide,
ul.wp-block-gallery {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
}

ul.wp-block-gallery.alignfull.alignwide,
ul.wp-block-gallery.alignfull,
.alignfull,
.alignfull.alignwide {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw;
}

ul.wp-block-gallery.alignright.alignwide,
ul.wp-block-gallery.alignright,
.alignright.alignwide {
    margin-left: 25px !important;
    margin-right: 0 !important;
}

ul.wp-block-gallery.alignleft.alignwide,
ul.wp-block-gallery.alignleft,
.alignleft.alignwide {
    margin-left: 0 !important;
    margin-right: 25px !important;
}

/* Gallery Spacing */

ul.wp-block-gallery li {
    margin-left: 0 !important;
    margin-bottom: 16px !important;
    padding-left: 0 !important;
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px);
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover;
    flex: 1;
    height: 100%;
    object-fit: cover;
}


/* Gutenberg Quote */

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 0;
    padding-left: 0;
}

/* Gutenberg Pullquote */

.wp-block-pullquote blockquote {
    margin: 0 !important;
}

.single-post .blog-content .col-3-4 .wp-block-pullquote blockquote:before,
.single-post .blog-content .col-3-4 .wp-block-pullquote blockquote:after,
.page article.page .wp-block-pullquote blockquote:before,
.page article.page .wp-block-pullquote blockquote:after {
    display: none !important;
}

/* Style Default */

.single-post .blog-content .col-3-4 blockquote.wp-block-quote.is-style-large {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border-left: 4px solid;
    padding-left: 1em;
}

.single-post .blog-content .col-3-4 blockquote.wp-block-quote.is-style-large:after,
.single-post .blog-content .col-3-4 blockquote.wp-block-quote.is-style-large:before {
    display: none !important;
}


/* Latest Comments Gutenberg */

ol.wp-block-latest-comments li {
    list-style-type: none !important;
    margin-left: 0 !important;
}

ol.wp-block-latest-comments {
    margin-left: 5px !important;
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0 !important;
}

.wp-block-latest-posts.is-grid li {
    list-style-type: none;
}

.wp-block-latest-posts.is-grid {
    margin-left: 41px !important;
}

.wp-block-button__link {
    color: inherit !important;
}

/*------------------------------------------------------------------------------------------*/
/* 10. Responsiveness and Page Widths */
/*------------------------------------------------------------------------------------------*/

/*
SM Core
 */

.sm {
    position: relative;
    z-index: 9999;
}

.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li,
.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: not-allowed;
}

.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.sm,
.sm *,
.sm *:before,
.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
SM custom style
 */


.sm-aspen a,
.sm-aspen a:hover,
.sm-aspen a:focus,
.sm-aspen a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #555555;
    line-height: 17px;
}

.sm-aspen a.current {
    background: #555555;
    color: white;
}

.sm-aspen a.disabled {
    color: #cccccc;
}

.sm-aspen a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 14px/34px monospace !important;
    text-align: center;
    text-shadow: none;
}

.sm-aspen a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}

.sm-aspen li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-aspen>li:first-child {
    border-top: 0;
}

.sm-aspen ul {
    background: rgba(179, 179, 179, 0.1);
}

.sm-aspen ul a,
.sm-aspen ul a:hover,
.sm-aspen ul a:focus,
.sm-aspen ul a:active {
    font-size: 14px;
    border-left: 8px solid transparent;
}

.sm-aspen ul ul a,
.sm-aspen ul ul a:hover,
.sm-aspen ul ul a:focus,
.sm-aspen ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-aspen ul ul ul a,
.sm-aspen ul ul ul a:hover,
.sm-aspen ul ul ul a:focus,
.sm-aspen ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-aspen ul ul ul ul a,
.sm-aspen ul ul ul ul a:hover,
.sm-aspen ul ul ul ul a:focus,
.sm-aspen ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-aspen ul ul ul ul ul a,
.sm-aspen ul ul ul ul ul a:hover,
.sm-aspen ul ul ul ul ul a:focus,
.sm-aspen ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

@media (min-width: 961px) {

    /* Switch to desktop layout
    -----------------------------------------------
       These transform the menu tree from
       collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-aspen ul {
        position: absolute;
        width: 12em;
    }

    .sm-aspen.sm-rtl li {
        float: right;
    }

    .sm-aspen ul li,
    .sm-aspen.sm-rtl ul li,
    .sm-aspen.sm-vertical li {
        float: none;
    }

    .sm-aspen a {
        white-space: nowrap;
    }

    .sm-aspen ul a,
    .sm-aspen.sm-vertical a {
        white-space: normal;
    }

    .sm-aspen .sm-nowrap>li>a,
    .sm-aspen .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */
    .sm-aspen {
        background: white;
    }

    .sm-aspen a,
    .sm-aspen a:hover,
    .sm-aspen a:focus,
    .sm-aspen a:active,
    .sm-aspen a.highlighted {
        padding: 11px 20px;
        color: #555555;
    }

    .sm-aspen a:hover,
    .sm-aspen a:focus,
    .sm-aspen a:active,
    .sm-aspen a.highlighted {
        background: #eeeeee;
    }

    .sm-aspen a.current {
        background: #555555;
        color: white;
    }

    .sm-aspen a.disabled {
        background: white;
        color: #cccccc;
    }

    .sm-aspen a.has-submenu {
        padding-right: 32px;
    }

    .sm-aspen a span.sub-arrow {
        top: 50%;
        margin-top: -8px;
        right: 20px;
        width: 8px;
        height: 16px;
        font: 15px/16px monospace !important;
        background: transparent;
    }

    .sm-aspen a.highlighted span.sub-arrow:before {
        display: none;
    }

    .sm-aspen ul a.has-submenu {
        padding-right: 20px;
    }

    .sm-aspen ul a span.sub-arrow {
        right: auto;
        margin-left: -12px;
    }

    .sm-aspen ul>li {
        border-left: 0;
        border-top: 1px solid #eeeeee;
    }

    .sm-aspen ul>li:first-child {
        border-top: 0;
    }

    .sm-aspen span.scroll-up,
    .sm-aspen span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: white;
        height: 20px;
    }

    .sm-aspen span.scroll-up-arrow,
    .sm-aspen span.scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555555 transparent;
    }

    .sm-aspen span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
    }

    .sm-aspen.sm-rtl a.has-submenu {
        padding-right: 20px;
        padding-left: 32px;
    }

    .sm-aspen.sm-rtl a span.sub-arrow {
        right: auto;
        left: 20px;
    }

    .sm-aspen.sm-rtl.sm-vertical a.has-submenu {
        padding: 11px 20px;
    }

    .sm-aspen.sm-rtl.sm-vertical a span.sub-arrow {
        right: 20px;
        margin-right: -12px;
    }

    .sm-aspen.sm-rtl>li:first-child {
        border-left: 1px solid #eeeeee;
    }

    .sm-aspen.sm-rtl>li:last-child {
        border-left: 0;
    }

    .sm-aspen.sm-rtl ul a.has-submenu {
        padding: 11px 20px;
    }

    .sm-aspen.sm-rtl ul a span.sub-arrow {
        right: 20px;
        margin-right: -12px;
    }

    .sm-aspen.sm-vertical a span.sub-arrow {
        right: auto;
        margin-left: -12px;
    }

    .sm-aspen.sm-vertical li {
        border-left: 0;
        border-top: 1px solid #eeeeee;
    }

    .sm-aspen.sm-vertical>li:first-child {
        border-top: 0;
    }
}




/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {


    /* ----------------- Layout ----------------- */

    .row {
        padding: 30px 0;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-2-3,
    .col-3-4,
    .col-9-10,
    .row,
    .error404 .widget,
    .size-1of2,
    .size-1of3,
    .size-1of4,
    .size-1of5,
    .size-1of6,
    #promo-area [id*='monster-widget-'],
    #footer-instagram [id*='monster-widget-'],
    #footer-widgets [id*='monster-widget-'],
    .single.has-sidebar.header-style-four .blog-content .col-3-4 {
        width: 100%;
    }

    .error404 article.error-404,
    .search-no-results #blog-posts-overview {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-style-social-center p {
        text-align: center !important;
    }

    .header-full-width #site-header .row-menu {
        padding: 0 20px;
    }

    /* Gutenberg */

    .alignwide {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    /*-----------------Header Elements-----------------*/

    #show-mobile {
        display: block;
    }

    .logged-in.admin-bar #show-mobile {
        top: 75px;
    }

    .header-style-six.logged-in.admin-bar #show-mobile {
        top: 30px;
    }


    .sharing-box {
        display: none;
    }

    /* Logo */

    #logo h1 {
        font-size: 24px !important;
    }

    #logo-mobile {
        max-height: 50px !important;
        display: inline-block !important;
    }

    .has-logo-mobile #logo-primary,
    .has-logo-mobile #logo-secondary {
        display: none !important;
    }

    /* Header Navigation */

    #main-navigation,
    #header-bottom-inner .social-media,
    #header-bottom-inner #header-search,
    .header-style-four #header-sidebar nav,
    .header-style-four #header-sidebar #nav-html,
    .header-style-four #logo:after,
    .header-style-seven #header-bottom-inner:before,
    #header-cart .widget_shopping_cart,
    .swiper-slide-overlay p,
    #banner-slider a.more-link,
    .slbArrows,
    .slider-style-full-width .swiper-slide-overlay h2:after,
    .slider-style-normal-width .swiper-slide-overlay h2:after,
    .slider-style-wide .swiper-slide-overlay h2:after,
    .swiper-button-next,
    .swiper-button-prev,
    .scroll-up,
    .header-style-eight #header-box-left,
    .header-style-seven #header-icons .social-media,
    .header-style-seven #header-icons #header-search,
    .header-style-six #header-icons #header-search,
    .header-style-six #show-top,
    .header-style-five #header-search,
    .header-style-five #navleftpush,
    .header-style-four #header-search,
    .header-style-four #header-sidebar .social-media {
        display: none !important;
    }

    .header-style-four #header-icons {
        position: relative;
        float: right;
        margin-top: 0;
        top: -51px;
    }

    .header-style-seven #header-box-top,
    .header-style-eight #header-box-top {
        position: absolute;
        width: auto;
        right: 0;
        text-align: right;
        padding-top: 28px;
    }

    .header-style-seven #header-icons {
        margin-top: 0;
    }

    .header-style-seven #header-box-top #header-cart,
    .header-style-eight #header-box-top #header-cart {
        margin-right: 55px;
    }

    .header-style-seven #header-box-top {
        background: none;
    }


    /* Slider */

    .swiper-slide-overlay {
        padding: 40px 8% 40px 8% !important;
    }

    .slider-style-wide #banner-slider,
    .image-style-wide .blog-header.has-banner-background {
        width: auto;
        max-width: none;
        margin-left: 0 !important;
    }

    .slider-style-normal-width #banner-slider,
    .slider-style-two-columns-normal #banner-slider,
    .slider-style-three-columns-normal #banner-slider,
    .slider-style-four-columns-normal #banner-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .banner-type-slider #site-content,
    .banner-type-image #site-content,
    .header-style-one.banner-type-slider #site-content,
    .header-style-five.banner-type-slider #site-content,
    .header-style-six.banner-type-slider #site-content,
    .header-style-one.image-style-normal-width #site-content,
    .header-style-five.image-style-normal-width #site-content,
    .header-style-six.image-style-normal-width #site-content,
    .header-style-one.image-style-wide #site-content,
    .header-style-five.image-style-wide #site-content,
    .header-style-six.image-style-wide #site-content,
    .header-style-three.banner-type-slider #site-content,
    .header-style-three.image-style-normal-width #site-content,
    .header-style-three.image-style-wide #site-content,
    .header-style-eight.banner-type-slider #site-content,
    .header-style-eight.banner-type-image #site-content,
    .header-style-seven.banner-type-slider #site-content,
    .header-style-seven.banner-type-image #site-content,
    .header-style-one.banner-type-html #site-content,
    .header-style-three.banner-type-html #site-content,
    .header-style-six.banner-type-html #site-content,
    .header-style-seven.banner-type-html #site-content,
    .header-style-eight.banner-type-html #site-content,
    .header-style-five.banner-type-html #site-content {
        padding-top: 80px !important;
    }

    .search-results .blog-header-content {
        padding: 115px 15px 0 15px !important;
    }

    .search-results #blog-posts-overview {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-results .blog-header-content h1 {
        margin-bottom: 25px;
    }


    /* All Header Styles Height and Styling */
    #logo,
    #header-bottom-inner,
    #header-box-top,
    .header-style-eight #header-bottom,
    .header-style-seven #header-bottom {
        height: 80px !important;
    }

    .header-style-three #header-box-top {
        padding-top: 25px;
        text-align: left;
    }

    .header-style-three #header-icons,
    .header-style-three #header-icons-second {
        padding-top: 5px;
    }

    .header-style-four #logo:before,
    .header-style-seven #header-box-bottom:before,
    .header-style-seven #logo:before,
    .header-style-eight #header-box-bottom:before,
    .header-style-eight #logo:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .header-style-four #site-header {
        width: 100%;
        position: relative;
    }

    .header-style-four #header-sidebar {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 15px;
    }

    .header-style-four.banner-type-slider #header-sidebar,
    .header-style-seven.banner-type-slider #header-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    .header-style-four #site-content {
        margin-left: 0;
    }

    .header-style-four .aspen-full-width>div:first-of-type,
    .header-style-four .aspen-full-width footer>div:first-of-type {
        padding-left: 0 !important;
    }

    .header-style-one #logo img {
        max-height: 44px;
        max-width: 52px;
    }

    .header-style-two #logo img,
    .header-style-three #logo img,
    .header-style-four #logo img,
    .header-style-five #logo img,
    .header-style-six #logo img,
    .header-style-seven #logo img,
    .header-style-eight #logo img {
        max-height: 35px;
    }

    .header-style-four #logo,
    .header-style-eight #logo {
        margin: 0;
        text-align: left;
    }

    .header-style-eight #header-box-bottom,
    .header-style-seven #header-box-bottom {
        padding-top: 0;
        text-align: left;
    }

    .header-style-four #logo img {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .header-style-four #logo img,
    .header-style-seven #logo img,
    .header-style-eight #logo img {
        max-height: 35px;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .header-style-four #logo h1,
    .header-style-eight #logo h1 {
        height: auto;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .home.banner-type-none #site-content {
        padding: 65px 0 0 0 !important;
    }


    .home.has-banner-background .blog-header-content,
    .archive .blog-header-content,
    .single-post #site-content,
    .woocommerce .blog-header-content,
    .single-product.woocommerce #site-content,
    .page article.page {
        padding: 115px 0 30px 0 !important;
    }

    .single-product.woocommerce #site-content {
        padding: 90px 0 30px 0 !important;
    }

    .home.has-banner-background.banner-type-image .blog-header-content {
        padding: 60px 20px 60px 20px !important;
    }

    .blog-header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .image-style-normal-width .blog-header.has-banner-background {
        margin-left: 0;
        margin-right: 0;
    }

    #promo-area {
        padding-top: 20px;
    }

    .page-template-default article.page {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .header-style-one.banner-type-slider .swiper-slide-overlay {
        padding-top: 80px;
    }

    #banner-slider.swiper-container {
        height: 460px !important;
    }

    .home.has-banner-background.banner-type-image .has-banner-background.blog-header-content {
        padding: 80px 0 !important;
    }

    .blog-style-standard .col-3-4,
    .blog-style-grid .col-3-4,
    .blog-style-masonry .col-3-4,
    .blog-style-journal .col-3-4,
    .blog-style-split .col-3-4,
    .blog-style-timeline .col-3-4,
    .blog-style-minimal .col-3-4 {
        margin-top: 20px;
    }


    .header-style-one #header-bottom #logo,
    .header-style-one #header-bottom nav span {
        line-height: 64px;
    }

    .header-style-two #header-bottom #logo,
    .header-style-two #header-bottom nav span {
        line-height: 80px;
    }

    .header-style-one #header-icons {
        margin-top: 18px;
    }

    .header-style-two #header-icons {
        margin-top: 29px;
    }

    .header-style-one #logo h1,
    .header-style-two #logo h1 {
        vertical-align: middle;
    }

    .header-style-four #site-content,
    .home.header-style-four.banner-type-image .blog-header-content,
    .archive.header-style-four.has-banner-background .blog-header-content,
    .woocommerce.header-style-four.has-banner-background .blog-header-content,
    .blog.header-style-four.banner-type-image .blog-header-content,
    .archive .blog-header.no-banner-background .blog-header-content {
        margin-left: 0;
    }

    /* ----------------- Typography ----------------- */

    h1 {
        font-size: 40px !important;
    }

    .blog-header-content h1 {
        font-size: 32px !important;
    }

    .single .blog-header-content h1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-style-full-width .swiper-slide-overlay h2,
    .slider-style-normal-width .swiper-slide-overlay h2,
    .slider-style-wide .swiper-slide-overlay h2,
    [class*='slider-style-two-columns-'] #banner-slider h2,
    [class*='slider-style-three-columns-'] #banner-slider h2,
    [class*='slider-style-four-columns-'] #banner-slider h2,
    .slider-style-full-width .swiper-slide-overlay h2 a,
    .slider-style-normal-width .swiper-slide-overlay h2 a,
    .slider-style-wide .swiper-slide-overlay h2 a {
        font-size: 34px;
        padding-left: 0;
        padding-right: 0;
    }

    .blog-style-standard .blog-post-summary h2,
    .blog-style-journal .blog-post-summary-journal h2 {
        font-size: 28px;
    }

    h3.blog-section-title,
    #comments h3 {
        margin-bottom: 10px;
    }


    /* Quotes */

    .single-post .blog-content .col-3-4 blockquote,
    .blog-style-journal .blog-post-summary-journal blockquote {
        padding: 0 1% 0 1%;
    }

    .blog-style-standard .post_format-post-format-quote blockquote p,
    .blog-style-standard .post_format-post-format-quote blockquote footer:before {
        padding-left: 0;
    }


    /* ----------------- Blog Styles ----------------- */

    #sidebar {
        padding-top: 0px !important;
    }

    .has-sidebar #comments,
    .page-template-default #comments {
        padding-top: 35px;
    }

    #footer-widgets h3.widget-title {
        text-align: center;
    }

    #footer-widgets h3.widget-title:after {
        margin: 10px auto 5px auto;
    }

    #blog-posts-overview .blog-post-meta,
    #breadcrumb ul {
        line-height: normal;
    }

    #breadcrumb ul {
        margin-bottom: 15px;
    }

    .footer-widgets-inner {
        padding-top: 0;
    }

    .woocommerce-category-description,
    .archive .blog-header-content p {
        padding-left: 0;
        padding-right: 0;
    }

    figure.alignright,
    img.alignright,
    figure.alignleft,
    img.alignleft {
        float: none;
        margin: 10px 0 25px 0;
        width: auto !important;
        display: block;
    }

    .no-sidebar .blog-content {
        padding-left: 20px;
        padding-right: 20px;

    }

    .blog-style-standard.no-sidebar .blog-post-summary,
    .blog-style-journal.no-sidebar .blog-post-summary {
        max-width: 100%;
    }

    /* Pager */

    .sidebar-position-right #pagination-category,
    .sidebar-position-left #pagination-category {
        padding: 0;
    }

    /* Breadcrumb */

    #breadcrumb {
        padding: 0 20px;
    }

    /* Blog Style Standard */

    .blog-style-standard .blog-post-summary {
        margin-bottom: 35px;
        padding-bottom: 20px;
    }

    .blog-style-standard .blog-post-meta,
    .blog-style-standard .blog-post-image,
    .blog-style-standard .blog-post-link,
    .blog-post-summary .swiper-container,
    .blog-style-standard .blog-post-video,
    .single-post .blog-post-meta,
    .blog-style-split .blog-post-link {
        margin-bottom: 15px;
    }

    /* Blog Style Split */

    .blog-style-split .blog-post-summary .col-3,
    .blog-style-split .blog-post-summary .col-2-3 {
        width: 100%;
        float: none;
        padding: 0;
    }

    .blog-style-split .blog-post-summary .icon-size-1 a {
        width: 19px;
    }

    /* Blog Style Journal */

    .blog-post-summary-journal {
        padding: 25px;
        width: 90%;
        margin: -35px auto 0 auto;
    }

    .blog-style-journal .blog-post-summary {
        margin-bottom: 35px;
    }

    .blog-post-summary-journal .blog-post-comment {
        display: none;
    }


    /* Blog Style Minimal */

    .blog-style-minimal .blog-post-summary {
        width: 80%;
        margin-bottom: 60px;
    }

    .blog-post-letter {
        font-size: 200px;
        left: -40px;
    }

    .blog-style-minimal .blog-post-summary a.more-link {
        margin-bottom: 0;
    }

    .blog-style-minimal .blog-post-summary .social-icons {
        float: none;
        margin-top: 0;
    }

    .blog-style-minimal .blog-post-summary:after {
        margin-left: 0;
    }

    /* Blog Style Grid & Masonry */

    .blog-style-grid .blog-post-summary,
    .blog-style-masonry .blog-post-summary {
        float: none;
        width: 100%;
    }

    /* ----------------- Single Post Styles ----------------- */

    .blog-content .blog-post-content.row {
        padding-top: 0;
    }

    #blog-post-bottom-meta {
        padding-top: 15px;
    }

    #blog-post-bottom-meta .social-icons,
    #post-tags {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    /* Sharing Box */

    .sharing-box {
        display: none;
    }

    /* Author Info */

    #author-info {
        text-align: center;
    }

    #author-info .author-left,
    #author-info .author-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    /* Previous Next Posts */

    #pagination-single a:first-of-type {
        padding-right: 5px;
    }

    #pagination-single a:last-of-type {
        padding-left: 5px;
    }

    /* Similar Posts */

    #similar-posts {
        margin-bottom: 15px;
        padding-bottom: 50px;
    }

    #similar-posts [class*='col-'] {
        padding-bottom: 0;
    }

    /* Comments */

    #comments {
        padding: 20px;
    }

    .comment-list .comment {
        padding: 15px 0;
    }

    .comment-list .children {
        padding-left: 15px;
    }

    .comment-list p {
        margin-left: 0;
    }

    p.comment-meta {
        margin-bottom: 25px;
    }

    .comment-reply-link {
        margin-top: -5px;
    }

    .comment img {
        margin-right: 5px;
    }

    #commentform .comment-notes,
    #back-to-shop {
        text-align: left;
        width: 100%;
    }

    .comment-form .col-3 {
        padding-left: 0;
        padding-right: 0;
    }

    #blog-post-bottom-meta {
        text-align: center;
    }

    .blog-post-content #blog-post-bottom-meta ul.social-icons,
    .blog-has-sharing-icons #blog-post-bottom-meta #post-tags {
        width: 100%;
    }

    ul#post-tags {
        padding-top: 10px;
        text-align: center;
    }


    /* ----------------- Widgets ----------------- */

    /* Promo Item */

    .aspen-promo-item {
        max-width: 100%;
        min-width: auto;
        padding-bottom: 5px;
    }

    /* Instagram */

    #sbi_images .sbi_item {
        width: 33% !important;
    }

    #sb_instagram .sbi_photo {
        height: 120px !important;
    }

    .header-style-four #footer-instagram {
        margin-left: 0;
    }


    /* ----------------- Woo ----------------- */

    .woocommerce-2-columns .products .product:nth-of-type(2n+1),
    .woocommerce-3-columns .products .product:nth-of-type(3n+1),
    .woocommerce-4-columns .products .product:nth-of-type(4n+1),
    .woocommerce-5-columns .products .product:nth-of-type(5n+1) {
        clear: both;
    }

    .products .product {
        width: 100% !important;
    }

    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type {
        padding-right: 0 !important;
    }

    #customer_login .col-1 {
        width: 50%;
    }

    /* ----------------- Site Footer ----------------- */

    #site-footer,
    .footer-style-social-right .social-icons,
    #site-footer.footer-style-plain p {
        text-align: center;
    }

    #site-footer [class*='col-'] {
        padding: 5px 20px;
    }



    /* ----------------- Footer ----------------- */

    .header-style-four #site-footer {
        margin-left: 0;
    }

}

/* Mobile to Tablet Portrait
===============================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

    /* ----------------- Layout ----------------- */
    .row {
        padding: 30px 0;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-2-3,
    .col-3-4,
    .col-9-10,
    .row,
    .error404 .widget,
    .size-1of2,
    .size-1of3,
    .size-1of4,
    .size-1of5,
    .size-1of6,
    #promo-area [id*='monster-widget-'],
    #footer-instagram [id*='monster-widget-'],
    #footer-widgets [id*='monster-widget-'],
    .single.has-sidebar.header-style-four .blog-content .col-3-4 {
        width: 100%;
    }

    [class*='col-'] {
        padding: 20px;
    }

    .header-full-width #site-header .row-menu {
        padding: 0 20px;
    }

    .error404 article.error-404,
    .search-no-results #blog-posts-overview {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sharing-box {
        display: none;
    }


    /* Gutenberg */

    .alignwide {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /*-----------------Header Elements-----------------*/

    #show-mobile {
        display: block;
    }

    .logged-in.admin-bar #show-mobile {
        top: 75px;
    }

    .header-style-six.logged-in.admin-bar #show-mobile {
        top: 30px;
    }

    .header-style-three #header-icons,
    .header-style-three #header-icons-second {
        padding-top: 5px;
    }

    @

    /* Logo */
    #logo h1 {
        font-size: 24px !important;
    }

    #logo-mobile {
        max-height: 50px !important;
        display: inline-block !important;
    }

    .has-logo-mobile #logo-primary,
    .has-logo-mobile #logo-secondary {
        display: none !important;
    }

    /* Header Navigation */

    #main-navigation,
    #header-bottom-inner .social-media,
    #header-bottom-inner #header-search,
    .header-style-four #header-sidebar nav,
    .header-style-four #header-sidebar #nav-html,
    .header-style-four #logo:after,
    .header-style-seven #header-bottom-inner:before,
    #header-cart .widget_shopping_cart,
    .swiper-slide-overlay p,
    #banner-slider a.more-link,
    .slbArrows,
    .slider-style-full-width .swiper-slide-overlay h2:after,
    .slider-style-normal-width .swiper-slide-overlay h2:after,
    .slider-style-wide .swiper-slide-overlay h2:after,
    .swiper-button-next,
    .swiper-button-prev,
    .scroll-up,
    .header-style-eight #header-box-left,
    .header-style-seven #header-icons .social-media,
    .header-style-seven #header-icons #header-search,
    .header-style-six #header-icons #header-search,
    .header-style-six #show-top,
    .header-style-five #header-search,
    .header-style-five #navleftpush,
    .header-style-four #header-search,
    .header-style-four #header-sidebar .social-media {
        display: none !important;
    }

    .header-style-four #header-icons {
        position: relative;
        float: right;
        margin-top: 0;
        top: 28px;
    }

    .header-style-five #header-icons {
        margin-top: 0;
        top: 28px;
    }

    .header-style-seven #header-box-top,
    .header-style-eight #header-box-top {
        position: absolute;
        width: auto;
        right: 0;
        text-align: right;
        padding-top: 28px;
    }

    .header-style-seven #header-icons {
        margin-top: 0;
    }

    .header-style-seven #header-box-top #header-cart,
    .header-style-eight #header-box-top #header-cart {
        margin-right: 60px;
    }

    .header-style-seven #header-box-top {
        background: none;
    }

    /* Slider */

    .header-style-one.banner-type-slider #site-content,
    .header-style-five.banner-type-slider #site-content,
    .header-style-six.banner-type-slider #site-content,
    .header-style-three.banner-type-slider #site-content,
    .header-style-three.image-style-normal-width #site-content,
    .header-style-three.image-style-wide #site-content,
    .header-style-eight.banner-type-slider #site-content,
    .header-style-eight.banner-type-image #site-content,
    .header-style-eight.banner-type-slider #site-content,
    .header-style-four.banner-type-slider #site-content,
    .header-style-four.image-style-normal-width #site-content,
    .header-style-four.image-style-wide #site-content,
    .header-style-seven.banner-type-slider #site-content,
    .header-style-one.banner-type-html #site-content,
    .header-style-three.banner-type-html #site-content,
    .header-style-six.banner-type-html #site-content,
    .header-style-seven.banner-type-html #site-content,
    .header-style-five.banner-type-html #site-content,
    .header-style-eight.banner-type-html #site-content {
        padding-top: 80px !important;
    }

    .search-results .blog-header-content {
        padding: 115px 15px 0 15px !important;
    }

    .search-results #blog-posts-overview {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-results .blog-header-content h1 {
        margin-bottom: 25px;
    }

    .swiper-slide-overlay {
        padding: 40px 8% 40px 8% !important;
    }

    .slider-style-normal-width #banner-slider,
    .slider-style-two-columns-normal #banner-slider,
    .slider-style-three-columns-normal #banner-slider,
    .slider-style-four-columns-normal #banner-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .slider-style-wide #banner-slider,
    .image-style-wide .blog-header.has-banner-background {
        width: auto;
        max-width: none;
        margin-left: 0 !important;
    }


    /* All Header Styles Height and Styling */
    .header-style-one #logo,
    .header-style-one #header-bottom-inner,
    .header-style-three #header-box-top,
    .header-style-five #logo,
    .header-style-five #header-bottom,
    .header-style-six #header-bottom,
    .header-style-six #header-bottom-inner,
    .header-style-six #logo,
    .header-style-eight #header-box-bottom,
    .header-style-eight #header-bottom-inner,
    .header-style-eight #logo,
    .header-style-four #logo,
    #logo,
    #header-bottom-inner,
    #header-box-top,
    .header-style-eight #header-bottom,
    .header-style-seven #header-bottom {
        height: 80px;
    }

    .header-style-one #logo,
    .header-style-one #header-bottom-inner {
        height: 64px;
    }

    .header-style-three #header-box-top {
        padding-top: 25px;
        text-align: left;
    }

    .header-style-four #logo:before,
    .header-style-seven #header-box-bottom:before,
    .header-style-seven #logo:before,
    .header-style-eight #header-box-bottom:before,
    .header-style-eight #logo:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .header-style-seven #header-box-bottom,
    .header-style-eight #header-box-bottom,
    .header-style-four #header-sidebar {
        height: 80px;
        padding: 0;
        text-align: left;
    }

    .header-style-four #site-header {
        width: 100%;
        position: relative;
    }

    .header-style-four #header-sidebar {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 15px;
    }

    .header-style-four.banner-type-slider #header-sidebar,
    .header-style-seven.banner-type-slider #header-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    .header-style-four #site-content {
        margin-left: 0;
    }

    .header-style-four .aspen-full-width>div:first-of-type,
    .header-style-four .aspen-full-width footer>div:first-of-type {
        padding-left: 0 !important;
    }

    .header-style-one #logo img {
        max-height: 44px;
        max-width: 52px;
    }

    .header-style-two #logo img,
    .header-style-three #logo img,
    .header-style-four #logo img,
    .header-style-five #logo img,
    .header-style-six #logo img,
    .header-style-seven #logo img,
    .header-style-eight #logo img {
        max-height: 35px;
    }

    .header-style-four #logo,
    .header-style-eight #logo {
        margin: 0;
        width: auto;
    }

    .header-style-four #site-content,
    .home.header-style-four.banner-type-image .blog-header-content,
    .archive.header-style-four.has-banner-background .blog-header-content,
    .woocommerce.header-style-four.has-banner-background .blog-header-content,
    .blog.header-style-four.banner-type-image .blog-header-content,
    .archive .blog-header.no-banner-background .blog-header-content {
        margin-left: 0;
    }

    .header-style-eight #header-box-bottom {
        padding-top: 0;
        text-align: left;
    }

    .header-style-four #logo img {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .header-style-four #logo img,
    .header-style-seven #logo img,
    .header-style-eight #logo img {
        max-height: 35px;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .header-style-four #logo h1,
    .header-style-eight #logo h1 {
        height: auto;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .home.has-banner-background .blog-header-content,
    .archive .blog-header-content,
    .single-post #site-content,
    .woocommerce .blog-header-content,
    .single-product.woocommerce #site-content,
    .page article.page {
        padding: 125px 0 30px 0 !important;
    }

    .home.banner-type-none #site-content {
        padding: 45px 0 60px 0 !important;
    }


    .page-template-default article.page {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .home.has-banner-background.banner-type-image .blog-header-content {
        padding: 60px 20px 60px 20px !important;
    }

    .image-style-normal-width .blog-header.has-banner-background {
        margin-left: 0;
        margin-right: 0;
    }

    #banner-slider.swiper-container {
        height: 360px !important;
    }

    .header-style-one #header-bottom #logo,
    .header-style-one #header-bottom nav span {
        line-height: 64px;
    }

    .header-style-two #header-bottom #logo,
    .header-style-two #header-bottom nav span {
        line-height: 80px;
    }

    .header-style-one #header-icons {
        margin-top: 18px;
    }

    .header-style-two #header-icons {
        margin-top: 29px;
    }

    .header-style-one #logo h1,
    .header-style-two #logo h1 {
        vertical-align: middle;
    }

    /* ----------------- Typography ----------------- */

    h1 {
        font-size: 48px !important;
    }

    .blog-header-content h1 {
        font-size: 34px !important;
    }

    .single .blog-header-content h1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-style-full-width .swiper-slide-overlay h2,
    .slider-style-normal-width .swiper-slide-overlay h2,
    .slider-style-wide .swiper-slide-overlay h2,
    [class*='slider-style-two-columns-'] #banner-slider h2,
    [class*='slider-style-three-columns-'] #banner-slider h2,
    [class*='slider-style-four-columns-'] #banner-slider h2,
    .slider-style-full-width .swiper-slide-overlay h2 a,
    .slider-style-normal-width .swiper-slide-overlay h2 a,
    .slider-style-wide .swiper-slide-overlay h2 a {
        font-size: 34px;
        padding-left: 0;
        padding-right: 0;
    }

    .blog-style-standard .blog-post-summary h2,
    .blog-style-journal .blog-post-summary-journal h2 {
        font-size: 36px;
    }

    h3.blog-section-title,
    #comments h3 {
        margin-bottom: 10px;
    }

    /* Quotes */

    .single-post .blog-content .col-3-4 blockquote,
    .blog-style-journal .blog-post-summary-journal blockquote {
        padding: 0 1% 0 1%;
    }

    .blog-style-standard .post_format-post-format-quote blockquote p,
    .blog-style-standard .post_format-post-format-quote blockquote footer:before {
        padding-left: 0;
    }

    /* ----------------- Blog Styles ----------------- */

    #sidebar {
        padding-top: 0px !important;
    }

    .has-sidebar #comments,
    .page-template-default #comments {
        padding-top: 35px;
    }

    #footer-widgets h3.widget-title {
        text-align: center;
    }

    #footer-widgets h3.widget-title:after {
        margin: 10px auto 5px auto;
    }

    #blog-posts-overview .blog-post-meta,
    #breadcrumb ul {
        line-height: normal;
    }

    #breadcrumb ul {
        margin-bottom: 15px;
    }

    figure.alignright,
    img.alignright,
    figure.alignleft,
    img.alignleft {
        float: none;
        margin: 10px 0 25px 0;
        width: auto !important;
        display: block;
    }

    .woocommerce-category-description,
    .archive .blog-header-content p {
        padding-left: 0;
        padding-right: 0;
    }

    .no-sidebar .blog-content {
        padding-left: 20px;
        padding-right: 20px;

    }

    #sidebar.col-4 {
        width: 480px;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }

    .blog-style-standard.no-sidebar .blog-post-summary,
    .blog-style-journal.no-sidebar .blog-post-summary {
        max-width: 100%;
    }

    /* Pager */

    .sidebar-position-right #pagination-category,
    .sidebar-position-left #pagination-category {
        padding: 0;
    }

    /* Breadcrumb */

    #breadcrumb {
        padding: 0 20px;
    }

    /* Blog Style Standard */

    .blog-style-standard .blog-post-summary {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

    .blog-style-standard .blog-post-meta,
    .blog-style-standard .blog-post-image,
    .blog-style-standard .blog-post-link,
    .blog-post-summary .swiper-container,
    .blog-style-standard .blog-post-video,
    .single-post .blog-post-meta,
    .blog-style-split .blog-post-link {
        margin-bottom: 15px;
    }

    /* Blog Style Split */

    .blog-style-split .blog-post-summary .col-3,
    .blog-style-split .blog-post-summary .col-2-3 {
        width: 100%;
        float: none;
        padding: 0;
    }

    /* Blog Style Journal */

    .blog-post-summary-journal {
        padding: 30px;
        width: 90%;
        margin: -35px auto 0 auto;
    }


    /* Blog Style Minimal */

    .blog-style-minimal .blog-post-summary {
        width: 80%;
        margin-bottom: 60px;
    }

    .blog-post-letter {
        font-size: 200px;
        left: -40px;
    }

    .blog-style-minimal .blog-post-summary a.more-link {
        margin-bottom: 0;
    }

    .blog-style-minimal .blog-post-summary .social-icons {
        margin-top: 0;
    }

    .blog-style-minimal .blog-post-summary:after {
        margin-left: 0;
    }

    /* Blog Style Grid & Masonry */

    .blog-style-grid .blog-post-summary,
    .blog-style-masonry .blog-post-summary {
        float: none;
        width: 100%;
    }

    /* ----------------- Single Post Styles ----------------- */

    .blog-content .blog-post-content.row {
        padding-top: 0;
    }

    #blog-post-bottom-meta {
        padding-top: 15px;
    }

    .blog-post-content #blog-post-bottom-meta ul.social-icons,
    ul#post-tags {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    ul#post-tags {
        padding-top: 10px;
    }

    /* Sharing Box */

    .sharing-box {
        position: relative;
        top: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .sharing-box {
        overflow: hidden;
    }

    .sharing-box span,
    .sharing-box .social-icons {
        display: inline-block;
        padding-right: 10px;
    }

    /* Author Info */

    #author-info {
        text-align: center;
    }

    #author-info .author-left,
    #author-info .author-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    /* Previous Next Posts */

    #pagination-single a:first-of-type {
        padding-right: 5px;
    }

    #pagination-single a:last-of-type {
        padding-left: 5px;
    }

    /* Similar Posts */

    #similar-posts {
        margin-bottom: 15px;
        padding-bottom: 50px;
    }

    #similar-posts [class*='col-'] {
        padding-bottom: 0;
    }

    /* Comments */

    #comments {
        padding: 20px;
    }

    .comment-list .comment {
        padding: 15px;
    }

    .comment-list .children {
        padding-left: 15px;
    }

    .comment-list p {
        margin-left: 0;
    }

    .comment img {
        margin-right: 10px;
    }

    #commentform .comment-notes {
        text-align: left;
        width: 100%;
    }

    .comment-form .col-3 {
        padding-left: 0;
        padding-right: 0;
    }


    /* ----------------- Widgets ----------------- */

    /* Promo Item */

    .aspen-promo-item {
        max-width: 480px;
        min-width: auto;
        padding-bottom: 5px;
        float: none;
        margin: 0 auto;
    }

    /* Instagram */

    #sbi_images .sbi_item {
        width: 33% !important;
    }


    #sb_instagram .sbi_photo {
        height: 180px !important;
    }


    #footer-instagram {
        border-top: 1px solid #e5e5e5;
        padding: 40px 40px 0 40px;
        clear: both;
    }

    .header-style-four #footer-instagram {
        margin-left: 0;
    }


    /* ----------------- Footer ----------------- */

    #site-footer,
    .footer-style-social-right .social-icons,
    #site-footer.footer-style-plain p {
        text-align: center;
    }

    #site-footer [class*='col-'] {
        padding: 5px 20px;
    }

    .header-style-four #site-footer {
        margin-left: 0;
    }


}

/* Mobile to Tablet to Desktop
===============================*/

@media only screen and (min-width: 767px) and (max-width: 960px) {

    /*-----------------Header Elements-----------------*/

    #show-mobile {
        display: block;
    }

    .header-style-one #logo,
    .header-style-one #header-bottom-inner,
    .header-style-three #header-box-top,
    .header-style-five #logo,
    .header-style-five #header-bottom,
    .header-style-six #header-bottom,
    .header-style-six #header-bottom-inner,
    .header-style-six #logo,
    .header-style-eight #header-box-bottom,
    .header-style-eight #header-bottom-inner,
    .header-style-eight #logo,
    .header-style-four #logo,
    .header-style-three #logo,
    .header-style-eight #header-bottom {
        height: 80px;
    }

    .header-style-one #logo,
    .header-style-one #header-bottom-inner {
        height: 64px;
    }

    .header-style-one.banner-type-slider #site-content,
    .header-style-five.banner-type-slider #site-content,
    .header-style-six.banner-type-slider #site-content,
    .header-style-one.image-style-normal-width #site-content,
    .header-style-five.image-style-normal-width #site-content,
    .header-style-six.image-style-normal-width #site-content,
    .header-style-one.image-style-wide #site-content,
    .header-style-five.image-style-wide #site-content,
    .header-style-six.image-style-wide #site-content,
    .header-style-three.banner-type-slider #site-content,
    .header-style-three.image-style-normal-width #site-content,
    .header-style-three.image-style-wide #site-content,
    .header-style-four.banner-type-slider #site-content,
    .header-style-four.image-style-normal-width #site-content,
    .header-style-four.image-style-wide #site-content,
    .header-style-eight.banner-type-slider #site-content,
    .header-style-eight.banner-type-image #site-content,
    .header-style-seven.banner-type-slider #site-content,
    .header-style-seven.banner-type-image #site-content {
        padding-top: 80px !important;
    }

    .search-results .blog-header-content {
        padding: 115px 15px 0 15px !important;
    }

    .search-results #blog-posts-overview {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-results .blog-header-content h1 {
        margin-bottom: 25px;
    }

    /* Logo */
    #logo h1 {
        font-size: 24px !important;
    }


    /* Slider */

    .swiper-slide-overlay {
        padding: 0 8%;
    }

    .slider-style-wide #banner-slider,
    .image-style-wide .blog-header.has-banner-background {
        width: auto;
        max-width: none;
        margin-left: 0 !important;
    }


    /* Header Navigation */

    .header-style-three #header-icons,
    .header-style-three #header-icons-second {
        padding-top: 5px;
    }


    #main-navigation,
    #header-bottom-inner .social-media,
    #header-bottom-inner #header-search,
    .header-style-four #header-sidebar nav,
    .header-style-four #header-sidebar #nav-html,
    .header-style-four #logo:after,
    .header-style-seven #header-bottom-inner:before,
    .header-style-eight #header-box-left,
    .header-style-seven #header-icons .social-media,
    .header-style-seven #header-icons #header-search,
    .header-style-six #header-icons #header-search,
    .header-style-six #show-top,
    .header-style-five #header-search,
    .header-style-five #navleftpush,
    .header-style-four #header-search,
    .header-style-four #header-sidebar .social-media {
        display: none !important;
    }

    .header-style-four #header-icons {
        position: relative;
        float: right;
        margin-top: 0;
        top: 28px;
    }

    .header-style-five #header-icons {
        margin-top: 0;
        top: 28px;
    }


    .header-style-seven #header-box-top,
    .header-style-eight #header-box-top {
        position: absolute;
        width: auto;
        right: 0;
        text-align: right;
        padding-top: 28px;
    }

    .header-style-seven #header-icons {
        margin-top: 0;
    }

    .header-style-seven #header-box-top #header-cart,
    .header-style-eight #header-box-top #header-cart {
        margin-right: 60px;
    }

    .header-style-seven #header-box-top {
        background: none;
    }


    .header-style-three #header-box-top {
        padding-top: 25px;
        text-align: left;
    }

    .header-style-four #logo:before,
    .header-style-seven #header-box-bottom:before,
    .header-style-seven #logo:before,
    .header-style-eight #header-box-bottom:before,
    .header-style-eight #logo:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .header-style-seven #header-box-bottom,
    .header-style-eight #header-box-bottom,
    .header-style-four #header-sidebar,
    .header-style-seven #header-bottom {
        height: 80px;
        padding: 0;
        text-align: left;
    }

    .header-style-seven #header-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-style-four #site-header {
        width: 100%;
        position: relative;
    }

    .header-style-four #header-sidebar {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 15px;
    }

    .header-style-four.banner-type-slider #header-sidebar,
    .header-style-seven.banner-type-slider #header-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    .header-style-four #site-content {
        margin-left: 0;
    }

    .header-style-four .aspen-full-width>div:first-of-type,
    .header-style-four .aspen-full-width footer>div:first-of-type {
        padding-left: 0 !important;
    }

    .header-style-one #logo img {
        max-height: 44px;
        max-width: 52px;
    }

    .header-style-two #logo img,
    .header-style-three #logo img,
    .header-style-four #logo img,
    .header-style-five #logo img,
    .header-style-six #logo img,
    .header-style-seven #logo img,
    .header-style-eight #logo img {
        max-height: 35px;
    }

    .header-style-four #logo {
        margin: 0;
        width: auto;
    }

    .header-style-four #logo img {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .header-style-four #logo img,
    .header-style-seven #logo img,
    .header-style-eight #logo img {
        max-height: 35px;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .header-style-four #logo h1,
    .header-style-eight #logo h1 {
        height: auto;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }


    .home.has-banner-background .blog-header-content,
    .archive .blog-header-content,
    .single-post #site-content,
    .woocommerce .blog-header-content {
        padding: 150px 0 55px 0 !important;
    }

    .single-product.woocommerce #site-content,
    .page article.page {
        padding: 125px 0 30px 0 !important;
    }

    .page-template-default article.page {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .home.has-banner-background.banner-type-image .blog-header-content,
    .blog.has-banner-background.banner-type-image .blog-header-content {
        padding: 80px 20px 80px 20px !important;
    }

    .image-style-normal-width .blog-header.has-banner-background {
        margin-left: 0;
        margin-right: 0;
    }

    .header-style-one.banner-type-slider .swiper-slide-overlay {
        padding-top: 80px;
    }

    .header-style-three.header-transparent .aspen-full-width .swiper-container,
    .header-style-seven.header-transparent .aspen-full-width .swiper-container {
        height: 680px;
    }

    .slider-style-full-width .swiper-slide-overlay h2,
    .slider-style-normal-width .swiper-slide-overlay h2,
    .slider-style-wide .swiper-slide-overlay h2,
    [class*='slider-style-two-columns-'] #banner-slider h2,
    [class*='slider-style-three-columns-'] #banner-slider h2,
    [class*='slider-style-four-columns-'] #banner-slider h2 {
        padding-left: 0;
        padding-right: 0;
    }

    .header-style-one #logo h1 {
        vertical-align: middle;
    }

    .header-style-one #header-bottom #logo,
    .header-style-one #header-bottom nav span {
        line-height: 64px;
    }

    .header-style-two #header-bottom #logo,
    .header-style-two #header-bottom nav span {
        line-height: 80px;
    }

    .header-style-one #header-icons {
        margin-top: 18px;
    }

    .header-style-two #header-icons {
        margin-top: 29px;
    }

    .header-style-one #logo h1,
    .header-style-two #logo h1 {
        vertical-align: middle;
    }

    .header-full-width #site-header .row-menu {
        padding: 0 20px;
    }

    .home.banner-type-none #site-content {
        padding: 40px 0 0 0 !important;
    }

    .sidebar-position-right #pagination-category {
        padding-right: 0;
    }

    .has-sidebar #comments,
    .page-template-default #comments {
        padding-top: 35px;
    }

    #footer-widgets h3.widget-title {
        text-align: center;
    }

    #footer-widgets h3.widget-title:after {
        margin: 10px auto 5px auto;
    }

    #blog-posts-overview .blog-post-meta,
    #breadcrumb ul {
        line-height: normal;
    }

    .header-style-four #footer-instagram {
        margin-left: 0;
    }


    /* ----------------- Single Post Styles ----------------- */

    #sidebar.col-4 {
        width: 480px;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }

    #footer-widgets {
        clear: both;
        margin: 0 auto;
    }

    [class*='slider-style-two-columns-'] #banner-slider h2 {
        font-size: 27px;
    }

    .slider-style-two-columns-full #banner-slider a.more-link,
    [class*='slider-style-two-columns-'] #banner-slider .swiper-slide-overlay p,
    .slider-style-three-columns-full #banner-slider a.more-link,
    [class*='slider-style-three-columns-'] #banner-slider .swiper-slide-overlay p,
    .slider-style-four-columns-full #banner-slider a.more-link,
    [class*='slider-style-four-columns-'] #banner-slider .swiper-slide-overlay p {
        display: none;
    }


    #promo-area [id*='monster-widget-'],
    #footer-instagram [id*='monster-widget-'],
    #footer-widgets [id*='monster-widget-'] {
        width: 100%;
    }

    #blog-posts-overview .col-3-4,
    .blog-content .col-3-4,
    .page-template.has-sidebar .col-3-4 {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    #author-info .author-right {
        width: 75%;
    }

    /* ----------------- Widgets ----------------- */

    /* Promo Item */

    .aspen-promo-item {
        min-width: 250px;
        padding: 20px 10px 20px 10px;
    }

    /* ----------------- Footer ----------------- */

    .header-style-four #site-footer {
        margin-left: 0;
    }

}

/* Mobile to Tablet to Desktop
===============================*/

@media only screen and (min-width: 960px) and (max-width: 1220px) {


    /* ----------------- Single Post Styles ----------------- */

    #sidebar.col-4 {
        width: 33%;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }

    #blog-posts-overview .col-3-4,
    .blog-content .col-3-4,
    .page-template.has-sidebar .col-3-4 {
        width: 66%;
    }

    /* Author Info */

    #author-info .author-right {
        width: 83%;
    }

    /* ------------------ Blog Styles -------------- */

    .header-style-four.blog-style-standard.no-sidebar .blog-post-summary,
    .header-style-four.blog-style-journal.no-sidebar .blog-post-summary {
        max-width: 100%;
    }

    .search-results #blog-posts-overview,
    .search-results .blog-header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* ----------------- Widgets ----------------- */

    /* Promo Item */

    .aspen-promo-item {
        min-width: 320px;
        padding: 20px 10px 20px 10px;
    }

    .header-style-four .aspen-promo-item {
        min-width: 220px;
    }


    /* ----------------- WooCommerce ----------------- */

    .shop_table .actions input[type="submit"] {
        padding: 10px 12px;
        margin-top: 16px;
    }

    .wc-proceed-to-checkout a,
    input#place_order {
        text-align: center;
    }

}

@media (min-width: 960px) {

    #site-content,
    #footer-widgets,
    .header-style-four #site-footer {
        max-width: 1200px;
        margin: auto;
    }

    .header-style-four .swiper-pagination {
        padding-left: 260px;
    }

    .header-style-four #footer-widgets,
    .header-style-four #site-footer {
        margin-left: 280px;
    }

    .header-style-four.banner-type-slider .swiper-pagination {
        padding-left: 0;
    }

    .header-style-four.banner-type-slider.slider-style-normal-width #site-content,
    .header-style-four.banner-type-image.image-style-normal-width #site-content {
        padding-top: 40px;
    }

    .page.header-style-four article.page {
        padding-top: 40px;
    }

    .header-style-four.banner-type-slider.slider-style-full-width #banner-slider,
    .header-style-four.banner-type-html .aspen-banner-html {
        max-width: 1200px;
        margin-left: 260px;
    }

    .header-style-four #banner-slider,
    .header-style-four.banner-type-image.image-style-full-width .blog-header.has-banner-background {
        margin-left: 260px;
    }

    .page-template.header-style-four.no-sidebar #site-content {
        padding-left: 20px;
    }

    .header-style-four.banner-type-slider.slider-style-normal-width #banner-slider {
        margin-left: 20px;
    }


    .header-style-four.banner-type-image.image-style-full-width .blog-header.has-banner-background .blog-header-content {
        max-width: 1200px;
        margin: 0;
    }

    .header-style-four .footer-widgets-inner:after {
        margin: 20px 0 0 15px;
    }


    .header-style-seven #header-box-top #header-cart a#header-cart-trigger,
    .header-style-seven #site-header #header-bottom.shrink-sticky #main-navigation a,
    .header-style-seven #site-header #header-bottom.shrink-sticky #header-search a,
    .header-style-seven #site-header #header-bottom.shrink-sticky .social-media a {
        color: #fff !important;
    }


    .header-style-seven #main-navigation li:first-of-type {
        padding-left: 0;
    }

    .header-style-four.no-sidebar #respond {
        margin-left: 370px;
    }


    .header-style-one .shrink,
    .header-style-two .shrink,
    .header-style-three .shrink,
    .header-style-five .shrink,
    .header-style-six .shrink,
    .header-style-seven .shrink,
    .header-style-eight .shrink {
        -webkit-transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -moz-transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -o-transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -ms-transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
        transition: all .3s cubic-bezier(0.694, 0.0482, 0.335, 1);
    }


}

@media (min-width: 1200px) {

    .row {
        width: 1170px;
    }


    .search-results #blog-posts-overview .row {
        width: 860px
    }

}

@media (min-width: 1220px) {

    body.design-boxed #banner-slider {
        width: 1220px;
        margin-left: -10px;
    }

    body.design-boxed #site-wrapper {
        background: #fff;
        max-width: 1220px;
        margin: 0 auto;
        position: relative;
    }

    body.design-boxed #header-bottom.shrink-sticky {
        max-width: 1220px;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .has-sidebar #blog-posts-overview .col-3-4,
    .single.has-sidebar .blog-content .col-3-4,
    .page-template-default.page.has-sidebar .entry-content.col-3-4,
    .has-sidebar.woocommerce .entry-content.col-3-4,
    .page-template.has-sidebar .col-3-4,
    .search-results #blog-posts-overview .row {
        width: 860px
    }

    #sidebar {
        width: 340px;
    }

    .header-style-four.has-sidebar #blog-posts-overview .col-3-4,
    .single.header-style-four.has-sidebar .blog-content .col-3-4,
    .page-template-default.page.header-style-four.has-sidebar .entry-content.col-3-4,
    .header-style-four.has-sidebar.woocommerce .entry-content.col-3-4,
    .header-style-four.has-sidebar .col-3-4 {
        /*width:660px;*/
        width: 70%;
    }

    .single.blog-has-sharing-icons.header-style-four.has-sidebar .blog-content .col-3-4 {
        padding-left: 80px;
    }



    .header-style-four.has-sidebar #sidebar {
        /*width:260px;*/
        width: 30%;
    }

    .header-style-four.has-sidebar #promo-area .aspen-promo-item {
        min-width: 307px;
    }

}

@media only screen and (max-width: 960px) and (min-width: 280px) {

    .mobile-sticky #header-sidebar,
    .mobile-sticky #show-mobile {
        background: #fff;
        position: fixed !important;
    }

    .mobile-sticky #header-cart {
        position: fixed;
        right: 60px;
        margin-right: 0;
    }

    .mobile-sticky #header-sidebar {
        width: 100%;
    }

    .mobile-sticky #logo {
        position: fixed;
        left: 0;
        width: 100%;
        margin-left: 0;
        padding-left: 20px;
        text-align: left;
        background: #fff;
        transition: none !important;
    }

    .mobile-sticky #logo img {
        max-height: 35px !important;
    }

    .mobile-sticky #logo img#logo-mobile {
        max-height: 50px !important;
    }

    .sticky {
        transition: none !important;
    }
}


@media only screen and (max-width: 960px) and (min-width: 480px) {

    .mobile-sticky.logged-in.admin-bar #header-bottom.shrink-sticky {
        top: 0;
    }

}

@media only screen and (max-width: 599px) and (min-width: 280px) {

    html #wpadminbar {
        position: fixed !important;
    }

    .mobile-sticky.logged-in.admin-bar #header-bottom.shrink-sticky {
        top: 0;
    }

}

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

    #wpadminbar.mobile {
        position: fixed !important;
    }

}