/*
	Theme Name: Hello MauveStudio
	Author: Mauve Studio
	Author URI: https://mauvestudio.co/
	Theme URI: https://mauvestudio.co/
	Requires at least: 5.9
	Tested up to: 6.7.2
	Requires PHP: 7.4
	Version: 1.4
	Description: Clean and responsive theme designed to make your blogging experience as simple as possible.
	License: 
	License URI: license/readme.txt
	Tags: theme-options, featured-images, translation-ready
	Text Domain: hello-mauvestudio
*/
/* Table of Contents 
==================================================
#Members
	#Gutenberg
	#General
	#Header
	#Content
	#Comments
	#Widgets
	#Shortcodes
	#Footer
	#Responsive 
	*/
/* #Members
================================================== */


:root {
/* Edit Here */ 

/* Primary Color */
--brand-color: #524cff;
--brand-invert: #ffffff;
/* Hover Color */
--brand-color-hover: #524cff;

/* Active Border Color */
--brand-color-active: #524cff;
--border-radius-images: 6px;
			
/* do not edit below */
--e-a-btn-bg-primary: var(--brand-color);
--e-a-btn-color: var(--brand-invert);
--e-p-border-widget-invert: var(--brand-invert);
--e-p-draggable-color: var(--brand-color);
--e-p-border-column: var(--brand-color);
--e-p-border-column-hover: var(--brand-color-hover);
--e-p-border-column-invert: var(--brand-invert);
--e-p-border-section: var(--brand-color);
--e-p-border-section-hover: var(--brand-color-hover);
--e-p-border-section-invert: var(--brand-invert);
--e-p-border-con: var(--brand-color);
--e-p-border-con-hover: var(--brand-color-hover);
--e-p-border-con-active: var(--brand-color-active);
--e-p-border-con-invert: var(--brand-invert);
--e-p-border-widget: var(--brand-color);
--e-p-border-widget-hover: var(--brand-color-hover);
--e-p-border-widget-active: var(--brand-color-active);
--e-p-border-widget-invert: var(--brand-invert);
--e-a-btn-bg-primary: var(--brand-color);
--e-a-btn-bg-primary-hover: var(--brand-color-hover);
--e-a-btn-bg-primary-active: var(--brand-color-active);
}

html[data-bs-theme='dark'] {
	--clr-background: #232323;
	--clr-dark70: #1e1e1e;
	--clr-dark90: #121214;
	
	 --clr-primarytext: #fff;
	--clr-text: #e9e9e9;
	--clr-links: #fff;
	--clr-links-hover: #9b9b9b;
	
	--clr-icons: #d3d3d3;
	--clr-icons-hover: #fff;
	
	--clr-toggle: #345b6f;
	--clr-bgc: transparent;
	--clr-bgi: transparent;
	--clr-bg-buttons: #3e3e3e;
	
}

body {
overflow-x: hidden;
	background: var(--clr-background);
}

/* Dark mode */
nav .darkmodeswitch {padding-left: 15px!important;}
.checkboxdark {
	opacity: 0;
	position: absolute; 
}

.darklabel {
	background-color: #f2f2f2;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	position: relative;
	height: 26px;
	width: 50px;
font-size:12px;
}
.absolute-header .darklabel {background-color: rgba(255,255,255,0.2);}
.darklabel .ball {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 22px;
	width: 22px;
	transform: translateX(0px);
	transition: transform 0.4s ease;
}

.checkboxdark:checked + .darklabel .ball {
	transform: translateX(24px);background-color: #555;
}

