/*/*
Theme Name: Malachite Theme
Theme URI: https://www.ThemesMonsters.com/malachite
Author: ThemesMonsters
Author URI: https://www.ThemesMonsters.com
Description: Malachite - Premium WordPress Theme
Version: 1.2
Requires PHP: 8.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: malachite-theme
Tags: one-column, two-columns, three-columns, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, theme-options
Tested up to: 6.5.5
*/

html {
	overflow-x: hidden;
	height: 100vh;
}
.entry-content {
    margin: 15px;
}
.frontpage-large-post .entry-content,
.frontpage-posts-slider-post .entry-content {
    margin: 0;
}
.frontpage-large-post .bar-shares-rating {
    justify-content: center;
}




a {
    text-decoration: none !important;
}


.malachite-kirki-disabled .blog-feed-sort-option-link span {
    font-family: poppins;
    font-weight: 500;
    font-size: 13px;
}
.malachite-kirki-disabled.category-design-1 .post-categories li a {
    font-family: poppins;
    font-size: 14px;
    font-weight: 500;
}
.malachite-kirki-disabled .entry-meta-author-content {
    font-family: poppins;
    font-weight: 400;
}
.malachite-kirki-disabled .malachite-header-logo-text {
    font-family: poppins;
    font-weight: 600;
    letter-spacing: 0;
}
.malachite-header-logo-wrap {
    padding: 0 15px;
}
.width-200 {
    width: 200px;
}
.m-width-40 {
    min-width: 40px;
}
.m-width-70 {
    min-width: 70px;
}
.m-width-200 {
    min-width: 200px;
}

pre.wp-block-verse{
    padding: 1em;
}

.menu-width-header.menu-control-singin.menu-control-cart.menu-control-sidebar.menu-control-search {
    width: calc(100% - 390px);
}
.menu-width-header.menu-control-singin.menu-control-cart.menu-control-sidebar {
    width: calc(100% - 350px);
}
.menu-width-header.menu-control-singin.menu-control-cart {
    width: calc(100% - 310px);
}
.menu-width-header.menu-control-singin {
    width: calc(100% - 260px);
}
.menu-width-header {
    width: calc(100% - 200px);
}
.strong{
    font-weight: 700;
}
.malachite-single-post-content {

}
.malachite-single-post-content .entry-thumb img {
    min-width: 100%;
}
.single-post-wrap {
    margin-top: 30px;
}
.single-content a {
    position: relative;
}

.﻿malachite-single-post-content p.author_links a:hover {
    color: inherit;
}


body {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-family: 'Open Sans', sans-serif;
}
code, kbd, pre, samp{
    font-family: 'poppins', sans-serif;
}
blockquote {
    padding: 15px 30px 5px 120px !important;
    display: inline-block;
    position: relative;
    border: 0px solid !important;
}
blockquote:before {
    content: "\e945";
    font-family: malachite-font;
    font-size: 16px;
    background: beige;
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    line-height: 40px;
    left: 40px;
    top: 10px;
}
blockquote:after {
    content: "";
    background: beige;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 80px;
    top: 0px;
}
button {
    border: 0;
    padding: 10px 30px;
}
.btns {
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}
.btns span {
    position: relative;
    z-index: 1;
}
.btns:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(4) translateX(-100%);
    transform: scale(4) translateX(-100%);
    transition: all 1.1s cubic-bezier(.45,0,.14,1.03);
}
.btns:hover:before,
.btns:focus:before,
.btns:active:before {
    -webkit-transform: scale(4) translate(-33%);
    transform: scale(4) translate(-33%);
}
.read-more-wrap {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.read-more-wrap-span {
	min-width: 120px;
}
.btn-read-more span {
	display: block;
	margin: auto;
}
.btn-read-more {
	background: #000000;
	color: #FFFFFF;
	display: inline-flex;
	padding: 4px 0 4px 15px;
	box-shadow: 0px 18px 22px -20px rgba(0,0,0,.4) !important;
	transition: all .2s cubic-bezier(.45,0,.14,1.03);
}
.btn-read-more::after {
    content: "\e908";
    position: absolute;
    padding: 0;
    font-family: malachite-font;
    transform: translateX(80px) !important;
    position: relative;
    transition: all .3s ease-in-out;
    display: inline;
    left: 0;
    opacity: 0;
}
.btn-read-more:hover::after {
	transform: translateX(-2px) !important;
	padding: 0 5px;
	opacity: 1;
}
.btn-read-more:before {
    background: linear-gradient(to right, #ff9900 30%, #6547ff 100%);
    position: absolute;
}
.btn-read-more:hover,
.btn-read-more:focus,
.btn-read-more:active {
    color: #FFFFFF;
    box-shadow: none !important;
}



#search-menu {
    position: fixed;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    margin: auto;
    bottom: 0;
}
#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}
#search-menu .wrapper {
    width: 500px;
    height: 200px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#search-menu {
    cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQwMiIgd2lkdGg9IjU4MiIgeT0iLTEiIHg9Ii0xIi8+IDwvZz4gPGc+ICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+ICA8cG9seWdvbiBpZD0ic3ZnXzEiIHBvaW50cz0iMjEuNjU3LDguOTI5IDE2LDE0LjU4NiAxMC4zNDMsOC45MjkgOC45MjksMTAuMzQzIDE0LjU4NiwxNiA4LjkyOSwyMS42NTcgMTAuMzQzLDIzLjA3MSAxNiwxNy40MTQgMjEuNjU3LDIzLjA3MSAgICAyMy4wNzEsMjEuNjU3IDE3LjQxNCwxNiAyMy4wNzEsMTAuMzQzICAiLz4gPC9nPjwvc3ZnPg=="),  pointer;
}
#search-menu .wrapper::before {
    content: "\e952";
    position: absolute;
    left: 20px;
    font-family: malachite-font;
    bottom: 50%;
    width: 70px;
    height: 70px;
    /* z-index: 1; */
    font-size: 50px;
    color: #f0f0f0;
    line-height: 70px;
    z-index: -1;
    cursor: default;
}
#search-menu .wrapper input {
    background: transparent;
    width: 100%;
    padding: 30px 30px 30px 100px;
    border: none;
    border-bottom: 3px solid #f0f0f0;
    font-size: 4em;
    border-radius: 0;
}
.search-submit {
    visibility: hidden;
}
#search-menu .wrapper input:focus {
    outline: none;
    box-shadow: 0 0 70px 20px #f0f0f0;
}
#search-menu .wrapper button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #999;
    font-size: 4em;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);

}
#search-menu .wrapper button:focus {
    outline: none;
}
.search .blog-feed-posts {
    min-height: 70px;
    padding: 10px 15px;
}
.navbar-toggler.navbar-toggler-right.hamburger {
    border-radius: 15px;
    height: 40px;
    font-size: 21px;
    width: 40px;
    padding: 0;
    display: block;
    line-height: 40px;
}

body {
    color: #000;
}

