/*
Theme Name: Intimate
Theme URI: https://www.templatesell.com/item/intimate
Author: templatesell
Author URI: https://www.templatesell.com/
Description: Intimate is a elegant and easy to use WordPress magazine theme. It comes with 10+ custom widgets, customizer based theme settings, powerful theme options and many more. This theme has search option, off-canvas sidebar, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. Besides that, this theme comes with added custom widgets for trending news, post grid, slider and many more.It comes with primary color option to change the whole site color with a single click. More Details: https://www.templatesell.com/item/intimate
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: intimate
Requires PHP: 5.2
Tested up to: 5.5
Tags: custom-background, custom-header, one-column, two-columns, three-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Intimate is free WordPress theme by, Template Sell.
Intimate is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/


/**
 * 1.0 - General styles (body, headings, links, tags, margins, etc.)
 * -------------------------------------------------------------
 */

html {
    margin: 0;
    padding: 0;
}


/* body */

body {
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #000;
    background-color: #f4f6f7;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c5d2d8' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

body.single {
    background: #f4f6f7;
}


/* H1 - H6 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #000
}


/* links */

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #906b28;
}


/***
====================================================================
## Main Menu
====================================================================
***/

#page.site {}


/**
 * Header
 * -------------------------------------------------------------
 */

.header-1 {
    background: #232323;
}

.main-header {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    z-index: 200;
}

.header-1 .head_one {
    background-color: #232323;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23404040' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    padding: 20px 0;
}

.header-1 .head_one .logo {
    position: relative;
    max-width: 100%;
}

.header-1 .head_one .logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


/**
 * Menu
 * -------------------------------------------------------------
 */

.menu-area {
    position: relative;
    background: none;
    border-top: solid 1px rgb(255 255 255 / 20%);
    z-index: 5;
}

.header-1 #site-navigation {
    position: relative;
}

.header-1 .bar-menu {
    display: none;
}

.intimate-home-icon {
    display: none;
}

.home .intimate-home-icon a {
    background-color: #dfb871;
    border-color: #dfb871;
}

.main-header ul {
    margin-bottom: inherit;
    margin-left: 0;
    padding-left: 0;
}

.main-menu ul li {
    position: relative;
    list-style: none;
}

.main-menu>ul {
    display: none;
    padding: 0;
}

.main-menu ul li>a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-menu ul li.current-menu-item>a,
.main-menu ul li:hover>a {
    color: #906b28;
}


/**
 * Description & Banner Slider
 * -------------------------------------------------------------
 */

.promo-slider-wrapper {}

.news__highlight__wrapper {}


/* Description */

.intimate-promo-highlights {
    position: relative;
    width: 70%;
    padding: 20px;
    left: 0;
    right: 0;
    margin: 20px auto;
    border-radius: 8px;
    background: #DFE0DF;
    border-bottom: solid 5px #c7c7c7;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.intimate-promo-highlights p {
    margin: 0;
    padding: 0;
}


/**
 * Content
 * -------------------------------------------------------------
 */

#content.site-content {}

#primary {}

#main.site-main {
    background: #dfb871;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 50px;
}

.card__post {
    position: relative;
}

.card__post .card__post__body {
    display: block;
}

.card__post__content {
    padding: 20px 0;
    left: 0;
    bottom: 0;
    width: 100%;
}


/* Categories */

.intimate-latest-post {}

.intimate-latest-post h2.widget-title {
    position: relative;
    background: #1b1b1b;
    border-radius: 8px 8px 0 0;
    padding: 20px 20px 10px;
    margin-bottom: 0;
    color: #fff;
}

.latest__post {
    display: -webkit-box;
    display: flex;
    /*padding: 1rem 1rem 0 1rem;*/
    background: #1b1b1b;
    box-shadow: 0 14px 0 0 rgba(0,0,0,0.2);
    border-radius: 0 0 8px 8px;
    padding: 10px 20px 20px;
}

.latest__post .mb-3 {
    margin-bottom: 0!important;
}

.latest__post .card__post .card__post__body {}

.latest__post .card__post .card__post__body img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 300px;
    border-radius: 8px;
}

.latest__post .card__post__content {
    /*padding: 0!important;*/
    /*padding-right: 30px;*/
}

.latest__post .card__post__content p {
    color: #fff;
}

@media (max-width: 992px) {
    .latest__post .card__post__content {
        padding: 30px;
    }
    .intimate-post-column .card__post img {
        margin-bottom: 20px;
    }
	.intimate_front_loop_block article {
		margin-bottom: 60px;
	}
}


/* List Posts */

.intimate-post-column {
    margin-bottom: 50px!important;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.intimate-post-column .post__column.mb-5 {
    margin-bottom: 0!important
}

.intimate-post-column .card__post {
    margin-bottom: 40px!important;
    background: #fff;
    border-radius: 8px;
    /*-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);*/
}

.intimate-post-column .card__post:last-child {
    margin-bottom: 0!important;
}

.intimate-post-column .card__post img {
    border-radius: 5px 0 0 5px;
}

.intimate-post-column .card__post .card__post__body {
    padding-right: 20px;
}

.intimate-post-column .card__post__content {
    padding: 0;
}

.intimate-post-column .card__post__title {}

.intimate-post-column .card__post__title h3 {
    margin-bottom: 0!important;
}

.intimate-post-column .card__post__title h3 a {
    color: #906b28;
}

.intimate-post-column .card__post__text {
    margin-bottom: 0!important;
}

.intimate-post-column .card__post__text p {}

.post__column a.readmore {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: transparent;
    background: #dfb871;
    border-radius: 2px;
    padding: 7px 15px;
}

.post__column a.readmore:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 478px) {
    .intimate-post-column .card__post img {
        margin-bottom: 20px;
    }
    .intimate-post-column .card__post .card__post__body {
        padding: 0 20px 20px;
    }
}


/* Categories Full */

#card2.intimate-latest-post {}


/**
 * Front Page Blog Block
 * -------------------------------------------------------------
 */

.intimate_front_loop_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.intimate_front_loop_block article {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.post-wrap {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    background: #fff;
    border-radius: 8px;
}

.post-media {
    position: relative;
}

.intimate_front_loop_block article img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 250px;
    position: relative;
    /*margin-bottom: 20px;*/
    border-radius: 5px 5px 0 0;
}

.meta_bottom {
    min-width: 100%;
    position: absolute;
    bottom: 50px;
    padding: 5px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.15s ease 0.4s;
    -moz-transition: all 0.15s ease 0.4s;
    -o-transition: all 0.15s ease 0.4s;
    transition: all 0.15s ease 0.4s;
    text-align: center;
}

.meta_bottom .post-share {}

.meta_bottom .post-share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #000;
    margin: 0 4px;
}

.meta_bottom .post-share a:hover {
    background: #dfb871;
    color: #fff;
}

.post-content {
    position: relative;
    word-wrap: break-word;
    overflow: hidden;
    padding: 30px;
    background: none;
}

.intimate_front_loop_block article .post_title {}

.intimate_front_loop_block article .post_title h5.entry-title {
    font-size: 20px;
    font-weight: bold;
}

.intimate_front_loop_block article .post_title h5.entry-title a {
    color: #906b28;
}

.intimate_front_loop_block article .post-excerpt {}

.intimate_front_loop_block article .post-excerpt p {}

@media (max-width: 478px) {
    .post-wrap {
        margin-bottom: 40px;
    }
}


/**
 * Content Six
 * -------------------------------------------------------------
 */

.intimate-featured-post-content {
    position: relative;
    margin-bottom: 0!important;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}

.intimate-featured-post-content h2.widget-title {
    position: relative;
    padding: 10px 0;
}

.intimate-featured-post-content .post__featured {}

.intimate-featured-post-content .post__featured .card__post .card__post__body img {
    object-fit: cover;
    width: 100%;
    height: 550px;
}

.intimate-featured-post-content .card__post.card__post-list {
    background: none;
    padding: 20px 0;
}

.intimate-featured-post-content .card__post__content {
    padding: 0!important
}

.intimate-featured-post-content .card__post__content h3 {}

.intimate-featured-post-content .card__post__content p {}


/**
 * Single
 * -------------------------------------------------------------
 */

.single #main.site-main {
    background: none;
    border-radius: 0;
    padding: 0;
}

.single article.post {
    margin-bottom: 50px;
    /*padding: 20px;*/
    background: none;
}

.single article.post .post-wrap {
    background: none;
}

.single .post-content {
    width: 100%;
    border-bottom: none;
    padding: 0;
}

.single article.post .post-wrap h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 550px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.single article.post .post-excerpt {}

.single article.post .post-excerpt h2 {
    font-size: 20px;
    font-weight: bold;
    color: #906b28;
}

.single article.post .post-excerpt p {}

.single .meta_bottom {
    position: relative;
    visibility: visible;
    bottom: auto;
    opacity: 1;
    /*border: solid 1px #eee!important;*/
    background: #fff!important;
    border-radius: 8px;
    margin: 40px 0 0!important;
    padding: 10px!important
}

