@charset "UTF-8";
/*
*
*
Theme Name: destination
Theme URI: designcrazzy.com/demo/destination_wp
Description: Wordpress Theme, best suited for personal blogs, News and Blogs
Author: Design Crazzy
Author URI: https://themeforest.net/user/designcrazzy
Version: 1.5
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: destination
Tags: custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
*
*
*/
/*--------------------------------------------------------------
   TABLE OF CONTENTS:
----------------------------------------------------------------
  #Reset
  #Basic Styles
  #Site Styles
  #Typography
  #Links
  #Lists
  #Images
  #Buttons
  #Forms
  #Misc
  #Home Slider
  #Latest Blog Home
  #Footer
  #Blog Page
  #Pagniation
  #Sidebar
  #Blog Detail Page
  #Audio

*/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/* 
 *  Owl Carousel - Core
 */
/**
 * 1. =Resets & Core Elements
 * ----------------------------------------------------------------------------
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video,
button, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-family: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

a:hover {
    text-decoration: none;
}

/* #Lists
================================================== */
ul,
ol {
    margin-bottom: 20px;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}

ul {
    list-style: disc inside;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

li p {
    line-height: 21px;
}

ul.large li {
    line-height: 21px;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

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

/* Be compatible with "input" defaults */
button,
input[type=submit] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Normalize webkit search */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
}

/* Fix IE scrollbar */
textarea {
    overflow: auto;
}

a img {
    border: 0;
}

/* Responsive images */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Reset placeholder color */
::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

/* Code block */
pre {
    display: block;
    font-family: Monaco, Monospace;
    font-size: 14px;
    line-height: 22px;
    background-color: #f5f5f5;
    overflow: auto;
    word-wrap: break-word;
    padding: 20px;
    margin-bottom: 30px;
}

/* #Basic Styles
================================================== 
*/
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    display: flex;
    flex-direction: column;
}

button,
select,
input {
    font-family: "Montserrat", sans-serif;
}

/*  Blockquotes  */
blockquote,
blockquote p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 300;
}

blockquote {
    padding: 20px 20px 20px 20px;
    border: none;
    border-left: 6px solid #ddd;
    border-radius: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
================================================== */
a {
    transition: color 0.2s ease-out;
}

a,
a:visited,
a:before,
a:after {
    color: #000;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

p a,
p a:visited {
    line-height: inherit;
}

/*Default Style for editor*/
table,
th,
td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

.calendar_wrap th {
    color: #000;
    text-align: center;
}

.calendar_wrap td {
    font-size: 12px;
    text-align: center;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

ul,
ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

.mb-container:after, #mb-content:after {
    content: "";
    display: table;
    clear: both;
}

#mb-content.content-fullwidth #mb-main,
#mb-content.content-narrow #mb-main {
    width: 100%;
}

#inner-wrapper {
    flex: 1;
}

#mb-content.content-narrow {
    justify-content: center;
}

.mb-wrapper {
    padding-top: 60px;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101010;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 70px;
    margin-bottom: 20px;
}

h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0 0 20px 0;
}

p img {
    margin: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 600;
}

/* -------------------------------------- */
/* Top Bar/Header
/* -------------------------------------- */
#header, #mobile-menu {
    background: #fff;
}

#header:not(.menu-bar-layout), #mobile-menu {
    position: relative;
    width: 100%;
    height: 90px;
    box-shadow: 0 0px 28px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: height 0.25s ease;
    -webkit-transition: height 0.25s ease;
    -o-transition: height 0.25s ease;
    -ms-transition: height 0.25s ease;
    -moz-transition: height 0.25s ease;
}

.sticky-wrapper.sticky #header.layout1 {
    height: 70px;
}

/* - Logo - */
#header.layout1 #logo {
    position: absolute;
    left: 50px;
}

.sticky-wrapper.sticky #header #logo img, #header #logo img {
    -webkit-transition: max-height 0.2s ease;
    -ms-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
}

#header.layout1 #logo img {
    max-height: 48px;
    width: auto;
}

.sticky-wrapper.sticky #header.layout1 #logo img {
    max-height: 48px;
    width: auto;
}

#header.layout2 #logo img {
    max-height: 110px;
    width: auto;
}

.sticky-wrapper.sticky #header.layout2 #logo img {
    max-height: 70px;
    width: auto;
}

#header.layout3 #logo img, #header.layout4 #logo img {
    height: auto;
}

.home-h1 {
    position: absolute;
    top: -9000px;
    left: -9000px;
}

/* - White logo header - */
#header.header-white {
    opacity: 0;
}

#header.header-white .normal-logo, .sticky-wrapper.sticky #header.header-white .white-logo {
    display: none;
}

.sticky-wrapper.sticky #header.header-white .normal-logo, #header.header-white .white-logo {
    display: block;
}

.text-logo {
    font-size: 34px;
    color: #000;
    font-weight: 600;
}

#header.header-white .text-logo {
    color: #fff;
}

.sticky-wrapper.sticky #header.header-white .text-logo {
    color: #000;
}

/* - Header Misc - */
.top-misc {
    position: absolute;
    right: 50px;
    display: flex;
}

/* - Header Social - */
.header-social a {
    color: #000;
    font-size: 16px;
    margin-left: 14px;
}

#header.layout4 .header-social a {
    margin-left: 0;
    margin-right: 14px;
}

.header-social a:hover {
    color: #999;
}

.sticky-wrapper:not(.sticky) #header.header-white .header-social a {
    color: #fff;
}

/* - Header Shopping Cart - */
#mb-shopping-cart {
    margin-left: 15px;
}

.cart-contents {
    position: relative;
}

.cart-contents:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 3px;
    color: #000;
}

.sticky-wrapper:not(.sticky) #header.header-white .cart-contents:before {
    color: #fff;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents .mb-count {
    background: #f78a74;
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 17px;
    border-radius: 100%;
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -6px;
}

/* - Header Search - */
.header-search-wrap {
    margin-left: 20px;
    padding-left: 17px;
    position: relative;
    border-left: 1px solid;
    border-color: #ddd;
}

.header-search-wrap.no-cart {
    border: none;
}

.toggle-search-box {
    color: #000;
}

.toggle-search-box:hover {
    color: #999;
}

.sticky-wrapper:not(.sticky) #header.header-white .toggle-search-box {
    color: #fff;
}

#destination-search-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#destination-search-overlay.open {
    z-index: 9999999;
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#destination-search-overlay input[type=text] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #000000;
    background: rgba(0, 0, 0, 0);
    font-size: 56px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#destination-search-overlay ::placeholder {
    color: #000;
    opacity: 1;
}

#destination-search-overlay :-ms-input-placeholder {
    color: #000;
}

#destination-search-overlay ::-ms-input-placeholder {
    color: #000;
}

#destination-search-overlay .close {
    position: fixed;
    top: 40px;
    right: 60px;
    border: none;
    background: none;
    color: #000;
    opacity: 1;
    font-size: 50px;
    cursor: pointer;
}

#destination-search-overlay .close:hover {
    opacity: 0.75;
}

#destination-search-overlay .close:focus {
    outline: none;
}

/* - Header layout 2 - */
#header.layout2 {
    height: 110px;
}

.sticky-wrapper.sticky #header.layout2 {
    height: 70px;
}

#header.layout2 #logo {
    text-align: center;
}

/* - Header layout 3 - */
#top-bar {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
    height: 58px;
}

#header.layout3 #logo {
    padding-top: 50px;
    padding-bottom: 50px;
}

#header.layout3 {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.is-header-layout3:not(.paged) #header.layout3.has-slider {
    border-bottom: none;
}

#top-bar .mb-container {
    position: relative;
}

#top-bar #nav-wrapper {
    position: absolute;
    left: 0;
}

#top-bar #nav-wrapper .menu {
    text-align: left;
}

#top-bar #nav-wrapper .menu li {
    margin: 0 30px 0 0;
}

#top-bar #nav-wrapper ul.menu ul li,
#top-bar #nav-wrapper .menu ul ul li {
    margin-right: 0;
}

#top-bar #nav-wrapper .menu li a {
    line-height: 58px;
}

#top-bar #nav-wrapper ul.menu ul a,
#top-bar #nav-wrapper .menu ul ul a {
    line-height: 22px;
}

#top-bar .top-misc {
    float: right;
    position: relative;
    right: 0;
    line-height: 58px;
}

/* Header Layout 4 */
#header.layout4 .mb-container {
    position: relative;
}

#top-bar.layout4 {
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    background: #fff;
}

#top-bar.layout4 #nav-wrapper {
    width: 100%;
}

#top-bar.layout4 #nav-wrapper .menu {
    text-align: center;
}

#header.layout4 #logo {
    padding: 45px 0;
    text-align: center;
}

#header.layout4 {
    height: auto;
}

#header.layout4 .header-social {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-misc-layout4 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-misc-layout4 #mb-shopping-cart, .top-misc-layout4 .header-search-wrap {
    display: inline-block;
}

/* -------------------------------------- */
/* 05. Navigation
/* -------------------------------------- */
/* - Menu Icon - */
.menu-icon {
    position: absolute;
    left: 50px;
    cursor: pointer;
    transition: all 0.1s linear;
    color: #000;
    display: flex;
    align-items: center;
}

.sticky-wrapper:not(.sticky) #header.header-white .menu-icon {
    color: #fff;
}

.menu-icon span {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-left: 6px;
    color: #000;
}

.sticky-wrapper:not(.sticky) #header.header-white .menu-icon span {
    color: #fff;
}

.menu-icon:hover {
    opacity: 0.5;
}

.menu-toggle {
    border: none;
    outline: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14px;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #000;
    font-size: 0;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    padding: 0;
}

.sticky-wrapper:not(.sticky) #header.header-white .menu-toggle {
    color: #fff;
}

.menu-toggle:before, .menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

/* - Navigation - */
#nav-wrapper .menu {
    text-align: center;
    font-size: 0;
}

#nav-wrapper .menu li {
    display: inline-block;
    position: relative;
    margin: 0 30px;
}

#nav-wrapper .menu li a {
    display: block;
    font-size: 13px;
    line-height: 90px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#nav-wrapper .menu li a:hover {
    color: #999;
}

.sticky-wrapper:not(.sticky) #header.header-white #nav-wrapper .menu > li > a, .sticky-wrapper:not(.sticky) #header.header-white #nav-wrapper .menu > ul > li > a {
    color: #fff;
}

#nav-wrapper .menu li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    margin-left: 5px;
    color: #aaa;
    font-weight: 900;
    font-size: 12px;
}

.sticky-wrapper:not(.sticky) #header.header-white #nav-wrapper .menu > li.menu-item-has-children > a:after {
    color: #fff;
}

/* - Dropdown - */
#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 99999;
    text-align: left;
    border-bottom: none;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
    transition: all 0.18s ease-in;
    margin-top: -1px;
    margin-left: -15px;
    border-radius: 0;
    border-top: 4px solid;
    border-color: #f78a74;
}

#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
    color: #444;
    margin: 0;
    padding: 8px 14px;
    line-height: 22px;
    min-width: 210px;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border-bottom: 1px solid;
    border-color: #eee;
    font-size: 11px;
    font-weight: 400;
}

#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
}

#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
    color: #aaa;
    border-color: #eee;
    background: #f5f5f5;
}

#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {
    left: 100%;
    top: -3px;
    margin-left: 0;
}

/* -------------------------------------- */
/* 06. Mobile Header
/* -------------------------------------- */
#mobile-menu.mobile-header .normal-logo img {
    max-height: 62px;
    max-width: 200px;
}

#mobile-menu.mobile-header .menu-icon {
    left: 30px;
}

#mobile-menu.mobile-header .top-misc {
    right: 30px;
}

#mobile-menu.mobile-header .header-search-wrap {
    border: none;
}

#mobile-header-wrapper {
    width: 100%;
    z-index: 100;
}

#mobile-header-wrapper-sticky-wrapper, #mobile-header-wrapper {
    display: none;
}

#mobile-menu.mobile-header {
    height: 70px;
}

/* -------------------------------------- */
/* 07. Sidr/Mobile menu
/* -------------------------------------- */
.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(70, 70, 70, 0.15);
}

.sidr.right {
    left: auto;
    right: -440px;
}

.sidr.left {
    left: -440px;
    right: auto;
}

.sidr-inner {
    padding: 30px;
    clear: both;
}

.sidr .sidr-inner:first-child {
    padding: 40px 30px 20px;
}

.sidr .sidr-inner:last-child {
    padding-top: 50px;
}

#mobile-navigation {
    display: none;
}

#destination-mobile-header,
#destination-mobile-footer {
    display: none;
}

#close-mobile-menu {
    position: absolute;
    right: 20px;
    height: 22px;
    width: 32px;
    top: 40px;
}

#close-mobile-menu:before,
#close-mobile-menu:after {
    position: absolute;
    right: 20px;
    content: " ";
    height: 18px;
    width: 1px;
    background-color: #333;
}

#close-mobile-menu:before {
    transform: rotate(45deg);
}

#close-mobile-menu:after {
    transform: rotate(-45deg);
}

.sidr ul li .open-sidr {
    color: #000;
    float: right;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    cursor: pointer;
    padding: 13px 10px;
    font-weight: 900;
}

.open-sidr:after {
    content: "\f107";
}

.open-sidr.close:after {
    content: "\f106";
}

.sidr .menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    border-color: #e8e8e8;
    list-style: none;
}

.sidr .menu li:last-child {
    border-bottom: none;
}

.sidr .menu li a {
    display: block;
    padding: 11px 0;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
}

.sidr .sub-menu {
    display: none;
    clear: both;
    float: none;
    border-top: 1px solid;
    border-color: #e8e8e8;
    width: 100%;
}

.sidr ul.sub-menu li a {
    padding-left: 15px;
    padding-right: 15px;
}

.sidr-inner .header-social {
    float: left;
}

.sidr-inner .header-social a {
    margin-left: 0;
    margin-right: 12px;
    color: #000;
}

.sidr-inner .header-search-wrap {
    float: right;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.sidr-inner .header-search-wrap a {
    color: #000;
}

.sidr-inner .normal-logo img {
    max-width: 80%;
}

.sidr-inner #mb-shopping-cart {
    float: right;
    margin-right: 14px;
}

/* Footer  */
#footer {
    background: #010101;
    clear: both;
}

#footer-logo {
    text-align: center;
    padding: 60px 0 50px;
}

#footer-logo img {
    height: auto;
}

#footer-copy {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    padding: 10px 50px 40px;
    align-items: center;
}

#footer-copy.no-menu {
    grid-template-columns: 50% 50%;
}

#footer-copy.no-logo {
    padding-top: 30px;
}

/* Footer Social */
.footer-social {
    text-align: right;
}

.footer-social a {
    color: #fff;
    margin-left: 20px;
    font-size: 22px;
}

.footer-social a:hover {
    color: #929292;
}

/* Footer Text */
.copy-text {
    font-size: 12px;
    color: #888;
}

.copy-text a {
    color: #fff;
}

/* - Footer Menu - */
.footer-menu {
    text-align: center;
}

.footer-menu li ul {
    display: none;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li:after {
    content: "/";
    color: #555;
    margin: 0 15px;
    font-size: 10px;
}

.footer-menu li:last-child:after {
    content: "";
    margin: 0;
}

.footer-menu li a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.footer-menu li a:hover {
    color: #929292;
}

/*  Instagram Footer / Instagram Header */
#insta-footer {
    background: #f4f4f4;
}

.insta-header {
    text-align: center;
    padding: 60px 0 40px;
}

.insta-header span {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.insta-header h5 {
    color: #000;
    font-size: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.insta-header h5:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f16d";
    margin-right: 12px;
}

#mb-content.right-sidebar #mb-sidebar {
    margin-left: 30px;
}

@media (max-width: 940px) {
    #mb-content.right-sidebar #mb-sidebar {
        margin: 0;
        width: 100%;
    }
}

#mb-content.left-sidebar #mb-sidebar {
    margin-right: 30px;
}

@media (max-width: 940px) {
    #mb-content.left-sidebar #mb-sidebar {
        margin: 0;
        width: 100%;
    }
}

#mb-sidebar {
    width: 320px;
    min-width: 320px;
}

.widget_search input[type=search] {
    margin: 0;
}

.wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    padding: 8px;
    text-decoration: unset !important;
}

.sidebar-outer {
    float: left;
}

.sidebar-outer .widget {
    background: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
}

.left-sidebar {
    flex-direction: row-reverse;
}

/** 
 * Gutenberg blocks
*/
.single-main .has-small-font-size {
    font-size: 12px;
}

.single-main .has-large-font-size {
    font-size: 23px;
    line-height: 1.3em;
    color: #1c1d1f;
}

.single-main .has-larger-font-size {
    font-size: 32px;
    line-height: 1.2em;
    color: #1c1d1f;
}

.single-main .wp-block-pullquote {
    padding: 0;
}

.single-main .wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.wp-block-cover {
    margin-bottom: 25px;
}

.wp-block-cover p {
    line-height: 1.3em;
}

.wp-block-cover-text a,
.wp-block-cover-text a:visited {
    color: #fff;
}

.wp-block-button {
    margin: 10px 0;
}

.wp-block-columns {
    margin-bottom: 27px;
    padding-top: 17px;
}

.wp-block-columns.has-2-columns .wp-block-column {
    padding: 0px 5px !important;
    margin: 0 !important;
}

.wp-block-gallery {
    margin-bottom: 20px !important;
}

.wp-block-gallery .blocks-gallery-item {
    padding: 0;
}

.wp-block-columns.fullheight {
    position: relative;
}

.wp-block-image {
    margin: 30px 0;
}

.wp-block-image figure,
.wp-block-image > *:last-child {
    margin-bottom: 32px !important;
}

.wp-block-image figure.alignleft {
    margin-right: 35px !important;
}

.wp-block-image figure.alignright {
    margin-left: 35px !important;
}

#content .wp-block-quote {
    padding: 55px 40px 53px;
    margin: 0 0 30px 0;
}

#content .wp-block-quote:before {
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
}

/* Text + Media block */
.wp-block-media-text {
    margin: 40px 0;
}

.wp-block-media-text__content p {
    margin-bottom: 20px;
}

.wp-block-media-text__content p:last-child {
    margin-bottom: 0;
}

.wp-block-media-text__content :first-child {
    margin-top: 0;
}

/* Cover block */
.wp-block-cover__inner-container p {
    margin-bottom: 20px;
}

.wp-block-cover__inner-container p:last-child {
    margin-bottom: 0;
}

.wp-block-cover {
    margin-bottom: 1.65em;
}

/* Search Block */
.wp-block-search input[type=search] {
    width: auto;
}

.wp-block-search__label {
    margin-bottom: 8px;
}

/* Preformatted */
.wp-block-preformatted {
    white-space: pre-wrap;
    margin-bottom: 30px;
}

/* Images + Caption */
.wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
}

#mb-main:not(.right-sidebar) .wp-block-image.alignfull,
#mb-main:not(.left-sidebar) .wp-block-image.alignfull {
    margin-top: 40px;
    margin-bottom: 40px;
}

.wp-block-image figcaption {
    color: #888;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

.wp-block-image.alignfull figcaption, .wp-block-image.alignwide figcaption {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
    max-width: 780px;
    width: 100%;
    margin: 18px auto 1em;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
}

.wp-block-image .alignleft {
    margin-right: 30px;
}

.wp-block-image .alignright {
    margin-left: 30px;
}

#mb-content.content-narrow .wp-block-image .alignleft {
    margin-left: -10%;
}

#mb-content.content-narrow .wp-block-image .alignright {
    margin-right: -10%;
}

/*Embed*/
.wp-block-embed {
    margin: 40px 0;
}

#mb-content.content-narrow .post-entry .wp-block-embed.alignleft {
    margin-left: -10%;
}

#mb-content.content-narrow .post-entry .wp-block-embed.alignright {
    margin-right: -10%;
}

/* Gallery Block */
.wp-block-gallery {
    margin-top: 40px;
    margin-bottom: 14px;
}

.post-entry ul.wp-block-gallery li, ul.wp-block-gallery li {
    padding: 0;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    line-height: 1.7;
    padding-bottom: 12px;
}

.wp-block-separator {
    background: #f1f1f1;
}

.wp-block-separator:not(.is-style-wide) {
    margin: 2.8em auto;
    height: 1px;
    max-width: 150px;
}

.wp-block-separator.is-style-dots {
    background: none;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    padding-left: 21px;
    color: inherit;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 21px;
    font-family: georgia, serif;
}