.main-wrapper {
    margin: 0 30px;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
body.page:not(.boxed-layout) .main-wrapper, body.single:not(.boxed-layout) .main-wrapper {
    margin: 0 200px;
}
.single .main-column,
.page .main-column {
    width: 930px;
    max-width: 900px;
    margin: 0 auto;
}
body.boxed-layout .main-wrapper {
    margin: auto;
}
img{
    max-width:100%;
    height:auto;
}
a, a:hover, a:visited, a:active, a:focus {
    color: #000000;
    text-decoration: none;
}

.lavalamp-wrap li > a{
    font-weight: normal !important;
    position: relative;
    z-index: 1;
}
.lavalamp-wrap li.active.active-leave a,
.lavalamp-wrap li.active.active-leave span,
.sort-wrapper li.blog-feed-sort-option.active.active-leave:before,
.sort-wrapper li.blog-feed-sort-option-link.active.active-leave:before {
    transition: color .1s ease;
}
.custom-logo {
    display: block;
    border-radius: 0 !important;
}
.malachite-header-logo-text {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.malachite-header-logo-tagline {
    padding: 0;
}
.site-title {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
.site-description {
    font-size: 14px;
    padding: 0 20px;
    margin: 0;
}
.single .entry-content p a{
    color:#000000;
    text-decoration:underline;
}
.single .entry-content p a:hover,
.entry-content p a:active,
.entry-content p a:focus {
    color:#000000;
    text-decoration:none;
}
.page .entry-content p a {
    color:#000000;
    text-decoration:underline;
}
.page .page {
    margin-top: 30px;
}
.page .entry-content p a:hover,
.entry-content p a:active,
.entry-content p a:focus {
    color:#000000;
    text-decoration:none;
}
.malachite-page-links {
    padding: 10px 0;
}
.malachite-page-links-wrap {
    float: none;
    clear: both;
}
.malachite-page-links span,
.malachite-page-links a,
.post-nav-links span,
.post-nav-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    line-height: 38px;
    border: 2px solid rgba(0,0,0,.1);
}
.post-nav-links {
    padding: 20px 0px;
    margin-bottom: 30px;
}
.post-page-numbers.current {
    background: rgba(0,0,0,.1);
    border: 2px solid transparent;
}

/*----- Logo & Tagline ----*/

.logo .header-logo-text{
    line-height:60px;
    font-size:60px;
}
.tagline {
    font-size: 12px;
    display: block;
    vertical-align: middle;
}
.tagline p {
    margin: 0;
}
/*----- Header Buttons Design ----*/



.header-button-design-1 .cart-wrap,
.header-button-design-1 .header-menu-toggle-wrap,
.header-button-design-1 .header-search-toggle-wrap {
    height: 50px;
    position: relative;
    left: 0;
    z-index: 0;
    width: 50px;
    display: flex;
}
.header-button-design-1 .cart-wrap,
.header-button-design-1 .header-menu-toggle-wrap,
.header-button-design-1 .header-search-toggle-wrap {
    position: relative;
}
.header-button-design-1 .cart-wrap::before,
.header-button-design-1 .header-menu-toggle-wrap:before,
.header-button-design-1 .header-search-toggle-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: blueviolet;
    width: 0;
    height: 0;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
}
.header-button-design-1 .cart-wrap:hover:before,
.header-button-design-1 .header-menu-toggle-wrap:hover:before,
.header-button-design-1 .header-search-toggle-wrap:hover:before {
    width: 5px;
    height: 5px;
}
.header-button-design-1 .icon-shopping-cart,
.header-button-design-1 .header-menu-toggle-wrap .icon-more-horizontal,
.header-button-design-1 .header-search-toggle-wrap .icon-search {
    transition: all .3s ease-in-out;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 21px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.header-button-design-1 .header-icons .header-button-label {
    display: none;
}
.header-button-design-1 .cart-container {
    position: absolute;
    top: -5px;
    right: 0;
    left: 10px;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 12px;
    margin: auto;
    opacity: .6;
}

.header-button-design-1 .cart-wrap:hover .header-button-label,
.header-button-design-1 .header-menu-toggle-wrap:hover .header-button-label,
.header-button-design-1 .header-search-toggle-wrap:hover .header-button-label {
    transform: translateY(0px);
}

.header-button-design-1 .user-wrap {
    position: relative;
    width: 60px;
    margin-left: 20px;
}
.header-button-design-1 .user-wrap::before {
    content: "\e937";
    position: absolute;
    background: blueviolet;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    right: 10px;
    top: 10px;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    font-family: malachite-font;
    text-align: center;
    line-height: 30px;
    font-size: 0;
    color: #fff;
}
.header-button-design-1 .user-wrap img {
    width: 50px;
    border-radius: 50px;
}
.header-button-design-1 .user-wrap ul {
    padding: 0;
    position: absolute;
    background: #fff;
    left: 50%;
    width: 200px;
    margin: auto;
    transform: translateX(-50%) translateY(20px);
    visibility: hidden;
    box-shadow: 0 0 60px -5px rgba(0, 0, 0, 0.2);
    list-style: none;
    z-index: 999;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    opacity: 0;
    border-radius: 15px;
}
.header-button-design-1 .user-wrap:hover ul {
    visibility: visible;
    transform: translateX(-50%) translateY(10px);
    opacity: 1;
}
.header-button-design-1 .user-wrap ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -9px;
}
.header-button-design-1 .user-wrap span {
    color: #999;
    display: block;
}
.header-button-design-1 .user-wrap a {
    display: block;
    text-align: center;
    margin-top: 0;
    padding: 10px 0;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.header-button-design-1 .user-info {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
.header-button-design-1 .user-wrap a:hover {
    background: rgba(0,0,0,.03);
}




.header-button-design-2 .cart-wrap,
.header-button-design-2 .header-menu-toggle-wrap,
.header-button-design-2 .header-search-toggle-wrap {
    height: 50px;
    position: relative;
    left: 0;
    z-index: 0;
    width: 50px;
    display: flex;
    overflow: hidden;
}
.header-button-design-2 .cart-wrap,
.header-button-design-2 .header-menu-toggle-wrap,
.header-button-design-2 .header-search-toggle-wrap {
    position: relative;
}
.header-button-design-2 .cart-wrap::before,
.header-button-design-2 .header-menu-toggle-wrap:before,
.header-button-design-2 .header-search-toggle-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
}
.header-button-design-2 .cart-wrap:hover:before,
.header-button-design-2 .header-menu-toggle-wrap:hover:before,
.header-button-design-2 .header-search-toggle-wrap:hover:before {
    width: 5px;
    height: 5px;
}
.header-button-design-2 .icon-shopping-cart,
.header-button-design-2 .header-menu-toggle-wrap .icon-more-horizontal,
.header-button-design-2 .header-search-toggle-wrap .icon-search {
    transition: all .3s ease-in-out;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 21px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.header-button-design-2 .cart-wrap:hover .icon-shopping-cart,
.header-button-design-2 .header-menu-toggle-wrap:hover .icon-more-horizontal,
.header-button-design-2 .header-search-toggle-wrap:hover .icon-search {
    transform: translateY(-50px);
    position: relative;
}
.header-button-design-2 .header-icons .header-button-label {
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: all .3s ease-in-out;
    transform: translateY(50px);
    color: #000;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.header-button-design-2 .cart-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(45px);
    transition: all .3s ease-in-out;
    font-size: 11px;
    margin: auto;
}
.header-button-design-2 .cart-wrap:hover .cart-container {
    transform: translateY(-5px);
}
.header-button-design-2 .cart-wrap:hover .header-button-label,
.header-button-design-2 .header-menu-toggle-wrap:hover .header-button-label,
.header-button-design-2 .header-search-toggle-wrap:hover .header-button-label {
    transform: translateY(0px);
}

.header-button-design-2 .user-wrap {
    position: relative;
    width: 60px;
    margin-left: 20px;
}
.header-button-design-2 .user-wrap::before {
    content: "\e937";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    right: 19px;
    top: 10px;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    font-family: malachite-font;
    text-align: center;
    line-height: 30px;
    font-size: 0;
    color: #fff;
}
.header-button-design-2 .user-wrap img {
    width: 40px;
    border-radius: 100px;
}
.header-button-design-2 .user-wrap ul {
    padding: 0;
    position: absolute;
    background: #fff;
    left: 50%;
    width: 200px;
    margin: auto;
    transform: translateX(-50%) translateY(20px);
    visibility: hidden;
    box-shadow: 0 0 60px -5px rgba(0, 0, 0, 0.2);
    list-style: none;
    z-index: 999;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    opacity: 0;
}
.header-button-design-2 .user-wrap:hover ul {
    visibility: visible;
    transform: translateX(-50%) translateY(10px);
    opacity: 1;
}
.header-button-design-2 .user-wrap ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -9px;
}
.header-button-design-2 .user-wrap span {
    color: #999;
    display: block;
}
.header-button-design-2 .user-wrap a {
    display: block;
    text-align: center;
    margin-top: 0;
    padding: 10px 0;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.header-button-design-2 .user-info {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
.header-button-design-2 .user-wrap a:hover {
    background: rgba(0,0,0,.03);
}




/* --- Headings ---*/

h1,h2,h3,h4,h5,h6{
    color:#000;
}



/* MENU
------------------------------------------------------------------------*/

.header-1 .navbar {
    border-top: 2px solid #f0f0f0;
}
.header-2 .navbar {
    background: transparent;
}
.header-2 .user-wrap::before {
    right: 7px;
    top: 7px;
}
.header-2.header {
    background-color: #f0f0f0;
    min-height: 130px;
    padding: 20px 0;
    color: #ddf;
    text-align: center;
}
.header-2 .canvas-wrap {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.header-2 canvas {
    display: block;
}

.navbar {
    padding: 0 0;
}
.navbar > .container {
    padding: 0;
    margin: 0;
}
.navbar-nav,
.navbar-nav,
.navbar-nav ul,
.navbar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item {
    position: relative;
}
.menu-item a{
    white-space: nowrap;
}
.navbar:not(.expanded-menu) .navbar-nav{
    display: inline-block;
}
.navbar:not(.expanded-menu) .navbar-nav > li{
    display: inline-block;
}
.navbar-nav-container{
    width: 100%;
}
.mobile-header-wrap {
    display: block;
    position: relative;
    height: 60px;
}
.mobile-menu {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 60px;
    right: 0;
}
.mobile-header-wrap .navbar-toggler.circle-hover {
    position: absolute;
    top: -65px;
    right: 0;
}
.navbar-toggler {
    font-size: 25px;
    border: 1px solid transparent;
    border-radius: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.mobile-logo {
    padding-left: 20px !important;
}
.mobile-logo img {
    padding: 5px 20px;
    vertical-align: middle;
    max-height: 45px;
    width: auto;
}


/* --- Stripe Menu ---*/

.stripe-menu-bg-wrapper {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    ﻿transition: 0.3s;
    position: absolute;
    left: 0;
    top: 100%;
    will-change: opacity;
    z-index: 998;
}
.stripe-menu-bg-wrapper.is-visible {
  visibility: visible;
  opacity: 1;
}
.stripe-menu-bg {
    pointer-events: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    ﻿transition: 0.3s;
    width: 300px;
    height: 200px;
    box-shadow: 0 40px 80px rgba(0,0,0,.2);
    transform-origin: left top;
    will-change: transform;
    /*margin-left: -50%;*/
}
.stripe-menu-bg-arrow{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    ﻿transition: 0.3s;
    width: 18px;
    height: 10px;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: -9px;
    display: block;
    margin: 0;
}
.stripe-menu-bg::before {
    /*width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: -9px;
    display: block;
    content: "";
    margin: auto;*/
}
.stripe-menu .menu-item a::after {
    display: none;
}
.stripe-menu .menu-item .menu-item,
.stripe-menu .menu-item .menu-item:hover {
    background: transparent;
}
.stripe-menu .menu-item .menu-item a::before,
.stripe-menu .fake-li .menu-item a::before {
    content: "";
    background: yellow;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 100%;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    top: auto;
    border-radius: 0;
    width: auto;
    z-index: -1;
}
.stripe-menu .sub-menu .sub-menu .menu-item-has-children a::before {
     display: block;
}
.header .stripe-menu .sub-menu .menu-item-has-children a::before {
    right: 100%;
    top: 0;
}
.header .stripe-menu .sub-menu .menu-item-has-children a:hover::before {
    right: 0;
}
.stripe-menu .menu-item .menu-item a:first-child {
    position: relative;
    display: inline-block;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.stripe-menu .menu-item .menu-item a:hover::before,
.stripe-menu .fake-li .menu-item a:hover::before {
    transform: rotate(0);
    right: 0;
    height: 100%;
    z-index: -1;
    width: auto;
}
.stripe-menu .sub-menu {
    background: transparent;
    box-shadow: 0 0 0;
    border-radius: 0;
    /*transform: none !important;*/
    padding: 30px;
    /*margin-left: -50%;*/
}
.stripe-menu .sub-menu li {
    background: transparent;
    border-radius: 0 !important;
}
.stripe-menu .sub-menu a {
    color: #000;
    background: transparent !important;
}
.stripe-menu .menu-item-has-children .sub-menu .sub-menu a {
}
.stripe-menu .sub-menu::before {
    content: "";
    display: none;
}
.stripe-menu .menu-item-has-children .sub-menu .sub-menu {
    padding: 0 20px 20px 20px;
    margin-left: 0;
}
.header .stripe-menu .sub-menu .menu-item a {
    padding: 3px 5px;
}
.stripe-menu #on-hidden-menu ul {
    border-radius: 0;
}

.stripe-menu .stripe-left > ul.sub-menu {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.stripe-menu .stripe-right > ul.sub-menu {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.stripe-menu .stripe-active > ul.sub-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    ﻿transition: 0.2s;
}




.entry-thumb.single-post-full-width-wrap {
    height: 500px;
    background: #000000;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 0;
}
.single-post-full-width-wrap .thumbnail-date {
    opacity: 1;
    left: 0;
    position: relative;
    width: 70px;
    padding: 0 10px;
}
/*.single.single-post-1 .thumbnail-date {*/
    /*opacity: 1;*/
    /*left: 0;*/
    /*position: relative;*/
    /*width: 70px;*/
    /*padding: 0 10px;*/
/*}*/
.border-rounded .entry-thumb.single-post-full-width-wrap,
.border-rounded .single-post-full-width-wrap .overlay-thumb::after,
.entry-thumb.single-post-full-width-wrap .overlay-thumb {
    border-radius: 0;
}
.single-post-full-width-wrap .slider-overlay::after,
.single-post-full-width-wrap .overlay-thumb::after {
    border-radius: 0;
}
#single-post-full-width-parallax-background {
    background-repeat: no-repeat;
    height: 500px;
    max-width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    background-position-x: center;
}
.single-post-full-width-title-wrap {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.single-post-full-width-title-wrap .entry-category {
    text-align: center;
    z-index: 1;
    position: relative;
}
.single-post-full-width-wrap .entry-title,
.single-post-full-width-wrap .themesmonsters-cat-span{
    color: #fff;
    z-index: 1;
    text-align: center;
}
.single-post .single-post-full-width-parallax-margin {
    display: flex;
}
.single-post .single-post-full-width-parallax-margin.single-has-thumbnail {
    display: flex;
    margin-top: 500px;
}
.single-post.malachite-posts-single-post-breadcrumbs-show .single-post-full-width-parallax-margin.single-has-thumbnail {
    margin-top: 565px;
}
.malachite-related-posts-wrap {
    width: 100%;
    position: relative;
    padding: 25px 0;
}
.malachite-related-posts-wrap .entry-content {

}



/* WORDPRESS CORE
------------------------------------------------------------------------*/


.alignleft img {
    float: left;
}
.alignright img {
    float: right;
}


.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
}
.aligncenter,
div.aligncenter { display: block; margin: 0 auto; text-align: center; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; border-radius: 15px; }
a img.alignnone { margin: 0; border-radius: 15px; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; border-radius: 15px;}
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; border-radius: 15px;}
img.alignright { max-width:100%; height:auto; border-radius: 15px;}
img.alignnone { max-width:100%; height:auto; border-radius: 15px;}
img.alignleft { max-width:100%; height:auto; border-radius: 15px;}
img.aligncenter { max-width:100%; height:auto; border-radius: 15px;}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; margin-top: 10px; padding: 0 4px 5px; }
.wp-caption-text {
    font-size: 12px !important;
    padding: 10px 0 20px 10px;
    clear: both;
}
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.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; 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. */ }



/* Galleries */
.gallery {margin: 0 -1.1666667% 1.75em;}
.gallery-item { display: inline-block; max-width: 33.33%; padding: 0 1.1400652% 2.2801304%; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-icon img { margin: 0 auto; width:100%;height:auto;}
.gallery-caption { color: #686868; display: block; font-size: 13px; font-size: 0.8125rem; font-style: italic; line-height: 1.6153846154; padding-top: 0.5384615385em; }
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none; }




/* FORMS
------------------------------------------------------------------------*/
.form-group {
    margin-bottom: 25px
}

.form-actions {
    padding-top: 15px
}

.form-label {
}

.form-group-cookie input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: bottom;
}

.form-group-cookie label {
    vertical-align: bottom;
    margin-bottom: 0;
    line-height: 1;
    font-weight: normal;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea, select {
    border: 1px solid rgba(0,0,0,.05);
    color: #545454;
    background-color: #fafafa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
}
input[type="password"] {
    margin: 0 10px;
}

.form-control:focus {
    border-color: #f1f1f1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.checkbox,
.radio {
    display: inline;
}

.btn,
input[type="submit"],
input[type="reset"] {
    padding: 5px 15px;
}

.btn-default,
input[type="submit"],
input[type="reset"] {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff
}

.btn-default:focus,
.btn-default:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0
}

.bootstrap-select > .btn {
    border-color: #f1f1f1;
    background-color: #fafafa;
    color: #545454;
    padding: 6px 12px;
    height: 34px;
    font-size: 12px;
    font-style: italic;
    text-transform: none
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    text-transform: none;
    letter-spacing: 0;
    font-style: normal
}

.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
    padding-left: 0
}

.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    line-height: 22px;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 35px
}

.js .radio label input,
.js .radio-inline label input,
.js .checkbox label input,
.js .checkbox-inline label input {
    display: none
}

.js .radio label:before,
.js .radio-inline label:before,
.js .checkbox label:before,
.js .checkbox-inline label:before {
    content: "";
    border: 1px solid #c0c0c0;
    background-color: #fafafa;
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px
}

.js .radio label:hover:before,
.js .radio-inline label:hover:before,
.js .checkbox label:hover:before,
.js .checkbox-inline label:hover:before,
.js .radio label.on:before,
.js .radio-inline label.on:before,
.js .checkbox label.on:before,
.js .checkbox-inline label.on:before {
    border-color: #545454
}

.js .radio label:before,
.js .radio-inline label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.js .checkbox label:after,
.js .checkbox-inline label:after {
    display: none;
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 8px;
    width: 12px;
    height: 12px
}

.js .radio label:after,
.js .radio-inline label:after {
    display: none;
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    background-color: #545454;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.js .checkbox label.on:after,
.js .checkbox-inline label.on:after,
.js .radio label.on:after,
.js .radio-inline label.on:after {
    display: block;
}


/* HEADER
------------------------------------------------------------------------*/

.header {
    line-height: 20px;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.single-post-2 .header,
.single-post-3 .header,
.single-post .header {
    margin: 0;
}
.header .navbar {
    background: transparent;
}
.header-row-2{margin-bottom:20px}

.header-row-3{margin-bottom:0 }

.header-row-1-toggle{display:none;text-align:center;background-color:#f3f3f3;margin:0 -15px 10px;cursor:pointer;font-size:18px;padding:5px 15px}
.header-row-1-toggle.open,
.header-row-1-toggle:hover{background-color:#545454;color:#fff;}



/* bootstrap fix */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-toggle::after{
    display: none;
}

.dropdown-menu{border:1px solid #000;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.dropdown-menu>li>a{font-size:11px;letter-spacing:2px;padding:6px 20px}

.main_search {
    padding:0;
    border:0;
    background-color:transparent;
    left:80%;
    top:0;
    width:153px;
    min-width: inherit;
}
.main_search .form-control {
    border: 0;
    height: 44px;
    background-color: #efefef;
    padding: 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-default {
    margin: 0;
    border: 0;
    border-top: 2px solid #000;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-default .navbar-collapse {
    text-align: left;
    padding: 0;
}
.navbar-default .navbar-nav{display:inline-block}
.navbar-default .navbar-nav > li > a{color:#000}

.navbar-default .navbar-nav > .current_page_item > a, .navbar-default .navbar-nav > .current_page_item > a:focus, .navbar-default .navbar-nav > .current_page_item > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{background-color:#f3f3f3;color:#000}

.navbar-header{
    text-align:left;
}
.navbar-nav .btn a {
    border: 1px solid;
    text-transform: none;
    letter-spacing: 0;
}
.navbar-toggle {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.navbar-default .navbar-toggle .icon-bar { background-color: #000; }
.navbar-default .navbar-toggle { border-color: #fff; color: black; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color: #f3f3f3; color:#000}

/* FRONT PAGE - BANNER
------------------------------------------------------------------------*/


.frontpage-banner-overlay {
	position: relative;
	overflow: hidden;
	height: 100px;
    margin: 0 15px;
}
.frontpage-banner-overlay img {
	min-width: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.frontpage-banner > img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    min-width: 100%;
}
.frontpage-banner h2 a {
    font-size: 1.7rem;
}
.frontpage-banner .caption {
	z-index: 3;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	margin: auto;
}
.frontpage-banner .caption h2 {
	margin: 0;
}
.banner-btn {
	background: #fff;
	padding: 5px 20px;
	display: inline-block;
}


/* FRONT PAGE - SLIDER
------------------------------------------------------------------------*/


.frontpage-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.frontpage-slider .owl-carousel-item{position:relative;display:none}
.frontpage-slider .owl-item .owl-carousel-item,
.frontpage-slider .owl-carousel-item.active{display:block}
.frontpage-slider .owl-carousel-item:before{width:100%;height:100%;background-color:#555555;opacity:0.5;content:"";position:absolute;left:0;top:0;z-index:2}
.frontpage-slider .owl-carousel-item img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}
.frontpage-slider .caption{max-width:75%;z-index:3;color:#fff;text-align:center;width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.frontpage-slider .caption .date{font-size:16px;margin:0 0 10px;text-transform:uppercase}
.frontpage-slider .caption h2{font-size:48px;margin:0 0 40px;padding:0 0 30px;position:relative;text-transform:uppercase}
.frontpage-slider .caption h2 a{color:#fff}
.frontpage-slider .caption h2 a:hover,
.frontpage-slider .caption h2 a:focus,
.frontpage-slider .caption h2 a:active{text-decoration:none}
.frontpage-slider .caption h2:before{content:"";width:35px;border-bottom:2px solid;position:absolute;left:50%;bottom:0;margin-left:-17px;color:#fff}
.frontpage-slider .caption .icon{font-size:16px;width:56px;height:56px;line-height:52px;border:2px solid;display:block;margin:0 auto 25px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.frontpage-slider .caption .read-more{text-transform:uppercase;font-weight:700;margin:0}
.frontpage-slider .caption .read-more a{color:inherit;}

.frontpage-slider .owl-nav div{position:absolute;top:50%;margin-top:-10px;text-indent:-9999px;width:18px}
.frontpage-slider .owl-nav div:before{font-family: 'malachite-font';font-size:18px;text-indent:0;color:#000;position:absolute;left:0;top:0}
.frontpage-slider .owl-prev{left:-33px}
.frontpage-slider .owl-next{right:-33px}
.frontpage-slider .owl-prev:before{content:"\e906"}
.frontpage-slider .owl-next:before{content:"\e908"}


.frontpage-slider-large .entry-category {
    padding: 10px 0 25px 100px;
}
.slider-design-2.border-rounded .footer-slider .frontpage-posts-slider-post .entry-content .entry-thumb img,
.slider-design-2.border-rounded .footer-slider .frontpage-posts-slider-post .entry-content .entry-thumb img,
.slider-design-2.border-rounded .footer-slider .frontpage-posts-slider-post .overlay-thumb,
.slider-design-2.border-rounded .footer-slider .frontpage-posts-slider-post .overlay-thumb:after {
    border-radius: 15px;
}

.slider-design-2 .frontpage-posts-slider-post .owl-carousel.owl-drag .owl-item,
.slider-design-2 .frontpage-posts-slider-post .slider-overlay,
.slider-design-2 .frontpage-posts-slider-post .slider-overlay::after,
.slider-design-2 .frontpage-posts-slider-post .overlay-thumb::after,
.slider-design-2.border-rounded .frontpage-posts-slider-post .entry-content .entry-thumb img,
.slider-design-2 .frontpage-posts-slider-post .entry-content .entry-thumb img,
.slider-design-2 .owl-carousel.owl-drag .owl-item {
    border-radius: 0;
}
.frontpage-posts-slider .owl-carousel.owl-drag .owl-item {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: opacity .1s ease;
    margin-bottom: 0 !important;
    padding: 0 0 0 0 !important;
}
.frontpage-posts-slider .owl-carousel .owl-item{
    float: none;
}

.frontpage-posts-slider .owl-carousel.owl-drag .owl-item:not(.active) {  }
.frontpage-posts-slider-post .entry-content:hover .entry-meta-on-thumb {
    bottom: 50px;
}
.frontpage-posts-slider-post .content-entry-wrap {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 50%;
    text-align: center;
    width: 60%;
    margin: auto;
    transform: translateY(-50%);
}
.border-rounded .frontpage-posts-slider-post .entry-thumb,
.border-rounded .frontpage-posts-slider-post .overlay-thumb{
    border-radius: 0;
}
.frontpage-posts-slider.footer-slider .content-entry-wrap {
    padding: 50px;
    width: auto;
}
.frontpage-posts-slider.footer-slider .thumb-wrap {
    max-height: 540px;
    overflow: hidden;
}
.frontpage-posts-slider.footer-slider .entry-thumb {
    margin: 0;
}
.frontpage-posts-slider.footer-slider .entry {
    margin: 0;
}
.frontpage-posts-slider.footer-slider .entry-title a {
    line-height: 1;
}
.frontpage-posts-slider.footer-slider .entry-summary {
    font-size: 1em;
}
.first-vertical-col,
.second-vertical-col,
.third-vertical-col {
    position: relative;
    top: 0;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}
.entry-meta-on-thumb-content:hover .second-vertical-col {
    top: -20px;
}
.link-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.entry-meta-on-thumb-content{
    position: absolute;
    z-index: 1;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
}
.entry-meta-on-thumb-content .entry-meta {
    position: relative;
    top: 20px;
    opacity: 0;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    z-index: 1;
    color: #fff;
}
.entry-content:hover .entry-meta {
    top: 0;
    position: relative;
    opacity: 1;
}

.entry-content:hover .entry-meta-author-thumb,
.entry-contentt:hover .entry-meta-author-content::before {
    transform: scale(1);
}
.frontpage-posts-slider-post .entry-meta-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.entry-meta-author-wrap-slider {
    display: inline-flex;
    text-align: left;
    vertical-align: middle;
    min-width: 180px;
}
.frontpage-posts-slider-post {
	background: rgba(0,0,0,.4);
}
.frontpage-posts-slider-post .entry-title {
    text-align: center;
    line-height: 1.1;
}
.frontpage-posts-slider-post .entry-title a,
.category-design-1 .frontpage-posts-slider-post .themesmonsters-cat-span,
.category-design-2 .frontpage-posts-slider-post .themesmonsters-cat-span {
    color: #fff !important;
}
.frontpage-posts-slider.footer-slider .entry-title a {
    opacity: 1;
}
.owl-nav {
	z-index: 99;
}
.owl-prev, 
.owl-next {
	width: 40px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 46%;
	cursor: pointer;
}
.owl-prev {
	left: 20px;
}
.owl-prev::before,
.owl-next::before {
	font-family: "malachite-font";
	color: #000;
	position: absolute;
	left: 0;
	z-index: 999;
	margin: auto;
	right: 0;
	text-align: center;
	line-height: 40px;
}
.owl-prev::before {
	content: "\e906";
}
.owl-next {
	right: 20px;
}
.owl-next::before {
	content: "\e908";
}
.owl-carousel[data-col="4"] .rating-button-minus,
.owl-carousel[data-col="4"] .rating-button-plus {
    width: 35px;
    height: 35px;
}
.owl-carousel[data-col="4"] .rating-icon-down {
    top: 12px;
}
.owl-carousel[data-col="4"] .rating-icon-up {
    top: 7px;
}
.owl-carousel[data-col="4"] .rating-button-count {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
}
.owl-carousel[data-col="4"] .malachite-blog-feed-post .share-buttons li,
.owl-carousel[data-col="4"] .frontpage-posts-slider-post .share-buttons li {
    min-width: 35px;
    height: 35px;
    margin-right: 1px;
}
.owl-carousel[data-col="4"] .share-buttons a {
    line-height: 35px;
    height: 35px;
}
.owl-carousel[data-col="4"] .rating-button-count .rating-label {
    font-size: 15px;
}
.category-design-3 .frontpage-posts-slider-post .themesmonsters-cat-span {
    color: inherit;
}

.frontpage-posts-slider-post .format-icon,
.frontpage-large-post-wrap .format-icon {
    display: none;
}
.frontpage-posts-slider-post .link span,
.frontpage-posts-slider-post .post-categories li a {
}
.frontpage-posts-slider-post .entry-meta-author-name,
.frontpage-posts-slider-post .entry-date {
    padding: 1px 10px;
    font-size: 1em;
    color: #fff;
}
.frontpage-posts-slider-post .entry-date {
    opacity: .7;
}
.frontpage-posts-slider-post .entry-meta-author-name a{
    color: #ffffff;
}

.frontpage-slider-large .owl-stage {
    counter-reset: owl-item;
}

.frontpage-slider-large .format-standard::before,
.frontpage-slider-large .format-status:before,
.frontpage-slider-large .p.format-video::before,
.frontpage-slider-large .format-gallery::before,
.frontpage-slider-large .format-quote::before,
.frontpage-slider-large .format-link::before,
.frontpage-slider-large .format-audio::before {
    display: none;
}

.frontpage-slider-large .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    text-align: center;
    left: 0;
}
.frontpage-slider-large .owl-prev, .frontpage-slider-large .owl-next {
	background: transparent;
}
.frontpage-slider-large .entry-category {
    padding: 10px 0 25px 30px;
    display: inline-flex;
}



body:not(.cursor-circle) .frontpage-slider-large .owl-nav div {
    position: absolute;
    top: 0;
    text-indent: -9999px;
    width: 200px;
    height: 100%;
}
body:not(.cursor-circle) .frontpage-slider-large .owl-nav div::before {
    text-indent: 0;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}
body:not(.cursor-circle) .frontpage-slider-large .owl-prev {
    left: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
}
body:not(.cursor-circle) .frontpage-slider-large .owl-next {
    right: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
}
body:not(.cursor-circle) .frontpage-slider-large .owl-prev::before {
    content: "";
    cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjUyIiB3aWR0aD0iNTIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBkPSJtNDYuMjIyMDYxLDIyLjY0MjU0NGwtMzYuNzUxODk2LDBsMTIuNjQ4MzUyLC0xMi42NDgzNDZjMC45MjA3OTcsLTAuOTIwODAzIDAuOTIwNzk3LC0yLjQxNDAxMSAwLjAwMDU4NCwtMy4zMzQ4MTRjLTAuOTIwNzk5LC0wLjkyMDc5OSAtMi40MTQ1OTcsLTAuOTIwNzk5IC0zLjMzNTM5NCwwbC0xNi42NzI4ODMsMTYuNjczNDcxbDAsMGMtMC4xMDk2NDcsMC4xMDk2NDYgLTAuMjA3NTA0LDAuMjMwNDkyIC0wLjI5MzU3MiwwLjM1OTU5MmMtMC4wMzk0OTQsMC4wNTk1NCAtMC4wNjcxOTksMC4xMjM3OTUgLTAuMTAwODAyLDAuMTg1NjkyYy0wLjAzOTQ5OCwwLjA3MzEwMSAtMC4wODM3MDgsMC4xNDI2NjIgLTAuMTE1NTQxLDAuMjE5ODg3Yy0wLjAzMzAxNCwwLjA3OTU4MiAtMC4wNTE4OCwwLjE2MjcwMSAtMC4wNzYwNDcsMC4yNDUyMjhjLTAuMDE4ODY2LDAuMDY1NDM3IC0wLjA0NDIxNCwwLjEyNzkzIC0wLjA1Nzc3LDAuMTk1MTI5Yy0wLjAzMDY1NCwwLjE1MjY3OSAtMC4wNDcxNjQsMC4zMDcxMjkgLTAuMDQ3MTY0LDAuNDYyMTdsMCwwYzAsMC4wMDE3NjYgMC4wMDA1OTMsMC4wMDI5NDkgMC4wMDA1OTMsMC4wMDQ3MTVjMCwwLjE1MjY3OSAwLjAxNTkxNywwLjMwNTk1IDAuMDQ1OTc4LDAuNDU2MjcyYzAuMDE0MTQ5LDAuMDcxMzM1IDAuMDQwNjc2LDAuMTM2NzcyIDAuMDYxMzA4LDAuMjA1NzQyYzAuMDIyOTkzLDAuMDc4NDAzIDAuMDQxMjY1LDAuMTU3OTgyIDAuMDcyNTA5LDAuMjM0MDI4YzAuMDM0MTkzLDAuMDgxOTQgMC4wODAxNzQsMC4xNTYyMjMgMC4xMjI2MTgsMC4yMzM0NDhjMC4wMzE4MzIsMC4wNTc3NjYgMC4wNTY1OTIsMC4xMTY3MTggMC4wOTM3MjksMC4xNzIxMjdjMC4wODY2NTgsMC4xMzAyODcgMC4xODUxMDQsMC4yNTE3MiAwLjI5NTM0MywwLjM2MTk2MWwxNi42NzIyODksMTYuNjcxNjk2YzAuOTIwODAzLDAuOTIwNzk5IDIuNDE0MDA3LDAuOTIwNzk5IDMuMzM0ODA2LDAuMDAwNTg3YzAuOTIwODA3LC0wLjkyMDc5OSAwLjkyMDgwNywtMi40MTQ1OTcgMCwtMy4zMzUzOTZsLTEyLjY0ODM0NiwtMTIuNjQ3MTc5bDM2Ljc1MTMwNywwYzEuMzAyMjE2LDAgMi4zNTgwMDksLTEuMDU1Nzk4IDIuMzU4MDA5LC0yLjM1ODAwMnMtMS4wNTU3OTQsLTIuMzU4MDA5IC0yLjM1ODAwOSwtMi4zNTgwMDl6Ii8+ICA8bGluZSBzdHJva2UtbGluZWNhcD0ibnVsbCIgc3Ryb2tlLWxpbmVqb2luPSJudWxsIiBpZD0ic3ZnXzIiIHkyPSIxOC43Mjk0NjUiIHgyPSItMTUuNzM0MjI1IiB5MT0iMTguNTczODI2IiB4MT0iLTE1Ljg4OTg2NCIgZmlsbC1vcGFjaXR5PSJudWxsIiBzdHJva2Utb3BhY2l0eT0ibnVsbCIgc3Ryb2tlLXdpZHRoPSJudWxsIiBzdHJva2U9Im51bGwiIGZpbGw9Im5vbmUiLz4gIDxsaW5lIHRyYW5zZm9ybT0icm90YXRlKC02Mi42NDE0LCA5LjU1NzEzLCA3MS45NTgpIiBzdHJva2UtbGluZWNhcD0ibnVsbCIgc3Ryb2tlLWxpbmVqb2luPSJudWxsIiBpZD0ic3ZnXzMiIHkyPSI3MS45NTgwNDYiIHgyPSI5LjYzNDk1MyIgeTE9IjcxLjk1ODA0NiIgeDE9IjkuNDc5MzE0IiBmaWxsLW9wYWNpdHk9Im51bGwiIHN0cm9rZS1vcGFjaXR5PSJudWxsIiBzdHJva2Utd2lkdGg9Im51bGwiIHN0cm9rZT0ibnVsbCIgZmlsbD0ibm9uZSIvPiA8L2c+PC9zdmc+'), pointer;;
}
body:not(.cursor-circle) .frontpage-slider-large:hover .owl-nav .owl-next {
    left: auto !important;
    right: 0;
    opacity: 1;
}
body:not(.cursor-circle) .frontpage-slider-large .owl-next::before {
    content: "";
    cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjUyIiB3aWR0aD0iNTIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCwgMjUsIDI1KSIgaWQ9InN2Z18xIiBkPSJtNDYuMjIyMDYxLDIyLjY0MjU0NGwtMzYuNzUxODk2LDBsMTIuNjQ4MzUyLC0xMi42NDgzNDZjMC45MjA3OTcsLTAuOTIwODAzIDAuOTIwNzk3LC0yLjQxNDAxMSAwLjAwMDU4NCwtMy4zMzQ4MTRjLTAuOTIwNzk5LC0wLjkyMDc5OSAtMi40MTQ1OTcsLTAuOTIwNzk5IC0zLjMzNTM5NCwwbC0xNi42NzI4ODMsMTYuNjczNDcxbDAsMGMtMC4xMDk2NDcsMC4xMDk2NDYgLTAuMjA3NTA0LDAuMjMwNDkyIC0wLjI5MzU3MiwwLjM1OTU5MmMtMC4wMzk0OTQsMC4wNTk1NCAtMC4wNjcxOTksMC4xMjM3OTUgLTAuMTAwODAyLDAuMTg1NjkyYy0wLjAzOTQ5OCwwLjA3MzEwMSAtMC4wODM3MDgsMC4xNDI2NjIgLTAuMTE1NTQxLDAuMjE5ODg3Yy0wLjAzMzAxNCwwLjA3OTU4MiAtMC4wNTE4OCwwLjE2MjcwMSAtMC4wNzYwNDcsMC4yNDUyMjhjLTAuMDE4ODY2LDAuMDY1NDM3IC0wLjA0NDIxNCwwLjEyNzkzIC0wLjA1Nzc3LDAuMTk1MTI5Yy0wLjAzMDY1NCwwLjE1MjY3OSAtMC4wNDcxNjQsMC4zMDcxMjkgLTAuMDQ3MTY0LDAuNDYyMTdsMCwwYzAsMC4wMDE3NjYgMC4wMDA1OTMsMC4wMDI5NDkgMC4wMDA1OTMsMC4wMDQ3MTVjMCwwLjE1MjY3OSAwLjAxNTkxNywwLjMwNTk1IDAuMDQ1OTc4LDAuNDU2MjcyYzAuMDE0MTQ5LDAuMDcxMzM1IDAuMDQwNjc2LDAuMTM2NzcyIDAuMDYxMzA4LDAuMjA1NzQyYzAuMDIyOTkzLDAuMDc4NDAzIDAuMDQxMjY1LDAuMTU3OTgyIDAuMDcyNTA5LDAuMjM0MDI4YzAuMDM0MTkzLDAuMDgxOTQgMC4wODAxNzQsMC4xNTYyMjMgMC4xMjI2MTgsMC4yMzM0NDhjMC4wMzE4MzIsMC4wNTc3NjYgMC4wNTY1OTIsMC4xMTY3MTggMC4wOTM3MjksMC4xNzIxMjdjMC4wODY2NTgsMC4xMzAyODcgMC4xODUxMDQsMC4yNTE3MiAwLjI5NTM0MywwLjM2MTk2MWwxNi42NzIyODksMTYuNjcxNjk2YzAuOTIwODAzLDAuOTIwNzk5IDIuNDE0MDA3LDAuOTIwNzk5IDMuMzM0ODA2LDAuMDAwNTg3YzAuOTIwODA3LC0wLjkyMDc5OSAwLjkyMDgwNywtMi40MTQ1OTcgMCwtMy4zMzUzOTZsLTEyLjY0ODM0NiwtMTIuNjQ3MTc5bDM2Ljc1MTMwNywwYzEuMzAyMjE2LDAgMi4zNTgwMDksLTEuMDU1Nzk4IDIuMzU4MDA5LC0yLjM1ODAwMnMtMS4wNTU3OTQsLTIuMzU4MDA5IC0yLjM1ODAwOSwtMi4zNTgwMDl6Ii8+ICA8bGluZSBzdHJva2UtbGluZWNhcD0ibnVsbCIgc3Ryb2tlLWxpbmVqb2luPSJudWxsIiBpZD0ic3ZnXzIiIHkyPSIxOC43Mjk0NjUiIHgyPSItMTUuNzM0MjI1IiB5MT0iMTguNTczODI2IiB4MT0iLTE1Ljg4OTg2NCIgZmlsbC1vcGFjaXR5PSJudWxsIiBzdHJva2Utb3BhY2l0eT0ibnVsbCIgc3Ryb2tlLXdpZHRoPSJudWxsIiBzdHJva2U9Im51bGwiIGZpbGw9Im5vbmUiLz4gIDxsaW5lIHRyYW5zZm9ybT0icm90YXRlKC02Mi42NDE0LCA5LjU1NzEzLCA3MS45NTgpIiBzdHJva2UtbGluZWNhcD0ibnVsbCIgc3Ryb2tlLWxpbmVqb2luPSJudWxsIiBpZD0ic3ZnXzMiIHkyPSI3MS45NTgwNDYiIHgyPSI5LjYzNDk1MyIgeTE9IjcxLjk1ODA0NiIgeDE9IjkuNDc5MzE0IiBmaWxsLW9wYWNpdHk9Im51bGwiIHN0cm9rZS1vcGFjaXR5PSJudWxsIiBzdHJva2Utd2lkdGg9Im51bGwiIHN0cm9rZT0ibnVsbCIgZmlsbD0ibm9uZSIvPiA8L2c+PC9zdmc+'), pointer;;
}
.cursor-circle .frontpage-posts-slider-large .frontpage-large-owl-carousel .owl-nav .owl-next {
    width: 200px;
    right: 0;
    position: absolute;
    left: calc(100% - 200px);
}
.cursor-circle .frontpage-posts-slider-large .frontpage-large-owl-carousel .owl-nav .owl-prev {
    width: 200px;
}
.owl-carousel .owl-stage-outer {
}

/* FRONT PAGE SECTIONS SETTING
------------------------------------------------------------------------*/

/* frontpage-featured-posts-design */

.frontpage-featured-posts-design{
    position: relative;
    min-height: 500px;
    width: 100%;
    display: block;
    text-align: left;
}
.featured-post-content-wrap.content-entry-wrap .entry-category {
    padding: 0;
    z-index: 2;
}
.frontpage-featured-posts-inner {
    overflow: hidden;
    margin: 0 15px;
}

/* give all wrappers height 100% to make object-fit: cover; work for img */
.frontpage-featured-posts-design .frontpage-featured-post{
    /*box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.5);*/
}
.frontpage-featured-posts-design .frontpage-featured-post .featured-post{
    height: 100%;
}
.frontpage-featured-posts-design .frontpage-featured-post .featured-post .featured-post-inner{
    height: 100%;
}
.frontpage-featured-posts-design .frontpage-featured-post .featured-post .featured-post-inner .featured-post-thumb-wrap{
    height: 100%;
}
.frontpage-featured-posts-design .frontpage-featured-post .featured-post .featured-post-inner .featured-post-thumb-wrap .ffp-thumb-wrap{
    height: 100%;
}
.ffp-post-link{
    height: 100%;
    width: 100%;
}
.border-rounded .ffp-thumb-wrap img.ffp-thumb {
    border-radius: 0;
}

/* Limit max height for Catefory List | 3 rows max */
.category-design-2 .featured-post-content-wrap .post-categories{
    max-height: calc(6em + 30px);
    overflow: hidden;
}

.featured-post-content-wrap{
    position: absolute;
    top: 0;
}

.featured-post-content-title.entry-title{
    width: calc(100% - 40px);
}
.ffp-w-50 .featured-post-content-title.entry-title {
	font-size: 2.5em;
}

/* FFP Positions */
.frontpage-featured-posts-design .ffp-inner-wrap{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.frontpage-featured-posts-design .frontpage-featured-post{
    position: absolute;
    overflow: hidden;
}




.ffp-w-100{
    width: 100%;
}
.ffp-w-50{
    width: 50%;
}
.ffp-w-33{
    width: 33.333%;
}
.ffp-w-25{
    width: 25%;
}

.ffp-h-100{
    height: 100%!important;
}
.ffp-h-50{
    height: 50%!important;
}
.ffp-h-33{
    height: 33.333%!important;
}
.ffp-h-25{
    height: 25%!important;
}

.top-50{
    top: 50%;
}

img.ffp-thumb{
    object-fit: cover;
    width: inherit;
    height: inherit;
    max-width: initial;
    max-height: initial;
}


/* FFP Design 1*/
    .frontpage-featured-posts-design[data-design="1"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="1"] .frontpage-featured-post[data-el="2"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="1"] .frontpage-featured-post[data-el="3"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;
    }
    .frontpage-featured-posts-design[data-design="1"] .frontpage-featured-post[data-el="4"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0;

    }
    .frontpage-featured-posts-design[data-design="1"] .frontpage-featured-post[data-el="5"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
    }
/* /FFP Design 1 */

/* FFP Design 2*/
    .frontpage-featured-posts-design[data-design="2"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="2"] .frontpage-featured-post[data-el="2"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="2"] .frontpage-featured-post[data-el="3"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="2"] .frontpage-featured-post[data-el="4"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;

    }
    .frontpage-featured-posts-design[data-design="2"] .frontpage-featured-post[data-el="5"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;
    }
/* /FFP Design 2*/

/* FFP Design 3*/
    .frontpage-featured-posts-design[data-design="3"] .frontpage-featured-post[data-el="1"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="3"] .frontpage-featured-post[data-el="2"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;
    }
    .frontpage-featured-posts-design[data-design="3"] .frontpage-featured-post[data-el="3"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0;

    }
    .frontpage-featured-posts-design[data-design="3"] .frontpage-featured-post[data-el="4"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
    }
    .frontpage-featured-posts-design[data-design="3"] .frontpage-featured-post[data-el="5"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
/* /FFP Design 3*/

/* FFP Design 4*/
    .frontpage-featured-posts-design[data-design="4"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="4"] .frontpage-featured-post[data-el="2"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="4"] .frontpage-featured-post[data-el="3"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;
    }
/* /FFP Design 4 */

/* FFP Design 5*/
    .frontpage-featured-posts-design[data-design="5"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="5"] .frontpage-featured-post[data-el="2"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="5"] .frontpage-featured-post[data-el="3"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0;

    }
    .frontpage-featured-posts-design[data-design="5"] .frontpage-featured-post[data-el="4"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
    }
/* /FFP Design 5 */

/* FFP Design 6*/
    .frontpage-featured-posts-design[data-design="6"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="6"] .frontpage-featured-post[data-el="2"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="6"] .frontpage-featured-post[data-el="3"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;

    }
    .frontpage-featured-posts-design[data-design="6"] .frontpage-featured-post[data-el="4"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;
    }
/* /FFP Design 6 */

/* FFP Design 7*/
    .frontpage-featured-posts-design[data-design="7"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="7"] .frontpage-featured-post[data-el="2"]
    {
        width: 50%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="7"] .frontpage-featured-post[data-el="3"]
    {
        width: 50%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;

    }
/* /FFP Design 7 */

/* FFP Design 8*/
    .frontpage-featured-posts-design[data-design="8"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="8"] .frontpage-featured-post[data-el="2"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
/* /FFP Design 8 */

/* FFP Design 9*/
    .frontpage-featured-posts-design[data-design="9"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="9"] .frontpage-featured-post[data-el="2"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="9"] .frontpage-featured-post[data-el="3"]
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;

    }
/* /FFP Design 9 */

/* FFP Design 10*/
    .frontpage-featured-posts-design[data-design="10"] .frontpage-featured-post[data-el="1"]
    {
        width: 25%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="10"] .frontpage-featured-post[data-el="2"]
    {
        width: 25%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 25%;
    }
    .frontpage-featured-posts-design[data-design="10"] .frontpage-featured-post[data-el="3"]
    {
        width: 25%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;

    }
    .frontpage-featured-posts-design[data-design="10"] .frontpage-featured-post[data-el="4"]
    {
        width: 25%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 75%;

    }
/* /FFP Design 10 */

/* FFP Design 11*/
    .frontpage-featured-posts-design[data-design="11"] .frontpage-featured-post[data-el="1"]
    {
        width: 25%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="11"] .frontpage-featured-post[data-el="2"]
    {
        width: 25%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 25%;
    }
    .frontpage-featured-posts-design[data-design="11"] .frontpage-featured-post[data-el="3"]
    {
        width: 25%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;

    }
    .frontpage-featured-posts-design[data-design="11"] .frontpage-featured-post[data-el="4"]
    {
        width: 25%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 75%;

    }
    .frontpage-featured-posts-design[data-design="11"] .frontpage-featured-post[data-el="5"]
    {
        width: 25%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="11"] .frontpage-featured-post[data-el="6"]
    {
        width: 25%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 25%;
    }
    .frontpage-featured-posts-design[data-design="11"] .frontpage-featured-post[data-el="7"]
    {
        width: 25%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;

    }
    .frontpage-featured-posts-design[data-design="11"] .frontpage-featured-post[data-el="8"]
    {
        width: 25%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 75%;

    }
/* /FFP Design 11 */

/* FFP Design 12*/
    .frontpage-featured-posts-design[data-design="12"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="12"] .frontpage-featured-post[data-el="2"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="12"] .frontpage-featured-post[data-el="3"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;

    }
    .frontpage-featured-posts-design[data-design="12"] .frontpage-featured-post[data-el="4"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="12"] .frontpage-featured-post[data-el="5"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="12"] .frontpage-featured-post[data-el="6"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;

    }
/* /FFP Design 12 */

/* FFP Design 13*/
    .frontpage-featured-posts-design[data-design="13"] .frontpage-featured-post[data-el="1"]
    {
        width: 33.333%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="13"] .frontpage-featured-post[data-el="2"]
    {
        width: 33.333%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 33.333%;
    }
    .frontpage-featured-posts-design[data-design="13"] .frontpage-featured-post[data-el="3"]
    {
        width: 33.333%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 66.666%;

    }
    .frontpage-featured-posts-design[data-design="13"] .frontpage-featured-post[data-el="4"]
    {
        width: 25%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="13"] .frontpage-featured-post[data-el="5"]
    {
        width: 25%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 25%;
    }
    .frontpage-featured-posts-design[data-design="13"] .frontpage-featured-post[data-el="6"]
    {
        width: 25%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;

    }
    .frontpage-featured-posts-design[data-design="13"] .frontpage-featured-post[data-el="7"]
    {
        width: 25%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 75%;

    }
/* /FFP Design 13 */

/* FFP Design 14*/
    .frontpage-featured-posts-design[data-design="14"] .frontpage-featured-post[data-el="1"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="14"] .frontpage-featured-post[data-el="2"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="14"] .frontpage-featured-post[data-el="3"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;

    }
    .frontpage-featured-posts-design[data-design="14"] .frontpage-featured-post[data-el="4"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 0%;
    }
    .frontpage-featured-posts-design[data-design="14"] .frontpage-featured-post[data-el="5"]
    {
        width: 50%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 0%;
        left: 50%;
    }
    .frontpage-featured-posts-design[data-design="14"] .frontpage-featured-post[data-el="6"]
    {
        width: 100%;
        height: 50%;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 0%;

    }
/* /FFP Design 14 */


/* /frontpage-featured-posts-design */
.frontpage-featured-posts {
    padding: 10px 0;
}
.frontpage-featured-categories {
    padding: 20px 0;
}
.frontpage-banner {
    padding: 10px 0;
    position: relative;
}
.frontpage-promo-banner {
    text-align: center;
    padding: 20px 0;
}
.frontpage-subscribe-form {
    padding: 20px 0;
}
.frontpage-slider-large {
	padding: 20px 0 0 0;
}
.blog-feed.malachite-blog-feed {
    padding: 10px 0;
}
.blog-feed.malachite-blog-feed .entry-summary figure {
    max-width: 100%;
}
.frontpage-large-post-wrap {
    color: #ccc;
    padding: 20px 0;
}
.frontpage-slider {
    position: relative;
    padding: 20px 0;
}
.footer {
    margin-top: 0;
    padding: 25px 0;
    color: #ffffff;
}


.body-background-inner-before-footer{
    min-height: calc(100vh - 105px);
    position: relative;
    padding-bottom: 0;
    z-index: 2;
}
.footer.malachite-footer-design-parallax {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 100px 0px;
}

/* FRONT PAGE - SUBSCRIBE FORM
------------------------------------------------------------------------*/

#mc_embed_signup {
    background: transparent;
    padding: 30px 30px;
    text-align: center;
    border-radius: 15px;
}
#mc_embed_signup_scroll label {
    display: block;
    font-size: 20px;
}
#mc_embed_signup_scroll input {
    display: block;
    text-align: center;
    margin: 10px auto;
    border-radius: 50px;
}


/* FRONT PAGE - POSTS SLIDER
------------------------------------------------------------------------*/




/* FRONT PAGE - FEATURED POSTS
------------------------------------------------------------------------*/





.frontpage-featured-posts h5 {
    margin-bottom: 25px;
}

.frontpage-featured-posts .cover-image .overlay-thumb {
    opacity: .5;
}
.frontpage-featured-posts .entry-thumb {
    margin: 0;
}
.frontpage-featured-posts .entry {
    margin-bottom: 0;
}
.frontpage-featured-posts .entry img {
    width: 100%;
}
.frontpage-featured-posts .cover-image .entry-category {
}
.frontpage-featured-posts .cover-image .content-entry-wrap .entry-title a,
.frontpage-featured-posts .cover-image .content-entry-wrap .entry-summary,
.frontpage-featured-posts .cover-image .content-entry-wrap,
.frontpage-featured-posts .cover-image .themesmonsters-cat-span {
    color: #ffffff;
}
.frontpage-featured-posts .cover-image .content-entry-wrap {
    position: absolute;
    left: 50px;
    right: 40px;
    bottom: 20px;
}
.featured-post-col {
    min-height: 390px;
    padding: 0 25px;
}
.frontpage-featured-posts .entry-content {
    min-height: 390px;
    position: relative;
}
.featured-post-col .entry-content .content-entry-wrap .entry-meta-on-thumb.entry-meta-visible {
    display: none;
}
.featured-post-col.cover-image .entry-summary p {
    opacity: .6;
}
.frontpage-featured-posts .content-entry-wrap {
    padding: 25px 30px 25px 30px;
    height: 100%;
    width: 100%;
}
.featured-post-content-wrap .post-categories li {
    margin-bottom: 10px;
}
.featured-post-thumb-wrap .post-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.featured-post-thumb-wrap .post-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .3;
    transition: all .2s ease-in-out;
}
.border-rounded .featured-post-inner .overlay-thumb, .border-rounded .featured-post-inner .overlay-thumb::after {
    border-radius: 0;
}
.frontpage-featured-posts .entry-title a {
    color: #fff;
}
.frontpage-featured-posts .entry-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    margin: 0;
    z-index: 0;
    right: 30px;
    width: auto;
}
.frontpage-featured-posts .featured-post-inner img {
    transform: scale(1);
    transition: all .2s cubic-bezier(.45,0,.14,1.03);
}
.frontpage-featured-posts .featured-post-inner:hover img {
    transform: scale(1.1);
}
.col-md-6.featured-post-col .entry-meta {
    padding: 20px 0;
}
/*.col-md-6.featured-post-col.cover-image .entry-title,*/
/*.malachite-blog-feed-post.malachite-blog-feed-post-full .entry-title{*/
    /*font-size: 3rem;*/
    /*line-height: 1.1;*/
/*}*/
.malachite-blog-feed-post.malachite-blog-feed-post-full .entry-title a {
	font-size: 1.7em;
    line-height: 1em;
}


/* POST
------------------------------------------------------------------------*/


.content-entry-wrap {
    padding: 20px;
}

.entry-content .entry-thumb.list-content-left{
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.entry-content .content-entry-wrap.list-content-right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.entry-content .share-counter-wrap.list-content-left{
    /*right: auto;
    left: 20px;*/
}
.entry-content .content-entry-wrap .entry-meta-on-thumb.entry-meta-visible {
    position: relative;
    display: flex;
    opacity: 1;
    padding: 0;
    color: #000000;
}
.entry-content:hover .content-entry-wrap .entry-meta-on-thumb.entry-meta-visible{
    bottom: auto;
    opacity: 1;
}
.content-entry-wrap .entry-meta-on-thumb.entry-meta-visible .likes-wrap,
.content-entry-wrap .entry-meta-on-thumb.entry-meta-visible .views-wrap,
.content-entry-wrap .entry-meta-on-thumb.entry-meta-visible .author-wrap{
    display: block;
    float: left;
}
.content-entry-wrap .entry-meta-on-thumb.entry-meta-visible .author-wrap .entry-meta-left{
    width: auto;
    max-width: 100%;
    min-width: auto;
}
.content-entry-wrap .share-counter-wrap.share-counter-wrap-in-content{
    right: 10px;
}

.entry-content{}

.post-design-3 .malachite-blog-feed-post .entry-content {
    border: 1px solid #e0e0e0;
}
.post-design-3 .content-entry-wrap {
    padding: 0 0px;
}
.post-design-3 .entry-thumb {
    margin-bottom: 10px;
}
.post-design-3 .entry-content .entry-meta-on-thumb,
.post-design-3 .entry-content:hover .content-entry-wrap .entry-meta-on-thumb.entry-meta-visible {
    border-top: 1px solid #f7f7f7;
    bottom: 0;
    opacity: 1;
    margin-top: 0;
    padding: 10px 20px 10px 20px !important;
    right: 0;
    width: 100%;
    background: #fcfcfc;
}
.post-design-3 .entry-date,
.post-design-3 .entry-title,
.post-design-3 .entry-summary {
    padding: 0px 40px 0px 30px;
}
.post-design-3 .entry-category {
    padding: 0 15px;
}
.post-design-3 .entry-meta-without-thumb {
    padding: 0 20px 20px 30px;
}
.post-design-3 .entry-meta-on-thumb-content {
    bottom: 40px;
}
.post-design-3 .featured-post-content-wrap .entry-date,
.post-design-3 .featured-post-content-wrap .entry-title,
.post-design-3 .featured-post-content-wrap .entry-summary {
    padding: 0;
}
.post-design-3 .featured-post-content-wrap .entry-category {
    padding: 30px 30px;
}
.featured-post-content-wrap.content-entry-wrap .entry-category {
    z-index: 2;
}
.post-design-3 .malachite-blog-feed-post .entry-content {
    border: 1px solid #f5f5f5;
    box-shadow: 0 3px 50px -100px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.05);
    transition: all .2s ease-in-out;
}
.post-design-3 .malachite-blog-feed-post .entry-content:hover {
    box-shadow: 0 14px 98px -10px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}
.post-design-3 .featured-post-col .entry-date,
.post-design-3 .featured-post-col .entry-category,
.post-design-3 .featured-post-col .entry-title,
.post-design-3 .featured-post-col .entry-summary {
    padding: 20px 0 0 0;
}

/* Category Design */

.category-design-1 .post-categories li a {
    padding: 0;
    display: inline-block;
    z-index: 1;
    position: relative;
    color: #B721FF;
    border-radius: 0 !important;
    margin-right: 10px;
    margin-bottom: 5px;
}
.category-design-1 .post-categories li a::before {
    content: "";
    background: blueviolet;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -5px;
    height: 3px;
    border-radius: 10px;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}
/*.category-design-2 .post-categories {*/
    /*margin-bottom: 10px;*/
/*}*/
.category-design-2 .post-categories li {
    margin-right: 20px;
}
.category-design-2 .category-wrap {
    padding: 10px 20px;
}
.category-design-2 .category-list {
    display: flex;
}
.category-design-2 .category-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: aquamarine;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-weight: 900;
}
.category-design-2 .category-title {
    margin-left: 10px;
}
.category-design-3 .post-categories {
}
.category-design-3 .category-wrap {
    padding: 10px 20px;
}
.category-design-3 .category-title {
    background: aquamarine;
    display: inline-block;
    padding: 3px 10px;
}
.category-design-3 .post-categories li a {
    color: #555555;
    background: #f0f0f0;
    padding: 3px 10px;
    display: inline-flex;
    line-height: 1em;
    margin-right: 2px;
}

.entry-category {
    padding: 10px 0 5px 0;
    margin: 0;
    z-index: 1;
    position: relative;
}
.entry-thumb, .attachment-image {
    margin: 0;
    padding: 0;
}
.entry-image{margin-bottom:22px;}
.entry-thumb.video{padding-bottom:52.7%;position:relative}
.entry-thumb.video iframe{position:absolute;left:0;top:0;height:100%;width:100%}

.attachment-image img{max-width: 100%; height: auto; }
.attachment-caption { margin: 20px 0; text-align: center; }
.attachment-content{line-height:22px; border-top-color: #ccc; border-top-style: dashed; border-top-width: 1px; padding-top: 20px;}




h1.entry-title {
    margin-bottom: 10px;
    padding: 0;
    margin-top: 10px;
}
.entry-title.themesmonsters-title-cat {
    color: inherit;
}
.entry-title {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.entry-summary {
    padding: 15px 0 0 0;
}
.entry-summary.gallery-content-slider {
	padding: 0;
	margin: 0;
}
.entry-summary iframe {
    max-width: 100%;
    height: 100%;
    min-height: 300px;
}
.entry-thumb iframe {
    max-width: 100%;
    height: 300px;
}
.wp-block-embed__wrapper iframe {
    max-width: 100%;
    border-radius: 15px;
}
.entry-thumb {
    position: relative;
}

.post-content-excerpt .frontpage-featured-posts .format-standard .format-icon:before,
.post-content-excerpt .frontpage-featured-posts .format-status .format-icon:before,
.post-content-excerpt .frontpage-featured-posts .format-video .format-icon:before,
.post-content-excerpt .frontpage-featured-posts .format-gallery .format-icon:before,
.post-content-excerpt .frontpage-featured-posts .format-quote .format-icon:before,
.post-content-excerpt .frontpage-featured-posts .format-link .format-icon:before,
.post-content-excerpt .frontpage-featured-posts .format-audio .format-icon:before{
}
.post-content-excerpt .format-standard .format-icon::before,
.post-content-excerpt .format-status .format-icon::before,
.post-content-excerpt .format-video .format-icon::before,
.post-content-excerpt .format-gallery .format-icon::before,
.post-content-excerpt .format-quote .format-icon::before,
.post-content-excerpt .format-link .format-icon::before,
.post-content-excerpt .format-audio .format-icon::before {
    font-family: malachite-font;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    color: #fff;
    top: 20px;
    left: 20px;
    opacity: .5;
    border: 2px solid;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50px;
}

.format-icon {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 0;
    opacity: 0;
    transition: all .3s cubic-bezier(.45,0,.14,1.03) .1s;
}
.entry:hover .format-icon {
    opacity: 1;
}


.post-content-excerpt .format-standard .format-icon:before {
    content: "\e910";
}
.post-content-excerpt .format-status .format-icon:before {
    content: "\e93d";
}
.post-content-excerpt .format-gallery .format-icon:before {
    content: "\e92f";
}
.post-content-excerpt .format-quote .format-icon:before {
    content: "\e911";
}
.post-content-excerpt .format-link .format-icon:before {
    content: "\e931";
}
.post-content-excerpt .format-audio .format-icon:before {
    content: "\e944";
}
.post-content-excerpt .format-audio .entry-thumb {
    padding: 0;
    min-height: auto;
    background: transparent;
}

.post-content-excerpt .malachite-blog-feed-post:hover .format-video::before {
    transform: scale(1.1);
}
.post-content-excerpt .frontpage-posts-slider-post .format-video::before {
    display: none;
}

.format-audio .entry-thumb {
    background: #1A1A1A;
    min-height: 300px;
    padding: 20px 20px;
}
.format-audio .entry-thumb a {
    color: #fff;
}
.format-image .entry-thumb p {
    margin: 0;
}

.blog-feed-sort-preloader-wrap-all .malachite-blog-feed-post .gallery-content-slider .wp-block-gallery {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.no-js .blog-feed-sort-preloader-wrap-all  .malachite-blog-feed-post .gallery-content-slider .wp-block-gallery {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.blog-feed-sort-preloader-wrap-all .malachite-blog-feed-post .gallery-content-slider .wp-block-gallery.owl-loaded {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

/* fade image in after load */
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 500ms;
}




.malachite-blog-feed-post .wp-block-gallery,
.frontpage-featured-posts .wp-block-gallery,
.frontpage-posts-slider .wp-block-gallery  {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.malachite-blog-feed-post ul.wp-block-gallery .owl-stage{
    display: flex;
    align-items: center;
}
.malachite-blog-feed-post .wp-block-gallery.owl-loaded .owl-item,
.frontpage-featured-posts .wp-block-gallery.owl-loaded .owl-item,
.frontpage-posts-slider .wp-block-gallery.owl-loaded .owl-item {
    max-width: 100% !important;
    display: inline-block;
}

.malachite-blog-feed-post .wp-block-gallery.owl-loaded .blocks-gallery-item,
.frontpage-featured-posts .wp-block-gallery.owl-loaded .blocks-gallery-item,
.frontpage-posts-slider .wp-block-gallery.owl-loaded .blocks-gallery-item {
    width: 100% !important;
    margin: 0;
    padding: 0;
}
.malachite-blog-feed-post .format-gallery .entry-summary .read-more-wrap-span {
    display: none;
}

.entry-meta-on-thumb .entry-meta-left {
    width: 160px;
}
.thumb-wrap {
    position: relative;
    z-index: 0;
    transform: translateY(0px);
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}
.post-hover-effect-3 .post-content-excerpt .malachite-blog-feed-post:hover .format-video::before {
    transform: translateY(-10px);
}
.post-hover-effect-3 .malachite-blog-feed .entry-content:hover .thumb-wrap {
    transform: translateY(-10px);
}
.malachite-blog-feed .thumb-wrap img {
    width: 100%;
}
.overlay-thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}

.overlay-thumb::after {
    content: "";
    background: linear-gradient(45deg, rgba(117,229,68,0.65) 0%,rgba(0,0,0,0) 50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.overlay-thumb2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}

.overlay-thumb2::after {
    content: "";
    background: linear-gradient(45deg, rgba(117,229,68,0.65) 0%,rgba(0,0,0,0) 50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.footer_posts_slider_overlay_show .footer-slider .entry-thumb .overlay-thumb,
.footer_posts_slider_overlay_show .footer-slider .entry-thumb .overlay-thumb:after,
.featured_posts_slider_overlay_show .frontpage-featured-posts .featured-post-inner .overlay-thumb,
.featured_posts_slider_overlay_show .frontpage-featured-posts .featured-post-inner .overlay-thumb:after,
.blog_feed_overlay_show .blog-feed .entry-thumb .overlay-thumb,
.blog_feed_overlay_show .blog-feed .entry-thumb .overlay-thumb:after,
.single-post.single_post_overlay_show .entry-thumb .overlay-thumb,
.single-post.single_post_overlay_show .entry-thumb .overlay-thumb:after,
.malachite_frontpage_posts_slider_overlay_show .frontpage-slider-large .frontpage-posts-slider-post .entry-thumb .overlay-thumb,
.malachite_frontpage_posts_slider_overlay_show .frontpage-slider-large .frontpage-posts-slider-post .entry-thumb .overlay-thumb:after {
    opacity: .2;
}
.footer_posts_slider_overlay_show .footer-slider .entry-content:hover .overlay-thumb,
.footer_posts_slider_overlay_show .footer-slider .entry-content:hover .overlay-thumb:after,
.featured_posts_slider_overlay_hover_show .frontpage-featured-post .featured-post-inner:hover .overlay-thumb,
.featured_posts_slider_overlay_hover_show .frontpage-featured-post .featured-post-inner:hover .overlay-thumb:after,
.blog_feed_overlay_show .blog-feed .entry-thumb:hover .overlay-thumb,
.blog_feed_overlay_show .blog-feed .entry-thumb:hover .overlay-thumb:after,{
    opacity: 0;
}
.footer_posts_slider_overlay_hover_show .footer-slider .entry-content:hover .overlay-thumb2,
.footer_posts_slider_overlay_hover_show .footer-slider .entry-content:hover .overlay-thumb2:after,
.featured_posts_slider_overlay_hover_show .frontpage-featured-post .featured-post-inner:hover .overlay-thumb2,
.featured_posts_slider_overlay_hover_show .frontpage-featured-post .featured-post-inner:hover .overlay-thumb2:after,
.blog_feed_overlay_hover_show .blog-feed .entry-content:hover .overlay-thumb2,
.blog_feed_overlay_hover_show .blog-feed .entry-content:hover .overlay-thumb2:after,
.malachite_frontpage_posts_slider_overlay_hover_show .frontpage-posts-slider-large:hover .overlay-thumb2,
.malachite_frontpage_posts_slider_overlay_hover_show .frontpage-posts-slider-large:hover .overlay-thumb2:after{
    opacity: .6;
}
.entry-content:hover .entry-meta-on-thumb {
    opacity: 1;
    bottom: 30px;
}
.post-hover-effect-3 .entry-meta-on-thumb:hover {
    bottom: 30px;
}
.entry-meta-on-thumb .likes-wrap,
.entry-meta-on-thumb .views-wrap {
    width: 70px;
    padding: 0;
    vertical-align: middle;
    display: block;
    text-align: center;
}

.col-md-3 .entry-meta-left {
    position: relative;
    width: 70px;
}
.col-md-3 .entry-meta-right {
    display: block;
}
.entry-meta a,
.entry-meta a:visited,
.entry-meta a:focus,
.entry-meta a:active{
    color:inherit;
}
.entry-meta-left {
    position: relative;
    display: inline-flex;
    width: 100%;
    vertical-align: middle;
    justify-content: start;
}
.entry-meta-right {
    display: inline-flex;
    vertical-align: top;
    padding: 0;
    justify-content: end;
}
.col-md-3 .entry-meta-author-thumb {
    width: 40px;
}
.entry-meta-on-thumb {
    display: flex;
    padding: 0 20px;
}
.author-wrap {
    position: relative;
    width: 100px;
    border: 1px solid;
}
.entry-meta-author-content {
    padding: 0 4px;
}
.entry-meta-author-name {
    color: #999999;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0px;
}
.entry-meta-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 20px;
}
.entry-meta-wrapper .thumbnail-date {
    padding: 0;
}

.entry-category {
    padding: 0;
    display: inline-block;
}


.entry-meta-author-thumb img {
    border-radius: 50px !important;
    width: 50px;
}
.entry-meta-left a {
    padding: 0 10px;
    font-size: 14px;
    display: block;
    color: inherit;
}
.entry-meta-date {
    position: relative;
}
.entry-date {
    font-size: 14px;
    line-height: 1;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}
.entry-date span:first-child {
    position: relative;
    border: 0px solid;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 25px;
}
.entry-date span:first-child::after {
    content: "";
    background: rgba(0,0,0,.1);
    position: absolute;
    width: 30px;
    height: 1px;
    top: 50%;
    left: 50px;
}
.entry-date span:last-child {
    vertical-align: middle;
    padding: 0 0 0 70px;
}
.frontpage-posts-slider-post .thumbnail-date {
    opacity: 1;

}
.footer-slider .frontpage-posts-slider-post .thumbnail-date {

}
.footer-slider .frontpage-posts-slider-post .entry-content:hover .thumbnail-date {

}
.frontpage-posts-slider-post .entry-content:hover .thumbnail-date {

}
.entry-title-center-on-thumb {
    margin: auto;
    text-align: center;
    color: #fff;
    top: 30px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.entry-title-center-on-thumb .entry-title a {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #fff !important;
    vertical-align: middle;
    transform: translateY(-50%);
    text-align: center !important;
    margin-top: 20px;
    opacity: 0;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.frontpage-posts-slider.footer-slider .thumbnail-date {
    color: #ffffff;
}
.entry-meta-on-thumb-content:hover .entry-title a {
    margin-top: 0;
    opacity: 1;
}
.entry-content:hover .thumbnail-date {
    opacity: 1;
}
.entry-meta-on-thumb-content .thumbnail-date {
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	position: relative;
	font-size: 0;
}
.entry-meta-on-thumb-content .thumbnail-date::before {
	background: #fff;
	content: "";
	width: 5px;
	height: 10px;
	position: absolute;
	top: -5px;
	border-radius: 10px;
	left: 10px;
}
.entry-meta-on-thumb-content .thumbnail-date::after {
	content: "";
	background: #fff;
	position: absolute;
	width: 5px;
	height: 10px;
	border-radius: 10px;
	top: -5px;
	right: 10px;
}
.thumbnail-date span:first-child {
	font-size: 20px;
	display: block;
	line-height: 1;
	padding: 2px;
}
.thumbnail-date span:last-child {
	font-size: 12px;
	line-height: 1;
	padding: 2px;
}
.entry-meta-author-content .entry-date {
    padding: 0 0 0 10px;
}
.post-categories {
    top: 25px;
    left: 25px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.share-buttons {
    padding: 0;
    margin: 0;
}
.share-buttons li {
	display: inline-block;
	min-width: 100px;
	height: 30px;
	margin-right: 7px;
}
.share-buttons li:last-child {
    margin-right: 12px;
}
.share-buttons a {
	display: flex;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
}
.share-buttons span {
    display: none;
}
.share-buttons svg {
    fill: #ffffff;
    width: 13px;
    height: 13px;
    text-align: center;
    margin: auto;
}

.share-googleplus svg {
    width: 18px;
    height: 16px;
}
.share-twitter  {
    background: #1da1f2;
}
.share-twitter svg  {
    fill: #ffffff;
}

.share-facebook {
    background: #3b5998;
}
.share-facebook svg{
    fill: #ffffff;
}

.share-googleplus {
    background: #db4437;
}
.share-googleplus svg{
    fill: #ffffff;
}

.share-pinterest {
    background: #b5071a;
}
.share-pinterest svg{
    fill: #ffffff;
}
.share-link-pocket {
    background: #ed5c6d;
}
.share-vkcom {
    background: #608aaf;
}
.share-counter-wrap,
.likes-wrap,
.views-wrap,
.comments-wrap {
    position: relative;
    padding: 0 15px 0 0;
}
.entry-meta-without-thumb {
    margin-top: 15px;
}
.entry-meta-without-thumb .entry-meta-content .comments-wrap,
.entry-meta-without-thumb .entry-meta-content .views-wrap,
.entry-meta-without-thumb .entry-meta-content .likes-label,
.entry-meta-without-thumb .entry-meta-content .likes-icon.icon-heart.icon-heart-unliked,
.entry-meta-wrapper .thumbnail-date span {
    color: #999 !important;
}
.entry-meta-without-thumb .entry-meta-content {
    padding: 5px 0;
}
.entry-meta-without-thumb-content .thumbnail-date {
    display: none;
}
.share-counter-icon,
.likes-icon,
.views-icon,
.comments-icon {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    z-index: 1;
    display: inline-block;
}
.share-counter-icon {
    width: 20px;
    display: block;
    height: 20px;
    color: #fff;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}
.share-counter-label,
.likes-label,
.views-label,
.comments-numbers {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    opacity: 1;
    display: inline-block;
    font-family: open sans;
    font-size: 12px;
    padding: 0;
}



.share-counter-label {
    border-bottom: 1px dotted #C9C9C9;
    cursor: default;
}
.share-popup {
    position: absolute;
    left: -40px;
    margin: auto;
    text-align: center;
    color: #000;
    vertical-align: middle;
    visibility: hidden;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    opacity: 0;
    z-index: 999;
    top: 40px;
    border-radius: 15px;
}
.share-title {
    position: absolute;
    right: 20px;
    top: 0;
}
.share-on-thumb {
    position: absolute;
    top: 0;
    z-index: 1;
}
.share-counter-wrap {
    opacity: 0;
    position: relative;
    z-index: 1;
    right: 20px;
    width: 40px;
    transform: scale(0);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.entry-meta-on-thumb-content:hover .share-counter-wrap{
    transform: scale(1);
    opacity: 1;
}
.share-counter-wrap:hover .share-counter-icon {
    color: #000;
    background: #ffffff;
}


.share-counter-wrap:hover .share-popup {
    visibility: visible;
    opacity: 1;
}
.share-popup a {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.share-popup a:hover {
    background: rgba(255,255,255,.3);
}

.share-popup span {
    width: 24px;
    height: 24px;
    display: none;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}
.malachite-blog-feed-post .share-popup span {
    display: none;
}
.malachite-blog-feed-post blockquote:before {
    left: 40px;
}
.malachite-blog-feed-post blockquote:after {
    left: 80px;
}
.malachite-blog-feed-post blockquote {
    padding: 15px 60px 15px 120px;
}
.malachite-blog-feed-post .rating-button-minus,
.malachite-blog-feed-post .rating-button-plus,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-button-minus,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-button-plus {
    width: 30px;
    height: 30px;
}
.malachite-blog-feed-post .rating-icon-down,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-icon-down {
    top: 11px;
}
.malachite-blog-feed-post .rating-button-count,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-button-count {
    min-width: 30px;
    height: 30px;
    line-height: 27px;
}
.malachite-blog-feed-post .rating-icon-down,
.malachite-blog-feed-post .rating-icon-down::before,
.malachite-blog-feed-post .rating-icon-down::after,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-icon-down,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-icon-down::before,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-icon-down::after {
    width: 10px;
    height: 10px;
}
.malachite-blog-feed-post .rating-icon-up,
.malachite-blog-feed-post .rating-icon-up::before,
.malachite-blog-feed-post .rating-icon-up::after,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-icon-up,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-icon-up::before,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-icon-up::after {
    width: 10px;
    height: 10px;
}
.malachite-blog-feed-post .rating-icon-up,
.malachite-blog-feed-post.malachite-blog-feed-related-post .rating-icon-up {
    top: 8px;
}
.single-post .malachite-blog-feed-post .share-buttons svg,
.single-post-2 .malachite-blog-feed-post .share-buttons svg,
.single-post-3 .malachite-blog-feed-post .share-buttons svg {
    width: 14px;
    height: 11px;
    margin: auto;
}
.single-post .malachite-blog-feed-post.malachite-blog-feed-related-post .share-buttons svg,
.single-post-2 .malachite-blog-feed-post.malachite-blog-feed-related-post .share-buttons svg,
.single-post-3 .malachite-blog-feed-post.malachite-blog-feed-related-post .share-buttons svg {
    margin: auto;
}
.malachite-blog-feed-post .share-buttons a {
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.malachite-blog-feed-post.malachite-blog-feed-related-post .entry-meta a {
    padding: 0;
}
.malachite-blog-feed-post {}


.share-count {
    font-size: 11px;
    opacity: .6;
    vertical-align: middle;
}
.share-counter-label p {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.post-categories li {
    display: inline-block;
}

.post-categories li a:hover::before {
    right: 0;
}

.entry-date a {
    color:inherit
}

.rating-wrap {
    display: flex;
    border-radius: 5px;
}
/*.rating-button-minus,*/
/*.rating-button-plus {*/
    /*position: relative;*/
    /*font-size: 22px;*/
    /*width: 50px;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*line-height: 50px;*/
    /*height: 50px;*/
    /*background: rgba(0,0,0,.1);*/
    /*transition: all .1s cubic-bezier(.45,0,.14,1.03);*/
    /* border-radius: 9px; */
/*}*/
/*.rating-icon.icon-minus::before {*/
    /*content: "\e960";*/
    /*transform: rotate(180deg);*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*line-height: 50px;*/
    /*text-align: center;*/
/*}*/
/*.rating-icon.icon-plus:before {*/
    /*content: "\e960";*/
/*}*/

.rating-icon-plus {
    position: relative;
    background-color: orange;
    text-align: left;
}
.rating-icon-plus:before,
.rating-icon-plus:after {
    content: '';
    position: absolute;
    background-color: inherit;
}
.rating-icon-plus,
.rating-icon-plus:before,
.rating-icon-plus:after {
    width:  4em;
    height: 4em;
    border-top-right-radius: 30%;
}
.rating-icon-plus {
    transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
}
.rating-icon-plus:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.rating-icon-plus:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}
.rating-button-minus,
.rating-button-plus {
    width: 30px;
    height: 30px;
}
.rating-icon {
    width: 50px;
}

.rating-icon-up,
.rating-icon-up::before,
.rating-icon-up::after {
    width: 10px;
    height: 10px;
}
.rating-icon-up {
    overflow: hidden;
    position: relative;
    top: 10px;
    border-radius: 20%;
    transform: translateY(50%) rotate(30deg) skewY(30deg) scaleX(0.866);
    cursor: pointer;
    pointer-events: none;
    left: 0;
    right: 0;
    margin: auto;
}
.rating-icon-up::before,
.rating-icon-up::after {
    position: absolute;
    background: #454545;
    pointer-events: auto;
    content: '';
}
.rating-icon-up::before {
    border-radius: 20% 20% 20% 50%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%);
}
.rating-icon-up::after {
    border-radius: 20% 20% 50% 20%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
}

.rating-icon-down,
.rating-icon-down::before,
.rating-icon-down::after {
    width: 10px;
    height: 10px;
}
.rating-icon-down {
    overflow: hidden;
    position: relative;
    top: 13px;
    border-radius: 20%;
    transform: translateY(-50%) rotate(210deg) skewY(30deg) scaleX(0.866);
    cursor: pointer;
    pointer-events: none;
    left: 0;
    right: 0;
    margin: auto;
}
.rating-icon-down::before,
.rating-icon-down::after {
    position: absolute;
    background: #454545;
    pointer-events: auto;
    content: '';
}
.rating-icon-down::before {
    border-radius: 20% 20% 20% 50%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%);
}
.rating-icon-down::after {
    border-radius: 20% 20% 50% 20%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
}
.rating-button-count {
	min-width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}


.entry-meta-on-thumb .rating-button-minus span,
.entry-meta-on-thumb .rating-button-plus span {}



/* SINGLE POST
------------------------------------------------------------------------*/

.single-content-wrap {
    padding: 0;
}
.single-content-wrap h1.entry-title {
    margin: 40px 0 40px 0;
}
.single-post .entry-meta {
    display: block;
}
.single-post .entry-meta a {
    /* border: 1px solid; */
    padding: 3px 10px;
    display: inline-block;
}
.single-post .entry-meta .entry-tags span,
.single-post .entry-meta .entry-tags a,
.single-post .entry-meta .entry-category,
.single-post .entry-author {
    font-size: 15px;
}
.single-post .entry-meta .entry-tags a {
    color: #999;
    margin: 0 10px 0 0;
    font-size: 13px;
    padding: 5px 10px 5px 30px;
    letter-spacing: 0;
    position: relative;
    overflow: hidden;
}
.single-post .entry-meta .entry-tags a::before {
    content: "#";
    position: absolute;
    left: 0;
    width: 35px;
    top: 0;
    bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.single .entry-meta span {

}
.single .entry-meta span.fn{
    font-weight:normal;
}


.single-post .entry-meta div p,
.single-post-2 .entry-meta div p,
.single-post-3 .entry-meta div p {
     font-size: 18px;
     margin: 0;
}
.single-post .share-buttons svg,
.single-post-2 .share-buttons svg,
.single-post-3 .share-buttons svg {
    width: 15px;
    height: 13px;
    margin: 8px 10px 0px 10px;
}
.single-post  .share-buttons span,
.single-post-2  .share-buttons span,
.single-post-3  .share-buttons span {
    display: block;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}
.single-post-full-width-parallax-margin.single-has-thumbnail {
    margin-top: 500px;
}


.single-meta-buttons .share-counter-wrap,
.single-meta-buttons .likes-wrap,
.single-meta-buttons .views-wrap,
.single-meta-buttons .comments-wrap {
    padding: 0 10px 0 0;
    font-size: 0;
}
.single-meta-author-date {
    z-index: 1;
    position: relative;
}
.single-meta-buttons {
    position: relative;
    z-index: 1;
}
.single-meta-wrap {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
.single-post-1 .single-meta-wrap {
    left: 0;
    bottom: 0;
    right: 0;
}
.single-meta-wrap-without-thumb {
    z-index: 1;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 30px;
}
.single-meta-wrap-without-thumb .thumbnail-date {
    opacity: 1;
    left: 0;
    position: relative;
    width: 70px;
    padding: 0 10px;
    color: inherit;
}

.single-meta-wrap-without-thumb .entry-meta-author-thumb {
    display: inline-block;
    position: relative;
    transform: none;
    z-index: 1;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    vertical-align: middle;
}
.single-meta-wrap-without-thumb .entry-meta-author-content {
    display: inline-block;
    width: 120px;
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    vertical-align: middle;
}
.single-meta-wrap-without-thumb .entry-meta-author-name {
    background: transparent !important;
    padding: 5px 10px;
    border-radius: 15px;
    position: relative;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    white-space: nowrap;
    color: inherit;
    transform: none;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    width: 120px;
    height: 30px;
    line-height: 1;
    text-align: left;
}
.single-meta-wrap-without-thumb .share-counter-icon,
.single-meta-wrap-without-thumb .likes-icon,
.single-meta-wrap-without-thumb .views-icon,
.single-meta-wrap-without-thumb .comments-icon {
    color: inherit;
    opacity: .5;
}
.single-meta-wrap-without-thumb .comments-wrap,
.single-meta-wrap-without-thumb .views-wrap,
.single-meta-wrap-without-thumb .likes-label,
.single-meta-wrap-without-thumb .likes-icon.icon-heart.icon-heart-unliked {
    color: inherit;
}

.single-meta-wrap .entry-meta-author-thumb {
    display: inline-block;
    position: relative;
    transform: none;
    z-index: 1;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    vertical-align: middle;
}
.single-meta-wrap .entry-meta-author-content {
    display: inline-block;
    width: 120px;
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    vertical-align: middle;
}
.single-meta-wrap .entry-meta-author-name {
    background: transparent !important;
    padding: 5px 10px;
    border-radius: 15px;
    position: relative;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    white-space: nowrap;
    color: #fff !important;
    transform: none;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    width: 120px;
    height: 30px;
    line-height: 1;
    text-align: left;
}
.single-meta-wrap .entry-meta-author-content:hover .entry-meta-author-name {
    visibility: visible;
    opacity: 1;
    right: auto;
    transform: scale(1);
    top: auto;
    width: 140px;
    height: 27px;
}
.single-meta-wrap .entry-meta-author-name a {
    color: #fff;
    font-size: 12px;
}
.single-post-3 h1.entry-title {
	margin: auto;
	z-index: 1;
	position: relative;
	width: 50%;
	top: 50%;
	transform: translateY(-40%);
}
.single-post .single-left-sidebar .single-content-wrap,
.single-post-2 .single-left-sidebar .single-content-wrap,
.single-post-3 .single-left-sidebar .single-content-wrap {
    padding: 0 30px 0 0 !important;
}
.single-post .share-disable .single-content-wrap,
.single-post-2 .share-disable .single-content-wrap,
.single-post-3 .share-disable .single-content-wrap {
    padding: 0 !important;
}
.single-post .single-content-wrap .entry-tags,
.single-post-2 .single-content-wrap .entry-tags,
.single-post-3 .single-content-wrap .entry-tags {
    font-size: 0;
}
.single-post .entry-thumb,
.single-post-2 .entry-thumb,
.single-post-3 .entry-thumb {
    margin-top: 0;
}

.single-post .author_bio_section, 
.single-post-2 .author_bio_section, 
.single-post-3 .author_bio_section {
	padding: 30px 30px;
	margin-top: 30px;
	display: inline-block;
	background: rgba(0,0,0,.02);
}
.single-post .author_bio_section h5,
.single-post-2 .author_bio_section h5,
.single-post-3 .author_bio_section h5 {
    margin: 0 0 20px 0;
}
.single-post .author_details,
.single-post-2 .author_details,
.single-post-3 .author_details {
    display: flex;
}
.single-post .author-avatar,
.single-post-2 .author-avatar,
.single-post-3 .author-avatar {
    min-width: 100px;
}
.single-post .author-description,
.single-post-2 .author-description,
.single-post-3 .author-description {
    padding: 0px 20px;
}
.single-post .author-avatar img,
.single-post-2 .author-avatar img,
.single-post-3 .author-avatar img{
    border-radius: 15px;
}
.single-post .author_links,
.single-post-2 .author_links,
.single-post-3 .author_links {
    display: block;
    margin: 30px 0 0 0;
}
.single-post .author_links a,
.single-post-2 .author_links a,
.single-post-3 .author_links a {
    padding: 10px 20px 10px 40px;
    display: inline-block;
    background: #fff;
}
.author_links a:before {
    position: absolute;
    color: #000;
    font-size: 20px;
    left: 10px;
    font-family: malachite-font;
    vertical-align: middle;
    top: 5px;
}
.author_links a:last-child::before {
    content: "\e925";
}
.author_links a:first-child::before {
    content: "\e934";
}
.single-post .entry-meta-on-thumb-single,
.single-post-2 .entry-meta-on-thumb-single,
.single-post-3 .entry-meta-on-thumb-single {
    display: flex;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    color: #fff;
}
.entry-meta-on-content-single {
    display: flex;
    margin-bottom: 30px;
}



.entry-meta .sep{display:inline;margin:0 5px}

.entry-header{margin:0 0 20px}
.entry-footer{
    margin-top:20px;
    margin-bottom: 30px;
}
.malachite-single-meta-wrap {
    margin-bottom: 30px;
}


/* Table */
.entry table{width:100%}
.entry table,.entry th,.entry td{border:2px solid #f5f5f5;}
.entry th,.entry td{padding:10px}
.entry td{font-size:14px}

/* Preformated */
.entry pre {white-space: pre-wrap;}

/* POST - BANNER
------------------------------------------------------------------------*/

.internal-banner{margin-bottom:40px;position:relative}
.internal-banner:before{width:100%;height:100%;background-color:#555555;opacity:0.30;content:"";position:absolute;left:0;top:0;z-index:2}
.internal-banner > img{max-width:100%;position:relative;z-index:1}
.internal-banner .caption{max-width:75%;z-index:3;color:#fff;text-align:center;width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.internal-banner .caption .date{font-size:16px;margin:0 0 10px;text-transform:uppercase}
.internal-banner .caption h1{font-size:48px;margin:0 0 40px;padding:0 0 30px;position:relative;text-transform:uppercase; color:#fff}
.internal-banner .caption h1 a{color:#fff}
.internal-banner .caption h1 a:hover,
.internal-banner .caption h1 a:focus,
.internal-banner .caption h1 a:active{text-decoration:none}
.internal-banner .caption h1:before{content:"";width:35px;border-bottom:2px solid;position:absolute;left:50%;bottom:0;margin-left:-17px;color:#fff}
.internal-banner .caption .read-more{text-transform:uppercase;font-weight:700;margin:0}
.internal-banner .caption .read-more a{color:inherit;}

/* COMMENTS
------------------------------------------------------------------------*/

p.logged-in-as {
    margin-top: 0px;
    margin-bottom: 20px;
}
.comments {
    margin-top: 20px;
}

.comment-title {
    margin: 30px 0 20px 0;
    font-size: 28px;
    display: block;
    padding: 0px 40px 10px 40px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 20px 40px 40px 40px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.comment-list > li {
    margin-top: 40px;
}
.comment-list > li:first-child{margin-top:0}

.comment-list .children {
    list-style: none;
    padding: 0 0 0 50px;
}
.comment-list .children > li{margin-top:40px}

.comment-body{}
.comment-body:after{display:table;clear:both;content:" ";}

.comment-body > .reply{
    padding: 10px 20px 0 0;
}
.comment-respond {
    padding: 30px 40px 20px 40px;
}



.comment-body > .comment-content {
    line-height: 22px;
    text-align: justify;
    background: rgba(0,0,0,.03);
    padding: 30px 30px;
}
.comment-content p {
    margin: 0;
}
.comment-author {
    color: #000;
    margin: 0 0 5px;
}
.comment-author .says{display:none}
.comment-author a{color:inherit}
.comment-author-admin .comment-author{color:#fff;background-color:#2d2d2d;display:inline-block;padding:5px 10px;text-transform:none;font-style:italic}
.comment-author-admin .comment-author a {color:#fff;}
.comment-metadata {
    padding: 0 20px 0 0;
}
.comment-metadata a{
    color:inherit
}
.comment-metadata .comment-edit-link {
    padding: 2px 0;
    color: #000;
    width: 25px;
    text-align: center;
    border-bottom: 2px dashed rgba(0,0,0,.2);
}
.comment-meta {
    display: block;
    margin: 0 0 20px 0px;
}
.comment-meta-author {
    display: inline-block;
    vertical-align: middle;
}
.comment-meta-rating {
    display: inline-flex;
    vertical-align: middle;
    float: right;
}
.comment-subject{color:#000;font-size:13px;font-weight:700;margin:0 0 15px;}
.comment-content{font-size:13px;line-height:22px;text-align:justify}

.comment-reply{}
.comment-reply-link {
    font-weight: 600;
    color: #000;
    display: inline-flex;
    position: relative;
    background: aquamarine;
    padding: 10px 20px;
    line-height: 1.5em;
    margin-top: 10px;
}
.comment-reply-link::before {
    content: "\e91f";
    font-family: 'malachite-font';
    margin-right: 10px;
    font-size: 21px;
    position: relative;
}
.comment-reply-link:hover{text-decoration:none}

.comments {
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,.05);
}
.comment-form .form-group input {
    background: #fff;
    padding: 20px 20px;
}
.comment-form textarea.form-control {
    padding: 20px 20px;
    border: 1px solid rgba(0,0,0,.05);
}
.comments .comment-reply-title {
    margin: 0px 0 10px;
    font-size: 28px;
}
.comments .comment-notes {
    margin-bottom: 40px;
    font-weight: 900;
}
.comment-rating-wrap {
    margin-top: 0;
}


/* BLOG FEED
------------------------------------------------------------------------*/

.blog-feed{
    position: relative;
}
.blog-feed h4{
    margin: 0;
}

.blog-feed > h4 {
    position: relative;
    margin: 25px 0 15px 0;
    margin: 0;
}
.blog-feed > h2:after {
    font-family: 'FontAwesome';
    content:"\f107";
    margin-left:10px;
}

.blog-feed-sort {
    display: inline-block;
    padding: 5px 5px;
    border-radius: 15px;
    background-color: #f5f5f5;
    margin: 0 0 20px 10px;
    justify-content: end;
}
.blog-feed-sort li {
    position: relative;
    z-index: 1;
}
.blog-feed-sort-option,
.blog-feed-sort-option-link {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 10px 20px 10px 40px;
    border-radius: 15px;
    cursor: pointer;
    margin-right: 0;
}
.blog-feed-sort-option:nth-child(1)::before,
.blog-feed-sort-option-link:nth-child(1)::before {
    content: "\e916";
    position: absolute;
    left: 13px;
    font-family: malachite-font;
    font-size: 18px;
    color: #ccc;
    top: 50%;
    transform: translateY(-50%);
}
.blog-feed-sort-option:nth-child(2)::before,
.blog-feed-sort-option-link:nth-child(2)::before {
    content: "\e919";
    position: absolute;
    left: 13px;
    font-family: malachite-font;
    font-size: 18px;
    color: #ccc;
    top: 50%;
    transform: translateY(-50%);
}
.blog-feed-sort-option:nth-child(3)::before,
.blog-feed-sort-option-link:nth-child(3)::before {
    content: "\e959";
    position: absolute;
    left: 13px;
    font-family: malachite-font;
    font-size: 18px;
    color: #ccc;
    top: 50%;
    transform: translateY(-50%);
}
.blog-feed-sort-option:nth-child(4)::before,
.blog-feed-sort-option-link:nth-child(4)::before {
    content: "\e96e";
    position: absolute;
    left: 13px;
    font-family: malachite-font;
    font-size: 18px;
    color: #ccc;
    top: 50%;
    transform: translateY(-50%);
}
.blog-feed-sort-option:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.blog-feed-sort-option:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.blog-feed-sort-option.active,
.blog-feed-sort-option-link.active {
    cursor: default;
}
.blog-feed-sort-option span {
    transition: color .1s ease;
}
.blog-feed-sort-option-link span {
    transition: all .2s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.lavalamp-wrap li:hover a{
    color: #fff;
}

.blog-feed-sort-option.active span,
.blog-feed-sort-option-link.active span,
.sort-wrapper li.blog-feed-sort-option.active:before,
.sort-wrapper li.blog-feed-sort-option-link.active:before{
    color: #ffffff;
}

.blog-feed-sort-preloader{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    /*background-color: rgba(0,0,0,.6);*/
    left: 0;
    top: 0;
}
.blog-feed-sort-preloader::before {
    content: "";
    margin: auto;
    text-align: center;
    /* border: 1px solid; */
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    background-image: url('customize/images/preloader.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.4);
    border-radius: 15px;
}
.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.lavalamp-object {
    position: absolute!important;
    left: 0;
    top: 0;
    width: 0;
    box-shadow: 0 0 13px -7px rgba(0,0,0,0.1);
    background: #000000;
    z-index: 0;
    bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.lavalamp-wrap li.lavalamp-object {
    background: #6547ff;
}

/* PAGINATION
------------------------------------------------------------------------*/

.pagination-blog-feed{
    margin:25px 0;padding-bottom:10px;
    clear: both;
}
.pagination-blog-feed > div {
    display: inline-block;
    margin-left: 45px;
}
.pagination-blog-feed .next_posts{
    float: right;
    margin-right: 45px;
}
.pagination-blog-feed a {
    color: #555;
    position: relative;
    padding: 10px 10px;
    display: block;
    margin-bottom: 30px;
}
.pagination-blog-feed a:focus,
.pagination-blog-feed a:hover{text-decoration:none;}
.pagination-blog-feed .previous_posts a::after {
    content: "\e906";
    font-family: 'malachite-font';
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.pagination-blog-feed .next_posts a::after {
    content: "\e908";
    font-family: 'malachite-font';
    margin-left: 10px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.pagination-post {
    margin: 25px 0;
    display: flex;
}
.pagination-post-wrap-thumb {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}
.pagination-post-wrap-text {
    display: inline-block;
    padding: 0 30px;
    width: calc(100% - 0px);
    vertical-align: middle;
}

.previous_post.has_thumb .pagination-post-wrap-text {
    margin-right: 80px;
}
.next_post.has_thumb .pagination-post-wrap-text {
    float: right;
    margin-left: 100px;
}
.single-post-bar .pagination-post-wrap-text {
    padding: 0 10px;
    width: calc(100% - 50px);
}
.pagination-post .next_post .pagination-post-title {
}
.pagination-post img {
    width: 90px;
    min-width: 90px;
    border-radius: 0 !important;
}
.single-post-bar .pagination-post img {
    width: 50px;
    min-width: 50px;
}
.single-post-bar .pagination-post-wrap-thumb {
    width: 50px;
}
.previous_post .pagination-post-wrap-thumb img {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.next_post .pagination-post-wrap-thumb img {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}
.next_post .pagination-post-wrap-thumb {
    left: 0;
    right: auto;
}
.pagination-post > div {
    display: flex;
    max-width: 50%;
    width: 48%;
}
.pagination-post .next_post a {
    text-align: right;
    border-radius: 0;
}
.previous_post.has_thumb a::before,
.next_post.has_thumb a::after{
    display: none;
}
.pagination-post .previous_post.has_thumb a .pagination-post-wrap,
.pagination-post .next_post.has_thumb a .pagination-post-wrap {
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
    width: calc(100% - 30px);
}
.next_post .pagination-post-wrap {
    margin-right: 30px !important;
}
.previous_post .pagination-post-wrap {
    margin-left: 30px !important;
}
.pagination-post-wrap {
    position: relative;
}
.pagination-post .next_post{float:right}
.pagination-post a {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 88px;
    width: 100%;
}
.pagination-post .next_post a .pagination-post-wrap,
.pagination-post .previous_post a .pagination-post-wrap{
    padding: 20px 40px;
}
.pagination-post .previous_post a .pagination-post-wrap,
.pagination-post .next_post a .pagination-post-wrap{
    min-height: 88px;
    max-height: 88px;
}
.pagination-post .previous_post a .pagination-post-wrap {
    padding: 10px 20px 10px 10px;
}
.pagination-post .next_post a .pagination-post-wrap {
    padding: 10px 50px 10px 10px;
}
.previous_post .pagination-post-wrap::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 30px 44px 30px;
    border-color: transparent blueviolet transparent transparent;
    position: absolute;
    left: -60px;
    top: 0;
    z-index: 1;
}
.next_post .pagination-post-wrap::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 30px 44px 30px;
    border-color: transparent transparent transparent blueviolet;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 1;
}
.pagination-blog-feed .next_posts a,
.pagination-blog-feed .previous_posts a {
    margin: 0;
    background: rgba(0,0,0,.07);
    min-height: auto;
    padding: 20px 20px 20px 40px;

}
.pagination-blog-feed .next_posts a {
    padding: 20px 40px 20px 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.pagination-blog-feed .previous_posts a {
    padding: 20px 40px 20px 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pagination-blog-feed .next_posts a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 30px 31px 30px;
    border-color: transparent transparent transparent rgba(0,0,0,.07);
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 1;
}
.pagination-blog-feed .previous_posts a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 30px 32px 30px;
    border-color: transparent rgba(0,0,0,.07) transparent transparent;
    position: absolute;
    left: -60px;
    top: 0;
    z-index: 1;
}
.pagination-blog-feed .previous_posts a {

}
.pagination-post .next_post a .pagination-post-wrap {
    padding: 0 10px 0 30px;
    width: calc(100% - 30px);
}
.single-post-bar .pagination-post .previous_post a .pagination-post-wrap,
.single-post-bar .pagination-post .next_post a .pagination-post-wrap {
    padding: 5px 30px;
}
.pagination-post a:focus,
.pagination-post a:hover{text-decoration:none;}

.pagination-post .previous_post .previous_post_thumb a::before,
.pagination-post .next_post .next_post_thumb a::before,
.pagination-post .previous_post .previous_post_thumb a::after,
.pagination-post .next_post .next_post_thumb a::after {
    content: "";
}

.pagination-post-wrap {
    display: inline-block;
    padding:  30px 0 0 0;
}
.pagination-post-label {
    display: block;
    opacity: .4;
    font-size: .9em !important;
}
.pagination-post-title {
    padding: 0 0 5px 0;
    display: block;
    line-height: 1.3;
}
.triangle-rounded-left {
    position: relative;
    background-color: orange;
    text-align: left;
}
.triangle-rounded-left:before,
.triangle-rounded-left:after {
    content: '';
    position: absolute;
    background-color: inherit;
}
.triangle-rounded-left,
.triangle-rounded-left:before,
.triangle-rounded-left:after {
    width:  10em;
    height: 10em;
    border-top-right-radius: 30%;
}

.triangle-rounded-left {
    transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
}
.triangle-rounded-left:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangle-rounded-left:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

/* SIDEBAR / WIDGETS
------------------------------------------------------------------------*/

.sidebar-block {
    padding-bottom: 35px;
    border-radius: 15px;
}
.sidebar .wp-block-heading {
	margin: 0 0 30px 0;
}
.sidebar.sidebar-column,
.single-right-sidebar,
.single-left-sidebar {
    padding-top: 20px;
}
.sidebar .wp-block-heading, 
.sidebar .wp-block-search .wp-block-search__label,
.malachite-blog-feed h5 {
    position: relative;
    display: inline-block;
    font-weight: inherit;
}
.widget {
    position: relative;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    z-index: 1;
}
.widget:first-child {
    padding-top: 0;
}

.sidebar-design-2 .widget::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTE0LjYgMTQuMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTE0LjYgMTQuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMwMTAxMDE7fTwvc3R5bGU+PHBhdGggaWQ9IlhNTElEXzJfIiBjbGFzcz0ic3QwIiBkPSJNMTE0LjYsM2MtMy4xLDAtNC42LDIuMS02LjMsNC42Yy0xLjgsMi41LTMuOSw1LjQtOCw1LjRzLTYuMi0yLjktOC01LjRDOTAuNiw1LjEsODksMyw4NiwzYy0zLjEsMC00LjYsMi4xLTYuNCw0LjZjLTEuOCwyLjUtMy45LDUuNC04LDUuNHMtNi4yLTIuOS04LTUuNEM2MS45LDUuMSw2MC40LDMsNTcuMywzYy0zLjEsMC00LjYsMi4xLTYuNCw0LjZjLTEuOCwyLjUtMy45LDUuNC04LDUuNGMtNC4xLDAtNi4yLTIuOS04LTUuNEMzMy4zLDUuMSwzMS43LDMsMjguNywzYy0zLjEsMC00LjYsMi4xLTYuNCw0LjZjLTEuOCwyLjUtMy45LDUuNC04LDUuNGMtNC4xLDAtNi4yLTIuOS04LTUuNEM0LjYsNS4xLDMuMSwzLDAsM1YxYzQuMSwwLDYuMiwyLjksOCw1LjRjMS44LDIuNSwzLjMsNC42LDYuNCw0LjZzNC42LTIuMSw2LjQtNC42YzEuOC0yLjUsMy45LTUuNCw4LTUuNGM0LjEsMCw2LjIsMi45LDgsNS40QzM4LjQsOC45LDM5LjksMTEsNDMsMTFjMy4xLDAsNC42LTIuMSw2LjQtNC42YzEuOC0yLjUsMy45LTUuNCw4LTUuNGM0LjEsMCw2LjIsMi45LDgsNS40YzEuOCwyLjUsMy4zLDQuNiw2LjQsNC42czQuNi0yLjEsNi40LTQuNkM3OS44LDMuOSw4MS45LDEsODYsMXM2LjIsMi45LDgsNS40YzEuOCwyLjUsMy4zLDQuNiw2LjQsNC42czQuNi0yLjEsNi4zLTQuNmMxLjgtMi41LDMuOS01LjQsOC01LjQiLz48L3N2Zz4=");
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 8px;
    z-index: -1;
    border-radius: 15px;
    background-size: 61px;
    opacity: .2;
}
.widget:first-child::before {
    display: none;
}
.wp-block-heading::after, 
.title-sort h5:after,
.sidebar-title-design-2 .widget h5::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	z-index: -1;
	opacity: .1;
	width: 20px;
	top: -20px;
	z-index: 1111;
	background: #000;
}
.sidebar-title-design-3 .widget h5::after,
.sidebar-title-design-3 .wp-block-heading::after {
    content: "";
    background: #ff9900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    z-index: -1;
    border-radius: 15px;
    opacity: 1;
}
.widget .tagcloud a {
    font-size: inherit !important;
    padding: 2px 10px;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 -1px 0px 3px rgba(0,0,0,.02);
    margin: 5px 5px 5px 0px;
    display: inline-block;
}
.widget .tagcloud a .tag-link-count {
    opacity: .5;
    font-size: 13px;
    padding-left: 5px;
}

.widget.widget_media_gallery {
    padding: 0;
    border: 0;
}
.widget .slideshow-window{
    border: 0;
    padding: 0;
}
body div.slideshow-window * img {
    padding: 0 !important;
    margin: 0 !important;
    max-height: 120% !important;
}

.widget_recent_entries .post-date {
    font-size: 13px;
    opacity: .6;
    display: block;
}

.header-row-1 .widget{margin-bottom:5px; display: inline-block; vertical-align: top; }

/* --- Categories, Archives Widget --- */
.widget_categories select,
.widget_archive select,
select {display: block; max-width: 100%; height: 34px; padding: 6px 12px; line-height: 1.42857143; color: #545454; background-color: #fafafa; background-image: none; border: 1px solid #f1f1f1; font-weight:300;font-size:12px;font-style:italic;border-color:#f1f1f1;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.widget_categories select:focus,
.widget_archive select:focus,
select:focus { border-color: #f1f1f1; -webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0 }

/* --- Header Menu Widgets --- */
.header-row-1 .widget_nav_menu .menu { padding-left: 0; list-style: none; }
.header-row-1 .widget_nav_menu .menu > li { display: inline-block; /*padding-right: 5px; padding-left: 5px;*/ padding-right:0px; padding-left:16px; }
.header-row-1 .widget_nav_menu .menu > li > a{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;color:#000}
.header-row-1-right .widget_nav_menu .menu{float:right;margin:0}
.header-row-1-right .widget_nav_menu .menu > li:first-child{padding-left:0}
.header-row-1-right { text-align: right; }

/* Header widgets area search widget */
.header-row-1 .widget.widget_search { background-color: transparent; padding: 0; display: inline-block; margin: 0 10px; vertical-align: top; }
.header-row-1 .widget.widget_search .search-form { position: relative; display: inline-block; }
.header-row-1 .widget.widget_search .search-form .form-control { background-color: transparent; border-bottom: 1px solid #ccc; padding: 0; }
.header-row-1 .widget.widget_search .search-form .form-control:focus { border-bottom: 1px solid #000; }
.header-row-1 .widget.widget_search .search-form .form-group {margin-bottom: 0;}
.header-row-1 .widget_search .form-actions, .header-row-1 .widget_search .btn-default { display: none; }
.header-row-1-left .widget.widget_search .search-form { float: right; }
.header-row-1-left .widget.widget_search .search-trigger { float: left; }

/* Hide search trigger from everywhere except header widgets area  */
.sidebar .search-trigger,
.footer-row-2-widget .search-trigger,
.footer-row-3-widget .search-trigger { display: none; }
.search-trigger { width: 34px; height: 34px; line-height: 34px; text-align: center; display: inline-block; font-size: 12px; cursor: pointer; }
.header-row-1 input[type="search"] { display: none; border: 0 none; background-color: transparent; }
.header-row-1 input[type="search"].visible { display: block; }

/*  Widget Recent Post  Default */


.wp-block-latest-posts.wp-block-latest-posts__list {
   counter-reset: numbers
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	padding-left: 50px;
	margin-bottom: 30px;
	display: block;
}
.widget .wp-block-latest-posts__post-title, 
.widget .themesmonsters-recent-posts-title h6 {
	font-size: 1em;
}
.wp-block-latest-posts.wp-block-latest-posts__list li::before,
.themesmonsters-recent-posts-li::before  {
    background-color: #000000;
    color: #fff;
}
.wp-block-latest-posts.wp-block-latest-posts__list li::before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	counter-increment: numbers;
	content: counter(numbers, upper-roman);
    font-size: 13px;
    font-family: open sans;
}
.wp-block-heading {
	position: relative;
}

/*  Widget Search  */

.wp-block-search__inside-wrapper {
	position: relative;
}
.wp-block-search__input {
	background: #f0f0f0;
	border: 0;
	border-radius: 50px;
	position: relative;
	z-index: 0;
	width: 100%;
	position: relative;
	height: 40px;
	padding: 0px 20px;
}
.wp-block-search__button {
	position: absolute;
	right: 6px;
	background: #fff;
	color: #000;
	border: 0;
	padding: 0px 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	width: 70px;
	border-radius: 50px;
}

/*  Widget Comments  */

#recentcomments {
    position: relative;
    counter-reset: couter-numbers;
}
.recentcomments {
    background: rgba(0,0,0,.0);
    margin-bottom: 10px;
    padding: 10px 20px 10px 0px !important;
    display: block;
    margin-left: 0;
    border-top-left-radius: 0 !important;
}

.recentcomments:hover::after {
    width: 25px;
    height: 25px;
    left: -40px;
    line-height: 25px;
    background: blueviolet;
}

.widget .recentcomments > a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0px;
    border-color: rgba(0,0,0,.03) transparent transparent transparent;
    position: absolute;
    right: 5px;
    top: 37px;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}
.widget .recentcomments > a:hover:before {
    border-color: rgba(0,0,0,.05) transparent transparent transparent;

}
.comment-author-link {
    display: block;
    font-style: normal;
    opacity: .6;
    float: left;
    margin-right: 5px;
    margin-left: 20px;
}
.widget .recentcomments > a {
    display: block !important;
    padding: 15px 20px !important;
    background: rgba(0,0,0,.03);
    margin-top: 5px !important;
    border-top-right-radius: 0 !important;
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}
.widget .recentcomments > a:hover {
    background: rgba(0,0,0,.05);
    box-shadow: 0 19px 38px rgba(0,0,0,0.02), 0 15px 22px rgba(0,0,0,0.03);
}
.comment-author-link a {
    font-style: normal !important;
}
.wp-block-latest-comments {
	padding: 0;
}
.wp-block-latest-comments__comment {
	position: relative;
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 30px;
}
.wp-block-latest-comments__comment::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 25px 25px 0 0;
	border-color: #f5f5f5 transparent transparent transparent;
	border-style: solid;
	position: absolute;
	bottom: -15px;
	top: auto;
	left: 20px;
}


/*  Widget Titles  */
.widget-title{
    display: inline-block;
    clear:both;
    position:relative;
    margin:30px 0 25px
}
.widget-title:first-child{
    margin-top:0
}


/* --- Widget Pages --- */

.widget_pages .page_item::before {
    content: "\e918";
    margin-right: 10px;
    font-family: malachite-font;
    opacity: .5;
}

/* --- Widget Lists --- */
.widget ul{padding-left: 0; margin-bottom: 0; list-style: none;}
.widget ul >li{position: relative; display: block;padding:5px 0;}
.widget ul >li >a,
.widget ul >li > span >a {

}
.widget ul >li >a:focus,
.widget ul >li >a:hover,
.widget ul >li > span >a:focus,
.widget ul >li > span >a:hover{text-decoration:underline;background-color:transparent;}
.widget ul >li > span >a {font-style:italic;}
.widget ul >li >ul {padding-left:20px;}
.widget ul >li >ul >li:last-child {padding-bottom:0;}

/* Menu */
.sidebar .menu>li.menu-item-has-children ul{padding-left:20px}
.sidebar .menu>li.menu-item-has-children ul li{padding:3px 0}
.sidebar .menu>li.menu-item-has-children ul li:last-child{padding-bottom:0}

/* --- Widget Text --- */
.widget.widget_text .textwidget{font-weight:300;line-height:22px;margin-bottom:18px}

/* --- Widget Categories --- */

.widget_categories .cat-item {
    justify-content: end !important;
    padding: 10px 0;
}
.widget_categories .cat-item a {
    font-size: 14px;
    text-align: left;
}
.widget_categories .cat-item .children {
    padding: 10px 0 10px 20px;
    display: block;
}
.widget_categories .cat-item .children .children {
    padding: 5px 0 5px 15px;
}
.widget_categories .cat-item .children a {
    color: #999;
    font-size: .7rem;
}
.widget_categories .cat-item .children li {
    padding: 0;
    margin: 0;
    border: 0;
}

/* --- Search Widget --- */
.widget.widget_search .search-form {
    display: flex;
    vertical-align: middle;
}
.widget.widget_search {
    border-radius: 12px;
    border: 0;
}
.widget.widget_search .search-form .form-control {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    padding: 20px 20px;
    display: block;
}
.widget.widget_search .search-form .form-group {
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.widget.widget_search .search-form .form-actions {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
}
.widget.widget_search .search-form .form-actions button {
    padding: 12px 20px;
    line-height: 1;
}


/* --- Menu widget --- */

.widget_nav_menu ul > li {
    padding: 0;
}
.widget_nav_menu .sub-menu {
    visibility: hidden;
    display: none;
}
.widget_nav_menu .active .sub-menu {
    display: block;
    visibility: visible;
}
.widget_nav_menu .menu-item .submenu-btn {
    display: none;
}
.widget_nav_menu .menu-item-has-children .submenu-btn {
    display: block;
}
.widget_nav_menu .menu-item-has-children .sub-menu .submenu-btn {
    display: none;
}
.widget_nav_menu .active .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    transform: none;
    margin: 0;
    padding: 0;
}
.widget_nav_menu .menu-item-has-children .submenu-btn {
    display: inline-block;
    top: 0;
    height: 40px;
    width: 40px !important;
    position: absolute;
    right: 0;
    border: 0 !important;
}
.widget_nav_menu .menu-item-has-children a,
.widget_nav_menu .menu-item a {
    padding: 10px 10px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    display: inline-block;
    width: 100%;
    white-space: normal;
}
.widget_nav_menu .menu-item-has-children .menu-item a {
    padding: 10px 10px 10px 25px;
    color: inherit !important;
    font-size: .8em;
}
.widget_nav_menu .menu-item-has-children .menu-item a::before {
    content: "\e918";
    font-family: malachite-font;
    position: absolute;
    left: 5px;
    opacity: 0.4;
    background: transparent;
}
.widget_nav_menu .menu-item-has-children .menu-item {
    padding-left: 15px;
    background: inherit;
}
.widget_nav_menu .menu-item-has-children .submenu-btn::before {
    content: "\e94b";
    background: transparent;
    color: #000000;
    display: block;
    font-family: malachite-font;
    font-size: 20px;
    line-height: 20px;
}


/* Calendar widget */

#calendar_wrap,
.calendar_wrap{
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 -1px 0px 3px rgba(0,0,0,.02);
    padding: 0 0;
}
#wp-calendar{
    width:100%
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar caption {
    text-align: center !important;
    caption-side: top;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
#wp-calendar thead {
    font-size: 12px;
}
#wp-calendar thead th {
    text-align: center;
    padding: 10px 10px;
}
#wp-calendar tbody{  }
#wp-calendar tbody td{
    background: rgba(0,0,0,.1);
    border: 2px solid rgba(0,0,0,.1);
    text-align:center;
    padding:8px}
#wp-calendar tbody td {
    background: rgba(0,0,0,.1);
    border: 0 solid;
    text-align: center;
    padding: 8px;
    position: relative;
}
#wp-calendar tbody td#today::before {
    content: "";
    background: blueviolet;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
}
#wp-calendar #today {
    font-weight: bold;
}
#wp-calendar tbody .pad{background:none}
#wp-calendar tfoot #next, #wp-calendar tfoot #prev {
    padding: 10px 15px;
}
#wp-calendar tfoot #next{text-align:right}
#wp-calendar tfoot #prev{padding-top:10px}

/* RSS Widget */
.widget_rss li {
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 -1px 0px 3px rgba(0,0,0,.02);
}
.widget_rss li .rsswidget {
    font-weight: 700;
    padding: 15px 20px 0px 20px;
    display: block;
}
.widget_rss li .rss-date,
.widget_rss li .rssSummary,
.widget_rss li cite {
    font-size: 13px;
    padding: 15px;
    display: block;
}
.widget_rss li .rss-date {
    padding: 10px 20px;
}
.widget_rss li .rssSummary {
    text-align: justify;
    background: rgba(0,0,0,.03);
    margin: 0 15px;
    transition: all .2s ease-in-out;
}
.widget_rss li:hover .rssSummary {
    box-shadow: 0 19px 38px rgba(0,0,0,0.02), 0 15px 22px rgba(0,0,0,0.03);
}
.widget_rss li cite {
    font-style: normal;
    font-weight: bold;
    padding: 10px 20px 15px 20px;
}


/* --- Footer Widgets --- */
.footer-widgets{}
.footer-widgets .widget-title{margin-bottom:55px;text-align:left;}
.footer-widgets .widget-content p{color:#000;font-weight:400}
.footer-widgets .widget.widget_text .textwidget{color:#000;font-weight:400;}
.footer-widgets ul >li:first-child{padding-top:0px}
.footer-widgets ul >li >a{text-transform:none;font-size:13px}
.footer-widgets img { max-width: 100%; height: auto; }

.footer .widget_rss li,
.footer #calendar_wrap, .calendar_wrap,
.footer .widget .tagcloud a {
    border: 1px solid rgba(255,255,255,.07);
    box-shadow: 0 -1px 0px 3px rgba(255,255,255,.02);
}
.footer #wp-calendar caption,
.footer .widget_nav_menu .menu-item-has-children a,
.footer .widget_nav_menu .menu-item a {
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer .widget_nav_menu .menu-item-has-children .submenu-btn::before {
    color: #fff;
}


/* FRONT PAGE - LARGE POST
------------------------------------------------------------------------*/
.frontpage-large-post-wrap {
    color: #ccc;
}
.frontpage-large-post-wrap .rating-wrap {
    margin-right: 30px;
}
.post-label {
    background: blueviolet;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 140px;
    min-height: 50px;
    margin: auto;
    text-align: center;
    line-height: 1;
    padding: 20px 10px;
    right: 0;
}
.post-label::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 70px 0 70px;
    border-color: blueviolet transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.frontpage-large-post .overlay-thumb {
    background: none;
    opacity: 1;
}
.frontpage-large-post .entry-content .overlay-thumb {
    opacity: 1;
}
.frontpage-large-post .entry-category {
    text-align: center;
    position: absolute;
    top: -170px;
    left: 0;
    right: 0;
}
.frontpage-large-post-wrap .block-title {
    text-align: center;
    color: #fff;
    padding: 40px 20px 20px 20px;
    margin: 0;
}
.frontpage-large-post-wrap .entry-title {
    color: #fff;
    margin: auto;
    width: 70%;
    text-align: center;
    position: relative;
    top: -90px;
}
.frontpage-large-post-wrap .entry-title a {
    color: #fff;
    font-size: 70px;
    line-height: 1.2;
}
.frontpage-large-post{}
.frontpage-large-post .entry-summary {
    -moz-column-count: 3;
    -moz-column-gap: 25px;
    -webkit-column-count: 3;
    -webkit-column-gap: 25px;
    column-count: 3;
    column-gap: 25px;
    padding: 0px 100px;
    position: relative;
    top: -30px;
}
.frontpage-large-post .read-more-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 200px;
    transform: translateY(80px);
}
.frontpage-large-post .entry-title{
    font-size:24px
}
.frontpage-large-post .entry-date{
    margin-bottom:10px
}
.frontpage-large-post .overlay-thumb::before {
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#221c24 90%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    opacity: 1;
}
.frontpage-large-post .content-entry-wrap {
    padding: 15px 0px;
    position: relative;
    top: -100px;
}

.frontpage-large-post {
    position: relative;
    background: #221c24;
}
.frontpage-large-post .thumb-wrap img {
    width: 100%;
}
.frontpage-large-post-wrap .entry-meta-on-content-single {
    padding: 30px 100px 0 100px;
}
.frontpage-large-post .entry-meta-on-content-single.entry-meta-visible {
    margin: 0;
    padding: 0;
}
.frontpage-large-post .thumbnail-date,
.frontpage-large-post .share-counter-wrap,
.frontpage-large-post .entry-meta-author-thumb,
.frontpage-large-post .entry-meta-author-content::before,
.frontpage-large-post .entry-meta-on-thumb-content .entry-meta {
    opacity: 1;
    transform: scale(1);
    top: 0;
}
.frontpage-large-post .entry-meta-on-thumb-content {
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
}
.frontpage-large-post-wrap .thumb-wrap {
    text-align: center;
}
.frontpage-large-post .entry-thumb {
    margin: 0;
}

/* FOOTER
------------------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 8px 13px;
    margin: 10px;
    background: #F8F8F8;
    z-index: 999;
    font-size: 11px;
    border-radius: 10px;
}
.back-to-top:hover {
    cursor: pointer;
}

.footer .widget.widget_socialcountplus {
    padding: 20px 25px;
}
.footer .widget-title,
.footer .widget a,
.footer .widget a:hover,
.footer .entry-title,
.footer .lavalamp-wrap li.active.active-leave a,
.footer .lavalamp-wrap li.active.active-leave span,
.footer .footer-copyright a,
.footer .footer-credit a,
.footer .footer-socials-buttons a,
.footer .widget h2,
.footer .widget h5 {
    color: #fff;
}
.footer-socials-buttons img {
    width: 50px;
}
.footer-socials-buttons a {
    padding: 10px 5px;
    font-size: 18px;
}
.footer .footer-logo {
    padding: 0px 10px;
}
.footer .footer-logo img {
    max-width: 60px;
    margin-right: 20px;
    border-radius: 0;
}

.footer .col {
    padding: 0;
}
.footer-separate {
    background: rgba(255,255,255,.05);
    height: 1px;
    margin: 0 0 30px 0;
}

.footer-socials-wrap {
    margin-top: 30px;
    display: block;
}

.footer-row-3-center ul { text-align:center; }
.footer-row-3-center ul li { display:inline; padding:5px; }

.footer .widget {
    padding: 20px 15px;
    border: 0px solid;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
.credit{list-style:none;margin:0;padding:0;margin-top:10px}
.credit li{text-align:center;margin-bottom:3px}
.credit a{color:inherit}

/* 404
------------------------------------------------------------------------*/
.error-404 {
    padding: 50px 50px;
    border-radius: 0 !important;
    height: 100vh;
    width: 80vw;
    margin: auto;
    text-align: center;
}
.error404 .header,
.error404 .footer {
    margin: 0;
}
.error404-left {
    padding: 40px 100px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
}
.error404-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 40vw;
}
.error404 .body-background-inner-before-footer {
    padding: 0;
    background: aquamarine;
}
.error-404 h1.entry-title {
    font-size: 118px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: inherit;
}
.error-404 h4 {
    color: inherit;
    margin-bottom: 20px;
}
.error404-search-wrap label {
    width: 100%;
}
.error404-search-wrap [type="search"] {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
    background: transparent;
    color: #fff;
    padding: 10px 0;
}
.error404-search-wrap h5 {
    color: #fff;
    text-align: center;
}
.error404-left span {
    display: flex;
    justify-content: center;
}
.error404-left span a {
    color: aquamarine;
}
.error404-left span p {
    opacity: .5;
}
.error404-left span a::before {
    content: "\e92c";
    font-family: malachite-font;
    padding: 0 7px 0 15px;
}
.error404-search-wrap {
    margin-top: 30px;
}


/* VIDEO EMBED
------------------------------------------------------------------------*/

.iframe-video, .embed-vimeo, .embed-youtube {position: relative; padding-bottom: 57%; height: 0; overflow: hidden;}
.iframe-video iframe, .embed-vimeo iframe, .embed-youtube iframe{position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }


/* WOOCOMMERCE
------------------------------------------------------------------------*/

.woocommerce div.product .woocommerce-tabs ul.tabs.lavalamp-wrap li.active:not(.lavalamp-object){
    background: none;
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.lavalamp-wrap li:not(.lavalamp-object){
    background-color: transparent;
    background: none;
}
.woocommerce .added_to_cart {
    background: #f0f0f0;
    text-align: center;
    display: inline-block;
    min-width: 165px;
    line-height: 40px;
    margin: 0;
    padding: 5px !important;
    min-height: 40px;
    border-radius: 50px;
    margin-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin-right: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.woocommerce ul.products li.product .onsale {
    margin: -.5em -.5em 0 1em;
}
.woocommerce span.onsale {
    min-width: 60px;
    min-height: 30px;
    line-height: 30px;
    padding: 0;
    top: 15px !important;
    right: 15px !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.woocommerce table,
.woocommerce  th,
.woocommerce  td {
    border: 2px solid #f5f5f5;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #f5f5f5;
}
.woocommerce table.shop_table td {
    padding: 10px 15px;
}
.woocommerce table.shop_table {
    border: 1px solid #f5f5f5;
    border-radius: 0;
}
.woocommerce-cart table.cart .product-thumbnail {
    text-align: center;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 0px solid #d3ced2;
    padding: 11px 10px;
    margin: 0 4px 0 0;
    outline: 0;
    width: 200px;
    background: #f5f5f5;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    padding: 15px 20px;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border: 2px solid #f5f5f5;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #f5f5f5;
    padding: 20px 20px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    min-width: 50%;
    margin: 0 0 50px 0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    box-sizing: border-box;
    width: 100% !important;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 0 solid;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}
.select2-dropdown {
    border: 0;
    background: #f5f5f5;
}
.select2-container--open .select2-dropdown--below {
    top: 8px;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0px solid #aaa;
    height: 40px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eeeeee;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce table.shop_table {
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table {
    border-collapse: collapse;
}
.woocommerce table.shop_table th {
    padding: 15px 30px;
    line-height: 1.5em;
}
.woocommerce table.shop_table td {
    padding: 15px 30px;
}
.woocommerce form .form-row {
    padding: 5px 10px;
    margin: 0 0 5px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f5f5f5;
    border-radius: 0;
    padding: 20px 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f9f9f9;
}
.reviews_tab a::before,
.description_tab a:before,
.additional_information_tab a:before{
    content: "\e93d";
    font-family: malachite-font;
    padding: 0 10px;
}
.reviews_tab a::before {
    content: "\e93d";
}
.description_tab a:before{
    content: "\e934";
}
.additional_information_tab a:before{
    content: "\e926";
}
.woocommerce nav.woocommerce-pagination ul {
    border-radius: 15px;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px 20px;
}
.woocommerce div.product .product_title {
     line-height: 1.1;
}
.woocommerce table.shop_attributes td p {
    padding: 10px 10px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 80px;
    margin-left: 20px;
}
.widget.woocommerce .product-title {
    font-weight: normal;
    font-size: 1rem;
    display: block;
    margin-bottom: 10px;
}
.widget.woocommerce .woocommerce-Price-amount.amount {
    font-size: 1em;
    margin-right: 10px;
    margin-top: 15px;
    display: inline-block;
}
.widget.woocommerce .reviewer {
    margin-top: 15px;
    display: inline-block;
    font-size: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	opacity: 1 !important;
}
/*** Misc ***/

.woocommerce label {
    font-weight: normal;
    margin-right: 10px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
    font-size: 1rem;
    letter-spacing: 0;
}
.single-product.woocommerce div.product .product_title {
	line-height: 1.1;
	padding: 0;
	top: 0;
	left: 0;
	width: 80%;
	margin: 0;
	height: auto;
	top: 0px;
	transform: none;
	padding: 0 0 30px 0;
}


/*** Info ***/

.woocommerce-info {
    border-top-color: #666;
}

.woocommerce-info::before {
    color: #66;
}


/*** Buttons ***/

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    padding: 10px 20px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}


/*** Product ***/
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce .quantity .qty {
	padding: 5px;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 22%;
	margin: 10px 10px 10px 0;
}
.related.products {
	padding: 30px 0 0 0;
}
.related.products h2 {
	margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.woocommerce .panel {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.malachite-mini-cart {
    overflow: auto;
    height: calc(100vh - 290px);
}
.woocommerce-mini-cart.cart_list.product_list_widget {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px;
}
.woocommerce-mini-cart-item.mini_cart_item {
    padding: 25px !important;
    display: flex;
    position: relative;
    overflow: hidden;
}
.woocommerce-mini-cart-item a.remove.remove_from_cart_button {
    position: absolute;
    right: -30px;
    background: #f0f0f0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #ff0000 !important;
    top: 20px;
    margin: auto;
    padding: 0;
    border-radius: 0;
    vertical-align: middle;
    z-index: 1;
    font-size: 12px;
    text-align: center;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.woocommerce-mini-cart-item:hover a.remove.remove_from_cart_button {
    right: 0;
}
.woocommerce-mini-cart-item.mini_cart_item a {
    padding-left: 80px;
    width: 220px;
    vertical-align: middle;
    display: inline-flex;
}
.woocommerce-mini-cart-item.mini_cart_item .attachment-woocommerce_thumbnail {
    width: 70px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity {
    padding-left: 30px;
    display: block;
    width: 80px;
    right: 0;
    top: 0;
    color: #999;
    font-size: 11px;
    vertical-align: middle;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity .amount {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    display: block;
}
.woocommerce-mini-cart__total.total {
    position: absolute;
    bottom: 130px;
    height: 80px;
    vertical-align: middle;
    padding: 25px 35px;
    text-align: right;
    margin: auto;
    border-top: 1px solid #f0f0f0;
    color: #000;
    display: inline-block;
    left: 0;
    right: 0;
}
.woocommerce-mini-cart__total.total strong {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: inherit;
}
.woocommerce-Price-amount.amount {
    font-size: 1.3em;
    margin-right: 20px;
}
.woocommerce .comment-form {
    margin-top: 30px;
}
.woocommerce .woocommerce-Reviews {
    margin-top: 30px;
}
.woocommerce hr {
    display: none;
}
.woocommerce #page-woocommerce {
    margin-top: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 80px;
    border-radius: 0;
    padding: 30px 30px;
    background: #f5f5f5;
    border: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 50px;
    height: auto;
    background: #ebe9eb;
    border: 0px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    border-radius: 50px;
}
.woocommerce .product_meta > span {
    display: block;
    padding: 5px 25px;
    position: relative;
}
.product_meta > span::before {
    content: "\e940";
    position: absolute;
    left: 0;
    font-family: malachite-font;
    opacity: .3;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding: 0;
    margin-bottom: 30px;
}
.woocommerce .comment-form-rating {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 10px 0;
}
.woocommerce #review_form #respond p {
    margin: 20px 0px 10px;
}
.woocommerce .comment-reply-title,
.woocommerce #reviews #comments h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
    padding: 0px 0px 0px 0;
    margin: 20px 0px 30px 0;
    display: block;
}
.single-product.woocommerce span.onsale {
    left: 20px;
    right: auto !important;
    top: 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 solid;
    padding: 2px 20px;
    margin: 0 0 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce .stars {
    position: absolute;
    right: 0;
    top: -7px;
}
.woocommerce-mini-cart__buttons.buttons {
    border-top: 1px solid #f0f0f0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    margin: 0;
}
.woocommerce-mini-cart__buttons.buttons a.button {
    background: #ffffff;
    color: #000;
    border: 0px solid;
    padding: 10px 20px;
    display: inline-block;
    min-height: 60px;
    width: 50%;
    text-align: center;
    line-height: 50px;
    text-transform: none;
    position: relative;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    border-radius: 0 !important;
}
.woocommerce-mini-cart__buttons.buttons a.button:hover {
    background: rgba(0,0,0,.1);
}
.button.checkout.wc-forward {
    border-left: 1px solid #f0f0f0 !important;
}
.woocommerce-mini-cart__buttons.buttons #woo_pp_ec_button {
    background: #ffc439 !important;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 20px 0;
}





/* BUDDYPRESS
------------------------------------------------------------------------*/

.bp-widget { margin-top: 40px; }
.profile-fields td.label { color: inherit; font-size: 100%; display: table-cell; text-align: inherit; }

/* MEDIA QUERIES
------------------------------------------------------------------------*/






@media (min-width: 320px) and (max-width: 360px) {
    body.boxed-layout .main-wrapper {
        width: 300px
    }
    .single .main-column {
        width: auto;
        margin: auto;
    }
    .header .submenu-btn{
        display: block;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    body.boxed-layout .main-wrapper {
        /*width: 350px*/
    }
    .single .main-column {
        width: auto;
        margin: auto;
    }
    .header .submenu-btn{
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 580px) {
    body.boxed-layout .main-wrapper {
        /*width: 440px*/
    }
    .header .submenu-btn{
        display: block;
    }
}

@media (min-width: 581px) and (max-width: 680px) {
    body.boxed-layout .main-wrapper {
        /*width: 550px*/
    }
    .header .submenu-btn{
        display: block;
    }
}

@media (min-width: 681px) and (max-width: 767px) {
    body.boxed-layout .main-wrapper {
    }
    .header .submenu-btn{
        display: block;
    }


}


@media (min-width: 768px) {
    body.boxed-layout .main-wrapper {
        width: 820px
    }
    .header .submenu-btn{
        display: none;
    }
}

@media (min-width: 992px) {
    body.boxed-layout .main-wrapper {
        width: 1040px
    }
    .header .submenu-btn{
        display: none;
    }
}

@media (min-width: 1360px) {
    body.boxed-layout .main-wrapper {
        width: 1200px
    }
    .header .submenu-btn{
        display: none;
    }
}

@media (min-width: 1500px) {
    /*body.boxed-layout .main-wrapper {*/
        /*width: 1350px*/
    /*}*/
    .header .submenu-btn{
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1360px) {
    body.boxed-layout .main-wrapper {
        width: 1170px
    }
    .header .submenu-btn{
        display: none;
    }
}

@media (min-width:991px) and (max-width:1080px) {
    body.boxed-layout .main-wrapper {
        width: 970px
    }
    .header .submenu-btn{
        display: none;
    }
}

@media (min-width:768px) and (max-width:880px) {
    body.boxed-layout .main-wrapper {
        width: 750px
    }
    .header .submenu-btn{
        display: none;
    }
}

@media (max-width:767px) {
    body.boxed-layout .main-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
    .logo .header-logo-text {
        line-height: 30px;
        font-size: 30px;
    }

    /* sticky */
    .malachite-sidebar-sticky .sidebar{
        position: relative!important;
    }
    .sticky-spacer{
        display: none!important;
    }

    /* FFP Positions Mobile */
    .row.frontpage-featured-posts-inner{
        display: block;
    }
    .frontpage-featured-posts-design .ffp-inner-wrap{
        width: 100%!important;
        height: 100%!important;
        position: relative!important;
    }
    .frontpage-featured-posts-design .frontpage-featured-post{
        width: 100%!important;
        height: 100%!important;
        position: relative!important;
        top: 0!important;
        left: 0!important;
    }
    .frontpage-featured-posts .featured-post-content-wrap.ffp-no-thumb .entry-title{
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .featured-post-content-wrap.ffp-no-thumb{
        position: relative;
    }

}

@media (min-width: 1500px) {
    .container {
        width: 1230px;
    }
    .main_search {
        width: 183px
    }
}

@media (min-width:1200px) and (max-width:1360px) {
    .frontpage-slider .owl-prev {
        left: 25px
    }
    .frontpage-slider .owl-next {
        right: 25px
    }
    body:not(.cursor-circle) .frontpage-slider-large .owl-prev {
        left: 25px
    }
    body:not(.cursor-circle) .frontpage-slider-large .owl-next {
        right: 25px
    }
}

@media (max-width:1259px) {}

@media (max-width:1199px) {}
@media (min-width:992px) and (max-width:1199px){
}
@media (min-width:991px) and (max-width:1080px){
    .frontpage-slider .owl-prev{left:25px}
    .frontpage-slider .owl-next{right:25px}

    body:not(.cursor-circle) .frontpage-slider-large .owl-prev{left:25px}
    body:not(.cursor-circle) .frontpage-slider-large .owl-next{right:25px}
}
@media (max-width:991px){
    .frontpage-slider .caption .date{font-size:14px}
    .frontpage-banner .caption h2,
    .frontpage-slider .caption h2{font-size:30px;padding-bottom:15px;margin-bottom:20px}
    .internal-banner .caption .date{font-size:14px}
    .internal-banner .caption h1{font-size:30px;padding-bottom:15px;margin-bottom:20px}
    .internal-banner .caption .read-more{font-size:14px}
    .footer-widgets .widget-title{margin-bottom:20px}
}
@media (min-width:768px) and (max-width:991px){
    .main_search{width:96px}
    .navbar-nav .dropdown-menu > li > a{font-size:10px;letter-spacing:1px}
}
@media (max-width:880px){
    .frontpage-slider .owl-nav div{bottom:-20px;top:auto;margin:0}
    .frontpage-slider .owl-prev{left:auto;right:25px}
    .frontpage-slider .owl-next{right:0}

    body:not(.cursor-circle) .frontpage-slider-large .owl-nav div{bottom:-20px;top:auto;margin:0}
    body:not(.cursor-circle) .frontpage-slider-large .owl-prev{left:auto;right:25px}
    body:not(.cursor-circle) .frontpage-slider-large .owl-next{right:0}
}
@media (max-width:767px){
    .header {
        padding-top: 0
    }

    .frontpage-posts-slider-large .owl-carousel .owl-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: initial;
    }
    .frontpage-posts-slider-large .owl-stage{
        display: flex;
    }

    .frontpage-posts-slider-large .frontpage-posts-slider-post{
        height: 100%;
    }
    .frontpage-posts-slider-large .entry{
        height: 100%;
    }
    .frontpage-posts-slider-large .entry-content{
        height: 100%;
    }
    .frontpage-posts-slider-large .entry-thumb{
        height: 100%;
    }
    .frontpage-posts-slider-large .thumb-wrap{
        height: 100%;
    }

    .header-row-1 {
        max-height: 0;
        margin: 0;
        overflow: hidden;
        transition: all .5s cubic-bezier(.45,0,.14,1.03);
    }

    .header-row-1.open {
        max-height: 300px;
        margin-top: 10px
    }

    .header-row-1 .widget {
        margin-bottom: 0px
    }

    .header-row-1 .widget.widget_search .search-form {
        margin: 10px auto;
    }

    .header-row-1-left {
        text-align: center;
    }

    .header-row-1-left .menu-social-container {
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid #545454;
        margin-bottom: 10px
    }

    .header-row-1-right {
        text-align: center;
    }

    .header-row-1-right .widget_nav_menu .menu {
        float: none;
        padding-bottom: 15px
    }

    .header-row-1-right .widget_nav_menu .menu > li {
        display: block;
        padding: 5px 0;
        text-align: center
    }

    .header-row-1-right .widget.widget_search .search-form {
        float: none;
    }

    .header-row-2 {
        margin-bottom: 20px
    }

    .header-row-3 {
        /*margin-bottom: 25px*/
    }

    .header-row-1-toggle {
        display: block
    }

    .main_search {
        display: block;
        float: none;
        left: 0;
        position: static;
        width: auto;
    }

    .main_search .form-control {
        height: 40px;
        padding-left: 15px;
        padding-right: 15px
    }

    .frontpage-slider .caption .date {
        font-size: 12px
    }

    .frontpage-banner .caption h2,
    .frontpage-slider .caption h2 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .internal-banner .caption .date {
        font-size: 12px
    }
    .internal-banner .caption h1 {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 15px
    }
    .internal-banner .caption .read-more {
        font-size: 12px
    }
    .frontpage-large-post .entry-summary {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .single-post-1.single-post .single-post-bar .single-post-breadcrumbs,
    .single-post-2.single-post .single-post-bar .single-post-breadcrumbs,
    .single-post-3.single-post .single-post-bar .single-post-breadcrumbs {
        display: none;
    }
    .single-post-3 h1.entry-title {
        width: 90%;
    }
    .entry-summary figure,
    .single-content figure {
        max-width: 100%;
    }
    .frontpage-large-post-wrap .frontpage-large-post .share-buttons span {
        display: none;
    }

}
@media (max-width:600px){
    body.boxed-layout .body-background-inner{
        position: inherit!important;
    }
}
@media (max-width:480px){
    .frontpage-banner .caption,
    .frontpage-slider .caption {
        font-size: 10px
    }

    .frontpage-slider .caption .date {
        font-size: 10px;
        margin-bottom: 5px;
        display: none
    }

    .frontpage-banner .caption h2,
    .frontpage-slider .caption h2 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .internal-banner .caption .date {
        display: none
    }

    .internal-banner .caption h1 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .internal-banner .caption .read-more {
        display: none
    }

    /*.pagination-post a,*/
    /*.pagination-blog-feed a {*/
        /*font-size: 10px*/
    /*}*/
    .pagination-post {
        margin: 0px 0;
    }
    .block-title {
        font-size: 20px;
    }
    .frontpage-featured-posts h5 {
        margin: 20px 0;
    }
    /*.widget-title,*/
    /*h4.form-label,*/
    /*.entry-title {*/
        /*font-size: 1.2rem;*/
    /*}*/

    .comment-body > .comment-meta {
        float: none;
        width: auto
    }

    .comment-body > .reply,
    .comment-body > .comment-content {
        margin-left: 0;
    }
    .comment-title,
    .comment-list {
        padding: 0px 20px 10px 20px;
    }
    .comment-respond {
        padding: 20px 20px;
    }
    .comment-list .children {
        margin-left: 0
    }
    .bypostauthor {
        background: #ffffff;
    }
    .commentlist .bypostauthor {
        box-shadow: 0 19px 38px rgba(0,0,0,0.02);
    }
    .commentlist li ul.children li.bypostauthor {
        box-shadow: 0 19px 38px rgba(0,0,0,0.02);
    }
}

/* Malachite Loadmore*/

.malachite_loadmore {
	position: relative;
	display: block;
	font-size: 1em;
	z-index: 999;
	text-align: center;
	background: #f5f5f5;
	cursor: pointer;
	clear: both;
	transition: all .5s cubic-bezier(.45,0,.14,1.03);
	margin: 0 20px;
	padding: 0;
}
.malachite_loadmore_infinite {
    position: relative;
    display: block;
    font-size: 1.2em;
    z-index: 999;
    text-align: center;
    background: #f5f5f5;
    cursor: pointer;
    clear: both;
    border-radius: 15px;
    margin: 15px 0;
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}

.malachite_loadmore:hover{
    background-color: #767676;
    color: #fff;
}
.malachite-loadmore-text {
	padding: 10px 0;
	display: inline-block;
	vertical-align: top;
}
.malachite-loadmore-text::after {
    content: "\e950";
    font-family: malachite-font;
    margin-left: 10px;
    display: inline-block;
}

.malachite_loadmore_infinite .malachite-loadmore-text::after{
    animation: loading 1.2s linear infinite;
}
.malachite_loadmore.malachite-loadmore-loading .malachite-loadmore-text::after{
    animation: loading 1.2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.malachite-loadmore-loading-img{
    width: 40px;
    height: 40px;
    margin: 10px auto;
    vertical-align: top;
    display: none;
}
.malachite-loadmore-loading-img-infinite{
    width: 40px;
    height: 40px;
    margin: 10px auto;
    vertical-align: top;
}

/* Numbers Navigation */
.malachite-blog-feed-pagination{
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0 25px 0;
    clear: both;
}
.malachite-nav-links{
    font-size: 1.25em;
}
span.malachite-page-numbers {
    font-weight: 500;
    color: gray;
    padding: 10px 20px;
    border-radius: 15px;
}
span.malachite-page-numbers.extend{
    color: inherit;
}
a.malachite-page-numbers {
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 10px;
}
.malachite-page-numbers{
    padding: 0 5px;
}

/* Blog Feed Posts*/

.malachite-blog-feed-content{
    position: relative;
}
.post-format-dev{
    position: absolute;
    top: -20px;
    right: 0;
}
.blog-feed-posts {
    position: relative;
}

.blog-feed-posts .entry-title-center-on-thumb .entry-title,
.gallery-content-slider .link {
    display: none;
}
.sort-wrapper {
    margin-right: 25px;
}
.malachite-blog-feed-list-left{
    padding-right: 10px;
}
.malachite-blog-feed-list-left,
.malachite-blog-feed-list-right{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.posts-align-center .malachite-blog-feed-post .entry-content img{
    display: inline-block;
}







.b-info {
    display: flex;
}


.malachite-side-cart {
    width: 350px;
    height: 100vh;
    padding: 50px 20px 0;
    background-color: #fff;
    box-shadow: 0 0 60px -5px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: -400px;
    overflow-y: auto;
    top: 0;
    opacity: 1;
    z-index: 999;
    margin-top: 0;
    -webkit-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    transition: all 1s cubic-bezier(.45,0,.14,1.03);
}
.malachite-side-widget-panel {
    width: 350px;
    height: 100vh;
    padding: 50px 20px 0;
    background-color: #fff;
    box-shadow: 0 0 60px -5px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: -400px;
    top: 0;
    opacity: 1;
    z-index: 999;
    margin-top: 0;
    -webkit-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    transition: all 1s cubic-bezier(.45,0,.14,1.03);
}

.open-side-panel .malachite-side-widget-panel {
    left: 0;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    transition: all 1s cubic-bezier(.45,0,.14,1.03);
}
.malachite-side-cart.open-side-cart{
    right: 0;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    transition: all 1s cubic-bezier(.45,0,.14,1.03);
}
.malachite-cart-conteiner{
    cursor: pointer;
}

.malachite-side-widget-panel{
    overflow-y: auto;
    /*max-height: 100%;*/
}



.socials-buttons {
    padding: 0 0 20px 0;
}
.socials-buttons a {
    padding: 10px 15px;
    display: block;
    opacity: 1;
    border-radius: 15px;
    margin-right: 10px;
    position: relative;
    min-height: 50px;
    font-size: 18px;
}
.socials-buttons a::before {
    content: "";
    width: 0;
    height: 0;
    background: blueviolet;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
}
.socials-buttons a:hover::before {
    width: 5px;
    height: 5px;
}
.socials-buttons a span {
    transform: translateY(0);
    position: relative;
    display: block;
    transition: all .3s ease-in-out;
}
.socials-buttons a:hover span {
    transform: translateY(-10px);
}
.socials-buttons > div {
    padding: 0 !important;
    margin: 0;
}
.open-side-panel .malachite-side-widget-panel {
    left: 0;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    transition: all 1s cubic-bezier(.45,0,.14,1.03);
}


.malachite-bg-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    transition: all 1s cubic-bezier(.45,0,.14,1.03);
    z-index: 999;
    cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8dGl0bGUvPgogPGRlc2MvPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBpZD0iU2hhcGUiIGQ9Im0xNCwxLjQwMDAwMmwtMS4zOTk5OTQsLTEuNDAwMDAybC01LjYwMDAwNiw1LjU5OTk5OGwtNS42MDAwMDYsLTUuNTk5OTk4bC0xLjM5OTk5NCwxLjQwMDAwMmw1LjYwMDAwNiw1LjU5OTk5OGwtNS42MDAwMDYsNS41OTk5OThsMS4zOTk5OTQsMS40MDAwMDJsNS42MDAwMDYsLTUuNTk5OTk4bDUuNjAwMDA2LDUuNTk5OTk4bDEuMzk5OTk0LC0xLjQwMDAwMmwtNS42MDAwMDYsLTUuNTk5OTk4bDUuNjAwMDA2LC01LjU5OTk5OHoiLz4KIDwvZz4KPC9zdmc+"),  pointer;
}
.malachite-bg-overlay.open-bg {
    opacity: 1;
}
.open-bg {
    display: block;
    opacity: 0.6;
    visibility: visible;
}

/*--------------------------------------------------
Headers styles
--------------------------------------------------*/

.header.header-4 {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 10px 0;
    box-shadow: 0 -1px 0px 3px rgba(0,0,0,.02);
    z-index: 999;
    position: relative;
}



/*--------------------------------------------------
On Hidden Menu
--------------------------------------------------*/

#navbar.expanded-menu ul.navbar-nav{
    opacity: 0;
    transition: opacity .1s ease;
}
#navbar ul.navbar-nav > li{
    white-space: nowrap;
}

.header-3 #navbar ul.navbar-nav > li,
.header-4 #navbar ul.navbar-nav > li{
    vertical-align: middle;/* fix menu 3-4*/

    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.header-3 .navbar.expanded-menu,
.header-4 .navbar.expanded-menu {
    width: 100%;
}

#navbar > .container{
    position: relative;

    /*overflow: hidden;*/
}
#navbar ul.navbar-nav li.on-hidden {
  display: none;
}
#navbar ul.navbar-nav li.fake-li li {
    display: block;
    position: relative;
}
.fake-li a.submenu-btn {
    top: 0;
}
.fake-li .sub-menu {
    right: 100% !important;
    top: 0px !important;
    left: auto;
}
.fake-li .sub-menu::before {
    display: none;
}
.menu-design-1 .header .fake-li .menu-item-has-children > a::before {
    content: "";
    display: none;
}
.header .fake-li .menu-item a::after,
.header .fake-li .menu-item-has-children > a::before {
    top: 13px;
}
.fake-li .sub-menu .menu-item > a:first-child::after {
    background: yellow;
    display: none;
}
.fake-li ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    right: 10px;
    margin: auto;
    top: -9px;
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.fake-li .sub-menu > .menu-item-has-children a.submenu-btn::before {
    content: "";
    /* color: red; */
}
.fake-li .sub-menu .menu-item a.submenu-btn::before {
    content: "";
}
.fake-li .sub-menu .menu-item-has-children a.submenu-btn::before {
}
.fake-li .sub-menu .menu-item-has-children .sub-menu a.submenu-btn::before {
    content: "";
}
.fake-li .sub-menu > .sub-menu > .menu-item-has-children a.submenu-btn::before {
    content: ">";
}


#on-hidden-menu {
    display: block;
    z-index: 10;
    top: 0;
    padding: 19px 20px;
    /*padding: 25px 20px;*/
    position: relative;
}

#on-hidden-menu > ul {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin: 0;
    top: 72px;
    list-style: none;
    position: absolute;
    right: calc(100% - 32px - 20px);
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    border-radius: 15px;

    min-width: 300px;
    padding: 30px 20px;
}

#on-hidden-menu li {
  /*opacity: 0;*/

    position: relative;
    border-radius: 15px;
}

#on-hidden-menu li a {
    text-decoration: none;
    padding: 5px 20px;
    display: block;
}

#on-hidden-menu li a:hover {

}


/* on hidden menu open */
#on-hidden-menu.open > ul {
    opacity: 1;
    visibility: visible;
}

#on-hidden-menu.open ul {
    display: block;
    box-shadow: 0 16px 33px 4px rgba(0,0,0,0.39);
}

#on-hidden-menu.open ul li {

}

#on-hidden-menu.open ul li:last-child {

}

/* toggle */
#on-hidden-menu .toggle {
    width: 32px;
    top: 0;
    height: 32px;
    z-index: 1;
    cursor: pointer;
    position: relative;
}

#on-hidden-menu .toggle::before,
#on-hidden-menu .toggle::after,
#on-hidden-menu .toggle span::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 11px;
    left: 13px;
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    border-radius: 10px;
}

#on-hidden-menu .toggle::after {
    left: 13px;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    top: 5px;
}

#on-hidden-menu .toggle span::before {
    left: 13px;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    top: 17px;
}


/* close */
#on-hidden-menu.open .toggle::before,
#on-hidden-menu.open .toggle::after {
    width: 20px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 14px;
    height: 2px;
    left: 3px;
}

#on-hidden-menu.open .toggle::after {
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    left: 3px;
    -moz-transition-delay: .0s;
    -o-transition-delay: .0s;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

#on-hidden-menu.open .toggle span:before {
  top: 14px;
  left: 13px;
  width: 2px;
  height: 2px;
  -moz-transition-delay: .0s;
  -o-transition-delay: .0s;
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
}


.owl-carousel.owl-drag .owl-item {
    max-height: 100vh;
    display: none;
    overflow: hidden;
    border-radius: 15px;
}
.frontpage-slider-large.frontpage-posts-slider-large .owl-carousel.owl-drag .owl-item,
.frontpage-slider-large.frontpage-posts-slider-large .owl-carousel.owl-drag .owl-item .overlay-thumb2,
.frontpage-slider-large.frontpage-posts-slider-large .owl-carousel.owl-drag .owl-item img,
.frontpage-slider-large.frontpage-posts-slider-large .owl-carousel.owl-drag .owl-item .overlay-thumb,
.frontpage-slider-large.frontpage-posts-slider-large .owl-carousel.owl-drag .owl-item .overlay-thumb:after,
.frontpage-slider-large.frontpage-posts-slider-large .owl-carousel.owl-drag .owl-item .overlay-thumb2:after {
    border-radius: 0;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

.link:hover span {
}
.link--arrowed {
    display: block;
    line-height: 2rem;
    padding: 10px 15px 10px 0;
}
.frontpage-posts-slider-post .link.link--arrowed {
    padding: 10px 25px;
}
.link--arrowed .arrow-icon {
    position: relative;
    top: -1px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}
.owl-dot {
    width: 6px;
    height: 6px;
    display: inline-flex;
    margin: 0 6px;
    border-radius: 15px;
    background: #fff;
    opacity: .3;
}
.owl-dot.active {
    opacity: 1;
}
.owl-loading-placeholder {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative;
    background-color: rgba(0,0,0,.6);
}
.owl-loading-placeholder::before {
    content: "";
    margin: auto;
    text-align: center;
    /* border: 1px solid; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background-image: url('customize/images/preloader.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.5);
    border-radius: 15px;
}
.frontpage-slider{
    position: relative;
}

.malachite-fadein{
    opacity: 0;
    transition: opacity .5s cubic-bezier(.45,0,.14,1.03);
}
body{
    overflow-x: hidden;
}

.malachite-custom-logo-li > a:first-child,
.malachite-custom-logo-li > a:last-child{
    display: none;
}
.malachite-custom-logo-li img {
    max-width: none;
    text-align: center;
    margin: auto;
}
.header-logo-text > a:not(.header-logo-text-link){
    display: none;
}

/* Preloader */
#intro {
    z-index: 2000;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
    transition: transform 1.3s cubic-bezier(.9,0,.1,1) 1.3s;
}
#intro .logo .logo_dark,
#intro .logo .logo_light {
    display: none;
}
#intro .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 2;
}
#intro.shown.loaded .overlay{
    display: none;
}
#intro.shown .overlay{
    z-index: 1;
}

@keyframes Shown {
  0% {
    animation-delay: -3s;
    transform:translate3d(0,100%,0);
  }
  100% {
    transform:translate3d(0,0,0);
  }
}
@keyframes ShownLogo {
  0% {
    opacity: 0;
    visibility: hidden;
    /*z-index: 2;*/
    animation-delay: -3s;
    transform:translate3d(0,60vh,0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    /*z-index: 2;*/
    transform:translate3d(0,0,0);
  }
}

#intro.shown .background.bg-second {
    animation-fill-mode: forwards;
    animation-delay: -3s;
    animation: 1.3s cubic-bezier(.9,0,.1,1) Shown;
}

#intro.shown .background.bg-main  {
    animation-fill-mode: forwards;
    animation-delay: -3s;
    animation: 1.5s cubic-bezier(.9,0,.1,1) 50ms Shown;
}

#intro.shown .logo  {
    animation-fill-mode: forwards;
    /*animation-delay: -3s;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    animation: 1.4s cubic-bezier(.16,1.08,.38,.98) 0.6s ShownLogo;
}



/*#intro.shown .background,
#intro.shown .logo {
    transform:translate3d(0,0,0)
}*/

#intro.shown.loaded .background {
    transform:translate3d(0,100%,0)
}

#intro.shown.loaded .logo .circle {
    transform: translate3d(0,0,0) scale(1)
}

#intro .background,
#intro .circle,
#intro .logo,
#intro .logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
}

#intro .background {
    height: 100%;
    width: 100%;
   /* -ms-transform-origin: bottom center;
    transform-origin: bottom center;
     transform:translate3d(0,100%,0); */
}

#intro .background.bg-second {
    background: #93fed3;
    /*transition: transform 1.3s cubic-bezier(.9,0,.1,1)*/
}

#intro .background.bg-main {
    background: #6725b8;
}

#intro .logo {
    width: 15.62343vw;
    height: 14.53556vw;
    margin: auto;
}


#intro .circle {
    position: fixed;
    /*left: 50%;
    top: 50%;*/
    margin: 0 auto;
    left: 0;
    top: 50%;
    bottom: 0;
    border-radius: 1000px;
    width:0;
    height:0;
    box-shadow: 0px 0px 0px 0 #6725b8;
    transition: width 0.8s ease,
                height 0.8s ease,
                transform 0.8s ease 0.1s,
                top 0.8s ease;
}
#intro.shown.loaded .circle{
    top: calc(50% - 250px);
    width: 500px;
    height: 500px;
    transform: scale(4);
    box-shadow: 0px 0px 0px 10000px #6725b8;
}
#intro.shown.loaded .background,
#intro.shown.loaded .logo{
    display: none;
}



#intro .logo img {
    top: 1.42259vw;
    left: -.16736vw;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto
}


/* End Preloader */

.malachite-blog-feed-post {
    padding: 0;
}
.malachite-blog-feed-post .bar-shares,
.frontpage-posts-slider-post .bar-shares {
    padding: 0 0 0 15px;
    margin: 0 0 0 auto;
}
.malachite-blog-feed-post .share-buttons li, 
.frontpage-posts-slider-post .share-buttons li {
	display: inline-block;
	min-width: 30px;
	height: 30px;
	margin-right: 2px;
}
.frontpage-posts-slider [data-col="3"] li {
    width: 40px;
    height: 40px;
    margin: 0 0 0 3px;
}
.frontpage-posts-slider [data-col="3"] li a {
    line-height: 40px;
    height: 40px;
}
.frontpage-posts-slider [data-col="3"] li a svg {
    margin: 13px 12px 0px 12px;
}
.frontpage-posts-slider [data-col="3"] .rating-button-count {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
}
.frontpage-posts-slider [data-col="3"] .rating-button-minus,
.frontpage-posts-slider [data-col="3"] .rating-button-plus {
    width: 40px;
    height: 40px;
}
.frontpage-posts-slider [data-col="3"] .rating-icon-down {
    top: 15px;
}
.frontpage-posts-slider [data-col="3"] .rating-icon-up {
    top: 10px;
}
.malachite-blog-feed-post .share-buttons span,
.frontpage-posts-slider-post .share-buttons span,
.frontpage-large-post-wrap .share-buttons span {
    display: none;
}
.frontpage-large-post .share-buttons span {
    display: block;
}
.malachite-blog-feed-post .entry-category {
    margin: 5px 0 5px 0;
}
.malachite-blog-feed-post .post-categories li {
    margin-bottom: 5px;
}
.malachite-blog-feed-post .entry-meta-author-thumb img {
    width: 35px;
    margin-right: 5px;
}
.malachite-blog-feed-post .malachite-single-meta-wrap {
    margin: 0;
}
.malachite-blog-feed-post .malachite-single-meta-wrap > div {
	align-items: center;
}
.malachite-blog-feed-post .entry-meta-wrapper {
    padding: 0;
}
.blog-feed-related-posts .entry-meta-wrapper {
    padding-left: 10px;
}
.blog-feed-related-posts .single-meta-buttons {
    min-width: auto;
}
.malachite-blog-feed-post-puzzle{
    float: right;
    display: block;
    width: 50%;
    flex: none!important;

}
.malachite-blog-feed-post-full-puzzle{
    float: left;
    display: block;
    width: 50%;
    flex: none!important;
    clear: both;
}
.malachite-blog-feed-post-full-puzzle:nth-child(4n+5){
    float: right;
}
.malachite-blog-feed-post-full-puzzle:nth-child(8n+1){
    float: left!important;
}
.malachite-blog-feed-post-full-puzzle:nth-child(1){
    float: left!important;
}



/*--------------------------------------------------
    Appearance: Border-radius
--------------------------------------------------*/

.border-rounded .entry-content img,
.border-rounded .entry-thumb img,
.border-rounded .wp-block-image img,
.border-rounded .woocommerce-mini-cart-item.mini_cart_item .attachment-woocommerce_thumbnail,
.border-rounded .woocommerce-mini-cart-item a.remove.remove_from_cart_button,
.border-rounded .post-categories li a,
.border-rounded .owl-carousel-item img,
.border-rounded .frontpage-slider .owl-carousel-item::before,
.border-rounded .owl-loading-placeholder,
.border-rounded .share-counter-icon,
.border-rounded .likes-icon,
.border-rounded .views-icon,
.border-rounded .entry-thumb,
.border-rounded .entry-thumb iframe,
.border-rounded .img,
.border-rounded .overlay-thumb,
.border-rounded .slider-overlay::after,
.border-rounded .overlay-thumb::after,
.border-rounded .overlay-thumb2,
.border-rounded .overlay-thumb2:after,
.border-rounded .form-control,
.border-rounded input[type="text"],
.border-rounded input[type="email"],
.border-rounded input[type="password"],
.border-rounded input[type="url"],
.border-rounded input[type="date"],
.border-rounded textarea,
.border-rounded select,
.border-rounded .themesmonsters-category-list-wrap .themesmonsters-category-list-li,
.border-rounded .themesmonsters-category-list-wrap .themesmonsters-widget-content,
.border-rounded .themesmonsters-category-list-wrap .themesmonsters-widget-content::after,
.border-rounded .themesmonsters-category-list-wrap .themesmonsters-widget-thumb,
.border-rounded .themesmonsters-category-list-wrap .themesmonsters-category-list-overlay,
.border-rounded .widget .themesmonsters-category-list-wrap .themesmonsters-widget-thumb,
.border-rounded .btn,
.border-rounded .themesmonsters-recent-posts-li img,
.border-rounded input[type="submit"],
.border-rounded input[type="reset"],
.border-rounded.post-design-3 .malachite-blog-feed-post .entry-content,
.border-rounded .widget .social-count-plus,
.border-rounded .malachite_loadmore,
.border-rounded #calendar_wrap,
.border-rounded .calendar_wrap,
.border-rounded .recentcomments,
.border-rounded .widget_rss li,
.border-rounded .widget_rss li .rssSummary,
.border-rounded .wp-caption img,
.border-rounded .frontpage-large-post,
.border-rounded .frontpage-large-post .overlay-thumb::before,
.border-rounded .single-post .author_bio_section,
.border-rounded .single-post-2 .author_bio_section,
.border-rounded .single-post-3 .author_bio_section,
.border-rounded .comment-form,
.border-rounded .comment-form textarea.form-control,
.border-rounded .single-post .author_links a,
.border-rounded .single-post-2 .author_links a,
.border-rounded .single-post-3 .author_links a,
.border-rounded.woocommerce #reviews #comments ol.commentlist li .comment-text,
.border-rounded.woocommerce ul.products li.product a img,
.border-rounded .footer-slider .frontpage-posts-slider-post .overlay-thumb,
.border-rounded.woocommerce img,
.border-rounded.woocommerce-page img,
.border-rounded.single-product.woocommerce span.onsale,
.border-rounded.woocommerce ul.products li.product a img,
.border-rounded .wp-block-gallery.is-cropped .blocks-gallery-item img,
.border-rounded .main-wrapper .frontpage-banner-overlay,
.border-rounded.single-post .author_bio_section,
.border-rounded.single-post-2 .author_bio_section,
.border-rounded.single-post-3 .author_bio_section,
.border-rounded.single-post .author_links a,
.border-rounded.single-post-2 .author_links a,
.border-rounded.single-post-3 .author_links a,
.border-rounded .widget .recentcomments > a,
.border-rounded .wp-block-cover.has-background-dim,
.border-rounded.single-post .entry-meta .entry-tags a,
.border-rounded.single-post-2 .entry-meta .entry-tags a,
.border-rounded.single-post-3 .entry-meta .entry-tags a,
.border-rounded .pagination-post,
.border-rounded .pagination-post img,
.border-rounded .frontpage-featured-posts-inner,
.border-rounded .frontpage-featured-categories-item-bg,
.border-rounded .themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-content,
.border-rounded .comment-reply-link,
.border-rounded .comment-body > .comment-content,
.border-rounded .comment-list > li,
.border-rounded .error-404,
.border-rounded .header-button-design-2 .user-wrap ul,
.border-rounded .malachite-page-links span,
.border-rounded .malachite-page-links a,
.border-rounded .post-nav-links span,
.border-rounded .post-nav-links a,
.border-rounded .comments,
.border-rounded .wp-block-media-text .wp-block-media-text__media img,
.border-rounded.menu-design-1 .header .sub-menu,
.border-rounded .mc4wp-form-theme input[type="text"],
.border-rounded .mc4wp-form-theme input[type="email"],
.border-rounded .mc4wp-form-theme input[type="tel"],
.border-rounded .mc4wp-form-theme input[type="url"],
.border-rounded .mc4wp-form-theme input[type="date"],
.border-rounded .mc4wp-form-theme input[type="number"],
.border-rounded .mc4wp-form-theme select,
.border-rounded .mc4wp-form-theme textarea,
.border-rounded .mc4wp-form-theme-light button,
.border-rounded .mc4wp-form-theme-light input[type="submit"],
.border-rounded .nf-form-content .list-select-wrap .nf-field-element > div,
.border-rounded .nf-form-content input:not([type="button"]),
.border-rounded .nf-form-content textarea,
.border-rounded .nf-form-content input[type="button"],
.border-rounded .wp-block-cover-image.has-parallax,
.border-rounded .wp-block-cover.has-parallax,
.border-rounded .widget .themesmonsters-category-list-wrap .themesmonsters-widget-thumb::after,
.border-rounded .frontpage-featured-posts-design .frontpage-featured-post .featured-post .featured-post-inner,
.border-rounded .wp-block-latest-comments__comment,
.border-rounded .owl-prev,
.border-rounded .owl-next,
.border-rounded .banner-btn {
    border-radius: 10px;
}

.border-rounded .post-design-3 .entry-content .entry-meta-on-thumb,
.border-rounded .post-design-3 .entry-content:hover .content-entry-wrap .entry-meta-on-thumb.entry-meta-visible,
.border-rounded .share-popup li:last-child a,
.border-rounded .wp-block-gallery .blocks-gallery-image figcaption,
.border-rounded .wp-block-gallery .blocks-gallery-item figcaption {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-rounded .pagination-post .previous_post a .pagination-post-wrap {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.border-rounded .pagination-post .next_post a .pagination-post-wrap {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.border-rounded .single-post .vertical-content-bar .share-buttons li:first-child a,
.border-rounded .single-post-2 .vertical-content-bar .share-buttons li:first-child a,
.border-rounded .single-post-3 .vertical-content-bar .share-buttons li:first-child a,
.border-rounded .share-popup li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.border-rounded .single-post .vertical-content-bar .share-buttons li:last-child a,
.border-rounded .single-post-2 .vertical-content-bar .share-buttons li:last-child a,
.border-rounded .single-post-3 .vertical-content-bar .share-buttons li:last-child a,
.border-rounded.post-design-3 .entry-content .entry-meta-on-thumb {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.border-rounded .woocommerce span.onsale {
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}
.border-rounded blockquote:before {
     border-top-left-radius: 50px;
     border-bottom-left-radius: 50px;
}
.border-rounded .btns,
.border-rounded button,
.border-rounded .lavalamp-object,
.border-rounded .widget .tagcloud a,
.border-rounded .woocommerce div.product .woocommerce-tabs ul.tabs li,
.border-rounded .widget.widget_search .search-form .form-actions button,
.border-rounded .widget.widget_search .search-form .form-control,
.border-rounded.woocommerce table.shop_table,
.border-rounded.woocommerce ul.products li.product .onsale,
.border-rounded.woocommerce .paypal-button.paypal-button-shape-rect,
.border-rounded.woocommerce .quantity .qty,
.border-rounded.woocommerce #respond input#submit.alt,
.border-rounded.woocommerce a.button.alt,
.border-rounded.woocommerce button.button.alt,
.border-rounded.woocommerce input.button.alt,
.border-rounded.woocommerce #respond input#submit,
.border-rounded.woocommerce a.button,
.border-rounded.woocommerce button.button,
.border-rounded.woocommerce div.product .woocommerce-tabs ul.tabs li,
.border-rounded.woocommerce div.product form.cart .button,
.border-rounded.woocommerce input.button,
.border-rounded.woocommerce .cart .button,
.border-rounded.woocommerce .cart input.button,
.border-rounded.woocommerce ul.products li.product .button,
.border-rounded .themesmonsters-category-list-count,
.border-rounded .header-button-design-2 .user-wrap img {
    border-radius: 50px;
}
.border-rounded .themesmonsters-recent-posts-li::before {
    left: 0;
    top: 0;
}
.border-rounded .rating-button-minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.border-rounded .rating-button-plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.border-rounded .share-buttons a{
    border-radius: 5px;
}
.border-rounded .frontpage-featured-posts-inner .overlay-thumb2, .border-rounded .frontpage-featured-posts-inner .overlay-thumb2::after {
    border-radius: 0;
}
/*--------------------------------------------------
    Blog Feed: Effects
--------------------------------------------------*/

.post-hover-effect-3 .entry-content img {
    box-shadow: 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.post-hover-effect-3 .entry-content:hover img{
    box-shadow: 0 16px 29px rgba(0,0,0,.2);
}
.post-hover-effect-3 .frontpage-large-post .entry-content:hover img {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}


/* Boxed Backgound Image */
body.boxed-layout .body-background-fake-block{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
body.boxed-layout{
    text-align: center!important;
}
body.boxed-layout .body-background-inner{
    position: relative;
    z-index: 1;
    width: auto;
    text-align: left;
}
.body-background-fake-link{

}


.fadeout-preloader{
    display: block;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.nav-feed-sort {
    width: auto;
    display: inline-block;
}
.title-sort {
    padding: 20px 15px;
}
.lavalamp-wrap li:not(.lavalamp-object){
    position: relative;
    z-index: 1!important;
    display: inline-block!important;
}
.blog-feed-sort-preloader-wrap-all{
    position: relative;
}



/*--------------------------------------------------
    Addons and Plugins Styles
--------------------------------------------------*/

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
     width: auto;
     height: auto;
    border-radius: 15px;
}
.widget .social-count-plus li {
    padding: 0;
    width: 33%;
    text-align: center;
    margin-bottom: 15px;
}
.widget .social-count-plus {
    background: #f8f8f8;
    padding: 40px 20px 20px 20px;
    position: relative;
    margin: auto;
}
.widget .social-count-plus::before {
    content: "\e954";
    position: absolute;
    right: 30px;
    background: #f8f8f8;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    top: -30px;
    font-family: malachite-font;
    font-size: 25px;
    transform: rotate(10deg);
    color: #999;
}
.widget.widget_socialcountplus {
    padding: 0;
    border: 0;
}

.widget_socialcountplus .social-count-plus li a::before {
    font-family: malachite-font;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    display: block;
    margin: auto;
    padding: 0;
    text-align: center;
}
.widget .social-count-plus span {
    display: block;
    text-align: center;
    margin: auto;
}
.widget_socialcountplus .social-count-plus .default a,
.widget_socialcountplus .social-count-plus .flat a {
    background: transparent !important;
    width: 85px !important;
    height: 50px !important;
}
.widget .social-count-plus .default .count-users a {
    margin: 0;
}
.widget_socialcountplus .social-count-plus .count {
    font-size: 18px !important;
    font-weight: normal;
    margin: 15px 0 5px;
    text-align: center !important;
}
.widget_socialcountplus .social-count-plus .label {
    font-size: 12px;
    opacity: .5;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.widget_socialcountplus .social-count-plus li.count-comments a:before {
    color: #00b489 !important;
}
.widget_socialcountplus .social-count-plus li.count-posts a:before {
    color: #004085 !important;
}
.widget_socialcountplus .social-count-plus li.count-users a:before {
    color: green !important;
}
.widget_socialcountplus .social-count-plus li.count-facebook a:before {
    color: #3b5999 !important;
}
.widget_socialcountplus .social-count-plus li.count-github a:before {
    color: #333333 !important;
}
.widget_socialcountplus .social-count-plus li.count-googleplus a:before{
    color: #dd4b39 !important;
}
.widget_socialcountplus .social-count-plus li.count-instagram a:before {
    color: #e4405f !important;
}
.widget_socialcountplus .social-count-plus li.count-linkedin a:before {
    color: #0077B5 !important;
}
.widget_socialcountplus .social-count-plus li.count-pinterest a:before {
    color: #e60023 !important;
}
.widget_socialcountplus .social-count-plus li.count-soundcloud a:before {
    color: #ff3300 !important;
}
.widget_socialcountplus .social-count-plus li.count-steam a:before {
    color: #000000 !important;
}
.widget_socialcountplus .social-count-plus li.count-tumblr a:before {
    color: #34465d !important;
}
.widget_socialcountplus .social-count-plus li.count-twitch a:before {
    color: #6441a5 !important;
}
.widget_socialcountplus .social-count-plus li.count-twitter a:before {
    color: #55acee !important;
}
.widget_socialcountplus .social-count-plus li.count-vimeo a:before{
    color: #1ab7ea !important;
}
.widget_socialcountplus .social-count-plus li.count-youtube a:before {
    color: #cd201f !important;
}

.widget_socialcountplus .social-count-plus li.count-comments a::before {
    content: "\e93e";
}
.widget_socialcountplus .social-count-plus li.count-posts a::before {
    content: "\e924";
}
.widget_socialcountplus .social-count-plus li.count-users a::before {
    content: "\e965";
}
.widget_socialcountplus .social-count-plus li.count-facebook a::before {
    content: "\e97c";
}
.widget_socialcountplus .social-count-plus li.count-github a::before {
    content: "\e97e";
}
.widget_socialcountplus .social-count-plus li.count-googleplus a::before {
    content: "\e97f";
}
.widget_socialcountplus .social-count-plus li.count-instagram a::before {
    content: "\e980";
}
.widget_socialcountplus .social-count-plus li.count-linkedin a::before {
    content: "\e981";
}
.widget_socialcountplus .social-count-plus li.count-pinterest a::before {
    content: "\e982";
}
.widget_socialcountplus .social-count-plus li.count-soundcloud a::before {
    content: "\e977";
}
.widget_socialcountplus .social-count-plus li.count-steam a::before {
    content: "\f1b7";
}
.widget_socialcountplus .social-count-plus li.count-tumblr a::before {
    content: "\e984";
}
.widget_socialcountplus .social-count-plus li.count-twitch a::before {
    content: "\f1e8";
}
.widget_socialcountplus .social-count-plus li.count-twitter a::before {
    content: "\e985";
}
.widget_socialcountplus .social-count-plus li.count-vimeo a::before {
    content: "\e986";
}
.widget_socialcountplus .social-count-plus li.count-youtube a::before {
    content: "\e987";
}
.widget_socialcountplus .social-count-plus li span span.count {
    margin: 0;
    text-align: center;
    padding: 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 15px 60px 15px 120px;
}


/* Gutenberg full-width and wide-aligned */
.alignwide {
    margin-left: -50px;
    margin-right: auto;
    max-width: 100vw;
    width: calc( 100% + 100px);
}
.alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    width: 100vw;
    width: calc( 100vw - 0);
    /*text-align: center;*/
}
.alignfull img {
    width: 100vw;
    width: calc( 100vw - 10px);
}
.alignfull img {
    /*border-radius: 0 !important;*/
}

.archive-right-sidebar .col-xl-9 .alignwide {
    margin-left: -100px;
}
.archive-right-sidebar .col-xl-9 .alignfull {
    margin-left: calc( -100vw / 2 + 135.6% / 2 );
}

.archive-left-sidebar .col-xl-9 .alignwide {
    margin-right: -100px;
}
.archive-left-sidebar .col-xl-9 .alignfull {
    margin-right: calc( -100vw / 2 + 135.6% / 2 );
}
.col-xl-9.sidebar-position-right .alignwide {
    margin-left: -100px;
}
.col-xl-9.single-right-sidebar .alignwide {
    margin-left: -100px;
}
.col-xl-9.sidebar-position-left .alignwide {
    margin-left: 0px;
}
.col-xl-9.single-left-sidebar .alignwide {
    margin-left: 0;
}
.col-xl-9.single-right-sidebar .alignfull {
    margin-left: calc( -100vw / 2 + 134.5% / 2 );
}
.col-xl-9.single-left-sidebar .alignfull {
    margin-left: calc( -100vw / 2 + 67.9% / 2 );
}
.alignfull,
.alignwide,
.aligncenter {
    clear:              both;
}
.border-rounded .wp-block-image.alignfull img,
.border-rounded .wp-block-cover.alignfull  {
    border-radius: 0;
}
.wp-block-cover h3 {
    color: inherit !important;
}
.nf-form-cont,
.mc4wp-form{
    border: 1px solid rgba(0,0,0,.05);
    padding: 10% 10%;
    box-shadow: 0 -1px 0px 3px rgba(0,0,0,.02);
    border-radius: 15px;
    background-size: cover;
}
.wp-block-embed-vimeo.alignfull iframe {
    min-width: 100vw;
}
.main-column.col-xl-9.sidebar-position-right .alignfull {
    width: 100vw;
    margin-left: calc( -100vw / 1 + 150.4%/ 1 );
    border-radius: 0;
}
.main-column.col-xl-9.sidebar-position-left .alignfull {
    width: 100vw;
    margin-left: calc( -100vw / 1 + 115%/ 1 );
    border-radius: 0;
}
.alignleft img {
    float: left;
}
.alignright img {
    float: right;
}
.wp-block-pullquote blockquote cite {
    opacity: .6;
    font-style: normal;
}
.wp-block-pullquote{
    padding: 1em 0;
    border: 0 solid;
}

.page-content ul li::before {
    content: "\e909";
    position: absolute;
    left: -25px;
    font-family: malachite-font;
    font-size: 18px;
    top: -2px;
    opacity: .4;
}
.page-content ul li,
.single-content ul li {
    list-style: none;
    position: relative;
}
.page-content ul li::before,
.single-content ul li::before{
    content: "\e909";
    position: absolute;
    left: -25px;
    font-family: malachite-font;
    font-size: 18px;
    top: -2px;
    opacity: .4;
}
.page .page-content {
    margin: 30px 0 50px 0;
}
.wp-block-latest-posts li {
    position: relative;
    padding-left: 30px;
}
.wp-block-latest-posts li::before {
    left: 5px !important;
}
.wp-block-categories-list {
	padding: 10px 0 0 0;
}
.wp-block-categories.wp-block-categories-list.aligncenter li::before {
    top: 5px;
    left: -10px;
}
.wp-block-gallery li::before {
    content: "" !important;
}
.ig-block {
    padding: 0;
    background: #f8f8f8;
    border-radius: 15px;
}
.instagallery-actions {
    margin: 0;
    padding: 0;
}
.instagallery-actions .igact-instalink {
    font-size: inherit;
    padding: 15px 30px;
    border-radius: 50px;
    margin: 20px 0;
}
.instagallery-items {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.instagallery-items img {
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.ig-likes-comments > span {
    font-size: 13px;
    padding: 10px 7px;
}

#sb_instagram {
    border-radius: 15px;
    padding: 15px 15px;
    position: relative;
    z-index: 0;
}
#sb_instagram #sbi_images {
    border-radius: 15px !important;
    overflow: hidden;
}
#sb_instagram .sbi_follow_btn a {
    border-radius: 25px;
    padding: 15px 30px;
    margin: 10px 0;
}
#sb_instagram::before {
    content: "\e92e";
    position: absolute;
    right: 30px;
    background: #f8f8f8;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    top: -30px;
    font-family: malachite-font;
    font-size: 25px;
    transform: rotate(10deg);
    z-index: -1;
}
.social-count-plus::before {
    content: "\e954";
    position: absolute;
    right: 30px;
    background: #f8f8f8;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    top: -30px;
    font-family: malachite-font;
    font-size: 25px;
    transform: rotate(10deg);
    color: #999;
}

body .widget_eu_cookie_law_widget {
    bottom: 0;
    left: 0;
    right: 0;
}
body #eu-cookie-law {
    border: 0px solid #dedede;
    color: inherit;
    font-size: 12px;
    padding: 30px 50px;
    box-shadow: 0 0 40px -10px rgba(0,0,0,.2);
    text-align: left;
}
body #eu-cookie-law input,
body #eu-cookie-law input:focus,
body #eu-cookie-law input:hover {
    background: #221c24;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
}


@media (max-width: 767px) {
    body.page:not(.boxed-layout) .main-wrapper, body.single:not(.boxed-layout) .main-wrapper {
        margin: 0 30px;
    }
    .alignwide {
        margin-left: 0;
        margin-right: auto;
        max-width: 100vw;
        width: 100%;
    }
    .alignfull {
        margin-left: 0;
        margin-right: 0;
        max-width: 100vw;
        width: 100%;
    }
    .single .main-column,
    .page .main-column {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    blockquote {
        padding: 15px 40px 5px 60px !important;
    }
    blockquote::before,
    .malachite-blog-feed-post blockquote:before {
        left: 10px;
    }
    blockquote::after,
    .malachite-blog-feed-post blockquote:after {
        left: 50px;
    }

}


/* Single Post Bar */

.single-post-bar .progress-bar {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 2px;
    background: blueviolet;
    border-radius: 15px;
    -webkit-transition: all .05s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all .05s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all .05s cubic-bezier(.45,0,.14,1.03);
    transition: all .05s cubic-bezier(.45,0,.14,1.03);
}
.single-post-bar {
    position: fixed;
    padding: 10px 0 10px 0;
    background: #fff;
    left: 0;
    right: 0;
    top: -150px;
    box-shadow: 0 0 16px 0px rgba(0,0,0,.1);
    -webkit-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all 1s cubic-bezier(.45,0,.14,1.03);
    transition: all 1s cubic-bezier(.45,0,.14,1.03);
    z-index: 999;
}

.single-post-bar.active-bar {
    top: 0;
}
.single-post-bar .bar-title {
    width: 50%;
    display: flex;
}
.single-post-bar .rating-button-minus,
.single-post-bar .rating-button-plus {
    width: 40px;
    height: 40px;
}
.single-post-bar .rating-icon-down {
    top: 15px;
}
.single-post-bar .rating-icon-up {
    top: 10px;
}
.single-post-bar .rating-wrap {
    margin-right: 12px;
}
.single-post-bar .share-buttons span {
    font-size: 12px;
}
.single-post-bar .rating-button-count {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
}
.single-post-bar .rating-icon.icon-minus::before {
    line-height: 40px;
}
.bar-home-btn a {
    height: 40px;
    display: inline-block;
    padding: 0 10px 0 30px;
    vertical-align: middle;
}
.bar-home-btn {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: 40px;
}
.bar-home-btn a::before {
    content: "\e92c";
    font-family: malachite-font;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    top: 7px;
    position: relative;
}
.admin-bar .single-post-bar.active-bar {
    top: 32px;
}
.single-post-bar .next_post .pagination-post-title {
    text-align: right;
}
.single-post-bar .pagination-post {
    margin: 0;
    width: 50%;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.single-post-bar .pagination-post .previous_post a::before,
.single-post-bar .pagination-post .next_post a::after {
    font-size: 16px;
}
.single-post-bar .pagination-post a {
    border: 0;
    padding: 10px 20px;
}
.single-post-bar .pagination-post .previous_post a::before,
.single-post-bar .pagination-post .next_post a::after {
    /*top: 17px;*/
}
.single-post-bar .pagination-post .next_post {
    padding-right: 20px;
}
.single-post-bar .entry-title {
    padding: 5px 20px 0 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.single-post-bar .share-buttons {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.single-post-bar .share-buttons a {
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.single-post-bar .share-buttons li {
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
}
.single-post-bar .share-twitter,
.single-post-bar .share-facebook,
.single-post-bar .share-googleplus,
.single-post-bar .share-pinterest  {
}
.single-post-bar .share-twitter svg {
    /*fill: #1da1f2;*/
}
.single-post-bar .share-facebook    svg{
    /*fill: #3b5998;*/
}
.single-post-bar .share-googleplus svg{
    /*fill: #db4437;*/
}
.single-post-bar .share-pinterest svg{
    /*fill: #b5071a;*/
}


.lavalamp-wrap {
	position: relative;
	display: inline-block;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 50px;
	overflow: hidden;
}
/*--------------------------------------------------
    Themes Core
--------------------------------------------------*/


.nav-tabs.themesmonsters-recent-posts-ul-toggle {
    counter-reset: section;
}
.themesmonsters-recent-posts-li a {
    text-decoration: none !important;
}

.widget ul > li.themesmonsters-recent-posts-li {
    position: relative;
    padding: 15px 0;
}
.themesmonsters-recent-posts-li::before {
	counter-increment: section;
	content: counter(section, upper-roman);
	position: absolute;
	background: #000000;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	left: 0;
	top: 0px;
	font-family: open sans;
	font-size: 13px;
	right: 0;
	margin: auto;
	text-align: center;
}
.themesmonsters-recent-posts-li.commments-tab::before {
  display: none;
}
.themesmonsters-widget-thumb {
    margin-bottom: 20px;    
}
.themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-thumb {
	width: 50px;
	margin: 20px 0 0 0;
}
.themesmonsters-widget-content {
    width: 100%;
    position: relative;
}


.themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-content {
    background: #f5f5f5;
    padding: 10px 20px;
    position: relative;
}
.footer .themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-content {
	padding: 10px 20px 10px 20px;
	top: -10px;
	z-index: -1;
}
.footer .themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-thumb {
	width: 50px;
	right: 20px;
	position: absolute;
	bottom: 5px;
	left: 70%;
}
.footer .themesmonsters-recent-posts-li.commments-tab::before {
    right: 55px;
    left: auto;
    top: -8px;
    z-index: 1;
}
.themesmonsters-recent-posts-li.commments-tab .themesmonsters-recent-posts-date {
    padding: 5px 0;
    display: block;
}
.themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-content::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #f5f5f5 transparent transparent;
	position: absolute;
	left: 20px;
	top: auto;
	bottom: -10px;
}
.themesmonsters-recent-posts-content {
	padding: 10px 0px;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.frontpage-featured-categories .themesmonsters-widget-thumb {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
	z-index: 0;
	margin: auto;
	width: 120px;
	height: 120px;
	border-radius: 100px;
	overflow: hidden;
	background-position: center;
}
.frontpage-featured-categories .themesmonsters-widget-thumb::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .2;
}

.frontpage-featured-categories-col {
	margin: 0;
	padding: 0 10px;
}

.frontpage-featured-categories-col .themesmonsters-icon-wrap-left span {
	width: 70px;
	height: 70px;
	margin: auto;
}
.frontpage-featured-categories-col .themesmonsters-category-list-title {
    display: block;
    padding: 0;
}
.frontpage-featured-categories-col .themesmonsters-category-list-title .themesmonsters-title-cat {
    padding: 10px 0 0 0 !important;
}
.themesmonsters-title-cat {
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
}
.themesmonsters-title-wrap {
	display: flex;
}
.frontpage-featured-categories-col .themesmonsters-title-wrap {
	padding: 10px 10px 5px 10px;
	text-align: center;
	margin: auto;
	text-align: center;
	justify-content: center;
}
.cat-count {
	display: block;
	padding: 0 3px;
	position: relative;
	top: 2px;
	opacity: .5;
	font-size: 11px;
	left: 10px;
	text-align: center;
	line-height: 20px;
}
.cat-count::before {
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 9px;
	bottom: 0;
	margin: auto;
	opacity: .2;
	left: -1px;
	right: 0;
}
.frontpage-featured-categories-col .themesmonsters-cat-desc {
	text-align: center;
	padding: 0 0 0 0;
	opacity: .5;
}
.frontpage-featured-categories .themesmonsters-cat-desc {
	display: none;
}
.themesmonsters-cat-desc {
    transform: translateY(0px);
    transition: all .3s cubic-bezier(.45,0,.14,1.03);
    opacity: .5;
}

.frontpage-featured-categories-item-bg {
    overflow: hidden !important;
    background: transparent !important;
    position: relative;
}
.frontpage-featured-categories-row {
	padding: 0 25px;
}
.frontpage-featured-categories-row .themesmonsters-category-list-count {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: none;
}


.footer .themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-content {
    background: rgba(0,0,0,.3) !important;
}

.footer .themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-content::before {
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent rgba(0,0,0,.3) transparent;
    top: -15px;
    left: 20px;
}
.footer .widget ul > li.themesmonsters-recent-posts-li {
    display: block;
    position: relative;
    padding: 15px 0;
}
.footer .themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-content {
    margin-top: 0;
    border-width: 5px 10px 5px 0;
}
.footer .widget .social-count-plus {
    background: transparent;
    padding: 0;
}
.footer .widget .social-count-plus::before {
    background: transparent;
    content: "";
}
.footer .widget_socialcountplus .social-count-plus li span span.count {
    color: #ffffff;
}
.themesmonsters-tab {
    padding: 0 !important;
    float: left;
}
.themesmonsters-tab:last-child a {
    border: 0;
}

.themesmonsters-tab a {
    display: block;
    padding: 10px 15px;
    text-align: left;
    -webkit-transition: all .2s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all .2s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all .2s cubic-bezier(.45,0,.14,1.03);
    transition: all .2s cubic-bezier(.45,0,.14,1.03);
    font-size: 14px;
    font-weight: 700;
}
.themesmonsters-tab a:hover,
.themesmonsters-tab.active a {
    color: #fff;
    font-weight: 700;
}
.themesmonsters-recent-posts-date {
    opacity: .5;
    font-size: 13px;
}
.themesmonsters-recent-posts-widget .themesmonsters-recent-posts-ul-inner {
    padding: 20px 0;
    margin: auto;
}
.footer .themesmonsters-recent-posts-widget .themesmonsters-recent-posts-ul-inner {
    padding: 0;
    counter-reset: section;
}
.themesmonsters-recent-posts-ul-toggle .lavalamp-object {
    position: absolute;
}
.themesmonsters-recent-posts-li img {
    -webkit-transition: all .2s cubic-bezier(.45,0,.14,1.03);
    -moz-transition: all .2s cubic-bezier(.45,0,.14,1.03);
    -ms-transition: all .2s cubic-bezier(.45,0,.14,1.03);
    transition: all .2s cubic-bezier(.45,0,.14,1.03);
}
.themesmonsters-recent-posts-li.commments-tab .themesmonsters-widget-thumb img {
    max-width: 50px;
}
.themesmonsters-category-list-wrap .themesmonsters-title-wrap {
	padding: 0 20px;
}
.widget .themesmonsters-category-list-wrap .themesmonsters-title-wrap,
.widget .themesmonsters-cat-desc {
    color: #ffffff;
	padding: 0;
}
.themesmonsters-category-list-wrap .themesmonsters-category-list-li {
    padding: 0;
    margin: 0 0 15px 0;
    border-radius: 100px;
}
.themesmonsters-category-list-wrap .themesmonsters-category-list-li i {
	font-size: 20px;
	text-align: center;
	width: 70px;
	padding: 0;
	margin: 0;
	line-height: 70px;
	height: 100px;
	border-radius: 100px;
}
.themesmonsters-category-list-li:hover .themesmonsters-category-list-overlay {
    opacity: .9;
}
.themesmonsters-category-list-wrap .themesmonsters-category-list-li a {
    display: flex;
}
.themesmonsters-category-list-wrap .themesmonsters-category-list-title h6 {
    color: inherit;
    margin: 5px 0 5px 0;
    padding: 0;
}
.themesmonsters-cat-desc {
    font-size: .78em;
    opacity: .8;
    padding: 0 20px 0 0;
}
.themesmonsters-category-list-title {
    z-index: 1;

    display: flex;
}
.themesmonsters-icon-wrap-left {
    text-align: center;
    vertical-align: middle;
}
.themesmonsters-icon-wrap-left span {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 100px;
}
.themesmonsters-icon-wrap-left.icon-on-bg {
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: auto;
	line-height: 100px;
}
.themesmonsters-icon-wrap-right {
    vertical-align: middle;
    text-align: left;
}
.themesmonsters-icon-wrap-left.empty-space {
	width: 100px;
	height: 100px;
}
.themesmonsters-icon-wrap-left i {
	font-size: 20px;
	text-align: center;
	width: 70px;
	padding: 0;
	margin: 0;
	line-height: 70px;
}
.themesmonsters-category-list-wrap .themesmonsters-widget-content {
	display: flex;
	min-height: 50px;
}

.themesmonsters-category-list-wrap .themesmonsters-widget-thumb {
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100px;
	z-index: 999;
}
/* .widget .themesmonsters-category-list-wrap .themesmonsters-widget-thumb {
	width: auto;
    height: auto;
} */
.widget .themesmonsters-icon-wrap-left.empty-space {
	padding: 10px;
}
.widget .themesmonsters-category-list-wrap .themesmonsters-widget-thumb::after {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .3;
}
.themesmonsters-category-list-count {
    background: #fff;
    width: 30px;
    height: 30px;
    color: rgba(0,0,0,.4);
    z-index: 1;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.themesmonsters-icon-img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background-size: 35px 35px;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: all .5s cubic-bezier(.45,0,.14,1.03);
}
.themesmonsters-category-list-title:hover .themesmonsters-icon-img {
    width: 60px;
    height: 60px;
    transform: scale(.9);
}

.themesmonsters-cat-icon {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background: #f0f0f0;
	margin-right: 40px;
	color: #555555;
	border-radius: 50px;
	font-size: .9rem;
}
.themesmonsters-cat-icon-inner {
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50px;
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
}
.themesmonsters-cat-icon-inner::after {
	content: "";
	width: 20px;
	height: 1px;
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -30px;
}
.frontpage-posts-slider-post .themesmonsters-cat-icon-inner::after {
	background-color: rgba(255,255,255,.2);
}
.themesmonsters-cat-span{
    display: inline-block;
    vertical-align: middle;
}

/* Breadcrumbs */
.single-post-breadcrumbs {
    padding: 4px 12px;
    font-size: 12px;
}
.single-post-1.single-post .single-post-breadcrumbs {
    padding: 20px 40px;
    z-index: 998;
    position: relative;
    display: block;
}
.single-post-1.single-post .single-post-bar .single-post-breadcrumbs {
    padding: 4px 12px;
}
.single-post-breadcrumbs.breadcrumb-full-width a:first-child {
    position: relative;
    padding-left: 40px;
}
.single-post-breadcrumbs.breadcrumb-full-width a:first-child::before {
    content: "\e92c";
    font-family: malachite-font;
    font-size: 12px;
    position: absolute;
    left: 15px;
}

.single-post-breadcrumbs.breadcrumb-full-width a {
    position: relative;
    background: #f0f0f0;
    padding: 0 15px;
    margin: 0 20px 0 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
.single-post-breadcrumbs.breadcrumb-full-width a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0px 15px 10px;
    border-color: transparent transparent transparent #f0f0f0;
    position: absolute;
    right: -10px;
    top: 0px;
}
.single-post-2.single-post .single-post-has-thumbnail .single-post-breadcrumbs.breadcrumb-full-width,
.single-post-3.single-post .single-post-has-thumbnail .single-post-breadcrumbs.breadcrumb-full-width {
    padding: 10px 0;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 500px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: absolute;
}
.malachite_breadcrumbs > span:first-child::before {
    content: "\e92c";
    font-family: malachite-font;
    font-size: 16px;
    color: #ccc;
}

.malachite_breadcrumbs a {
    padding: 10px 10px;
    display: inline-block;
}
.breadcumbs-sep {
    font-size: 0;
    width: 10px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
    color: #ccc;
    text-align: center;
}
.breadcumbs-sep::before {
    content: "\e918";
    font-size: 16px;
    font-family: malachite-font;
}
.breadcumbs-title {
    padding: 0px 10px;
}


/* --- Mobile menu ---*/

@media (max-width:767px) {
    .archive-right-sidebar .col-xl-9 .alignwide {
        margin-left: 0;
    }
    .col-xl-9.single-right-sidebar .alignwide {
        margin-left: 0;
    }
    .col-xl-9.sidebar-position-right .alignwide {
        margin-left: 0;
    }
    .main-wrapper.mobile-wrapper {
        margin: 0 !important;
    }
    .mobile-header-wrap {
        display: block;
        padding: 15px 10px;
    }
    .custom-logo {
        max-width: 110px !important;
        border-radius: 0 !important;
    }
    .desktop-header-wrap {
        display: none;
    }
    .mobile-menu .navbar-nav {
        width: 100%;
    }
    #navbar ul.navbar-nav > li {
        display: block;
    }
    .mobile-menu .menu-item a::after,
    .mobile-menu .menu-item-has-children > a::before {
        background: transparent;
    }
    .stripe-menu .sub-menu {
        padding: 0;
    }
    .menu-item a {
        padding: 15px 20px;
        display: block;
    }
    .navbar .container {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .navbar-nav .menu-item a {
        border-bottom: 1px solid rgba(0,0,0,.05);
    }
    .navbar-nav > li {
        display: block !important;
        position: relative;
    }
    a.submenu-btn {
        width: 50px;
        height: 50px;
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    a.submenu-btn::before {
        content: "\e94b";
        font-family: malachite-font;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        display: block;
        top: 0;
        position: absolute;
        left: 0;
    }
    .active a.submenu-btn::before {
        content: "\e940";
    }
    .submenu-btn {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        border-left: 1px solid rgba(0,0,0,.05);
        border-bottom: 0 solid !important;
    }
    .menu-item-has-children .sub-menu .menu-item-has-children .submenu-btn::before {
        content: "\e94b";
    }
    .menu-item-has-children .sub-menu .menu-item-has-children.active .submenu-btn::before {
        content: "\e940";
    }
    .menu-item-has-children > .submenu-btn {
        display: block;
    }
    .menu-item-has-children > a.submenu-btn {
        padding: 0;
    }
    .menu-item-has-children .menu-item-has-children .menu-item-has-children .submenu-btn {
        display: none;
    }
    .sub-menu {
        visibility: hidden;
        height: 0;
    }
    .active > .sub-menu {
        height: auto;
        visibility: visible;
        background: #eee;
    }
    .sub-menu .active > .sub-menu {
        background: #dcdcdc;
        height: auto;
        visibility: visible;
        position: relative;
    }
    #navbar.expanded-menu ul.navbar-nav {
        opacity: 1!important;
    }

    .stripe-menu-bg-wrapper{
        display: none;
    }
    .themesmonsters-tab a {
        padding: 5px 10px;
    }
    .frontpage-large-post-wrap .entry-title a {
        font-size: 30px;
    }
    .frontpage-large-post .entry-summary {
        padding: 0 40px;
        text-align: center;
    }
    .frontpage-large-post-wrap .entry-meta-on-content-single {
        padding: 10px 30px 0 30px;
        margin: 0;
    }
    .frontpage-posts-slider-post .content-entry-wrap {
        width: 80%;
        /*height: 70%;*/
    }
    .frontpage-posts-slider-post .entry-title a {
        font-size: 1.2rem;
    }
    .frontpage-posts-slider-post .entry-summary {
        display: none;
    }
    .frontpage-posts-slider-post .overlay-thumb,
    .frontpage-posts-slider-post .entry-content:hover .overlay-thumb {
        opacity: .6;
        border-radius: 0;
    }
    .entry-meta-author-thumb {
        width: 50px;
        display: inline-block;
    }
    .frontpage-posts-slider-post .entry-meta-on-thumb {
        opacity: 1;
        bottom: 50px;
    }
    .owl-loading-placeholder::before{
        /*display: none;*/
    }
    .frontpage-slider-large .owl-dots {
        position: relative;
        height: auto;
        left: 0;
        right: 0;
        /*top: 10px;*/
    }
    .frontpage-slider-large .owl-carousel.owl-drag .owl-item{
        height: 500px;
    }
    .owl-carousel{
        touch-action: manipulation;
    }
    .frontpage-slider-large.frontpage-posts-slider-large {
        position: relative;
    }
    .owl-loading-placeholder{
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        z-index: 2;
        background-color: rgb(0, 0, 0);
    }
    .frontpage-slider-large .owl-dot {
        background: #999;
    }
    .frontpage-slider-large .owl-nav {
        display: none;
    }
    .frontpage-posts-slider-post .share-buttons li {
        width: 40px;
    }
    .frontpage-large-post .bar-shares-rating {
        display: block !important;
    }
    .frontpage-large-post .bar-shares {
        margin-top: 10px;
    }
    .single-post .share-counter-icon,
    .likes-icon, .views-icon {
        font-size: 16px;
    }
    .frontpage-posts-slider-post .entry {
        margin: 0;
    }
    .frontpage-featured-posts .cover-image .content-entry-wrap {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .frontpage-featured-posts .cover-image .overlay-thumb {
        opacity: 0;
    }
    .btns {
        padding: 10px 20px;
        font-size: 14px;
    }
    .blog-feed-posts .malachite-blog-feed-post {
        padding: 0;
    }
    .entry-meta-left {
        min-width: 160px;
    }
    .frontpage-featured-posts .cover-image .content-entry-wrap .entry-title a,
    .frontpage-featured-posts .cover-image .content-entry-wrap {
        color: #000000;
    }
    .entry-thumb {
        margin-bottom: 0;
    }
    .title-sort {
        padding: 10px 0;
        display: block !important;
    }
    .sort-wrapper {
        padding: 10px 0;
    }
    .title-sort h4 {
        text-align: center;
        padding: 10px 0;
    }
    .col-md-3 .entry-meta-on-thumb .likes-label, 
    .col-md-3 .entry-meta-on-thumb .views-label {
        display: inline-block;
        padding: 0 0 0 10px;
    }
    .entry-summary {
        padding: 0;
    }
    .content-entry-wrap {
        padding: 15px 0px 0 0;
    }
    .vertical-content-bar {
        display: none;
    }
    .single-post .single-content-wrap {
    }
    .single-post-bar .entry-title,
    .single-post-bar .pagination-post{
        display: none;
    }
    .single-post-bar .bar-title {
        width: 100%;
        text-align: center;
    }
    .admin-bar .single-post-bar.active-bar {
        top: 0;
    }
    .single-post-bar .share-buttons {
        width: 100%;
    }
    .share-buttons li,
    .single-post-bar .share-buttons li {
        display: inline-block;
        vertical-align: middle;
        min-width: 50px;
        width: 50px;
    }
    .share-buttons a,
    .single-post-bar.share-buttons a {
        margin: 0;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }
    .single-post .share-buttons span,
    .single-post-bar .share-buttons span {
        display: none;
    }
    .single-post-bar .share-buttons a {
        padding: 12px 15px;
    }
    .single-post-bar .share-buttons svg {
        margin: 0 !important;
    }
    .share-buttons svg {
        width: 16px;
        height: 15px;
    }
    .single-post .share-buttons svg,
    .single-post-2 .share-buttons svg,
    .single-post-3 .share-buttons svg {
        width: 19px;
        height: 16px;
        margin: 13px 15px 0 15px;
    }
    .single-content-wrap h1.entry-title {
        font-size: 2em;
        letter-spacing: 0;
        line-height: 1.2;
        margin-top: 0;
    }
    .malachite-single-meta-wrap {
        margin-bottom: 20px;
    }
    .single-meta-wrap {
        bottom: 15px;
    }
    .malachite-blog-feed-post .entry-meta-wrapper {
        padding: 0 10px;
    }
    .entry-meta-wrapper {
        display: inline-block;
        width: calc(100% - 60px);
    }
    .single-post .author_details,
    .single-post-2 .author_details,
    .single-post-3 .author_details {
        display: block;
    }
    .single-post .author-avatar,
    .single-post-2 .author-avatar,
    .single-post-3 .author-avatar {
        display: block;
        padding: 0px 0 20px 0px;
    }
    .single-post .author-description,
    .single-post-2 .author-description,
    .single-post-3 .author-description {
        padding: 0;
        display: block;
    }
    .single-post .author_bio_section,
    .single-post-2 .author_bio_section,
    .single-post-3 .author_bio_section {
        padding: 20px 20px;
    }
    .single-post .author_links a,
    .single-post-2 .author_links a,
    .single-post-3 .author_links a {
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .single-post .entry-meta-on-thumb-single,
    .single-post-2 .entry-meta-on-thumb-single,
    .single-post-3 .entry-meta-on-thumb-single {
        left: 15px;
        right: 15px;
        bottom: 5px;
    }
    .rating-button-minus,
    .rating-button-plus {
        width: 40px;
        height: 40px;
    }
    .rating-button-count {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .rating-icon-down {
        top: 15px;
    }
    .rating-icon-up {
        top: 10px;
    }
    .single-meta-buttons {
        margin: 5px 0px 0 70px !important;
    }
    .pagination-post > div {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .single-post-1.single-post .single-post-breadcrumbs,
    .single-post-2.single-post .single-post-breadcrumbs,
    .single-post-3.single-post .single-post-breadcrumbs {
        padding: 20px 0;
    }
    .single-post .single-post-full-width-parallax-margin.single-has-thumbnail {
    }
    .blog-feed-sort-option, .blog-feed-sort-option-link{
        padding: 10px 12px;
    }
    .blog-feed-sort-option:nth-child(1)::before,
    .blog-feed-sort-option-link:nth-child(1)::before,
    .blog-feed-sort-option:nth-child(2)::before,
    .blog-feed-sort-option-link:nth-child(2)::before,
    .blog-feed-sort-option:nth-child(3)::before,
    .blog-feed-sort-option-link:nth-child(3)::before,
    .blog-feed-sort-option:nth-child(4)::before,
    .blog-feed-sort-option-link:nth-child(4)::before {
        content: "";
        display: none;
    }
    #eu-cookie-law input.accept {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 50%;
    }
    body #eu-cookie-law {
        padding: 30px 50px 60px 50px;
        text-align: center;
    }
    .sort-wrapper li.blog-feed-sort-option::before {
        display: none;
    }
    .sort-wrapper {
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .title-sort {
        padding: 10px 15px;
    }
    .blog-feed-posts .malachite-blog-feed-post {
        padding: 10px 0;
    }
    .blog-feed-posts .malachite-blog-feed-post .single-meta-buttons {
        margin: 0 !important;
    }
    .blog-feed-sort-preloader-wrap-all {
        padding: 0px 0px;
    }
    .entry-content {
        margin: 0;
    }
    .frontpage-featured-categories-col {
        padding: 0 15px 15px 15px;
    }
    .frontpage-posts-slider .owl-carousel.owl-drag .owl-item {
        padding: 0 !important;
    }
    .frontpage-slider .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        z-index: 0;
        height: 0;
    }
    .owl-carousel .owl-nav .owl-prev {
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        text-align: center;
        line-height: 40px;
        left: -20px;
        top: -20px;
        z-index: 9999;
        position: absolute;
    }
    .owl-carousel .owl-nav .owl-next {
        width: 40px;
        background: #fff;
        height: 40px;
        text-align: center;
        display: block;
        right: -20px;
        top: -20px;
        border-radius: 50px;
        margin: 0;
        line-height: 40px;
    }
    .owl-carousel .owl-nav .owl-prev::before,
    .owl-carousel .owl-nav .owl-next::before {
        left: 0;
        right: 0;
    }
    .frontpage-large-post-wrap .entry-title {
        font-size: 2rem;
        line-height: 2.3rem;
    }
    .single-post-full-width-wrap .entry-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .malachite-single-post-content {
        margin: 0;
    }
    blockquote.wp-block-quote {
        padding: 0 20px 0 60px !important;
    }
    blockquote.wp-block-quote::before {
        left: 0;
    }
    blockquote.wp-block-quote::after {
        left: 40px;
    }
    .pagination-post {
        display: inline-block;
        width: 100%;
    }
    .pagination-post > div {
        display: block;
        max-width: 100%;
    }
    .pagination-post-wrap-thumb {
        display: flex;
    }
    .pagination-post img {
    }
    .pagination-post .next_post .pagination-post-title,
    .pagination-post-label {
        text-align: left;
    }
    .pagination-post-wrap-text {
        width: 100%;
        padding: 5px 0;
    }

    .malachite-sidebar-sticky {
        padding: 20px 10px 20px 10px !important;
    }
    .malachite-related-posts-wrap {
        padding: 20px 10px 20px 10px;
    }
    .comments {
        padding: 0;
        margin: 20px 10px 20px 10px;
    }
    .footer .widget {
        padding: 0;
    }


}

/* --- Desktop menu ---*/

@media (min-width:768px) {
    .mobile-header-wrap {
        display: none;
    }
    .desktop-header-wrap {
        display: block;
    }
    .blog-feed-posts .col-md-3 {
        -ms-flex: 0 0 24.999%;
        flex: 0 0 24.999%;
        max-width: 24.999%
    }

    .blog-feed-posts .col-md-4 {
        -ms-flex: 0 0 33.331%;
        flex: 0 0 33.331%;
        max-width: 33.331%
    }

    .blog-feed-posts .col-md-6 {
        -ms-flex: 0 0 49.999%;
        flex: 0 0 49.999%;
        max-width: 49.999%
    }

    .stripe-menu ul.desktop-menu.navbar-nav > li .sub-menu .menu-item a{
        white-space: normal;
    }
    .header .malachite-side-navigation .menu-item a::after {
        content: "";
        display: none;
    }
    .header .malachite-side-navigation .menu-item .menu-item {
        background: transparent;
    }
    .header .malachite-side-navigation .menu-item .menu-item a, .header .malachite-side-navigation .menu-item .menu-item a:hover {
        color: inherit;
    }
    .menu-design-3 .header .malachite-side-navigation .menu-item::before {
        content: "";
        display: none;
    }
    .header .malachite-side-navigation .sub-menu::before {
        display: none;
    }
    .header .malachite-side-navigation .sub-menu .sub-menu {
        left: 0 !important;
        z-index: 999;
        visibility: visible !important;
    }
    .header .malachite-side-navigation .menu-item .menu-item a {
        padding: 5px 20px;
    }
    .header .malachite-side-navigation .sub-menu {
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .header .malachite-side-navigation .sub-menu .sub-menu{
        border: 0 solid;
    }
    .header .menu-item a {
        padding: 25px 20px;
        display: block;

    }
    .header .menu-item a::after {
        content: "";
        background: blue;
        width: 3px;
        height: 3px;
        position: absolute;
        right: 0;
        top: 34px;
        border-radius: 50px;
    }
    .header .menu-item-has-children a::after {
        top: 34px;
    }
    .header .sub-menu .menu-item a::after {
        top: 13px;
        right: 10px;
    }
    .header .sub-menu .menu-item-has-children a::before {
        top: 13px;
        right: 16px;
    }
    .header .sub-menu .sub-menu .menu-item-has-children a::before {
        display: none;
    }
    .header .menu-item .menu-item a {
        transition: all .5s cubic-bezier(.45,0,.14,1.03);
    }
    .header .menu-item .menu-item a.submenu-btn {
        padding: 0;
        top: 7px;
        right: 7px;
        border: 0 !important;
    }
    .header .navbar-nav > .menu-item .menu-item {
        transition: all .3s cubic-bezier(.45,0,.14,1.03);
        border-radius: 15px;
    }
    .header .menu-item-has-children a {
        padding: 25px 30px 25px 20px;
    }
    .header .navbar-nav li {
        position: relative;
    }
    .header .navbar-nav ul li a {
        border: 0 solid;
    }
    .header .navbar-nav .menu-item a i {
        position: absolute;
        left: -10px;
        top: 50%;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header .submenu-btn {
        width: 30px;
        height: 30px;
        display: none !important;
        position: absolute;
        right: 0;
        top: 20px;
        padding: 0;
    }
    .header .menu-item-has-children .menu-item-has-children .menu-item-has-children a.submenu-btn::before {
        content: "";
    }
    .header .submenu-btn {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .header .sub-menu {
        position: absolute;
        left: 0;
        visibility: hidden;
        z-index: 999;
        opacity: 0;
        transition: all .3s cubic-bezier(.45,0,.14,1.03);
        transform: translateY(10px);
    }
    .header .sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -9px;
    }

    .menu-design-2 .header .sub-menu:before {
        display: none;
    }
    .menu-design-2 .header #navbar ul.menu > li.menu-item-has-children:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1000;
        bottom: -2px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s cubic-bezier(.45,0,.14,1.03);
    }
    .menu-design-2 .header #navbar ul.menu > li.menu-item-has-children:hover:before{
        visibility: visible;
        opacity: 1;
        transition: all .3s cubic-bezier(.45,0,.14,1.03);
    }

    .header .menu-item-has-children .sub-menu .sub-menu {
        left: 100%;
        top: 0;
        visibility: hidden;
    }

    .menu-design-1 .header ul.menu > .menu-item-has-children > .sub-menu.sub-big{
        left: auto;
        right: 0;
    }
    .header ul.menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu.sub-big{
        left: auto;
        right: 100%;
    }
    .header ul.menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu.sub-big{
        left: auto;
        right: 100%;
    }

    .header .menu-item-has-children .sub-menu .sub-menu .sub-menu {
        display: none;
    }
    .header .menu-item-has-children .sub-menu .sub-menu:hover,
    .header .menu-item-has-children:hover > .sub-menu,
    .header #on-hidden-menu ul .menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }
    .themesmonsters-tab a {
        padding: 5px 15px;
        font-size: 13px;
    }

    /* MENU DESIGN
    ------------------------------------------------------------------------*/

    .menu-design-1 .header .menu-item .menu-item {
        border-radius: 0;
    }
    .menu-design-1 .header .menu-item .menu-item:first-child {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .menu-design-1 .header .menu-item .menu-item:last-child {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .menu-design-1 .header .menu-item .menu-item:last-child a {
        border: 0;
    }
    .menu-design-1 .header .navbar-nav > .menu-item a::after {
        opacity: 0;
    }
    .menu-design-1 .header .menu-item-has-children > a::before {
        background: transparent;
        content: "\e916";
        font-family: malachite-font;
        right: 0px;
        position: absolute;
        opacity: 1;
        font-size: 13px;
        background: #fff;
        color: rgba(0,0,0,.2);
        width: 20px;
        text-align: center;
        height: 20px;
        border-radius: 50px;
        box-shadow: 0 0 0 2px rgba(0,0,0,.05);
        border: 1px solid rgba(0,0,0,.05);
    }
    .menu-design-1 .header .menu-item-has-children > a.submenu-btn::before {
        display: none;
    }
    .menu-design-1 .header .menu-item-has-children .menu-item-has-children > a::before {
        content: "\e918";
        background: transparent;
        top: 10px;
        right: 20px;
    }
    .menu-design-1 .header .menu-item .menu-item a {
        border-bottom: 1px solid rgba(0,0,0,.05);
        padding: 10px 20px;
    }
    .menu-design-1 .header .navbar-nav > .menu-item:not(.malachite-custom-logo-li) a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        height: 2px;
        transition: all .5s cubic-bezier(.45,0,.14,1.03);
    }
    .menu-design-1 .header .navbar-nav > .menu-item .menu-item a::after {
        display: none;
    }
    .menu-design-1 .header .navbar-nav > .menu-item:not(.malachite-custom-logo-li) a:hover::after {
        left: 0;
        right: 0;
    }
    .header .sub-menu {
        top: 100%;/*70px*/
        min-width: 250px;
        /*left: -100%;*/
    }
    .menu-design-1 .header .sub-menu::before {
        display: none;
    }
    .menu-design-2 .header .menu-item .menu-item a {
        padding: 5px 20px;
    }
    .menu-design-2 .header .sub-menu {
        border: 0 solid;
        padding: 30px 20px;
        /*width: 300px;*/
        -webkit-box-shadow: 0px 16px 33px 4px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 16px 33px 4px rgba(0,0,0,0.39);
        box-shadow: 0px 16px 33px 4px rgba(0,0,0,0.39);
        left: 50%;
        transform: translateX(-50%) translateY(0) !important;
        border-radius: 15px;
    }
    .menu-design-2 .header .sub-menu .sub-menu {
        transform: translateX(0%) translateY(0) !important;
    }
    .menu-design-2 .header .sub-menu .sub-menu::before {
        display: none;
    }
    .menu-design-2 .header .menu-item .menu-item a.submenu-btn {
        top: 0;
    }
    .menu-design-2 .header .menu-item a::before,
    .menu-design-2 .header .menu-item a::after {
        opacity: .2;
        transition: all .5s cubic-bezier(.45,0,.14,1.03);
    }
    .menu-design-2 .header .menu-item a:hover::before,
    .menu-design-2 .header .menu-item a:hover::after {
        opacity: 1;
    }

    .menu-design-3 .header .menu-item:before {
        content: "";
        position: absolute;
        left: 20px;
        right: 100%;
        background: blueviolet;
        height: 2px;
        bottom: 20px;
        border-radius: 15px;
        transition: all .3s cubic-bezier(.45,0,.14,1.03);
    }
    .menu-design-3 .header .menu-item .menu-item:before,
    .menu-design-3 .header .menu-item .menu-item .menu-item:before,
    .menu-design-3 .header .fake-li .menu-item:before,
    .menu-design-3 .header .malachite-custom-logo-li:before {
        display: none;
    }
    .menu-design-3 .header .menu-item:hover::before {
        right: 20px;
    }
    .menu-design-3 .header .menu-item-has-children a {
        padding: 25px 20px;
    }
    .header-3 #on-hidden-menu {
        display: block;
        z-index: 10;
        top: 0;
        padding: 10px 0;
        position: relative;
    }
}