.single footer .meta_bottom .post-share a {
    background: none;
}

.single footer .meta_bottom .post-share a:hover {
    color: #dfb871!important;
}


/**
 * Sidebar
 * -------------------------------------------------------------
 */

.canvas-header-block {
    position: fixed;
    visibility: hidden;
    width: 340px;
    height: 100%;
    background: #fff;
    right: -340px;
    padding: 50px 30px;
    padding-top: 80px;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.canvas-header.activate .canvas-header-block {
    right: -20px;
    opacity: 1;
    visibility: visible;
}

.offcanvas-sidebar-area {}


/**
 * Widget Container
 * -------------------------------------------------------------
 */

.widget {
    margin-bottom: 40px;
}

.widget_recent_entries {}

.offcanvas-sidebar-area .widget h2.widget-title {
    font-size: 20px;
    font-weight: bold;
}

.offcanvas-sidebar-area .widget h2.widget-title a {
    color: #000;
}

.offcanvas-sidebar-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvas-sidebar-area ul li {
    margin: 0 0 5px;
    padding: 10px 20px;
    border: solid 1px #eee;
}

/*.offcanvas-sidebar-area ul li:last-child {
    border-bottom: none;
}*/

.offcanvas-sidebar-area ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.offcanvas-sidebar-area ul li a:hover,
.offcanvas-sidebar-area ul li:hover a {
    color: #906b28;
    font-weight: bold;
}


/**
 * Featured Post widgets
 * -------------------------------------------------------------
 */

#secondary .sidebar-area {}

#secondary .intimate-featured-post-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

#secondary .intimate-featured-post-sidebar h2.widget-title {
    font-size: 20px;
    font-weight: bold;
}

#secondary .intimate-featured-post-sidebar h2.widget-title a {
    color: #000;
}

.intimate-featured-post-sidebar>ul {
    margin: 0;
    padding: 0;
}

.intimate-featured-post-sidebar>ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    /*padding-bottom: 15px;*/
    border: solid 1px #eee;
    border-radius: 8px;
    padding: 5px;
}

.intimate-featured-post-sidebar>ul li:last-child {
    margin-bottom: 0;
    /*padding-bottom: 0;
    border-bottom: none;*/
}

.widget_featured_thumbnail {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 15px 0 0;
}

.widget_featured_thumbnail img {
    display: block;
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 6px;
}

.widget_featured_post_num {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    top: 25px;
    left: 25px;
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    z-index: 3;
}

.widget_featured_content {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

.widget_featured_content h4 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.widget_featured_content h4:hover {
    color: #906b28;
    font-weight: bold;

}

.widget_bg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1f2123;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.widget_featured_thumbnail:hover .widget_bg_overlay {
    opacity: 0.2;
}


/**
 * Footer
 * -------------------------------------------------------------
 */

.footer-wrap {
    margin: 0;
    padding: 0;
}

.footer-wrap.bg__footer_dark {
    background: #131212;
}


/* footer text */

.site-footer {
    margin: 0;
    padding: 15px 0;
}

.copyright {
    padding: 15px 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.site-footer a {
    color: #dfb871;
}

.site-footer a:hover {}


/**
 * "Back to top" button
 * -------------------------------------------------------------
 */

#toTop {
    display: inline-block;
    position: fixed;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #dfb871;
    box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.15);
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    right: 30px;
    bottom: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1041;
}

#toTop:hover {
    opacity: 0.9;
}


/***
====================================================================
## the END
====================================================================
***/


/* tags */

button {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
}

dl {
    margin: 0 0 15px;
}

dl dt {
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1.7;
}

dl dd {
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    line-height: 1.7;
}

dl dd:last-child {
    margin-bottom: 0;
}

address {
    display: block;
    margin: 0 0 15px;
    font-style: italic;
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

abbr {
    text-decoration: none;
    border-bottom: 1px dotted #4c4f53;
    cursor: help;
}

acronym {
    text-decoration: none;
    border-bottom: 1px dashed #4c4f53;
    cursor: help;
}

big {
    text-transform: uppercase;
    font-size: larger;
}

cite {
    font-style: italic;
    border: none;
}

code,
kbd,
tt {
    padding: 4px 5px;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-size: 15px;
    color: #4c4f53;
    background-color: #f7f8f8;
    border-radius: 0;
}

kbd {
    box-shadow: none;
}

s,
strike,
del {
    text-decoration: line-through;
}

pre {
    display: inline-block;
    width: 100%;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-size: 15px;
    line-height: 1.35;
    overflow: auto;
    white-space: pre;
    margin: 5px 0 13px;
    padding: 21px 30px;
    background-color: #f7f8f8;
    color: #4c4f53;
    border: none;
    border-radius: 0;
}

var {
    font-style: italic;
    font-weight: 700;
}

strong,
b {
    font-weight: 700;
}

em,
q {
    font-style: italic;
}

ins {
    text-decoration: none;
    border-bottom: 2px solid #4c4f53;
}

legend {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
    color: #2f3235;
    border-bottom: 1px solid #eeefef;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-color: #eeefef;
}

blockquote {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 0 60px;
    border: none;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: normal;
    line-height: 1.65;
}

blockquote:before {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 0;
    font-family: 'Playfair Display', serif;
    content: '\201c';
    font-size: 120px;
    font-style: normal;
    line-height: 0.79;
    color: #906b28;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '';
}

blockquote p {
    margin-bottom: 20px!important;
}

blockquote p:last-child {
    margin-bottom: 0 !important;
}

blockquote cite {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    color: #4c4f53;
}

ul {
    list-style: disc;
    margin: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    padding-left: 10px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 30px;
    width: 100%;
}

td,
th {
    border: 1px solid #e7e7e7;
    padding: 7px 0;
    text-align: center;
}


/* text-align */

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.align-self-center {
    align-self: center!important;
}


/* float */

.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* font-width; !important - it is used to change a current "font-width" value */

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}


/* padding (none; 0); !important - it is used to change a current "padding-*" value */

.pt-none {
    padding-top: 0 !important;
}

.pb-none {
    padding-bottom: 0 !important;
}

.pr-none {
    padding-right: 0 !important;
}

.pl-none {
    padding-left: 0 !important;
}


/* margin (none; 0); !important - it is used to change a current "margin-*" value */