hr.wp-block-separator.solid {
    background: none;
    padding: 0;
    border-bottom: 1px solid #e6e6e8 !important;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 13px !important;
    letter-spacing: 1px;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img,
.wp-block-image.alignfull,
.wp-block-image.alignwide {
    max-width: unset;
}

.wp-block-image.alignfull {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
}

.no-sidebar .wp-block-image.alignfull,
.no-sidebar .alignfull {
    margin: 3rem 0;
    margin-left: calc(-50vw + 50%);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100vw !important;
    max-width: 100vw;
}

.no-sidebar .wp-block-image.alignfull figcaption {
    text-align: center;
}

.content-narrow .alignwide,
.wp-block-image.alignwide {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
}

.content-narrow .alignfull {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
}

.content-fullwidth .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}

.no-sidebar .wp-block-embed.alignwide {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
}

.no-sidebar .video-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.no-sidebar .video-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.no-sidebar .wp-block-embed .video-container {
    position: initial;
    margin: 0;
    padding: 0;
    overflow: initial;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%;
}

.wp-block-cover {
    margin-bottom: 30px;
}

.wp-block-columns {
    margin-bottom: 48px;
    padding-top: 17px;
}

.wp-block-columns .wp-block-column {
    padding-left: 10px;
}

.wp-block-columns .wp-block-column:first-child,
.wp-block-columns.has-2-columns .wp-block-column:nth-child(2n+1),
.wp-block-columns.has-3-columns .wp-block-column:nth-child(3n+1),
.wp-block-columns.has-4-columns .wp-block-column:nth-child(4n+1),
.wp-block-columns.has-5-columns .wp-block-column:nth-child(5n+1),
.wp-block-columns.has-5-columns .wp-block-column:nth-child(6n+1) {
    padding-left: 0;
}

.wp-block-pullquote.has-background blockquote {
    border-left: 0;
}

.wp-block-search .wp-block-search__button {
    height: 48px;
}

.wp-block-rss .wp-block-rss__item-title {
    display: inline;
}

/* #Forms
================================================== */
form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea,
select {
    border: 1px solid #dedede;
    padding: 6px 29px;
    outline: none;
    font-size: 16px;
    color: #52626f;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    background: #fff;
    height: 48px;
    box-sizing: border-box;
}

select {
    padding: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
    min-height: 150px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select {
    width: 220px;
}

input[type=checkbox] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #Buttons */
a.btn,
.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 0px;
    letter-spacing: 1px;
    box-sizing: border-box;
    position: relative;
    border: none;
}

.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    color: #fff;
    background: #2E2E2E;
}

.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
    color: #fff;
    background: #2E2E2E;
}

.btn.full-width,
button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.btn.btn-primary:hover {
    background: #000;
    border: none;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn-lg {
    font-size: 12px;
    padding: 16px 44px 16px 34px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-secondary {
    background-color: #DC143C;
    color: #fff;
    border-bottom: 2px solid #fff;
}

/* Home Slider */
/*  Slick Slider  */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slide, .slick-slide * {
    outline: none !important;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* - Fullscreen layout - */
.feat-area .date-wrap {
    padding-right: 0;
}

.feat-area .date-wrap:after {
    width: 0;
}

.feat-area.fullscreen .feat-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 90px);
    position: relative;
}

.feat-area.fullscreen-one .feat-item {
    width: 100vw;
}

.feat-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.feat-link {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.feat-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.feat-area.fullscreen .post-header {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

.feat-area.fullscreen-one .post-header {
    max-width: 80%;
    margin: 0 auto;
}

.feat-area .post-cats a, .feat-area .post-cats {
    color: #fff;
}

.feat-area.fullscreen .post-header h2.entry-title {
    margin-bottom: 22px;
    margin-top: 31px;
}

.feat-area.fullscreen .post-header h2 a {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 28px;
    color: #fff;
}

.feat-area .mb-date {
    color: #fff;
}

.feat-area .date-wrap:before,
.feat-area .date-wrap:after {
    border-color: #fff;
}

.feat-author {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 140px 0 30px;
    text-align: center;
    z-index: 10;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.slick-slide .feat-author img, .feat-author img {
    display: inline;
    width: 35px;
    height: 35px;
    margin: 0 7px 0 0;
    border-radius: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
}

.feat-author .by {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 15px;
    margin-right: 1px;
}

.feat-author a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

/* Fullscreen Dots Navigation */
.slick-dots {
    position: absolute;
    right: 0;
    padding: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slick-dots li {
    margin: 18px 0;
    line-height: 0;
    list-style: none;
}

.slick-dots button {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #fff;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.slick-dots button:hover {
    background-color: #fff;
}

.slick-dots li.slick-active button {
    background-color: #fff;
    width: 18px;
    height: 18px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

/* - Fullscreen Split version - */
.feat-area.fullscreen-split .feat-item {
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.2);
}

.feat-area.fullscreen-split .post-header h2 {
    margin-bottom: 25px;
}

.feat-area.fullscreen-split .post-header h2 a {
    font-size: 37px;
    line-height: 58px;
}

.feat-area.fullscreen-split .feat-overlay {
    padding: 0 100px;
    backface-visibility: hidden;
}

.feat-area.fullscreen-split .slick-arrow.slick-prev, .feat-area.fullscreen-split .slick-arrow.slick-next {
    background: rgba(0, 0, 0, 0.24);
    font-size: 26px;
}

.feat-area.fullscreen-split .slick-arrow.slick-prev:hover, .feat-area.fullscreen-split .slick-arrow.slick-next:hover {
    background: rgba(0, 0, 0, 0.44);
}

.feat-area.fullscreen-split .slick-arrow.slick-prev {
    left: 0;
}

.feat-area.fullscreen-split .slick-arrow.slick-next {
    right: 0;
}

.feat-area:not(.gallery) {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.feat-area:not(.fullscreen) {
    display: none;
}

.feat-area.slick-initialized:not(.fullscreen) {
    display: block;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slide, .slick-slide * {
    outline: none !important;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* - Classic Gallery - */
.clc-gallery-item {
    text-align: center;
    position: relative;
}

.post-img .bx-wrapper img {
    display: inline-block;
    max-height: 100%;
}

.clc-gallery-caption-wrap {
    overflow: hidden;
    margin-top: 22px;
}

.clc-gallery-caption-wrap.overlay-on {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 15px 20px 20px;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 0;
}

.slide-count {
    float: left;
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.clc-gallery-caption-wrap.overlay-on .slide-count {
    color: #fff;
}

.slide-count i {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
}

.clc-gallery-caption {
    margin-top: -6px;
    text-align: left;
}

.clc-gallery-caption.counter-on {
    margin-left: 55px;
}

.clc-gallery-caption p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.clc-gallery-caption-wrap.overlay-on .clc-gallery-caption p {
    color: #fff;
}

.clc-gallery-image {
    position: relative;
}

.bx-nav a, .feat-area.fullscreen-split a.bx-prev, .feat-area.fullscreen-split a.bx-next, .feat-area.fullscreen-split .slick-arrow.slick-prev, .feat-area.fullscreen-split .slick-arrow.slick-next {
    width: 40px;
    height: 80px;
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
    font-size: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    opacity: 1;
    top: 50%;
    margin-top: -40px;
    z-index: 9;
}

.clc-gallery-item:hover .bx-nav a {
    opacity: 1;
}

.bx-prev-arrow a {
    left: 0;
}

.bx-next-arrow a {
    right: 0;
}

.post-img.gallery .bx-next, .post-img.gallery .bx-prev {
    display: none;
}

.bx-prev-arrow a i {
    margin-left: -1px;
}

.bx-next-arrow a i {
    margin-right: -1px;
}

/* - Classic Slider */
.feat-area.classic-slider {
    margin-top: 60px;
    margin-bottom: 60px;
}

.feat-area.classic-slider.content-width {
    margin-bottom: 0px;
}

.is-header-layout3 .feat-area.classic-slider {
    margin-top: 0;
}

.is-header-layout4 .feat-area.classic-slider {
    margin-top: 60px;
}

.feat-area.classic-slider .feat-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    position: relative;
}

.feat-area.classic-slider .post-header {
    z-index: 9;
    max-width: 60%;
    margin: 0 auto;
}

.feat-area.classic-slider .post-header h2 a {
    color: #fff;
}

.feat-area.classic-slider .post-header .entry-title {
    margin-bottom: 20px;
    margin-top: 24px;
    font-weight: 700;
}

.feat-area.feat-arrows .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    outline: 0;
    z-index: 9;
    border: 1px solid #fff;
    height: 32px;
    width: 32px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: 0.18s;
    opacity: 0;
}

.feat-area.feat-arrows i {
    line-height: 30px;
}

.feat-area.feat-arrows .slick-arrow:hover {
    background: #fff;
    color: #000;
}

.feat-area.feat-arrows:hover .slick-arrow {
    opacity: 1;
}

.feat-area.feat-arrows .slick-prev {
    left: 22px;
}

.feat-area.feat-arrows .slick-prev i {
    margin-left: -2px;
}

.feat-area.feat-arrows .slick-next {
    right: 22px;
}

.feat-area.feat-arrows .slick-next i {
    margin-right: -2px;
}

.feat-area.classic-slider .feat-inner.style2 .post-header {
    max-width: 34%;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
}

.feat-area.classic-slider .feat-inner.style2 .feat-shadow {
    display: none;
}

.feat-area.classic-slider .feat-inner.style2 .post-header h2 a {
    font-size: 24px;
    line-height: 39px;
    color: #000;
}

.feat-area.classic-slider .feat-inner.style2 .mb-date {
    color: #999;
}

.feat-area.classic-slider .feat-inner.style2 .date-wrap:before,
.feat-area.classic-slider .feat-inner.style2 .date-wrap:after {
    border-color: #ccc;
}

.feat-area.classic-slider .feat-inner.style2 .post-cats a {
    text-shadow: none;
    color: #f78a74;
}

.feat-area.classic-slider .feat-inner.style2 .post-header .entry-title {
    margin-bottom: 15px;
    margin-top: 20px;
}

/* Classic Full-width */
.feat-area.classic-slider.full-width {
    margin: 0 calc(50% - 50vw);
}

.feat-area.classic-slider.full-width .feat-item {
    height: 680px;
}

/* Carousel Slider */
.feat-area.carousel-slider {
    margin-top: 40px;
}

.is-header-layout3 .feat-area.carousel-slider {
    margin-top: 0;
}

.feat-area.carousel-slider.full-width {
    margin: 0 calc(50% - 50vw);
    margin-top: 0;
}

.feat-area.carousel-slider .feat-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
    position: relative;
}

.feat-area.carousel-slider.full-width .feat-item {
    height: 600px;
}

.feat-area.theme-carousel .feat-shadow {
    background: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(10, 10, 10, 0.45));
    height: 50%;
    bottom: 0;
    top: auto;
}

/* Cauresel spacing */
.feat-area.item-spacing .slick-slide {
    margin: 0 5px;
}

.feat-area.item-spacing.content-width .slick-list {
    margin: 0 -5px;
}

.feat-area.theme-carousel .feat-overlay {
    backface-visibility: hidden;
}

.feat-area.theme-carousel .feat-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: auto;
}

.feat-area.theme-carousel .post-header {
    z-index: 99;
    padding: 30px 0;
    margin-bottom: 0;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.feat-area.theme-carousel.content-width .post-header {
    padding: 30px 0 20px;
}

.feat-area.theme-carousel.full-width .post-header {
    max-width: 80%;
}

.feat-area.theme-carousel .post-header h2 a {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
}

.feat-area.theme-carousel.full-width .post-header h2 a {
    font-size: 22px;
    line-height: 35px;
}

.feat-area.theme-carousel .post-header .entry-title {
    margin-bottom: 7px;
    margin-top: 10px;
}

.feat-area.theme-carousel .post-cats a {
    font-size: 12px;
}

.feat-area.theme-carousel .mb-date {
    font-size: 11px;
}

.feat-area.theme-carousel .date-wrap:before, .feat-area.theme-carousel .date-wrap:after {
    border-color: rgba(255, 255, 255, 0.5);
}

/* - Carousel Center Slider - */
.carousel-slider-center {
    margin: 0 calc(50% - 50vw);
    margin-top: 0;
}

.carousel-slider-center .feat-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 640px;
    position: relative;
}

.feat-area.theme-carousel.carousel-slider-center .post-header {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
    opacity: 0;
    -o-transition: 0.18s;
    -ms-transition: 0.18s;
    -moz-transition: 0.18s;
    -webkit-transition: 0.18s;
    transition: 0.18s;
    opacity: 0;
}

.feat-area.theme-carousel.carousel-slider-center .slick-slide.slick-current .post-header {
    opacity: 1;
}

.feat-area.theme-carousel.carousel-slider-center .post-header h2 a {
    font-size: 32px;
    line-height: 47px;
}

.feat-area.theme-carousel.carousel-slider-center .post-header .entry-title {
    margin-bottom: 11px;
    margin-top: 16px;
}

.feat-area.theme-carousel.carousel-slider-center .post-cats a {
    font-size: 14px;
}

.feat-area.theme-carousel.carousel-slider-center .mb-date {
    font-size: 12px;
}

.feat-area.theme-carousel.carousel-slider-center .feat-shadow {
    height: 55%;
}

/* - Split Slider - */
.split-slider {
    position: relative;
}

.feat-split {
    display: grid;
    margin: 0 calc(50% - 50vw);
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100vw;
    height: calc(100vh - 90px);
}

.feat-split-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.feat-split-content {
    background: #fbe7da;
    height: 100%;
    display: flex;
    align-items: center;
}

.feat-split .post-header {
    max-width: 75%;
    margin: 0 auto;
}

.feat-area.split-slider .post-header h2 a {
    font-size: 38px;
    line-height: 58px;
}

.feat-area.split-slider .post-header .entry-title {
    margin-bottom: 27px;
    margin-bottom: 32px;
}

.feat-area.split-slider .post-cats a {
    text-shadow: none;
    color: #000;
}

.feat-area.split-slider .mb-date {
    color: #000;
}

.feat-area.split-slider .date-wrap:before, .feat-area.split-slider .date-wrap:after {
    border-color: rgba(0, 0, 0, 0.35);
}

.feat-area.split-slider.feat-arrows .slick-arrow {
    color: #000;
    border-color: #000;
}

.feat-area.split-slider.feat-arrows .slick-arrow:hover {
    background: #000;
    color: #fff;
}

/* Static Sliders */
.feat-area.static-slider .post-header .static-title, .feat-area.static-slider .post-header .static-title a {
    font-size: 52px;
}

.static-title {
    color: #fff;
    margin: 18px 0 20px;
    line-height: 1.35;
}

.static-subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.static-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
}

.static-button {
    background-color: #f78a74;
    border: 2px solid;
    border-color: #f78a74;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 34px;
    border-radius: 60px;
    z-index: 101;
    position: relative;
    margin-top: 40px;
    display: inline-block;
    transition: 0.18s;
}

.feat-area.static-slider .post-header {
    position: static;
    max-width: 70%;
}

.feat-area.static-slider.classic-slider .post-header {
    margin-top: -5px;
}

.static-title, .static-text, .static-subtitle {
    position: relative;
    z-index: 9;
}

.feat-area.static-slider .feat-item {
    overflow: hidden;
}

#mb-content.right-sidebar .gallery,
#mb-content.left-sidebar .gallery {
    display: grid;
}

.widget article {
    background: transparent;
}

.widget h2 {
    font-size: 18px;
}

.widget h2, .widget ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.widget h2 li, .widget ul li {
    line-height: 30px;
    font-weight: 700;
    color: #999;
}

.widget h2 li:last-child, .widget ul li:last-child {
    margin-bottom: 0;
}

.widget h2 li div, .widget ul li div {
    font-weight: 400;
}

.widget .post-content {
    overflow: hidden;
}

.widget select {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}

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

.widget table {
    width: 100%;
}

.widget table caption {
    line-height: 38px;
    font-size: 14px;
}

.widget .rss-date {
    font-size: 12px;
    color: #999;
    display: block;
}

.widget .rssSummary {
    font-size: 14px;
    line-height: 22px;
}

.widget a {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.widget a:hover {
    color: #666;
    text-decoration: none;
}

.widget .wp-block-heading {
    margin-bottom: 15px;
}

.widget .widget-latest-post {
    position: relative;
    float: left;
    min-height: 60px;
}

.widget .widget-latest-post:last-child {
    margin-bottom: 0;
}

.widget_search .search-outer {
    position: relative;
}

.widget_search .search-bar {
    margin-bottom: 0;
}

.widget_search button.search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 48px;
    background: transparent;
    min-width: 50px;
}

/* widget categories */
.widget_categories ul li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #999;
}

.widget_categories ul li:first-child {
    padding-top: 0;
}

.widget_categories ul.children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_categories a {
    color: #4e4e4e;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
}

.widget_categories a:hover {
    text-decoration: none;
    color: #000000;
}

.widget_categories a span {
    float: right;
}

/* widget tags */
.widget-tag li {
    float: left;
    margin: 0 3px 3px 0;
    width: auto;
    padding: 0;
}

.widget .tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.widget .tagcloud a {
    font-size: 12px !important;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 400;
    margin: 0 5px 5px 0;
    float: left;
}

.widget .tagcloud a:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
}

/* -------------------------------------- */
/* 03. Widgets
/* -------------------------------------- */
.layout-box-style .widget {
    background: #fff;
    border: 1px solid;
    border-color: #ddd;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.03);
    margin-bottom: 40px;
}

.widget {
    padding: 20px 30px;
    box-shadow: none;
    border-color: transparent;
    border-width: 0;
}

.widget-layout2 .widget {
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 50px;
}

.widget-title {
    margin: -21px -30px 20px;
    background: #111;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    font-size: 12px;
    padding: 15px 10px;
}

.widget-layout2 .widget-title {
    margin: 0 0 25px;
}

.widget-layout2:not(.line-heading) .widget-title {
    border: 1px solid;
    border-color: #111;
}

.widget-layout2.line-heading .widget-title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    background: none;
}

.widget-layout2.line-heading .widget-title:before,
.widget-layout2.line-heading .widget-title:after {
    content: "";
    border-top: 1px solid;
    border-color: #d5d5d5;
    margin: 0 15px 0 0;
    flex: 1 0 0;
}

.widget-layout2.line-heading .widget-title:after {
    margin: 0 0 0 13px;
}

.widget img {
    max-width: 100%;
    height: auto;
}

.widget p {
    font-size: 14px;
    line-height: 24px;
}

.widget a {
    color: #000;
}

.widget:not(.destination_social_widget) a:hover {
    color: #2E2E2E;
}

/* - List Widget - */
.widget ul li {
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #888;
}

.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget ul ul {
    padding-top: 11px;
    margin-top: 11px;
    border-top: 1px solid #e6e6e6;
    padding-left: 15px;
}

.widget ul li a {
    line-height: 20px;
}

/* - About Widget - */
.about-widget {
    text-align: center;
    padding-bottom: 14px;
}

.widget-layout2 .about-widget {
    padding-bottom: 0;
}

.about-img.no-skew {
    margin-bottom: 22px;
}

.about-img {
    margin: -21px -30px 26px;
    position: relative;
    overflow: hidden;
}

.widget-layout2 .about-img {
    margin: 0 0 15px;
}

.about-skew {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100px;
    transform: skewY(-7deg);
    border-right: 1px solid;
    border-color: #ddd;
    transform-origin: bottom left;
}

.widget-layout2 .about-skew {
    border: none;
}

.about-name {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 2px;
    box-shadow: inset 0 -8px 0 #d7d7d7;
    line-height: 18px;
}

.about-label {
    color: #777;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-style: italic;
}

.about-widget p {
    margin-top: 19px;
    font-size: 14px;
    color: #383838;
    line-height: 23px;
}

.about-autograph {
    margin-top: 24px;
    display: block;
}

.about-autograph img {
    max-width: 210px;
}

/* - Social Widget - */
.social-widget {
    margin: -20px -20px -21px;
    overflow: hidden;
}

.widget-layout2 .social-widget {
    margin: 0;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: #ddd;
}

.social-widget.no-title {
    margin-top: -20px;
}

.social-widget a {
    float: left;
    font-size: 22px;
    color: #ccc;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #ddd;
    box-shadow: 0 0 15px rgba(145, 145, 145, 0.08);
}