.checkboxdark:checked + .darklabel  {
	background-color: #111;
}
.absolute-header .checkboxdark:checked + .darklabel { background-color: rgba(17, 17, 17, 0.2);}
.checkboxdark + .darklabel .ball:before {
    color: #111;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "ms-social";
    content: "\e8f3";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkboxdark:checked + .darklabel .ball:before {
        color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "ms-social";
    content: "\f186";
      position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compact-toggle .darklabel {width: 26px;}
.compact-toggle .checkboxdark:checked + .darklabel .ball {
	transform: translateX(0px);
}
/* Dark mode End */

.aspect-ratio-square img {aspect-ratio: 1/1;}
.aspect-ratio-standard img  {aspect-ratio: 4/3;}
.aspect-ratio-portrait img  {aspect-ratio: 3/4;}
.aspect-ratio-classic img  {aspect-ratio: 3/2;}
.aspect-ratio-classic-portrait img  {aspect-ratio: 2/3;}
.aspect-ratio-wide img  {aspect-ratio: 16/9;}
.aspect-ratio-tall img  {aspect-ratio: 9/16;}

.metro-post.row{display:block;}
.metro-post img{
object-fit: cover;
aspect-ratio: 1 / 1;
}
.metro-post .block{
float: left;
}
.metro-post .col-lg-6.nextrow {
  float: right;
}
.metro-post .cover {height: 100%;}
.metro-post img {height: 100%;}
.metro-hover .metro-post .cover-content {opacity: 0;transition: all .5s ease-out;}
.metro-hover .metro-post .cover-content {opacity: 0;transition: all .5s ease-out;}
.metro-hover .metro-post .post_content:hover .cover-content {opacity: 1;}
.metro-hover .metro-post .cover:before {
    background: #222;transition: all .3s ease-out;
    opacity: 0;
}
.metro-hover .metro-post .cover:hover:before {opacity: 0.3;}
.metro-post img {margin:0px;width:100%!important;max-width: none!important;-o-object-fit: cover;object-fit: cover;}
.metro-post h2   {color:#fff;padding: 0;margin: 8px 0px 12px 0px;}
.metro-post {margin: 0px 0px 30px 0px;}
.metro-post .giftrue img { visibility: hidden;}
.metro-post .thumbnail.giftrue {background-color: transparent;} 
.metro-post .cover:before {background: linear-gradient(to bottom, transparent 40%, #000000 100%);opacity:0.3;}
.ctamembers {
position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 80px -10px rgba(0,0,0,.1);
  overflow: hidden;
  border-radius: 26px;
}
.secret-file {display: block!important;}
/* #General
================================================== */

body .standard-post-container:first-child, body .list-post-container:first-child:not(.is6) {margin:0px;}
.header_style_wrapper {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
}

#elementor_sticky_header.header_style_wrapper
{
	visibility: hidden;
	z-index: -1;
	
	 -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
    
       -webkit-transition: all .52s cubic-bezier(0.48, 0, 0.12, 1);
       -moz-transition: all .52s cubic-bezier(0.48, 0, 0.12, 1);
        -ms-transition: all .52s cubic-bezier(0.48, 0, 0.12, 1);
         -o-transition: all .52s cubic-bezier(0.48, 0, 0.12, 1);
            transition: all .52s cubic-bezier(0.48, 0, 0.12, 1);
}

#elementor_sticky_header.header_style_wrapper.visible
{
	visibility: visible;
	z-index: 9999;
	
-webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

#elementor_sticky_header .primary-menu .has-mega-sub-menu .mega-sub-menu, #elementor_sticky_header .primary-menu .has-mega-column > .sub-menu, #elementor_sticky_header .primary-menu .item-with-widget > .sub-menu {
position: fixed;
}
.fixed-nav .sticky-nav {
  position: fixed;
  top:0;
  z-index: 1;
}
.logo-ads-left .logo, .logo-ads-left .logo_tagline {
    text-align: left;
}
.full-height-header {
    position: absolute;
    width: 100%
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header .top-container {
    z-index: 2;
    position: relative;
    background: 0 0
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header #primary,
.fullheight-header-active .full-height-header .header-overlay,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .headerstyler,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .mobile-top-panel,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .primary-menu>li>a,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .shadow-menu,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .sticky-nav,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .sticky-nav.navbar-fixed-top,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .sticky-wrapper,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .top-container-full-no-sticky,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .top-container-normal,
.fullheight-header-active .headerstyler {
    background: 0 0!important
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header .primary-menu>li>a {
    color: #fff
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header .nav-icon4 span,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .nav-icon4 span:after,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .nav-icon4 span:before {
    background-color: #fff
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header .nav-icon4.open span {
    background-color: transparent
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header .primary-menu>li>a:after {
    background-color: transparent
}
.fullheight-header-active .sticky-nav.navbar-fixed-top #primary, .fullheight-header-not-active #primary {
    border-top-color: rgba(255,255,255,0);
border-bottom-color: rgba(255,255,255,0);
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header .top-widget-left a,
.fullheight-header-active:not(.navbar-fixed) .full-height-header .top-widget-right a,
.fullheight-header-active #top-menu  a,
.fullheight-header-active .top-container .social__list a,
.fullheight-header-active .top-container-full .top-left a,
.fullheight-header-active .top-container-full .top-right a,
.fullheight-header-active .widget_leftheaderlogo a,
.fullheight-header-active .widget_rightheaderlogo a  {
    color: #fff
}
.fullheight-header-active:not(.navbar-fixed) #primary {
    border-bottom-width: 1px;
}
.fullheight-header-active.navbar-fixed #primary {
    border-bottom-width: 1px;
	border-bottom-color: rgba(255,255,255,0);
}
.fullheight-header-active:not(.navbar-fixed) .full-height-header .shadow-menu {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header-search {
    z-index: 2;
    position: absolute;
    width: 100%
}

.fullheight-header-active:not(.navbar-fixed) .full-height-header .top-border, .fullheight-header-active .mobile-top-panel {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.fullheight-header-active:not(.navbar-fixed) #primary {
    border-top-color: rgba(255,255,255,0.2);
	border-bottom-color: rgba(255,255,255,0.2);
}

.fullheight-header-active:not(.navbar-fixed) span.sub, .fullheight-header-active .logo_tagline, #top-menu a    {
    color: #ffffff
}

@media(max-width:991px){.fullheight-header-active .main-holder {margin-top:0px!important;}.fullheight-header-active .main-holder:not(.nodefaultmobile) .headerstyler {padding-top: 50px;}
}
.fullheight-header-active  .navbar-fixed-top .fullheight { display: none;}
.fullheight-header-active .logo_normal { display: none;}
.fullheight-header-active .navbar-fixed-top .logo_normal { display: block;}
.consent-check {
    line-height: 1;
    padding-top: 20px
}

.consent-check input[type="checkbox"] {
    opacity: 0;
    display: none
}

.consent-check input[type="checkbox"]:checked+label:before {
    background: #222222;
    content: '\f00c';
    opacity: 1
}

.consent-check label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    line-height: 12px;
    font-size: 12px;
    margin: 0;
    text-transform: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.rtl .consent-check label {
    padding-left: 0;
    padding-right: 22px
}

.consent-check label:before {
    position: absolute;
    top: 50%;
    left: 0;
    font-family: "FontAwesome";
    content: '';
    color: #fff;
    width: 16px;
    font-size: 8px;
    height: 16px;
    margin-top: -8px;
    border: 1px solid #222222;
    background: transparent;
    display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   opacity: 0.6
}

.rtl .consent-check label:before {
    left: auto;
    right: 0
}
.superimposed-headers .most-commented .most-commented-text-container, .superimposed-headers .post-list_h .post-list-inner, .superimposed-headers .grid-block article, .superimposed-headers:not(.single) .post_content .isopad, .superimposed-headers .ms_PostsBlock1 .post-header {
    padding: 16px;
    width: 90%;
    position: relative;
    margin: -30px auto 0px auto;
} 
.superimposed-headers .post-list_h .post-list-inner {padding: 32px 16px 5px 16px;}
.see-all {position:absolute;right:0px;}
.excerpt p {margin: 0px;}
.excerpt {margin: 16px 0;}
.shopsense-widget iframe {padding: 0px;background: #fff;}
.ms_snapchat_snapcode img {min-width: 1.2in; max-width: 1.6in; height: auto;display: block;margin: 0 auto;}
.ms_snapchat_snapcode span, .ms_widget_clw p {text-align:center;display: block;margin-bottom: 0px;margin-top: 12px;}
.tingle-modal {z-index: 9999999!important;}
.newsletter-picture {display: block;width: 43%;height: auto;}
.newsletter-picture img {height: 100%;width: 100%;object-fit: cover;}
.newsletter-form {padding: 45px;flex: 1;display: flex;
align-items: center;
justify-content: center;}
#hs_signup_inner .newsletter-form.withoutimage .widget {padding: 60px 0px!important;}
.banner-category-wrap {display: flex;flex-direction: row;justify-content:space-between;align-items: center;gap: 32px;}
.banner-category-inline {width: 33.3%;margin-bottom: 32px;}

.ms-image-holder {
object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;'
}
.headerstyler {z-index:3;}
.rs-ltk-widget-modal-on-body-overflow .headerstyler {
    z-index: 1;
}		
.jarallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit: cover;";
	-o-object-fit: cover;
	object-fit: cover;
}
.overlay-media {
	position: absolute !important;
	z-index: auto !important; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay-media img {
	z-index: 0;
}
.overlay-media-bg {position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; z-index: 1;
background: linear-gradient(90deg, rgba(1,1,1,0.3) 0%, rgba(1,1,1,0.15) 58%, rgba(1,1,1,0) 100%); }

.overlay-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit: cover;";
	-o-object-fit: cover;
	object-fit: cover;
}
.ms_pullquote {
    display: block;
    padding: 32px;
    font-size: 24px;
    line-height: 1.4em;
    position: relative;
    margin-bottom: 12px;
}
.ms_pullquote blockquote {
margin:0;padding: 32px;
}
.ms_pullquote.style1 {
border: 4px double #222222;
}
.ms_pullquote.style2 {
border: 1px solid #222222;
}
.ms_pullquote.style3 blockquote p:before, .ms_pullquote.style3 blockquote p:after, .ms_pullquote.style3 blockquote p, .ms_pullquote.style3 blockquote p {
color: #ffffff;
}
.ms_pullquote.style3 {
color: #ffffff;background-color: #000000;
}
.ms_pullquote_left {
    float: left;
    margin-right: 32px;
}
.ms_pullquote_right {
    float: right;
    margin-left: 32px;
}
.ms_pullquote.ms_pullquote_left.style4 {
border-right: 1px solid #222222;
}
.ms_pullquote.ms_pullquote_right.style4 {
border-left: 1px solid #222222;
}
.single .ajax-pagination-container, .single .hrs-noneleft {padding-bottom:32px;}
.single-next-post {
    background-color: #fff;
    bottom: 130px;
    opacity: 0;
    position: fixed;
    right: 0;
	padding:20px;
    z-index: 121;
	text-align: right;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s,opacity 1.5s;
    transition: transform 1s,opacity 1.5s;
    display: flex;
    align-items: center;
	box-shadow: 0 5px 15px rgba(0,0,0,.07);
}
.single-next-post.shows {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 1;
}

.single-next-post .post-text {
    max-width: 200px;
    padding-right: 20px;float: left;
}
.single-next-post .post-text h5.post-title {text-align:right;margin: 0;}
.single-next-post .post-thumbnail {
    width: 140px;float: right;
}
.single-next-post .hover-thumbnail {display:block;}
.single-next-post .post-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
}
@media (max-width: 1199px) {
    .single-next-post {
        display: none;
    }
}
.social {display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;margin:0px;justify-content: center;gap: 5px;}
.services {list-style: none;}

.services a {display: block;text-align: center;}
.twocolumns .services  {text-align:center;}
.threecolumns .services  {text-align:center;}
  
.twocolumns .services .label ,.threecolumns .services .label {margin-left:0px;display: block;}
.social__list.nocircle i, .social__list_both.nocircle i {border:0px!important;}
.services .label {color:#222;}
.intro-text {padding-bottom:0px!important;margin-bottom: 30px !important;}
.single-post .hero-featured, .page .hero-featured {
    background-attachment: fixed;
	background-blend-mode: color;
    padding-bottom: 66.67%;
	background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
margin: 0;
position: relative;
}
.split-menu .primary-menu {}

.split-menu header nav {
display: flex;
align-items: center;
justify-content: center;
}
.split-menu header nav .primary-menu {
            flex: 1 0 0;
			font-size: 0em;
display: inline-block;
}
.split-menu .logo {flex: 1 0 0;margin-left: 26px;margin-right: 26px;}
.primary-menu.right-menu {text-align:left;}
.primary-menu.left-menu {text-align:right;}
.primary-menu.left-menu.alignsideleft {text-align:left;}
.primary-menu.right-menu.alignsideright {text-align:right;}
.yes-topleftmenu-burger .primary-menu.right-menu.alignsideright {position: relative;right: 85px;}
.widget_polylang ul {
list-style: none;padding: 0;margin: 0;
}
.widget_polylang li {
display: inline-block;
margin-left:4px;
}

.narrow .isopad .alignfull .wp-block-group__inner-container .wp-block-pullquote {padding: 32px 0px!important;}
.style1 .widget-content {padding:30px 30px!important;background: #f7f7f7!important;}
.style2 .widget-content {padding:30px 30px!important;border:1px solid #f7f7f7!important;}
.style3 .widget-content {padding:30px 30px!important;border:6px solid #222222!important;}
.style4 .widget-content {padding:30px 30px!important;border:4px double #f7f7f7!important;}
.style5 .widget-content {padding:30px 30px!important;background: #ffffff!important;}
.style6 .widget-content {padding:45px 45px!important;background: #ffffff!important;}
.style7 .widget-content {padding:45px 45px!important;background: #f7f7f7!important;}
.style8.widget {margin-bottom:35px!important;border-bottom: 1px solid #eeeeee!important;}
.style9.widget {margin-bottom:35px!important;}
.style10.widget {margin-bottom:45px!important;}
.style11.widget .widget-content {margin-bottom:35px!important;padding:30px 30px!important;background: #ffffff!important;}
.style12 .widget-content {margin:0!important;padding:45px 45px!important;background: #f7f7f7!important;}
.style13 .widget-content {border-top: 10px solid #f9f9f9;}
.style14 h2, .style14 h2 a, .style14 .excerpt p, .style14 h3, .style14 p, .style14 .widget-content h4.subtitle, .style14 .widget-content h4.subtitle a, .post_block_3.Style4 .big-post h2  a,.post_block_3.Style4 .big-post p,.post_block_3.Style4 .big-post a,.post_block_3.Style4 .big-post .meta-space-top span {color:#ffffff!important;}
.style14 h3 span:after, .style14 h3 span:before {border-bottom: 1px solid #666666!important;}
.style14 .meta-space-top, .style14 .meta-space-top a, .style14 .meta-space-top span {color:#bbbbbb!important;}
.style14 .viewpost-button a.button, .style14 a.btn  {background: #ffffff!important;color:#222222!important;border-color: #ffffff!important;}
.style14 .viewpost-button a.button:hover, .style14 a.hover {background: #666666!important;color:#ffffff!important;border-color: #666666!important;}
.style14 .widget-content h4.subtitle {margin-top: 0px;margin-bottom: 10px;background-color: transparent;padding-left: 20px;border-color:#444;}
.style14 .widget-content .see-all {right:20px;}
.style14.widget .widget-content, .sidebar .style14.widget .widget-content {background: #222;}
.before-blog-widget h4.before_blog_title {margin-bottom: 22px;border-bottom: 1px solid #eeeeee;padding-bottom: 6px; }

.container-fluid .mega-container {margin: 0 auto;max-width:1300px;}
.container .wp-block-group__inner-container {margin: 0 auto;}

.fullwidth-widget .row {
margin-top:0;
margin-right:0;
margin-left:0;
}
.fullwidth-widget .container, .fullwidth-widget .container .row > * {
padding-right:0;
padding-left:0;
}
.fullwidth .container {max-width:100%;}
.fullwidth-widget,.fullwidth-image {
position: relative;
}
.fullwidth-widget img {width:100%;}
.fullwidth-widget .container {width:100%;max-width: 100%;padding-left: 0;padding-right: 0;}
.fullwidth-image img, .fullwidth-image .wp-caption img  {width:100%;position:relative;z-index:98;}
.fullwidth-image .wp-caption  {width:100%!important;}
.fullwidth-widget .widget-content h4.subtitle {padding-left: 20px;}
.fullwidth-widget .widget-content .see-all {right:20px;}
svg{
  margin: 0px;
  display:inline-block;
}
.ms-mc-form, .ms-mc-form .submitcontainer {position: relative;}

.ms-widget-menu .form-inline .ms-mc-form {


display: flex;
}
.form-inline .ms-mc-form {display: flex;justify-content: center;gap: 8px;align-items: center;}
.ms-widget-menu .form-inline .form-group.submitcontainer {
flex-grow: 1;
}
.sub-menu input.btn-block[type="button"] {padding: 16px 20px;}
.sub-menu .menu-widget-content {text-align:left;margin-top:20px;}
span.sub { display:block;}
.sub-menu span.sub {display:none;}
.sub-menu .menu-widget-content input[type="text"] {padding: 13px 0 12px 8px;}
.ms-pinterest-widget-container .pinit-url{text-align: center;}
.ms-image-holder:before {
    display: block;
    content: "";
    width: 100%;
	padding-top: 100%;
}
.ms-image-holder {
position: relative;
display: inline-block;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
vertical-align: top;
}
.sidebar figure.effect-bubba figcaption::before, .sidebar figure.effect-bubba figcaption::after {
 content: none;
}
.sidebar figure.effect-bubba .icon-comment {display:none;}
a.ms-likes {
position: relative;
}

a.body-link, 
span.body-link a, 
.underlined_links a:not([class]), 
.underlinedlinks .entry-content a:not([class]), 
body:not(.elementor-page) .page.underlinedlinks .post-inner a:not([class]) {
  text-decoration: none;
  background: no-repeat 0 100%;
  background-image: linear-gradient(#222222, #222222);
  background-size: 0% 1px;
  background-position: left bottom; 
  transition: background-size 0.34s ease-in-out, color 0.34s ease-in-out;
    width: auto;
}

a:hover.body-link, 
span.body-link a:hover, 
.underlined_links a:not([class]):hover, 
.underlinedlinks .entry-content a:not([class]):hover, 
body:not(.elementor-page) .page.underlinedlinks .post-inner a:not([class]):hover {
  background-size: 100% 1px;
  background-position: left bottom;
    width: auto;

}

a.body-link:not(:hover), 
span.body-link a:not(:hover), 
.underlined_links a:not([class]):not(:hover), 
.underlinedlinks .entry-content a:not([class]):not(:hover), 
body:not(.elementor-page) .page.underlinedlinks .post-inner a:not([class]):not(:hover) {
  background-size: 0% 1px; 
  background-position: right bottom !important; 
  transition: background-size 0.34s ease-in-out, color 0.34s ease-in-out;
    width: auto;
}



   
   
a.body-link:hover, .underlined_links a:hover{color:#ffffff;}
/* searchform */
#searchform-wrap {
	display: block;
}
.search-results .excerpt p, .search-results .list-post h2.list-post-title a, .search-results .list-post h2.list-post-title {text-align:left;}

/* search option tab */
.search-option-tab {
    margin: 0;
    padding: 0;
    font-size: .9em;
    font-weight: 600;
}
.search-option-tab li {
    display: inline-block;
	margin: 0 0 -1px 0;
	padding: 0;
}
.search-option-tab li a {
	color: #959595;
	display: inline-block;
	padding: .6em 1em;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;border-bottom: 1px solid transparent;
}
.search-option-tab li:hover a,
.search-option-tab li.active a {
	color: #000000;
}
.search-option-tab .all-tab  {display:none;}
/* search result item */
.search-results-wrap a {
	color: inherit;
	text-decoration: none;
}
.result-item {
	border-bottom: 1px solid rgba(0,0,0,.05);
	clear: both;
	overflow: hidden;
	padding: 0.475em 0 1em;
	position: relative;
}
.result-item img {-o-object-fit: cover;object-fit: cover;}
.result-item .title {
line-height: 1em;
margin: 10px 0 0 40px;
padding-left: 55px;
text-align: left;
}
.search-results-wrap .post-date {display: block;font-size: 0.8em;margin: 0 0 0 40px;
padding-left: 55px;
text-align: left;}
.result-item .price {
	display: block;
	font-size: .9em;
	margin: 0 0 0 40px;
padding-left: 55px;
text-align: left;
}
.result-item .price del {
	margin-right: .2em;
	font-size: .7em;
	opacity: .5;
}
.result-item img {
	float: left;
	margin-top: 4px;
}

/* search view all wrap */
.view-all-wrap {
	clear: both;
	text-align: left;
	padding-top: 1.9em;
}
.view-all-button {
	font-size: 1em;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 2em;
	margin: 0 0 0.8em;
	padding: 0;
	display:none;
}
.search-results-wrap .loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
	margin-top:-1em;
}
@-webkit-keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.search-results-wrap {
padding: 15px 0;
}
.slideshow .cover-content {max-width:900px;padding:20px 20px;margin: 0 auto;}
.slideshow.middle-square .cover-content {padding:40px 40px;}

.cover-wrapper.slide-sub-item-large {width:65%;float:left;border-right:30px solid #ffffff;position: relative;} 
.cover-wrapper.slide-sub-item-small {width:35%;height:300px;float:left;box-sizing: border-box;position: relative;}
.cover-wrapper.slide-sub-item-small.middle {border-bottom:15px solid #ffffff;} 
.cover-wrapper.slide-sub-item-small.last {border-top:15px solid #ffffff;box-sizing: border-box;position: relative;}
.slideshow.bottom .cover-wrapper {
display: block;
}

.underneath .cover-content {padding: 34px 0;}

.underneath-two .cover-content, .ms_widget_featured_post .cover-content  {padding: 48px;top: -50px;width: 90%;margin: 0 auto;}
.ms_widget_featured_post p {margin: 12px 0 22px;}
.underneath-two .slide-play {bottom: auto;right: 35px;top: 35px;}


.left-fullheight .text-container .cover-content {background:transparent!important;}
.left-fullheight .text-container {
position: absolute;padding: 38px;top: 0px;width: 30%;left: 0;height: 100%;z-index: 1;
display: flex;
align-items: center;
justify-content: center;
 }
.overlay-layout.carousel-wrap h2 a {color:#fff;}
.carousel-wrap.left-fullheight .slide-play {top:40px;bottom:auto;}

.ms_widget_featured_post .cover-content  {background:#ffffff;}
.center-mode-on .cover-content {
-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	opacity: 0;} 
.center-mode-on .swiper-slide-active .cover-content {
-webkit-animation-name: slideshowcaptiontextsbg;
-moz-animation-name: slideshowcaptiontextsbg;
-o-animation-name: slideshowcaptiontextsbg;
animation-name: slideshowcaptiontextsbg;} 
	
.center-mode-on .swiper-slide-active .cover-content .post_category, .center-mode-on .swiper-slide-active .cover-content h2, .center-mode-on .swiper-slide-active .cover-content .meta-slide, .center-mode-on .swiper-slide-active .cover-content .excerpt, .center-mode-on .swiper-slide-active .cover-content .slideshow-btn {
-webkit-animation-name: slideshowcaptiontexts;
	-moz-animation-name: slideshowcaptiontexts;
	-o-animation-name: slideshowcaptiontexts;
	animation-name: slideshowcaptiontexts;} 
	
	.center-mode-on .swiper-slide-active .cover-content .post_category {
		-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	}
	.center-mode-on .swiper-slide-active .cover-content h2 {
		-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	}
	
.center-mode-on .swiper-slide-active .cover-content .meta-slide {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	
	}
.center-mode-on .swiper-slide-active .cover-content .excerpt {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	}
.center-mode-on .swiper-slide-active .cover-content .slideshow-btn {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;

}
@-webkit-keyframes slideshowcaptiontexts{0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}100%{opacity:1;-webkit-transform:none;transform:none}}
@-moz-keyframes slideshowcaptiontexts{0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}100%{opacity:1;-webkit-transform:none;transform:none}}
@-o-keyframes slideshowcaptiontexts{0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes slideshowcaptiontexts{0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}100%{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes slideshowcaptiontextsbg{0%{opacity:0;}100%{opacity:1;-webkit-transform:none;transform:none}}
@-moz-keyframes slideshowcaptiontextsbg{0%{opacity:0;}100%{opacity:1;-webkit-transform:none;transform:none}}
@-o-keyframes slideshowcaptiontextsbg{0%{opacity:0;}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes slideshowcaptiontextsbg{0%{opacity:0;}100%{opacity:1;-webkit-transform:none;transform:none}}

.middle-boxed .cover-content {width: 50%;padding:60px;
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
			background:#ffffff;}
.bottom-centered .cover-wrapper {justify-content: flex-end;}
.bottom-centered .cover-content {width: 100%;padding: 30px;}
.slide-play {
height: 48px;
width: 48px;
position: absolute;
bottom: 40px;
right: 40px;
z-index: 3;
-webkit-animation: pulsate .7s alternate ease-in-out infinite;
    -webkit-animation-iteration-count: pulsate .7s alternate ease-in-out infinite;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1, 1); }
    100% {-webkit-transform: scale(1.15, 1.15); }
}
.slide-play:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
	width: 48px;
height: 48px;
z-index: 1;
    background-image: url(data:image/svg+xml;base64,CjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPG1ldGFkYXRhPiBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiA8L21ldGFkYXRhPgogIDxnPjxwYXRoIGQ9Ik01MDAsOTkwQzIyOS44LDk5MCwxMCw3NzAuMiwxMCw1MDBDMTAsMjI5LjgsMjI5LjgsMTAsNTAwLDEwYzI3MC4yLDAsNDkwLDIxOS44LDQ5MCw0OTBDOTkwLDc3MC4yLDc3MC4yLDk5MCw1MDAsOTkweiBNNTAwLDU2LjdDMjU1LjUsNTYuNyw1Ni43LDI1NS41LDU2LjcsNTAwYzAsMjQ0LjUsMTk4LjksNDQzLjMsNDQzLjMsNDQzLjNjMjQ0LjUsMCw0NDMuMy0xOTguOSw0NDMuMy00NDMuM0M5NDMuMywyNTUuNSw3NDQuNSw1Ni43LDUwMCw1Ni43eiIgc3R5bGU9ImZpbGw6I0ZGRkZGRiI+PC9wYXRoPjxwYXRoIGQ9Ik0zNjIuMSwyODcuOUw3MjUsNTAwTDM2Mi4xLDY5OS43VjI4Ny45eiIgc3R5bGU9ImZpbGw6I0ZGRkZGRiI+PC9wYXRoPjwvZz48L3N2Zz4KICA=);
}
.bottom-meta [class^="col-"], .bottom-meta [class*=" col-"] {padding-left: 0px;padding-right: 0px; }


.slideshow.bottom .cover-content, .metro-post .cover-content {
position: absolute;
text-align: left;
max-width: 100%;
width: 100%;
bottom: 0;
padding: 30px;
z-index: 2;
}

.slideshow.middle-square .post_category  {
width: 360px;
border-style: solid;
border-color: #FFF;
color: #FFF;
white-space: normal;
border-width: 1px 1px 0px 1px;
padding: 54px 25px 14px 25px;
margin: 0 auto;
}

.slideshow.middle-square .slide-meta-bottom {
width: 360px;
border-style: solid;border-color: #FFF;padding: 13px 25px 50px 25px;
border-width: 0px 1px 1px 1px;margin: 0 auto;
}


.cover-video:before {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
	font-family: FontAwesome;
    content: "\f04b";
box-sizing: border-box;
	display:block;
	width:80px;
	height:80px;
	padding-top: 0px;
	line-height: 80px;
	border: 0px;
	border-radius: 50%;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	background-color: rgba(0,0,0,0.14);
	margin-left: -40px;
margin-top: -40px;
	transition: all 0.3s ease;
}
.cover-audio:before {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
	font-family: ms-social;
    content: "\f00f";
box-sizing: border-box;
	display:block;
	width:80px;
	height:80px;
	padding-top: 0px;
	line-height: 80px;
	border: 0px;
	border-radius: 50%;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	background-color: rgba(0,0,0,0.14);
	margin-left: -40px;
margin-top: -40px;
	transition: all 0.3s ease;
}
.small-post .cover-video:before,.small-post .cover-audio:before {
width:40px;
	height:40px;
	line-height: 40px;
	margin-left: -20px;
margin-top: -20px;
}
.hs_recent_popular_tab_widget_content .cover-video:before,.hs_recent_popular_tab_widget_content .cover-audio:before,.megamenu-images .cover-video:before,.megamenu-images .cover-audio:before{
	width:40px;
	height:40px;
	line-height: 38px;
	font-size:13px;
	margin-left: -20px;
margin-top: -20px;
}

a:hover .cover-video,a:hover .cover-audio {opacity:0;} 
a .cover-video,a .cover-audio {position: absolute;width: 100%;height: 100%; transition: all .2s ease;z-index: 1;}
ul.mag-wrap {
    list-style: none;
    margin: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    bottom: 0;
    left: 0;
}
ul.mag-wrap li.mag-item-1 {
    width: 790px;
    height: 506px;
    border-right: 10px solid transparent;
}
ul.mag-wrap li {
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    width: 380px;
    height: 253px;
}
ul.mag-wrap li .mag-content, ul.mag-wrap li .mag-content .mag-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.mag-overlay {
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
}
ul.mag-wrap li .mag-content .mag-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
ul.mag-wrap li.mag-item-2 {
    border-bottom: 10px solid transparent;
}

.mostcommented-tab-content .comments-count {font-size: 35px;color: #fff;position: absolute;bottom: 8px;left: 45px;z-index: 1;display: block;}
.mostcommented-tab-content .comments-count span{ font-size: 12px;position: absolute;right: 2px;top: 5px;display: block;background: #fff;color: #222;width: 28px;text-align: center;line-height: 20px;font-family: Arial;border-radius: 4px;height: 20px;}
h5.grid-post-title, .custom-ads  {text-align: center;}
.top-widget-full {padding: 20px 0;}
.post_content, .instagram-widget {position:relative;}
.top-instagram-widget .instagram_footer_heading  {display:none;}
.insta-error {text-align:center;padding: 20px;}
.footer .instagram_footer_heading h4 {margin:0;text-align: center;}
.instagram_footer_heading h4 span {
display: block;
padding: 30px 10px 20px 10px;
font-size: 28px;
line-height: 30px;
}
.instagram_footer_heading h4 small {font-size:100%;}
.footer .instagram_footer_heading h4, .footer .instagram_footer_heading a  {color:#ffffff;}
.instagram_footer_heading a {font-style:normal;display: block;}
/*---------------*/
/***** Bubba *****/
/*---------------*/


figure.effect-bubba::before {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: '';
	opacity: 1;
background:rgba(0,0,0,0.0);z-index:1;
 -webkit-transition: background .5s ease-out;
  -moz-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;
  }

figure.effect-bubba:hover::before {
background:rgba(0,0,0,0.4);
}


figure.effect-bubba p.icon-links {
	font-size: 32px;line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover p.icon-links {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba p.icon-links span::before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media(min-width:768px){
.instagram.five figure,.instagram.five-normal figure {
width: 20%;border: 8px solid transparent;
}
.instagram.five figure:nth-child(1), .instagram.five figure:nth-child(3), .instagram.five figure:nth-child(5) {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); 
}
.instagram.five figure:nth-child(1) {border-left: 0px;}
.instagram.five figure:nth-child(5) {border-right: 0px;}
.instagram.five .instagram_footer_heading,.instagram.five-normal.instagram_footer_heading {margin-bottom: 15px;}
}
@media(max-width:767px){
.instagram.five figure:last-child,.instagram.five-normal figure:last-child {width:100%;}
}
/* Common style */
.imgs_wrapper figure {
	position: relative;
	z-index: 0;
	float: left;
	overflow: hidden;
	width: 16.666%;
height: auto;
	text-align: center;margin: 0;
	
}
.imgs_wrapper.eight figure {
	width: 12.499%;
}
.imgs_wrapper.eightrows figure {
	width: 25%;border:9px solid transparent;
}
.imgs_wrapper.ten figure {
	width: 9.999%
}
.imgs_wrapper figure img {
	position: relative;
	display: block;
	-o-object-fit: cover;
       object-fit: cover;
}

.imgs_wrapper figure figcaption {
display: flex;
  justify-content: center;
  align-items: center;
	padding: 0;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.imgs_wrapper figure figcaption::before,
.imgs_wrapper figure figcaption::after {
	pointer-events: none;
}

.imgs_wrapper figure figcaption,
.imgs_wrapper figure figcaption > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;z-index: 1;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.imgs_wrapper figure figcaption > span {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.imgs_wrapper figure p {
	margin: 0;
}

.imgs_wrapper figure p {
	font-size: 12px;line-height: 14px;
}
.imgs_wrapper .overlay-button {position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: block;z-index: 2;}

.front-page-title {text-align:center;margin-bottom: 32px;font-size: 16px;line-height: 22px;}
.trending-title span, .post_category span, .front-page-title span {
  display: inline-block;
  position: relative;  
}

.trending-title span:before,
.trending-title span:after,
.front-page-title span:before,
.front-page-title span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ddd;
  top: 6px;
  width: 30px;
}

.trending-title span:before, .front-page-title span:before  {
  right: 100%;
  margin-right: 15px;
}
.trending-title span:after, .front-page-title span:after {
  left: 100%;
  margin-left: 15px;
}


.trending-posts .trending-posts-slideshow {
    margin: 0px 0 0px 0;padding-top: 34px;
}
.trending-posts {margin: 30px 0 5px 0;border-bottom:1px solid #eee;}
.trending-posts h6 {margin: 10px 0 5px 0;text-align: center!important;}
.trending-posts .meta-space-top, .trending-posts .meta-space-top a {text-align: center!important;}
.trending-posts h6.trending-title {margin: 0px 0 5px 0;}

.trending-posts .trending-title {text-align:center;}

p.intro {font-size: 1.3em;line-height:1.4em;}
.slideshow-btn {display: inline-block;color: #222222;background: none;text-transform: uppercase;padding: 10px 20px;font-size: 0.8em;letter-spacing: 0.1em;border: 1px solid #222222;margin-top:12px;}
.swiper-slide .cover-wrapper {
    height: 600px;
  }
.promo .swiper-slide .cover-wrapper {
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cover .cover-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}

.cover:before {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
content: '';
opacity: 1;
background: rgba(0,0,0,0.0);
transition: background .5s ease-out;
z-index: 1;
}

.cover .post-meta a:focus,
.cover .post-meta a:hover {
  color: #fff;
}
.slideshow .meta-space-top, .slideshow .meta-space-top a {
    color: #fff;
    margin: 0px 0px 0px;

}
.cover .post-excerpt {
  color: #fff !important;
}

.cover-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cover-content {
  position: relative;
  text-align: center;
  max-width: 100%;
  z-index: 1;
}
.ms_RecentNewsWidget .overlay-layout .cover-content{padding: 0px 30px;}
.about-modernlayout {position:relative;}
.about-modernlayout::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 3px solid #fff;
	content: '';
	z-index: 1;
}
.imgcircle .thumbnail img, .about-modernlayout.imgcircle::before {
border-radius: 50%;
}
.about-modernlayout.imgcircle .hs_aboutme_text {text-align:center;}
.about-modernlayout .hs_aboutme_text  {position:absolute;bottom:0;width:100%;padding: 0px 42px 25px 42px;-webkit-box-shadow: rgba(255,255,255,0.89) 0 -180px 80px -40px inset;
-moz-box-shadow: rgba(255,255,255,0.89) 0 -180px 80px -40px inset;
box-shadow: rgba(255,255,255,0.89) 0 -180px 80px -40px inset;z-index: 2;}
.aboutme-overlay-link {position:absolute;bottom:0;width:100%;height: 100%;z-index: 20;left: 0;}

.lazyload,
.lazyloading {
	opacity: 0;
	
}
.lazyloaded:not(.hovered-pic) {
	opacity: 1;
	-webkit-transition: opacity 600ms ease;
transition: opacity 600ms ease;
}
.megamenu-images .lazyloaded:not(.hovered-pic) {-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease; }
.hovered-pic {height: 100% !important;position: absolute;left: 0;
right: 0;top: 0;z-index: 0;opacity: 0!important;-ms-transition: all 600ms ease;
-webkit-transition: all 600ms ease;
transition: all 600ms ease; -o-object-fit: cover;
  object-fit: cover;}
a.hover-thumbnail:hover .hovered-pic, a.hover-thumbnail:hover .owl-lazy.hovered-pic,ul.products li.product:not(.product-category):hover .hovered-pic,
ul.products li.product:not(.product-category):hover .hovered-pic {transform: scale(1.03);opacity: 1!important;}




.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slideshow-video {object-fit: fill}
.slideshow-video iframe {object-fit: fill;max-width:auto;position: absolute;height: 100%;left: 0;top: 0%;width: 100%;}
.related-list-inner  {
    position: relative;
    width: 90%;
    background: #ffffff;
    left: 5%;
    margin-top: -60px;
    padding: 20px 20px 20px 20px;
}

.featured-portrait .post_category, .featured-portrait .meta-space-top, .featured-portrait .meta-space-top a{text-align:left;}
.featured-portrait .post-title {
    margin: 0px 0 20px 0;text-align:left;
}
.post_category a {
  padding: 2px 4px 1px 4px;
  font-size: 0.9em;
  line-height: 1;
}
.post-header h2.post-title {margin: 16px 0;}
.post_category a:first-child:not(.cat-withbg) {padding: 2px 4px 1px 0px;}
.post_category a.cat-withbg {margin-right: 1px;}
.post_category a.cat-withbg:last-child {margin-right: 0px;}
.post_category a.cat-withbg {padding: 6px 8px 6px 8px;}
.featured-portrait .post-header h2 a, .featured-portrait h2.post-title, .featured-portrait .excerpt p {text-align:left;}
.featured-portrait .post-header h2 a, .featured-portrait h2.post-title {font-size: 56px;line-height: 64px;letter-spacing: -3px;}
.featured-portrait .post-header, .page .featured-portrait .entry-header {
    margin-bottom: 1.5em;
    margin-left: 0;
    width: 70%;
}
.featured-portrait .post-header, .page .featured-portrait .entry-header {
    float: left;
    margin-bottom: 0;
    margin-right: -100%;
    margin-top: 1.5em;
	}
.featured-portrait .featured-header, .page .featured-portrait .page-title {
    padding-bottom: 0.22222em;
    padding-right: 0.44444em;
    padding-top: 0.22222em;
    position: relative;
}
.featured-portrait .thumb-container, .page .featured-portrait .entry-featured {
    float: right;
    margin-bottom: 0.75em;
    margin-left: 1.5em;
    margin-top: 0;
    max-width: 45%;
}
.featured-portrait .post_content, .page .featured-portrait .entry-content {
    clear: left;
}
.bigletter:before {
    color: #f1f1f1;
    content: attr(data-first_letter);
    display: block;
    font-size: 10.27778em;
    font-weight: bold;
    left: -0.30818em;
    line-height: 1;
    position: absolute;
    top: -0.30818em;
	z-index: -1;
}
.bigletter {position: relative;margin: 25px 0px 15px 45px;z-index:0;text-align:justify;min-height: 90px;}
.excerpt .bigletter {margin: 35px 0px 15px 45px;}

.featured-portrait .post_content, .page .entry-content {
    position: relative;
}

.ribbon-wrapper-featured {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.ribbon-featured {
  font-style: italic;
  color: #333;font-size: 11px;
  text-align: center;
   -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 5px;
top: 20px;
right: 10px;
width: 200px;
  background-color: #ffffff;
  color: #222222;
}

.boxed .main-holder, .boxed .dashblog-cookie-banner-wrap {
margin: 0 auto;box-shadow: 0 0 12px rgba(0,0,0,.05);background:#ffffff;position: relative;z-index: 1;
}
.boxed .list-post .block .post_content {
    padding: 0px 0 30px 0;
	}
.list-post .block .post_content {
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
}
.widget .list-post .block:last-child .post_content {padding-bottom: 0px;border-bottom: 0px;}
.ads-widget .thumbnail {background:none;}
.single-title-section, .title-section, .hero-section  {margin: 0 auto;z-index: 1;width: 100%;}
.overlay-mode .post-header {padding: 0px 30px;}

.ms_hero_widget {overflow: hidden;}
.ms_hero_widget .widget {margin: 0px!important;}
.ms_hero_widget .single-title-section .hero-text {margin-bottom:16px;color:#ffffff;font-size: 140%;}


.grid-block .overlay-mode .single-title-section, .grid-block .overlay-mode .single-title-section .post-header {padding: 0px;}
a.pinterest-share-icon {   
   position: absolute!important;
font-size: 1.3em!important;
    right: 15px!important;
    top: 15px!important;
    z-index: 99;
	visibility:hidden;
	opacity: 0.0;
filter: alpha(opacity=0);
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font: normal normal normal 14px/1 ms-social!important;
text-align: center!important;
	color:#000000;
	background: #ffffff;
display: flex!important;
  justify-content: center;
  align-items: center;
height: 54px !important;
object-fit: unset !important;
width:54px!important;
border-radius: 50%;
cursor: pointer;
}
.second-featured-image a.pinterest-share-icon {right: 35px!important;
    top: 35px!important;}
a.pinterest-share-icon.pinimage {padding:0px;max-width:100px;background: transparent;width:auto !important;height: auto !important;}
a.pinterest-share-icon.pinimage img {aspect-ratio: unset;}
a.pinterest-share-icon:not(.pinimage):hover {   
	color:#ffffff;
	background: rgba(0,0,0,1);
}
.wrap-pin {position:relative;max-width: 100%;margin-bottom: 2rem;}
.layout1 .post_content .featured-thumbnail.large,.post-zoom.thumbnail,.layout1 .featured-thumbnail.large,.layout9 .parallax-image-wrap {margin-bottom: 2rem!important;}
.layout1 .audio-wraper .wrap-pin,.layout2 .audio-wraper .wrap-pin {margin-bottom: 15px!important;}
.blocks-gallery-item .wrap-pin,.postgallery-slideshow .wrap-pin {margin-bottom: 0px!important;}
.fullwidth-image .wrap-pin {width:100%!important;max-width: 100%;}
.stp-outer figure{
display: inline-block;
position: relative;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
}
.wrap-pin:hover .pinterest-share-icon, .featured-thumbnail:hover .pinterest-share-icon, .thumbnail:hover .pinterest-share-icon, .jg-entry:hover .pinterest-share-icon {visibility:visible;	opacity: 1;filter: alpha(opacity=100); }
.twitter-list {text-align:center;}
.twitter-list i {margin-top: 10px;cursor: unset;margin-bottom:12px;padding-bottom: 20px;font-size: 24px;width: 24px;height: 24px;line-height: 24px;}
.twitter-list .twitter-timestamp {color:#bbb;}
.twitter-list .follow-me-btn {margin-top: 10px;}
.social_labels a {text-transform: uppercase;font-size: 12px;display:inline-block;margin-right:8px;} 
.social_labels a:last-child {margin-right:0px;} 
.top-header-left-widget .widget_search .search-form, .top-header-right-widget .widget_search .search-form {padding: 0px 30px;}
.widget_rightheaderlogo, .widget_leftheaderlogo {width:100%;}
.widget_rightheaderlogo input[type="text"], .widget_leftheaderlogo input[type="text"] {border-color: transparent;}
.widget_my_recent_comments {text-align:center;}
.mfp-bg.my-mfp-zoom-in.newsletter-ajax {opacity: 0.5;
filter: alpha(opacity=50);background:#000;}
.gallery-ajax-popup {overflow: hidden;}

.gallery-ajax-popup .mfp-ajax-holder {background:none;}

h3.gall-title {margin-top:10px; }
.custom-signature {text-align:center;padding:10px 0px 30px 0px;display: block;clear: both;}
.single-product .custom-signature {display:none;}
.custom-signature .signature-text {font-size: 1.4em;padding: 20px;max-width: 500px;margin: 0 auto;line-height: 1.4em;}
.custom-signature .signature-image img {height:auto;max-width: 100%;}
.hs_aboutme_text .signature-image {padding: 0px;text-align: center;margin: 15px 0 20px 0;}
.primary-menu > li > a.cart-link i, .primary-menu > li > a.search-icon i {margin-left: 5px;margin-right: 5px;}
.mobile-top-panel {border-bottom: 1px solid transparent;height: 68px;background:#fff;position: fixed;top: 0;left: 0;width: 100%;z-index: 9998;box-shadow: 0 2px 24px 0 rgba(0,0,0,.04);}
.mobile-top-panel .mobile-style1{display: flex;
  justify-content: space-between;}
.mobile-style1-left {display: flex;align-items: center;}
.mobile-top-panel i {font-size: 1.2rem;}
.mobile-top-panel .services i {font-size: 1rem;}
.mobile-top-panel .search-icon {padding:0 8px;}
.mobile-top-panel {display: flex;flex-direction: row;align-items: center;}
.mobile-top-panel .mobile-top-container {display: flex;flex-direction: row;align-items: center;flex: 1;padding-right: calc(3.4rem * .5);
  padding-left: calc(3.4rem * .5);} 
.mobile-top-panel.mobile-style3 .mobile-top-container .mobile-logo {flex: 1 0px;}
.mobile-logo {line-height: 1;}
.mobile-top-panel.mobile-style2 .mobile-top-container {justify-content: space-between;}


.mobile-top-panel.mobile-style2 .mobile-top-container .mobile-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);justify-content: center;
	text-align: center;
  }
.mobile-top-panel .mobile-top-container .mobile-logo img {max-height: 26px;width: auto;}
.mobile-top-panel.mobile-style2 .mobile-top-container .top-left {
display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
}
.mobile-top-panel .mobile-top-container .mobile-icons {position: relative;}
.mobile-top-panel .mobile-top-container .st-trigger-effects {padding: 0px;}

.mobile-top-panel .mobile-top-container .widget-mobile-top-panel {float: none;margin-right: 0px;margin-left: 16px;}
.mobile-top-panel.mobile-style2 .mobile-top-container .widget-mobile-top-panel {float: none;margin-right: 16px;margin-left: 0px;}
.mobile-top-panel .search-form, .mobile-top-panel .mobile-shopping-cart {display:inline-block;}
.mobile-top-panel .search-form {padding: 0px;}
.mobile-top-panel .mobile-shopping-cart, .mobile-top-panel .newsletter-ajax-popup  {position: relative;padding: 0px 8px 0px 8px;display: inline-block;}
.mobile-top-panel .st-trigger-effects {position: relative;padding: 0px 0px 0px 0px;display: inline-block;}
.mobile-top-panel .bt-menu-trigger {padding: 12px 12px 14px 24px;display: inline-block;vertical-align: middle;}
.mobile-icons {display:flex;justify-content: space-around;}
.mobile-shopping-cart .badge.empty {display:none;}
.widget-mobile-top-panel {float:left;margin-right:12px;}
.widget-mobile-top-panel .social__list i, .widget-mobile-top-panel .social__list_both i {margin: 0;}
.top-left-menu nav, .top-left-logo-menu nav {display: flex;align-items: center;}
.fullwidthmenu .top-left-logo-menu nav {
  padding: 0px 30px;
}
.top-left-menu .burger-button, .top-left-menu .burger-button .st-trigger-effects {width: 73px;height: 72px;
}
.top-left-menu .burger-button .st-trigger-effects .nav-icon4 {width: 30px;height: 35px;top: 20px;left: 22px;}
.burger-button {
	display: block;
	width: 51px;
	height: 51px;
	background:#fff;
}
.side-icons {
position: absolute;
top: 0px;
right: 0px;
z-index: 1;display: inline-block;
}
.side-icons a {padding: 35px 20px 35px 30px;
display: block;line-height: 60px;
height: 60px;}
.nav-icon4 {
	cursor: pointer;
	
}

.nav-icon4 span {
	position: relative;
	top: 0px;
	display: block;
	width: 20px;
	height: 1px;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nav-icon4.open span, .nav-icon4.opened  span {
	background-color: transparent!important;
}

.nav-icon4 span:before,
.nav-icon4 span:after {
	position: absolute;
	right: 0;
	width: 32px;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.nav-icon4 span:before {
	-webkit-transform: translateY(-700%);
	transform: translateY(-700%);
}

.nav-icon4 span:after {
	-webkit-transform: translateY(700%);
	transform: translateY(700%);
}

.nav-icon4.open span:before, .nav-icon4.opened span:before {
	-webkit-transform: translateY(0) rotate(45deg)!important;
	transform: translateY(0) rotate(45deg)!important;
}

.nav-icon4.open span:after, .nav-icon4.opened span:after {
	-webkit-transform: translateY(0) rotate(-45deg)!important;
	transform: translateY(0) rotate(-45deg)!important;
}
.side-icons .nav-icon4 span:before, .side-icons .nav-icon4 span:after { background-color: #ffffff;}
.menu-mobile {
  width: 100%;
}

/* First Level */

.menu-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-mobile ul li {}

.menu-mobile ul li a {
  color: #000;
  display: block;
  font-size: 1.8em;
  line-height: normal;
  padding: 18px 0px;
  text-decoration: none;
display: flex;
flex-direction: column;
}
@media (max-width: 991px) {
  .menu-mobile ul ul li a {
   font-size: 1.3em;
   line-height: normal;
  }
}
.menu-mobile ul li a span.sub {
    

display: flex;
font-size: 73%;text-align: left;
line-height: 1;
}
.menu-mobile ul li a:hover {
  text-decoration: none;
}

/* Second Level */

.menu-mobile ul ul { border-bottom: none }

.menu-mobile ul ul li a {
  display: block;
}


/* Third Level */

.menu-mobile ul ul ul li:first-child{ margin-top:-1px; }


/* Accordion Button */

ul li.has-subnav .accordion-btn {
  color: #222;
  font-size: 24px;
}

#primary {
    border-top: 1px solid;
border-bottom: 1px solid;
}
#primary .post-list-inner {background: none;
padding: 10px 0px 10px 0px;
border-bottom: 0;}
.primary-menu li ul .ms-widget-menu .post-list-inner {padding: 0px!important;}
#nav-bar {
	background-color: #000;
	width: 100%;
	padding: 5px 0;
	min-height: 28px;
	position: relative;
}
#menu-icon-top {
	display: none;
	top: 10px;
	z-index: 12;
}
#top-navigation {float:left;}
#top-menu {
	margin: 0;
	padding: 0;
	position: relative;
}
#top-menu li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
}
#top-menu a {
	text-decoration: none;
	margin-right: 0px;
	color: #222;
	font-size: 0.9em;
	text-transform: uppercase;
}
#top-menu a:hover {
	color: #ddd;
}
#top-menu ul li:last-child > a {
    border-bottom: 0!important;
}
/* sub-levels link */
#top-menu ul a, #top-menu .current_page_item ul a, #top-menu ul .current_page_item a, #top-menu .current-menu-item ul a, #top-menu ul .current-menu-item a, #top-menu li:hover > ul a {
	color: #222;
	border-bottom: 1px solid #eee;
	padding: 10px 15px 10px 15px;
	margin: 0;
	width: 220px;
	background: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
}
/* dropdown ul */
#top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	z-index: 99999;
	display: none;
	-webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
}
#top-menu ul li {
	background: none;
	padding: 0;
	margin: 0;
	line-height: 25px;
}
/* sub-levels dropdown */
#top-menu ul ul {
	left: 100%;
	top: 0px;
	border-left: 1px solid transparent;
}
/* show dropdown ul */
#top-menu li:hover > ul {
	display: block;
}

/* 
MAIN NAVIGATION
================================================ */
#primary > ul.primary-menu {
	font-size:0em;display: inline-block;width: 100%;
}
.split-menu #primary > ul.primary-menu {
	width: auto;
}
.icon-menu {display: flex;align-items: center;position: absolute;list-style: none;padding: 0;margin: 0;right: 0px;top: 0;margin-bottom: 0px;height: 100%;z-index: 112;line-height: 1.3;}

.fullwidthmenu .icon-menu {right: 20px;}

.icon-menu i {font-size: 0.9rem;}
.icon-menu a {display: block;}
#header nav.right {
	float: none;
}
.primary-menu-wrap {
	float: right;
}
.primary-menu {
	margin: 0;
	padding: 0;
	
}
.primary-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	color: #222;
	display: inline-block;
}

.primary-menu .ms-widget-menu {display: block;}
/* main level link */
.primary-menu > li > a {
	color: #222;
	display: inline-block;
	padding: 26px 15px;
	text-decoration: none;
}
/* main level link :hover */

.primary-menu > li > a {position:relative;}
.mainmenu-between .primary-menu > li > a:after {
position: absolute;
top: 47%;
left: 100%;
height: 8px;
content: no-close-quote;
width: 1px;
display: block;
}
.mainmenu-between .primary-menu > li:last-child > a:after {
    top: 0px;
    left: 0px;
    content: '';
    background: none;
    width: 0;
	}

/* sub-levels link */
.primary-menu ul.sub-menu {
	width: 290px;margin:0px;
}
.primary-menu .dropdown-columns-widget ul.sub-menu{
	width: 600px;font-size: 15px!important;
}
.primary-menu .dropdown-columns-widget-fullwidth  ul {font-size: 15px!important;
}
.primary-menu .ms-widget-menu {float:none!important;margin: 0 auto!important;}
.primary-menu ul a {
	padding: 14px 22px 14px 22px;
	margin: 0;
	display: block;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
.primary-menu  .mega-sub-menu li.menu-item a {padding-left:20px;padding-right:20px;}
.primary-menu ul .ms-widget-menu a {display: inline!important;}
.primary-menu ul .ms-widget-menu a.popup-youtube {
    display: block !important;
}

/* dropdown ul */
.primary-menu > li > ul,
.primary-menu ul li:not(.ms-widget-menu) > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 0;
	visibility: hidden;
opacity: 0;
-webkit-transform: rotateX(-15deg);
         transform: rotateX(-15deg);
  -webkit-transform-origin: 50% -50px;
      -ms-transform-origin: 50% -50px;
          transform-origin: 50% -50px;
  -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  -o-transition: opacity .3s ease,transform .3s ease,visibility .3s ease;
  transition: opacity .3s ease,transform .3s ease,visibility .3s ease;
  transition: opacity .3s ease,transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;

}
.primary-menu > li > ul {margin-left: 0px;left: 0;	-webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);}

.primary-menu ul li:not(.ms-widget-menu) {
	padding: 0px;
	margin: 0;
	display: block;
} 
.primary-menu ul li:not(.ms-widget-menu) a {
	color: #222;
	border-bottom: 1px solid #eee;
}
.primary-menu ul li:last-child > a {
	border-bottom: 0;
}

/* sub-levels dropdown */
.primary-menu ul li:not(.ms-widget-menu) > ul {
	left: 100%;
	top: -2px;
		-webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
}

/* show dropdown ul */
.primary-menu li:hover > ul, .primary-menu ul li:hover > ul, .primary-menu .has-mega-sub-menu:hover .mega-sub-menu,
.primary-menu .has-mega-column:hover .sub-menu {
	transition-delay: .30s; 	
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 100;
	
}
.primary-menu li ul li.columns-sub-item ul {padding:0px!important;}
/* mega menu */
.primary-menu li:not(.has-mega-column).dropdown-columns-2 > .sub-menu {
	width: 360px;
}
.primary-menu li:not(.has-mega-column).dropdown-columns-3 > .sub-menu {
	width: 540px;
}
.primary-menu li:not(.has-mega-column).dropdown-columns-4 > .sub-menu {
	width: 720px;
}
.primary-menu li:not(.has-mega-column).dropdown-columns-2 > .sub-menu > li,
.primary-menu li:not(.has-mega-column).dropdown-columns-3 > .sub-menu > li,
.primary-menu li:not(.has-mega-column).dropdown-columns-4 > .sub-menu > li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.primary-menu li:not(.has-mega-column).dropdown-columns-2 > .sub-menu > li > ul,
.primary-menu li:not(.has-mega-column).dropdown-columns-3 > .sub-menu > li > ul,
.primary-menu li:not(.has-mega-column).dropdown-columns-4 > .sub-menu > li > ul {
	left: 0;
top: 100%;
border:0;
}
.primary-menu li:not(.has-mega-column).dropdown-columns-3 > .sub-menu > li {
	width: 33.32%;
}
.primary-menu li:not(.has-mega-column).dropdown-columns-4 > .sub-menu > li {
	width: 25%;
}
.primary-menu li:not(.has-mega-column).dropdown-columns-2 > .sub-menu > li:nth-child(2n+1),
.primary-menu li:not(.has-mega-column).dropdown-columns-3 > .sub-menu > li:nth-child(3n+1),
.primary-menu li:not(.has-mega-column).dropdown-columns-4 > .sub-menu > li:nth-child(4n+1) {
	clear: left;
}

.primary-menu .has-mega-sub-menu,
.primary-menu .has-mega-column,
.primary-menu .has-mega-column ul,
.primary-menu .item-with-widget { 
	position: static;
}
.primary-menu .has-mega-sub-menu .mega-sub-menu {
    
    display: flex;}
.primary-menu .item-with-widget > .sub-menu, .primary-menu .widget {font-size:15px;margin-bottom: 0px;padding: 0px 0 0px 0;}
.primary-menu .has-mega-sub-menu .mega-sub-menu,
.primary-menu .has-mega-column > .sub-menu, .primary-menu .item-with-widget > .sub-menu {
	margin: 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	border-top: solid 2px #222;
	z-index: 0;
	width: 100%;
	max-width:100%;
	left: 0;
	display:block;
	visibility: hidden;
opacity: 0;
-webkit-transform: rotateX(-15deg);
         transform: rotateX(-15deg);
  -webkit-transform-origin: 50% -50px;
      -ms-transform-origin: 50% -50px;
          transform-origin: 50% -50px;
  -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  -o-transition: opacity .3s ease,transform .3s ease,visibility .3s ease;
  transition: opacity .3s ease,transform .3s ease,visibility .3s ease;
  transition: opacity .3s ease,transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;

}

.primary-menu .no-sub-menu.has-mega-sub-menu .mega-sub-menu ul {
opacity: 0;display:none;
width:0;border:0;visibility: hidden;}
.primary-menu .has-mega-sub-menu .mega-sub-menu {
padding: 32px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
}


.primary-menu .has-mega-sub-menu .mega-sub-menu ul {
	width: 35%;
	-webkit-overflow-scrolling: touch;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	position: relative;
padding-right: 0px;
margin:0px;
            order: 1;
}
.primary-menu .has-sub-menu:not(.no-sub-menu) .mega-menu-posts {padding-left: 0px;padding-right: 30px;border-right:1px solid #eee;border-left:0px solid #eee;}
.megamenu-submenu-left .primary-menu .has-sub-menu:not(.no-sub-menu) .mega-menu-posts {padding-left: 30px;padding-right: 0px;border-left:1px solid #eee;border-right:0px solid #eee;}
.megamenu-submenu-left .primary-menu .has-mega-sub-menu .mega-sub-menu ul {
         order: unset;
}

.primary-menu .has-mega-sub-menu .mega-sub-menu ul ul {width: 100%!important;
float: none;
position: absolute;
left: 0;
top: 100%;
box-shadow: unset;padding: 0px;}

/* mega menu posts */
.mega-menu-posts {
position:relative;
display: -ms-grid;
display: grid;
grid-column-gap: 40px;
grid-row-gap: 40px;
min-height: 100%;width: 100%;
}

.columns_2 .mega-menu-posts {
-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
grid-template-columns: repeat(2, 1fr);
}
.columns_3 .mega-menu-posts {
-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
grid-template-columns: repeat(3, 1fr);
}
.columns_4 .mega-menu-posts {
-ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
grid-template-columns: repeat(4, 1fr);
}
.columns_5 .mega-menu-posts {
-ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
grid-template-columns: repeat(5, 1fr);
}

.no-fullwidth-menu .primary-menu .no-sub-menu .mega-menu-posts {padding: 0px;}
.primary-menu .mega-menu-posts a {display: block; }
.primary-menu .mega-menu-posts .post-date {
color:#bbbbbb;display: block;
}
.primary-menu .mega-menu-posts .post {
	margin: 0;
	padding: 0px;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.primary-menu .mega-menu-posts .post-image {
	 margin: 0 0 5px;
}
.primary-menu .mega-menu-posts .post-title {
	font-size: 12px;
margin: 10px 0 0px 0;
line-height: 1.2em;
}
.primary-menu .mega-menu-posts {font-size: 12px;}
.primary-menu .mega-menu-posts .post a {
	padding: 0;
	letter-spacing: 0;
	width: 100%;text-align: center !important;
}
.primary-menu .mega-menu-posts .post a:hover,
.current-menu-item .mega-menu-posts .post a {
	background: none !important;
	color: #222;
}
.primary-menu .sub-menu {text-align:center;}
/* mega column */
.primary-menu .has-mega-column > .sub-menu, .primary-menu .item-with-widget > .sub-menu  {
	padding: 32px;
	margin: 0 auto;
	-webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu a {
	width: 100%;
}
.primary-menu .has-mega-column .widgettitle,
.primary-menu .has-mega-column > .sub-menu > .columns-sub-item > a {
    font-size: 17px;
	border-bottom: 1px solid #eee;
}
.primary-menu .has-mega-column > .sub-menu > .columns-sub-item > a:after {
	display: none;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li {
	float: left;
	margin-left: 0;
	padding-left: 2.5%;
	box-sizing: border-box;
}
.primary-menu .has-mega-column > .sub-menu > li:first-child {
	padding-left: 0;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(2),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(2) ~ li {
	width: 50%;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(3),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(3) ~ li {
	width: 33.33%;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(4),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(4) ~ li {
	width: 25%;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(5),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(5) ~ li {
	width: 20%;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(6),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(6) ~ li {
	width: 16.66%;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(7),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(7) ~ li {
	width: 16.66%;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(8),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(8) ~ li {
	width: 25%;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(9),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(9) ~ li {
	width: 33.33%;
}
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(10),
.primary-menu .has-mega-column:not(.widget-in-menu) > .sub-menu > li:first-child:nth-last-child(10) ~ li {
	width: 20%;
}

.primary-menu .has-mega-column > .sub-menu > li > ul {
	background: none;
	border: none;
	display: block;
	position: static;
	width: 100%;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}
.primary-menu .has-mega-column:hover .mega-column-wrapper,
.primary-menu .has-mega-column:hover .mega-column-wrapper ul {
	display: block !important;
}
.logo-in-menu {padding-top:5px!important;padding-bottom:5px!important;padding-left:0px!important;display:block!important;}
.logo-in-menu:before {display:none!important;}
.logo-in-menu img {max-height: 34px;width: auto;}
/* mobile menu icon */
#menu-icon {
	display: none;
	z-index: 12;
}
.primary-menu li ul .ms-widget-menu {
	background: none !important;
}
.primary-menu li ul .ms-widget-menu a {
	border:0;
	padding:0;
}
.primary-menu .widget {
	margin-bottom: 5px; 
}
.animated-border-effect .primary-menu > li > a:before {
  content: '';
  position: absolute;
  width: 0; height: 2px;
  display: block;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;z-index: 99999;
  
 }
.animated-border-effect.animated-top-line .primary-menu > li > a:before {top:0px;}
.animated-border-effect.animated-bottom-line .primary-menu > li > a:before {bottom:0px;}
.animated-border-effect.animated-strikethrough-line .primary-menu > li > a:before {bottom:50%;height:1px;}
.animated-border-effect .primary-menu > li > a:hover:before,
.animated-border-effect .primary-menu li:hover > a:before {
  width: 100%;
  left: 0;
 }
.animated-border-effect .primary-menu > li.current-menu-ancestor > a:before, .animated-border-effect .primary-menu > li.current_page_item > a:before, .animated-border-effect .primary-menu > li.current-menu-item > a:before {
width: 100%;
  left: 0;
}
/* cookie */
#ms-cookie-banner.hidden {display:none;}
.ms-cookie-banner-wrap {
  position: fixed;
  z-index: 999999;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  padding: 0;
  margin: 0;
  color: #ffffff!important;
  background: rgba(0, 0, 0, 0.9);
}

.ms-cookie-banner-wrap a  {color:#fff;}
.alert-warning {
    border: 0;
}
.alert {
    border-radius: 0px;
}
.ms-cookie-banner-wrap .container {
  padding-top: 20px;
  padding-bottom: 20px;
  position:relative;
}
.ms-cookie-banner-wrap p {margin:0;display: inline-block;}
.ms-cookie-banner-wrap .btn {
  color: #fff;
  outline: none;
  opacity: 0.7;
  background: transparent;
  border:1px solid #fff;
  display: inline-block;
  margin-left:8px;
}

.ms-cookie-banner-wrap .btn:hover {
  opacity: 1;
}

input:not([type=checkbox]):not([type=radio]) {-webkit-appearance: none;}
.st-menu .social__list a {padding:0 5px 0 5px;}
.side-logo {display: block;text-align: center;margin:0px 0 30px 0;}
.side-logo img{max-width:150px;}

.st-container {
	height: 100%;
}

.st-container {
	position: relative;
}

.st-menu .menu-container {position: relative;
z-index: 1;}
.st-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 800px;
	height: 100%;
	padding:0px;
	-webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
-moz-transition: all .6s cubic-bezier(.77,0,.175,1);
transition: all .6s cubic-bezier(.77,0,.175,1);
	overflow-y: hidden;
	max-width:100%;
}

.st-menu.mobile-right {
left: auto;
right: 0;
}
.st-menu .st-menu-container  {position: relative;padding: 100px 42px 42px;height: 100%;overflow-y: auto;}
.st-menu.custom-mobile .st-menu-container  {position: relative;padding: 0px;}
.st-menu:before {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: '';
z-index: 0;
height: 100%;
}

.st-effect-4.st-menu:not(.custom-mobile) {
	z-index: 9999;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-4:not(.custom-mobile).st-menu-open {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.9s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu:not(.custom-mobile).mobile-right {
	z-index: 9999;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.st-effect-4:not(.custom-mobile).mobile-right.st-menu-open {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.9s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.custom-mobile.st-effect-4 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.custom-mobile.st-effect-4.st-menu-open {
    visibility: visible;
    opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
	display: none;
}

.ajax-pagination,.hrs-noneleft,.pagination-below {margin-top:30px;margin-bottom:30px;}

.ajax-pagination {text-align:center;position:relative;width:100%;
	height:40px;}
.ajax-pagination .btn {
	width:auto;
	display:inline-block;
	position:relative;
	cursor:pointer;
}

.ajax-loader {
width:100%;
	height:40px;
	line-height:40px;
	margin:0px;
	display:block;
	z-index:0;
	content:'';
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	color:#cccccc;
}
.ajax-loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
}

.ms-mc-form .ajax-loader {
top: 50%;left: auto;right: 0px;width: 40px;transform: translateY(-50%);
display:none;
}
.mailchimp-alert {width: 100%;left: 50%;
transform: translateX(-50%);
max-width: 374px;font-size: 12px;line-height:14px;text-align:center;padding: 10px 15px;position: absolute;color: #fff;background: #fe4d4d;z-index: 1;margin-top: 5px;} 

.elementor-widget-container .mailchimp-alert { position: fixed;
  bottom: 20px;
  padding: 20px;
  font-size: 1rem;
  line-height:1.2rem;
  font-weight: 600;
  }
.hrs-noneleft {text-transform: uppercase;
  font-size: 12px;}
.comment-body {padding: 40px;}
.most-commented .hs {display:none;} 
.most-commented .post-header {
padding: 0px;background:#fff;margin:0;
}
.most-commented .most-commented-text-container {text-align: center;
padding: 25px;}
.most-commented .most-commented-excerpt p{line-height:1.3em;}
.most-commented h4 {margin: 0;
position: absolute;
font-size: 70px;
z-index: 0;
color: #eee;
top: 0;
line-height: 75px;
right: 0;
display: block;
width: 100%;
text-align: right;}
.most-commented .post-title {margin:0 0 5px 0;}
.most-commented .meta-space-top {
    margin: 0px 0px 10px 0;justify-content: center;
	}

.button {
	display: inline-block;
	margin: 14px 0 0px 0;
	border: none;
	background: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.page-numbers { padding:0;margin:0; } 
.page-numbers li { display: inline; } 
.page-numbers li a, .page-numbers .current {
    padding: 10px 14px;
	margin-left: 2px;
	line-height: 36px;
	border:1px solid;
}
.page-numbers .current {cursor: default;}

.ms-tooltip {
	display: inline;
	position: relative;
	z-index: 999;
	margin: 0 10px 0 10px;
}

/* Trigger text */

.ms-tooltip-item {
	cursor: pointer;
	display: inline-block;
	padding: 0 10px 0 0;
}

/* Gap filler */

.ms-tooltip-item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ms-tooltip:hover .ms-tooltip-item::after {
	pointer-events: auto;
}

/* ms-tooltip */

.ms-tooltip-content {
	position: absolute;
	z-index: 9999;
	
	left: 50%;
	margin: 0 0 20px -50%;
	bottom: 100%;
	text-align: center;
padding:10px;
	box-shadow: -5px 0px 15px rgba(0,0,0,0.2);
	background: #fff;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.ms-tooltip-effect-1 .ms-tooltip-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.ms-tooltip:hover .ms-tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

/* Arrow */

.ms-tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}


.page-template-page-faq .content-holder article {padding: 30px;}

.list-post .block .post__holder {
    margin-bottom: 0px;
}
.list-post .block .post__holder .post_content {
    margin: 0px;
    border-bottom: 0px solid #eee;
    padding: 0 0 0px 0;
}
.zigazg .post-header {width:100%;}
.zigazg .meta-space-top.post_category {margin-bottom:0;}
.archive-counter {font-size:18px;}

.archive_h {text-align:left;margin: 20px 0 20px 0;}
.archive_lists {margin: 30px 0 30px 0;}
.archive_lists select{width:100%;}
.category .archive_lists {margin: 0px 0 30px 0;}
.archive_lists .list.unstyled > ul li {padding-bottom:8px; border-bottom:1px solid #eee;}

.portfolio-meta-line span{
font-size:0.7em;position: relative;
top: -10px;
color: #999;
}
.gallery .viewpost-button {margin-top:1.5em;}

.slide-category span {width: 22%;
display: block;
margin: 3px auto;
border-top: 1px solid #222;}
.most-commented {    margin: 0px 0 0px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	padding: 30px 0 30px 0;
}

h5.most-commented-posts {padding: 0 0 30px 0;text-align:center;}

.related-date {font-size: 12px;color: #999;}

ul {list-style-type: square;padding: 0;}
.viewpost-button {text-align:center;

}

.widget_categories .top_heading {display:none;}
.latest-post-number {
font-size: 150px;
line-height: 150px;

border-bottom: 1px solid #ddd;
padding: 0 0 0px 0;
margin-bottom: 10px;
}
.search-icon-link {color:#222222;}
.search-icon-link a {color:#222222; padding-left:8px!important;padding-right:8px!important;}
.meta-line {margin-top: 0px;text-align: center;overflow: hidden;}
.meta-line .meta-space.isopad {margin: 0px 0 0 25px;}
.meta-line .share-buttons.isopad {margin: 0px 25px 0 0px;}
.widget_archive label {display:none;}
.widget_archive select {border: 1px solid #ddd;}
.top-border {border-bottom: 1px solid #eee;background:#ffffff;line-height: 52px;}

.top-container .sticky-wrapper {padding: 0px;}
.top-container-full {position:relative;}
.top-container .top-right, .top-container-full .top-right, .top-container-normal .top-right {text-align:right;display: flex;flex-direction: row;align-items: center;justify-content: flex-end;height: 100%;}
.top-container-full .top-left {text-align:left;display: flex;flex-direction: row;align-items: center;justify-content: left;height: 100%;}

.top-container-full .top_heading {display:none;}
.top-container .sticky-nav {position: relative;border-bottom: 1px solid #eee;}
.top-container-full .sticky-nav, .top-container-full-no-sticky {position: relative;}
.top-container #primary, .top-container-full #primary {margin-top: 0px;}
.top-container-full #primary {text-align:center;}
.logged-in:not(.customize-partial-edit-shortcuts-shown) .navbar-fixed-top {
    top: 32px;
}
.logged-in.customize-partial-edit-shortcuts-shown .navbar-fixed-top, body.elementor-editor-active .navbar-fixed-top  {top: 0px!important;}
.sticky-wrapper, .sticky-nav {height:auto;z-index: 1000;
position: relative;transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
.sticky-wrapper #primary, .top-container-normal #primary {background:none!important;}

@-webkit-keyframes menu_sticky {
  0%   {margin-top:-60px;}
  100% {margin-top: 0;}
}

@keyframes menu_sticky {
  0%   {margin-top:-60px;}
  100% {margin-top: 0;}
}
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed!important;
  width:100%;
  top:0;
  left:0;
  -webkit-animation: menu_sticky 0.5s;
  animation: menu_sticky 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.48, 0, 0.12, 1);
  animation-timing-function: cubic-bezier(0.48, 0, 0.12, 1);
	}
	
.primary-menu a {-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;}
.navbar-fixed-top {height:auto!important; }
.navbar-fixed-top .logo_tagline {display:none;}
.list-post .post_content .grid-footer {
margin-bottom: 0px;
margin-top: 25px;
padding-top: 0px;
}

.post_category_list {font-size: 13px;
font-weight: 600;
text-transform: uppercase;}


.nav-links .nav-title {
    position: relative;width: 80%;display: inline-block;vertical-align: top;
}

.top-panel-button i {font-size: 1.29em;}

.top-left-menu .search-icon-link, .top-right-menu .search-icon-link {
position: static!important;
}
.top-left-menu .ms-cart, .top-right-menu .ms-cart {
    position: relative!important;
    right: 0px!important;
}
.fullwidthmenu .top-ads-container {padding:0px 26px;}
.top-ads-container .logo {margin:20px 0 10px 0;}
.top-ads-container .logo_tagline {text-align:left;}
.top-ads-container .thumbnail a > img { margin-right: unset;}
.ads-below-menu .primary-menu {text-align: left; }
.topleftmenu, .topcenter-menu {
  border-bottom: 1px solid #eee;
  }
.home .topleftmenu, .home .topcenter-menu {
    border-bottom: 0;
}
@media all and (min-width: 992px) {
.logged-in.admin-bar  #elementor_sticky_header.header_style_wrapper.visible
{
	-webkit-transform: translate3d(0,32px,0);
            transform: translate3d(0,32px,0);
}
.fullwidth-image .wp-caption .wp-caption-text {max-width:50%;margin:0 auto; }
.narrow .fullwidth-image .wp-caption .wp-caption-text {max-width: 28%;}
.top-left-menu .primary-menu, .top-left-logo-menu .primary-menu  {text-align: left;}
.top-left-logo-menu .primary-menu {margin-left: 30px;}
.topcenter #primary {border-top: 0px solid;}
.top-left-menu .primary-menu > li > a {margin: 0px 0px;}
  }

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
	}
.thumbnail img {
  display: block;
  max-width: unset;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
object-fit: cover;
}
.fill_class .excerpt {padding: 38px 18px; background:rgba(0,0,0,0.15);text-align: center;color:#ffffff;}
.fill_class .excerpt h1, .fill_class .excerpt h2, .fill_class .excerpt h3, .fill_class .excerpt h4, .fill_class .excerpt h5, .fill_class .excerpt h6 {color:#ffffff;}
.fill_class {background-position: center center;}
.hs_aboutme_text .about_para {margin: 10px 0 10px 0;}
.hs_aboutme_text span {
}
.hs_aboutmebox .post-list-inner {border:0;}
.hs_aboutmebox h3 {text-align:center;}
.grid-footer .isopad {
margin-top: 0px;
}
.isopad {
position: relative;
z-index: 1;
margin: 0;
}

.single .layout5 .parallax-image .avatar,.single .layout9 .parallax-image .avatar {background: rgba(255,255,255,0.3);}
.single-portfolio .isopad:not(.hidetitle-yes) {
margin: 30px 0px 0px 0px;
}

.ms-ad-above-single, .ms-ad-after-single {margin: 0px 0px 25px 0px;text-align:center;}
.grid-item .isopad {
margin: 0px 0px 0px 0px;
}

.list-post .isopad {background:none;}

.post-type-archive-product.woocommerce .main-page, .archive.woocommerce .main-page {margin-top:0px;}
.paged.woocommerce .main-page {margin-top:30px;}

.widget_underheader {margin-top:30px; }
.widget .sidebar-header h5 {
margin-top: -13px;
padding: 0px 18px;
}
.widget .sidebar-header:before, .widget .sidebar-header:after {
    display: table-cell;
    content: '';
    width: 30px;
    height: 0;
    border-top: 1px solid #222;
}
.widget .sidebar-header {
line-height: 0;
text-align: center;
display: table;
margin: 20px auto;
}

.widget .post_category {
font-size:0.8em;
padding:0;
letter-spacing: 0.05em;
}


@media (min-width: 992px){.category-box h1{font-size: 2.5rem;}}
.category-box span{width: auto!important;margin: 0px 0 -14px 0;display:block;}

.grid-block .thumbnail img {width:100%;}
.grid-block .post-grid-container {padding: 15px 45px 45px 45px;}
.grid-block .excerpt {padding:0;}
.grid-block .grid-footer .isopad {margin:0;}

.grid-block .post_category, .grid-blog .post_category, .grid .post_category, .grid .post-date {
padding: 0px 0px 0px;
}


.grid-block .grid-footer .isopad {padding:0;}
.viewpost-button .button {margin: 0px;}

.viewpost-button a.button, .primary-menu li ul .ms-widget-menu .viewpost-button a.button {border:1px solid;display: inline-block !important;
width: auto!important;}

.meta-space-top.bottom-meta-style1 .author {display: flex;
  align-items: center;}
.bottom-meta-style1 .author-name-wrapper {margin-left:10px;}
.zigazg .left-space, .about-horizontal-layout .left-space, .newsletter-form.left-space, .top-ads-container .left-space, .top-header-left-widget.left-space, .top-header-right-widget.left-space {

display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
}

.top-header-left-widget.left-space, .top-header-right-widget.left-space, .top-ads-container .left-space, .newsletter-form.left-space {justify-content: center;}
.featured-portrait .meta-space-top, .featured-portrait .meta-space-top a {margin: 0px 0px 12px;}

.modern-layout .meta-space-top span, .modern-layout .meta-space-top a, .cover .meta-space-top span, .cover .meta-space-top a {color:#fff;}

.post-list_h  span.post_categories {margin-right: 0px;}
.post-list_h .post-title, .post-list_h h4 {
    margin: 3px 0 9px 0;word-wrap: break-word;
}

.meta-space-top span {display:inline-block;}
.meta-space-top span {margin-right:8px;}
.meta-space-top span.avatartrue {line-height:42px;}
.bottom-meta .meta-space-top span {margin-right:0px;}
.meta-space-top span::after {
	content: '\b7';
	margin-left:8px;
	display: inline-block;
}
.meta-space-top span i {margin-right:4px;}
.meta-space-top span:last-child::after {
display: none;
}

/* Reset */
p {
  margin-bottom: 2rem;
}
.isopad figure {margin: 0 0 2rem;}
a:hover, a:focus {
color:#222222;
    text-decoration: none;
}
.rounded-edges #comments .comments-h, .rounded-edges .comment-body, .rounded-edges .comment-respond,.rounded-edges .thumbnail,.rounded-edges:not(.fullheight-header-active) .cover::before,.rounded-edges:not(.fullheight-header-active) img,.rounded-edges .ms_RecentNewsWidget .overlay-layout .cover-wrapper::before, .rounded-edges .promo .cover-wrapper::before, .rounded-edges .promo,.rounded-edges .promo .cover-content,.rounded-edges .widget .widget-content,.rounded-edges .wp-block-image:not(.alignfull) img,.rounded-edges .single-next-post.shows,.rounded-edges .sub-menu,.rounded-edges .standard-post .parallax-image-wrap,.rounded-edges .grid-block .parallax-image-wrap,.rounded-edges .grid-block .parallax-image::before,.rounded-edges .grid-block .parallax-image,.rounded-edges .list-post .list-post-container .post_content, .rounded-edges .grid-block, .rounded-edges .list-post .block .list_post_content,.rounded-edges .consent-check label::before,.rounded-edges .comment-form-cookies-consent input[type=checkbox] + label:before {border-radius:var(--border-radius-images,26px);}
.rounded-edges  .layout3 .featured-thumbnail.thumbnail,.rounded-edges  .layout4 .featured-thumbnail.thumbnail {border-radius:0px;}
.rounded-edges .sidebar .small-post .thumbnail,.rounded-edges .ms_pinterest_widget figure {border-radius:18px;}
.rounded-edges .primary-menu > li > a, .rounded-edges .icon-menu > li > a, .rounded-edges .primary-menu ul a,.rounded-edges .cat-withbg,.rounded-edges #back-top span,.rounded-edges .mailchimp-alert,.rounded-edges .page-numbers li a,.rounded-edges .page-numbers li span {border-radius:12px;}
.thumbnail {
    padding: 0px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
	position: relative;
	overflow: hidden;
	align-self: flex-start;
}
.paging .thumbnail {
flex: 0 0 130px;
}
.second-featured-image .thumbnail {margin: 0 20px;top: -20px;background: #ffffff;padding: 20px;}
.page-header {
padding-top: 0px;
  padding-bottom: 0px;
  border: 0;
  text-align:center;
}


.paglink a {
border-radius: 0px;
padding: 14px 0px;
margin-bottom: 0px;
font-size: 15px;
text-align: center;
width:100%;
}
.paglink a:hover {

}
.pagination {
  border-radius: 0px;
  font-size: 0.85em;
letter-spacing: 0.04em; font-weight:400;
    text-align: center;
    display: block;margin-top: 1px;
}
.pagination > li {
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  padding: 10px 14px;
  color: #222222;
  border: 0px solid #222;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  cursor: default;
  background-color: #222;
  border-color: #222;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

blockquote,.wp-block-quote {
padding: 40px 30px 30px 30px;
border: 0;
font-size: 30px;
line-height: 1.2;
text-align:center;

position: relative;
color:#888;
display: block;
clear: both;
}
blockquote p {margin: 0;}
blockquote p::before{
  content: "\e866";/*Unicode for Left Double Quote*/
  /*Font*/
font-style: normal;
text-align:center;
  font-size: 36px;
  line-height: 1;
  font-style: normal;
  display:block;
  margin-bottom:12px;
  font-family: "ms-social";
}
blockquote.is-style-quote-left {position: relative;
  margin-bottom: 5rem;
  padding: 0.5rem 0 0 3.6rem;text-align:left;}
blockquote.is-style-quote-left p::before{text-align:left;position: absolute;
  top: .3rem;
  left: 0;}

.alignfull blockquote p::before{left:30px;}
.alignfull blockquote p::after{right:30px;}
.wp-block-pullquote.alignwide blockquote p::before{left:10px;}
.wp-block-pullquote.alignwide blockquote p::after{right:10px;}
.wp-block-pullquote.is-style-default, .wp-block-pullquote.is-style-border-right, .wp-block-pullquote.is-style-border-left, .wp-block-pullquote.is-style-border-solid {
    background-color: unset !important;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {

	text-decoration: none;
}
ins div {max-width: 100%;}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 1.2em 1.5em;
	padding: 0;
}
.widget ul,
.widget ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: disc;
}
.elementor-widget-container ul {
	list-style: none;
	margin:0;
}
ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

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

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

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

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

th, td {
	padding: 0.4em;
}
dfn, cite, em, i {
    font-style: italic;
}

select {border: 1px solid #dddddd;}
input,
textarea,
.uneditable-input {
  width: auto;
}
textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px; 
  box-shadow:none!important;	
  -webkit-appearance: none;
  font-size: 0.9rem;
  display:block;width:100%;height:auto;padding:16px 22px;line-height:1.42857143;color:#222;background-color:#fff;background-image:none;border:1px solid #ddd;border-radius:0px;-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.0);box-shadow:inset 0 0px 0px rgba(0,0,0,.0);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
input.wp-block-search__input {padding:8px 16px;}
body .form-floating > label {font-size: 0.85rem;line-height: inherit;display: flex;
  align-items: center;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color:#222222;outline:0;-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(102,175,233,.0);box-shadow:inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(102,175,233,.0)	
}
.form-inline .form-control {
width: 100%;
max-width: 100%;
}
.fullwidth-widget .form-inline {
margin: 0 auto;
padding: 0px 32px;
}

input[type="button"],
input[type="reset"], 
input[type="submit"] {
	background-color: #ffffff;
	border-radius: 0px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #D2D2D2;
	color:#222;
	font-family: inherit;
}
.placeholder {
  cursor: auto;
  background-color: #fff;
  opacity: 1;
}
/* Breadcrumb
---------------------------------------- */
.ms-breadcrumbs {text-align:left;padding-top:16px;padding-bottom:16px;font-size:0.8rem;}

.ms-breadcrumbs .current {opacity:0.6;}
.fullheight-header-active .ms-breadcrumbs,.fullheight-header-active .ms-breadcrumbs a,.ms-breadcrumbs.layout4 a,.ms-breadcrumbs.layout5,.ms-breadcrumbs.layout5 a,.ms-breadcrumbs.layout6 a,.ms-breadcrumbs.layout5,.ms-breadcrumbs.layout6,.ms-breadcrumbs.layout4 {color:#fff;}
.ms-breadcrumbs.layout5,.ms-breadcrumbs.layout6,.ms-breadcrumbs.layout4{position:absolute;}
.breadcrumb__t {
  margin: 0;
}
.breadcrumb > li + li:before {
    content: "";
}
.breadcrumb > .active {
    color: #777;
}
.breadcrumb {
    padding: 0px 0px 24px 0;
    background: none;
    text-align: center;
}
.divider {color: #c1c1c1; padding: 0 8px 0 8px;}
/* /Breadcrumb */

/* Tabs
---------------------------------------- */
.nav-tabs > li > a {
margin-right: 1px;
}
.nav-tabs {margin: 0;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #FFF;
}
.nav-tabs > li > a:hover {
border: 1px solid #DDD;
}
.nav > li > a {padding: 14px 14px;}
.tab-content {
overflow: auto;
padding: 15px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
/* /Tabs */

.review-box {padding:30px;border:1px solid #eeeeee;margin-bottom: 30px;}
.review-box .review-description {margin-top:15px;}
.review-box .review-numer {font-size: 3rem;line-height: 1;display: block;letter-spacing: -3px;}
.review-box .review-numer.reviewpercent  {font-size:50px;line-height:92px;}
.review-box .review-score {text-align:center;background: #f7f7f7;width: 135px;height: 135px;float: right;display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;}
.review-box .overall-score {text-transform:uppercase;font-size: 0.6rem;}
.single .post_content  .review-box  .review-title a {box-shadow:unset;padding: 0;background-color: unset;font-weight: bold;}
.single .post_content  .review-box  .review-title a:hover {color:inherit!important;}
.review-box .score-container {margin-top: 30px;}
.thumbnail .review {
    position: absolute;
    z-index: 99;
    bottom: 10px;
right: 10px;
height: 40px;
width: 40px;
line-height: 36px;
text-align: center;
font-size: 18px;
}
.thumbnail .review span a{line-height: 36px;
text-align: center;
font-size: 18px;}
/* Progressbar
---------------------------------------- */
.progress-label {
    color: #000;
   font-size: 13px;
    text-align: left;
    line-height: 20px;
	display: inline-block;
	font-weight: bold;
}
.progress-value {
    float:right;font-weight: bold;
}
.progress {
    overflow: hidden;
    margin-bottom: 0px;
    background-color: #eeeeee;
    position: relative;
	border-radius: 0px;
box-shadow: 0 0 0 0 #ffffff;
height: 10px;
}
.progress-heading {margin:8px 0;}
.progress.active .bar {
    height: 10px;
    text-align: right;
	width: 0%;
}
.progress.active .bar span {
    margin-right: 12px;
}
.progress .bar {
    color: #FFF;
    font-size: 13px;
}
.progress .bar span i{
   font-style:normal;
}
/* /Progressbar */

/* Buttons
---------------------------------------- */
.button,a.btn, .primary-menu li ul .ms-widget-menu a.btn {border-radius: 0px;
padding: 12px 20px;
}
.btn-default {color: #222;border-color: #222;}
.btn-link {color: inherit;}
.btn-lg {padding: 16px 28px;}
.btn-sm {padding: 6px 16px;}
.btn-xs {padding: 4px 10px;}
.wp-element-button,
input[type="button"], input[type="reset"],
input[type="submit"],button {
border: 1px solid #222;
border-radius: 0px;
text-transform: uppercase;
padding: 14px 20px;
line-height: 1.42857143;

margin-bottom: 0px;
font-size: 12px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
height:100%;
}
input[type="submit"] {
padding: 1rem 1.25rem;
height: calc(3.5rem + calc(var(--ms-border-width) * 2));
line-height: 1.25;
}
/* /Buttons */

/* Reset */
.panel-title{text-align:left;}

#content embed, #content iframe, #content object, #content video {
    max-width: 100%;border: 0;
}



.sidebar .hs_recent_popular_tab_widget_content .inside.left-thumb-inside {padding-top: 20px;}

.post-list_h .featured-thumbnail.large {float:none;width:100%;margin-right: 0px;margin-top: 14px;}
.post-list_h .post-list-inner {
    position: relative;
width: 100%;
left: 0;
margin-top: 0px;
padding: 26px 14px 5px 14px;
text-align:center;
}
.post-list_h .post-list-inner .meta-space-top {justify-content:center;}
.trending-posts .post-list_h .post-list-inner {
padding: 26px 10px 5px 10px;
}
.post-list_h .post-list-inner.no-bg-excerpt {background: none;}
.post-list_h .post-list-inner.no-thumb {margin-top: -30px;}
.sidebar ul {list-style-type:none; padding:0;}
.mobile-logo .logo {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Header Left */
.header-left .logo_h__txt, .header-left .logo_link {
    font-size: 50px;
    line-height: 50px;
	}
.header-left .logo, .header-left .logo_tagline {
    text-align: left;
}
.header-left .logo_tagline {font-size: 11px;}

@media all and (min-width: 992px) {
.header-left {
}
.header-left .primary-menu {
text-align: right; 
 }
	}
.header-left #primary {border:0;}
.header-left .logo {margin: 5px 0 0 0;}

/* / Header Left */

/* Header Left Ad */
@media all and (min-width: 992px) {
.header-left-ad .primary-menu {
text-align: left; 
 }
	}
.header-left .header-ad {text-align:right;}
/* / Header Left Ad */

.insta-footer-banner {background: #fff; padding: 15px;
}
.bottom-widgets-column {padding: 0px 0 0px 0; margin-bottom:0px; }
.bottom-widgets-column .container {padding-top: 45px; padding-bottom: 60px; }
.bottom-widgets-column ul {
	margin: 0;
padding: 0;
font-size: 12px;
	}

.sidebar figure.effect-bubba p.description {display:none; }
.ms_pinterest_widget .imgs_wrapper figure, .sidebar .imgs_wrapper figure, .sidepanel .imgs_wrapper figure, .sidebar .gallery_item, .sidepanel .gallery_item {
    width: 33.333%;
    display: inline-block;
    border: 5px solid transparent;
	margin: 0 0 0px;
}
.flickr {text-align: center;}
.sidebar .instagram_footer_heading {position: relative;height: auto;margin: 0px;}
.sidebar .widget-content h4.subtitle a.instagram-follow-btn {font-size:80%;} 
.sidebar .instagram_footer_heading h4 span {border:0;background: none;}

.sidebar .instagram-follow-btn {margin: 0;}
.overlay-btn {
    position: relative;
    display: block;
	z-index: 10;
}

.post-grid-block {margin-bottom:30px;position: relative;}
.post-grid-block .post-header {
text-align:center;margin-top: 25px;margin-bottom: 10px;
}
.small-post-style2 .post-grid-block h2.grid-post-title a, .small-post-style2 .post-grid-block h2.grid-post-title {font-size: 123%;line-height: 1.2;}
.small-post-style2 .post-header {min-height:92px;}


.small-post .thumb-container  {margin-right: 20px;max-width: 42%;width: 100%;}
.sidebar .small-post .thumb-container  {max-width: 31%;}
.small-post .thumb-container a  {display: block;}
.small-post .post-grid-block {margin-bottom: 30px;

display: flex;
align-items: center;}

.small-post .post-grid-block .post-header {
    text-align: left;
    margin-top: 0px;
margin-bottom: 0;
flex: 1 0 0;
}
.small-post .post-grid-block.last-block {margin-bottom: 0;}

.small-post .post-grid-block h2.grid-post-title a, .small-post .post-grid-block h2.grid-post-title {margin-top: 0;padding-top: 6px;letter-spacing: 0px;}
@media (min-width: 992px) {
.small-post .post-grid-block h2.grid-post-title a, .small-post .post-grid-block h2.grid-post-title {line-height: 18px;font-size: 18px;}
}

.post_block_3 .post-grid-block .post-header, .post_block_3 .meta-space-top, .post_block_3 .meta-space-top a, .post_block_3 .post-grid-block h2.grid-post-title, .post_block_2 .viewpost-button, .post_block_3 .viewpost-button {text-align: left;}
.post_block_3.align-center .post-grid-block .post-header, .post_block_3.align-center .meta-space-top, .post_block_3.align-center .meta-space-top a, .post_block_3.align-center .post-grid-block h2.grid-post-title, .post_block_3.align-center .viewpost-button, .post_block_3.align-center .excerpt p {text-align: center;justify-content:center;}
.post_block_3.Style3 .big-post .post-header {padding: 0 40px;}
.post_block_3.Style4 {padding: 40px 20px;display: flex;position: relative;margin: 0px;}
.post_block_3.Style4 .big-post {
align-items: center;
  flex-flow: column;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 550px;
  margin-bottom: 0px;
  z-index: 2;
}
.post_block_3.Style4 .post-grid-block .post-header {margin:0px;}

.Style4 .post-grid-block.big-post h2.grid-post-title, .Style4 .post-grid-block.big-post h2.grid-post-title a {font-size: 32px;line-height: 33px;}
.Style4 .post-grid-block.big-post .meta-space-top {color:#fff;}
.Style4 .last-post {margin-bottom:0px;}
.post_block_3.Style4 .small-post .post-grid-block {padding: 0 15px 0 0;}
.post_block_3.Style4 .small-post {background:#fff;z-index: 1;
  position: relative;}
.style14 .post_block_3.Style4 .small-post {background: rgba(1,1,1,0.7);}
.post_block_3.Style4 .small-post .thumb-container {margin-right: 20px;max-width: 40%;}
.post-grid-block h2.grid-post-title {margin: 10px 0 10px 0;}
.post-grid-block .excerpt{margin-top: 8px;}

.post_block_2 .excerpt p, .post_block_3 .excerpt p {margin:0;}
.post_block_3 .post-grid-block .meta-space-top a, .post_block_2 .post-grid-block .meta-space-top a {display: inline;}
.post_block_3 .post-grid-block .meta-space-top a.cat-withbg, .post_block_2 .post-grid-block .meta-space-top a.cat-withbg {padding:2px 4px 4px 4px;}

@media (max-width: 991px) {
.small-post .post-grid-block h2.grid-post-title a, .small-post .post-grid-block h2.grid-post-title {line-height: 16px;font-size: 16px;}
.post_block_3.Style4 .small-post .thumb-container {
  margin-right: 15px;
  max-width: 26%;
}
.post_block_3.Style4 .author {display:none;}
}
.post_block_2 .post-grid-block .post-header, .post_block_2 .meta-space-top, .post_block_2 .meta-space-top, .post_block_2 .meta-space-top a, .post_block_2 .post-grid-block h2.grid-post-title, .post_block_2 .post .post_category {text-align: left;}

.pinit-wrapper {
	position: absolute;
    z-index: 9999;
    cursor: pointer;
    top: 30px;
    right: 30px;
visibility: hidden;
opacity: 0;
}
.pinit-icon {
	display: inline-block;
	cursor: pointer;
	margin: 1px;
	width: 85px;
	height: 85px;
	line-height:85px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#ffffff;
background-color:rgba(203,32,38,0.90);

}
.pinit-icon:hover { background:#ffffff;} 
.pinit-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 1px #cb2026;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(1);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(1);
}
.pinit-icon:hover:after {
box-shadow: 0 0 0 3px #ffffff;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pinit-icon:hover:before {
	color:#cb2026;
}

.featured-thumbnail:hover .pinit-wrapper {visibility: visible; opacity: 1; } 
/*-----------------------------------------------------------------------------------*/
/*	6.	Comments
/*-----------------------------------------------------------------------------------*/

#comments  .comments-h {background: #fbfbfb;
  margin: 0;
  padding: 20px 40px 0px 40px;}

.page-template-template-full-width-php #comments { margin-left: 0; }

.comments-title,#reply-title,.pings-title {text-align:center;}
 
.commentlist,
.pinglist {padding:0;list-style-type: none; margin: 0;}
   
.pinglist {margin: 20px 0 40px;list-style-type: decimal;list-style-position: inside;
}

.pinglist li { margin: 0 20px; }

.pinglist li:first-child { margin-top: 0; }

.comment {
    margin-bottom: 32px;
	position:relative;
}
a.comment-reply-link {
float: right;
padding: 8px 16px;
font-size: 0.8rem;
font-weight: 600;
}

.comment-body .date {font-size:12px;}

.comment:first-child { margin-top: 0; }

.children { 
    list-style-type: none; 
}
.comment-edit-link {
position: absolute;
right: 50px;
text-transform: uppercase;
font-size: 12px;
z-index: 2;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children > li {
	padding-left: 3.5em;
}


.children .comment { margin: 1.5em 0 0 0; }

.children .comment-body { 
    max-width: 100%; 
}

.children .children .comment-body {
    width: 100%;
}
.meta-space-top .hidden-icon {visibility: hidden;
  width: 0px;
  display: inline-block;
  margin: 0!important;}

.meta-space-top .author .avatar-link:nth-child(1) {
  z-index:1;margin-left: 0px;
}
.meta-space-top .author .avatar-link:nth-child(2) {
  z-index:2
}
.meta-space-top .author .avatar-link:nth-child(3) {
  z-index:3
}
.meta-space-top .author .avatar-link:nth-child(4) {
  z-index:4
}
.meta-space-top .author .avatar-link:nth-child(5) {
  z-index:5
}
.meta-space-top .author .avatar-link {transform:translateY(-2px);display: inline-block;position:relative;margin-left: -18px;transition-timing-function:ease;
  transition-duration:.2s;
  transition-property:transform,background-color;}
.meta-space-top .author .avatar-link:hover {
  transform:translateY(-4px)
}
/*
.meta-space-top .author .avatar-link:last-of-type {
 margin-left: 0px;
}
*/
.avatar { -webkit-border-radius: 0%;
    border-radius: 50%;vertical-align: middle;
margin-top: 0px;
margin-bottom: 0px;display: inline;
padding: 3px;background: rgba(255,255,255,0.8);

}
.postauthor_gravatar_wrap .avatar {
-o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/3;
  border-radius: 0;
}
.post-header .meta-space-top .avatar-link {max-width: 40px;}
.bottom-meta .meta-space-top .avatar-link {max-width: 36px;}

.zigazg .avatar-link,.list-post .avatar-link,.grid .avatar-link { max-width: 34px;}
.zigazg .overlay-mode .avatar-link,.list-post .overlay-mode .avatar-link { max-width: unset;}
.overlay-mode .avatar {background: rgba(255,255,255,0.4);}
.comment .avatar {
float: left;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	border-radius: 50%;
	margin: 0px 20px 10px 0;
}

.avatar-overlay {
    display: block;
    height: 56px;
    margin-top: -56px;
    position: relative;
    top: 56px;
    width: 56px;
}

.comment-body {
    margin: 0 0 0 0px; /* 80px/620px */
    position: relative;
	background: #fbfbfb;
    
}
.comment-form textarea::placeholder,.comment-form input[type="text"]::placeholder {opacity:1;}
.comment-holder {margin-top:40px;}
.yes-shadow .comment-holder {margin-top:30px;}
.comment-respond {text-align:center;background: #fbfbfb;padding: 50px 50px 20px 50px;}
.comment-respond #cancel-comment-reply-link{margin-left:8px;}
.comment-body h6, .comment-body h6.author a {
	display:block;
	margin-bottom: 0px;
font-size: 1em;
padding-top: 11px;
text-align: left;
}

.comment-meta { 
    color: #6a6d73;
    font-size: 12px;
    margin-bottom: 1.25em; 
}

.comment-meta a {
    border-bottom: none;
    color: #6a6d73;
}

.comment-meta a:hover { color: #000000; }

.nocomments {
margin: 0;text-align: center;padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

#commentform {
	
	overflow: hidden;
}
@media(min-width:992px){
.comment-body p {font-size: 14px;padding-left: 85px;}
}
#commentform .form-submit { margin-bottom: 0; }

.commentlist #respond { margin-top: 1.25em; }

.commentlist #commentform {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    padding-top: 0.625em;
}

.comment-form-cookies-consent label {
  position: relative;
  cursor: pointer;
  padding-left:30px;
  font-size: 0.9em;
  line-height: 1.2;
}

.comment-form-cookies-consent input[type=checkbox] {
visibility: hidden;display: none;
}

.comment-form-cookies-consent input[type=checkbox] + label:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0px;
  height: 17px;
  width: 17px;
  top: 0px;
  left:0px;
  border: 1px solid #d5d5d5;
}

.comment-form-cookies-consent input[type=checkbox] + label:after {
    display: block;
    position: absolute;
    font-family: "ms-social";
   content: '\e856';
    border-radius: 0;
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    visibility: hidden;
    font-size: 8px;
}

.comment-form-cookies-consent input[type=checkbox]:checked + label:before {
    background: transparent;
}

.comment-form-cookies-consent input[type=checkbox]:checked + label:after {
   visibility: visible;
}
.comment-form-cookies-consent input[type=checkbox] {
  margin: 3px 6px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	6.	Comments
/*-----------------------------------------------------------------------------------*/

.top-bar .top-right {position: absolute;right: 20px;top: 0;z-index: 112;}
.top-container-full .top-left {position: absolute;left: 26px;top: 0;z-index: 112;}
.top-container-full.top-container-nofull .top-left {left: 50px;}
.top-container-full .widget_search .search-form {padding: 8px;}
.top-bar .logo-left {display:inline-block;}
.top-bar .logo-left .logo {margin: 0px 0 0 0;}
.top-bar .logo-left .logo_tagline {
    margin: 0;
    position: absolute;
    left: 108%;
    width: 170px;
    text-align: left;
    top: 14px;
}

.top-right-menu .primary-menu {
    text-align: right;
}
.top-left-menu-container .top-right, .top-left-menu-container .icon-menu {position: relative;right: 0px;display: flex;}
.center-menu .right-container {display: flex;justify-content: right;align-items: center;}
.right-container {
            flex-grow: 0;}
.mobile-style3 .right-container {display: flex;align-items: center;
            flex-grow: 0;}
.mobile-style3 .right-container .st-trigger-effects {
  padding-top: 4px;
}
.top-left-menu-container .top-right .widget_fullwidthleftrigh {margin: 0 8px 0px 15px;}
.top-left-menu-container .top-right .social__list i, .top-left-menu-container .top-right .social__list_both i {margin: 0px 0px 0px 10px;font-size: 13px;}
.top-left-menu-container .primary-menu {flex: 1;}
.yes-woo-and-burger .top-right-menu .primary-menu {right: 95px;}
.yes-burger .top-right-menu .primary-menu {right: 45px;}
.yes-topleftmenu-woo-and-burger .top-bar .top-right {right: 159px;}
.yes-topleftmenu-burger .top-bar .top-right {right: 90px;}
.yes-topleftmenu-burger .top-container-full .icon-menu, .yes-topleftmenu-woo-and-burger .top-container-full .icon-menu {right:20px;}
.yes-topleftmenu-burger .top-container-full.top-container-nofull .icon-menu, .yes-topleftmenu-woo-and-burger .top-container-full.top-container-nofull .icon-menu {right:40px;}
.top-container .top-widget-right {display: inline-block;margin-left: 26px;}
.top-right .top_heading {color: #777;}
.mobile-top-panel .services a { padding:2px;}
.top-left .top_heading, .top-left .social {display: flex;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;gap: 2px;}
.right-container .top_heading {display: inline-block;margin-left: 5px;}
.top-right .top_heading {text-align:right;display:inline-block;}
.top-left .top-widget-left {float:left;}
.top-right input[type="text"], .top-left input[type="text"] {line-height: 1;background:none;border: 0;padding: 0px 0px;}
.top-container .widget_search .search-form {padding: 0px;}
.top-right form, .top-left form { margin: 0px;}

.shadow-menu {
-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,.05);
-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,.05);
box-shadow: 0px 4px 6px 0px rgba(0,0,0,.05);
position: relative;
}
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}
.justified-gallery a {display: inline-block;
  width: inherit;
  height: inherit;}
.justified-gallery>a,
.justified-gallery>div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    filter: "alpha(opacity=0)";
    opacity: 0;
	   -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    filter: "alpha(opacity=0)";
    opacity: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.94);
    left: 0;
    right: 0;
    margin: 0;
    color: #000;
    font-size: 12px;
    line-height: 14px;
	-webkit-transform: translateY(105%);
-moz-transform: translateY(105%);
transform: translateY(105%);
-webkit-transition: -webkit-transform .38s cubic-bezier(.43,.88,.43,.88);
-moz-transition: -moz-transform .38s cubic-bezier(.43,.88,.43,.88);
transition: transform .38s cubic-bezier(.43,.88,.43,.88);
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=100)";
    opacity: 1;
	-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
}

.justified-gallery>.entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: 0 0
}

.justified-gallery .entry-visible img,
.justified-gallery .entry-visible a img {
    filter: "alpha(opacity=100)";
    opacity: 1;
-o-object-fit: cover;
object-fit: cover;
    -webkit-transition: opacity 800ms ease-in;
    -moz-transition: opacity 800ms ease-in;
    -o-transition: opacity 800ms ease-in;
    transition: opacity 800ms ease-in
}

.justified-gallery>.jg-filtered {
    display: none
}

.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial
}

.justified-gallery>.spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 6px
}

.opengallery-link span:after {
background-color: #222222;
    height: 2px;
    width: 20px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
}
.opengallery-link span {
    
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    font-size: 0.8rem;
	}
a.opengallery-link  {
position: relative;
padding-top: 12px;
padding-bottom: 3px;
display: block;
margin-bottom:18px;z-index: 1;
}
a.opengallery-link:hover  {color:#222222;}

a.opengallery-link.justify-center {text-align:center;}
.opengallery-link.justify-center span:after {left: 49%;}

a.opengallery-link.justify-right {text-align:right;}
.opengallery-link.justify-right span:after {left: auto;right:0px;}

.hiddenimages {display:none!important;visibility: hidden;height:0px!important;width: 0px !important;top: 0px!important;left: 0px!important;}
.gallery-lastelement-link a.nolightbox:before {
height: 100%;
top: 0px;
left: 0px;
position: absolute;
display: flex;
width: 100%;
z-index:1;
content:"";
}
.gallery-lastelement {
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
-moz-box-pack: center;
align-items: center;
-moz-box-align: center;
height: 100%;
top: 0px;
color: rgb(255, 255, 255);
position: absolute;
display: flex;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;opacity: 1;
}
.gallery-lastelement-link:not(.entry-visible) .gallery-lastelement, .jg-entry:not(.entry-visible) {opacity: 0;}

.view-gallery-button {padding: 0px 5px;}

.mfp-zoom-in .mfp-ready .mfp-content {
  opacity: 0;
}

.mfp-zoom-in .mfp-title {
    text-align: left;
    font-size: 17px;
line-height: 17px;
    color: #bbb;
    padding-right: 0px;
}
.mfp-zoom-in .mfp-inline-holder .mfp-content, img.mfp-img {
    max-width: 100%;width: auto;
}
.mfp-zoom-in .mfp-image-holder .mfp-close {
padding: 0;text-align: center;right: 0;font-size: 1rem;
  line-height: 50px;
  top: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mfp-zoom-in .mfp-image-holder .mfp-close.close-x {text-align: right;font-size: 1.2rem;}
.mfp-zoom-in img.mfp-img {
    padding: 120px 0 120px 0; 
	}
.mfp-zoom-in .mfp-inline-holder img.mfp-img {
display: block;
  height: 100%;
  width: auto;
  max-height: calc(100vh - 74px);
  }
.mfp-zoom-in .mfp-counter {
position: fixed;
top: 60px;
right: 40px;
color: #e5e5e5;
font-size: 60px;
line-height: 60px;
}
.mfp-zoom-in .mfp-close, .mfp-zoom-in .mfp-preloader a:hover {
    color: #444;
}
.mfp-zoom-in .mfp-figure::after {background: transparent;}

.mfp-zoom-in .mfp-contain, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler, .mfp-zoom-in .mfp-inline-holder{
    opacity: 0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-contain, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler, .mfp-zoom-in.mfp-ready .mfp-inline-holder{
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 1;background: #ffffff;
}
.mfp-zoom-in.mfp-removing .mfp-contain, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler, .mfp-zoom-in.mfp-removing .mfp-inline-holder{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader,
.mfp-zoom-in.mfp-removing .mfp-counter {
    opacity: 0;
}
.mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}

.single .post__holder .isopad  {
    display: flex;
    flex-wrap: wrap;
gap:50px;
padding: 0px;
  }
.single .post__holder .under-isopad  {
    display: flex;
flex-direction: column;
padding-top: 0px!important;
  }
.under-isopad .single-post-widget, .under-isopad   .paginaton-container {margin-top:30px;margin-bottom: 30px;}
.single .post__holder .related-posts,.single .post__holder .paginaton-container  {flex: 1 0 100%;}
.post-inner {
flex: 1;
min-width: 0;
max-width: 100%;
}
  .vertical-share {
  display: block;
    position: relative;flex: 0 1 50px;
  }
#main:not(.no-sidebar) .vertical-share.dummy-bar {
  display: none;
  }
  .vertical-share-container {
	top:200px;
	-webkit-box-shadow: 0 0 17.64px .36px rgba(0,0,0,.05);
  box-shadow: 0 0 17.64px .36px rgba(0,0,0,.05);
  background:#fff;
	}
.vertical-share-container.sticky-top {z-index:0;}
.sidebar .sticky-top {
	top:80px;
}
.title-section .subtitle {color:#dddddd;}
.readmore-button {margin: 10px 0 10px 0;
     }

.author-box-style-style2 {
 background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=") top left repeat;
  padding: 15px;
}
.author-box-style-style2 .post-author-box {background: #fff;padding: 35px;}
.author-box-style-style2 .post-author_h {font-size: 2rem;}
.author-box-style-style2  .post-author_desc {margin-top: 15px;}

.post__holder .ms-icon, .post-author-box .ms-icon,  .list-post-container .ms-icon, .masonry-posts .ms-icon {margin: 0 1px;
  padding: 7px;}
.list_post_content.prophalf .ms-icon {
    margin: 0 5px;
}

.single.alignwide-iso .narrow.verticalshare .right-sidebar .alignwide,.single.alignwide-iso .narrow.verticalshare .left-sidebar .alignwide {margin-left: 0px;margin-right: 0px;}
.single .right-sidebar .alignfull,.single .left-sidebar .alignfull {margin-left: 0px;margin-right: 0px;max-width: unset;}

.vertical-share .ms-icon {
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
	font-weight: 400 !important;
	font-size: 0.95rem;
}
.vertical-share .ms-icon::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 1px;
    position: absolute;
    right: 50%;
    bottom: 0;
    background-color: #f0f0f0;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
.vertical-share .ms-icon:last-child::after {
    display: none;
  }
@media(min-width:1200px){

.single.alignwide-iso .narrow.verticalshare .no-sidebar .isopad  {
gap: 110px;
  max-width: 940px;
    margin: 0 auto;
	}
.single .narrow.verticalshare .isopad,.single .narrow.verticalshare .intro-text  {
  max-width: 720px;
    margin: 0 auto;
	}
.single .narrow.verticalshare .no-sidebar .isopad,.single .narrow.verticalshare .no-sidebar .intro-text,.bottom-meta .meta-container  {
  max-width: 820px; margin: 0 auto;
	}
.single .left-sidebar .vertical-share{order: 1;}

}
@media(min-width:992px){
.widgets-container {display:flex;margin:0 auto;padding: 0;}
.widgets-container > * {

  padding-right: calc(var(--ms-gutter-x) * .5);
  padding-left: calc(var(--ms-gutter-x) * .5);
  margin-top: var(--ms-gutter-y);
}
.single .wp-block-quote {max-width: 1000px;
    margin: 0 auto;}
.single .post__holder .related-posts {margin-top:20px;}
.single .narrow.bottomshare .post__holder .isopad,.page .narrow .isopad, .single .narrow .wp-block-quote {
max-width: 620px;
    margin: 0 auto;
}

.page .narrow .no-sidebar .isopad, .single .narrow .isopad {
max-width: 724px;
    margin: 0 auto;
}
}
.vertical-share .ms-likes:before {margin-right: 0px;}
.vertical-share .share-buttons .heart span {top: -10px;right: -17px; }
.vertical-share .share-buttons {
    margin-top: 0em;
    padding: 0;
    width: 100%;
    text-align: center;
	}
.vertical-share .shareon-vertical {
margin: 0;padding: 10px 6px 10px 6px;
text-align: center;
}
.ms-icon {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 1;
}

.post-author-box .fa, .post-author-box .ms-icon {font-size: 1.2rem;}

.gallery-grid .featured-thumbnail.large {
    margin: 0px 0px 0em;
	}

.responsive {
	width:100%;
	margin: 0 auto;
	display: inline-block;
	text-align:center;
	font-size: calc(1.2rem + 0.35vmin)!important; line-height:1.35!important;
}

.grid .responsive {font-size: calc(1.0rem + 1.3vmin) !important;}

.single #content .format-link .post-formats {
    top: 40px;
right: 40px;
	}

.parallax-image {position:relative;text-align: center;background-repeat:no-repeat;background-size: cover;background-position: center center;
display: flex;
min-height: 76%;
min-height: 76vh;
align-items: center !important;
}
.parallax-image.parallax-bottom {align-items: end !important;}
.grid-block .parallax-image.parallax-video {overflow:hidden;}
.tax-product_cat .parallax-image {min-height: 26%;
min-height: 26vh;}
.tax-product_cat .parallax-image-wrap {margin-bottom:30px;}
.parallax-enabled.parallax-image:not(.parallax-video) {opacity:0;transition: opacity 0.8s ease-out;}
.parallax-image .single-header {margin: 0 auto;z-index: 1;width:100%;max-width: 1050px;}
.parallax-image-wrap {background:#000;}
.standard-post .parallax-image-wrap {overflow: hidden;}
.parallax-image.layout9 {min-height: 100%;min-height: 100vh;min-height: 100svh;}
.category .category-header .parallax-image {min-height: 50%;min-height: 50vh;margin-bottom:30px; }
.parallax-image.overlay-mode {min-height: 490px; }
.hero-text {color:#ffffff!important;text-align: center!important;}
.hero-section {max-width: 720px}
.hero-section h2 {text-align: center!important;}
.parallax-image .container {z-index: 3;position: relative;}
.parallax-image .meta-space-top {color: #000000;}
@media(min-width:992px){.hero-text h2.post-title {font-size:54px!important;line-height:1!important;}}

#categorymenu {
position: relative;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
z-index: 109;text-align: center;
}

#categorymenu .category-filter  > li > a {
    padding-top: 30px;
    padding-right: 12px;
    padding-bottom: 30px;
    padding-left: 12px;
	margin: 0px 3px;
}
#categorymenu .category-filter  > li:first-child > a {
    padding-left: 0px;
	margin: 0px 3px 0px 0px;
}
#categorymenu .category-filter  > li:last-child > a {
	margin: 0px 0px 0px 3px;
}
.category-filter {
	margin: 0;
	padding: 0;
	position: relative;
}
.category-filter li {
	padding: 0;
	list-style: none;
	position: relative;
	color: #222;
	display: inline-block;
}

/* main level link */
.category-filter a {
	color: #222;
	display: inline-block;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
}
/* main level link :hover */

.category-filter > li.menu-item-has-children > a {position:relative;} 

.category-filter > li.menu-item-has-children::after {
font-family: FontAwesome;
  content: "\f107";
  margin-left: -7px;
  font-size: 80%;
  color: #bbb;
}

.category-filter > li.menu-item-has-children > a:hover:before, .category-filter > li.menu-item-has-children > a:hover:after, .category-filter > li.menu-item-has-children:hover > a:before, .category-filter > li.menu-item-has-children:hover > a:after {
content: '';
width: 0;
	height: 0;
	position: absolute;
	border: solid transparent;
	bottom: -1px;
	left: 50%;
	z-index:10000;
}
.category-filter > li.menu-item-has-children > a:hover:after, .category-filter > li.menu-item-has-children:hover > a:after {
	border-color: rgba(255,255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 4px;
	margin-left: -4px;
}
.category-filter > li.menu-item-has-children > a:hover:before, .category-filter > li.menu-item-has-children:hover > a:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #222;
	border-width: 5px;
	margin-left: -5px;
}

/* sub-levels link */
.category-filter ul {
	width: 190px;
}
.category-filter ul a {
	padding: 15px 10px 15px 10px;
margin: 0px;
	display: block;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}

/* dropdown ul */
.category-filter > li > ul,
.category-filter ul li > ul {
	margin: 0;
	padding: 10px;background: #FFFFFF;
	list-style: none;
	position: absolute;
	border-top: 1px solid #222;
	z-index: 100;
display:none;
}
.category-filter > li > ul {transform: translateX(-50%);
    left: 50%;-webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);}

.category-filter ul li {
	padding: 0px;
	margin: 0;
	display: block;width: 100%;
}

.category-filter ul li:last-child > a {
	border-bottom: 0;
}

/* sub-levels dropdown */
.category-filter ul li > ul {
	left: 100%;
	top: -2px;
		-webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
}

/* show dropdown ul */
.category-filter li:hover > ul, .category-filter ul li:hover > ul  {
	display: block;
}
@media(max-width:991px){

.elementor-widget-container .mailchimp-alert { width: 90%;}
#categorymenu {border:0!important;margin-bottom: 30px;margin-top: 30px;}
#categorymenu .category-filter  > li > a {padding:8px;}
}
.cat-des-wrap {display:flex;}
.cat-des {margin: 12px 0 0 0; color: #999999;font-size: 1em;line-height: 1.2;}

header .header-overlay, .parallax-image .header-overlay, .parallax-image .post-header-overlay {
position: absolute;
width: 100%;
height: 100%;
}
.parallax-image:before {position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: '';
display: block;
width: 100%;
height: 100%;}
/* Parallax Styles */
.headerphoto  {position:relative;text-align: center; background-repeat: no-repeat;}
.absolute-header .headerphoto  {position: absolute;z-index: 99;width: 100%;}
.paraphoto  {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll !important;
position:relative;
	}
	
/*------------------------------------------
        parallax bagkground fix
    ------------------------------------------*/

        @media only screen and (min-width: 1920px) { 
            .paraphoto { background-size: cover; } 
        }

        @media only screen and (max-width: 1024px) { 
            .paraphoto { 
                background-size: cover; 
                background-attachment: scroll; 
                background-position: top center !important; 
            }
        }

.comments-h span, .related-posts_h span {text-align: center;display: block;margin: 0;}
.shop-posts {text-align: center;}
.shop-posts p.price {margin:0px;}
.shop-the-post-slideshow {margin-top:28px;min-height:203px;}
.single .shop-the-post-slideshow {min-height:268px;}
.single .shop-the-post-slideshow.nrproducts-4 {min-height:234px;}
.shop-posts .shopthepost-content {margin-top:12px;}
.shareon, .instagram-follow-btn, .shop-the-post {text-align: center;font-size: 12px;display: block;margin: 0 0 1rem 0;}
.shareon:before, 
.shareon:after,
.shop-the-post:before, 
.shop-the-post:after,
.comments-h span:before,
.comments-h span:after,
.related-posts_h span:before,
.related-posts_h span:after {
    border-top: 1px solid #eee;
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}
.shareon:before, .shop-the-post:before,  .comments-h span:before, .related-posts_h span:before {
    right: 1.5em;
    margin-left: -50%;
}
.shareon:after, .shop-the-post:after, .comments-h span:after, .related-posts_h span:after {
    left: 1.5em;
    margin-right: -50%;
}
@media(min-width:992px){
.elementor-widget-container .mailchimp-alert { min-width: 500px;}
.cat-des {width:67%;}
.bottom-meta.meta-left {display:flex;align-items:center;text-align: left;}
.bottom-meta.meta-left .shareon:before {display:none;}
.bottom-meta.meta-left .shareon:after {width: 10px;}
.bottom-meta.meta-left .shareon  {margin:0 20px 0px 0;text-align: left;}
}
.related-posts_h {margin-bottom:30px;}
.affiliate-banner {margin-bottom: 40px;overflow: hidden;}
.post-header .affiliate-banner {margin-top: 40px;}
#content .post-formats {position:absolute; z-index:10; top:20px; right:20px; color: #eee; padding:10px;font-size: 30px;}
 
/* single paging */
.paginaton-container {
display:flex;
justify-content: space-between;
flex-direction: row;
gap:40px;
}
.paging-left,.paging-right {width: 48%; }
.nav-subtitle {
    opacity: 0.5;
    margin-bottom: 0px;
}
.paging a {display: block;line-height: 1.4;}
.paging h5 {
  line-height: 1;}
.gallery-paging h5 {margin:0px;}
.paging-center {display:flex;font-size: 1.6rem;align-items:center;}
.paging-left,.paging-right {
display:flex;align-items: center;
}
@media(min-width:768px){
.paging span {line-height: 1;font-size: 18px;}
.direct-link-left  {padding-left:18px;}
.direct-link-right {padding-right:18px; }
}

.direct-link-right {text-align: right;}
.paging-right {justify-content: right;}
.paging-right .thumbnail {order: 1;}

.paginaton-container img {
-o-object-fit: cover;
   object-fit: cover;
width: 130px!important;
height: 130px!important;
max-width: unset !important;
}

.single-portfolio .paging {margin-bottom: 30px;}
.single-portfolio .container-fluid .paging {padding: 0px 30px;}


.single-portfolio .bottom-meta {width:100%;}

/* single paging */

.meta-space {
font-size: 0.95em;
margin-left: 0px;
display: inline;
}

.link-image {position: relative; margin-bottom: 0;}
.link-image a:hover .link-wrapper {
filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.link-image a .link-wrapper i, .link-image a .link-wrapper {
    transition: all 0.5s ease 0s;
}

.image-background {
    background-size: cover !important;
    background-position: center center !important;
	width: 100%; height: 100%;background-repeat: no-repeat;
}
.image-link {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.post_date_grid_filtr {text-transform:uppercase; color: #959595; border-bottom: 1px solid #eaeaea; padding-bottom: 8px;}
.post_meta_grid {border-bottom:1px solid #eaeaea; padding-bottom:8px; margin-bottom:8px;}
.post_meta_grid ul li {display:inline; font-size:0.85em;}
.post_meta_grid i {
color:#c8c8c8;
padding: 0px 6px 0px 0px;
}
.post_meta_grid a {
    color:#888888;
}
.post_meta_grid a:hover {
    color:#222222;
}

.post_meta_grid li span {
    padding: 0px 6px 0px 0px;
}
.small {font-size:0.8em; color:#999; }
.lowestfooter {border-top: 1px solid #222; margin-top: 0px; padding: 20px 0 20px 0; font-size: 0.75rem;background: #f9f9f9; }
.bottom2, .bottom3, .under-footer-logo {padding: 0px 0px 0px 0px; text-align:center;}
.bottom2 .logo img { /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;}

.gallery-grid article {border:0;}

article, .widget, .grid-block, .list-post .block .list_post_content {
padding: 0;
position: relative;
}

.grid .grid-block, .grid  .grid-block-full{
    padding: 0px;position:relative;
	}
.grid [class^="col-"], .grid [class*=" col-"] {

 }
.list_post_content.zigazg {background: #ffffff;}
 
.post-header-article {padding:18px;}
.post-title a{color:#050505;}
.post-title span, .list-post-title span {color: #c9c9c9;}

.zoom-gallery .post_content p{margin-top: 1rem;
  margin-bottom: 1rem;}
.zoom-icon{
display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  background:rgba(0,0,0,0.25);
  }

.zoomer,.zoomer-url {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.zoom-open {color:#fff;font-size:2rem;opacity: 0.8;}
.zoom-open.zoom-project {font-size:0.9rem;opacity: 1;}
.thumbnail:hover .zoom-icon {
	opacity: 1;
}
.zoom-gallery .thumbnail {overflow: hidden;}
.zoom-gallery .thumbnail img {
transition:transform 2s cubic-bezier(0, 0, 0.44, 1.18),-webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  }
.zoom-gallery .thumbnail:hover img {transform: scale(1.1);}
.post-zoom  {text-transform:uppercase;font-size:0.8rem;font-weight:600;}
.zoom-nr-images {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: -10%;
  left: 2rem;
  margin: 0;
  padding: 1rem 0;
  border-top: 1px rgba(255,255,255,.2) solid;
  opacity: 0;
  color: #fff;
  transition: all .5s ease;text-align:center;
}
.thumbnail:hover .zoom-nr-images { opacity: 1;  bottom: 0;}
.image-wrap:hover .zoom-icon {
  
    opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  cursor: pointer;
  -moz-opacity: 0.4;

}
.portfolio-meta-line {background:#f9f9f9;padding:50px;}
a.image-wrap {
  display:block;
  width: 100%;
  height: 100%;
  background:#000;
}
/* Hover Image Effect */
.gal-item img,
a.image-wrap img,
.postphoto a.image-wrap span.zoom-icon {

  transition: all 2.0s ease;
  -webkit-transition: all 2.0s ease;
  -moz-transition: all 2.0s ease;
  -o-transition: all 2.0s ease;
  -ms-transition: all 2.0s ease;
}
a.image-wrap:hover img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  opacity: 0.6;
}
.gal-item:hover img, a.image-wrap:hover img {
 -webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
  -moz-transform:scale(1.1); /*Mozilla scale version*/
  -o-transform:scale(1.1); /*Opera scale version*/
  -ms-transform: scale(1.1); /*MS scale version*/
  /* Firefox 10+, Firefox on Android - too buggy */
}
#showTop {
    border: medium none;
    color: rgb(255, 255, 255);
    padding: 1.5em;
    position:fixed;
	top:40px; right:0;
	z-index:20000;
    cursor: pointer;
    margin: 0px 0px;
	font-size:1.2em;
}

.easyPieChart {
    position: relative;
    text-align: center;
	display: inline-block;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.skills {position:relative; }
.skills p{margin-top:22px; }

.knob {margin: 0 auto;}
/* Webkit */
::selection {
    background: #000000;
    color: #FFF;
}
/* Gecko/Mozilla */
::-moz-selection {
    background: #000000;
    color: #FFF;
}

.ie8 body {
  min-width: 1170px;
}

a {
  outline: none;text-decoration: none;
  -webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;
}
a:focus {
  outline: none;
}
.main-holder {
  position: relative;
}

/* #Header
================================================== */
.pre-header {
padding:18px 0 8px 0; border-bottom:1px solid #f6f6f6; display:block; margin-bottom: 0px;
}

#post-separate .container {padding:40px 0 40px 0;}
.title-left h1 {
text-align:left;
}

.header .container {
  border-bottom: 0px solid #eeeeee;position: relative;
}
.header_fixed_full {
  position: fixed;
  top:0;
  z-index: 99;
  border-bottom: 1px solid #eeeeee;
  width:100%;
  height:120px;
}

.header_fixed_box {
  position: fixed;
  left: 0;
  right: 0;
  top:0;
  z-index: 99;
  height:120px;
}
/* Logo
---------------------------------------- */
.header  .logo {
  position: relative;
  z-index: 99;
}
.logo, .logo_tagline {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;text-align: center;}

.logo_h__txt {
  margin: 0;
}
.logo_link:hover {
  text-decoration: none;
}
.logo_tagline {
  margin: 10px 0 0 0;
}
.top-left-menu-container .logo_tagline {
  margin: 3px 0 0 0px;
}
.top-left-menu-container .center-menu .logo {
display: flex;
align-items: center;
flex-direction: column;
align-items: flex-start;
}
/* /Logo */
/* Social Networks
---------------------------------------- */
.social-side-fixed {
    position: fixed;
    left: 6px;
    text-align: center;
	background:#fff;
	z-index:9999;
	top: 40%;
}
.social-side-fixed ul {
    list-style-type: none;
    margin: 0;
    font-size: 11px;
}
.social-side-fixed ul li {margin-bottom:1px;}
.social-side-fixed a {padding: 12px;display: block;}
.sidebar .ms-icon, .footer .ms-icon {width: 45px;height: 45px;line-height: 43px;}
.top-header-left-widget .ms-icon, .top-header-right-widget .ms-icon {width: 25px;height: 25px;line-height: 23px;}
.social_link:hover {
  cursor: hand; cursor: pointer;
}
.social__list {list-style: none;margin: 0;padding: 0;}
.top-container .social__list a, .top-container-normal .social__list a, .logo .social__list a, .top-container-full .social__list a {margin: 0 4px 0 4px;font-size:11px;width: auto;height: auto;}
.top-container .ms-icon:after {display:none;}
.social__list i, .social__list_both i  {
margin: 0px;
border-radius: 50%;
}
.sidebar .social__list i, .sidebar .social__list_both i, .footer .social__list i, .footer .social__list_both i {
border: 1px solid #e8e4dd;
}
.top-bar .social__list i, .top-bar .social__list_both i  {
border: 0px;
}
.services .label {font-size: 0.7rem;
  padding: 0;
  }
.oneline .services .label {margin: 0px 10px; }
.social__list_both .social_label {
    margin-right: 0px;word-wrap: normal;
	}

.social__list_label a{ padding: 8px;}

.social__list a:hover {
  text-decoration: none;
}
/* /Social Networks */
.ms-mc-form  h4 {font-size: 15px;
line-height: 18px;
letter-spacing: 0;
margin-bottom: 21px;}
.mailchimp-container.form-inline {

display: flex;
justify-content: space-around;
align-items: center;
}
.single-post-widget .mailchimp-container.form-inline {display: block; }
.single-post-widget .form-inline .ms-mc-subtitle {
    margin: 0px 0px 18px 0px;
    max-width: 100%;
    text-align: center;
}
.mailchimp-form-container {position:relative;}
.ms-widget-menu .mailchimp-form-container {flex: 1;}
.consent-check {padding-top: 20px;text-align: left;display: flex;
  justify-content: center;}
.consent-check input[type="checkbox"] {margin-right:8px;}
.form-inline .ms-mc-subtitle {margin:0px;max-width: 40%;}
.form-normal .ms-mc-subtitle {margin:0px 0px 12px 0px;}
.form-inline .form-group  {margin: 0px 5px 0px 0px;flex: 1;max-width: 185px;}
.front-page-widget .form-inline h4, .widget_underheader .form-inline h4 {margin-bottom:0px;margin-top: 0;}
.form-inline.separate-line {flex-wrap: wrap;text-align: center;max-width: 720px!important;margin: 0 auto;}
.elementor-widget-container .form-inline.separate-line {max-width: unset!important;}
.form-inline.separate-line .ms-mc-subtitle {flex: 0 0 100%;max-width: 100%;margin-bottom: 20px;}
.form-inline.separate-line .mailchimp-form-container {flex-grow: 1;}
.form-inline.separate-line .form-group {max-width: 280px;}

/* Search Form
---------------------------------------- */

.search-form form {
  position: relative;
}
.search-form_it {
  vertical-align: top;
}
.search-form_is {
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar .search-form_it {
    width: 130px;
  }
}
/* /Search Form */
/* #Navigation
---------------------------------------- */
#primary {
position: relative;
z-index: 2;
border-top:1px solid;
border-bottom:3px solid #222222;
z-index:110;
}
#primary.sticky {
position: fixed;
top:0;
left:0;
width:100%;
background: #ffffff;
}
.header-left.sticky {
position: fixed;
top:0;
}

/* Navigation select styling */

.select-menu {
  display: none;
  border: 1px solid #c8c8c8;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  outline: none;
}
.select-menu:focus {
  border-color: #999;
}
.select-menu option {
  padding: 5px;
  cursor: pointer;
}
.select-menu option.main_item {
  font-weight: bold;
}

/* #Content
================================================== */
.page-template-page-fullwidth-wide-parallax-image .content-holder, .page-template-page-fullwidth-wide-static-image .content-holder {background:#ffffff;}
.content-holder {
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
  margin-bottom:0px;
  word-wrap: normal;
  padding-top: 32px;
}
.tax-product_cat .content-holder ,.content-holder.nomargin,.content-holder.layout3,.content-holder.layout4,.content-holder.layout5,.content-holder.layout6,.content-holder.layout7,.content-holder.layout9 {padding-top: 0px;margin-top: 0px;}
.content-holder.isfluid.nomargin {padding-bottom:0px;}
#content,.nomargins .content-holder  {
  padding-top: 0px;
}

#content.left {
  position: relative;
  z-index: 9;
  float: right !important;
  margin-bottom: 10px;
}
/* Title
---------------------------------------- */
.title-section {
	padding: 30px 0 30px 0;
	width: 100%;
	display: flex;
  flex-direction: column;
}

.title-header {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 50px;
  padding-bottom: 0.5em;
  text-align:center;
  
}
.title-desc {
  display: block;
  color: #999;
  font-size: 11px;
}

/* Sidebar
================================================== */
#sidebar {
  padding-top: 0px;
  
}

/* Single Image */
.image-holder {
  position: relative;
}
.image-holder img {
  max-width: 100%;
}
/* Grid Gallery */
.grid_gallery {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.grid_gallery_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gallery_item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
.gallery_item .featured-thumbnail {
  float: none;
}
.gallery_item .featured-thumbnail.large {
margin: 0!important;
}
.gallery_item .featured-thumbnail.large img {
width:100%;
}
.single-portfolio-item {
  margin: 0 !important;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.ytp-gradient-top, .ytp-gradient-bottom {background-image:none!important;}
.gallery {
display: flex;
flex-wrap: wrap;
}
.gallery .gallery-icon {
display: flex;
justify-content: center;
}
.gallery .gallery-item {
display: unset!important;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
float: none!important;
}
.gallery-columns-1 .gallery-item {
width: 100%;
margin: 0 0 1.5em 0;
padding: 0px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
display: inline-block;
max-width: 100%;
}
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%);
}
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0;
}
/* Filterable Portfolio
---------------------------------------- */
.filter-wrapper {
margin-bottom:20px;
}
.filter-wrapper strong {
  display: inline-block;
  padding: 8px 0;
  margin-right: 5px;
  float: left;
}
.filter-wrapper .nav {
  overflow: hidden;
}

.image-wrap .photo {
  position: relative;
  display: block;
  overflow: hidden;
}

.thumbnail__portfolio {
  margin: 0;
}
#portfolio-grid {
clear:both;
}
#portfolio-grid .post_category {letter-spacing: 0.1em;font-size: 0.8em;}
#portfolio-grid .post_category::before, #portfolio-grid .post_category::after {width: 20px;}

/* Author Page
---------------------------------------- */
@media (min-width: 992px) {
.author h1.post-author_h {font-size:42px;line-height:1;}

}

.single .post-author__page {margin-top:30px;}

.post-author__page {display:flex;}
.post-author__page .post-author-box {flex:1;}
.author .post-author {padding-bottom:40px;}
.post-author-box {text-align:left;display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding:40px 0px;
 border-top: 1px solid #eee;
  }
.post-author .post-author-box:first-child {border:0px;}
.author .post-author-box {border:0px; padding:0px 0px;}
  .author-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  justify-content: center;
  text-align: center;
}

.post-author_desc {margin-bottom:15px;margin-top:15px;font-size: 16px;}
.post-author_desc p{margin-bottom: 0.8rem;}



.postauthor_info .post-author_h {margin:0px;font-size: 2.5rem;
  line-height: 1.5;}
.postauthor_gravatar {text-align:left;}
.author .postauthor_gravatar {text-align:center;}
 .all-postsby-autor {font-size:0.9em;}
 .post-author-box .post-author_position {margin:0px;}
.post-author-box .post-author_number {color:#7A7A7A;font-size:0.9em;margin:0px;}
body:not(.author) .author-socials {border-top: 1px solid #eee;padding:10px 0px 0px 0px;}

.post-author_link {
  margin-top: 1.5em;
}
.post-author_gravatar img, .postauthor_gravatar img {
background: rgba(255,255,255,0.3);margin-right:0px;margin-bottom: 10px;
-webkit-border-radius: 0%;
-moz-border-radius: 0%;
border-radius: 0%;
  padding: 0px;
}
@media(max-width:991px){
.ms_PostsBlock3 {margin-bottom:32px;}
.post_block_3.Style4 .big-post {margin-bottom:12px;}
.social {
  gap: 16px;
}
.tax-product_cat .parallax-image {min-height: 40%;
min-height: 60vh!important;}
.single .post-author {margin-top:10px;margin-bottom:50px;}
.post-author-box {gap: 0px;padding:30px 0px;}
.author-column {flex: 1 1 100%;}
.post-author-box,.post-author_h {
  text-align: center;
}
.author .post-author-box {gap: 20px;}
.author .post-author_desc {padding: 0px 0px;}
}

/* Recent author posts */
#recent-author-posts {
  margin-bottom: 3em;
}
/* Recent author comments */

/* FAQs Page
---------------------------------------- */
.faq-list_h {
  position: relative;
  margin: 0;
  padding: 0 0 5px 28px;
  background: none;
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.faq-list_body {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 0 28px;
  color: #888;
}
.faq-list_body .marker {
  top: 3px;
}
.faq-list .marker {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 15px;
}
/* 404 Error Page
---------------------------------------- */
.container.error404-holder {
  max-width:900px;margin:auto;text-align: center;
}

.container.error404-holder .error404-holder_num h1 {
  text-align: center;
  font-size: 10rem;
 line-height: 1;

}


/* Archive Page
---------------------------------------- */
/* #Post
================================================== */
.post__holder {
  position: relative;
  margin: 0px;
  z-index: 0;

} 

.post__holder.single-post {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.post .sticky {
  position: relative;
  z-index: 9;
}
@media (max-width: 480px) {
  .post .featured-thumbnail {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .post .featured-thumbnail.large {
    width: auto;
  }
}

.post_content .excerpt,
.post_content .full-post-content {
  margin-bottom: 1.5em;
}

.post_footer {
  clear: both;
  padding: 15px 0 0 0;
}
.post_meta {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: .9em;
   text-align:right;
  color:#a0a0a0;
}
.post_meta a{
color:#a0a0a0;
}
.post_meta a:hover{
color:#333333;
}
.post_meta ul{
list-style-type: none;
margin: 0px 0px 0px 0px;
padding-right: 0px;
}
.post_meta span {
  line-height: 28px;
  padding-right: 0px;
}
.post_meta .post_permalink {
 
  padding-right: 0;
}
.post_meta i {
  font-size: 16px;
  margin-right: 10px;
  color: #cbcbcb;
}
.post_meta .pull-right {
  padding-right: 0;
  padding-left: 0px;
}
/* Post Formats
---------------------------------------- */
/* Quote Post */
.quote-wrap {
  color:#000000;
}
.format-quote .post_meta {
  padding-top: 25px;
}
.format-quote blockquote, .link-image .link-wrapper {
padding: 60px 40px;margin: 0;
}
.post__holder.format-quote {margin: 0;}
.format-quote blockquote p {position: relative;margin-bottom: 0;}
.format-quote cite,.link-wrapper .responsive,.link-wrapper .responsive a {
display: block;
text-align: center;
font-size: 15px;
color: #bbb;
width: 100%;
font-weight: 400;
font-style: normal;
}
blockquote:not(.has-text-color) cite {
color: #bbb;
}
.grid-block blockquote, .grid-block .link-image .link-wrapper {padding: 60px 30px;}
/*/ Quote Post */
/* Post gravatar */p.gravatar {
  float: left;
  margin-right: 20px;
}
/* Post edit link */
/* Related Posts */
.related-posts {
overflow: hidden;
text-align: center;
margin: 0;
padding: 0px;
}

.related-posts .hs {
display:none;
}
.related-posts .featured-thumbnail {
  float: none;
  overflow: hidden;
}

/*/ Related Posts */
/* Share buttons */
.bottom-meta {text-align: center;border-bottom: 1px solid #eee;padding: 20px 0px 25px 0;overflow: hidden;margin-top:30px;}
.align-items-center .bottom-meta {border:0;}
.bottom-meta .meta-container {

display: flex;
align-items: center;
justify-content: space-around;
}
.meta-container .full-width {width:100%;}
.affiliate-active .bottom-meta {padding: 10px 0px 25px 0;margin: 0px 0 20px 0;}

.bottom-meta .meta-space-top, .bottom-meta:not(.sharesimple) .share-buttons {margin: 0px;flex: 1 1 33%;}
.bottom-meta .share-buttons.full-width {width:100%;}
.share-buttons .twitter {
    position: relative;
    
    padding-left: 0px;
	}
.share-buttons .heart {position:relative;}
.share-buttons .heart span {
display: block;
width: 17px;
height: 17px;
position: absolute;
color: #fff;
line-height: 17px;
top: -8px;
right: -13px;
background-color: #f26367;
border-radius: 50%;
font-size: 10px;
  text-align: center;
  font-family: Arial;
}

.bottom-meta.text_right  {
display: flex;
align-items: center;
justify-content: right;
flex-direction: row;
}
.bottom-meta.text_right .meta-space-top::after, .bottom-meta.text_left .meta-space-top::after {
  content: '\b7';
  margin-left: 8px;margin-right: 8px;
  display: inline-block;
}
.bottom-meta.text_left  {
display: flex;
align-items: center;
justify-content: left;
flex-direction: row;
}


.bottom-meta.text_right .shareon::after,.bottom-meta.text_left .shareon::after {
  content: "";
  width: 18px;
  display: inline-block;
  margin: 0px 0px 0px 10px;
  height: 100%;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #ddd;
  left:unset;
}
.bottom-meta.text_right .shareon,.bottom-meta.text_left .shareon {
display: inline-block;
  padding: 0px 10px 0 0;
  margin: 0 18px 0px 0!important;
  text-decoration: none;
  position: relative;
}
.meta-space-top,.bottom-meta.text_right .meta-space-top, .bottom-meta.text_left .meta-space-top {
display:flex;
align-items: center;
flex-wrap: wrap;
}
.bottom-meta.text_right  .shareon:before, .bottom-meta.text_left .shareon:before {display:none;}
.bottom-meta.text_left .share-buttons {margin-right: 13px;width:auto!important;}
.bottom-meta.text_right .shareon, .bottom-meta.text_left .shareon {margin:0px;}

/*/ Share buttons */
/* Single pager */
.single-pager {
  margin: 0px 0 15px;
  padding: 1em;
  border: 1px solid #dedede;
  background:#ffffff;
  font-size: 15px;
}

/* Posts navigation
---------------------------------------- */
.single-next-trigger {display:none;}
.pagination__posts {
  margin: 35px;
  text-align: center;
}

/* #Widgets
================================================== */
.before-blog-widget .widget-content, .widget_underheader .widget-content,.front-page-widget .widget-content  {}
.widget_underheaderlogo {margin-top:12px;}
/* General for Widget */
.sidebar .widget {
  margin-bottom: 30px;
  position: relative;
  z-index:0;
}
.sidebar .widget.ms_aboutmebox {padding:0px!important;}
.ms_aboutmebox .thumbnail img {width:auto;max-width: 100%;margin: 0 auto;}
.ms_RecentNewsWidget .overlay-layout .post_category a, .ms_RecentNewsWidget .overlay-layout .post_category {
border: 0px!important;padding: 0px!important;
}
.ms_RecentNewsWidget .meta-space-top {justify-content: center;}
.ms_RecentNewsWidget .post-list_h h4 a,.ms_RecentNewsWidget .post-list_h h4 {text-align:center;}
.widget.ms_aboutmebox .imgcircle, .widget.ms_aboutmebox, .single-post-widget, .single-post-widget .widget-content h4.subtitle, .single-post-widget .widget-content h4.subtitle a {text-align:center;}
@media(max-width:991px){
.single-post-widget .widget-content {
padding-top: 20px!important;
  padding-left: 20px!important;
  padding-bottom: 20px!important;
  padding-right: 20px!important;
}
}
.widget.ms_aboutmebox .about-modernlayout{text-align:left;}
.promo .cover-content {padding: 0px 16px 0px 16px;background: #ffffff;}
.promo h4 {font-size: 0.9rem;}
.ms_RecentNewsWidget .overlay-layout .post-list_h h4 a, .ms_RecentNewsWidget .overlay-layout .post-list_h h4, .ms_RecentNewsWidget .overlay-layout .meta-space-top, .ms_RecentNewsWidget .overlay-layout .meta-space-top a, .promo.promostyle2 h4, .promo.promostyle3 h4 {color: #fff; }
.ms_RecentNewsWidget .overlay-layout .cover-wrapper:before, .promo .cover-wrapper:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    content: '';
    z-index: 1;
}

.ms_CategoryBanner .promo {margin-bottom:15px;}
.ms_CategoryBanner .promo-button {margin-bottom:8px;
display: flex;
padding: 12px 22px;
border: 1px solid #ebebeb;
font-size: 13px;
line-height: 1.8;
flex: 1;
font-weight:bold;
}
.ms_CategoryBanner .promo-button span {color:#bbb; }
.ms_CategoryBanner .banner-category-wrap .promo-button {margin-right:12px;}
.ms_CategoryBanner .banner-category-wrap .promo-button:last-child {margin-right:0px;}
.ms_CategoryBanner .promo-button a {margin-right: auto;}
.ms_RecentNewsWidget .overlay-layout .slide-no-border .cover-wrapper:before, .ms_CategoryBanner .banner-no-border .cover-wrapper:before {border:0;}
.ms_RecentNewsWidget .overlay-layout .cover:before {background: rgba(0,0,0,0.15);opacity:1;}
.ms_RecentNewsWidget .overlay-layout .cover:hover:before {background: rgba(0,0,0,0.4);opacity:1;}

.ms_CategoryBanner .cover:before {background: rgba(0,0,0,0);opacity:1;}
.ms_CategoryBanner .cover:hover:before {background: rgba(0,0,0,0.12);opacity:1;}

.ms_RecentNewsWidget .slideshow.overlay-layout .post-list_h h4 a, .ms_RecentNewsWidget .slideshow.overlay-layout .post-list_h h4, .ms_RecentNewsWidget .slideshow.overlay-layout .meta-space-top, .ms_RecentNewsWidget .slideshow.overlay-layout .meta-space-top a, .ms_RecentNewsWidget .slideshow.overlay-layout .excerpt p {color:#ffffff;}
.ms_RecentNewsWidget .overlay-layout .cover .cover-link, .promo .cover .cover-link {display: block;}
.ms_RecentNewsWidget .overlay-layout .swiper-pagination {position: absolute;width: 100%;bottom:25px; }

.promo.promostyle2 .cover-content, .promo.promostyle3 .cover-content {
    background: transparent;
}

.promo.promostyle3 .cover-content {padding: 22px 16px 22px 16px;}
.promo.promostyle3  .cover-wrapper {
justify-content: flex-end;
}
.promo .cover {overflow: hidden;}
.promo .cover img {
-o-object-fit: cover;
   object-fit: cover;
   width: 100%;
}
.promo .cover img, .promo .cover:hover h4, .promo .cover .cover-content  {
transition: all ease 0.5s;
}
.promo .cover:hover img {
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.promo .cover:hover h4 {
color: #ffffff;
}

.promo .cover:hover .cover-content {
    background: #222222;
}	
.promo-notice {text-align:center;padding:30px;background:#f9f9f9;margin:20px 0px;}
.sidepanel .widget, .footer .widget {
  padding: 0px;margin-top: 10px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.sidepanel .widget_search .search-form {padding: 0px;}
.sidepanel .mobile-logo {padding: 0px 0px 20px 0px;}
.sidepanel .mobile-logo img {max-width: 50%;}
/* Standard Widgets
---------------------------------------- */
/* Calendar */
#calendar_wrap {
  padding: 0;
}
#wp-calendar {
  width: 100%;border-width: 0;border-collapse: collapse;
}
.widget_calendar tbody a {
	background-color: #222;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #eeeeee;
	color: #222222;
}
#wp-calendar td {
  padding: 0;
  line-height: 40px;
  border: none;
  text-align: center;
  border: 1px solid #f7f7f7;
  border-width: 0 1px 1px 0;
}
#wp-calendar caption {
 margin-bottom: 5px;
padding: 4px 0;
color: #bbb;
font-weight: normal;
font-size: 12px;
text-align: center;
text-transform: uppercase;
}
#wp-calendar thead {border-left: 1px solid #f7f7f7;}
#wp-calendar thead th {
  padding: 7px 0;
  background: #f7f7f7;
  text-align: center;
  font-size: 14px;
  border: 0;
  font-weight: normal;
}
#wp-calendar tbody {border-left:1px solid #f7f7f7;}
#wp-calendar .pad {
  border: 0px;
}
#wp-calendar #prev {
  text-align: left;
  border: 0px;
}
#wp-calendar #next {
  text-align: right;
  border: 0px;
}
button, input, select, textarea {
    max-width: 100%;
}
.widget_nav_menu.accordion-nav ul li a {display: block;
font-size: 13px;
line-height: normal;
padding: 12px 0px;}
.widget_nav_menu.accordion-nav ul li {padding: 0;}
.widget_nav_menu.accordion-nav .accordion-btn-wrap {line-height:40px;}
.widget_nav_menu a {
	border: 0;
}
.widget_categories ul
{ margin:0;padding: 0;}
.widget_categories li{padding-right: 13px;
display: block;
list-style-type: none;
}
.top-container .widget_categories li, .header .widget_nav_menu li {display: inline-block;list-style-type: none;border: 0;padding: 0 8px 0 0;}
.widget_categories li span{float: right;color: #bbb;}
.widget_nav_menu ul {
	list-style: none;
	margin: 0;text-align: left;
}

.widget_nav_menu li {
	border-top: 1px solid #f6f6f6;
	padding: 0.7667em 0;
}

.widget_nav_menu li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_nav_menu li:last-child {
	padding-bottom: 0;
}

.widget_nav_menu .sub-menu {
	border-top: 1px solid #f6f6f6;
}
.widget_nav_menu .sub-menu li a {
	margin-left:12px;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive li {color: #bbb;}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}
.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;text-align: left;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

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

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

/* Custom Widgets
---------------------------------------- *//* Custom Recent Comments */
.comments-custom li {
  overflow: hidden;
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #eeeeee;
  background: none;
}
.comments-custom li:first-child {
  padding-top: 0;
  border-top: none;
}
.comments-custom_txt {
font-size: 85%;
}
.comments-custom_txt a {
  text-decoration: none;
}
.comments-custom_txt a:hover {
  text-decoration: underline;
}
.comments-custom_h {
  margin-bottom: .1em;
}
.label, dt, kbd kbd, label {
    font-weight: 400;
}

/*/ Custom Recent Comments */
/* Posts List */
.post-list .link {
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
}
.post-list li {
  overflow: hidden;
 margin-bottom: 12px;padding-bottom: 20px;border-bottom: 1px solid #f9f9f9;
}
.post-list-inner {
position: relative;
padding: 0px;
} 

.post-list .para {
 
    padding: 10px 0px 0px 0px;
}
.post-list li:last-child {
margin-bottom: 0px;
}
.post-list li:first-child {
  padding-top: 0;
}
.post-list .excerpt {
  
}
/*/ Posts List */

/* Banners widget
---------------------------------------- */
.banners_li {
  display: inline-block;
  margin: 6px 0px 6px 6px;
}
.banners_img {
  width: 125px;
  height: auto;
}
/*/ Banners widget */

/* #Shortcodes
================================================== */
.clients .heading-entrance  p { color:#4e4e4e;}
.heading-entrance {width:70%; text-align:center; margin: 40px auto; text-transform:uppercase;}
.heading-entrance  h5 { font-weight:700;}
.heading-entrance  p { color:#999999; line-height:20px;}
.heading-entrance  .hr {
overflow: hidden;
margin: 15px auto;
height: 1px;
background: #e0e0e0;
font-size: 0px;
line-height: 0;
width: 40%;
}
/* Recent Posts Shortcodes
---------------------------------------- */
/* Recent Posts Default */
.recent-posts {
  overflow: hidden;
  margin: 0 0 0 -20px !important;
  padding: 0;
  border: none;

}
.recent-posts_li {
  margin: 0 0 20px 20px;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}
.recent-posts_li .featured-thumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.recent-posts_li h5 {
  margin-bottom: 0;
  font-size: 1em;
}
.recent-posts_li .excerpt {
  margin-bottom: 1.5em;
}
.recent-posts_li .meta {
  display: block;
  overflow: hidden;
  margin-bottom: .5em;
  color: #888;
  text-transform: uppercase;
  font-size: 10px;
}
.recent-posts_li .post-date {
  float: left;
}
.recent-posts_li .post-comments {
  float: right;
}
.recent-posts .format-image {
  float: left;
  margin: 0 20px 20px 0;
}
.recent-posts .format-audio {
  margin-bottom: 2em;
}
.recent-posts .format-audio .audio-wrapper {
  margin-bottom: .5em;
}
.recent-posts .format-video {
  float: left;
  width: 300px;
}

/* Posts Grid
-----------------------------------------*/
.teampos {font-size:70%; color:#929292;} 
.posts-grid {
  margin: 0; text-align:center;
}
.posts-grid li {
  margin-bottom: 25px;
}
.posts-grid .featured-thumbnail-grid {
  margin: 0;
}
.posts-grid .featured-thumbnail-grid img {
  width: 100%;
}

/* Native WordPress Gallery
---------------------------------------- */
/* The Gallery container (div) */
.gallery {
  margin: 0 auto;
}
.gallery img {
  border: none !important;
}
.gallery .gallery-caption {
  padding: 0;
  margin: 0;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/*/ Native WordPress Gallery *//* #Footer
================================================== */

/* Footer widget */
/* Footer navigation */
nav.footer-nav {
    float: none;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  nav.footer-nav {
    float: none;
  }
}
@media (max-width: 767px) {
  nav.footer-nav {
    float: none;
  }
}
nav.footer-nav ul {
    padding: 0px;
    float: none;
    margin: 0px 0 0 0;
    text-align: left;
}

@media (max-width: 767px) {
  nav.footer-nav ul {
    float: none;
    text-align: center;
  }
}
nav.footer-nav ul .sub-menu {
  display: none;
}

nav.footer-nav ul li {
    float: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}

.nav.footer-nav a {padding: 0px 6px;}
@media (min-width: 768px) and (max-width: 979px) {
  nav.footer-nav ul li {
    float: none;
    display: inline;
    padding: 0 0px;
  }
}
@media (max-width: 767px) {
  nav.footer-nav ul li {
    float: none;
    display: inline;
    padding: 0 5px;
  }
}
nav.footer-nav ul li a {
  text-decoration: none;
}
nav.footer-nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
nav.footer-nav ul li.current-menu-item a {
  text-decoration: none;
}
/* Copyright */
.copyright {
  padding: 0; 
  margin-top: 0px;
}
.copyright-handle {
 padding: 10px 0 10px 0;
 color:#7a7a79;
  
}
/* Footer text */
.iscolumn .footer-text {
text-align:right;
}
.nocolumn .footer-text {
text-align: center;
}
@media (max-width: 767px) {
  .footer-text {
    text-align: center;
  }
}
/* #Misc
================================================== */
/* Button */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  background: none;
  margin-right: 0.25em;
}
/* Label */
.label [class^="icon-"],
.label [class*=" icon-"] {
  background: none;
  margin-right: 0.25em;
}
/* Image styling */
.alignleft {
  float: left;
  margin: 0px 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0px 0 10px 20px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 10px;
}

.thumbnail .alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignnone, a img.alignnone {
  margin: 0px 0px 32px 0;
}

article .post-content img {
  max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;display: none;
}

.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. */
}
/* Image caption */
.wp-caption {
	background: #ffffff;
	margin-bottom: 1.625em;
	max-width: 100%;
	padding: 0px;
	margin-top: 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 13px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 9px 0 5px 0px;
	position: relative;
	text-align:center;
}

/* Featured thumbnail */
.featured-thumbnail {
  position: relative;
  float: left;
  overflow: hidden;
  
}
.featured-thumbnail a {
  position: relative;
  display: block;
}
.featured-thumbnail.large {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
.single .featured-thumbnail.large {
  margin:0 auto;
}
.single .post-carousel .featured-thumbnail.large {
    margin-bottom: 0px;
	}
.featured-thumbnail.large img { 
  height: auto;width: 100%;
}
.image-wrap {position: relative;}
.post-circle {text-align:center;}
.post-circle img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background:#ffffff;
}

/* Frame styling */.frame {
  padding: 7px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.frame img.alignleft,
.frame img.alignright {
  margin: 0;
  padding: 0;
  border: none;
}
/* List styling */
.list > ul ,ul[class^="is-style-styled-"],ol[class^="is-style-styled-"] {
  margin: 0;
}
.list.unstyled > ul,ul.is-style-styled-unstyled  {padding: 0;}
.list.unstyled > ul li,ul.is-style-styled-unstyled li {
  margin: 0 0 .5em 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}
.list.unstyled > ul li:before, ul.is-style-styled-unstyled > li:before {
  display: none!important;
}
.list.styled > ul, ul[class^="is-style-styled-"] {
  margin: 0;
  padding: 0px;
}
ol[class^="is-style-styled-"] {
  margin: 0;
  padding: 0px 0px 0px 12px;
}
ol[class^="is-style-styled-"] {padding: 0px 0px 0px 36px;}
.list.styled > ul li,ul[class^="is-style-styled-"] > li {
  position: relative;
  margin: 0 0 .5em 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}
.list li {
  position: relative;
}
ul[class*="is-style-styled-"] {list-style: none;padding: 0px;margin-left:0px;}
.list li:before, ul[class*="is-style-styled-"] li:before, ol[class*="is-style-styled-"] li:before {
  display: inline-block;
  margin-right: 12px;
  content: attr(data-icon);
  font-family: 'FontAwesome';
  line-height: 14px;
  speak: none;
}
ol[class*="is-style-styled-"] li:before {margin: 0px 26px 0px -36px;}
/* Check List */
.list.check-list > ul li:before, ul.is-style-styled-check-list > li:before, ol.is-style-styled-check-list > li:before {
  content: "\f00c";
}
/* Check2 List */
.list.check2-list > ul li:before, ul.is-style-styled-check2-list > li:before, ol.is-style-styled-check2-list > li:before  {
  content: "\f05d";
}
/* Arrow List */
.list.arrow-list > ul li:before, ul.is-style-styled-arrow-list > li:before, ol.is-style-styled-arrow-list > li:before {
  content: "\f105";
}
/* Arrow2 List */
.list.arrow2-list > ul li:before, ul.is-style-styled-arrow2-list > li:before, ol.is-style-styled-arrow2-list > li:before {
  content: "\f061";
}
/* Circle List */
.list.circle-list > ul li:before, ul.is-style-styled-circle-list > li:before, ol.is-style-styled-circle-list > li:before {
  content: "\f10c";
}
/* Plus List */
.list.plus-list > ul li:before, ul.is-style-styled-plus-list > li:before, ol.is-style-styled-plus-list > li:before  {
  content: "\f067";
}
/* Minus List */
.list.minus-list > ul li:before, ul.is-style-styled-minus-list > li:before, ol.is-style-styled-minus-list > li:before {
  content: "\f068";
}

/* Back to Top */
#back-top-wrapper {
  position: fixed;
  right: 10px;
  bottom: 67px;
  overflow: hidden;
  z-index: 99997;
}
#back-top {
  display: none;margin:0;
}
#back-top a {
  display: block;
  width: 40px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#back-top a:hover span {
color: #fff;
  background-color: #000000;
}
/* arrow icon (span tag) */
#back-top span {
color: #000;
font-size: 22px;
line-height: 50px;
  display: block;
  margin-bottom: 0px;
  width: 40px;
  height: 50px;
  background: #ffffff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
/* arrow icon (span tag) */

/*// Back to Top */
/* Tabs */
.tabs-wrapper {
  margin-bottom: 20px;
}
/* Dropcap */
.dropcap {text-align:justify!important;}
.dropcap:first-letter {
		float: left;
font-size: 65px;
padding: 0px;
line-height: 1;
display: block;
text-align: center;
margin-right: 14px;
margin-top: 0px;
	}
.dropcap.big:first-letter {
color:#222222;
font-size: 8.5em;
margin-right: 20px;
	}
.dropcap.bl:first-letter {
		background: #222;
		color: #fff;padding: 18px 12px;
	}
	
 .dropcap.wh:first-letter {
		background: #fff;
		color: #000;padding: 18px 12px;
		border:0px solid #eeeeee;
	}
 .dropcap.whbr:first-letter {
		background: #fff;
		color: #000;padding: 18px 12px;
		border-right:2px solid #222222;
	}
 .dropcap.whb:first-letter {
		background: #fff;
		color: #000;padding: 18px 12px;
		border:2px solid #222222;
	}
.post-inner .has-drop-cap:first-letter {
font-size: 65px;
padding: 0px;
line-height: 1;
display: block;
text-align: center;
margin-right: 18px;
margin-top: 0px;
font-weight: 500;
	}
.post-inner .has-drop-cap.is-style-big:first-letter {
font-size: 8.5em;
margin-right: 20px;
	}
.post-inner .has-drop-cap.is-style-bl:first-letter {
		background: #222;
		color: #fff;padding: 18px 18px;
	}
	
.post-inner .has-drop-cap.is-style-wh:first-letter {
		background: #fff;
		color: #000;padding: 18px 18px;
		border:0px solid #eeeeee;
	}
.post-inner .has-drop-cap.is-style-whbr:first-letter {
		background: #fff;
		color: #000;padding: 18px 18px;
		border-right:2px solid #222222;
	}
.post-inner .has-drop-cap.is-style-whb:first-letter {
		background: #fff;
		color: #000;padding: 18px 18px;
		border:2px solid #222222;
	}
/* Horizontal Rule */
.hr {
  overflow: hidden;
  margin: 30px 0px;
  height: 1px;
  background: #eee;
  font-size: 0;
  line-height: 0;
}

.sm_hr {
  overflow: hidden;
  margin: 20px 0px;
  height: 1px;
  background: #eee;
  font-size: 0;
  line-height: 0;
}
/* Spacer */
.spacer {
  overflow: hidden;
  height: 2rem;
  font-size: 0;
  line-height: 0;
}
.spacer-small {
overflow: hidden;
  height: 25px;
  font-size: 0;
  line-height: 0;
}
.remove-spacer .spacer {display:none;}
/* Diviver */
.vertical-divider {
  margin-left: 20px;
  padding-left: 40px;
  border-left: 1px solid #f5f5f5;
}
/* Text Highlight */
.text-highlight {
  padding: .04em .2em;
  background-color: #28a0ff;
  color: #fff;
}
/* Code */
code.block {
  display: block;
}
code.code-indent {
  display: block;
  margin: 20px 0;
}
code,
pre {
  margin-bottom: 20px;
}
/* Google Map */
.google-map {
  margin-bottom: 20px;
  background-image: url(images/loading-map.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/*Form Elements */
input {
  outline: none;
}
input:focus {
  outline: none;
}
input.btn:focus {
  outline: none;
}

/* Contact form */
.wpcf7-form p.field {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  vertical-align: top;
}
.wpcf7-form p.field input {
  margin: 0;
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wpcf7-form p.field small {
  color: red;
}

.wpcf7-form input[type="file"] {
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
  -moz-opacity: 0;
}
.wpcf7-form textarea {
  width: 100%;
 height: 140px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
}
.wpcf7-form .submit-wrap {
  margin: 0;
  padding: 0;
}
.wpcf7-form .submit-wrap input {
  margin-right: 10px;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label {display: block;}
.wpcf7-form br { display: none; } 
.wpcf7-not-valid-tip {
  position: relative;
  top: 10px;
  bottom: 0;
  left: 0px;
  padding: 10px 8px;
  width: auto;
  height: auto;
  border: 1px solid #EED3D7;
  color: #B94A48;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.wpcf7-response-output {
  margin: 20px 0;
  padding: 8px 35px 8px 14px;
  border: 1px solid #FBEED5;
  background-color: #ffffff;
  color: #C09853;
}
div.wpcf7-validation-errors {
  background-color: #ffffff;
  border-color: #EED3D7;
  color: #B94A48;
}
div.wpcf7-mail-sent-ok {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  color: #468847;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .wpcf7-not-valid-tip {
    font-size: 11px !important;
  }
}
/* VIDEO */
.video-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
iframe {max-width:100%;}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.extra-wrap {
  overflow: hidden;
}
/* Adding relative position for grid columns */
[class*="span"] {
  position: relative;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.read-more a:hover{
background:#0090ff;
color:#ffffff;
font-size:14px;
text-align:center;
text-decoration:none;
padding-left:12px;
padding-right:12px;
border: 1px solid #0090ff;
 -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-bottom:8px;
padding-top:8px;
}
.read-more a{
background:#ffffff;
color:#898989;
font-size:14px;
text-align:center;
text-decoration:none;
padding-left:12px;
padding-right:12px;
padding-bottom:8px;
padding-top:8px;
border: 1px solid #ffffff;
 -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.clearfix {
	float: none;
	clear: both;
}

.footer_heading h4{
border-bottom: 1px solid #eeeeee; margin-bottom: 20px;text-align:center;padding-bottom: 16px;
}

#googlemap {
width:100%;
}
.pinterest img {vertical-align:top;}

.post_date { color: #000000; font-size:35px; margin-bottom:20px; padding:0px 0px 0px 0px; text-align:left;}
.post_date span{color:#dddddd; display: block; font-size: 40px; line-height: 60px; text-align: right; }
.post_date span:after {
	position: absolute;
	content: no-close-quote;
	right: 72px;
	top: -8px;
	height: 100px;
	width: 1px;
	background: #dddddd;
	display: inline-block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.text-center {text-align:center;}
.posts-grid h5 a {color:#000000;}
.posts-grid h5 a:hover {color:#afafaf;}
.header_follow {display:inline-block; float:left; }

.normal-page {padding-top:50px; padding-bottom:50px;}

.white {
background:#ffffff;
height: auto;
padding: 50px 0px;
}

.excerpt { padding-left: 0px; padding-right: 0px; }
.footer-widgets {text-align:center;}
.footer-widgets .social a {color:#ffffff; opacity:0.5;}
.footer-widgets .social a:hover {color:#ffffff;opacity:1;}
.footer-widgets .social i {font-size:4em;}

.post_title_grid {border-bottom:1px solid #eeeeee; padding-bottom: 15px;position: relative;
width: 90%;
margin: -70px 0 0 5%;
background: #fff;
padding: 20px;}
.post_title_grid  time {font-size:0.7em;color: #999;}
.post_title_grid a{color:#000;}
.post_date_grid  span{color: #cccccc;}
.post_date_grid {color: #282d30;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
padding: 15px;
line-height: 36px;
position: absolute;
top: 0px;
right: 0px;}
.post_excerpt_grid {padding-top: 17px; padding-bottom: 17px;}
.featured-thumbnail-grid {margin: 0px; overflow: hidden; display: block;}
.services-grid h5 {text-transform: uppercase; margin-top: 25px; }

#before-footer {background:#fafafa; border-top: 1px solid #e6e6e6; text-align:left; padding:50px 0 50px 0; margin:0px 0 0 0;}
#before-footer  h3{font-weight:200;}
.hero-unit h5 {font-weight: 600;}

/* Top Search */

.sb-search {
	position: relative;
	width: 100%;
}

.sb-search-input {
	border: 0!important;
	outline: 0!important;
	background: transparent!important;
	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px!important;
	font-size: 1.2em!important;
	height: 68px !important;
line-height: 68px!important;
font-weight: 300!important;
text-align: left;

}
.closeit {position:absolute;top: 22%;
  right: 0; padding: 10px;font-size:1.2rem;color:#ccc;z-index:999999}
.top-panel22 {display:none;
  padding:20px 42px;
  text-align: left;
  position:absolute;
  margin:0;
  width:100%;
  z-index:99999;
  background-color:#f9f9f9;}
.sb-search-input::-webkit-input-placeholder {
	color: #666666;
}

.sb-search-input:-moz-placeholder {
	color: #666666;
}

.sb-search-input::-moz-placeholder {
	color: #666666;
}

.sb-search-input:-ms-input-placeholder {
	color: #666666;
}
.sb-search-input:placeholder-shown {
	color: #666666;
}

.sb-icon-search,
.sb-search-submit  {
	width: 20px!important;
	height: 20px;
	display: block!important;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 0px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	
	color: #dbdbdb;
	z-index: 90;
	font-size: 1.2em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {

	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.fixed_header {position:fixed;}

.custom-search-form .search-query {
width: 100%;
margin-bottom: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding-right:52px;
}
.custom-search-form .input-append {position:relative;display:flex;}
.custom-search-form button {
border: 0;
background: none;
padding: 2px 16px;
color:#dbdbdb;
position: absolute;
right: 0;
top:0;
margin-bottom: 0;
}
.search-query:focus + button {
z-index: 3;
}
.footer,.sidebar {position:relative;}
.editor-link {
position: absolute;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
  color: #ffffff;
  bottom: -38px;
  font-size: 12px;
  text-transform: uppercase;
  background: #524cff;
  padding: 4px 12px;
  height:38px;
  line-height:1.2;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0px 8px 8px;
}
.footer .editor-link  {
bottom: auto;
top: -38px;
border-radius: 8px 8px 0px 0px;
}
.sidebar .editor-link  {
border-radius:  8px;
left: 0;
top: 220px;
-webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
-webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
}
.sidepanel .editor-link  {
border-radius:  0px 0px 8px 8px; 
left: 18px;
top: 50%;
-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
-webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
}
.editor-link i {margin-right:5px;}
.header:hover .editor-link, .footer:hover .editor-link, .sidebar:hover .editor-link,.sidepanel:hover .editor-link {opacity: 1;color: #ffffff;}
.elementor-editor-active .editor-link {display:none;}
.footer .logo {
    margin: 40px 0 40px 0;text-align:center;
}

.footer .logo a {color:#666;}
.footer .logo_tagline {color:#666;}
.white-page,
.span8 .type-page, .no-results {
padding: 30px;
margin-bottom:20px; text-align: center;
}
.no-results h1 {text-align:center;}
.social__row a {color:#dddddd;}
.social__row a:hover {color:#222222;}
.audio-wraper {
margin: 0px 0px 0px;min-height: 80px;position: relative;}
.norm {margin-right: 15px;}
.post-password-form {text-align:center;}
.pagelink {
display: block;
text-align: center;
color: #a0a0a0;margin: 30px 0;
}
.pagelink a {
    border: 1px solid #dddddd !important;
background-color: #ffffff !important;
color: #bbbbbb !important;
}
.pagelink a, .pagelink > span {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 3;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 3em;
	color: #fff;
	border: 1px solid #222;
	background: #222;
}
.pagelink > .page-links-title {
    border: 0;
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
	background: none;
color: #222;
}
  .percent {
    z-index: 2;
    display: inline-block;
    top: 0;
    left: 0;
	width:100%;
    position: absolute;font-weight: bold;
}
.percent.showpercent:after {
    content: '%';
    margin-left: .1em;
}

.page-template-page-faq-php h4 {margin:25px 0 20px 0;}
.sticky-smart{position:absolute}.sticky-smart-parent{position:relative}.sticky-smart.sticky-smart-active{z-index:1048;padding:.5rem 15px;-webkit-box-shadow:0 0 2rem rgba(0,0,0,.15);box-shadow:0 0 2rem rgba(0,0,0,.15);-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;margin:0}.sticky-smart-placeholder,.sticky-smart.sticky-smart-active.sticky-smart-invisible{opacity:0;visibility:hidden}.sticky-smart.sticky-smart-active.sticky-smart-background{background-color:#fff}

.stickyin {
    font-size: 14px;
    bottom: 8px;
    position: relative;}
.widget .menu > li:after {content: ''; margin-left:0px; }
.widget .sub-menu ul li {margin-left:10px;}
.tagcloud {display:block;}
.tagcloud a {display:inline-block;
	padding:0px 10px;
	margin: 0 0 4px 0;
	text-decoration:none;
	font-size: 12px !important;color: #555;
}
.tagcloud h5 {display:inline-block;
	padding:0px 10px 0px 0px;
	margin: 0 14px 4px 0;
	text-decoration:none;
	font-size: 11px;
	position:relative;
text-transform: uppercase;
font-weight: 700;
}
.tagcloud h5::after {
  content: "";
  width: 18px;
  display: inline-block;
  margin: 0px 0px 0px 10px;
  height: 100%;
  position: absolute;
  top: 50%;
  height: 1px;
  background:#ddd;
}
.tagcloud a::before {
    content: '#'; 
}
.single .tagcloud {padding: 30px 0px 0;border-top: 1px solid #eee;margin-top: 30px;text-align:center;}
.widget_tag_cloud .tagcloud {border:0px;}
.single .tagcloud a {border-color: transparent;}
.post__holder .tagcloud a {margin-right:4px;}
.widget-content h4.subtitle {border-bottom: 1px solid #eee;
padding-bottom: 14px;
margin: 0 0 14px 0;position: relative;}

.widget-content h4.subtitle:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    bottom: -6px;
    left: 50%;
    border-top-color: transparent;
    border-width: 6px;
    border-bottom: 0;
    margin-left: -6px;
    z-index: 5;
	content: "";
position: absolute;
}
.widget-content h4.subtitle:after {
width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    bottom: -5px;
    left: 50%;
    border-width: 6px;
    border-bottom: 0;
    margin-left: -6px;
    z-index: 6;
	content: "";
position: absolute;
}

.slideshow-cap {text-align: center;position: absolute;width:100%;padding: 22px;background: rgba(255,255,255,0.90);left: 0;bottom: 0;margin: 0;color: #222;font-size: 14px;display:block;}
.slideshow {word-wrap: normal;}
.top-slideshow {}
.slideshow-desc {
position:absolute;bottom:0;left:0;width: 100%;height: 40%;z-index:5;
}
.slideshow-container {
display: table;width: 100%;height: 100%;text-align:center;
}
.slideshow-box {
display: table-cell;vertical-align: middle;
}
.slideshow-desc-box {
display: block;margin: 0px auto;width: 91%;
}
.thick_line .widget-content {border:1px solid #222!important;padding: 10px;}

.related-content .post-list-inner {border:0;padding: 20px;}
.post-comments-footer { text-align: center;font-size: 0.95em;
letter-spacing: 0em;display: inline;}
.post-comments-footer span {
color: #a1a1a1;
}
.ms-likes:before {margin-right: 6px; font-family: 'FontAwesome'!important; content:"\f08a";}
.ms-likes:hover:before,
.ms-likes.active:before {
	font-family: 'FontAwesome'; content:"\f004";
	color:#efa48d;
}

.widget_underfooterlogo {border-top: 1px solid #eee;padding-top: 25px;padding-bottom: 25px;}
.trending-default {
    position: relative;overflow: hidden;
}
.trending-default img, .most-commented-content img {
-o-object-fit: cover;
   object-fit: cover;
width: 100%!important;
}
.mega-menu-posts img {
-o-object-fit: cover;
   object-fit: cover;
width: 100%!important;
}
.zoom-gallery .thumb-container img {
-o-object-fit: cover;
   object-fit: cover;
width: 100%!important;

}
.mega-menu-posts .featured-thumbnail.large {margin-bottom: 0px!important;}
.ms-related-default {
    max-height:100%;
	max-width:100%;
	height:320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	margin-bottom: 12px;
}
.ms-related-default img {position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
.related-posts .meta-space-top span {margin-right: 0px;}
.related-posts .posted-on {font-size: 12px;
text-transform: uppercase;}
.ms-related-default-link {
    height: 100%;
    width: 100%;
    display: table;
}
.menu-arrows .primary-menu li.menu-item-has-children > a:after , .menu-arrows .primary-menu ul li.menu-item-has-children > a:after{
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 10px;
    font-size: 80%;
}
.menu-arrows .primary-menu ul li.menu-item-has-children > a:after {content: "\f105";position: absolute;left: auto;right: 15px;}
.menu-arrows .primary-menu li.menu-item-has-children span.sub {margin-right: 20px;}
.primary-menu .mega-container {position: relative;
display: flex;width: 100%;}
.primary-menu .loading .mega-menu-posts:before {
	content: "\e863";
	font-family: ms-social;
	-webkit-animation: fa-spin 0.9s infinite linear;
	animation: fa-spin 0.9s infinite linear;
	position: absolute;
	top: 50%;
left: 50%;
	z-index: 99;
	color:#ccc;
	font-size: 30px;
	line-height: 30px;
margin-top: -30px;

}
.primary-menu .loading .mega-menu-posts:after {
z-index: 98;position: absolute;top:0;left:0;width:100%;height:100%;content:'';opacity:1;
}
/* AUDIO */
.audio-wrap {
position: relative;
width: 100%;
display: block;
padding: 30px 10px 30px 10px;
border-bottom: 1px solid #eee;
background: #fff;margin: 0 auto;
}
.audio-title, .audio-artist {display:inline-block;}
.audio-title:after { content: '/';margin-left:4px;color: #ddd;}
.audio-meta {
    position: absolute;
    z-index: 99;
    color: #222;
    left: 4.9em;
    font-size: 11px;
    top: 8px;
}
.audio-artist {margin-left:4px;}
/* audioplayer */
.audioplayer
{
	
	color: #222;
	position: relative;
	z-index: 1;
	background: #fff;
}
	.audioplayer-mini
	{
		width: 2.5em; /* 40 */
		margin: 0 auto;
	}
	.audioplayer > div
	{
		position: absolute;
	}
	.audioplayer-playpause
	{
		width: 2.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #fff;
		}
		.audioplayer-playpause a
		{
			display: block;
		}
		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			width: 0;
			height: 0;
			border: 0.4em solid transparent; /* 8 */
			border-right: none;
			border-left-color: #222;
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.3em 0 0 -0.25em; /* 8 4 */
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 0.7em; /* 12 */
			height: 0.7em; /* 12 */
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.375em 0 0 -0.375em; /* 6 */
		}
			.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				width: 40%;
				height: 100%;
				background-color: #222;
				content: '';
				position: absolute;
				top: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0;
			}
	.audioplayer-time
	{
		width: 4.375em; /* 70 */
		height: 100%;
		text-align: center;
		z-index: 2;
		top: 0;
		font-size: 11px;
	}
		.audioplayer-time-current
		{
			right: 7.4em; /* 40 */
		}
		.audioplayer-time-duration:before { content: '/';margin-right:8px;color: #ddd;}
		.audioplayer-time-duration
		{
			right: 3.5em; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0.5em;
			}
	.audioplayer-bar
	{
		height: 0.375em; /* 14 */
		background-color: #eee;
		cursor: pointer;
		z-index: 1;
		top: 50%;
		right: 9.875em;
left: 2.5em;
		margin-top: -0.138em; /* 7 */
	}
		.audioplayer-novolume .audioplayer-bar
		{
			right: 6.975em; /* 70 */
		}
		.audioplayer-novolume .audioplayer-time-current{
			right: 4em; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
		.audioplayer-bar-loaded
		{
			background-color: #333;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: #efa48d;
			z-index: 2;
		}
	.audioplayer-volume
	{
		width: 2.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		right: 0;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
		}
			.audioplayer-volume-button a
			{
				width: 0.313em; /* 5 */
				height: 0.375em; /* 6 */
				background-color: #222;
				display: block;
				position: relative;
				z-index: 1;
				top: 45%;
				left: 35%;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					content: '';
					position: absolute;
				}
				.audioplayer-volume-button a:before
				{
					width: 0;
					height: 0;
					border: 0.5em solid transparent; /* 8 */
					border-left: none;
					border-right-color: #222;
					z-index: 2;
					top: 50%;
					right: -0.25em;
					margin-top: -0.5em; /* 8 */
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
					width: 0.513em; /* 5 */
					height: 0.513em; /* 5 */
					border: 0.25em double #222; /* 4 */
					border-width: 0.25em 0.25em 0 0; /* 4 */
					left: 0.563em; /* 9 */
					top: -0.063em; /* 1 */
					-webkit-border-radius: 0 0.938em 0 0; /* 15 */
					-moz-border-radius: 0 0.938em 0 0; /* 15 */
					border-radius: 0 0.938em 0 0; /* 15 */
					-webkit-transform: rotate( 45deg );
					-moz-transform: rotate( 45deg );
					-ms-transform: rotate( 45deg );
					-o-transform: rotate( 45deg );
					transform: rotate( 45deg );
				}
		.audioplayer-volume-adjust
		{
			height: 6.25em; /* 100 */
			cursor: default;
			position: absolute;
			left: 0;
			right: -1px;
			top: -9999px;
			background: #f9f9f9;
		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: auto;
				bottom: 100%;
			}
			.audioplayer-volume-adjust > div
			{
				width: 20%;
				height: 80%;
				background-color: #fff;
				cursor: pointer;
				position: relative;
				z-index: 1;
				margin: 30% auto 0;
			}
				.audioplayer-volume-adjust div div
				{
					width: 100%;
					height: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					background: #efa48d;
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}
/* Styling the columns block */
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
    color: currentColor !important;
	}
.wp-block-columns {
	margin-bottom: 20px;clear: both;
}

.wp-block-column {
	margin: 0 0 0 3%;
}

.wp-block-column:first-child {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	
/* Make the columns block responsive */
	
	.wp-block-columns {
	    display: initial;
	}

	.wp-block-columns .wp-block-column {
		margin: 0 0 10px;
	}
	
}
/* Image */
.wp-block-image .alignleft {
	margin-right: 2em;
}

.wp-block-image .alignright {
	margin-left: 2em;
}

/* Quote */
.wp-block-quote.is-style-large {
	float: none;
	max-width: 100%;
	margin-bottom: 1.5em;
	padding: 30px;
}
.wp-block-quote.is-style-large p {font-size: 50px;line-height: 1.2;}
.wp-block-quote.is-style-large p:before,.wp-block-quote.is-style-large p:after {font-size: 130px;}
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
	font-size: 0.6em;
  font-style: normal;
}
/* verse */
pre.wp-block-verse {
    color: #1e1e1e;
    white-space: nowrap;
    font-family: inherit;
    font-size: inherit;
    padding: 1em;
    overflow: auto;
	font-style: italic;
	background-color: unset;
	border: unset;
}
/* Pullquote */
.wp-block-pullquote {
	margin: 30px 0;
	border-top: 3px solid;
	border-bottom: 3px solid;
}
.wp-block-pullquote p {
    font-size: inherit;
    line-height: inherit;
}
.wp-block-pullquote.is-style-border-left {border-top: 0px solid;
border-bottom: 0px solid;
border-left: 2px solid;
padding-left: 30px;}
.wp-block-pullquote.is-style-border-right {border-top: 0px solid;
border-bottom: 0px solid;
border-right: 2px solid;
padding-right: 30px;}
.wp-block-pullquote.is-style-border-solid {border-top: 0px solid;
border: 2px solid;}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright, .isopad .wp-block-pullquote.is-style-solid-color {
	font-size: 16px;
line-height: 18px;
padding: 32px;
margin-top: 0px;
margin-bottom: 24px;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
   font-size: 27px;
line-height: 30px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {font-size: 27px;
line-height: 30px;}
.wp-block-pullquote.alignleft {
margin-right: 32px; max-width: 382px;
}
.wp-block-pullquote.alignright {
margin-left: 32px; max-width: 382px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color {
	padding: 30px 0;
	border: 0;
}

.wp-block-pullquote blockquote {
	max-width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border: 0;
	text-align: center;
}

.wp-block-pullquote cite {
	font-size: 15px;
	font-style: normal !important;
}

/* Embed */
.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-embed iframe,
.wp-block-embed .twitter-widget {
	margin: 0 auto !important;
}
a.tweet-it {
    position: relative;
    border-bottom: none;
    font-weight: 600;
    box-shadow: none;
	border-bottom: 1px solid #222;
}
a.tweet-it:before {
    top: -42px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #222;
    border-radius: 2px;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-rendering: auto;
    font-family: "ms-social";
    content: "\e81d";
    font-size: 14px;
    line-height: 30px;
    text-align: center;
	margin-left:-15px;
}
a.tweet-it:after {
    top: -12px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid #222;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
	margin-left:-4px;
}
a.tweet-it:after, a.tweet-it:before {
    position: absolute;
    display: block;
    opacity: 0;
    transition: .4s;
}
a.tweet-it:hover:after, a.tweet-it:hover:before {
 opacity: 1;
 }
/* Audio */
.wp-block-audio {
	margin-left: 0;
	margin-right: 0;
}

/* Cover Image */
.wp-block-cover {
	width: auto;
}


/* Verse */
.wp-block-verse {
	font-style: italic;
	font-size: 16px;
}

/* Media & Text */
.wp-block-media-text p {

}
.wp-block-media-text .wp-block-media-text__media {
margin: 0 0 2rem;
}
/* Archives */
.wp-block-archives.wp-block-archives-list {
	padding-left: 0;
	list-style: none;
}

.wp-block-archives select {
	font-size: 16px;
	max-width: 300px;
	height: 60px;
	padding: 0 10px;
}

/* Categories */
.wp-block-categories.wp-block-categories-list {
	padding-left: 0;
	list-style: none;
}

.wp-block-categories select {
	font-size: 16px;
	max-width: 300px;
	height: 60px;
	padding: 0 10px;
}

/* Latest Posts */
.wp-block-latest-posts {
	padding-left: 0;
	list-style: none !important;
}

/* Align Wide & Full */
@media(min-width:992px){
.container.error404-holder {
padding:100px 50px;
}
.postauthor_info.author-column {padding: 0px 90px;flex: 1.5;}
.social.twocolumns {
display: grid;
 grid-template-columns: repeat(2, 1fr);
}
.social.threecolumns {
display: grid;
 grid-template-columns: repeat(3, 1fr);
}
.post-container:not(.normal) .post-inner .alignwide {
 margin-left  : -111px;
 margin-right : -111px;
 max-width: unset;
}

.narrow.verticalshare .no-sidebar .post-inner .alignwide {
 margin-left  : -95px;
 margin-right : -95px;
 max-width: unset;
}
.alignwide {
 max-width: unset;
}
.verticalshare .no-sidebar .post-inner .alignwide {margin-left: 0px;margin-right: 0px;}
.no-sidebar .post-inner .alignfull {max-width: unset;}
.alignfull img {
        width: 100vw;
    }
}
.fullwidth-widget,#main.no-sidebar .alignfull,.fullwidth-image {
width: 99.35vw!important;
	position: relative;
	left: 50%!important;
	right: 50%!important;
	margin-left: -49.7vw!important;
	margin-right: -49.7vw!important;
	max-width: unset!important;
}
#main.no-sidebar .fullwidth-widget {
width: unset!important;
	left: unset!important;
	right: unset!important;
	margin-left: unset!important;
	margin-right: unset!important;
	max-width: 100%!important;
}
.alignfull img {
	width: 100%;
}
@media(min-width:1382px){
.page .no-sidebar .post-inner .alignwide {
 margin-left  : -111px;
 margin-right : -111px;
  max-width: unset;
}
}
.wp-block-lazyblock-bigletter { 
  
  display: flex;
  }


.post-inner .alignfull,.post-inner .alignwide  {clear: both;}
body .has-regular-font-size, body .has-normal-font-size, .has-regular-font-size, .has-normal-font-size {
    font-size: unset;
}
/* */


/* Separator */
.wp-block-separator {
	background-color: #eaeaea;
background-color: rgba(51, 51, 51, 0.1);
border: 0;
height: 1px;
margin-bottom: 1rem;
margin-top: 1rem;
}
/* */

/* Figcaption */
.post__holder figcaption {text-align:center;opacity: 0.9;border-bottom: 1px solid #eee;font-size: 0.8em;
padding-bottom: 4px;}
.single .thumbnail figcaption, .layout5 .parallax-image figcaption, .layout9 .parallax-image figcaption {line-height: 1.3;border: 0;font-size: 0.8em;padding-bottom: 4px;margin-top:0px;margin-bottom: 0px;color:#fff;position: absolute;
  bottom: 20px;
  width: 100%;text-align: right;padding-right: 30px;}
.single .thumbnail figcaption {margin-top: 0.5em;margin-bottom: 1em;}
.post_content .undercaption {margin-bottom: 0!important;font-size:12px;padding-bottom: 12px !important;
  padding-top: 5px;}
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption {
	font-size: 12px;
	}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
 height: auto;
 min-height: 1px;
}

.wp-block-gallery figcaption,
.wp-block-image figcaption {
    left: 0;
    right: 0;
}
}
.justify-text { text-align: justify; }
.has-huge-font-size,.has-large-font-size {line-height: 1.2!important;}
.has-medium-font-size {line-height: 1.6!important;}
.wp-block-gallery {margin: 0;}

.widget .widget-content {position: relative;z-index: 0;}
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button {background: #52b07e !important;border-radius: unset;text-shadow: unset;box-shadow: unset;left: 0px;}
.customize-partial-edit-shortcut, .widget .customize-partial-edit-shortcut {width: 32px;left: auto;z-index: 999;height: 42px;margin-left: 44px;}
.primary-menu .customize-partial-edit-shortcut {top: auto!important;bottom: 15px!important;}
.big-post img {width:100%;}

 /* sb instagram */
.widget_instagram-feed-widget h4 {text-align:center;margin: 0;
  padding-top: 20px;}
body .sb_instagram_header {max-width:500px;margin:0 auto!important;padding: 20px 25px !important; display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;}
 /* responsive */

@media(max-width:480px){
.st-menu:not(.custom-mobile) .st-menu-container {padding: 60px 22px 22px!important;}

.side-icons {
top: 6px!important;
}
}
@media(max-width:767px){
.logged-in.customize-partial-edit-shortcuts-shown .mobile-top-panel {
top: 0px !important;
}
.st-menu {width: 100%;}
.top-left .top_heading, .right-container .top_heading {display:none;}
.result-item .title {
  font-size: 1rem;
  line-height: 1;}
.sb-search-input {
font-size: 1rem !important;
    height: 60px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-align: left!important;
}
.top-panel22 {padding: 20px 0px;}
.closeit {right: 0px;
    top: 10%;}
.hero-section {padding:20px;}
.post_block_3 .big-post .post-header {padding: 0 0px;}

.img-responsive, .thumbnail a > img, .thumbnail > img {width: 100%;}

.underneath-two .cover-content, .ms_widget_featured_post .cover-content {padding: 30px 10px;}


.alignleft, .alignright {float: none!important;margin: 0px auto 10px auto!important;}
.wp-block-media-text, .wp-block-gallery {display: block;}
.wp-block-gallery .blocks-gallery-item {margin: 0px 0px 16px 0px;display: block;width: 100%;}
.page .title-section, .single .single-title-section {max-width: 740px;}
.left-fullheight .text-container {padding: 22px;}
.wp-block-image .alignleft {float: none;margin-right: 0;}
blockquote:not(.is-style-quote-left) {padding: 20px!important;}
.format-quote blockquote, .link-image .link-wrapper {padding: 60px 50px; }
.format-quote cite, .link-wrapper .responsive, .link-wrapper .responsive a {bottom: 20px;}
.underneath-two .cover-content {padding: 20px;top: -40px;}

.style12, .style12 .widget-content {padding: 45px 15px !important;}

blockquote {max-width: 100%!important;}
.bottom-meta .row {display:block!important;}

.form-inline .form-group {margin: 15px 0px!important;}
 
.footer .widget {margin-bottom: 32px;}


.meta-space-top .avatar {margin-right: 0px;}
.postauthor_gravatar_wrap {width: 100%;display:block;}
#hs_signup_inner .widget {padding: 55px 50px;}
.newsletter-picture {float:none;display:none!important;}
.newsletter-form {float: none;width:100%;}
.newsletter-form.left-space {justify-content: center;}

.banner-category-inline {width: 100%;margin: 0px 0px 32px 0px!important;}
.slideshow.middle-square .post_category  {
width: 100%;
border-width: 0px 0px 0px 0px;
padding: 24px 15px 8px 15px;
}
.mailchimp-container.form-inline, .banner-category-wrap {display: block !important;flex-direction: unset!important;justify-content: unset!important;align-items: unset!important;margin-left: 0px!important;margin-right: 0px!important;}
.slideshow.middle-square .slide-meta-bottom {
width: 100%;
padding: 7px 15px 24px 15px;
border-width: 0px 0px 0px 0px;
}
.style6.widget .widget-content, .style7.widget .widget-content {padding:25px 15px!important; }

.single .narrow .post-header, .single .narrow .isopad, .single .narrow .tagcloud, .single .narrow .paginaton-container, .single .narrow .related-posts, .single .narrow .comment-respond, .single .narrow .comment-holder, .single .layout8 .post-header, .page .narrow .isopad {max-width: 100%;margin-left: auto;margin-right: auto;}
.parallax-image [class^="col-"], .parallax-image [class*=" col-"]  { padding-left: 0px;padding-right: 0px;}
.parallax-image .row.paging {margin-left: 0px;margin-right: 0px;}

.ms_pullquote_right, .ms_pullquote_left, .ms_pullquote_middle {float:none!important;width:100%!important;margin-left: 0px!important; margin-right: 0px!important;border:0!important;} 

.review-box .review-score {float: none;width: 100%;margin-top: 30px;}

.grid-slideshow .cover-wrapper.slide-sub-item-large {height: 300px!important;}
.slideshow-btn {display:none;}
.middle-boxed .cover-content {width: 70%;padding: 30px;}
.logged-in .mobile-top-panel {top: 46px!important;position: absolute;}
.logged-in.elementor-editor-active .mobile-top-panel {top: 0px!important;}

.cover-wrapper.slide-sub-item-large {width:100%;border-right-width:0px!important;} 
.cover-wrapper.slide-sub-item-small {width:50%; }
.cover-wrapper.slide-sub-item-small.middle {border-bottom-width:0px!important;}
.cover-wrapper.slide-sub-item-small.last {border-top-width:0px!important;}
.slideshow.bottom .meta-space-top, .slideshow.bottom .meta-space-top a {line-height: 14px;}

.featured-portrait .meta-reading-time, .featured-portrait .post-comments, .featured-portrait .meta-views {display:none;}
.featured-portrait .post-header h2 a, .featured-portrait h2.post-title {font-size: 26px;line-height: 38px;letter-spacing: -1px;}
.featured-portrait .post-title {margin: 0px 0 0px 0;}
.featured-portrait .thumb-container, .page .featured-portrait .entry-featured {max-width: 40%;}


.single-title-section .post-header {padding:0;}
.paging .thumbnail {display:none;}


.most-commented .meta-space-top {margin: 0px 0px 0px;}


.comment {margin-bottom: 15px;}
.most-commented .most-commented-excerpt p {display: none;}

.carousel-wrap  .slideshow-desc .excerpt p {display:none;}
.carousel-wrap  .slideshow-desc {height: 50%;}

.carousel-wrap .slide-sub-item-small h2 {font-size: 18px;line-height: 18px;}
.ms-promotion-area .ms-promotion-item {margin-bottom:30px;height: 120px;}
.ms-promotion-area .ms-promotion-item:last-child {margin-bottom:0px;}
.ms-promotion-area .ms-promotion-overlay h4 {font-size:15px;line-height:16px;}
.imgs_wrapper figure, .imgs_wrapper.eight figure, .imgs_wrapper.ten figure, .imgs_wrapper.eightrows figure {width: 50%;}

figure.effect-bubba p.description {display:none; }

.parallax-image .container {max-width: 100%; }
}
@media(min-width:768px){
.verticalshare .left-sidebar .post-inner {margin-left: 0;margin-right: auto;} 
.carousel-wrap .slide-sub-item-small h2 {font-size: 18px;line-height: 18px;}

.verticalshare .post-inner .fullwidth-widget, .verticalshare .post-inner .fullwidth-image {
left: 44%;
right: 44%;
}
.verticalshare .no-sidebar .post-inner .fullwidth-widget, .verticalshare .no-sidebar .post-inner .fullwidth-image {
left: 45.5%;
right: 45.5%;
}
.narrow.verticalshare .no-sidebar .post-inner .fullwidth-widget, .narrow.verticalshare .no-sidebar .post-inner .fullwidth-image {
left: 43%;
right: 43%;
}


figure.effect-bubba p.description {display:none; }
.page .title-section, .single .single-title-section {max-width: 750px;}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.middle-boxed .cover-content {width: 60%;padding: 40px;}
.imgs_wrapper.ten figure {width: 20%;}
}
@media(max-width:991px){
#commentform input[type="submit"] {width:100%;}
.grid .block, .grid-item:not(.special-post).block {
  margin-bottom: 24px!important;
}
.paging h5 {font-weight:500;font-size: 1rem;text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;} 
.standard-post .post-header .post_category {margin: 0px 0px 20px 0px;}
.underneath .cover-content {
  padding: 34px 0 0 0;
}
body .slideshow.promo {
  margin-bottom: 30px;
}
.single .bottom-meta .meta-one div {text-align:center;}
h2.entry-subtitle {font-size: calc(0.825rem + .9vw);}
body:not(.page-template-page-no-header-footer):not(.absolute-header) .main-holder:not(.nodefaultmobile) {padding-top:68px!important;}
.title-section {
  padding: 0px 0 20px 0;} 
.gallery-paging .paging-left,.gallery-paging .paging-right {
align-items:center;
}
.gallery-paging .direct-link-left  {padding-left:18px;}
.gallery-paging .direct-link-right {padding-right:18px; }

.single .thumbnail figcaption, .layout5 .parallax-image figcaption, .layout9 .parallax-image figcaption {
  text-align: center;
  padding-right: 30px;padding-left: 30px;}
.parallax-image.layout9 {min-height: 100%;min-height: 90vh;}
.category .parallax-image {min-height: 65%;min-height: 65vh;}
.comment-body .extra-wrap p {font-size: 0.9em;line-height: 1.6;}
body .standard-post-container, body .standard-post-container .under-posts-widget {
  margin-top: 0px;
}
.post .bottom-meta .meta-space-top,.standard-post .meta-space-top .vcard,.single .meta-space-top .vcard,.bottom-meta .meta-one div {text-align: center!important;justify-content: center;}
.bottom-meta .meta-space-top, .bottom-meta .meta-space-top a, .bottom-meta .share-buttons,.bottom-meta:not(.sharesimple) .share-buttons {margin: 2px 0px;width: 100%;}
.bottom-meta .meta-space-top,.bottom-meta .vcard {display:block;}
.bottom-meta .meta-container {flex-direction: column;gap: 12px;}
article .share-buttons a,.post-author-box .fa, .post-author-box .ms-icon {
  line-height: 1;
  font-size: 1.1em;
}
.post__holder .ms-icon, .post-author-box .ms-icon, .list-post-container .ms-icon, .masonry-posts .ms-icon {
  margin: 2px;
    padding: 10px;
}
.post-author-box a.author-social {display:inline-block;}
.bottom-meta .meta-container .share-buttons {
           order:1;}
.bottom-meta .meta-container .meta-space-top {
           order:2;}
.bottom-meta .meta-space-top .author .avatar-link {display: inline-block;}
.bottom-meta .meta-space-top .author .avatar-link:nth-child(1) {
  margin-left: -18px;
}
.bottom-meta .meta-space-top .vcard {flex: 1 1 100%;margin: 0px;}
.meta-space-top span::after {display:none;}
.meta-space-top span {
  margin: 0px 10px 0px 0px;
}
.meta-space-top {font-size: 0.85em;}
.post-author_desc p:not(.post-author_number) {margin-top: 1rem;
  margin-bottom: 1rem;}
.post-author-box:last-child {
    padding-bottom: 0px;
  }
.widget-content h4.subtitle {font-size: calc(0.875rem + .3vw);}
.layout3 .post-container,.layout5 .post-container,.layout7 .post-container,.layout9 .post-container {margin-top:20px;}
.single .post__holder .isopad {flex-direction: column;}
.single:not(.post-has-bg) .single-header {padding:40px 0px 40px 0px;}


.single.post-has-bg .layout3 .single-header,.single:not(.post-has-bg) .layout3  .single-header,.single.post-has-bg .layout4 .single-header,.single:not(.post-has-bg) .layout4 .single-header,.single:not(.post-has-bg) .layout6  .single-header,.single.post-has-bg .layout7  .single-header {
    padding: 40px 0px;
  }
.category-header .title-section { padding: 0px 20px;}
.single .parallax-image.parallax-bottom .single-header { padding: 30px 30px;}


.single .single-header {padding:30px 0px 0px 0px;}
.single.post-has-bg .layout2 .single-header,.zoom-gallery .post-header {padding:30px 20px 0px 20px;}
.single:not(.post-has-bg) .layout2 .single-header {padding:40px 0px 10px 0px;}

h2.post-subtitle {font-size: calc(0.825rem + .8vw);}
.logo_h__txt, .logo_link {font-size: calc(1.3rem + .8vw);}
.logo_tagline {font-size: 0.7em;line-height: 1;}
.pagination-below {margin:30px 0px 20px 0px;}
.grid-block .section-inner,.list-post .section-inner,.zigazg .section-inner,.under-posts-widget .widget:not(.fullwidth-widget ) .widget-content,.post__holder .isopad,.standard-post .post-header,.grid .grid-block article,.grid .grid-block .overlay-mode .post-header {padding: 40px 20px 10px 20px;}
.under-posts-widget {margin-bottom:34px;}
body .grid .block, .zoom-gallery .grid-block {
  margin-bottom: 34px;
}
.ms_pullquote {padding: 20px;margin-bottom:20px;}
.page .isopad {margin-bottom:40px;}
.page.elementor-default .isopad {margin-bottom:0px;}
.page-has-bg .isopad {padding: 25px 20px 35px 20px;}
.page-has-bg .title-section {padding: 25px 20px 0px 20px;}
.page-has-bg .isopad blockquote, .page-has-bg .isopad .ms_pullquote blockquote {
    padding: 30px 30px 30px 30px !important;
  }
.single .post__holder .isopad {padding: 20px 0px 45px 0px;}
.single .post__holder .under-isopad {padding: 0px;}
.single.post-has-bg .post__holder .isopad {padding: 25px 20px 35px 20px;}
.single.post-has-bg .post__holder .under-isopad {padding: 0px 20px 0px 20px;}
.wp-block-pullquote.is-style-border-left {border-left: 0px solid;}
.wp-block-pullquote.is-style-border-right {border-right: 0px solid;}
.single .tagcloud {text-align:center;padding: 0px 0px 10px 0;border:0;margin-top: 40px;}
.footer .widget-content h4.subtitle, .footer .elementor-widget-container h5 {
  margin-top: 26px;}
body:not(.author) .author-socials {
  padding: 20px 0px 0px 0px;
}


.single-header .meta-space-top:not(.post_category) {margin-top:20px;}
.post__holder .wp-block-spacer {height: 10px!important;}
.post__holder .bigletter {font-size: inherit!important;line-height: inherit!important;}
.social-side-fixed, .vertical-share {display:none;}

.single #comments .comments-h,.single .comment-body, .single .comment-respond {padding: 0px;}
.wpb_widgetised_column .widget, .style6 .widget-content, .trending-posts {
    padding: 20px;
}
.sidebar .widget .widget-content {padding: 40px 0px;}
.sidebar .widget.style14 .widget-content { padding: 20px!important;}
.sidebar .widget, .wpb_widgetised_column .widget {
    border: 0px!important;
}
.oneline .services {
padding: 3px;
}
.footer .oneline .services .label {
margin:0px;display:block;padding: 2px;
}
.bottom-widgets-column .container {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.trending-posts {margin-top:20px!important;}
.sidebar .widget {
    margin-bottom: 16px!important;}

.form-inline.separate-line .form-group {
    max-width: unset;
}

.form-inline .form-control-static, .form-inline .form-group {
    display: block;max-width: unset;margin: 8px 0px 8px 0px;
}
.list-post .block .list_post_content.zigazg {padding-top: 0px!important;}


.facebook_like_box {text-align: center;}
.form-inline .ms-mc-subtitle {margin: 0px 0px 18px 0px;max-width: 100%;text-align: center;}
.split-menu .header .logo {max-width: unset!important;}
.front-page-widget .form-inline h4, .widget_underheader .form-inline h4 {text-align: center;width: 100%;max-width: 100%;}
.mailchimp-container, .form-inline .ms-mc-form {display:block !important;text-align: center;}
.zigazg .post-header {padding-right: 0px!important;padding-left: 0px!important;}
.superimposed-headers:not(.single) .post_content .isopad {padding: 16px;width: 100%!important;left: 0!important;margin-top: 0px !important;}

.left-fullheight .text-container {width: 100%; top: auto;bottom: 0;height: 50%;}
.slideshow.middle-boxed .cover-content {
  max-width: 95%;}
.ms-cookie-banner-wrap {text-align:center;}
.ms-cookie-banner-wrap .btn {margin:8px;}

.list_post_content .post-header {
    margin-top: 20px;
}

body .zigzag .block {
    margin-bottom: 20px;
}
.affiliate-active .bottom-meta {
    padding: 10px 0px 0px 0!important;
    margin: 0px 0 0px 0!important;
}
.zigzag.list-post .block {
    margin-bottom: 25px!important;
}
.style6 .widget-content {
    padding: 5px 5px;
}
.single-title-section {
    padding: 0 10px 0 10px;
}
.second-featured-image .thumbnail {
    margin: 0 15px;
    top: -15px;
    background: #ffffff;
    padding: 15px 15px 0px 15px;
}
.spacer {height: 16px;}

.list-post-container .left-space, .zigazg .left-space, .top-ads-container .left-space, .top-header-left-widget.left-space, .top-header-right-widget.left-space {text-align: left;
display:block!important;
flex-direction:  unset;
align-items:  unset;
justify-content:  unset;
}
.logo {margin-top: 30px!important;margin-bottom: 30px!important;margin-left: 0px !important;margin-right: 0px !important;}
.logo a {margin-left: 0px!important;margin-right: 0px!important;}
.single-post .hero-featured, .page .hero-featured {background-attachment: scroll;}


.logged-in .mobile-top-panel {top: 32px;}
.logged-in.elementor-editor-active .mobile-top-panel {top: 0px;}

.instagram_footer_heading {position: relative;margin: 0px 0 20px 0;width: 100%;}
.instagram_footer_heading h4 span {width: 100%;}
}
@media(min-width:992px){
.single .thumbnail figcaption, .layout5 .parallax-image figcaption, .layout9 .parallax-image figcaption {right: 0;max-width: 40%;}
.single .single-header,.page .page-header {padding:40px 0px 40px 0px;}
.widget-content h2.wp-block-heading {font-size: 1.4rem;}
.under-posts-widget {
  margin-top: 34px;
}
.bottom-meta  .share-buttons {display: flex;align-items: center;justify-content: center;}
.single-portfolio  .post__holder .post_content .isopad:not(.hidetitle-yes) {
padding:30px 0px;
}
.single-portfolio .portfolio-content {flex:1;}
.layout1 .portfolio-meta-line {display: flex;
  width: 100%;
  justify-content: space-between;}
.post-header {margin:0 auto;}
.standard-post.post_format-post-format-link .post-header {padding-bottom:0px;}
.bottom-meta .meta-container:not(.meta-one) div:last-child {justify-content: right!important;}
.bottom-meta .meta-container:not(.meta-one) div:last-child .heart {padding-right:14px;}
.single .bottom-meta .meta-container.meta-one.ismetaone div:last-child {justify-content: center!important;}
.layout3 .post-container,.layout5 .post-container,.layout7 .post-container {margin-top:40px;}

.top-container .top-widget-right {padding-right:30px;}
figure.effect-bubba p.description {display: block; }
}
@media(min-width:1200px){
.custom-sidebar #content.col-lg-8,.custom-sidebar #main.col-lg-8 {
  flex: 0 0 70%;
  max-width: 70%;
}

.custom-sidebar #sidebar.col-lg-4 {
  flex: 0 0 30%; 
  max-width: 30%;
}
.top-container .top-widget-right {padding-right:0px;}
.carousel-wrap .slide-sub-item-small h2 {font-size: 20px;line-height: 20px;}
.imgs_wrapper.ten figure {width: 9.999%;}

}
@media(max-width:1112px){
.primary-menu a {padding-right: 0px !important; padding-left: 0px !important;}
}
@media (max-width : 480px) {

.middle-boxed .cover-wrapper {height: 300px!important;}
.middle-boxed .cover-content {width: 80%;padding: 20px;}

} 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .author img  {display: inline;vertical-align:middle; }
} 
@media only screen and (min-width:992px) and (max-width:1690px) {

}
@media only screen and (min-width:992px) and (max-width:1200px) {

}

.single.post-has-bg .single-header {padding-top:40px;padding-bottom:40px;padding-right: calc(3.4rem * .5);padding-left: calc(3.4rem * .5);}
.single .layout5 .single-header,.single .layout9 .single-header,.page .layout3 .title-section,.page .layout4 .title-section,.page .layout6 .title-section,.page .layout9 .title-section,.page .layout5 .title-section,.page .layout9 .title-section {padding-right: calc(3.4rem * .5);padding-left: calc(3.4rem * .5);}
@media (min-width: 320px) {
  .single .layout5  .single-header,.single .layout9 .single-header,.page .title-section {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .single .layout5  .single-header,.single .layout9 .single-header,.page .title-section {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .single .layout5  .single-header,.single .layout9 .single-header,.page .title-section {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .single .layout5 .single-header,.single .layout9 .single-header,.page .title-section {
    max-width: 1140px;
  }
}