.mt-none {
    margin-top: 0 !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.mr-none {
    margin-right: 0 !important;
}

.ml-none {
    margin-left: 0 !important;
}


/* word-break */

.break-word {
    word-wrap: break-word;
}


/* overflow */

.o-hidden {
    overflow: hidden;
}


/* screen reader text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    word-wrap: normal !important;
}


/* override Bootstrap's default container */

@media (min-width: 1200px) {
    /*    .container {
        width: 1030px;
    }*/
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/**
 * 2.0 - Animation
 * -------------------------------------------------------------
 */


/**
 * SlideUpIn animation
 *
 * Used for the drop-down search form and for the drop-down mobile menu
 */

.SlideUpIn {
    animation-name: SlideUpIn;
    -webkit-animation-name: SlideUpIn;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes SlideUpIn {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes SlideUpIn {
    0% {
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}


/**
 * SlideDownOut animation
 *
 * Used for the drop-down search form and for the drop-down mobile menu
 */

.SlideDownOut {
    animation-name: SlideDownOut;
    -webkit-animation-name: SlideDownOut;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes SlideDownOut {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

@-webkit-keyframes SlideDownOut {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}


/**
 * SlideLeftIn animation
 *
 * Used for the main menu container
 */

.SlideLeftIn {
    animation-name: SlideLeftIn;
    -webkit-animation-name: SlideLeftIn;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes SlideLeftIn {
    0% {
        transform: translateX(10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes SlideLeftIn {
    0% {
        -webkit-transform: translateX(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}


/**
 * SlideRightOut animation
 *
 * Used for the main menu container
 */

.SlideRightOut {
    animation-name: SlideRightOut;
    -webkit-animation-name: SlideRightOut;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes SlideRightOut {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(10px);
        opacity: 0;
    }
}

@-webkit-keyframes SlideRightOut {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(10px);
        opacity: 0;
    }
}


/***
====================================================================
## Preloader
====================================================================
***/

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 10px solid #000;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


/***
====================================================================
## Top Header
====================================================================
***/

.top-bar-area {
    background: #fff none repeat scroll 0 0;
    padding: 3px 0px;
    position: relative;
    border-bottom: 1px solid #fafafa;
}

.top-bar-area .left-side {
    float: left;
}

.top-bar-area .right-side {
    float: right;
}

.menu-area .left-side {
    float: left;
}

.menu-area .right-side {
    float: right;
}


/*
# Top Social
 ----------------------------------------*/

.social-links ul {
    margin: 0;
    padding: 0;
}

.social-links ul li {
    display: inline;
    padding: 0 5px;
}

.social-links ul li a {
    font-size: 0;
    color: transparent;
}

.social-links ul li a:hover {
    color: #54be73
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links ul li a:before {
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    padding: 0;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
    line-height: 12px;
    color: #68686d;
    display: inline-block;
    border: 0;
    border-radius: 0;
    position: relative;
    top: -5px;
}

.social-links ul li:hover a:before {
    opacity: .6;
}

.social-links ul li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.social-links ul li a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-links ul li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-links ul li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-links ul li a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-links ul li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-links ul li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.social-links ul li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.social-links ul li a[href*="github.com"]:before {
    content: "\f113";
}

.social-links ul li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.social-links ul li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.social-links ul li a[href$="/feed/"]:before {
    content: "\f09e";
}

.social-links ul li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.social-links ul li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-links ul li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-links ul li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.social-links ul li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.social-links ul li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.social-links ul li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.social-links ul li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.social-links ul li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.social-links ul li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.social-links ul li a[href*="skype.com"]:before {
    content: "\f17e";
}

.social-links ul li a[href*="dribble.com"]:before {
    content: "\f17d";
}


/***
====================================================================
## Main Menu
====================================================================
***/

.main-header,
.main-header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-header .container {
    position: relative;
}

.main-header:before,
.main-header:after,
.main-header *:before,
.main-header *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-header-container {
    position: relative;
}

.main-header-overlay .main-header-container {
    position: inherit;
}

.header-default .bar-menu {
    position: absolute;
    top: 35px;
    right: 70px;
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.header-default .bar-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-default .line-menu {
    background-color: #111111;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.header-default .line-menu.line-half {
    width: 50%;
}

.header-default .line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.header-default .menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.header-default .line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.header-default .menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

.main-menu ul ul li>a {
    font-size: 14px;
    font-style: normal;
    text-transform: inherit;
    background-color: #efefef;
    padding: 14px 15px 14px 30px;
}

.main-menu ul ul ul li>a {
    padding: 14px 15px 14px 45px;
}

.main-menu ul ul li:hover>a {
    background-color: #efefef;
}

.dropdown-plus {
    width: 49px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.dropdown-plus>a {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

.dropdown-plus:before,
.dropdown-plus:after {
    position: absolute;
    content: '';
    top: 24px;
    right: 18px;
    width: 13px;
    height: 1px;
    background-color: #111111;
}

.dropdown-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-menu li>ul,
.dropdown-plus.dropdown-open:after {
    display: none;
}

.main-menu li:focus-within>ul,
.main-menu li:focus>ul,
.main-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.main-menu li:focus-within>ul {
    display: block;
}

.header-shadow-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    z-index: -1;
}

.header-shadow-wrapper:after {
    display: block;
    position: relative;
    content: "";
    width: 100%;
    height: 60px;
    top: -60px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.menu-description {
    display: none;
}


/* =============================================
##Intimate queries for responsive design
================================================ */

@media (min-width: 768px) {
    .header-default .main-header .logo {
        float: left;
    }
    .header-shadow-wrapper:after {
        -webkit-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
    }
    .main-header-overlay .logo {
        left: 30px;
    }
    .main-header-overlay .bar-menu {
        right: 30px;
    }
    .main-menu-overlay>ul>li {
        padding: 0 110px 0 30px;
        margin-bottom: 16px;
    }
}

@media (min-width: 992px) {
    /* =============================================
    Viewport Breakpoint
    ================================================ */
    .main-header-container {
        height: 90px;
    }
    .main-header-overlay .main-header-container {
        height: auto;
    }
    .main-header .logo {
        position: relative;
    }
    /*.main-header .logo img {
        max-width: inherit;
        max-height: 90px;
        width: auto;
    }*/
    .header-default .bar-menu {
        display: none;
    }
    .intimate-home-icon {
        float: left;
        display: block;
    }
    .intimate-home-icon a {
        font-size: 24px;
        color: #fff;
        margin-right: 15px;
        padding: 15px 15px;
        line-height: 60px;
    }
    .single .intimate-home-icon a {
        color: #fff;
    }
    .intimate-home-icon a:hover i {
        color: #fff;
    }
    span.menu-description {
        position: absolute;
        top: 2px;
        font-size: 9px;
        background: #f92a28;
        line-height: 12px;
        padding: 2px 5px;
        right: -10px;
        color: #fff;
        display: block;
    }
    span.menu-description:before {
        content: " ";
        position: absolute;
        bottom: -4px;
        left: 20%;
        border-width: 0 0 4px 4px;
        border-style: solid;
        border-color: transparent #f92a28;
    }
    .main-menu>ul {
        display: block !important;
        padding: 0;
        font-size: 0;
    }
    .main-menu>ul>li {
        display: inline-block;
    }
    .main-menu ul li {
        position: relative;
    }
    .main-menu>ul>li>a {
        position: relative;
        line-height: 86px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: bold;
        color: #fff;
        box-sizing: border-box;
        white-space: nowrap;
        padding: 0 20px;
    }
    .main-menu>ul>li:last-child>a {
        padding: 0 0 0 20px;
    }
    .main-menu ul li.current-menu-item>a,
    .main-menu ul li:hover>a {
        color: #dfb871;
    }
    .dropdown-plus {
        display: none;
    }
    .main-menu ul li.dropdown_menu>a>span:before {
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #c1c1c1;
        position: relative;
        content: '';
        display: inline-block;
        height: 4px;
        width: 4px;
        top: -3px;
        margin-left: 8px;
        box-sizing: content-box;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .main-menu li>ul {
        display: block !important;
        position: absolute;
        width: 250px;
        top: 100%;
        left: 0;
        background-color: #fff;
        padding: 27px 0;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        -webkit-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .main-menu li:focus-within>ul,
    .main-menu li:focus>ul,
    .main-menu li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    .main-menu li.submenu-right>ul {
        left: inherit;
        right: 0;
    }
    .main-menu li>ul ul {
        top: 0;
        left: 100%;
    }
    .main-menu li.submenu-right>ul ul {
        left: -100% !important;
    }
    .main-menu ul ul li.dropdown_menu>a>span:before {
        float: right;
        top: 7px;
        right: -10px;
        margin: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .main-menu ul ul li>a {
        position: relative;
        color: #818181;
        padding: 9px 35px 7px !important;
    }
    .main-menu ul ul li>a,
    .main-menu ul ul li:hover>a {
        color: #818181;
        background-color: transparent;
        text-align: left;
    }
    .main-menu ul ul li:hover>a {
        padding-left: 50px !important;
    }
    .main-menu ul ul li>a:before {
        position: absolute;
        content: "";
        top: 15px;
        left: 35px;
        width: 0;
        height: 1px;
        background: #a1a1a1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .main-menu ul ul li:hover>a:before {
        width: 10px;
    }
    .main-menu ul li.dropdown_menu>a>span {
        display: none;
    }
    .main-menu.menu-caret ul li.dropdown_menu>a>span {
        display: inline-block;
    }
    .main-menu.menu-caret ul ul li.dropdown_menu>a>span {
        display: inline;
    }
    .main-menu.separate-line>ul>li>a {
        position: relative;
    }
    .main-menu.separate-line>ul>li>a:before {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        width: 1px;
        height: 20px;
        background: #eeeeee;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main-menu.separate-line>ul>li:last-child>a:before {
        display: none;
    }
    .main-menu.separate-line>ul>li>a {
        padding: 0 28px;
    }
    .main-menu.separate-line>ul>li:last-child>a {
        padding: 0 0 0 28px;
    }
    /* =============================================
    Header sticky
    ================================================ */
    .main-header {
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }
    .main-header.sticky {
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 100;
        animation: smoothScroll 1s forwards;
    }
    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    /* =============================================
    Submenu
    ================================================ */
    .main-menu.submenu-top-border li>ul {
        border-top: 3px solid #906b28;
    }
    .main-menu.submenu-top-border li>ul ul {
        top: -30px;
    }
    .main-menu.submenu-list-border li>ul ul {
        top: -20px;
    }
    .main-menu.submenu-top-border.submenu-list-border li>ul ul {
        top: -23px;
    }
    .main-menu.submenu-list-border ul ul li>a {
        padding: 15px 35px 14px !important;
    }
    .main-menu.submenu-list-border ul ul li:first-child>a {
        padding: 8px 35px 14px 35px !important;
    }
    .main-menu.submenu-list-border ul ul li:last-child>a {
        padding: 15px 35px 8px 35px !important;
    }
    .main-menu.submenu-list-border ul ul li:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 35px;
        right: 35px;
        height: 1px;
        background: #eeeeee;
    }
    .main-menu.submenu-list-border ul ul li:last-child:after {
        display: none;
    }
    .main-menu.submenu-list-border ul ul li:hover>a {
        padding-left: 55px !important;
    }
    .main-menu.submenu-list-border ul ul li:nth-child(n+2)>a:before {
        top: 24px;
    }
    .header-dark .main-menu.submenu-list-border ul ul li:after {
        background: #000333;
    }
    /* =============================================
    Submenu transitions
    ================================================ */
    .main-menu.submenu-flip li>ul {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .main-menu.submenu-flip li:hover>ul {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .main-menu.submenu-flip ul {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
    }
    .main-menu.submenu-flip ul li {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
    }
    .main-menu.submenu-scale li>ul {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .main-menu.submenu-scale li.submenu-right ul {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .main-menu.submenu-scale li:hover>ul {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 991px) {
    .header-1 .header-image .main-menu ul {
        background: transparent;
    }
    .intimate-promo-highlights {
        width: 100%!important;
        left: 0!important;
    }
}

.menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile-menu {
    display: block;
    width: 20px;
    padding: 21px 0;
    margin: 0;
    float: left;
    position: relative;
    z-index: 2;
    background: none;
    border: none;
}

.mobile-menu:before,
.mobile-menu:after {
    content: '';
    display: block;
    background: #000;
    height: 2px;
}

.mobile-menu span {
    background: #000;
    display: block;
    height: 2px;
    margin: 6px 0;
}

div#MobileMenu {
    background: #fff;
}

div#MobileMenu {
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #111111;
    margin: 0;
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    font-family: 'Roboto', sans-serif;
}

.canvas-btn {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
    cursor: pointer;
    width: 25px;
    height: 20px;
    position: relative;
}

.canvas-btn span {
    height: 3px;
    display: block;
    left: 0;
    width: 20px;
    line-height: 1;
    position: absolute;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.canvas-btn span:after {
    position: absolute;
    background: #fff;
    content: "";
    height: 3px;
    left: -8px;
    top: 0;
    width: 5px;
}

.canvas-btn span:nth-child(1) {
    top: 0px;
}

.canvas-btn span:nth-child(2) {
    top: 9px;
}

.canvas-btn span:nth-child(3) {
    bottom: 0px;
}

.offcanvas__wrapper {
    display: block;
    position: relative;
}

.canvas-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.canvas-header.activate {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
}

.close-btn {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 3px 0 0 3px;
    background: #fff !important;
    font-size: 20px;
    text-align: center;
    top: 46px;
    right: 320px;
    left: auto;
    z-index: 9999;
}

.close-btn a:hover {
    color: #dfb871;
}


/*==============================================================
## Header Type CSS
================================================================*/


/*## Header Images*/

.header-image {
    padding: 0;
    position: relative;
}

.header-image .main-menu>ul>li>a {
    color: #fff;
}

.header-image .container {
    position: relative;
    z-index: 2;
}

.header-image:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-image.sticky {
    padding: 5px 0;
    /*background: #fff!important;*/
}

.header-image.sticky:after {
    background: rgba(0, 0, 0, 0.8);
}

.header-1 .header-image .head_one {
    background: transparent;
    position: relative;
    border: 0;
}

.bar-menu a {
    color: #fff;
}

.main-header.header-image .logo p,
.main-header.header-image .logo h1 a {
    color: #fff;
}

.header-image .mobile-menu:before,
.header-image .mobile-menu:after,
.header-image .mobile-menu span {
    background: #fff;
}

.header-image .canvas-btn span:after,
.header-image .canvas-btn span {
    background: #fff;
}

@media (max-width: 991px) {
    .header-1 .header-image .canvas-btn ul {
        background: transparent;
    }
}


/*====================================================
## Header One
=======================================================*/

.header-1 .sticky .head_one {
    display: none;
}

@media (min-width: 1200px) {
    .header-1 .main-menu>ul>li>a {
        line-height: 60px;
    }
    .header-1 .main-menu>ul>li:first-child>a {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .single .post-thumbnail img,
    .post__featured .card__post .card__post__body img {
        height: auto!important;
    }
}

@media (max-width: 991px) {
    .header-1 .bar-menu {
        margin: 0px;
        padding: 0px;
        border: none;
        background: none;
        cursor: pointer;
        display: block;
        margin: 15px 0;
    }
    .header-1 .bar-menu {
        width: 25px;
        height: 18px;
        position: relative;
    }
    .header-1 .bar-menu span {
        height: 2px;
        display: block;
        left: 0;
        width: 25px;
        line-height: 1;
        position: absolute;
        background-color: #1c1f26;
        transition: all 0.2s ease-in-out;
    }
    .header-1 .bar-menu span:nth-child(1) {
        top: 0px;
    }
    .header-1 .bar-menu:nth-child(2) {
        top: 50%;
    }
    .header-1 .bar-menu span:nth-child(3) {
        bottom: 0px;
    }
    .header-1 .header-image .head_one {
        border: 0;
    }
    .header-1 .header-image .head_one .logo {
        padding: 5px;
    }
    .header-1 .header-image .main-menu>ul {
        width: 100%;
        background: #fff;
        top: 100%;
        text-align: left;
        left: 0;
        margin: 0;
        z-index: 50;
        position: absolute;
    }
    .header-image .main-menu>ul>li>a {
        color: #212121;
    }
    .header-1 .bar-menu.menu-open {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .header-1 .header-image .bar-menu {
        color: #fff;
    }
    .header-image {
        padding: 30px 0 0 0;
    }
    .relative {
        position: relative;
    }
    .main-menu.menu-caret {
        margin: 0 -15px;
    }
    .mob-right {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul[aria-expanded="true"] {
        border-top: 1px solid #f2f2f2;
    }
}


/*LOGO OPTIONS*/

.center-logo [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.header-1 .head_one.center-logo .logo {
    margin: auto;
    padding-bottom: 25px;
}

.header-1 .head_one.center-logo .logo h1 {
    font-size: 50px;
}


/*==============================================================
## Main Banner CSS
================================================================*/

.trending-slider-wrapper {
    padding: 30px 0;
}

.slider-wrapper {
    position: relative;
    padding: 30px 0;
}

.slider-items {
    display: block!important;
}

.no-image-slider,
.slide-wrap img {
    max-width: 100%;
    width: 100%;
    height: 444px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.no-image-slider {
    background: #f7f7f7;
}

.slide-wrap .caption {
    text-align: left;
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slide-wrap .caption h2 a {
    font-style: normal;
    line-height: 1.5;
    color: #fff;
    font-size: 28px;
}

.slide-wrap .caption span,
.slide-wrap .caption span a {
    margin-bottom: 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: normal;
}

.slidder__content p {
    color: #fff;
    font-size: 16px;
}

.slide-wrap .caption i {
    margin-right: 5px;
}

.modern-slider .slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 0;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    outline: none;
}

.modern-slider:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.modern-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.modern-slider .slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    padding-left: 0;
}

.modern-slider .slick-dots li {
    display: inline-block;
    line-height: 0;
}

.modern-slider .slick-dots li.slick-active button {
    background: #fff;
}

.modern-slider .slick-dots li button {
    text-indent: -99999px;
    border: 0;
    margin: 0 5px;
    padding: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #959698;
}

.fb-ah-twitter-link:hover,
.fb-ah-twitter-link:focus {
    color: #43b1ff !important;
}

.fb-ah-facebook-f-link:hover,
.fb-ah-facebook-f-link:focus {
    color: #6e8dd0 !important;
}

.fb-ah-pinterest-p-link:hover,
.fb-ah-pinterest-p-link:focus {
    color: #ff3158 !important;
}

.fb-ah-vk-link:hover,
.fb-ah-vk-link:focus {
    color: #6089b9 !important;
}

.fb-ah-telegram-plane-link:hover,
.fb-ah-telegram-plane-link:focus {
    color: #4bb5e9 !important;
}

.fb-ah-flickr-link:hover,
.fb-ah-flickr-link:focus {
    color: #3a7cf5 !important;
}

.fb-ah-instagram-link:hover,
.fb-ah-instagram-link:focus {
    color: #f24b73 !important;
}

.fb-ah-500px-link:hover,
.fb-ah-500px-link:focus {
    color: #3aadf6 !important;
}

.fb-ah-youtube-link:hover,
.fb-ah-youtube-link:focus {
    color: #ff3449 !important;
}

.fb-ah-vimeo-v-link:hover,
.fb-ah-vimeo-v-link:focus {
    color: #3bbff6 !important;
}

.fb-ah-soundcloud-link:hover,
.fb-ah-soundcloud-link:focus {
    color: #fe823c !important;
}

.fb-ah-dribbble-link:hover,
.fb-ah-dribbble-link:focus {
    color: #f65498 !important;
}

.fb-ah-behance-link:hover,
.fb-ah-behance-link:focus {
    color: #537fff !important;
}

.fb-ah-github-link:hover,
.fb-ah-github-link:focus {
    color: #010101;
}


/***
====================================================================
## Blog posts
====================================================================
***/

.posts-container {
    padding-top: 60px;
    padding-bottom: 20px;
    overflow: hidden;
}


/* masonry */

.masonry-container {
    margin-right: -30px;
}

.masonry-item {
    float: left;
}

.masonry-item.col-1 {
    float: none;
}


/* masonry: 3 columns */

.col-3-default {
    width: 33.33%;
}

.col-3 {
    width: 33.33%;
}

.col-3.width-2x {
    width: 66.66%;
}


/* masonry: 2 columns */

.col-2-default {
    width: 50%;
}

.col-2 {
    width: 50%;
}

.col-2.width-2x {
    width: 100%;
}


/* 1 column */

.col-1 {
    width: 100%;
}


/***
====================================================================
## Post Format
====================================================================
***/

.date_title .post-date {
    line-height: 30px;
}

span.post-format {
    float: left;
    width: 40px;
    position: relative;
    height: 30px;
}

.blog .format-status .post-excerpt p {
    font-size: 20px;
    font-style: italic;
}

article.format-aside .post-content .post-format::after,
article.format-status .post-content .post-format::after,
article.format-link .post-content .post-format::after,
article.format-standard .post-content .post-format::after,
article.format-image .post-content .post-format::after,
article.hentry.sticky .post-content .post-format::after {
    font-size: 15px;
    content: "\f03e";
    color: #ffffff;
    display: inline-block;
    font-family: "fontawesome";
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background: #906b28;
}

article.format-standard .post-content .post-format::after {
    content: "\f016"
}

article.format-image .post-content .post-format::after {
    content: "\f03e";
}

article.hentry.sticky .post-content .post-format::after {
    content: "\f097";
}

article.format-video .post-content .post-format::after {
    content: "\f144";
}

article.format-gallery .post-content .post-format::after {
    content: "\f03e";
}

article.format-audio .post-content .post-format::after {
    content: "\f001";
}

article.format-quote .post-content .post-format::after {
    content: "\f10e";
}

article.format-link .post-content .post-format::after {
    content: "\f08e";
}

article.format-chat .post-content .post-format::after {
    content: "\f0e6";
}

article.format-aside .post-content .post-format::after {
    content: "\f24a";
}

article.format-status .post-content .post-format::after {
    content: "\f24d";
}

@media (max-width: 767px) {
    .date_title .post-date {
        line-height: inherit;
    }
}


/***
====================================================================
## Post media: image
====================================================================
***/


/***
====================================================================
## Post media: video
====================================================================
***/


/* tags */

video {
    height: auto;
    max-width: 100%;
    width: 100%;
}

embed,
iframe,
object {
    max-width: 100%;
}

embed,
iframe,
object {
    width: 100%;
}


/**
 * 9.5 - Post content
 * -------------------------------------------------------------
 */

.has-post-thumbnail .post-content {
    padding: 20px 0;
}


/* post excerpt and post content */

.drop-cap p:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 75px;
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 3px;
}

.masonry-item .content p:last-child,
.page-posts .content p:last-child {
    margin-bottom: 0;
}

.single .post-excerpt ul,
.single .post-excerpt ol {
    margin-bottom: 40px;
    list-style-position: inside;
    font-size: 17px;
}

.single .post-excerpt ul li ul {
    margin-bottom: 20px;
}

.single .post-excerpt ul li {
    margin-bottom: 10px;
}


/* more link */

.more-link {
    font-style: normal;
    color: #989ea6;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
}

.content .more-link {
    display: inline-block;
    margin-bottom: 5px;
}

.content .more-link:after {
    content: '...';
    display: inline-block;
    margin-left: 4px;
}

.content .more-link {
    margin-bottom: 0;
}

.content .more-link:after {
    display: none;
}

.content .more-link:before {
    content: '...';
    display: inline-block;
    margin-right: 4px;
}

.content .more-link:hover:before,
.content .more-link:focus:before {
    color: #4c4f53;
}

a.clean {
    background: #f7f8f8;
    padding: 10px 15px;
    margin: 15px 0 10px 0;
    border-radius: 3px;
    font-size: 12px;
}

a.effect {
    background: #f7f8f8;
    padding: 10px 15px;
    margin: 15px 0 10px 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.effect:before {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #337ab7;
    border-radius: 3px;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.effect:hover:before,
a.effect:active:before {
    width: 100%;
}

a.effect:hover,
a.effect:active {
    color: #fff!important;
    z-index: 1;
}

.post-media:hover .meta_bottom {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

a.link-format {
    padding: 43px 20px;
    background: #906b28;
    margin: 0px -15px;
    color: #fff;
    font-size: 20px;
}

a.link-format:hover {
    color: #fff!important;
    opacity: 0.7;
}


/* post format: Quote */

.format-quote .post-wrap {
    background: #906b28;
}

.format-quote .content {
    color: #fff;
    margin: 0;
    padding: 0;
}

.format-quote .content p {
    font-size: 22px !important;
    font-style: italic !important;
    line-height: 30px !important;
}

.format-quote .content p {
    font-size: 22px !important;
    font-style: italic !important;
    line-height: 30px !important;
}


/* post format: status */

.blog .format-status p {
    display: none;
}


/**
 ## Single post page
 * -------------------------------------------------------------
 */

.page .posts-container,
.single .posts-container {
    padding-top: 0;
}


/**
## WordPress content styles
 * -------------------------------------------------------------
 */


/* alignment */

.alignleft {
    float: left;
    margin: 5px 30px 15px 0;
}

.alignright {
    float: right;
    margin: 5px 0 15px 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
    padding: 5px 0 0;
}

.alignnone {
    margin: 0 0 20px;
    padding: 5px 0 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media screen(max-width: 540px) {
    img[class*="align"],
    img[class*="wp-image-"],
    img[class*="attachment-"] {
        height: auto;
    }
    img.size-full,
    img.size-large,
    img.header-image,
    img.wp-post-image {
        max-width: 100%;
    }
}


/* checkbox and radio buttons */

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    line-height: 0;
    position: relative;
    top: -2px;
    border: 2px solid #e3e5e6;
    background: #ffffff;
    clear: none;
    cursor: pointer;
    outline: none !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

input[type="checkbox"] {
    border-radius: 0;
    border-top-width: 1px;
}

input[type="radio"] {
    border-radius: 50%;
    border-top-width: 2px;
}

input[type="checkbox"]:hover,
input[type="checkbox"]:focus,
input[type="radio"]:hover {
    border-color: #906b28;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background: #906b28;
    border-color: #906b28;
}

input[type="checkbox"]:checked:before {
    content: "\2714";
    line-height: 13px;
    color: #ffffff;
}

input[type="radio"]:checked:before {
    content: "\2022";
    font-size: 22px;
    line-height: 12px;
    color: #ffffff;
}


/**
## About the author
* -------------------------------------------------------------
*/

.container-title {
    margin-bottom: 25px;
    font-size: 26px;
    font-style: normal;
    line-height: 1.2;
    color: #2f3235;
}

.back_home {
    padding: 20px;
    display: inline-block;
}


/**
 * Sidebar and Widgets
 * -------------------------------------------------------------
 */

.blog.left-sidebar #primary,
.page.left-sidebar #primary {
    float: right
}

.blog.left-sidebar #secondary,
.page.left-sidebar #secondary {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.blog.no-sidebar #secondary,
.page.no-sidebar #secondary,
.blog.middle-column #secondary,
.page.middle-column #secondary {
    display: none
}

.single.single-left-sidebar #secondary {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.single.single-no-sidebar #secondary,
.single.single-middle-column #secondary {
    display: none
}

.single.single-left-sidebar #secondary,
.single.single-right-sidebar #secondary {
    display: block!important;
}

.post-template-post-right-sidebar.single #secondary,
.post-template-post-left-sidebar.single #primary {
    float: right!important;
}

.post-template-post-right-sidebar.single #primary,
.post-template-post-left-sidebar.single #secondary {
    float: left!important;
}

.post-template-post-no-sidebar.single #secondary,
.post-template-post-middle-column.single #secondary {
    display: none!important;
}

.blog.no-sidebar #primary,
.page.no-sidebar #primary,
.single.single-no-sidebar #primary,
.post-template-post-no-sidebar.single #primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.blog.middle-column #primary,
.page.middle-column #primary,
.single.single-middle-column #primary,
.post-template-post-middle-column.single #primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.blog.middle-column .site-content .container-fluid,
.page.middle-column .site-content .container-fluid,
.single.single-middle-column .site-content .container-fluid {
    width: 70%;
    margin: auto;
}


/* Blog Layout Column options */

.masonry-start {
    clear: both;
}

.alternative .masonry-start,
.two-column .masonry-start {
    margin-right: -15px;
    margin-left: -15px;
}

.two-column article.two-column {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.alternative article.alternative {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.alternative .site-main article:nth-child(3n-2) {
    width: 100%;
}

article.masonry-post {
    float: left;
    margin-bottom: 20px;
}

article {
    width: 100%;
}

.masonry-post .masonry-start {
    margin-right: -15px;
    margin-left: -15px;
}

.right-sidebar article.masonry-post,
.left-sidebar article.masonry-post {
    width: 50%;
    padding: 0 15px;
}

.home.both-sidebar #primary,
.page.both-sidebar #primary,
.single.both-sidebar #primary,
.no-sidebar article.masonry-post {
    width: 33.33333333%;
    padding: 0 15px;
}

.middle-column article.masonry-post,
.both-sidebar article.masonry-post {
    width: 100%;
    padding: 0 15px;
}

.sidebar-area h3 {
    font-size: 18px;
}


/* widget title */

.widget .widgettitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #906b28;
    z-index: 1;
}

.widget .widgettitle {
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #2f3235;
    position: relative;
    font-size: 28px;
}

.widget .widgettitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #eee;
}


/*--sidebar style--*/

.sidebar-1 .widget {
    background: #ececec;
}

.sidebar-1 .widget-title {
    padding: 15px;
    background: #111;
    color: #fff;
}

.sidebar-2 .widget {
    margin: 0;
}

.sidebar-2 .widget-title {
    position: relative;
    padding: 0;
}

.sidebar-2 .widget-title:after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #111;
    top: 8px;
    content: "";
    margin-left: 10px;
}

.sidebar-3 .widget {
    background: none;
    border: 1px solid #d9d9d9;
}

.sidebar-3 .widget-title {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    background: none;
    position: relative;
}

.sidebar-3 .widget-title:after {
    position: absolute;
    width: 60px;
    height: 3px;
    background: #337ab7;
    bottom: -2px;
    content: "";
    left: calc(50% - 30px);
}


/**
 * Widget: Navigation Menu
 * -------------------------------------------------------------
 */

.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_nav_menu ul li {
    margin-bottom: 10px;
}

.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.widget_nav_menu ul li i {
    margin-right: 8px;
}

.widget_nav_menu ul ul {
    margin: 10px 0 0;
    padding: 0 0 1px 10px;
}

.widget_nav_menu ul ul li:before {
    content: '- ';
    color: #4c4f53;
}


/**
 * Widgets: Text and Custom HTML
 * -------------------------------------------------------------
 */


/* img */

.textwidget img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.textwidget .wp-caption img {
    margin-bottom: 0;
}


/* text elements */

.textwidget p {
    margin-bottom: 15px;
}

.textwidget a {
    text-decoration: underline !important;
}

.textwidget .wp-caption-text {
    padding: 0;
}

.textwidget ul,
.textwidget ol {
    margin: 0 0 15px;
    padding-left: 18px;
}

.textwidget ul ol,
.textwidget ul ul,
.textwidget ol ul,
.textwidget ol ol {
    margin: 2px 0;
    padding-left: 18px;
}


/* forms: buttons */

.textwidget button,
.textwidget button[disabled]:hover,
.textwidget button[disabled]:focus,
.textwidget input[type="button"],
.textwidget input[type="button"][disabled]:hover,
.textwidget input[type="button"][disabled]:focus,
.textwidget input[type="reset"],
.textwidget input[type="reset"][disabled]:hover,
.textwidget input[type="reset"][disabled]:focus,
.textwidget input[type="submit"],
.textwidget input[type="submit"][disabled]:hover,
.textwidget input[type="submit"][disabled]:focus {
    border: none;
    outline: none;
    display: inline-block;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    background: #1f2123;
    border-radius: 0;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.textwidget button:focus,
.textwidget input[type="button"]:focus,
.textwidget input[type="reset"]:focus,
.textwidget input[type="submit"]:focus {
    color: #ffffff;
}

.textwidget button:hover,
.textwidget input[type="button"]:hover,
.textwidget input[type="reset"]:hover,
.textwidget input[type="submit"]:hover {
    color: #ffffff;
    background: #906b28;
}

.textwidget button:active,
.textwidget input[type="button"]:active,
.textwidget input[type="reset"]:active,
.textwidget input[type="submit"]:active {
    position: relative;
    top: 1px;
}


/* forms: input tags, select element */

.textwidget input[type="text"],
.textwidget input[type="url"],
.textwidget input[type="number"] .textwidget textarea,
.textwidget select {
    max-width: 100%;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    font-weight: 400;
    color: #4c4f53;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-color: #e3e5e6;
    border-radius: 0;
    -webkit-transition: border-bottom-color 0.2s ease;
    -moz-transition: border-bottom-color 0.2s ease;
    -o-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease;
}

.textwidget input[type="date"] {
    padding-top: 7px;
    padding-bottom: 7px;
}

.textwidget textarea {
    height: 90px;
    margin-bottom: -7px;
    padding: 10px;
    line-height: 1.7;
    resize: vertical;
}

.textwidget select {
    padding-left: 6px;
}

.textwidget select[multiple] {
    height: 90px;
    margin-bottom: -2px;
    padding: 5px 8px;
}

.textwidget input[type="text"]:hover,
.textwidget input[type="url"]:hover,
.textwidget input[type="number"]:hover,
.textwidget textarea:hover,
.textwidget select:hover {
    border-bottom-color: #906b28;
}

.textwidget input[type="text"]:focus,
.textwidget input[type="url"]:focus,
.textwidget input[type="number"]:focus,
.textwidget textarea:focus,
.textwidget select:active,
.textwidget select:focus {
    outline: none;
    border-bottom-color: #906b28;
}

.textwidget input[type="file"] {
    width: 100%;
    margin: 0;
    padding: 9px;
    border: 1px dashed #e3e5e6;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.textwidget input[type="file"]:hover {
    border-color: #906b28;
}

.textwidget input[type="file"]:focus {
    outline: none;
    border-color: #906b28;
}

.textwidget input[type="checkbox"],
.textwidget input[type="radio"] {
    border-width: 1px;
}

.textwidget input[type="checkbox"]:checked:before,
.textwidget input[type="radio"]:checked:before {
    line-height: 14px;
}


/* label */

.textwidget label {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

.textwidget p label:last-child {
    padding-bottom: 0;
}


/*Images Wedgets*/

.banner-add-area .widget_media_image {
    text-align: center;
}


/**
 * Social widgets
 * -------------------------------------------------------------
 */


/*-----# Top Social -----------*/

ul.social-menu {
    margin: 0;
    padding: 0;
}

ul.social-menu li {
    display: inline;
    padding: 0 5px;
}

ul.social-menu li a {
    font-size: 0;
    color: transparent;
    line-height: 40px;
}

ul.social-menu li a:hover {
    color: #54be73
}

ul.social-menu li:last-child {
    margin-right: 0;
}

ul.social-menu li a:before {
    content: "";
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    padding: 10px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
    line-height: 12px;
    color: #68686d;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
}

ul.social-menu li:hover a:before {
    opacity: .6;
}

ul.social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

ul.social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

ul.social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

ul.social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

ul.social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

ul.social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

ul.social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

ul.social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

ul.social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

ul.social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

ul.social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

ul.social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

ul.social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

ul.social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

ul.social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

ul.social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

ul.social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

ul.social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

ul.social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

ul.social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.social-menu ul li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

ul.social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}

ul.social-menu li a[href*="skype.com"]:before {
    content: "\f17e";
}

ul.social-menu li a[href*="dribble.com"]:before {
    content: "\f17d";
}


/**
 - Popular posts widgets
 * -------------------------------------------------------------
 */

.widget_intimate-popular-post-widget ul {
    margin: 0;
    padding: 0;
}

.widget_intimate-popular-post-widget li {
    margin-bottom: 20px;
    list-style: none;
}

.widget_popular_posts_list_item {
    position: relative;
    overflow: hidden;
}

.widget_popular_posts_list_item img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.widget_popular_posts_list_item:hover figcaption {
    bottom: 30px;
}

.widget_popular_posts_list_item figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: 6px 6px 18px -2px rgba(14, 17, 20, 0.35);
    -webkit-transition: bottom 0.2s ease;
    -moz-transition: bottom 0.2s ease;
    -o-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;
}

.widget_popular_posts_list_item figcaption .post-date {
    margin-bottom: 0;
}

.widget_popular_posts_list_item figcaption h4 {
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #4c4f53;
}


/**
 * - Post Slider widgets
 * -------------------------------------------------------------
 */

.widget_posts_slider_list_item {
    position: relative;
    overflow: hidden;
}

.post-slider-section img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.post-slider-section figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.90));
    -webkit-transition: bottom 0.2s ease;
    -moz-transition: bottom 0.2s ease;
    -o-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;
}

.post-slider-section figcaption h4 a,
.post-slider-section figcaption .post-date {
    margin-bottom: 0;
    color: #fff;
}

.post-slider-section .s-cat {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    line-height: normal;
    padding: 4px 12px;
    position: relative;
    background: #906b28;
}

.post-slider-section .s-cat:hover {
    color: #ffffff!important;
}

.post-slider-section figcaption h4 {
    margin: 5px 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.post-slider-section .slick-arrow {
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    top: 15px;
    right: 50px;
    z-index: 2;
    cursor: pointer;
    outline: none;
    border: 0;
    background: #000;
}

.post-slider-section .slick-arrow:hover {
    background: #000;
}

.post-slider-section .slick-arrow.slick-next {
    right: 10px;
    left: auto;
}

.post-slider-section .slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    padding-left: 0;
}

.post-slider-section .slick-dots li {
    display: inline-block;
    line-height: 0;
}

.post-slider-section .slick-dots li.slick-active button {
    background: #fff;
}

.post-slider-section .slick-dots li button {
    text-indent: -99999px;
    border: 0;
    margin: 0 5px;
    padding: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #959698;
}


/**
 * Featured Post widgets
 * -------------------------------------------------------------
 */

.intimate-featured-post>ul {
    margin: 0;
    padding: 5px 0 0;
}

.intimate-featured-post>ul>li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
}

.widget_featured_content .post-date {
    margin: 0;
}


/*==============================================================
## Card post CSS
================================================================*/

.image-sm {
    display: block;
    height: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 28%;
    width: 28%;
    max-width: 100%;
    margin: 0;
    background-size: cover;
}

.image-sm img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.image-medium {
    display: block;
    width: 450px;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
}

.image-medium img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: auto;
}

.no-image-trending {
    display: none;
    width: 0px;
    height: 0px;
}

.card__post-list-top:first-child {
    margin-top: 0;
}

.card__post__author-info span,
.card__post__author-info a {
    font-size: 12px;
    color: #868686;
}

.card__post__author-info .cat-links a {
    color: #906b28;
}

.card__post__author-info span i,
.card__post__author-info span i {
    margin-right: 5px;
}

.card__post__category a {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 5px;
    padding: 5px 8px;
    background: #f92a28;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.no-image-grid,
.no-image-missed,
.no-image-slider-right,
.card__post .card__post__body img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 222px;
    position: relative;
}

.no-image-grid,
.no-image-missed,
.no-image-slider-right {
    background: #f7f7f7;
}

.bg__post-cover {
    position: absolute;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.bg__post-cover::before::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card__post__content.bg__post-cover {
    padding: 20px;
}

.bg__post-cover .card__post__category a,
.card__post__body .bg__post-cover .card__post__title h5 a,
.card__post__body .bg__post-cover .card__post__author-info span,
.card__post__body .bg__post-cover .card__post__author-info a {
    color: #fff!important;
}

.bg__post-cover .card__post__text {
    color: #fff;
}

.card__post__slider .slick-next,
.card__post__slider .slick-prev {
    top: 0;
    position: absolute;
}

.no-image {
    background: #f7f7f7;
}


/*highlights*/

.title-highlight {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.title-highlight:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 4px;
    background: #906b28;
    z-index: 1;
    margin-left: -50px;
}

.title-highlight:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 4px;
    background: #eee;
    margin-left: -100px;
}

.news__highlight {
    margin-left: -1rem;
    margin-right: -1rem;
}

.news__highlight .card__post .card__post__body img {
    height: 360px;
    border-radius: 8px;
}

.news__highlight .slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 0;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    outline: none;
}

.news__highlight:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.news__highlight .slick-arrow.slick-prev {
    left: 30px;
}

.news__highlight .slick-arrow.slick-next {
    left: auto;
    right: 30px;
}

.news__highlight .slick-dots {
    bottom: 10px;
}

.news__highlight .slick-dots li.slick-active button {
    background: #fff;
}


/*POST GRID*/

.post__grid .card__post__title h5 a {
    color: #000000;
}

.post__grid .cat-links a {
    color: #906b28;
    font-size: 14px;
    padding-right: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}

.post__grid .cat-links a:hover {
    text-decoration: underline;
}

.intimate-post-grid .widget-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 22px;
}

.intimate-post-grid .widget-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #906b28;
    z-index: 1;
}

.intimate-post-grid .widget-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #eee;
}


/*FEATURED POST SLIDER*/

.post__featured .card__post__body .bg__post-cover .card__post__title h3 a {
    color: #fff;
}

.fetured__post__carousel {
    margin-left: -1rem;
    margin-right: -1rem;
}

.fetured__post__carousel .slick-arrow {
    position: absolute;
}

.fetured__post__carousel .slick-next,
.fetured__post__carousel .slick-prev {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: -75px;
    z-index: 1;
}

.fetured__post__carousel .slick-next::before,
.fetured__post__carousel .slick-prev::before {
    font-size: 14px;
}

.fetured__post__carousel .slick-next:hover,
.fetured__post__carousel .slick-prev:hover {
    background: #f7f7f7;
}

.fetured__post__carousel .slick-prev {
    left: auto;
    right: 50px;
    bottom: 0;
}

.fetured__post__carousel .slick-next {
    right: 16px;
}

.latest__post .card__post .card__post__body .no-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 465px;
    position: relative;
}

.latest__post .card__post-list .card__post__title {
    height: 50px;
    overflow: hidden;
}

.grid__slider__carousel {
    margin-left: -1rem;
    margin-right: -1rem;
}

.grid__slider__carousel .slick-arrow {
    position: absolute;
}

.grid__slider__carousel .slick-next,
.grid__slider__carousel .slick-prev {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: -60px;
    z-index: 1;
}

.grid__slider__carousel .slick-next::before,
.grid__slider__carousel .slick-prev::before {
    font-size: 14px;
}

.grid__slider__carousel .slick-next:hover,
.grid__slider__carousel .slick-prev:hover {
    background: #f7f7f7;
}

.grid__slider__carousel .slick-prev {
    left: auto;
    right: 50px;
    bottom: auto;
}

.grid__slider__carousel .slick-next {
    right: 16px;
}

.footer-top-box .card__post__body .no-image,
.footer-top-box .card__post .card__post__body img,
#secondary .card__post .card__post__body .no-image,
#secondary .card__post .card__post__body img {
    height: 215px!important;
}

.footer-top-box .post__featured,
.footer-top-box .latest__post,
#secondary .post__featured,
#secondary .latest__post {
    margin-bottom: 20px;
}

.footer-top-box [class*="col-"],
#secondary [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer-top-box table,
#secondary table {
    margin-bottom: 5px;
}

.promo-missed-wrapper {
    margin-bottom: 30px;
}


/**
 * Footer
 * -------------------------------------------------------------
 */

.foot-wrap {
    display: table;
    table-layout: fixed;
}

.footer-wrap .footer-top-box {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-wrap .footer-top-box p {
    color: #fff;
}

.footer-wrap .widget {
    margin-bottom: 20px;
    padding: 0;
    color: #fff;
}

.footer-wrap .widget-title,
.footer-wrap .widget {
    background: transparent;
}

.footer-wrap .widget-title {
    color: #fff;
    font-size: 18px;
}

.footer-wrap .card__post__title h5 a,
.footer-wrap .widget a {
    color: #fff!important;
}

.footer-wrap .card__post__title h5 a:hover,
.footer-wrap .widget a:hover {
    opacity: 0.9;
}

.footer-wrap h3 {
    font-size: 16px;
}

.footer-wrap .widget_featured_post_num {
    display: none;
}

.footer-wrap .widget_featured_content {
    height: 80px;
}

.footer-wrap .post-date {
    margin: 0;
}

.footer-wrap .card__post__text {
    color: #fff;
}

.footer-wrap [class*="footer-col-"]:nth-child(2),
.footer-wrap [class*="footer-col-"]:nth-child(3) {
    padding-left: 40px;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: table-cell;
    overflow: hidden;
    border-right: 1px solid #1b1b1b;
}

div[class*="footer-col-"]:last-child {
    border: 0;
}

.footer-col-1 {
    width: 100%;
}

.footer-col-2 {
    width: 50%;
}

.footer-col-3 {
    width: 33.333%;
}

.footer-col-4 {
    width: 25%;
}

@media (max-width: 991px) {
    .menu_right {
        margin-top: 15px;
    }
    .footer-wrap [class*="footer-col-"] {
        width: 50%;
        display: block;
        border: 0;
    }
    .footer-wrap [class*="footer-col-"]:nth-child(2),
    .footer-wrap [class*="footer-col-"]:nth-child(3) {
        padding-left: 15px;
    }
    .footer-wrap .footer-top-box {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer-wrap [class*="footer-col-"] {
        width: 100%;
        display: block;
        border: 0;
    }
}


/* footer social links */

.footer-social-links {
    float: right;
    width: 60%;
    text-align: right;
    margin: -5px -8px -5px 0;
    padding-left: 15px;
}

.footer-social-links a {
    display: inline-block;
    padding: 10px 8px;
    font-family: sans-serif;
    font-size: 14px;
    color: #4c4f53;
}

.footer-social-links a:hover,
.footer-social-links a:focus {
    color: #906b28;
}


/* footer menu */

.footer-menu {
    float: right;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    float: left;
    list-style: none;
}

.footer-menu li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
    color: #906b28;
    text-decoration: underline !important;
}

.footer-menu li ul {
    display: none;
}


/* Blog Images options */

.left-image {
    overflow: hidden;
    padding: 15px 0;
    display: table;
    width: 100%;
}

.left-image .post-content,
.left-image .post-media {
    padding: 0 15px;
    vertical-align: middle;
    display: table-cell;
}

.left-image .post-media {
    max-width: 350px;
    min-width: 300px;
}

.two-column .left-image,
.masonry-post .left-image,
.alternative .left-image {
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding: 0;
}

.two-column .left-image .post-media,
.two-column .left-image .post-content,
.masonry-post .left-image .post-media,
.masonry-post .left-image .post-content,
.alternative .left-image .post-media,
.alternative .left-image .post-content {
    display: block;
}

.two-column .left-image .post-media,
.masonry-post .left-image .post-media,
.alternative .left-image .post-media {
    padding: 0;
}

.two-column .left-image .post-content,
.masonry-post .left-image .post-content,
.alternative .left-image .post-content {
    padding: 20px;
}

.alternative article:nth-child(3n-2) .left-image {
    padding: 15px 0;
    display: table;
}

.alternative article:nth-child(3n-2) .left-image .post-media,
.alternative article:nth-child(3n-2) .left-image .post-content {
    display: table-cell;
    padding: 0 15px;
}

.blog.two-column .post-wrap {
    min-height: 650px;
}

.blog.two-column .post-media iframe {
    height: 200px;
}

.blog.two-column .full-image .post-media {
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
}

.two-column .full-image .post-excerpt {}

.hide-image .post-media {
    display: none;
}

.post-wrap.left-image.has-content {
    display: inline-grid;
}

.post-wrap.left-image.has-content .post-media {
    max-width: 100%;
    display: block;
}


/*==============================================================
## Promo section
================================================================
 */


/*Slick Dots*/

.slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
    line-height: 0;
}

.slick-dots li.slick-active button {
    background: #000;
}

.slick-dots li button {
    text-indent: -99999px;
    border: 0;
    margin: 0 5px;
    padding: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #959698;
}


/*==============================================================
##WordPress content styles: Gutenberg editor
================================================================
 */


/* paragraph */

.post-excerpt .has-background {
    margin: 5px 0 20px;
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
}

.post-excerpt .has-background a {
    color: inherit !important;
}


/* wide-images */

.post-excerpt .alignwide,
.post-excerpt .alignfull {
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: auto;
    max-width: 100vw;
}

.post-excerpt .alignwide figcaption,
.post-excerpt .alignfull figcaption {
    padding-right: 30px !important;
    padding-left: 30px !important;
}


/**
 * Boxed Layout
 * -------------------------------------------------------------
 */

.boxed-design .site {
    width: 1170px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    background: #fff;
    overflow: hidden;
    position: relative;
}

.boxed-design .site .sticky {
    position: relative;
}

@media only screen and (max-width: 1128px) {
    .boxed-design .site {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .boxed-design .site {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .boxed-design .site {
        width: 1170px;
    }
}


/**
 * Responsive  Styles
 * -------------------------------------------------------------
 */


/* 1199px */

@media (max-width: 1199px) {
    /* footer: menu */
    .footer-menu {
        margin-right: -8px;
    }
    .footer-menu li a {
        padding-right: 8px;
        padding-left: 8px;
    }
}


/* 991px */

@media (max-width: 991px) {
    .left-logo [class*="col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .header-1 .head_one.left-logo .logo {
        margin: auto;
    }
    .header-image .main-menu>ul>li>a {
        color: #000;
    }
    /*Slider*/
    .no-image-slider,
    .slide-wrap img {
        height: 255px;
    }
    .no-image-slider-right,
    .popular__news-right .card__post .card__post__body img {
        height: 190px;
    }
    .popular__news-right .list-inline-item:not(:last-child) {
        display: none;
    }
    .popular__news-right .card__post__content.bg__post-cover {
        padding: 10px;
    }
    .popular__news-right h5 {
        font-size: 15px;
    }
    .slide-wrap .caption {
        padding: 20px;
    }
    .slide-wrap .caption h2 a {
        font-size: 20px;
    }
    .latest__post .card__post .card__post__body .no-image,
    .latest__post .card__post .card__post__body img {
        height: 300px;
    }
    .intimate_front_loop_block article {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* footer: copyright text (or some other text) */
    .site-footer {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    /* footer: menu */
    .footer-menu-wrap {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0;
    }
    .footer-menu {
        float: none;
        margin-right: -10px;
        margin-left: -10px;
    }
    .footer-menu li a {
        padding-right: 10px;
        padding-left: 10px;
    }
    .right-sidebar #primary {
        float: none;
    }
    .blog.left-sidebar #primary,
    .page.left-sidebar #primary {
        float: none;
    }
    .single.single-left-sidebar #primary,
    .single.single-right-sidebar #primary {
        max-width: 100%;
    }
    .text-right {
        text-align: initial;
    }
    .top_date_social>div {
        margin: 5px 0;
    }
    .top_date_social>div.today-date {
        float: left;
    }
    .top_date_social>div.social-links {
        float: right;
    }
    .top_date_social>div:first-child:after {
        opacity: 0;
    }
}


/* 767px */

@media (max-width: 767px) {
    .no-image-slider,
    .slide-wrap img {
        height: 350px;
    }
    .no-image-slider-right,
    .popular__news-right .card__post .card__post__body img {
        height: 175px;
    }
    .right-sidebar #primary {
        float: none;
    }
    .left-image .post-content,
    .left-image .post-media {
        display: block;
        max-width: 100% min-width:100%;
    }
    .blog.left-sidebar #primary,
    .page.left-sidebar #primary {
        float: none;
    }
    .order {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}


/* 720px */

@media (max-width: 720px) {
    /* container with posts */
    .posts-container {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .no-image-slider,
    .slide-wrap img,
    .no-image-slider-right,
    .popular__news-right .card__post .card__post__body img {
        height: 260px;
    }
    .slider-wrapper .no-gutters>div {
        margin-bottom: 1.5rem;
    }
}


/* 480px */

@media (max-width: 480px) {
    .right-sidebar article.masonry-post,
    .left-sidebar article.masonry-post,
    .no-sidebar article.masonry-post,
    .middle-column article.masonry-post,
    .both-sidebar article.masonry-post {
        width: 100%;
        padding: 0 15px;
    }
}


/* 360px */

@media (max-width: 360px) {
    /* containers with content: reduce left and right indents to 15 pixels */
    pre,
    .post-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    /* wide-images */
    .alignwide,
    .alignfull {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .alignwide figcaption,
    .alignfull figcaption {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .canvas-header-block {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .cart-right {
        position: absolute;
        top: 0;
        right: 10px;
    }
    .header-default .bar-menu {
        left: 15px;
    }
    .left-side,
    .right-side {
        float: none!important;
    }
    .top-menu,
    .social-links {
        text-align: center;
    }
    .bottom-caption {
        display: none;
    }
    .slider-height {
        height: 300px;
    }
    .caption h2 a {
        font-size: 24px;
    }
}


/*EXTRA CSS*/

.pro-btn a:after {
    background: #00cf24;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 5px;
    position: absolute;
    right: 15px;
    top: 10px;
    content: "PRO";
    color: #fff;
    z-index: 100;
    font-family: sans-serif;
}

.hot-btn a:after {
    background: red;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 5px;
    position: absolute;
    right: 15px;
    top: 10px;
    content: "HOT";
    color: #fff;
    z-index: 100;
    font-family: sans-serif;
}

.hot-btn-1>a:after {
    background: red;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 5px;
    position: absolute;
    right: 15px;
    top: 10px;
    content: "HOT";
    color: #fff;
    z-index: 100;
    font-family: sans-serif;
}

.new-btn a:after {
    background: #242424;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 5px;
    position: absolute;
    right: 15px;
    top: 10px;
    content: "NEW";
    color: #fff;
    z-index: 100;
    font-family: sans-serif;
}

.trending-news .trending-news-inner .title,
.title-highlight:before,
span.menu-description,
a.effect:before,
.widget .widgettitle:before,
.show-more,
a.link-format,
.tabs-nav li.current,
.post-slider-section .s-cat,
.sidebar-3 .widget-title:after,
.bottom-caption .slick-current .slider-items span,
aarticle.format-status .post-content .post-format::after,
article.format-standard .post-content .post-format::after,
article.format-image .post-content .post-format::after,
article.hentry.sticky .post-content .post-format::after {
    background-color: #906b28;
    border-color: #906b28;
}

.header-2 .main-menu>ul>li.current-menu-item>a,
.post-footer>span a:hover,
.post-footer>span a:focus,
.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-social-links a:hover,
.footer-social-links a:focus {
    color: #906b28;
}

span.menu-description:before {
    border-color: transparent #906b28;
}

.header-image:before {
    background-color: #000000;
}

.header-image:before {
    opacity: 0.1;
}

.header-1 .header-image .head_one {
    min-height: 100px;
}

.container-fluid {
    width: 100%;
}

#card2 .latest__post {
    margin-bottom: 40px;
}

.intimate-featured-post-content .mb-3 {
    margin-bottom: 0!important;
}