.social-widget.column1 a {
    width: 100%;
    border-right: none;
    padding: 15px 25px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.social-widget.column1 a span {
    color: #333;
}

.social-widget.column1 a i {
    width: 34px;
    font-size: 16px;
}

.social-widget.column2 a {
    width: 50%;
}

.social-widget.column2 a:nth-child(2n) {
    border-right: none;
}

.social-widget.column3 a {
    width: 33.3%;
    padding: 20px;
}

.social-widget.column3 a:nth-child(3n) {
    border-right: none;
}

.social-widget.column4 a {
    width: 25%;
    font-size: 20px;
    padding: 20px;
}

.social-widget.column4 a:nth-child(4n) {
    border-right: none;
}

.social-widget.column5 a {
    width: 20%;
    font-size: 18px;
    padding: 15px;
}

.social-widget.column5 a:nth-child(5n) {
    border-right: none;
}

.social-widget a:hover {
    background: #f5f5f5;
    -webkit-transition: background-color 120ms linear;
    -ms-transition: background-color 120ms linear;
    transition: background-color 120ms linear;
    text-decoration: none;
}

.social-widget a.facebook {
    color: #3a589e;
}

.social-widget a.twitter {
    color: #55acee;
}

.social-widget a.instagram {
    color: #5851db;
}

.social-widget a.pinterest {
    color: #bd081c;
}

.social-widget a.googleplus {
    color: #dd4b39;
}

.social-widget a.bloglovin {
    color: #00BFF1;
}

.social-widget a.tumblr {
    color: #35465c;
}

.social-widget a.dribbble {
    color: #ea4c89;
}

.social-widget a.youtube {
    color: #cd201f;
}

.social-widget a.snapchat {
    color: #ffe200;
}

.social-widget a.linkedin {
    color: #0077b5;
}

.social-widget a.soundcloud {
    color: #ff8800;
}

.social-widget a.vimeo {
    color: #1ab7ea;
}

.social-widget a.rss {
    color: #f26522;
}

.social-widget a.email {
    color: #999;
}

.social-widget a.s500px {
    color: #0099e5;
}

.social-widget a.amazon {
    color: #ff9900;
}

.social-widget a.android {
    color: #a4c639;
}

.social-widget a.app-store {
    color: #00ADF4;
}

.social-widget a.apple {
    color: #A5B1B7;
}

.social-widget a.audible {
    color: #FB9735;
}

.social-widget a.aws {
    color: #FF9729;
}

.social-widget a.bandcamp {
    color: #629aa9;
}

.social-widget a.behance {
    color: #1769ff;
}

.social-widget a.bitcoin {
    color: #FA9435;
}

.social-widget a.blogger {
    color: #f57d00;
}

.social-widget a.chrome {
    color: #35A0F1;
}

.social-widget a.delicious {
    color: #3399ff;
}

.social-widget a.deviantart {
    color: #05cc47;
}

.social-widget a.digg {
    color: #005be2;
}

.social-widget a.discord {
    color: #7289da;
}

.social-widget a.docker {
    color: #0db7ed;
}

.social-widget a.dropbox {
    color: #007ee5;
}

.social-widget a.ebay {
    color: #e53238;
}

.social-widget a.ember {
    color: #f23819;
}

.social-widget a.etsy {
    color: #d5641c;
}

.social-widget a.flickr {
    color: #0063dc;
}

.social-widget a.flipboard {
    color: #e12828;
}

.social-widget a.foursquare {
    color: #f94877;
}

.social-widget a.github {
    color: #4078c0;
}

.social-widget a.glide {
    color: #2991E0;
}

.social-widget a.google {
    color: #4285f4;
}

.social-widget a.google-play {
    color: #009C5E;
}

.social-widget a.hacker-news {
    color: #ff4000;
}

.social-widget a.hubspot {
    color: #F1642A;
}

.social-widget a.imdb {
    color: #f5de50;
}

.social-widget a.itunes {
    color: #C842D3;
}

.social-widget a.kickstarter-k {
    color: #2bde73;
}

.social-widget a.laravel {
    color: #f55247;
}

.social-widget a.lastfm {
    color: #d51007;
}

.social-widget a.medium {
    color: #00ab6c;
}

.social-widget a.meetup {
    color: #e0393e;
}

.social-widget a.mixcloud {
    color: #52aad8;
}

.social-widget a.odnoklassniki {
    color: #ed812b;
}

.social-widget a.opencart {
    color: #1AC2E1;
}

.social-widget a.patreon {
    color: #f96854;
}

.social-widget a.paypal {
    color: #003087;
}

.social-widget a.periscope {
    color: #3aa4c6;
}

.social-widget a.playstation {
    color: #003087;
}

.social-widget a.reddit {
    color: #ff4500;
}

.social-widget a.renren {
    color: #005EA8;
}

.social-widget a.skype {
    color: #00aff0;
}

.social-widget a.slack {
    color: #6ecadc;
}

.social-widget a.slideshare {
    color: #0077b5;
}

.social-widget a.spotify {
    color: #1db954;
}

.social-widget a.steam {
    color: #000000;
}

.social-widget a.stripe {
    color: #00afe1;
}

.social-widget a.stumbleupon {
    color: #eb4924;
}

.social-widget a.telegram {
    color: #0088cc;
}

.social-widget a.trello {
    color: #0079bf;
}

.social-widget a.tripadvisor {
    color: #00af87;
}

.social-widget a.twitch {
    color: #6441a5;
}

.social-widget a.uber {
    color: #1fbad6;
}

.social-widget a.vine {
    color: #00b488;
}

.social-widget a.vk {
    color: #45668e;
}

.social-widget a.weibo {
    color: #E9142E;
}

.social-widget a.whatsapp {
    color: #075e54;
}

.social-widget a.wordpress {
    color: #21759b;
}

.social-widget a.xing {
    color: #026466;
}

.social-widget a.y-combinator {
    color: #FE632A;
}

.social-widget a.yahoo {
    color: #410093;
}

.social-widget a.yelp {
    color: #af0606;
}

.social-widget.rounded {
    border: none;
    text-align: center;
    margin: 0;
    margin-bottom: -8px;
}

.widget-layout1 .social-widget.rounded {
    margin-bottom: -6px;
}

.social-widget.rounded a {
    float: none;
    font-size: 16px;
    margin: 0 3px 8px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    box-shadow: none;
    border-radius: 100%;
    border: 1px solid #ddd;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.widget-layout1 .social-widget.rounded a {
    margin: 0 1px 6px;
}

/* - Promo Widget - */
.widget.destination_promo_widget {
    padding: 0;
    margin: 0;
    border: none;
}

.widget.destination_promo_widget .widget-title {
    margin: 0;
}

.widget-layout2.line-heading .widget.destination_promo_widget .widget-title {
    margin-bottom: 20px;
}

.widget .promo-item {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.widget .promo-item h5 {
    color: #000;
    line-height: 1.5em;
    padding: 9px 18px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ffffff;
    display: inline-block;
    font-weight: 400;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.widget .promo-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
}

.widget .promo-item:hover > h5 {
    background: #121212;
    color: #fff;
}

/* - Search Widget - */
.widget .search-wrapper {
    border: 1px solid;
    border-color: #ddd;
    padding: 12px 14px 12px;
    width: 100%;
    background: #fff;
}

.searchform input.s {
    font-size: 14px;
    color: #999;
    border: none;
    background: none;
    width: auto;
    padding: 0;
    font-weight: 300;
}

.searchform .search-button {
    background: none;
    border: none;
    color: #b5b5b5;
    float: right;
    margin-top: 4px;
    cursor: pointer;
    font-size: 15px;
}

.widget .searchform .search-button {
    margin-top: 0;
}

.searchform .search-button:hover {
    color: #000;
}

.searchform .s:focus {
    outline: none;
}

.widget.widget_search {
    border: none;
}

.widget.widget_search .widget-title {
    margin: 0;
}

.widget-layout2 .widget.widget_search .widget-title {
    margin-bottom: 20px;
}

/* - Facebook widget - */
.widget.destination_facebook_widget {
    border: none;
}

.widget-layout2 .widget.destination_facebook_widget .widget-title {
    margin-bottom: 20px;
}

/* - Post Widget - */
.side-pop {
    margin: 0 -20px 20px;
    padding: 0 20px 20px;
    border-bottom: 1px solid;
    border-color: #ddd;
}

.widget-layout2 .side-pop {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border: none;
}

.side-pop:after {
    content: "";
    display: table;
    clear: both;
}

.side-pop:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.side-pop-img {
    margin-bottom: 12px;
    position: relative;
}

.side-pop-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.side-pop-content {
    text-align: center;
}

.side-pop-content h4 {
    margin-bottom: 6px;
    margin-top: -2px;
}

.side-pop .side-pop-content h4 {
    font-size: 14px;
    line-height: 21px;
}

.side-pop.overlay .side-pop-content h4 {
    font-weight: 600;
}

.side-pop-content span.mb-date {
    letter-spacing: 1px;
    display: block;
}

.side-count {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 36px;
    width: 36px;
    line-height: 32px;
    background-color: #f78a74;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #fff;
}

.side-pop.list .side-count {
    height: 30px;
    width: 30px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 600;
}

/* - Overlay layout - */
.side-pop.overlay .side-pop-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    padding: 60px 20px 14px;
}

.side-pop.overlay .side-pop-content h4 a {
    color: #fff;
    font-weight: 600;
}

.side-pop.overlay .side-pop-content span.mb-date {
    color: #fff;
}

.side-pop.overlay .side-pop-img {
    margin-bottom: 0;
}

/* - Post List view - */
.side-pop.list {
    border-bottom: 1px solid;
    border-color: #ddd;
    margin: 0 -20px 20px;
    padding: 0 20px 20px;
}

.widget-layout2 .side-pop.list {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: none;
}

.side-pop.list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.side-pop.list .side-pop-img {
    float: left;
    max-width: 80px;
    margin-right: 16px;
    margin-bottom: 0;
}

.side-pop.list .side-pop-content {
    text-align: left;
    overflow: hidden;
}

.side-pop.list .side-pop-content h4 {
    line-height: 19px;
    font-size: 13px;
}

.side-pop.list .side-pop-content span.mb-date {
    font-size: 11px;
    letter-spacing: 1px;
}

/* - Text Only Layout - */
.side-pop.text-layout .side-pop-content {
    padding-left: 45px;
}

.side-pop.text-layout.no-count .side-pop-content {
    padding-left: 0;
}

.side-pop.text-layout .side-count {
    top: 0;
    left: 0;
}

.side-pop.text-layout .side-pop-content h4 {
    margin-bottom: 5px;
}

.side-pop.text-layout .side-pop-content.first-count {
    padding-left: 10px;
}

.side-pop.text-layout .side-pop-content.first-count.no-counter {
    padding-left: 0;
}

.side-pop.text-layout .side-pop-content.first-count h4 a {
    font-weight: 500;
    font-size: 15px;
}

/* - Category & Archive widgets - */
.widget .mb-post-count {
    float: right;
    background: #f78a74;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    margin-top: -2px;
}

/* - WordPress recent post - */
.widget_recent_entries .post-date {
    display: block;
    margin-top: 6px;
    color: #999;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
}

/* - WordPress recent comments - */
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
    color: #888;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

/* - Tag cloud / Post tags - */
.post-tags {
    clear: both;
    margin-top: 35px;
    margin-bottom: 20px;
}

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

.widget .tagcloud a, .post-tags a {
    font-size: 10px !important;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background: none;
    color: #888;
    padding: 5px 10px 4px 10px;
    margin: 0 2px 8px;
    margin-bottom: 8px;
    display: inline-block;
    transition: 0.15s;
    border-radius: 0;
    box-shadow: none;
}

.post-tags a {
    margin: 0 8px 8px 0;
}

.widget .tagcloud a:hover,
.post-tags a:hover {
    text-decoration: none;
    background: #f78a74;
    border: 1px solid #f78a74;
    color: #fff;
}

.widget .tagcloud a:hover > .tag-link-count {
    color: #fff;
}

.tag-link-count {
    color: #b5b5b5;
}

.widget.widget_tag_cloud {
    padding-bottom: 14px;
}

/* -- Instagram widget --- */
.widget.null-instagram-feed ul.instagram-pics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.widget.null-instagram-feed ul.instagram-pics li {
    border: none;
    padding: 0;
    margin: 0;
}

.null-instagram-feed p {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
}

/* Newsletter widget */
.widget.widget_mc4wp_form_widget {
    padding-bottom: 30px;
}

.widget-layout2 .widget.widget_mc4wp_form_widget {
    padding-bottom: 0;
}

.widget-layout2.newsletter-padding .widget.widget_mc4wp_form_widget {
    padding: 20px;
}

.news-img {
    margin: -21px -21px 20px;
    background-size: cover;
}

.widget-layout2.newsletter-padding .news-img {
    margin: -20px -20px 20px;
}

.widget-layout2 .news-img {
    margin: 0 0 20px;
}

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

.news-content h4 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
}

.news-content p {
    color: #777;
}

.form-wrap {
    text-align: left;
}

.form-wrap input[type=email] {
    padding: 12px 18px;
    border-radius: 2px;
    border: none;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.036);
    border: 1px solid #e5e5e5;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-wrap input[type=submit] {
    background: #f78a74;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 12px 0;
    margin-top: 0;
    width: 100%;
    border-radius: 2px;
    border: none;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.05);
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
    -moz-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.form-wrap input[type=submit]:hover {
    background: #111;
}

.form-wrap, .form-wrap p, .form-wrap a {
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

.form-wrap p {
    margin-bottom: 10px;
}

.widget-layout4 .widget-title {
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    color: #000000;
    border-bottom: 2px solid #000000;
    background: transparent;
    text-align: left;
    font-weight: 700;
    margin: 0px 0px 20px;
    padding: 10px 0 10px 0;
}

.widget-layout4 .side-pop.list {
    border-bottom: 1px solid;
    border-color: #ddd;
    margin: 0 0px 20px;
    padding: 0 0px 20px;
}

/* - Author Box - */
.about-author {
    margin: 110px auto 0;
    box-shadow: 0 0.3rem 2.9rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    padding: 75px 65px 32px;
}

#mb-content.content-narrow .about-author {
    max-width: 780px;
}

.about-author img {
    border-radius: 100%;
    position: absolute;
    width: 110px;
    left: 50%;
    margin-left: -55px;
    border: 2px solid #fff;
    top: -55px;
    box-shadow: 0 0.2rem 1.9rem 0 rgba(0, 0, 0, 0.12);
}

.about-heading {
    color: #999;
    font-style: italic;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}

.about-author h4 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
    color: #000;
    font-weight: 600;
    padding-left: 3px;
    margin-bottom: 14px;
}

.about-author h4 a {
    color: #000;
}

.about-author p {
    color: #777;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.author-links a {
    color: #101010;
    margin: 0 7px;
}

.layout-box-style .author-box-con {
    background: #fff;
}

.author-box-con {
    padding: 30px;
    margin: 20px auto;
    min-height: 160px;
    width: 100%;
}

.author-box-con .author-box {
    position: relative;
    padding-left: 130px;
}

@media (max-width: 767px) {
    .author-box-con .author-box {
        padding-left: 0px;
    }
}

.author-box-con .author-box img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    margin: 0;
}

@media (max-width: 767px) {
    .author-box-con .author-box img {
        position: relative;
        margin-bottom: 30px;
    }
}

.author-box-con .author-box h5 {
    font-size: 16px;
    line-height: 1;
    font-family: inherit;
    margin-bottom: 10px;
}

.author-box-con .author-box p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 12px;
    color: #313131;
}

/* -------------------------------------- */
/* 03. Comments
/* -------------------------------------- */
.post-comments {
    margin: 0 auto;
    margin-top: 90px;
}

.post-comments .block-heading h4 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

#mb-content.content-narrow .post-comments {
    max-width: 780px;
}

.comments {
    margin-bottom: 40px;
}

.comments .comment {
    list-style: none;
}

.thecomment {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}

.comments > ul > li:last-child .thecomment {
    border-bottom: none;
    padding-bottom: 10px;
}

.comment-header {
    margin-bottom: 14px;
}

.thecomment .author-img {
    float: left;
    margin-right: 18px;
}

.thecomment .author-img img {
    border-radius: 100%;
    width: 60px;
    height: auto;
    box-shadow: 0 0.2rem 1.9rem 0 rgba(0, 0, 0, 0.08);
    border: 2px solid #fff;
    margin: 0;
}

.thecomment .comment-text p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #111;
    letter-spacing: 0.01em;
}

.comment-text ol, .comment-text ul, .comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6, .comment-text blockquote, .comment-text dl {
    margin-bottom: 15px;
}

.comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6 {
    font-weight: 600;
}

.comment-text blockquote {
    border-left: 2px solid #e5e5e5;
    padding-left: 15px;
}

.comment-text th {
    padding: 8px;
}

.thecomment .comment-text p:last-child {
    margin-bottom: 0;
}

.thecomment h6.author, .thecomment h6.author a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 1px;
    color: #000;
}

.bypostauthor .thecomment .comment-text span.author, .bypostauthor .thecomment .comment-text span.author a {
    font-weight: 700;
}

.thecomment span.author a:hover {
    text-decoration: underline;
}

.thecomment span.date {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #999;
    text-transform: none;
    display: block;
    letter-spacing: 0;
    font-style: italic;
}

.comment-text {
    margin-left: 78px;
}

.thecomment .comment-text em {
    font-size: 13px;
    margin-bottom: -14px;
    display: block;
    color: orange;
    letter-spacing: 1px;
}

.thecomment .comment-text em i {
    font-size: 14px;
    color: #f3bd00;
}

.post-comments .reply {
    display: block;
}

.post-comments span.reply a {
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    margin-top: 3px;
    margin-right: 7px;
    transition: 0.2s;
}

.post-comments span.reply i {
    color: #101010;
    font-size: 12px;
    margin-right: 2px;
}

.post-comments span.reply a.comment-edit-link {
    background: #eee;
    border: 2px solid #eee;
    color: #888;
    display: none;
}

.post-comments ul.children {
    margin: 0 0 0 60px;
}

.post-comments ul.children li.thecomment {
    margin: 0 0 8px 0;
}

/* ----- Reply ----- */
#respond {
    overflow: hidden;
    margin-top: 55px;
}

.comments #respond {
    margin-top: 0;
    margin-bottom: 50px;
}

#respond h3 {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

#respond h3 a {
    color: #000;
    display: inline-block;
}

#respond h3 small a {
    text-transform: uppercase;
    font-size: 11px;
    background: #eee;
    color: #888;
    padding: 4px 8px 4px;
    font-weight: 400;
    margin-left: 7px;
    letter-spacing: 1.5px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#respond h3 small a:hover {
    opacity: 0.8;
}

#respond ::-webkit-input-placeholder, #respond ::-webkit-input-placeholder {
    color: #999;
}

#respond input:focus, #respond #submit:focus, .woocommerce #respond input#submit:focus {
    outline: none;
}

#respond textarea {
    padding: 18px;
    font-size: 13px;
    color: #777;
    line-height: 22px;
    margin-bottom: 10px;
    height: 180px;
}

#respond textarea:focus {
    outline: none;
}

#respond #submit, .woocommerce #respond input#submit {
    padding: 13px 21px 13px 22px;
    width: auto;
    font-size: 12px;
    margin-top: 0;
    background: #101010;
    border: 1px solid;
    border-color: #101010;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    border-radius: 0;
}

#respond #submit:hover, .woocommerce #respond input#submit:hover {
    opacity: 0.6;
}

.comment-input-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 18px;
}

#respond input[type=text], #respond textarea {
    border: 1px solid;
    border-color: #e3e3e3;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
    width: 100%;
    padding: 13px;
    font-size: 13px;
    margin-bottom: 0;
}

p.comment-form-cookies-consent {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
}

p.comment-form-cookies-consent input[type=checkbox] {
    margin-right: 8px;
    vertical-align: middle;
}

p.comment-form-cookies-consent label {
    vertical-align: middle;
}

.form-submit {
    clear: both;
}

/* ----- Form Input Styling ----- */
input[type=submit], .wp-block-search__button {
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #111;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    padding: 11px 26px;
    display: inline-block;
    border: none;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
    -moz-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    cursor: pointer;
    width: auto;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=submit]:hover {
    background: #333;
    color: #FFF;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=search], select, textarea {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
}

select {
    box-shadow: 0 8px 16px rgba(50, 50, 50, 0.04);
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #c4c4c4;
    outline: none;
}

input[type=radio] {
    width: auto;
}

/* - Contact Form 7 - */
.wpcf7 label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*pagination*/
.layout-box-style .page-numbers {
    background: #fff;
}

.pagination {
    float: left;
    width: 100%;
    clear: both;
    padding: 0 15px;
    display: block;
    margin-bottom: 60px;
}

.page-numbers {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
}

.page-numbers li {
    display: inline-block;
    margin: 0 0 0 0;
}

.page-numbers li a,
.page-numbers li span {
    display: block;
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    font-size: 18px;
}

.page-numbers li a:hover {
    text-decoration: none;
    color: #000000;
}

.page-numbers li a i {
    font-size: 22px;
    color: #101010;
    font-weight: 700;
}

.page-numbers li a i:hover {
    color: #000000;
}

.page-numbers li > span {
    color: #ddd;
}

/* -------------------------------------- */
/* Promo Boxes
/* -------------------------------------- */
.promo-wrap {
    display: grid;
    margin-bottom: 60px;
}

.promo-wrap.promo-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 40px;
    grid-auto-rows: 240px;
}

.promo-wrap.promo-grid.promo-col-1 {
    grid-template-columns: 1fr;
}

.promo-wrap.promo-grid.promo-col-2 {
    grid-template-columns: 1fr 1fr;
}

.promo-wrap.promo-grid.promo-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.promo-wrap.promo-grid.promo-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0 30px;
}

.promo-wrap.promo-mixed {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-auto-rows: 240px 240px;
}

.promo-wrap.promo-mixed .promo1 {
    grid-column: 1;
    grid-row: 1/3;
}

.promo-wrap.promo-mixed .promo2 {
    grid-column: 2/4;
    grid-row: 1;
}

.promo-wrap.promo-mixed .promo3 {
    grid-column: 2;
    grid-row: 2;
}

.promo-wrap.promo-mixed .promo4 {
    grid-column: 3;
    grid-row: 2;
}

.promo-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 18px;
}

.promo-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    border: 1px solid;
    border-color: rgb(255, 255, 255);
    z-index: 10;
    width: 100%;
    height: 100%;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.promo-item h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 4px;
}

.promo-item span {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    color: #fff;
}

.promo-shadow {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.promo-item:hover .promo-shadow {
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.2);
}

.promo-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
}

/* Promo Box Style 2 */
.promo-style2 .promo-item h5 {
    background: #fff;
    color: #000;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 9px 13px 9px 15px;
    line-height: 1.5;
}

.promo-style2 .promo-shadow {
    background-color: rgba(0, 0, 0, 0.05);
}

.promo-style2 .promo-item {
    padding: 15px;
}

/* Meta share buttons */
.share-button {
    width: 32px;
    height: 32px;
    text-align: center;
    float: left;
    font-size: 14px;
    border-radius: 100%;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.15s linear;
}

/* Style 1 */
.share-style1 .share-button {
    border: 1px solid;
    border-color: #4e4e4e;
    color: #4e4e4e;
}

.share-style1 .share-button:hover {
    background: #000000;
    color: #fff;
}

/* Style 2 */
.share-style2 .share-button {
    line-height: 34px;
    color: #fff;
}

.share-style2 .share-button.share-toggle {
    background: linear-gradient(to right, #c2c2c2, #ccc);
}

.share-style2 .share-button.facebook {
    background: linear-gradient(to right, #3a579a, #5577c5);
  /*	background:#3a579a;*/
}

.share-style2 .share-button.twitter {
    background: linear-gradient(to right, #3fa6f5, #6bbaf7);
  /*	background: #55acee;*/
}

.share-style2 .share-button.pinterest {
    background: linear-gradient(to right, #c92228, #f3363d);
  /*background: #c92228;*/
}

.share-style2 .share-button.linkedin {
    background: linear-gradient(to right, #0077b5, #0a90d6);
  /*background: #0077b5;*/
}

.share-style2 .share-button.email {
    background: linear-gradient(to right, #c2c2c2, #ccc);
  /*background:#ccc;*/
}

/* Style 3 */
.share-style3 .show-share {
    right: -3px;
}

.post-header-share.share-style3 {
    margin-right: 10px;
}

.share-style3 .share-button {
    font-size: 20px;
    width: 30px;
}

.share-style3 .share-button.share-toggle {
    color: #c2c2c2;
}

.share-style3 .share-button.facebook {
    color: #3a579a;
}

.share-style3 .share-button.twitter {
    color: #55acee;
}

.share-style3 .share-button.pinterest {
    color: #c92228;
}

.share-style3 .share-button.linkedin {
    color: #0077b5;
}

.share-style3 .share-button.email {
    color: #c2c2c2;
}

/* - Related Posts - */
.block-heading-wrap {
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.block-heading {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.block-heading-wrap.blog-page .block-heading {
    font-size: 18px;
    font-weight: 500;
}

.block-heading:before,
.block-heading:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #ddd;
    width: 540px;
    margin: 0 30px;
}

.block-heading:before {
    right: 100%;
}

.block-heading:after {
    left: 100%;
}

.related-wrap {
    margin-top: 60px;
}

.related-posts {
    display: grid;
    grid-gap: 0 45px;
    grid-template-columns: repeat(3, 1fr);
}

#mb-content.right-sidebar .related-posts,
#mb-content.left-sidebar .related-posts {
    grid-gap: 0 25px;
}

.related-item {
    text-align: center;
    position: relative;
    box-shadow: 0 0.26rem 2rem 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.related-item.no-image {
    box-shadow: none;
    position: relative;
}

.related-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}

.related-item:not(.no-image):hover {
    box-shadow: 0 0.34rem 2.7rem 0 rgba(0, 0, 0, 0.28);
}

.related-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px 15px 22px;
    text-align: center;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.related-item.no-image .related-overlay {
    background: none;
    position: relative;
    padding: 0;
}

.related-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#mb-content.right-sidebar .related-item img,
#mb-content.left-sidebar .related-item img {
    height: 280px;
}

.related-item h3 {
    padding: 0 20px;
    margin-bottom: 2px;
}

.related-item h3 a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.related-item.no-image h3 a {
    color: #000;
}

#mb-content.right-sidebar .related-item h3,
#mb-content.left-sidebar .related-item h3 {
    padding: 0;
    margin-bottom: 0;
}

.related-item .mb-date {
    letter-spacing: 2px;
    color: #e2e2e2;
    text-transform: uppercase;
    font-size: 11px;
}

.related-item.no-image .mb-date {
    color: #999;
}

.post {
    margin-bottom: 80px;
}

.post-wrap.classic .post:last-child, .single .post {
    margin-bottom: 0;
}

.post-wrap.classic_grid .post {
    margin-bottom: 20px;
}

#mb-content.content-fullwidth .post-wrap.classic_grid .post {
    margin-bottom: 40px;
}

#mb-content.content-fullwidth .post-wrap.classic .post {
    margin-bottom: 80px;
    margin-top: 40px;
}

.single #mb-content.content-fullwidth .classic-post {
    margin-top: 40px;
}

.single.is-header-layout4 #mb-content.content-fullwidth .classic-post {
    margin-top: 0;
}

.is-header-layout3.single #mb-content.content-fullwidth .classic-post {
    margin-top: 20px;
}

#mb-content.content-fullwidth .post-wrap.classic .post:last-child {
    margin-bottom: 40px;
}

.post-wrap.classic.classic-share-no_display .post.classic-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

#mb-content.content-fullwidth .post-wrap.classic.classic-share-no_display .post.classic-post {
    padding-bottom: 90px;
    margin-bottom: 90px;
}

/* - Post Header - */
.post-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

#mb-content.content-fullwidth .classic-post .post-header,
.content-fullwidth .layout-fullwidth-image.post-style4 .post-header {
    margin-bottom: 40px;
}

#mb-content .post .post-header,
#mb-content .post .post-header {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#mb-content.content-fullwidth .post-img img {
    width: 100%;
}

.content-fullwidth .classic-post .post-header,
.fullwidth-image .post-header,
.layout-fullwidth-image .post-header.title-above,
.content-narrow.layout-fullwidth-image.post-style4 .post-header,
.content-narrow.layout-video-style3 .post-header {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.post-header h2 a, .post-header .entry-title {
    color: #101010;
}

.post-header .entry-title {
    word-wrap: break-word;
}

#mb-content.right-sidebar .classic-post .post-header h2 a,
#mb-content.left-sidebar .classic-post .post-header h2 a,
#mb-content.right-sidebar .classic-post .post-header h1,
#mb-content.left-sidebar .classic-post .post-header h1,
.layout-video-style3 #mb-content.right-sidebar .post-header h1,
.layout-video-style3 #mb-content.left-sidebar .post-header h1 {
    font-size: 30px;
    line-height: 1.5;
}

#mb-content.content-fullwidth .classic-post .post-header h2 a,
#mb-content.content-fullwidth .classic-post .post-header h1 {
    font-size: 36px;
    line-height: 1.5;
}

.post-header .entry-title {
    margin-bottom: 12px;
}

.classic-post .post-header .entry-title {
    margin-top: 15px;
}

.post-cats a, .post-cats {
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
}

.post-cats span {
    color: #bbb;
    font-weight: 300;
    font-size: 10px;
    position: relative;
    top: -1px;
    margin: 0 2px;
}

.feat-area.fullscreen .post-cats span,
.theme-carousel .post-cats span,
.classic-slider .feat-inner.style1 .post-cats span {
    color: #fff;
}

.md-post-meta {
    color: #999;
    margin: 0;
    font-size: 11px;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .md-post-meta {
        flex-wrap: wrap;
    }
}

.md-post-meta .mb-date,
.md-post-meta .mb-date a,
.md-post-meta .author-name a,
.md-post-meta .comment-count a {
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
}

.md-post-meta .mb-date:hover,
.md-post-meta .mb-date a:hover,
.md-post-meta .author-name a:hover,
.md-post-meta .comment-count a:hover {
    color: #C6C6C6;
}

.md-post-meta .time,
.md-post-meta .author-name,
.md-post-meta .comment-count {
    position: relative;
    padding-right: 14px;
}

.md-post-meta .author-name:after,
.md-post-meta .comment-count:after {
    width: 1px;
    height: 90%;
    background: #ccc;
    margin-left: 6px;
    position: absolute;
    top: 0;
    content: "";
}

.md-post-meta div:last-child {
    padding-right: 0;
}

.md-post-meta span:last-child:after {
    width: 0;
}

.md-post-meta div:last-child:after {
    width: 0;
}

.md-post-meta:before,
.md-post-meta:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 24px;
    height: 1px;
    border-top: 1px solid #ccc;
    content: "";
}

@media (max-width: 767px) {
    .md-post-meta:before,
  .md-post-meta:after {
        display: none;
    }
}

.md-post-meta:before {
    left: -40px;
    text-align: right;
}

.md-post-meta:after {
    right: -40px;
}

.sticky.post {
    position: relative;
}

.sticky.post:before {
    font-family: "Font Awesome 5 Free";
    content: "\f08d";
    position: absolute;
    right: 0;
    top: 0;
    color: #ddd;
    font-size: 21px;
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    z-index: -1;
}

/* - Post Teaser - */
.post-entry .post-teaser, .post-teaser {
    font-size: 22px;
    color: #666;
    line-height: 33px;
    font-style: italic;
    margin-bottom: 25px;
}

.post-header .post-teaser.title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #777;
    padding: 0 1.5em;
}

/* - Post Image - */
.post-img {
    margin-bottom: 30px;
    text-align: center;
}

.content-fullwidth .classic-post .post-img {
    margin-bottom: 0px;
}

.post-img img {
    max-width: 100%;
    height: auto;
}

/* - Post Meta - */
.post-meta {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e9e9e9;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mb-content.right-sidebar .post-meta,
#mb-content.left-sidebar .post-meta,
#mb-content.content-narrow .post-meta {
    max-width: 780px;
}

.meta-left {
    display: flex;
    align-items: center;
}

.meta-author-wrap {
    display: flex;
}

.meta-author-img {
    margin-right: 12px;
}

.meta-author-img img {
    margin: 0;
    border-radius: 100%;
}

.meta-author-info {
    margin-top: 2px;
}

.meta-author-wrap .written {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #888;
    font-size: 11px;
    display: block;
    margin-bottom: -2px;
}

.author-name a {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.meta-time {
    margin-left: 35px;
    border-left: 1px solid;
    border-color: #e9e9e9;
    padding-left: 35px;
}

.meta-time.no-author {
    padding: 0;
    margin: 0;
    border: none;
}

.meta-right {
    display: flex;
    align-items: center;
}

.meta-comment {
    margin-left: 20px;
    box-shadow: 0 0 7px rgba(15, 15, 15, 0.05);
}

.comment-bubble {
    min-width: 32px;
    min-height: 30px;
    border: 1px solid;
    border-color: #ccc;
    text-align: center;
    font-weight: 400;
    border-radius: 2px;
    font-size: 12px;
    color: #666;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 6px solid;
    border-right: 6px solid;
    border-top: 6px solid;
    border-bottom: 6px solid;
    border-color: #aaa;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: 50%;
    margin-right: -6px;
    bottom: -12px;
}

.comment-bubble:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 6px solid transparent;
    right: 50%;
    margin-right: -6px;
    bottom: -11px;
}

/* - Post Entry - */
.post-entry:after {
    content: "";
    clear: both;
    display: table;
}

.post-entry img {
    max-width: 100%;
    height: auto;
}

#mb-content.content-narrow .post-entry {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.post-entry p, .entry-content p {
    margin-bottom: 1.65em;
}

.post-entry p, .post-entry li {
  /*	color:#1f2025;*/
}

.post-entry p a,
.wp-block-latest-posts a,
.wp-block-categories a,
.wp-block-archives a,
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
    box-shadow: inset 0 -1px 0 #101010;
    color: #000;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
    margin-bottom: 0.8em;
    line-height: 1.5;
    font-weight: 600;
}

.post-entry h1 {
    margin-top: 1.8em;
    font-size: 32px;
}

.post-entry h2 {
    margin-top: 1.85em;
    font-size: 30px;
}

.post-entry h3 {
    margin-top: 1.9em;
    font-size: 26px;
}

.post-entry h4 {
    margin-top: 1.9em;
    font-size: 22px;
}

.post-entry h5 {
    margin-top: 1.9em;
    font-size: 20px;
}

.post-entry h6 {
    margin-top: 1.9em;
    font-size: 18px;
}

.post-entry ul, .post-entry ol {
    margin: 1.7em 0 1.7em 40px;
}

.post-entry ul.wp-block-gallery {
    margin: 40px 0 14px;
}

.post-entry ul.blocks-gallery-grid, .post-entry ol.wp-block-latest-comments, .post-entry ul.wc-block-grid__products {
    margin: 0;
}

.post-entry ul li, .entry-content ul li {
    list-style: disc;
}

.post-entry ol > li, .entry-content ol > li {
    list-style: decimal;
}

.post-entry ul li, .post-entry ol li, .entry-content ul li, .entry-content ol li {
    margin-bottom: 4px;
    padding-left: 6px;
}

.post-entry ul.blocks-gallery-grid li, .post-entry ol.wp-block-latest-comments li, .post-entry ul.wc-block-grid__products li {
    padding-left: 0;
}

.post-entry ul.wc-block-grid__products li {
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0;
    padding: 0 0 0.5em 0;
}

.post-nav-links {
    clear: both;
}

.layout-box-style .post-img {
    margin-bottom: 0px;
}

.layout-box-style article {
    margin-bottom: 0px;
}

.layout-box-style .classic-post {
    margin-bottom: 60px;
}

.layout-box-style #mb-main {
    width: calc(100% - 360px);
    margin-bottom: 80px;
    padding: 0;
}

@media (max-width: 940px) {
    .layout-box-style #mb-main {
        width: 100%;
    }
}

.layout-box-style #mb-content .post-entry,
.layout-box-style #mb-content .post-header {
    background: #fff;
    padding: 30px;
}

.layout-box-style #mb-content .post-header.below {
    padding-bottom: 0px;
}

.layout-box-style #mb-content .post-footer-share-wrap {
    background: #fff;
    padding: 0 0 30px 0;
    margin-top: 0;
}

.layout-box-style #mb-main.page-style1,
.layout-box-style #mb-main.classic-style1 {
    padding: 0;
}

.layout-box-style .classic-style1 .post-entry,
.layout-box-style .classic-style1 .post-header {
    background: #fff;
    padding: 30px;
}

.layout-box-style .classic-style1 .post-header.below {
    padding-bottom: 0px;
}

.layout-box-style .classic-style1 .post-footer-share-wrap {
    background: #fff;
    padding: 30px;
    margin-top: 0;
}

.layout-box-style #mb-main.grid-style3,
.layout-box-style #mb-main.list-style2,
.layout-box-style #mb-main.list-style1 {
    padding: 0;
}

.layout-box-style .page #mb-main .grid-style1 .post-entry,
.layout-box-style .page #mb-main .grid-style1 .post-header,
.layout-box-style .grid-style3 .post-entry,
.layout-box-style .grid-style3 .post-header {
    background: #fff;
    padding: 30px;
}

.layout-box-style .page #mb-main .grid-style1 .post-header.below,
.layout-box-style .grid-style3 .post-header.below {
    padding-bottom: 0px;
}

.layout-box-style .page #mb-main .grid-style1 .post-footer-share-wrap,
.layout-box-style .grid-style3 .post-footer-share-wrap {
    background: #fff;
    padding: 30px;
    margin-top: 0;
}

.layout-box-style .list-style2 .post-entry,
.layout-box-style .list-style2 .post-header {
    background: #fff;
    padding: 30px;
}

.layout-box-style .list-style2 .post-header.below {
    padding-bottom: 0px;
}

.layout-box-style .list-style2 .post-footer-share-wrap {
    background: #fff;
    padding: 30px;
    margin-top: 0;
}

.layout-box-style #mb-content .list-style2 .post .post-header,
.layout-box-style #mb-content .classic-style1 .post .post-header {
    max-width: 100%;
    margin-bottom: 0;
}

.layout-box-style #mb-content .grid-style1 .post .post-header,
.layout-box-style #mb-content .grid-style2 .post .post-header,
.layout-box-style #mb-content .grid-style3 .post .post-header {
    max-width: 100%;
    margin-bottom: 0;
}

.layout-box-style #mb-content .list-style2 .post .post-header {
    max-width: 100%;
    margin-bottom: 0;
}

.layout-box-style #mb-content .list-style1 .post .post-header {
    max-width: 100%;
    margin-bottom: 0;
}

.layout-box-style .layout-fullwidth-image .post-header:not(.title-below) {
    margin-bottom: 0;
}

.layout-box-style #mb-content .post .post-header {
    max-width: 100%;
}

@media (max-width: 940px) {
    .mb-container.post-style1 .mb-wrapper {
        padding-top: 0;
    }
}
/* Blog Post Home */
.featured-post-section {
    width: 100%;
    float: left;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    border-color: #eee;
    background-color: #fff;
    padding-top: 80px;
}

.featured-post-section-like {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.mb-section-heading-like {
    font-weight: normal;
    text-align: left;
    color: #000;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 12px;
    font-weight: 300;
}

.home4 .mb-post-media {
    overflow: hidden;
}

.home4 .big-post .mb-post-media {
    overflow: hidden;
}

.home1 .mb-post-media {
    overflow: hidden;
    position: relative;
    float: left;
    transform: translateZ(0);
}

.home1 .mb-post-media img {
    position: relative;
    float: left;
}

.home1 .big-post .mb-post-media {
    max-height: 500px;
    overflow: hidden;
}

.home2 .media {
    margin-bottom: 30px;
}

.mb-post-media {
    width: 100%;
}

.mb-post-media img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    object-fit: cover;
}

.mb-post-media img:hover {
    opacity: 0.8;
}

.mb-post-media a,
.mb-post-media a img {
    width: 100%;
    display: block;
}

.mb-post-container,
.mb-post-content {
    width: 100%;
}

.mb-section-heading {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 50px;
}

.mb-section-heading a {
    color: #4e4e4e;
}

.del {
    margin-bottom: 50px;
}

.mb-post-date {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
}

.mb-post-category {
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
}

.mb-post-category .category {
    display: inline-block;
    margin-right: 7px;
}

.mb-post-category .category:last-child {
    margin-right: 0px;
}

.layout-box-style .mb-post-category a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-radius: 2px;
    background-color: #101010;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}

.layout-box-style .mb-post-category a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2E2E2E;
    text-decoration: none;
}

.mb-post-category a {
    color: #101010;
    text-transform: uppercase;
    display: block;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.5px;
}

.mb-post-date-center {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

h3.col-3-post,
h3.col-3-post a {
    text-align: center;
    font-size: 24px !important;
    line-height: 40px;
    color: #000;
    font-weight: 300;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mb-blog-post-text {
    font-size: 14px;
    line-height: 22px;
}

.mb-blog-post-text p {
    margin-bottom: 20px;
}

.home1 .mb-blog-post-text {
    min-height: 50px;
}

.mb-read-more {
    margin-top: 10px;
    font-size: 14px;
    float: left;
    width: 100%;
}

.mb-read-more a {
    border-radius: 100px;
    padding: 10px 20px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    display: inline-block;
}

.mb-read-more a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

.mb-read-more a:hover i {
    color: #fff;
}

.mb-read-more i {
    padding-left: 10px;
    color: #000;
}

.recent-post-home-section {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.big-post .mb-post-title,
.single .mb-post-title {
    margin-bottom: 15px;
}

.single .mb-post-title,
.big-post .mb-post-title,
.big-post .mb-post-title a {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #000;
    font-weight: 700;
}

.big-post .mb-post-date {
    text-align: center;
    margin-bottom: 30px;
}

.row-2 {
    top: 500px;
}

.mb-post {
    top: 500px;
}

.mb-ad {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

.blog-post-con .post-img,
.blog-post-con .post-img a,
.blog-post-con .post-img a img {
    float: left;
}

.blog-post-home {
    float: left;
}

.blog-post-home .post-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #4e4e4e;
    text-transform: uppercase;
    margin: 24px 0 8px 0;
}

.blog-post-home .post-time {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 9px;
}

.post-description {
    float: left;
    width: 100%;
    margin-bottom: 13px;
    color: #52626f;
    font-size: 16px;
    line-height: 24px;
}

.blog-post-home .read-more {
    font-weight: 700;
}

.blog-post-home .read-more:hover {
    text-decoration: underline;
}

.posts-navigation {
    clear: both;
    margin-bottom: 50px;
}

.blog-row {
    display: flex;
    flex-wrap: wrap;
}

article .entry-post {
    padding: 30px;
}

article.mb-post-outer {
    background: #ffffff;
    margin-bottom: 30px;
}

article.sticky {
    border-bottom: 3px solid #4e4e4e;
}

.mb-post-outer {
    width: 100%;
}

.mb-post-outer .mb-post {
    width: 100%;
}

.mb-post-outer .mb-post .entry-header {
    width: 100%;
}

.mb-post-outer .mb-post .mb-post-container {
    width: 100%;
}

.mb-post-content > div > ul,
.mb-post-content > div > ol {
    margin-bottom: 15px;
}

.mb-post-content ol {
    margin-left: 15px;
    margin-bottom: 0px;
}

.mb-post-content ul li,
.mb-post-content ol li {
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 5px;
}

.mb-post-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #4e4e4e;
    text-transform: none;
    float: left;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
}

.mb-post-title a,
.mb-post-title a:active {
    color: #101010;
}

.mb-post-title a:hover {
    text-decoration: none;
    color: #4F4F4F;
}

/*Masonary Layout*/
.masonry-row {
    width: 100%;
    margin: 0;
}

.masonry {
    margin-bottom: 15px;
}

/* clearfix */
.masonry-row:after {
    content: "";
    display: block;
    clear: both;
}

.masonry .mb-post-outer {
    margin-bottom: 20px !important;
}

.grid-layout .mb-post-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
}

.mb-post-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.mb-post-wrap .blog-post-gallery-image img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
}

.mb-post-wrap.grid article {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.mb-post-wrap.grid .mb-post-media img,
.mb-post-wrap.grid .mb-post-media iframe,
.mb-post-wrap.grid .blog-post-media iframe,
.mb-post-wrap.grid .fluid-width-video-wrapper,
.mb-post-wrap.grid .owl-stage-outer {
    height: 240px;
}

.mb-post-wrap.grid .blog-post-gallery-image,
.mb-post-wrap.grid .blog-post-gallery-image a {
    height: 240px;
}

.mb-post-wrap.grid .mb-post-title a {
    font-size: 22px;
    line-height: 30px;
}

.mb-post-wrap.grid.no-sidebar .mb-post-media img,
.mb-post-wrap.grid.no-sidebar .mb-post-media iframe,
.mb-post-wrap.grid.no-sidebar .blog-post-media iframe,
.mb-post-wrap.grid.no-sidebar .owl-stage-outer {
    height: 340px;
}

.mb-post-wrap.grid.no-sidebar .blog-post-gallery-image,
.mb-post-wrap.grid.no-sidebar .blog-post-gallery-image a {
    height: 340px;
}

.mb-post-wrap.simple.no-sidebar .mb-post-media img,
.mb-post-wrap.simple.no-sidebar .mb-post-media iframe,
.mb-post-wrap.simple.no-sidebar .blog-post-media iframe,
.mb-post-wrap.simple.no-sidebar .owl-stage-outer {
    height: 700px;
}

.mb-post-wrap.simple.no-sidebar .blog-post-gallery-image,
.mb-post-wrap.simple.no-sidebar .blog-post-gallery-image a {
    height: 700px;
}

.post-footer-share-wrap {
    text-align: center;
    margin: 30px auto 60px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.post-footer-share {
    position: relative;
    display: inline-block;
}

.post-footer-share:before {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #999;
    width: 690px;
    margin: 0 20px;
    right: 100%;
}

.post-footer-share:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #999;
    width: 690px;
    margin: 0 20px;
    left: 100%;
}

.post-footer-share a {
    margin: 0 7px;
}

/* - Read More Link - */
.read-more-wrapper {
    text-align: center;
    margin-top: 30px;
}

.read-more-wrapper .read-more {
    display: inline-block;
}

.read-more-wrapper .read-more:hover .more-line {
    width: 95px;
}

.read-more-wrapper .read-more:hover .more-text {
    color: #101010;
}

.read-more-wrapper .more-text {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    display: block;
    color: #101010;
    font-weight: 600;
    margin-bottom: -4px;
    padding-left: 4px;
    transition: all 0.1s linear;
}

.read-more-wrapper .more-line {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #101010;
    transition-duration: 0.15s;
}

.post-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.post-header .entry-title {
    color: #101010;
    word-wrap: break-word;
    margin-bottom: 12px;
}

.post-header h2 a {
    color: #101010;
}

.post-header .post-teaser.title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #101010;
    padding: 0 1.5em;
}

.post-wrap.grid,
.post-wrap.classic_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 35px;
}

.post-wrap {
    margin-bottom: 80px;
}

.post-wrap.grid, .post-wrap.classic_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 35px;
}

.post-wrap.classic_grid .post:nth-child(1) {
    grid-column: 1/-1;
}

#mb-content.content-fullwidth .post-wrap.grid, #mb-content.content-fullwidth .post-wrap.classic_grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-inner {
    border: 1px solid #e4e4e4;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.03);
}

.grid-item .post-header {
    margin-bottom: 0;
    text-align: left;
    padding: 25px;
}

.grid-item .post-img {
    margin: -1px -1px 0;
}

.grid-item .post-header h2 a, .post-entry .destination-block-grid-item h2 {
    font-size: 19px;
    line-height: 31px;
    padding: 0;
}

.grid-item .post-header h2 {
    margin-bottom: 8px;
    margin-top: 9px;
    line-height: 28px;
}

.grid-item .post-cats a {
    letter-spacing: 1.5px;
}

.grid-item p {
    margin-bottom: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.grid-item .post-img img {
    max-width: 100%;
    height: auto;
}

.grid-author {
    font-size: 13px;
    color: #999;
}

.grid-author a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

/* Grid style 2 */
.grid-style2 .grid-item .grid-inner {
    background: none;
    box-shadow: none;
    border: none;
}

.grid-style2 .grid-item .post-header {
    margin: -85px 20px 0;
    padding: 35px 20px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.11);
    text-align: center;
    background: #fff;
}

.grid-style2 .grid-item.no-image .post-header {
    margin: 0;
}

.grid-style2 .grid-item .post-img img {
    max-width: 100%;
    object-fit: cover;
    height: 380px;
    width: 100%;
}

/* Grid style 3 */
.grid-style3 .grid-item .grid-inner {
    border: none;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.11);
}

/* - List Layout - */
.list-item {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-item .post-header {
    text-align: left;
}

.list-item .post-header h2 a {
    font-size: 24px;
    line-height: 39px;
}

.list-item .post-header h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.list-item .post-header p {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}

.list-item .mb-date {
    padding-left: 30px;
    position: relative;
}

.list-item .mb-date:before {
    content: "";
    position: absolute;
    width: 18px;
    top: 9px;
    left: 0;
    border-bottom: 1px solid #ccc;
}

.list-author {
    margin-right: 10px;
}

.list-author .by {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #999;
    font-size: 14px;
}

.list-author a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #666;
}

.list-author img {
    margin: 0 5px 0 0;
    border-radius: 100%;
}

/* - List style1 - */
.list-style1.alternate .list-item:nth-child(even) {
    flex-direction: row-reverse;
}

.list-style1.alternate .list-item:nth-child(even) .post-header {
    margin-left: 0;
    margin-right: -120px;
}

.list-item .post-header h2 a {
    font-size: 22px;
    line-height: 36px;
}

.list-style1 .list-item .post-img img {
    max-width: 440px;
    height: auto;
    height: 350px;
    object-fit: cover;
}

#mb-content.content-fullwidth .list-style1 .list-item .post-img img {
    max-width: 540px;
    height: 380px;
}

.list-style1 .list-item .list-content {
    align-self: center;
}

#mb-content.content-fullwidth .list-style1 .list-item .list-content {
    width: 100%;
}

.list-item .post-img, .list-item .post-header {
    margin-bottom: 0;
}

.list-style1 .list-item .post-header {
    margin-left: -120px;
    background: #fff;
    padding: 32px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.11);
}

#inner-wrapper .list-style1 .list-item.no-image .post-header {
    margin-left: 0;
}

#inner-wrapper .list-style1.alternate .list-item.no-image:nth-child(even) .post-header {
    margin-right: 0;
}

#mb-content.content-fullwidth .list-style1 .list-item .post-header {
    padding: 50px;
}

/* - List style 2 - */
.list-style2 .list-item {
    margin-bottom: 35px;
    padding-bottom: 0px;
    background: #ffffff;
}

.list-style2 .list-item .post-img img {
    max-width: 350px;
    height: auto;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 940px) {
    .list-style2 .list-item .post-img {
        margin-right: 0;
        margin-bottom: 0px;
    }
}

.list-style2 .list-item .list-content {
    align-self: center;
    width: 100%;
    padding: 30px;
}

#mb-content.content-fullwidth .list-style2 .list-item,
#mb-content.content-fullwidth .list-style1 .list-item {
    margin-bottom: 40px;
    padding-bottom: 0px;
}

@media (max-width: 940px) {
    #mb-content.content-fullwidth .list-style2 .list-item,
  #mb-content.content-fullwidth .list-style1 .list-item {
        flex-direction: column;
    }
}

#mb-content.content-fullwidth .list-style2 .list-item .post-img,
#mb-content.content-fullwidth .list-style1 .list-item .post-img {
    width: 40%;
}

@media (max-width: 940px) {
    #mb-content.content-fullwidth .list-style2 .list-item .post-img,
  #mb-content.content-fullwidth .list-style1 .list-item .post-img {
        width: 100%;
    }
}

#mb-content.content-fullwidth .list-style2 .list-item .post-img img,
#mb-content.content-fullwidth .list-style1 .list-item .post-img img {
    max-width: 100%;
    width: 100%;
}

#mb-content.content-fullwidth .list-style2 .list-item .list-content,
#mb-content.content-fullwidth .list-style1 .list-item .list-content {
    width: 60%;
}

@media (max-width: 940px) {
    #mb-content.content-fullwidth .list-style2 .list-item .list-content,
  #mb-content.content-fullwidth .list-style1 .list-item .list-content {
        width: 100%;
    }
}

@media (max-width: 940px) {
    #mb-content.content-fullwidth .list-style2 .list-item .post-header,
  #mb-content.content-fullwidth .list-style1 .list-item .post-header {
        margin-left: 0px;
    }
}

.list-style2.alternate .list-item:nth-child(even) {
    flex-direction: row-reverse;
}

.list-style2.alternate .list-item:nth-child(even) .post-img {
    margin-right: 0;
    margin-left: 35px;
}

#mb-content.content-fullwidth .list-style2 .list-item .post-img {
    margin-right: 45px;
}

#mb-content.content-fullwidth .list-style2 .list-item .post-img img {
    max-width: 470px;
    height: 330px;
}

/*search Result Page*/
.search-result-form {
    position: relative;
    float: left;
    margin: 0;
    width: 100%;
}

.search-result-form .search-icon {
    position: absolute;
    top: -16px;
    right: 3px;
    height: 100%;
    width: 34px;
    min-width: 34px;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right;
}

.nothing-found {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}

.layout-box-style .single-main #mb-main {
    padding: 0;
}

.layout-box-style .single-main #mb-main .post-header.above {
    padding-bottom: 30px;
}

.layout-box-style .single-main #mb-main .post-header,
.layout-box-style .single-main #mb-main .post-entry,
.layout-box-style .single-main #mb-main .prev-next,
.layout-box-style .single-main #mb-main .author-box-con,
.layout-box-style .single-main #mb-main .comments-section,
.layout-box-style .single-main #mb-main .related-wrap {
    background: #fff;
    padding: 30px 30px 0px 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.layout-box-style .single-main #mb-main .author-box-con,
.layout-box-style .single-main #mb-main .prev-next {
    clear: both;
    padding-bottom: 30px;
}

.layout-box-style .post-share-block {
    background: #fff;
    padding: 0px 30px 0px 30px;
}

.layout-box-style .post-footer-share-wrap {
    margin: 0;
}

.layout-split-header .mb-date a,
.layout-split-header .author-name a,
.layout-split-header .comment-count a {
    color: #999999;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.layout-fullwidth-image-overlay .fullwidth-image .mb-date a, .layout-fullwidth-image-overlay .fullwidth-image .author-name a, .layout-fullwidth-image-overlay .fullwidth-image .comment-count a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.layout-fullwidth-image .mb-date a, .layout-fullwidth-image .author-name a, .layout-fullwidth-image .comment-count a {
    color: #999999;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.layout-style5 .mb-date a, .layout-style5 .author-name a, .layout-style5 .comment-count a {
    color: #999999;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

#mb-content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 940px) {
    #mb-content {
        flex-direction: column;
        padding-top: 0px;
    }
}

#mb-content.content-narrow #mb-main {
    width: 100%;
    margin: 0 auto;
}

#mb-content.content-narrow .post-entry {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.single-main .single-content {
    padding: 0;
}

.wp-block-embed__wrapper {
    max-width: 100%;
}

.page-wrap {
    margin-top: 50px;
}

.page-wrap .entry::after {
    display: block;
    content: "";
    clear: both;
}

.date-wrap {
    position: relative;
    padding-right: 14px;
}

.date-wrap:after {
    width: 1px;
    height: 90%;
    background: #ccc;
    margin-left: 6px;
    position: absolute;
    top: 0;
    content: "";
}

.page-content {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
}

.single-page.media-large .entry-header {
    background: #fff;
}

.single-page-content {
    margin-top: 50px;
}

/* Blog Detail Page */
.post-format-available .featured-area {
    background: transparent;
}

.single-content .entry-header {
    padding: 30px 30px 0 30px;
}

.with-bg {
    background-color: #fff;
}

.single-content > .entry-header .container {
    display: block;
    width: 100%;
}

.media-large2 .entry-header .container {
    width: 100%;
}

.single-page .entry-header.title-left * {
    text-align: left;
}

.single-page .entry-header.title-center * {
    text-align: center;
}

.single-page .entry-header.title-right * {
    text-align: right;
}

.single-page .author-box-con {
    margin-bottom: 30px;
}

.single-page .col-md-8:only-child,
.single-page .content-narrow {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .single-main .author-box {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .single-main .author-box a {
        display: inline-block;
    }
}

.single-main .content-narrow .post-share-block,
.single-main .content-narrow .post-footer-share-wrap,
.single-main .content-narrow .prev-next,
.single-main .content-narrow .author-box-con {
    max-width: 780px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .single-main .prev-next {
        padding: 25px 0;
    }
}

.featured-area {
    background: #333333;
}

.featured-area .entry-header {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.featured-area .mb-post-title {
    color: #ffffff;
}

.featured-area .md-post-meta span,
.featured-area .md-post-meta a {
    color: #ffffff;
}

.featured-area .single-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-position: center;
    background-size: cover;
}

.featured-area .media-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(1, 1, 1, 0) 50%, rgba(1, 1, 1, 0.35) 70%, rgba(1, 1, 1, 0.5) 85%, rgba(1, 1, 1, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 1, 1, 0) 50%, rgba(1, 1, 1, 0.35) 70%, rgba(1, 1, 1, 0.5) 85%, rgba(1, 1, 1, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 50%, rgba(1, 1, 1, 0.35) 70%, rgba(1, 1, 1, 0.5) 85%, rgba(1, 1, 1, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#85010101",GradientType=0);
}

.featured-area.no-image.media-large2,
.featured-area.no-image.media-fullwidth {
    min-height: 300px;
}

.featured-area.no-image {
    min-height: 0;
}

.single .mb-post .entry-header {
    padding: 0px;
}

.single .large2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.single .media-small {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.single .media-large,
.single .media-large2 {
    max-width: 1170px;
    margin: 0 auto;
}

.single .media-large2,
.single .media-fullwidth,
.single .media-large {
    margin-bottom: 50px;
}

.single .no-image.media-large2,
.single .no-image.media-fullwidth,
.single .no-image.media-large {
    margin-bottom: 0px;
}

.single .featured-area.media-large,
.single .featured-area.media-large2,
.single .featured-area.media-fullwidth {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 500px;
}

.entry-content {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
}

.entry-content > a {
    color: #0D0D0D;
    box-shadow: inset 0 -1px 0 #0D0D0D;
}

.entry-content > a:hover {
    color: #313131;
    box-shadow: inset 0 -1px 0 transparent;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 0.8em;
    line-height: 1.5;
    font-weight: 600;
}

.entry-content h1 {
    margin-top: 3rem;
    font-size: 32px;
}

.entry-content h2 {
    margin-top: 3rem;
    font-size: 30px;
}

.entry-content h3 {
    margin-top: 3rem;
    font-size: 26px;
}

.entry-content h4 {
    margin-top: 3rem;
    font-size: 22px;
}

.entry-content h5 {
    margin-top: 3rem;
    font-size: 20px;
}

.entry-content h6 {
    margin-top: 3rem;
    font-size: 18px;
}

.blockquote {
    border: 1px solid #4e4e4e;
    border-left: 10px solid #4e4e4e;
    margin: 0 0 0 19px;
}

.quote {
    padding: 20px 20px 20px 20px;
    border: 1px solid #ddd;
    border-left: 6px solid #ddd;
    border-radius: 1px;
    margin-bottom: 20px;
}

.quote h4 {
    font-weight: bold;
    margin-bottom: 0 !important;
}

.quote p {
    text-align: left;
    color: #ddd;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.post-tags {
    float: left;
    padding-left: 15px;
}

.post-tags i {
    font-size: 12px;
    padding: 5px;
}

.post-tags a {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    text-transform: uppercase;
    margin: 0 10px 0px 0;
    padding: 4px 10px;
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #999999;
}

.post-tags a:hover {
    color: #fff;
    background-color: #313131;
    text-decoration: none;
    border: 1px solid #313131;
}

.single-page.media-fullwidth .mb-post-title,
.single-page.media-large2 .mb-post-title {
    color: #ffffff;
}

.single-page.media-fullwidth .comment-count a,
.single-page.media-large2 .comment-count a {
    color: #fff;
}

/* - Split Header Layout - */
.layout-split-header #mb-content {
    padding-top: 0;
}

.split-header {
    display: grid;
    margin: 0 calc(50% - 50vw);
    grid-template-columns: 1fr 1fr;
    align-items: center;
    box-shadow: 0 0 60px rgba(70, 70, 70, 0.12);
    width: 100vw;
    height: calc(100vh - 90px);
    background: #fff;
}

.split-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.split-header .post-header {
    max-width: 75%;
    margin: 0 auto;
}

.split-header .post-header .entry-title {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 17px;
    margin-bottom: 22px;
}

.classic_grid > article {
    margin-bottom: 0;
}

.layout-fullwidth-image .classic_grid .post-header:not(.title-below) {
    margin-bottom: 0;
}

/* -------------------------------------- */
/* Pages
/* -------------------------------------- */
.page .right-sidebar,
.page .left-sidebar,
.page .content-fullwidth,
.page .content-narrow {
    margin-bottom: 80px;
}

.page #mb-main {
    margin-bottom: 0;
}

.page .layout-fullwidth-image .post-header {
    margin-bottom: 30px;
}

.page #mb-content:not(.blog-enabled) #mb-main {
    margin-bottom: 0;
    background: #fff;
    padding: 25px;
}

@media (max-width: 767px) {
    .page #mb-content:not(.blog-enabled) #mb-main {
        padding: 0px;
    }
}

#mb-content.right-sidebar .page-style1 .page-header h1,
#mb-content.left-sidebar .page-style1 .page-header h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #000;
}

#mb-content.content-fullwidth .page-style1 .page-header h1 {
    font-size: 38px;
    line-height: 1.4;
}

.page-style2.layout-fullwidth-image-overlay .page-header .entry-title {
    font-size: 38px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 0;
}

.page-style3.layout-fullwidth-image .page-header .entry-title,
.page-style3.layout-fullwidth-image #mb-content.content-fullwidth .page-header h1 {
    font-size: 38px;
    line-height: 1.4;
    color: #000000;
}

.search .post-wrap .page {
    margin-bottom: 80px;
}

.page-wrap.with-sidebar .page-header h1 {
    font-size: 48px;
    line-height: 1.5;
    color: #101010;
}

.page-wrap.full-width .page-header h1 {
    font-size: 48px;
    line-height: 1.5;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px 0 50px;
    border-bottom: none;
    text-align: center;
}

/* Full-width image layout */
.layout-fullwidth-image-overlay #mb-content,
.layout-fullwidth-image #mb-content {
    padding-top: 0;
}

.fullwidth-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page .fullwidth-image {
    height: 420px;
}

.page .layout-fullwidth-image .fullwidth-image {
    height: 600px;
}

.fullwidth-image-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.38) 100%);
    z-index: 1;
}

.fullwidth-image .post-header {
    z-index: 9;
    margin-bottom: 0;
}

.fullwidth-image .post-header h1, .fullwidth-image .post-header .post-teaser.title, .fullwidth-image .mb-date, .fullwidth-image .post-cats a {
    color: #fff;
}

.fullwidth-image .post-header h1, .layout-fullwidth-image .post-header.title-above h1, .layout-fullwidth-image #mb-content.content-fullwidth .post-header h1 {
    font-size: 38px;
    line-height: 1.4;
}

.layout-fullwidth-image .post-header.title-above {
    padding-top: 70px;
}

.layout-fullwidth-image .post-header:not(.title-below) {
    margin-bottom: 60px;
}

/* Category/Archives */
.archive-box {
    text-align: center;
    padding: 45px 0 40px;
    background: #f7f7f7;
    border-bottom: 1px solid;
    border-color: #eaeaea;
}

.archive-box span {
    color: #888;
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 6px;
}

.archive-box h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 32px;
    font-weight: 400;
    padding-left: 4px;
}

.archive-description {
    max-width: 65%;
    margin: 10px auto 0;
}

.archive-description p {
    margin-bottom: 18px;
    color: #555;
    font-size: 14px;
    line-height: 25px;
}

.archive-description p:last-child {
    margin-bottom: 0;
}

.nothing-wrapper .post-header h1 {
    font-size: 30px;
}

.nothing-wrapper .search-wrapper {
    border: 1px solid #ddd;
    padding: 12px 15px;
}

.nothing-wrapper .search-wrapper .search-button {
    margin-top: 0;
}

.nothing-wrapper .searchform input.s {
    width: 90%;
}

/* -------------------------------------- */
/* 23. WooCommerce
/* -------------------------------------- */
/* Product Page */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 52%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 44%;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 60px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
    margin-top: 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}

.woocommerce div.product .product_title {
    font-size: 26px;
    margin-bottom: 8px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #666;
    font-weight: 300;
    margin-bottom: 15px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce-product-details__short-description p, .woocommerce-tabs p {
    font-size: 16px;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    border-radius: 0;
    padding: 14px 18px;
}

.woocommerce button.button.alt:hover {
    opacity: 0.8;
    background: #000;
}

.woocommerce .quantity .qty {
    height: 39px;
    line-height: 39px;
    border: 1px solid #d5d5d5;
    margin-right: 5px;
}

.product_meta {
    font-size: 12px;
}

.product_meta a {
    color: #999;
}

/* ----- Shop Page ----- */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}

.woocommerce .page-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: -3px;
}

.woocommerce .woocommerce-result-count {
    color: #999;
    font-size: 14px;
    font-style: italic;
}

.woocommerce .woocommerce-ordering select {
    padding: 7px 9px;
    color: #999;
    border-radius: 2px;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    max-width: 190px;
}

.woocommerce .woocommerce-ordering {
    margin-top: -15px;
    margin-bottom: 40px;
}

/* ----- Shop Page Catalog Items ----- */
.woocommerce ul.products li.product a img {
    margin-bottom: 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #000;
    font-weight: 400;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
}

.woocommerce ul.products li.product .price {
    text-align: center;
    font-size: 14px;
    color: #888;
}

.woocommerce ul.products li.product .price del {
    display: inline;
    margin-right: 3px;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 400;
    text-decoration: none;
}

.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce span.onsale {
    height: 38px;
    width: 38px;
    line-height: 38px;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    background-color: #222;
    margin: -0.8em -0.8em 0 0;
}

.woocommerce ul.products li.product .onsale {
    margin: -0.8em -0.8em 0 0;
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}

/* ----- Shop Page Pagination ----- */
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #e5e5e5;
    margin: 0 3px;
    border-radius: 3px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f4f4f4;
    color: #888;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #999;
    font-size: 12px;
    padding: 6px 9px;
}

/* ----- Single Product Page ----- */
.woocommerce div.product .product_title {
    font-size: 28px;
    color: #000;
}

.woocommerce .star-rating {
    font-size: 11px;
    color: #dea08c;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 10px 6px 0 0;
}

a.woocommerce-review-link {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 2px;
    margin-top: -8px;
}

.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary span.price {
    font-size: 22px;
    color: #000;
    margin: 5px 0 38px;
    position: relative;
    font-weight: 300;
}

.woocommerce div.product .entry-summary p.price:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 1px;
    width: 44px;
    border-top: 1px solid;
    border-color: #d5d5d5;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
    text-decoration: none;
}

.woocommerce div.product div.summary p {
    margin-bottom: 16px;
    color: #444;
}

.woocommerce div.product div.summary p:last-child {
    margin-bottom: 30px;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #999;
}

.woocommerce .quantity .qty {
    padding: 10px 4px;
    margin-right: 10px;
    width: 4em;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 2px;
}

.product_meta {
    color: #949494;
    font-size: 12px;
}

.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
    display: block;
    margin-bottom: 2px;
}

.product_meta a {
    color: #aaa;
}

.woocommerce div.product .woocommerce-tabs .panel #review_form #respond p.comment-form-author, .woocommerce div.product .woocommerce-tabs .panel #review_form #respond p.comment-form-email {
    width: 100%;
    max-width: 300px;
    float: left;
    margin-right: 20px;
}

/* ----- Single Product Widths ----- */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 52%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 43%;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 50px;
}

/* ----- Single Product Tabs ----- */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 14px 10px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs .panel h2, .related.products h2, .upsells.products h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    font-style: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f4f4f4;
    border-color: #e2e2e2;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e2e2e2;
}

/* ----- Attributes ----- */
.woocommerce table.shop_attributes th {
    font-weight: 400;
}

.woocommerce table.shop_attributes td {
    padding: 10px 0px;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-bottom: none;
}

.woocommerce table.shop_attributes {
    border-top: none;
}

.entry-content th {
    background: #fff;
}

.woocommerce table.shop_attributes td {
    color: #888;
}

.related.products h2 {
    margin-bottom: 30px;
}

/* Entry content */
.entry-content ul, .entry-content ol {
    margin: 0 0 20px 30px;
}

.entry-content li {
    font-size: 16px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.entry-content h1 {
    font-size: 26px;
}

.entry-content h2 {
    font-size: 24px;
}

.entry-content h3 {
    font-size: 22px;
}

.entry-content h4 {
    font-size: 20px;
}

.entry-content h5 {
    font-size: 18px;
}

.entry-content h6 {
    font-size: 16px;
}

/* ----- Comments ----- */
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
    margin-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    border: none;
    background: none;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    border-radius: 0;
    margin-left: 55px;
    padding: 0 0 0 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin-bottom: 3px;
}

.woocommerce .comment-text p.meta strong {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.woocommerce .star-rating {
    float: none;
    margin-bottom: 8px;
}

.woocommerce #reviews #comments ol.commentlist li {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    list-style: none;
}

.woocommerce #review_form #respond p.comment-form-comment, .woocommerce #review_form #respond p.comment-form-author, .woocommerce #review_form #respond p.comment-form-email {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.woocommerce #reviews h3 {
    margin-bottom: 10px;
    font-style: normal;
}

.woocommerce #review_form #respond p {
    margin-bottom: 10px;
}

.woocommerce .comment-notes {
    font-size: 13px;
    color: #888;
}

.woocommerce #review_form #respond textarea {
    margin-bottom: 0;
}

.woocommerce #reviews #comment {
    height: 120px;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #eee;
    border-radius: 0;
    font-size: 11px;
    color: #888;
    padding: 11px 21px 10px;
    display: inline-block;
    border: none;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 30px;
    width: auto;
    font-weight: 400;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #333;
    color: #FFF;
}

.woocommerce-page .post-meta {
    display: none;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce-account .addresses .title h3, .woocommerce-account h2 {
    font-style: normal;
}

/* ----- My Account ----- */
.woocommerce-account .addresses .title h3, .woocommerce-account h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.woocommerce table.my_account_orders th {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 10px;
}

.woocommerce table.shop_table td {
    border: none;
}

.woocommerce table.my_account_orders .order-actions .button {
    padding: 7px 14px 8px 16px;
    font-size: 10px;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 8px 8px;
}

.woocommerce table.shop_table {
    margin-bottom: 35px;
}

.woocommerce-page .col2-set.addresses {
    margin-top: 30px;
}

.woocommerce-page .col2-set.addresses address {
    color: #888;
}

p.myaccount_user {
    margin-bottom: 35px;
}

address {
    line-height: 24px;
}

.woocommerce-account .addresses .title .edit {
    font-size: 11px;
    text-decoration: underline;
}

.post-entry .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
    padding-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #888;
    font-size: 14px;
    box-shadow: none;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #000;
    box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 26%;
}

.woocommerce-EditAccountForm legend {
    padding: 15px 0 10px 2px;
    font-weight: 700;
}

/* ----- Empty Cart ----- */
.cart-empty {
    text-align: center;
}

.return-to-shop {
    text-align: center;
}

/* ----- Order ID ----- */
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
    border-bottom: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 400;
}

mark {
    background-color: #fff;
    border-bottom: 3px solid #eee;
}

/* ----- Checkout ----- */
.woocommerce .woocommerce-info:before {
    color: #888;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 0.8em 2em 1em 3.5em !important;
    background-color: #f7f7f7;
}

.woocommerce .woocommerce-info {
    border-top-color: #e5e5e5;
}

a.showcoupon {
    text-decoration: underline;
}

.woocommerce-page .woocommerce-checkout h3 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-style: normal;
}

input#ship-to-different-address-checkbox {
    width: auto;
    vertical-align: middle;
}

.woocommerce-checkout h3 {
    margin-top: 30px;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
}

.woocommerce-checkout #payment {
    background-color: #f7f7f7;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}

.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #ebebeb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #ebebeb;
    color: #888;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #e5e5e5;
}

.woocommerce form .form-row label, .woocommerce form .form-row .select2-container {
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    border-color: #ddd;
}

.woocommerce form .form-row textarea {
    height: 8em;
}

.woocommerce-checkout #payment li, .woocommerce-checkout #payment p {
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

/* ----- Order Received ----- */
.woocommerce .order_details li {
    list-style: none;
}

.woocommerce .order_details {
    padding-left: 0;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    top: 11px;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    border-top-color: #e5e5e5;
    line-height: 32px;
    font-size: 14px;
}

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    margin-bottom: 0;
}

/* ----- Cart ----- */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    padding-left: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: none;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    font-size: 10px;
    padding: 8px 14px 9px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 4px 6px;
    margin-right: 10px;
    line-height: 1.3;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 110px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    background: #f7f7f7;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}

.woocommerce a.remove {
    color: #999 !important;
}

.woocommerce a.remove:hover {
    background: none !important;
    color: #000 !important;
    text-decoration: none;
}

.cart_item a {
    color: #000;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 25px;
}

/* ----- Login ----- */
input#rememberme {
    width: auto;
}

.woocommerce .login #password {
    margin-bottom: 20px;
}

.woocommerce .login .button {
    margin-right: 10px;
}

.woocommerce form .form-row .input-checkbox {
    width: auto;
}

.lost_password {
    font-size: 11px;
}

/* ----- Widgets ----- */
/* ----- Cart Widget ----- */
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 300;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 8px;
    text-align: left;
}

.widget_shopping_cart .quantity {
    color: #999;
}

.woocommerce ul.cart_list {
    margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-bottom: 15px;
}

.widget_shopping_cart a.button, .woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 10px;
    padding: 11px 15px 9px;
    margin: 0 5px 0 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 2px;
}

/* ----- Product Widgets ----- */
.woocommerce.widget_products ul.product_list_widget li img, .woocommerce.widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce.widget_recent_reviews ul.product_list_widget li img, .woocommerce.widget_top_rated_products ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 14px;
    width: 80px;
}

.woocommerce.widget_products ul.product_list_widget li, .woocommerce.widget_recently_viewed_products ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li, .woocommerce.widget_top_rated_products ul.product_list_widget li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    padding-top: 0;
    text-align: left;
}

.woocommerce.widget_products ul.product_list_widget li:last-child, .woocommerce.widget_recently_viewed_products ul.product_list_widget li:last-child,
.woocommerce.widget_recent_reviews ul.product_list_widget li:last-child, .woocommerce.widget_top_rated_products ul.product_list_widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce.widget_products .amount, .woocommerce.widget_recently_viewed_products .amount, .woocommerce.widget_recent_reviews .amount,
.woocommerce.widget_top_rated_products .amount {
    color: #888;
    font-weight: 300;
    font-size: 13px;
}

.woocommerce.widget_products span.product-title, .woocommerce.widget_recently_viewed_products span.product-title,
.woocommerce.widget_recent_reviews span.product-title, .woocommerce.widget_top_rated_products span.product-title {
    margin-bottom: 5px;
}

/* ----- Review Widget ----- */
.woocommerce ul.cart_list li .star-rating {
    margin-top: 8px;
    margin-bottom: 3px;
}

.woocommerce ul.product_list_widget li .star-rating {
    margin-top: 3px;
    margin-bottom: 3px;
}

.woocommerce ul.product_list_widget .reviewer {
    color: #999;
    font-style: italic;
    font-size: 12px;
}

/* ----- Filter Widget ----- */
.woocommerce.widget_layered_nav_filters ul li {
    margin-right: 10px;
}

.woocommerce.widget_layered_nav ul li .count {
    color: #999;
}

.woocommerce.widget_layered_nav ul li a:hover {
    text-decoration: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #f2f2f2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ccc;
}

/* ----- Rating Filter ----- */
.woocommerce .widget_rating_filter ul li .star-rating {
    margin-bottom: 0;
}

.woocommerce .widget_rating_filter ul li a {
    color: #a5a5a5;
}

/* ----- Pagination ----- */
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 40px;
}

/* ----- Product Categories ----- */
.widget_product_categories {
    text-align: center;
}

.widget_product_categories .count {
    color: #999;
    font-size: 13px;
}

.widget_layered_nav, .widget_rating_filter {
    text-align: center;
}

/* ----- Gutenberg blocks ----- */
.wc-block-grid {
    margin-bottom: 40px;
}

.wc-block-grid .woocommerce-Price-amount {
    color: #888;
    font-size: 14px;
    margin-bottom: 2px;
}

.wc-block-grid__product-price {
    line-height: 1.5;
}

.wc-block-grid__product-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.wc-block-grid .wp-block-button__link {
    padding: 9px 20px;
    font-size: 12px;
}

.wc-block-grid__product:hover .wc-block-grid__product-title {
    color: #000;
}

.section {
    width: 100%;
    padding: 150px 0;
    clear: both;
}

#wrapper {
    flex: 1;
}

#wrapper > .archive-content {
    padding-top: 60px;
}

.isVideo {
    position: relative;
    padding-bottom: 56.25%;
 /* 16:9 */
    height: 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mb-container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.btn {
    font-family: "Montserrat", sans-serif;
}

.entry-header {
    width: 100%;
}

.bg {
    background-color: #fff;
    padding-top: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.banner-text {
    padding-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 20px;
}

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

.share {
    float: right;
}

.item-video {
    margin-top: 35px;
}

/* page title */
.page-title-section {
    padding: 50px 0 0;
    float: left;
    width: 100%;
    width: 100%;
    text-align: center;
}

.page-title-section span {
    font-size: 24px;
    font-weight: 300;
    color: #666;
}

.page-title-section strong {
    font-size: 36px;
    font-weight: 700;
    color: #4e4e4e;
}

.prev-next {
    margin: 30px auto;
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    min-height: 100px;
}

.next-prev-postlink {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.next-prev-postlink > div {
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    justify-content: flex-start;
    width: 50%;
}

@media (max-width: 767px) {
    .next-prev-postlink > div {
        width: 100%;
    }
}

.next-prev-postlink .np-meta {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

.next-prev-postlink a.meta {
    display: block;
    padding: 0 10px 0 0px;
    transition: margin 0.2s linear;
    max-width: 220px;
}

.next-prev-postlink a.meta span {
    font-size: 14px;
}

.next-prev-postlink a.meta:hover {
    text-decoration: none;
    color: #333;
}

.next-prev-postlink h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 0;
    transition: all 0.2s ease-out;
}

.next-prev-postlink a.post-thumb {
    padding: 0;
    width: 115px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .next-prev-postlink a.post-thumb {
        margin-bottom: 10px;
    }
}

.next-prev-postlink a.post-thumb img {
    width: 115px;
    height: 80px;
    object-fit: cover;
}

.page-template-about .mb-post-media {
    margin-bottom: 30px;
}

.comment-single,
.share-single {
    width: 100%;
    clear: both;
}

.unordered-list {
    padding-left: 25px;
}

.unordered-list ul {
    display: block;
    margin: 0;
    padding: 0;
}

.unordered-list ul > li {
    font-family: inherit;
    font-size: 14px;
    position: relative;
    font-weight: 600;
}

/* Blog Page */
.Author-Bio {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.Author-Bio-inner {
    display: table;
}

.Author-Bio-image {
    display: table-cell;
    padding-right: 18px;
    vertical-align: top;
    width: 90px;
}

.Author-Bio.Author-Bio-Text-holder.Author-name-email {
    margin-bottom: 11px;
}

.Author-Bio-Text-holder.Author-Text p {
    font-size: 14px;
    margin-top: 4px;
}

.mb-post-meta {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}

.mb-post-share {
    float: right;
}

.mb-post-comment-box {
    width: 100%;
}

.mb-post-comment-box {
    margin-bottom: 30px;
}

/* Sidebar */
.color {
    background-color: #fff;
}

.widget-ad {
    margin: 40px 0;
    max-width: 728px;
}

.widget.widget_nav_menu .sub-menu {
    box-shadow: none;
    font-size: 14px;
}

.widget-ad .widget-title {
    display: none;
}

/* Post navigation */
.post-navigation {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

.post-navigation a {
    display: inline-block;
    background: #4e4e4e;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    min-width: 124px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.post-navigation a:hover {
    background: #000;
    text-decoration: none;
}

.post-navigation a.left-nav i {
    color: #fff;
    padding-right: 10px;
}

.post-navigation a.right-nav i {
    color: #fff;
    padding-left: 10px;
}

/* contact form */
.page-heading {
    font-size: 36px;
    color: #4e4e4e;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 50px;
}

.contact-form {
    padding: 0px 0 100px;
}

.btn-style {
    display: inline-block;
    position: relative;
    background: transparent;
}

.btn-style input[type=submit] {
    position: relative;
    z-index: 0;
    padding: 0 30px;
}

/* about page */
.about-page {
    margin-top: 50px;
}

.about-page .about-page-content {
    background: #fff;
}

/*extra*/
img.alignright,
.alignright {
    margin-left: 20px !important;
    display: inline;
    float: right;
}

img.alignleft,
.alignleft {
    margin-right: 20px !important;
    display: inline;
    float: left;
}

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

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

/*Custom Wordpress Style*/
.sticky.post .post-header {
    border: 1px dashed #eee;
    padding: 20px 0;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 16px;
    font-style: italic;
    color: #888;
    line-height: 17px;
    margin: 8px 0 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.gallery {
    margin-bottom: 20px !important;
}

.gallery .gallery-caption {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    font-style: italic;
}

.gallery .gallery-icon img {
    border-radius: 2px;
    border: 1px solid #eee !important;
    padding: 7px;
}

.gallery .gallery-icon img:hover {
    border: 1px solid #ccc !important;
}

/* Style to edit */
/* -------------------------------------- */
/* 02. General Styles
/* -------------------------------------- */
body {
    background-color: #ffffff;
    color: #1f2025;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

a {
    text-decoration: none;
    color: #101010;
}

.post-entry, .entry-content li {
    font-size: 18px;
    line-height: 1.8;
}

body, input, select, textarea, p.comment-form-cookies-consent label, .copy-text p, input, select, textarea, button, #nav-wrapper .menu li a, p.comment-form-cookies-consent label, .copy-text p, .about-widget p, .widget p, .promo-style2 .promo-item h5, .newsletter-form h3, .newsletter-form p, .woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce form .form-row label, .woocommerce form .form-row .select2-container, .woocommerce-checkout #payment li, .woocommerce-checkout #payment p, .woocommerce-MyAccount-navigation ul li a, .wpcf7 label, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button, .woocommerce-Reviews p, .wp-caption p.wp-caption-text, cite {
    font-family: "Poppins", sans-serif;
}

.post-entry, .entry-content li, .about-label, .archive-box span, .wp-block-verse, .meta-author-wrap .written, .meta-time .read, .about-heading, .promo-item span {
    font-family: "Montserrat", sans-serif;
}

.about-label, .archive-box span, .wp-block-verse, .meta-author-wrap .written, .meta-time .read, .about-heading, .promo-item span {
    font-style: italic;
}

.theme-block-grid-item h2 a, .related-item h3 a, .post-header .entry-title, #theme-search-overlay input[type=text], .promo-item h5 {
    font-family: "Montserrat", sans-serif;
}

/* Gutenberg */
#mb-content:not(.right-sidebar) .alignfull,
#mb-content:not(.left-sidebar) .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}

#mb-content.content-fullwidth .alignwide {
    width: calc(100% + 280px);
    max-width: calc(100% + 280px);
    margin-left: -140px;
}

#mb-content.content-fullwidth.content-narrow .alignwide {
    width: calc(100% + 360px);
    max-width: calc(100% + 360px);
    margin-left: -180px;
}

/* Blockquote */
.post-entry .wp-block-quote p,
#main.fullwidth .post-entry .wp-block-quote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 27px;
    line-height: 40px;
    color: #000;
    position: relative;
    font-style: italic;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 28px;
    line-height: 40px;
    font-style: italic;
}

.post-entry .wp-block-quote p a,
.post-entry .wp-block-pullquote p a {
    text-decoration: underline;
    box-shadow: none;
}

.post-entry .wp-block-quote p a:hover,
.post-entry .wp-block-pullquote p a:hover {
    box-shadow: none;
}

.post-entry blockquote.wp-block-quote {
    border-left: none;
    padding: 20px 60px 50px;
    margin: 0;
}

.post-entry blockquote.wp-block-quote p:first-child:before {
    content: "“";
    color: #525252;
    font-style: normal;
    font-size: 78px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: -60px;
    text-shadow: none;
    font-family: serif;
    z-index: -1;
}

.post-entry blockquote.wp-block-quote p:last-child,
.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.post-entry blockquote.wp-block-quote cite,
.post-entry .wp-block-pullquote blockquote cite {
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 2;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    text-align: left;
}

.post-entry blockquote.wp-block-quote cite {
    margin-top: -20px;
}

.post-entry blockquote.wp-block-quote cite:before {
    content: "-";
    margin-right: 4px;
}

/* Blockquote Large Style 2 */
.post-entry blockquote.wp-block-quote.is-style-large {
    background: #f7836c;
    padding: 60px 65px 55px;
    margin-bottom: 40px;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.post-entry blockquote.wp-block-quote.is-style-large p {
    z-index: 2;
    color: #fff;
}

.post-entry blockquote.wp-block-quote.is-style-large p a {
    color: #fff;
    text-decoration: underline;
}

blockquote.wp-block-quote.is-style-large p:first-child:before {
    font-size: 840px;
    font-family: georgia;
    font-style: normal;
    position: absolute;
    color: #717171;
    left: -120px;
    top: 220px;
    z-index: -1;
}

.post-entry blockquote.wp-block-quote.is-style-large cite {
    z-index: 2;
    position: relative;
    color: #fff;
}

/* Pullquote */
.wp-block-pullquote, .wp-block-pullquote.is-style-solid-color {
    margin: 35px 0;
    border: 1px solid;
    border-color: #e5e5e5;
    overflow: hidden;
    position: relative;
    padding: 40px;
}

.post-entry .wp-block-pullquote p, .wp-block-pullquote.is-style-solid-color blockquote p {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    font-style: italic;
    z-index: 2;
}

.post-entry .wp-block-pullquote p:last-child {
    margin-bottom: 0;
}

/* button */
.wp-block-buttons .wp-block-button {
    margin-bottom: 20px;
}

/* Regular pullquote aligned left or right */
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    padding: 45px 25px;
    margin: 8px 0 20px;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.is-style-solid-color.alignleft p, .wp-block-pullquote.is-style-solid-color.alignright p {
    font-size: 20px;
    line-height: 31px;
}

/* Pullquote solid color style */
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    text-align: center;
}

.wp-block-pullquote.is-style-solid-color {
    border: none;
}

/* Pullquote wide and fullwidth */
.post-entry .wp-block-pullquote.alignwide p {
    font-size: 34px;
    line-height: 1.45;
}

.post-entry .wp-block-pullquote.alignfull p {
    font-size: 42px;
    line-height: 1.5;
}

#mb-main:not(.right-sidebar) .wp-block-pullquote.alignfull,
#mb-main:not(.left-sidebar) .wp-block-pullquote.alignfull {
    padding: 4em 8em;
}

.post-entry .wp-block-pullquote.alignfull p,
.wp-block-pullquote.is-style-solid-color.alignfull blockquote p {
    margin-bottom: 30px;
}

.post-entry .wp-block-pullquote.alignleft {
    margin-right: 35px;
}

.post-entry .wp-block-pullquote.alignright {
    margin-left: 35px;
}

#mb-content.content-narrow .post-entry .wp-block-pullquote.alignleft {
    margin-left: -10%;
}

#mb-content.content-narrow .post-entry .wp-block-pullquote.alignright {
    margin-right: -10%;
}

/* Social Iconss block */
#inner-wrapper .post-entry .wp-block-social-links {
    margin: 0 0 30px 0;
}

#inner-wrapper .post-entry .wp-block-social-links li a {
    box-shadow: none;
    color: currentColor;
}

#inner-wrapper .post-entry .wp-block-social-links li {
    padding-left: 0;
}

/* Dropcap */
p.has-drop-cap:not(:focus)::first-letter {
    font-size: 6.5em;
}

/* Code block */
pre {
    display: block;
    font-family: Monaco, Monospace;
    font-size: 14px;
    line-height: 22px;
    background-color: #f5f5f5;
    overflow: auto;
    word-wrap: break-word;
    padding: 20px;
    margin-bottom: 30px;
}

/* Buttons */
.wp-block-button__link {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    padding: 12px 24px;
    font-weight: 500;
}

.wp-block-button {
    margin-bottom: 8px;
    margin-top: 8px;
}

/* Verse */
.wp-block-verse {
    margin-bottom: 30px;
    font-size: 22px;
    font-style: italic;
}

/* Separator */
.wp-block-separator {
    margin: 45px auto;
    background: #ddd;
    height: 2px;
    border: 0;
    clear: both;
}

.wp-block-separator:not(.is-style-dots):not(.is-style-wide) {
    max-width: 180px;
}

.wp-block-separator.is-style-dots::before {
    font-size: 24px;
}

/* Table */
table:not(#wp-calendar) {
    border-top: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
}

table:not(#wp-calendar) td {
    padding: 15px;
    border: 1px solid #ddd;
}

table:not(#wp-calendar) th {
    padding: 15px;
}

table:not(#wp-calendar) tbody tr,
table:not(#wp-calendar) thead tr {
    border: 1px solid #ddd;
}

table.is-style-stripes, td.is-style-stripes {
    border: none;
}

/* Latest Post Block */
.post-entry .wp-block-latest-posts li {
    margin-bottom: 10px;
}

.wp-block-latest-posts__post-date {
    font-style: italic;
}

.post-entry .wp-block-latest-posts.is-grid {
    margin: 0;
}

.post-entry .wp-block-latest-posts.is-grid li {
    list-style: none;
}

/* Categories Block */
.wp-block-categories .mb-post-count, .wp-block-archives .mb-post-count {
    margin-left: 10px;
    background: #eee;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

/* - Post Footer Meta - */
.post-footer-share-wrap {
    overflow: hidden;
    text-align: center;
    margin: 30px auto 60px;
    position: relative;
}

.post-wrap .post-footer-share-wrap {
    margin-bottom: 0;
}

.single .post-footer-share-wrap {
    margin-top: 25px;
}

#mb-content.content-narrow .post-footer-share-wrap {
    max-width: 780px;
}

.post-footer-share {
    position: relative;
    display: inline-block;
}

.post-footer-share:before,
.post-footer-share:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #ddd;
    width: 690px;
    margin: 0 20px;
}

.post-footer-share:before {
    right: 100%;
}

.post-footer-share:after {
    left: 100%;
}

.post-footer-share a {
    margin: 0 7px;
}

/* - Post Pagination - */
.post-pagination {
    max-width: 780px;
    margin: 90px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.prev-post {
    padding-right: 40px;
}

.next-post {
    text-align: right;
    padding-left: 40px;
}

.post-pagination span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    color: #999;
}

.post-pagination a {
    font-family: Montserrat;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

/* - Post Layout Style 5 - */
.layout-style5 #mb-content {
    padding-top: 0;
}

.bg-color-header {
    margin: 0 calc(50% - 50vw);
    background-color: #f3f3f3;
    background: linear-gradient(to bottom, #f8f8f8 0%, #e9e9e9 100%);
    padding: 85px 0 360px;
}

.bg-color-header .post-header {
    max-width: 75%;
    margin: 0 auto;
}

.bg-color-header .post-header h1 {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 17px;
    margin-top: 22px;
}

.bg-color-img .post-img {
    margin-top: -290px;
    position: relative;
}

@media (max-width: 940px) {
    .bg-color-img .post-img {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.bg-color-img .post-img img {
    box-shadow: 0 0 45px rgba(70, 70, 70, 0.1);
}

/* - Classic Gallery - */
.clc-gallery-item {
    text-align: center;
    position: relative;
}

.post-img .bx-wrapper img {
    display: inline-block;
    max-height: 100%;
}

.clc-gallery-caption-wrap {
    overflow: hidden;
    margin-top: 22px;
}

.clc-gallery-caption-wrap.overlay-on {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 15px 20px 20px;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 0;
}

.slide-count {
    float: left;
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.clc-gallery-caption-wrap.overlay-on .slide-count {
    color: #fff;
}

.slide-count i {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
}

.clc-gallery-caption {
    margin-top: -6px;
    text-align: left;
}

.clc-gallery-caption.counter-on {
    margin-left: 55px;
}

.clc-gallery-caption p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.clc-gallery-caption-wrap.overlay-on .clc-gallery-caption p {
    color: #fff;
}

.clc-gallery-image {
    position: relative;
}

.bx-nav a, .feat-area.fullscreen-split a.bx-prev, .feat-area.fullscreen-split a.bx-next, .feat-area.fullscreen-split .slick-arrow.slick-prev, .feat-area.fullscreen-split .slick-arrow.slick-next {
    width: 40px;
    height: 80px;
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
    font-size: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    opacity: 1;
    top: 50%;
    margin-top: -40px;
    z-index: 9;
}

.clc-gallery-item:hover .bx-nav a {
    opacity: 1;
}

.bx-prev-arrow a {
    left: 0;
}

.bx-next-arrow a {
    right: 0;
}

.post-img.gallery .bx-next, .post-img.gallery .bx-prev {
    display: none;
}

.bx-prev-arrow a i {
    margin-left: -1px;
}

.bx-next-arrow a i {
    margin-right: -1px;
}

/* Video Post (Style 1) */
.layout-video-style1 .post-img, .layout-video-style3 .post-img {
    margin-bottom: 0;
}

.layout-video-style1 #mb-content {
    padding-top: 0;
}

.video-bg-header {
    padding: 60px 0;
    background: #050505;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 60px;
}

.layout-video-style3 .post-header .entry-title {
    margin-top: 15px;
}

/* -------------------------------------- */
/* 10. Newsletter
/* -------------------------------------- */
.widget-slider {
    margin-bottom: 60px;
    margin-top: -20px;
}

.widget-slider .widget_mc4wp_form_widget.widget {
    padding: 0;
    box-shadow: none;
    border: none;
}

.widget-slider .widget_mc4wp_form_widget .widget-title {
    display: none;
}

.widget-slider .widget_mc4wp_form_widget .news-img {
    display: none;
}

.widget-slider .widget_mc4wp_form_widget .news-content {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 30px 35px;
    text-align: left;
}

@media (max-width: 767px) {
    .widget-slider .widget_mc4wp_form_widget .news-content {
        padding: 25px 25px;
    }
}

.widget-slider .widget_mc4wp_form_widget .news-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1px;
    margin-top: 5px;
}

.widget-slider .widget_mc4wp_form_widget .news-content p {
    font-weight: 300;
    margin-bottom: 0;
}

.widget-slider .widget_mc4wp_form_widget .form-wrap {
    text-align: right;
    display: flex;
}

@media (max-width: 767px) {
    .widget-slider .widget_mc4wp_form_widget .form-wrap {
        flex-direction: column;
    }
}

.widget-slider .widget_mc4wp_form_widget .form-wrap input[type=email] {
    width: 70%;
    margin: 0;
}

@media (max-width: 767px) {
    .widget-slider .widget_mc4wp_form_widget .form-wrap input[type=email] {
        margin-bottom: 10px;
    }
}

.widget-slider .widget_mc4wp_form_widget .form-wrap input[type=submit] {
    width: auto;
    padding: 13px 21px 13px 24px;
    margin-left: 5px;
}

.widget-slider .theme-newsletter-wrap {
    background: #f4f4f4;
}

/* -------------------------------------- */
/* 11. Pagination
/* -------------------------------------- */
.theme-pagination {
    text-align: center;
}

.theme-pagination .page-numbers {
    color: #000;
    font-size: 16px;
    margin: 0 12px;
    display: inline-block;
}

.theme-pagination .page-numbers:hover {
    color: #f78a74;
}

.theme-pagination .page-numbers.current {
    background: #f78a74;
    color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 6px;
}

.theme-pagination .page-numbers.prev, .theme-pagination .page-numbers.next {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}

.theme-pagination .page-numbers.prev {
    margin-right: 45px;
}

.theme-pagination .page-numbers.next {
    margin-left: 45px;
}

.theme-pagination .page-numbers.prev:before, .theme-pagination .page-numbers.next:after {
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
}

.theme-pagination .page-numbers.prev:before {
    content: "\f177";
    margin-right: 12px;
}

.theme-pagination .page-numbers.next:after {
    content: "\f178";
    margin-left: 12px;
}

.theme-pagination .page-numbers.dots {
    font-weight: 400;
}

/* -------------------------------------- */
/* 12. theme Grid Post Block
/* -------------------------------------- */
.post-entry .theme-block-grid-item h2 {
    margin: 0 0 10px;
}

.post-entry .theme-block-grid-item h2 a {
    color: #000;
}

.post-entry .theme-block-grid-item p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.theme-block-grid-item .post-cats a {
    letter-spacing: 1.5px;
}

/* Fontawesome */
.header-social .fa, .footer-social .fa, .social-widget .fa {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

/* - WordPress calendar - */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 14px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #999;
    font-size: 13px;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 2px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next, #wp-calendar tfoot #prev {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 15px;
}

#wp-calendar tfoot #next {
    text-align: right;
}

/* -------------------------------------- */
/* 18. Category/Archives
/* -------------------------------------- */
.archive-box {
    text-align: center;
    padding: 45px 0 40px;
    background: #f7f7f7;
    border-bottom: 1px solid;
    border-color: #eaeaea;
}

.archive-box span {
    color: #888;
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 6px;
}

.archive-box h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 32px;
    font-weight: 400;
    padding-left: 4px;
}

.archive-description {
    max-width: 65%;
    margin: 10px auto 0;
}

.archive-description p {
    margin-bottom: 18px;
    color: #555;
    font-size: 14px;
    line-height: 25px;
}

.archive-description p:last-child {
    margin-bottom: 0;
}

.nothing-wrapper .post-header h1 {
    font-size: 30px;
}

.nothing-wrapper .search-wrapper {
    border: 1px solid #ddd;
    padding: 12px 15px;
}

.nothing-wrapper .search-wrapper .search-button {
    margin-top: 0;
}

.nothing-wrapper .searchform input.s {
    width: 90%;
}

/* -------------------------------------- */
/* 21. MISC
/* -------------------------------------- */
/* - WordPress Gallery - */
.gallery {
    display: grid;
    grid-gap: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.post-entry .gallery {
    margin: 40px 0;
}

.widget .gallery, .footer-widget .gallery {
    grid-gap: 12px;
    margin-bottom: 0;
}

.gallery br {
    display: none;
}

.gallery-columns-1 {
    grid-template-columns: 1fr;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery img {
    max-width: 100%;
    height: auto;
}

.gallery-caption {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 30px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}

a img.alignnone {
    margin: 5px 0 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 100%;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 30px 0;
}

.wp-caption.alignleft {
    margin: 5px 30px 30px 0;
}

.wp-caption.alignright {
    margin: 5px 0 30px 30px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0 0;
    color: #888;
}

pre, hr, .post-entry address {
    margin-bottom: 20px;
}

code {
    background-color: #f7f7f7;
    padding: 4px 6px;
    font-size: 15px;
    color: #f52e89;
    word-break: break-word;
}

/* Password */
.post-password-form input[type=password] {
    width: 300px;
    padding: 9px 10px;
}

.post-password-form label {
    font-size: 16px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* 404 Error Page */
.error404 #mb-content {
    padding-top: 0;
}

#header-404 {
    padding: 22vh 0;
    text-align: center;
}

#header-404 h1 {
    font-size: 130px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 35px;
}

#header-404 .title-404 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 3px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #aaa;
}

#header-404 a {
    background: #e8e8e8;
    color: #000;
    padding: 11px 24px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 30px;
    font-weight: 500;
}

/* -------------------------------------- */
/* 22. Color Palettes
/* -------------------------------------- */
.has-text-color.has-theme-accent-color {
    color: #f78a74;
}

.has-theme-accent-background-color {
    background-color: #f78a74;
}

.has-text-color.has-theme-light-accent-color {
    color: #ffd6cb;
}

.has-theme-light-accent-background-color {
    background-color: #ffd6cb;
}

.has-text-color.has-theme-black-color {
    color: #000;
}

.has-theme-black-background-color {
    background-color: #000;
}

.has-text-color.has-theme-ultradark-gray-color {
    color: #1f2025;
}

.has-theme-ultradark-gray-background-color {
    background-color: #1f2025;
}

.has-text-color.has-theme-medium-gray-color {
    color: #999;
}

.has-theme-medium-gray-background-color {
    background-color: #999;
}

.has-text-color.has-theme-light-gray-color {
    color: #b5b5b5;
}

.has-theme-light-gray-background-color {
    background-color: #b5b5b5;
}

.has-text-color.has-theme-ultralight-gray-color {
    color: #f4f4f4;
}

.has-theme-ultralight-gray-background-color {
    background-color: #f4f4f4;
}

.has-text-color.has-theme-white-color {
    color: #fff;
}

.has-theme-white-background-color {
    background-color: #fff;
}

.has-text-color.has-theme-food-accent-color {
    color: #3e555a;
}

.has-theme-food-accent-background-color {
    background-color: #3e555a;
}

.has-text-color.has-theme-food-light-accent-color {
    color: #e8f1ef;
}

.has-theme-food-light-accent-background-color {
    background-color: #e8f1ef;
}

.has-text-color.has-theme-classic-accent-color {
    color: #d1b099;
}

.has-theme-classic-accent-background-color {
    background-color: #d1b099;
}

.has-text-color.has-theme-classic-light-accent-color {
    color: #f7eee9;
}

.has-theme-classic-light-accent-background-color {
    background-color: #f7eee9;
}

.has-text-color.has-theme-travel-accent-color {
    color: #53c3b5;
}

.has-theme-travel-accent-background-color {
    background-color: #53c3b5;
}

/* -------------------------------------- */
/* 25. Responsive
/* -------------------------------------- */
@media screen and (max-width: 1600px) {
  /* 
  * Navigation
  * Reduce space between menu items
  */
    #header #nav-wrapper .menu > li {
        margin: 0 20px;
    }
  /* Footer */
    #footer-copy {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1460px) {
  /* Alignment */
    #mb-content.content-fullwidth .alignwide {
        width: 100vw;
        max-width: calc(100vw - 50px);
        margin-left: calc(-50vw + 25px + 50%);
    }
}

#mb-main {
    width: calc(100% - 370px);
}

@media screen and (max-width: 1200px) {
  /* Structure */
    .mb-container {
        width: 970px;
    }

    #mb-main {
        width: calc(100% - 340px);
    }
  /* Mobile menu */
    #mobile-header-wrapper, #mobile-header-wrapper-sticky-wrapper {
        display: block;
    }

    #header, #header-sticky-wrapper, #top-bar-sticky-wrapper, #top-bar {
        display: none !important;
    }
  /* Post Meta */
    .meta-time {
        margin-left: 20px;
        padding-left: 20px;
    }
  /* Fullwidth post */
    .content-fullwidth .classic-post .post-header, .fullwidth-image .post-header, .bg-color-header .post-header {
        max-width: 85%;
    }

    #inner-wrapper .feat-area.fullscreen .feat-item {
        height: calc(100vh - 70px);
    }

    #inner-wrapper .feat-area.fullscreen {
        margin-top: 0;
    }
  /* Featured area: fullscreen split */
    #inner-wrapper .feat-area.fullscreen-split .post-header h2 a {
        font-size: 24px;
        line-height: 1.6;
    }
  /* Featured area: classic fullwidth */
    .feat-area.classic-slider.full-width .feat-item {
        height: 620px;
    }
  /* Featured area: classic style2 */
    .feat-area.classic-slider .feat-inner.style2 .post-header {
        max-width: 40%;
    }
  /* Post style 3 and 4 */
    .fullwidth-image {
        height: 620px;
    }
  /* List layout */
    .right-sidebar .list-style1 .list-item .post-img img,
  .left-sidebar .list-style1 .list-item .post-img img {
        max-width: 360px;
        height: 330px;
    }

    .right-sidebar .list-style1 .list-item .post-header,
  .left-sidebar .list-style1 .list-item .post-header {
        margin-left: -140px;
        padding: 20px;
    }
  /* Footer */
    #footer-copy {
        padding-left: 20px;
        padding-right: 20px;
    }
  /* Newsletter under slider */
    .widget-slider .widget_mc4wp_form_widget .form-wrap input[type=email] {
        width: 68%;
    }
  /* Alignment */
    #mb-content.content-fullwidth.content-narrow .alignwide {
        width: 100vw;
        max-width: calc(100vw - 50px);
        margin-left: calc(-50vw + 25px + 50%);
    }
  /* Related posts */
    .related-item img {
        height: 340px;
    }
  /* Page style 2 and 3 */
    .page .fullwidth-image {
        height: 340px;
    }

    .page .layout-fullwidth-image .fullwidth-image {
        height: 480px;
    }
}

@media screen and (max-width: 970px) {
  /* Structure */
    .mb-container, #mb-main, #mb-sidebar {
        width: 750px;
    }
  /* Post: Split */
    .layout-split-header .split-header {
        grid-template-columns: 1fr;
        height: auto;
        margin-bottom: 40px;
    }

    .split-img {
        height: 300px;
        order: 2;
    }

    .split-content {
        order: 1;
        padding: 40px 0;
    }
  /* Featured area: classic */
    .feat-area.classic-slider .feat-item {
        height: 500px;
    }
  /* Featured area: classic style2 */
    .feat-area.classic-slider .feat-inner.style2 .post-header {
        max-width: 50%;
    }
  /* Featured area: classic fullwidth */
    .feat-area.classic-slider.full-width .feat-item {
        height: 500px;
    }
  /* Title font sizes */
    #inner-wrapper .feat-area.split-slider .post-header h2 a {
        font-size: 28px;
        line-height: 1.6;
    }

    .content-narrow.layout-fullwidth-image.post-style4 .post-header, .content-narrow.layout-video-style3 .post-header, .bg-color-header .post-header, .layout-fullwidth-image .post-header.title-above {
        max-width: 100%;
    }
  /* Post style 3 and 4 */
    .fullwidth-image {
        height: 500px;
    }
  /* List layout */
    #mb-content.content-fullwidth .list-style2 .list-item .post-img img {
        max-width: 340px;
        height: 280px;
    }
  /* Footer */
    #footer-copy, #footer-copy.no-menu {
        grid-template-columns: 1fr;
        grid-gap: 15px 0;
        padding-bottom: 25px;
    }

    .copy-text, .footer-social {
        text-align: center;
    }

    .footer-social a {
        font-size: 18px;
        margin: 0 15px;
    }
  /* Promo Boxes */
    #inner-wrapper .promo-wrap.promo-grid.promo-col-3 {
        grid-gap: 0 20px;
    }

    #inner-wrapper .promo-style2 .promo-item h5 {
        font-size: 11px;
        letter-spacing: 1px;
        padding: 7px 11px 7px 13px;
    }

    #inner-wrapper .promo-wrap.promo-grid, #inner-wrapper .promo-wrap.promo-mixed {
        grid-auto-rows: 160px;
    }

    #inner-wrapper .promo-wrap.promo-grid.promo-col-4 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }

    #inner-wrapper .promo-wrap.promo-style1 .promo-item h5 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    #inner-wrapper .promo-wrap.promo-style1 .promo-item span {
        font-size: 14px;
        margin-bottom: 6px;
    }
  /* Newsletter under slider */
    .widget-slider .widget_mc4wp_form_widget .news-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .widget-slider .widget_mc4wp_form_widget .news-text {
        margin-bottom: 20px;
    }

    .widget-slider .widget_mc4wp_form_widget .form-wrap {
        text-align: center;
    }
  /* Pullquote */
    #mb-content #mb-main .wp-block-pullquote.alignleft {
        margin-left: 0;
    }

    #mb-content #mb-main .wp-block-pullquote.alignright {
        margin-right: 0;
    }
  /* Images */
    #mb-content.content-narrow .wp-block-image .alignleft {
        margin-left: 0;
    }

    #mb-content.content-narrow .wp-block-image .alignright {
        margin-right: 0;
    }
  /*Embed*/
    #mb-content.content-narrow .post-entry .wp-block-embed.alignleft {
        margin-left: 0;
    }

    #mb-content.content-narrow .post-entry .wp-block-embed.alignright {
        margin-right: 0;
    }
  /* Related posts */
    .related-posts {
        grid-gap: 0 25px;
    }

    .related-item img {
        height: 280px;
    }

    .related-item h3 {
        padding: 0;
    }
  /* Page style 3 */
    .page .layout-fullwidth-image .fullwidth-image {
        height: 420px;
    }

    .page-style3 .fullwidth-image {
        margin-bottom: 30px;
    }
  /* Static Slider */
    #inner-wrapper .feat-area.static-slider .post-header, #inner-wrapper .feat-area.static-slider.fullscreen .post-header {
        max-width: 90%;
    }

    #inner-wrapper .feat-area.static-slider .post-header .static-title {
        font-size: 30px;
    }

    #inner-wrapper .static-slider .static-title {
        margin-top: 10px;
        margin-bottom: 12px;
    }

    #inner-wrapper .static-subtitle {
        font-size: 16px;
    }

    #inner-wrapper .static-text {
        font-size: 15px;
    }

    #inner-wrapper .feat-area.static-slider .static-text {
        max-width: 85%;
    }

    #inner-wrapper .static-button {
        padding: 10px 22px;
        font-size: 12px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
  /* Structure */
    .mb-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mb-container, #mb-main, #mb-sidebar {
        width: 100%;
    }

    .single #mb-content, .layout-fullwidth-image .post-header.title-above {
        padding-top: 40px;
    }

    .single .layout-split-header #mb-content,
  .layout-fullwidth-image-overlay #mb-content,
  .layout-fullwidth-image #mb-content,
  .single .layout-style5 #mb-content {
        padding-top: 0;
    }

    #mb-main {
        margin-bottom: 40px;
    }

    .post {
        margin-bottom: 60px;
    }
  /* Mobile menu */
    .menu-icon span {
        display: none;
    }

    #mobile-menu.mobile-header .menu-icon {
        left: 15px;
    }

    #mobile-menu.mobile-header .top-misc {
        right: 15px;
    }
  /* Reduce title font sizes */
    .mb-container #mb-content.right-sidebar .classic-post .post-header h2 a, .mb-container #mb-content.left-sidebar .classic-post .post-header h2 a, .mb-container #mb-content.right-sidebar .classic-post .post-header h1, .mb-container #mb-content.left-sidebar .classic-post .post-header h1, .mb-container .split-header .post-header .entry-title,
  #inner-wrapper .feat-area.fullscreen .post-header h2 a, #inner-wrapper .feat-area.theme-carousel.carousel-slider-center .post-header h2 a, #inner-wrapper .feat-area.classic-slider .post-header h2 a,
  #inner-wrapper .feat-area.split-slider .post-header h2 a, .mb-container .bg-color-header .post-header h1, #inner-wrapper #mb-content.content-fullwidth .classic-post .post-header h2 a, #inner-wrapper #mb-content.content-fullwidth .classic-post .post-header h1,
  #inner-wrapper .layout-fullwidth-image-overlay.post-style3 .post-header .entry-title, #inner-wrapper .layout-fullwidth-image #mb-content.content-fullwidth .post-header h1, #inner-wrapper .layout-fullwidth-image .post-header.title-above .entry-title,
  #inner-wrapper .layout-fullwidth-image .post-header.title-below .entry-title {
        font-size: 22px;
        line-height: 1.6;
    }

    #mb-content.right-sidebar .post .post-header,
  #mb-content.left-sidebar .post .post-header,
  .bg-color-header .post-header,
  .content-fullwidth .classic-post .post-header {
        max-width: 100%;
    }

    .split-header .post-header, .feat-area.classic-slider .post-header, .feat-split .post-header {
        max-width: 90%;
    }
  /* Post layout: split header, Featured area: split slider */
    .split-header .post-cats, .feat-area.split-slider .post-cats {
        margin-bottom: 18px;
    }

    .mb-container .split-header .post-header .entry-title, .feat-area.split-slider .post-header .entry-title {
        margin-bottom: 11px;
    }
  /* Post style 1 */
    .single #mb-content.content-fullwidth .classic-post {
        margin-top: 0;
    }

    #mb-content.content-fullwidth .classic-post .post-header,
  .layout-fullwidth-image .post-header:not(.title-below) {
        margin-bottom: 30px;
    }
  /* Post style 3 and 4 */
    .fullwidth-image {
        height: 300px;
    }
  /* Post style 5 */
    #inner-wrapper .bg-color-header {
        background: none;
        padding: 40px 0 0 0;
        margin: 0;
    }

    .bg-color-header .post-header {
        margin-bottom: 30px;
    }

    #inner-wrapper .bg-color-header .post-header h1 {
        margin-bottom: 12px;
        margin-top: 15px;
    }
  /* Caption */
    .wp-block-image.alignfull figcaption {
        padding: 0 25px 18px;
    }
  /* Post Meta & Share Buttons */
    .post-meta {
        padding: 12px 0;
    }

    .post-header-share-wrap.desktop {
        display: none;
    }

    .post-header-share-wrap.mobile {
        display: block;
    }

    .post-meta .author-name a, .post-meta .meta-time .time {
        font-size: 13px;
    }

    .meta-time {
        margin-left: 20px;
        padding-left: 20px;
    }

    .meta-author-img {
        display: none;
    }
  /* Related Posts */
    .related-posts {
        grid-template-columns: 1fr;
    }

    .related-item {
        margin-bottom: 20px;
    }

    .related-posts .related-item:last-child {
        margin-bottom: 0;
    }
  /* About Author Box */
    .about-author {
        padding-left: 25px;
        padding-right: 25px;
    }
  /* Comments */
    .thecomment .author-img {
        display: none;
    }

    .comment-text {
        margin-left: 0;
    }

    .post-comments ul.children {
        margin: 0 0 0 40px;
    }

    .comment-input-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
  /* Post Pagination */
    .next-post {
        padding-left: 10px;
    }

    .prev-post {
        padding-right: 10px;
    }

    #mb-main .post-pagination a {
        font-size: 12px;
        line-height: 1.4;
    }
  /* Featured area: fullscreen */
    .feat-area.fullscreen .feat-author {
        display: none;
    }

    .feat-area .slick-dots {
        top: auto;
        bottom: 0;
        transform: none;
        width: 100%;
    }

    .feat-area .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

    .feat-area .slick-dots li.slick-active {
        position: relative;
        top: -3px;
    }

    #inner-wrapper .feat-area.fullscreen .post-header h2.entry-title {
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .feat-area.fullscreen-one .post-header {
        max-width: 90%;
    }
  /* Featured area: center carousel */
    .carousel-slider-center .feat-item {
        height: 460px;
    }
  /* Featured area: classic */
    .feat-area.classic-slider .feat-item {
        height: 400px;
    }
  /* Featured area: classic style2 */
    .feat-area.classic-slider .feat-inner.style2 .post-header {
        max-width: 82%;
        min-width: 220px;
        min-height: 160px;
        padding: 30px 20px;
    }

    #inner-wrapper .feat-area.classic-slider .feat-inner.style2 .post-header h2 a {
        font-size: 18px;
        line-height: 30px;
    }

    .feat-area.classic-slider .feat-inner.style2 .date-wrap:before,
  .feat-area.classic-slider .feat-inner.style2 .date-wrap:after {
        border: none;
    }
  /* Featured area: classic fullwidth */
    .feat-area.classic-slider.full-width .feat-item {
        height: 400px;
    }
  /* Featured area: split slider */
    #inner-wrapper .split-slider .feat-split {
        grid-template-columns: 1fr;
        height: auto;
    }

    .feat-split-img {
        height: 300px;
        order: 2;
    }

    .feat-split-content {
        order: 1;
        padding: 40px 0;
    }
  /* Grid layout */
    .post-wrap {
        margin-bottom: 40px;
    }

    .post-wrap.grid, .post-wrap.classic_grid, #mb-content.content-fullwidth .post-wrap.grid, #mb-content.content-fullwidth .post-wrap.classic_grid {
        grid-template-columns: 1fr;
        grid-gap: 40px 0;
    }
  /* List layout */
    .right-sidebar .list-item,
  .content-fullwidth .list-item,
  .left-sidebar .list-item,
  .content-fullwidth .list-item {
        display: block;
    }

    .right-sidebar .list-style1 .list-item .post-header,
  .left-sidebar .list-style1 .list-item .post-header,
  .content-fullwidth .list-style1 .list-item .post-header {
        margin-left: 0;
    }

    .right-sidebar .list-style1 .list-item .post-img img,
  .left-sidebar .list-style1 .list-item .post-img img,
  .content-fullwidth .list-style1 .list-item .post-img img,
  .list-style2 .list-item .post-img img,
  #mb-content.content-fullwidth .list-style2 .list-item .post-img img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    #mb-content.content-fullwidth .list-style2.alternate .list-item:nth-child(even) .post-img {
        margin-left: 0;
    }

    .list-style1.alternate .list-item:nth-child(even) .post-header {
        margin-left: 0;
        margin-right: 0;
    }
  /* Page style 2 and 3 */
    .page .fullwidth-image, .page .layout-fullwidth-image .fullwidth-image {
        height: 220px;
    }

    #inner-wrapper .page-style2.layout-fullwidth-image-overlay .page-header .entry-title, #inner-wrapper .page-style3.layout-fullwidth-image .page-header .entry-title, #inner-wrapper .page-style3.layout-fullwidth-image #mb-content.content-fullwidth .page-header h1 {
        font-size: 30px;
    }

    .page .layout-fullwidth-image .fullwidth-image {
        height: 300px;
    }

    .page-style3 .fullwidth-image {
        margin-bottom: 20px;
    }
  /* Footer */
    #footer-copy {
        grid-template-columns: 1fr;
        grid-gap: 15px 0;
        padding-bottom: 25px;
    }

    .copy-text, .footer-social {
        text-align: center;
    }

    .footer-social a {
        margin: 0 10px;
    }
  /* Promo Boxes */
    #inner-wrapper .promo-wrap.promo-grid,
  #inner-wrapper .promo-wrap.promo-grid.promo-col-3,
  #inner-wrapper .promo-wrap.promo-grid.promo-col-4 {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    #inner-wrapper .promo-wrap.promo-mixed {
        grid-auto-rows: 160px;
    }

    .promo-wrap.promo-mixed .promo1 {
        grid-column: 1/-1;
        grid-row: 1;
    }

    .promo-wrap.promo-mixed .promo2 {
        grid-column: 1/-1;
        grid-row: 2;
    }

    .promo-wrap.promo-mixed .promo3 {
        grid-column: 1/-1;
        grid-row: 3;
    }

    .promo-wrap.promo-mixed .promo4 {
        grid-column: 1/-1;
        grid-row: 4;
    }
  /* Newsletter */
    .widget-slider .widget_mc4wp_form_widget .form-wrap input[type=submit] {
        margin-left: 0;
        margin-top: 0px;
    }

    .widget-slider .widget_mc4wp_form_widget .form-wrap input[type=email],
  .widget-slider .widget_mc4wp_form_widget .form-wrap input[type=submit] {
        width: 100%;
    }
  /* Instagram */
  /* Pagination */
    .theme-pagination .page-numbers.prev, .theme-pagination .page-numbers.next {
        margin: 0;
        display: block;
    }

    .theme-pagination .page-numbers.prev {
        margin-bottom: 10px;
    }

    .theme-pagination .page-numbers.next {
        margin-top: 10px;
    }
  /* Blockquote */
    .post-entry blockquote.wp-block-quote {
        padding: 10px 0 40px 40px;
    }

    #mb-content .post-entry .wp-block-quote p, #mb-content #main.fullwidth .post-entry .wp-block-quote p, #mb-content .post-entry .wp-block-quote:not(.is-style-large) p a {
        font-size: 20px;
        line-height: 30px;
    }

    .post-entry blockquote.wp-block-quote:not(.is-style-large) p:first-child:before {
        font-size: 64px;
        left: -44px;
    }

    .post-entry blockquote.wp-block-quote.is-style-large {
        padding: 30px 25px 25px;
    }
  /* Search overlay */
    #theme-search-overlay input[type=text] {
        font-size: 26px;
        margin-top: -30px;
        padding-left: 10px;
        padding-right: 10px;
    }
  /* Widealign */
    #mb-content.content-fullwidth.content-narrow .alignwide {
        width: 100vw;
        max-width: 100%;
        margin-left: 0;
    }
  /* Fullwidth carousel */
    .feat-area.carousel-slider.full-width .feat-item {
        height: 440px;
    }
  /* Woocommerce */
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100%;
    }
  /* Instagram footer */
    .insta-header {
        padding: 40px 0 30px;
    }

    #insta-footer .insta-header h5, #insta-footer .insta-header h5 a {
        font-size: 22px;
        letter-spacing: 2px;
    }

    #insta-footer .insta-header span {
        font-size: 11px;
        letter-spacing: 1px;
    }
  /* Static slider */
    #inner-wrapper .feat-area.static-slider .post-header .static-title {
        font-size: 24px;
        line-height: 1.5;
    }

    #inner-wrapper .feat-area.static-slider .static-text {
        max-width: 90%;
    }
}