/*--------------------------------------------------------------
   General
--------------------------------------------------------------*/
html {
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
}

body,
html {
    height: 100%;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-135deg, #000, #000);
    transition: opacity 600ms;
    z-index: 19999;
}

.loading .loader {
    opacity: 1;
}

.completed .loader {
    opacity: 0;
    pointer-events: none;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 20000;
    width: 100%;
    height: 2px;
    background: #fff;
}

.blogsy-body-box {
    max-width: 1260px;
    margin: 0 auto;
}

.blogsy-content {
    width: 768px;
    float: left;
}

.blogsy-no-sid .blogsy-content {
    width: 100%;
}

.blogsy-sidebar {
    width: 300px;
    float: left;
    position: relative;
    min-height: 1px;
}

.blogsy-sidebar-left {
    margin-right: 36px;
}

.blogsy-sidebar-right {
    margin-left: 36px;
}

.blogsy-section,
.blogsy-site-content {
    clear: both;
}

.blogsy-site-content {
    min-height: 30vh;
    height: auto !important;
    /* ie7 fix */
    height: 100%;
}

.blogsy-module article {
    padding-left: 18px;
    padding-right: 18px;
    float: left;
    margin-bottom: 35px;
    max-width: 100%;
}

.blogsy-module .col-xs-12 > article {
    padding-left: 0;
    padding-right: 0;
}

.blogsy-module article:last-child {
    margin-bottom: 72px;
}

.post_shadow .blogsy-posts article {
    padding: 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0px 35px 0 rgba(22,12,96,0.09);
}

.post_shadow .blogsy-post .entry-image {
    border-radius: 12px;
}

.post_shadow .blogsy-post {
    margin-left: 12px;
    margin-right: 12px;
}

.post_shadow .blogsy-post[class*="col-"] {
    margin-top: 12px;
}

@media (min-width: 500px) {
    .post_shadow .blogsy-post.col-sm-3 {
        width: 20.143%;
    }
    .post_shadow .blogsy-post.col-sm-4 {
        width: 28.47%;
    }
	.post_shadow .blogsy-post.col-sm-6 {
		width: 45.1%;
	}
}

@media (min-width: 992px) {
    .post_shadow .blogsy-post.col-sm-3 {
        width: 21.2%;
    }
    .post_shadow .blogsy-post.col-md-4 {
        width: 29.54%;
    }
	.post_shadow .blogsy-post.col-md-6 {
		width: 46.2%;
	}
}

@media (min-width: 1272px) {
    .post_shadow .blogsy-post.col-lg-3 {
        width: 21.2%;
    }
    .post_shadow .blogsy-post.col-lg-4 {
        width: 29.54%;
    }
	.post_shadow .blogsy-post.col-lg-6 {
		width: 46.2%;
	}
}

.post_shadow .entry-image {
    border-radius: inherit;
}

.blogsy-section {
    margin-bottom: 36px;
}

.blogsy-section.blogsy-no-sid {
    margin-bottom: 0;
}

.blogsy-bg .col-lg-3 article:last-child,
.blogsy-bg .col-lg-4 article:last-child,
.blogsy-bg .col-lg-6 article:last-child,
.blogsy-bg .col-lg-8 article:last-child,
.blogsy-bg .col-lg-9 article:last-child,
.blogsy-bg .blogsy-module:last-child article:last-child {
    margin-bottom: 36px;
}

.blogsy-bg,
.blogsy-section.blogsy-no-sid.blogsy-bg {
    padding: 36px 0;
    margin-bottom: 76px;
}

.blogsy-bg .module-text {
    margin: 36px 0;
}

.blogsy-bg-box {
    padding: 36px;
}

.blogsy-featured-1+.blogsy-bg,
.blogsy-featured-2+.blogsy-bg,
.blogsy-featured-3+.blogsy-bg .blogsy-featured-4+.blogsy-bg .blogsy-featured-5+.blogsy-bg {
    margin-top: -36px;
    display: block;
    float: left;
    width: 100%;
}

.blogsy-site-content .blogsy-section:last-child {
    padding-bottom: 76px;
    margin-bottom: 0;
}

iframe {
    max-width: 100%;
}

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

.blogsy-rounded-photo,
.blogsy-author .avatar {
    border-radius: 50%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: underline;
    text-underline-offset: 0.18em;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

.blogsy-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: 1px;
    height: 30px;
    width: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.3rem;
    position: relative;
    z-index: 0;
}

.blogsy-count:before {
    content: "\f04b";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    background-color: #00a7d1;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.blogsy-cat .blogsy-count {
    margin-right: 5px;
}

.blogsy-cat .entry-image a {
    overflow: hidden;
    border-radius: 6px;
}

.blogsy-cat .meta-item {
    text-transform: uppercase;
}

.boxed .blogsy-cat .blogsy-catinner {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,.08);
}

.boxed .blogsy-cat .blogsy-catinner .blogsy-catinnerboxed {
    padding: 30px 35px;
}

.boxed .blogsy-cat .blogsy-catinner .entry-image {
    margin-bottom: 0;
}

.boxed .blogsy-cat .blogsy-catinner .entry-image a {
    border-radius: inherit;
}

.blogsy-mod-desc .blogsy-maps img {
    border-radius: 0 !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    clear: both;
}

_::-moz-svg-foreign-content,
:root .row-eq-height {
    display: block;
}

div.row-eq-height:before,
div.row-eq-height:after {
    display: none;
}

.blogsy-sticky {
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
    clear: both;
}

.blogsy-sticky-header-on .blogsy-sticky.is_stuck {
    top: 99px;
}

.admin-bar.blogsy-sticky-header-on .blogsy-sticky.is_stuck {
    top: 128px;
}

.admin-bar .blogsy-sticky.is_stuck {
    top: 68px;
}

.blogsy-sticky.is_stuck {
    top: 36px;
}

.blogsy-sticky .widget:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
   Post meta
--------------------------------------------------------------*/
.blogsy-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
    line-height: 1;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.blogsy-format-action {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 1;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(0.3rem);
    backdrop-filter: blur(0.3rem);
    border-radius: 50%;
    cursor: pointer;
}

.blogsy-format-action i,
.blogsy-icon i {
    color: #333333;
    text-align: center;
    z-index: 2;
    position: relative;
}

.blogsy-format-action.large {
    height: 90px;
    width: 90px;
    margin-left: -45px;
    margin-top: -45px;
    padding: 29px 0 0 9px;
}

.blogsy-format-action.large i {
    font-size: 29px;
}

.large .fb-fullscreen {
    margin-left: -5px;
    display: inline-block;
}

.blogsy-format-action.medium {
    height: 76px;
    width: 76px;
    margin-left: -38px;
    margin-top: -38px;
    padding: 22px 0 0 7px;
}

.blogsy-format-action.medium i {
    font-size: 27px;
}

.medium .fb-fullscreen {
    margin-left: -6px;
    display: inline-block;
}

.blogsy-format-action.medium i.fb-fullscreen {
    font-size: 28px;
}

.blogsy-format-action.small {
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 18px 0 0 5px;
}

.blogsy-format-action.small i {
    font-size: 20px;
}

.blogsy-format-action.m-small {
    height: 30px;
    width: 30px;
    padding: 4px 0 0 3px;
    margin-left: -15px;
    margin-top: -15px;
}

.blogsy-format-action.m-small i {
    font-size: 14px;
}

.blogsy-format-action.x-small {
    height: 26px;
    width: 26px;
    padding: 0 0 0 2px;
    margin-left: -13px;
    margin-top: -13px;
}

.blogsy-format-action.x-small i {
    font-size: 10px;
}

.blogsy-format-action.x-small.blogsy-format-raw {
    padding: 2px 0 0 2px;
    background-color: transparent;
    border: 0;
}

.entry-image:hover .blogsy-format-action.blogsy-format-raw {
    background-color: transparent;
    border: 0;
}

.blogsy-icon.large {
    height: 50px;
    width: 50px;
    top: 25px;
    left: 25px;
    padding: 16px 0 0 5px;
}

.blogsy-icon.large i {
    font-size: 20px;
}

.blogsy-icon.medium {
    height: 40px;
    width: 40px;
    top: 20px;
    left: 20px;
    padding: 12px 0 0 1px;
}

.blogsy-icon.medium i {
    font-size: 16px;
}

.blogsy-icon.small {
    height: 30px;
    width: 30px;
    padding: 8px 0 0 2px;
}

.blogsy-icon.small i {
    font-size: 12px;
}

.blogsy-icon.x-small {
    height: 25px;
    width: 25px;
    top: 12px;
    left: 12px;
    padding: 2px 0 0 3px;
}

.blogsy-icon.x-small i {
    font-size: 10px;
}

.blogsy-icon.blogsy-icon-center {
    top: 50%;
    left: 50%;
}

.blogsy-icon-center.x-small {
    margin-left: -12.5px;
    margin-top: -12.5px;
}

.blogsy-format-label,
.blogsy-special-tag-label {
    position: relative;
    text-align: center;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 11px;
    color: #ffffff;
    display: inline-block;
    border-radius: 100px;
}

.blogsy-special-tag-label {
    margin-left: 2px;
}

.blogsy-labels {
    position: absolute;
    line-height: 1;
}

.blogsy-labels.large {
    top: 20px;
    left: 20px;
}

.blogsy-labels.medium {
    top: 15px;
    left: 15px;
}

.blogsy-labels.small {
    top: 10px;
    left: 10px;
}

.blogsy-labels.x-small {
    top: 7px;
    left: 7px;
}

.medium .blogsy-format-label {
    padding: 8px 10px;
}

.small .blogsy-format-label {
    padding: 6px 8px;
    font-size: 10px;
}

.x-small .blogsy-format-label {
    padding: 6px 8px;
    font-size: 10px;
}

.blogsy-no-sid .blogsy-lay-d .blogsy-format-label.x-small,
.blogsy-no-sid .blogsy-lay-g .blogsy-format-label.x-small {
    padding: 6px 8px;
    font-size: 10px;
}

.blogsy-no-sid .blogsy-lay-e .blogsy-format-label.small {
    padding: 8px 10px;
}

.medium .blogsy-special-tag-label {
    padding: 8px 10px;
}

.small .blogsy-special-tag-label {
    padding: 6px 8px;
    font-size: 10px;
}

.x-small .blogsy-special-tag-label {
    padding: 6px 8px;
    font-size: 10px;
}

.blogsy-no-sid .blogsy-lay-d .blogsy-special-tag-label.x-small,
.blogsy-no-sid .blogsy-lay-g .blogsy-special-tag-label.x-small {
    padding: 6px 8px;
    font-size: 10px;
}

.blogsy-no-sid .blogsy-lay-e .blogsy-special-tag-label.small {
    padding: 8px 10px;
}

.meta-item {
    display: inline-block;
    vertical-align: top;
    line-height: 2.17;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.meta-item:last-child {
    margin-right: 0;
}

.entry-meta .meta-item:after {
    content: "/";
    margin: 0 5px;
    opacity: 0.5;
}

.entry-meta .meta-item:last-child:after {
    display: none;
}

.entry-title a {
    text-decoration: none;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 1px);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.entry-title a:hover,
.entry-title a:focus {
    background-size: 100% 100%;
}

.meta-item a:not(:hover, :focus),
.entry-category a:not(:hover, :focus) {
    text-decoration: none;
}

.blogsy-highlight .entry-category,
.blogsy-highlight .entry-category a,
.blogsy-highlight .meta-item a,
.blogsy-highlight .meta-item span {
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}

.blogsy-highlight .entry-title {
    margin-bottom: 4px;
    padding-right: 20px;
}

.blogsy-highlight:after {
    content: ' ';
    clear: both;
    display: table;
}

.sticky .entry-image a:after {
    content: "\f08d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 12px;
    font-size: 10px;
    color: #ffffff;
}

.sticky .entry-image:hover a:after {
    background: rgba(0, 0, 0, 0.8);
}

.blogsy-entry-image-page {
    margin-bottom: 24px;
}

/*--------------------------------------------------------------
   WordPress classes
--------------------------------------------------------------*/
.wp-caption {
    position: relative;
    margin-top: 8px;
}

.wp-caption-text {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
}

.aligncenter,
.alignnone {
    clear: both;
    display: block;
    margin: 0 auto 24px;
    max-width: 100%;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 10px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*--------------------------------------------------------------
   Galleries
--------------------------------------------------------------*/
.gallery {
    margin: 0 -9px 8px;
}

.gallery-item {
    display: inline-block;
    padding: 0 9px 18px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    position: relative;
}

.gallery-columns-1.owl-carousel {
    padding: 0;
    margin-bottom: 30px;
}

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

.gallery .gallery-item a:after,
.wp-block-gallery .blocks-gallery-item a:after {
    content: "\64";
    font-family: font-blogsy !important;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 1;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5;
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 13px 0 0 1px;
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
}

.gallery .gallery-item a:hover:after,
.wp-block-gallery .blocks-gallery-item a:hover:after {
    opacity: 1;
}

.gallery-columns-1 .owl-nav>div {
    position: absolute;
    padding: 3px 0;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.gallery-columns-1 .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 800;
    top: 50%;
    margin-top: -29px;
}

.gallery-columns-1 .owl-nav>div:hover {
    background: rgba(0, 0, 0, 0.7);
}

.gallery-columns-1 .owl-nav .owl-prev {
    left: 30px;
    opacity: 1;
    padding-right: 1px;
}

.gallery-columns-1 .owl-nav .owl-next {
    right: 30px;
    opacity: 1;
    padding-left: 4px;
}

.gallery-columns-1 .owl-nav>div {
    width: 58px;
    height: 58px;
    padding: 12px 0;
    font-size: 2.8rem;
}

.mfp-title {
    top: -48px;
    left: 20px;
    background: rgba(0, 0, 0, 0.8);
    padding: 3px 8px;
    position: absolute;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
}

.mfp-title:empty,
.mfp-counter:empty {
    padding: 0;
}

.gallery-columns-1 .gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    display: none;
}

.gallery-columns-1 .gallery-item:first-child,
.wp-block-gallery.columns-1 .blocks-gallery-item:first-child {
    display: block;
}

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

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

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

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

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-icon .herald-popup {
    position: relative;
    float: left;
    outline: none;
    width: 100%;
}

.gallery-caption {
    display: none;
}

.meta-media:hover .gallery-item .gallery-caption {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
   Single Post Image Popup
--------------------------------------------------------------*/
.wp-block-image a.blogsy-popup-img {
    display: initial;
}

a.blogsy-popup-img {
    position: relative;
    display: block;
}

a.blogsy-popup-img:after {
    content: "\64";
    font-family: font-blogsy !important;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    padding: 0;
    font-size: 20px;
    opacity: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.blogsy-popup-img:hover:after {
    opacity: 1;
}

/*--------------------------------------------------------------
   Animations
--------------------------------------------------------------*/
.pulse {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    -webkit-box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(155, 89, 182, 0.7);
    box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(155, 89, 182, 0.7);
    border-radius: 100%;
    vertical-align: middle;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
}

.blogsy-action-menu:hover .pulse {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
        box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
    }
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
        box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
    }
}

@-webkit-keyframes bounceright {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(2px);
    }
}

@-webkit-keyframes bounceleft {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-2px);
    }
}

@-webkit-keyframes pulseicon {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulseicon {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.blogsy-prev-next-nav a:hover .blogsy-pn-ico span {
    -webkit-animation: bounceright 0.3s alternate ease infinite;
    animation: bounceright 0.3s alternate ease infinite;
}

.entry-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.entry-image:hover .blogsy-format-action {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: rgba(255, 255, 255);
}

.blogsy-cover .blogsy-format-action {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogsy-cover .blogsy-format-action:before,
.blogsy-cover .blogsy-format-action:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 50%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.blogsy-cover-bg .blogsy-format-action {
    -webkit-animation: pulseicon 0.7s alternate ease-in-out infinite;
    animation: pulseicon 0.7s alternate ease-in-out infinite;
}

.blogsy-cover:hover .blogsy-format-action,
.blogsy-cover .blogsy-format-action:hover {
    background: rgba(255, 255, 255);
}

.entry-image:hover .blogsy-format-label,
.entry-image:hover .blogsy-icon {
    background: rgba(0, 0, 0, 0.8);
}

.blogsy-post .entry-image img {
    -webkit-transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.entry-image {
    overflow: hidden;
}

.blogsy-post .entry-image:hover img,
.blogsy-post .entry-image:focus-within img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*--------------------------------------------------------------
   Ads Styling
--------------------------------------------------------------*/
.blogsy-ad {
    width: 970px;
    margin: 0 auto 36px;
    text-align: center;
    clear: both;
}

.row .blogsy-ad {
    margin: 0 auto 36px;
}

.blogsy-above-footer-ad {
    margin: 36px auto;
}

.blogsy-site-header .row .blogsy-ad {
    margin: 0 auto;
    background-color: transparent;
    border: none;
}

.blogsy-slot-r .blogsy-ad {
    width: 728px;
}

.blogsy-content .blogsy-ad {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.blogsy-ad-above-single {
    margin: 16px auto 36px;
}

.blogsy-ad-below-single {
    margin: 0 auto 36px;
}

.archive .blogsy-posts .blogsy-ad {
    margin: 0 0 36px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.single .blogsy-entry-content .blogsy-ad-above-single {
    border: none !important;
    margin: 0 auto 30px;
    padding: 0;
}

.entry-content-single .fb_iframe_widget {
    margin-bottom: 24px;
}

/*--------------------------------------------------------------
   Additional General Classes
--------------------------------------------------------------*/
.blogsy-page-title.entry-title {
    margin-bottom: 20px;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow,
.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-ready .mfp-figure {
    opacity: 0;
}

/*.mfp-zoom-in {*/
    /* start state */
    /* animate in */
    /* animate out */
/*}*/

.mfp-with-fade .mfp-figure,
.mfp-with-fade .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.mfp-with-fade.mfp-bg,
.mfp-with-fade .mfp-preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-fade.mfp-image-loaded .mfp-figure,
.mfp-with-fade.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-with-fade.mfp-ready.mfp-bg,
.mfp-with-fade.mfp-ready .mfp-preloader {
    opacity: 0.9;
}

.mfp-with-fade.mfp-removing .mfp-figure,
.mfp-with-fade.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
}

.mfp-with-fade.mfp-removing.mfp-bg,
.mfp-with-fade.mfp-removing .mfp-preloader {
    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;
}

.mfp-close,
.blogsy-popup-close {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mfp-close:hover,
.blogsy-popup-close:hover {
    opacity: 1;
}

.mfp-arrow-left,
.mfp-arrow-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    opacity: 0.3;
    font-size: 48px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    display: none;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mfp-arrow-right:after {
    content: "\f105";
    border: none;
}

.mfp-arrow-left:after {
    content: "\f104";
    border: none;
}

.mfp-arrow-right:hover:after,
.mfp-arrow-left:hover:after {
    opacity: 1;
}

.blogsy-format-content .wp-audio-shortcode {
    visibility: visible !important;
}

button.mfp-close:after {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 32px;
    color: #ffffff;
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

.uil-ripple-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
}

.blogsy-format-loader .uil-ripple-css {
    width: 120px;
    height: 120px;
}

.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    -webkit-animation: uil-ripple 1s ease-out infinite;
    animation: uil-ripple 1s ease-out infinite;
}

.uil-ripple-css div:nth-of-type(1) {
    border-color: #ffffff;
}

.uil-ripple-css div:nth-of-type(2) {
    border-color: #ffffff;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.blogsy-loader .uil-ripple-css {
    width: 40px;
    height: 40px;
}

.blogsy-loader .uil-ripple-css div {
    border-width: 2px;
}

.blogsy-format-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    z-index: 1;
}

.blogsy-format-content .blogsy-format-loader {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.blogsy-single-content .blogsy-featured-item .entry-media.video {
    background: rgba(0, 0, 0, 0.1);
}

.blogsy-format-content.video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blogsy-format-content.video .blogsy-popup-wrapper {
    width: 100%;
}

.search-results .blogsy-mod-desc li {
    list-style: none;
}

.search .blogsy-mod-desc li {
    list-style: none;
}

.blogsy-mod-desc .blogsy-search-form {
    border: 1px solid;
    padding: 30px;
    margin-bottom: 36px;
}

.blogsy-mod-desc .blogsy-search-form .blogsy-button-search {
    right: 21px;
    font-size: 20px;
}

.blogsy-mod-desc .blogsy-search-form input {
    font-size: 14px;
    line-height: 20px;
    padding: 0 40px 0 13px;
}

.blogsy-mod-desc .blogsy-search-form input+br {
    display: none;
}

.mfp-close {
    top: 9px;
    right: 11px;
    font-size: 24px;
}

.blogsy-f-img .mfp-counter {
    display: none;
}

.blogsy_ico {
    display: inline-block;
    float: none;
}

.error404 .blogsy-single-content .entry-title {
    margin-bottom: 20px;
    font-size: 4.8rem;
    line-height: 1.12;
}


.error404 .blogsy-single-content .blogsy-search-form {
    max-width: 350px;
    margin: 30px 0 45px;
}

.error404 .blogsy-single-no-sid .blogsy-content {
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error404 .blogsy-single-content input[type=text] {
    border-radius: 0;
    padding: 0 40px 2px 15px;
}

.error404 .blogsy-single-content .entry404 {
    margin: 50px 0 10px;
}

.error404 .blogsy-single-content .entry404 .h1 {
    font-size: 16rem;
    color: #eee;
    margin-bottom: 0;
    line-height: 16rem;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .error404 .blogsy-single-content .entry-title {
        font-size: 2.8rem;
    }
    .error404 .blogsy-single-content .entry404 .h1 {
        font-size: 11rem;
        line-height: 11rem;
    }
}

.error404 .blogsy-button-search {
    font-size: 24px;
    width: 48px;
    top: 3px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.error404 .blogsy-button-search:hover,
.error404 .blogsy-button-search:focus {
    color: #000;
}

.error404 .blogsy-single-content .entry-tagtitle {
    font-size: 2.4rem;
}

.error404 .blogsy-single-content .post_tags a {
    letter-spacing: 0.03rem;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.error404 .blogsy-single-content .post_tags a:not(:first-child) {
    margin-left: 0.2rem;
}

.error404 .blogsy-single-content .post_tags a:not(:hover, :focus) {
    text-decoration: none;
    color: inherit;
}

.sd-content ul li:before {
    display: none;
}

.entry-content .blogsy_pullquote {
    word-break: normal;
}

#wpstats {
    display: none;
}

/*--------------------------------------------------------------
   Media Elements
--------------------------------------------------------------*/
body .mejs-container {
    background: transparent;
}

body .mejs-container.wp-audio-shortcode {
    height: 90px !important;
}

body .has-post-thumbnail .meta-media .mejs-embed,
body .format-video .meta-media .mejs-embed,
body .has-post-thumbnail .meta-media .mejs-embed body,
body .format-video .meta-media .mejs-embed body,
body .has-post-thumbnail .meta-media .mejs-container .mejs-controls,
body .format-video .meta-media .mejs-container .mejs-controls {
    background: #111;
}

body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(0, 0, 0, 0.1);
}

body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: rgba(0, 0, 0, 0.2);
}

body .has-post-thumbnail .meta-media .wp-playlist-light,
body .format-video .meta-media .wp-playlist-light {
    background: none;
    color: rgba(0, 0, 0, 0.73);
}

body .has-post-thumbnail .meta-media .mejs-container .mejs-controls .mejs-time span,
body .format-video .meta-media .mejs-container .mejs-controls .mejs-time span {
    color: rgba(0, 0, 0, 0.73);
}

body .has-post-thumbnail .meta-media .mejs-controls .mejs-button,
body .format-video .meta-media .mejs-controls .mejs-button,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-button button,
body .format-video .meta-media .mejs-controls .mejs-button button {
    color: rgba(0, 0, 0, 0.88);
}

body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float {
    background: rgba(0, 0, 0, 0.18);
}

body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-top-color: rgba(0, 0, 0, 0.18);
}

body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(0, 0, 0, 0.18);
}

body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: rgba(0, 0, 0, 0.18);
}

body .has-post-thumbnail .meta-media .wp-playlist-item:last-child,
body .format-video .meta-media .wp-playlist-item:last-child {
    border-color: rgba(0, 0, 0, 0.18);
}

body .has-post-thumbnail .meta-media .wp-playlist-current-item .wp-playlist-item-title,
body .format-video .meta-media .wp-playlist-current-item .wp-playlist-item-title,
body .has-post-thumbnail .meta-media .wp-playlist-playing,
body .format-video .meta-media .wp-playlist-playing {
    color: rgba(0, 0, 0, 0.88);
}

body .has-post-thumbnail .meta-media .wp-audio-shortcode,
body .format-video .meta-media .wp-audio-shortcode,
body .has-post-thumbnail .meta-media .wp-playlist-current-item,
body .format-video .meta-media .wp-playlist-current-item,
body .has-post-thumbnail .meta-media .wp-playlist-tracks,
body .format-video .meta-media .wp-playlist-tracks,
body .has-post-thumbnail .meta-media .wp-playlist-item,
body .format-video .meta-media .wp-playlist-item {
    border-color: rgba(0, 0, 0, 0.18);
}

body .has-post-thumbnail .meta-media div.mejs-container.wp-audio-shortcode,
body .format-video .meta-media div.mejs-container.wp-audio-shortcode {
    width: 80% !important;
    top: 50%;
    z-index: 100;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
}

body .has-post-thumbnail .meta-media .mejs-container *,
body .format-video .meta-media .mejs-container * {
    color: #111;
    font-weight: bold;
}

body .format-video .meta-media div.mejs-container .mejs-controls {
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: 94%;
}

div.mejs-container .mejs-controls {
    height: 90px;
    background: #ffffff;
}

.player-android-on div.mejs-container .mejs-controls {
    opacity: 0 !important;
}

body .herald-entry-content .mejs-container.wp-audio-shortcode {
    margin: 30px auto;
}

div.mejs-controls div.mejs-time-rail {
    padding-top: 37px;
}

.mejs-container * {
    color: #111;
    font-weight: bold;
}

div.mejs-container .mejs-controls .mejs-time {
    padding-top: 42px;
}

body .wp-video {
    width: 100% !important;
}

.me-plugin {
    position: absolute;
}

body .mejs-container .mejs-controls .mejs-button {
    position: relative;
    margin: 32px 0;
}

body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

body .mejs-container .mejs-controls .mejs-button.mejs-volume-button {
    margin-left: 0;
    margin-right: 10px;
    text-align: center;
}

body .mejs-container .mejs-controls .mejs-button button {
    background: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 32px;
    width: 32px;
    outline: none;
}

body .mejs-controls a.mejs-horizontal-volume-slider {
    margin: 2px 20px 0 0;
}

body .mejs-container .mejs-controls .mejs-time-float-corner {
    top: 100%;
}

body .mejs-controls .mejs-button button:before,
body .mejs-controls .mejs-button button:before {
    display: inline-block;
    font-size: 21px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    speak: none;
}

body .mejs-controls .mejs-play button:before,
body .mejs-controls .mejs-play button:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f04b";
}

body .mejs-controls .mejs-pause button:before,
body .mejs-controls .mejs-pause button:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f04c ";
}

body .mejs-controls .mejs-volume-button button:before,
body .mejs-controls .mejs-volume-button button:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f027";
}

body .mejs-controls .mejs-volume-button.mejs-unmute button:before,
body .mejs-controls .mejs-volume-button.mejs-unmute button:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f026";
}

body .wp-playlist {
    border: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77777778;
    margin: 1.777em 0 3.5em;
    padding: 0;
}

body .wp-playlist .wp-playlist-current-item img {
    margin-right: 20px;
    max-width: 70px;
}

body .wp-playlist-caption,
body .wp-playlist-item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77777778;
}

body .wp-playlist-current-item {
    border-bottom: 1px solid;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0.55555556em;
}

body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
    font-weight: 700;
}

body .wp-playlist-tracks {
    border-top: 1px solid;
    margin: 0;
}

body .wp-playlist-item {
    padding: 0.55555556em;
}

body .wp-playlist-item:last-child {
    border-bottom: 1px solid;
}

body .wp-playlist-item-length {
    top: auto;
    right: 0.55555556em;
    bottom: 0.66666667em;
}

body .wp-playlist-item-artist {
    display: block;
}

body .mejs-controls .mejs-time-rail .mejs-time-float {
    border: none;
}

body .mejs-controls .mejs-button button:before {
    color: #111;
}

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(0, 0, 0, 0.18);
}

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(0, 0, 0, 0.2);
}

body .wp-video {
    background: #111;
    position: relative;
    z-index: 7;
}

body .mejs-controls .mejs-fullscreen-button button:before {
    content: "\f065";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

body .mejs-container .mejs-controls .mejs-button {
    margin-right: 20px;
}

body .blogsy_col .mejs-container .mejs-controls {
    height: 40px;
}

body .blogsy_col .mejs-container .mejs-controls .mejs-button {
    margin: 12px 0;
}

.blogsy_col div.mejs-container .mejs-controls .mejs-time {
    padding-top: 22px;
}

.blogsy_col div.mejs-controls div.mejs-time-rail {
    padding-top: 17px;
}

.blogsy-popup-wrapper .fb_iframe_widget_fluid_desktop,
.blogsy-popup-wrapper .fb_iframe_widget_fluid_desktop span,
.blogsy-popup-wrapper .fb_iframe_widget_fluid_desktop iframe {
    max-height: 500px;
}

/* body .mejs-container .mejs-overlay{
    display: none;
    width: 100% !important;
    height: 100% !important;
}
body .mejs-container{
    height: 100% !important;
    width: 100% !important;
}
.blogsy-popup-wrapper{
    height: 100%;
} */
.blogsy_dropcap {
    padding: 10px 19px 15px;
}

.blogsy_pullquote {
    word-wrap: break-word;
    word-break: break-all;
}

.blogsy_pullquote_left {
    margin: 0 20px 20px 0;
}

.blogsy_pullquote_right {
    margin: 0 0 20px 20px;
}

pre {
    background: rgba(68, 68, 68, 0.06);
    border: 1px solid rgba(68, 68, 68, 0.2);
    padding: 15px 20px;
    margin-bottom: 30px;
}

.entry-content table,
.entry-content-single table,
.blogsy-comments table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid;
    border-left: 1px solid;
    margin-bottom: 30px;
}

.entry-content td,
.entry-content th,
.entry-content-single td,
.entry-content-single th,
.blogsy-comments td,
.blogsy-comments th {
    padding: 10px 15px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

dl {
    margin: 0 0 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 20px;
}

address {
    font-style: italic;
}

.more-link {
    display: none;
}

.blogsy-featured-1 .owl-carousel .owl-item img,
.blogsy-featured-2 .owl-carousel .owl-item img,
.blogsy-featured-3 .owl-carousel .owl-item img,
.blogsy-featured-1 .blogsy-cover img,
.blogsy-featured-2 .blogsy-cover img,
.blogsy-featured-3 .blogsy-cover img {
    display: inline-block;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogsy-featured-1 .blogsy-featured-item .blogsy-cover,
.blogsy-featured-2 .blogsy-featured-item .blogsy-cover,
.blogsy-featured-3 .blogsy-featured-item .blogsy-cover {
    display: inline-block;
    height: 100%;
}

.owl-carousel .owl-animated-out.owl-animated-in {
    pointer-events: none;
}

.owl-carousel .owl-animated-in {
    pointer-events: auto;
}

.entry-content-single .blogsy_button {
    text-decoration: none;
}

_:-moz-tree-row(hover),
.blogsy-featured-slider .blogsy-format-content.blogsy-popup {
    position: relative !important;
    top: 0px !important;
}

_:-moz-tree-row(hover),
.blogsy-popup-on .blogsy-site-header {
    display: none;
}

.no-csstransitions .blogsy-sticky-header {
    display: none;
}

.no-csstransitions .blogsy-sticky-header-on .blogsy-sticky-header {
    display: block;
}

@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {

    .iphone .blogsy-featured-slider.blogsy-featured-1 .owl-next,
    .iphone .blogsy-featured-slider.blogsy-featured-1 .owl-prev {
        margin-top: -124px;
    }
}

/*--------------------------------------------------------------
   Breadcrumbs
--------------------------------------------------------------*/
.blogsy-breadcrumbs {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 14px;
}

.blogsy-breadcrumbs a,
.blogsy-breadcrumbs a:hover {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

/* Support for FV player */
.flowplayer {
    margin: 0 auto 0 auto;
}

/*--------------------------------------------------------------
   Scroll Bar
--------------------------------------------------------------*/
.blogsy-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.blogsy-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.blogsy-scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

/*--------------------------------------------------------------
  Category child links 
--------------------------------------------------------------*/
.category .blogsy-mod-head .blogsy-mod-actions {
    margin-top: 0;
}

.category .blogsy-mod-head .blogsy-mod-actions a {
    margin-right: 2px;
}

.category .blogsy-mod-head .blogsy-mod-actions a:last-child {
    margin-right: 0;
}

.category .blogsy-mod-head .blogsy-mod-actions .blogsy-cat-parent {
    position: relative;
    padding-left: 18px;
}

.category .blogsy-mod-head .blogsy-mod-actions .blogsy-cat-parent+a {
    margin-left: 8px;
}

.category .blogsy-mod-head .blogsy-mod-actions .blogsy-cat-parent svg {
    position: absolute;
    font-size: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7px;
}

/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/
html,
body {
    -webkit-font-smoothing: antialiased;
}

body {
    line-height: 1.63;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blogsy-sidebar {
    font-size: 14px;
    line-height: 1.57;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-bottom: 20px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 20px;
}

h1,
.h1 {
    line-height: 1.29;
}

h2,
.h2 {
    line-height: 1.25;
}

h3,
.h3 {
    line-height: 1.4;
}

h4,
.h4 {
    line-height: 1.44;
}

h5,
.h5 {
    line-height: 1.35;
}

h6,
.h6 {
    line-height: 1.43;
}

.h7 {
    line-height: 1.46;
}

p {
    margin: 0 0 24px;
}

.entry-title {
    margin-bottom: 0;
}

blockquote {
    border-left: 3px solid;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 30px;
    margin: 36px 0;
    position: relative;
}

.blogsy-highlight h1,
.blogsy-highlight h2,
.blogsy-highlight h3,
.blogsy-highlight h4,
.blogsy-highlight h5,
.blogsy-highlight h6,
.blogsy-highlight .blogsy-comments .url,
.blogsy-highlight .rsswidget:hover {
    color: inherit;
}

.entry-content-single ul ul,
.blogsy-comments .comment-content ul ul,
.entry-content-single ol ul,
.blogsy-comments .comment-content ol ul,
.entry-content-single ul ol,
.blogsy-comments .comment-content ul ol,
.entry-content-single ol ol,
.blogsy-comments .comment-content ol ol {
    padding-left: 15px;
    margin-bottom: 0;
}

.entry-headline.h4 {
    line-height: 1.44;
}

td {
    word-break: break-all;
}

/*--------------------------------------------------------------
   Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
textarea {
    border: 1px solid;
    padding: 10px;
    outline: none;
    line-height: 1;
    width: 100%;
    font-size: 100%;
    margin: 0;
    height: 40px;
    vertical-align: baseline;
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}

textarea,
div#user-submitted-posts textarea.usp-textarea {
    min-height: 200px;
    line-height: 22px;
}

select {
    width: 100%;
}

select option {
    display: inline-block;
}

button {
    outline: none;
}

.s2_form_widget input[type="submit"] {
    min-width: 120px;
}

div.wpcf7-response-output,
#usp-success-message,
#usp-error-message {
    margin: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
}

div.wpcf7-validation-errors,
.error,
.usp-callout-failure {
    color: #ffffff;
    background: #e74c3c;
}

div.wpcf7-mail-sent-ok,
.success,
#usp-success-message {
    color: #ffffff;
    background: #27ae60;
}

.success,
.error,
#usp-success-message {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-radius: 2px;
}

span.wpcf7-not-valid-tip {
    display: none;
    position: absolute;
    top: -8px;
    right: 3px;
    left: auto;
    padding: 6px 10px;
    border: none;
    color: white;
    background: #f1c40f;
}

.invalid span.wpcf7-not-valid-tip {
    display: block;
}

textarea.wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid {
    border-color: #f1c40f;
}

div#user-submitted-posts fieldset input.usp-input,
div#user-submitted-posts select,
div#user-submitted-posts textarea.usp-textarea {
    padding: 10px;
    outline: none;
    line-height: 1;
    font-size: 16px;
    margin: 0;
    height: 40px;
    width: 100%;
    vertical-align: baseline;
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}

div#user-submitted-posts fieldset {
    margin: 0 0 24px;
    position: relative;
}

div#user-submitted-posts fieldset.usp-content {
    width: 100%;
}

div#user-submitted-posts fieldset label {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

div#user-submitted-posts fieldset.usp-captcha label {
    width: 60px;
    margin: 6px 0 0 0;
    font-size: 16px;
}

div#user-submitted-posts fieldset.usp-captcha input {
    width: 160px;
    clear: none;
}

div#user-submitted-posts fieldset input.usp-input.usp-clone {
    width: 90%;
    margin: 0 0 5px 0;
    padding: 9px;
    background-color: #fafafa;
    font-size: 14px;
}

.parsley-errors-list {
    display: none;
    margin-bottom: 0;
}

.parsley-errors-list.filled {
    margin-bottom: 0;
    position: absolute;
    bottom: 9px;
    right: 9px;
    list-style: none;
    display: block;
}

.parsley-required:before {
    display: none;
}

.parsley-required {
    padding: 2px 7px;
}

div#user-submitted-posts fieldset.usp-captcha {
    width: 45%;
    margin-top: 30px;
}

#usp-success-message.usp-hidden {
    display: none;
}

#usp-success-message,
#usp-error-message {
    font-size: 16px;
}

#usp-error-message {
    display: none;
}

div#user-submitted-posts select {
    padding: 8px 10px;
}

div#usp-submit,
.entry-content-single div#usp-submit input[type=submit] {
    margin: 0;
}

body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: normal;
    font-size: inherit;
    margin: 0 0 3px 0;
}

body div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 6px;
}

body div.wpforms-container-full .wpforms-form input,
body div.wpforms-container-full .wpforms-form select {
    height: 40px !important;
}

/*--------------------------------------------------------------
   Buttons
--------------------------------------------------------------*/
.blogsy-pagination {
    position: relative;
    text-align: center;
    padding-top: 8px;
    min-height: 43px;
    margin-top: -16px;
    clear: both;
}

.blogsy-pagination .page-numbers,
.blogsy-sl-item {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    height: 32px;
    min-width: 32px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 100px;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.blogsy-sl-item {
    border: 1px solid;
    height: 34px;
    margin-right: 4px;
    font-size: 14px;
    margin-bottom: 7px;
    text-decoration: none;
}

.blogsy-sl-item::before {
    line-height: 1.5;
}

.blogsy-pagination .dots:hover {
    background: transparent;
}

.blogsy-link-pages {
    position: relative;
    width: 100%;
    text-align: center;
    float: left;
    height: 40px;
    margin-bottom: 24px;
}

.blogsy-link-pages-label {
    padding: 0;
    margin-top: 10px;
    display: block;
}

.blogsy-pagination .prev,
.blogsy-pagination .next,
.blogsy-link-pages a {
    padding: 9px 14px;
    height: 40px;
    min-width: 90px;
    top: 0;
    position: absolute;
    min-width: 130px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;
    text-decoration: none;
}

.blogsy-link-pages a {
    left: 0;
    min-width: 90px;
    padding: 7px 0 0 0;
}

.blogsy-link-pages a:last-child {
    right: 0;
    left: auto;
}

.blogsy-next,
.blogsy-prev {
    top: 0;
    position: absolute;
}

.subscribe_list li a,
.subscribe_list li a:before,
.blogsy-pagination .prev,
.blogsy-pagination .next,
a.page-numbers,
.blogsy-load-more a,
.blogsy-pagination .blogsy-next a,
.blogsy-pagination .blogsy-prev a,
.blogsy_author_link:hover,
.blogsy_read_more a:hover,
.form-submit input[type=submit],
.blogsy-wl-action .blogsy-button,
input[type="submit"],
.woocommerce-product-search button[type="submit"],
.blogsy-button,
.blogsy-link-pages a,
.blogsy-sl-item,
.blogsy_button,
body a.llms-button-action,
input[type="button"],
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-pagination .prev:hover,
.blogsy-pagination .prev:focus,
.blogsy-pagination .next:hover,
.blogsy-pagination .next:focus,
a.page-numbers:hover,
a.page-numbers:focus,
.blogsy-load-more a:hover,
.blogsy-load-more a:focus,
.blogsy-pagination .blogsy-next a:hover,
.blogsy-pagination .blogsy-next a:focus,
.blogsy-pagination .blogsy-prev a:hover,
.blogsy-pagination .blogsy-prev a:focus,
.blogsy_author_link:hover,
.blogsy_author_link:focus,
.blogsy_read_more a:hover,
.blogsy_read_more a:focus,
.form-submit input[type=submit]:hover,
.form-submit input[type=submit]:focus,
.blogsy-wl-action .blogsy-button:hover,
.blogsy-wl-action .blogsy-button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.blogsy-button:hover,
.blogsy-button:focus,
.blogsy-link-pages a:hover,
.blogsy-link-pages a:focus,
.blogsy_button:hover,
.blogsy_button:focus,
body a.llms-button-action:hover,
body a.llms-button-action:focus,
input[type="button"]:hover,
input[type="button"]:focus,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
.woocommerce-product-search button[type="submit"]:hover,
.woocommerce-product-search button[type="submit"]:focus {
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
}

.blogsy-pagination .prev,
.blogsy-pagination .blogsy-prev {
    left: 0;
}

.blogsy-pagination .next,
.blogsy-pagination .blogsy-next {
    right: 0;
}

.blogsy-pagination .prev:before,
.blogsy-pagination .next:after,
.blogsy-pagination .blogsy-prev a:before,
.blogsy-pagination .blogsy-next a:after {
    font-size: 14px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: bottom;
}

.blogsy-pagination .prev:before,
.blogsy-pagination .blogsy-prev a:before {
    content: "\f060";
    margin-right: 8px;
}

.blogsy-pagination .next:after,
.blogsy-pagination .blogsy-next a:after {
    content: "\f061";
    margin-left: 8px;
}

a.blogsy-button,
.blogsy-button,
input[type="submit"],
input[type="button"],
.wpcf7-submit,
.blogsy-load-more a,
.blogsy-pagination .blogsy-next a,
.blogsy-pagination .blogsy-prev a,
.blogsy_author_link,
.blogsy_read_more a,
a.blogsy_button,
body a.llms-button-action,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
.woocommerce-product-search button[type="submit"] {
    font-size: 15px;
    padding: 15px 25px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    line-height: 1;
    text-decoration: none;
    border-radius: 100px;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

body a.llms-button-action {
    text-decoration: none;
}

body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    border: none;
    margin-top: 18px;
}

body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    border: none;
}

a.blogsy_button:hover {
    opacity: 1;
}

.blogsy-button-search {
    background: transparent;
    font-size: 28px;
    border: none;
    line-height: 1;
}

.blogsy-button-small {
    padding: 11px 18px;
}

.blogsy-button-small {
    margin-right: 10px;
}

.blogsy-arrow {
    cursor: pointer;
    float: left;
}

.blogsy-module-actions {
    position: relative;
    display: inline-block;
    float: right;
}

.blogsy-module-actions button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
}

.blogsy-loader {
    display: none;
    position: absolute;
    top: 5px;
    left: 50%;
    margin: 0 auto 0 -20px;
    font-size: 11px;
}

.blogsy-infinite-scroll a,
.blogsy-loader-active {
    opacity: 0;
}

.blogsy-pagination .current {
    cursor: default;
}

/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/
.blogsy-site-header {
    float: left;
    width: 100%;
}

.blogsy-site-content {
    padding-top: 36px;
}

.blogsy-header-wrapper {
    position: relative;
    z-index: 8003;
}

.blogsy-header-shadow .blogsy-header-wrapper,
.blogsy-sticky-header {
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
}

.blogsy-top-bar {
    float: left;
    width: 100%;
    height: 44px;
    position: relative;
    z-index: 2000;
}

.blogsy-top-bar .blogsy-slot-l {
    left: 18px;
}

.blogsy-top-bar .blogsy-slot-r {
    right: 18px;
}

.blogsy-slot-l {
    left: 0;
}

.blogsy-slot-r {
    right: 0;
}

.blogsy-slot-l,
.blogsy-slot-r {
    position: absolute;
    z-index: 1002;
    display: table;
    top: 0;
}

.blogsy-slot-c {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 1000;
    display: table;
}

.blogsy-header-middle {
    position: relative;
}

.blogsy-header-middle .blogsy-slot-l,
.blogsy-header-middle .blogsy-slot-r,
.blogsy-header-middle .blogsy-slot-c {
    height: 100%;
}

.blogsy-header-middle .blogsy-slot-l>div,
.blogsy-header-middle .blogsy-slot-r>div,
.blogsy-header-middle .blogsy-slot-c>div,
.blogsy-header-middle .blogsy-slot-l>nav,
.blogsy-header-middle .blogsy-slot-r>nav,
.blogsy-header-middle .blogsy-slot-c>nav,
.blogsy-header-middle .blogsy-slot-l>ul,
.blogsy-header-middle .blogsy-slot-r>ul,
.blogsy-header-middle .blogsy-slot-c>ul {
    display: table-cell;
    vertical-align: middle;
}

/*header bottom*/
.blogsy-header-bottom {
    float: left;
    width: 100%;
    height: 60px;
    position: relative;
    display: block;
    z-index: 8002;
}

.blogsy-header-bottom .blogsy-slot-l {
    left: 18px;
}

.blogsy-header-bottom .blogsy-slot-r {
    right: 18px;
}

/*header type 1*/
.blogsy-site-header .container {
    position: relative;
}

.site-title {
    margin-bottom: 0;
    line-height: 1;
}

.site-title a {
    line-height: 1;
}

.site-title img {
    vertical-align: middle;
    display: inline-block;
}

.blogsy-header-middle .site-title a {
    display: block;
}

/* Sticky header */
.blogsy-sticky-header {
    position: fixed;
    -webkit-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
    top: 0;
    left: 0;
    height: 80px;
    max-height: 100px;
    z-index: 9000;
    width: 100%;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.blogsy-sticky-header-on .blogsy-sticky-header {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blogsy-sticky-header .site-title img {
    max-height: 40px;
}

.blogsy-responsive-header {
    height: 50px;
    z-index: 9999;
    width: 100%;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    position: fixed;
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
}

.blogsy-responsive-header.blogsy-res-open {
    height: 100%;
}

.blogsy-responsive-header.blogsy-res-open .container {
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
}

.blogsy-slot-r .blogsy-ad a {
    float: right;
    margin: 0;
}

.blogsy-logo-only .site-title,
.blogsy-logo-only .site-title a {
    line-height: 0;
}

.blogsy-sticky-header .blogsy-logo-only .site-title,
.blogsy-sticky-header .blogsy-logo-only .site-title a {
    line-height: 1;
}

@media (min-width: 1271px) {
    .blogsy-boxed .blogsy-sticky-header {
        max-width: 1260px;
        left: 50%;
        margin-left: -630px;
    }
}

#blogsy-menu-item-more {
    margin-right: 10px;
}

/*--------------------------------------------------------------
   Menus
--------------------------------------------------------------*/
.blogsy-site-header .blogsy-menu {
    text-align: center;
    display: inline-block;
}

.blogsy-site-header .blogsy-main-nav {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}

.blogsy-site-header .blogsy-main-nav>li {
    float: left;
    position: relative;
}

.blogsy-site-header .blogsy-main-nav li.menu-item-has-children>a:after {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 96%;
    line-height: 1;
    transform: translate(2px, 2px) rotate(40deg);
    display: inline-block;
}

.blogsy-site-header .blogsy-main-nav .sub-menu li.menu-item-has-children>a:after {
    float: right;
    margin-top: 3px;
}

.blogsy-site-header .blogsy-main-nav li a {
    line-height: 2;
    text-decoration: none;
}

.blogsy-site-header .blogsy-main-nav>li>a {
    padding: 10px 15px;
    float: left;
    position: relative;
    z-index: 1001;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogsy-site-header .blogsy-main-nav li li {
    position: relative;
    padding: 0 20px;
    float: left;
    width: 100%;
}

.blogsy-site-header .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0 2px;
    min-width: 220px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
}

.blogsy-site-header .sub-menu {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-site-header .blogsy-main-nav .sub-menu li,
.blogsy-site-header .sub-menu a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-site-header .blogsy-main-nav li .sub-menu li:not(.blogsy-menu-posts) {
    padding-bottom: 14px;
}

.blogsy-site-header .blogsy-main-nav li .sub-menu li+li {
    border-top: 1px solid rgba(6,16,32,0.07);
    padding-top: 14px;
}

.blogsy-site-header .blogsy-main-nav li .sub-menu a {
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 19px;
}

.blogsy-site-header .blogsy-main-nav .sub-menu li:not(.blogsy-menu-posts):hover,
.blogsy-site-header .blogsy-main-nav .sub-menu li:not(.blogsy-menu-posts).focus {
    padding-left: 22px;
    padding-right: 18px;
}

.blogsy-site-header .blogsy-main-nav li:hover>.sub-menu,
.blogsy-site-header .blogsy-main-nav li.focus>.sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.blogsy-site-header .site-description {
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.blogsy-site-header .blogsy-main-navigation {
    display: inline-block;
    vertical-align: top;
}

.blogsy-actions-menu {
    display: inline-block;
    position: relative;
}

.blogsy-actions-button {
    display: inline-block;
    position: relative;
}

.blogsy-actions-menu .blogsy-menu>li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.blogsy-actions-button>button,
.blogsy-actions-button>span {
    padding: 15px;
    font-size: 22px;
    z-index: 1001;
    line-height: 1;
    float: left;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-actions-button:hover {
    cursor: pointer;
}

.blogsy-header-bottom .blogsy-actions-button>button:not(.blogsy-button),
.blogsy-header-bottom .blogsy-actions-button>span,
.blogsy-header-bottom .blogsy-actions-button>a:not(.blogsy-button) {
    padding: 19px 16px 17px;
}

.blogsy-actions-menu .blogsy-menu .blogsy-buttons {
    padding: 5px 0;
}

.blogsy-actions-menu .blogsy-menu>li .blogsy-button {
    color: #fff;
}

.blogsy-header-bottom .blogsy-actions-button.blogsy-buttons {
    padding: 8px 0;
}

.blogsy-header-bottom .blogsy-watch-later-count,
.blogsy-header-bottom .blogsy-listen-later-count {
    top: 11px;
}

.blogsy-header-bottom .blogsy-cart-icon a {
    padding: 20px 16px 14px;
}

.blogsy-main-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
    margin-top: -12px;
}

.blogsy-mega-menu .sub-menu,
.blogsy-actions-menu .sub-menu {
    width: 300px;
    padding: 20px;
    z-index: 1000;
    right: 0;
    left: auto;
}

.blogsy-mega-menu .sub-menu {
    right: auto;
    left: 0;
}

.blogsy-mega-menu .sub-menu .blogsy-menu-posts {
    padding: 0;
    margin: 0;
}

.blogsy-mega-menu .blogsy-menu-posts .blogsy-lay-h {
    padding: 0;
}

.blogsy-site-header .blogsy-main-nav .blogsy-mega-menu .sub-menu a {
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 0;
}

.blogsy-site-header .blogsy-main-nav .blogsy-mega-menu .sub-menu li:hover {
    padding: 0;
    -webkit-transition: none;
    transition: none;
}

.blogsy-mega-menu .blogsy-lay-h:last-child {
    margin-bottom: 0;
}

.blogsy-actions-button.blogsy-social-icons .sub-menu {
    width: 200px;
}

.blogsy-actions-button.blogsy-social-icons .sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blogsy-actions-button:not(.blogsy-action-search, .active):hover .sub-menu,
.blogsy-actions-button:not(.blogsy-action-search, .active):focus-within .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.blogsy-watch-later-count,
.blogsy-listen-later-count {
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    min-width: 19px;
    height: 19px;
    line-height: 10px;
    padding: 5px 0;
    margin-right: 1px;
    position: absolute;
    top: 8px;
    right: 7px;
}

.blogsy-watch-later p:last-child,
.blogsy-listen-later p:last-child {
    margin-bottom: 0;
}

.blogsy-actions-button.blogsy-social-icons,
.blogsy-actions-button.blogsy-watch-later,
.blogsy-actions-button.blogsy-listen-later {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogsy-responsive-header .blogsy-actions-button.blogsy-watch-later:hover,
.blogsy-responsive-header .blogsy-actions-button.blogsy-listen-later:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blogsy-actions-button.blogsy-social-icons:hover,
.blogsy-actions-button.blogsy-watch-later:hover,
.blogsy-actions-button.blogsy-watch-later:focus-within,
.blogsy-actions-button.blogsy-listen-later:hover,
.blogsy-actions-button.blogsy-listen-later:focus-within,
.blogsy-actions-button.blogsy-action-search.active,
.blogsy-responsive-header .blogsy-actions-button.blogsy-watch-later.active,
.blogsy-responsive-header .blogsy-actions-button.blogsy-listen-later.active {
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
}

.blogsy-actions-button.blogsy-action-search:hover button,
.blogsy-actions-button.blogsy-action-search:focus-within button {
    background: 0 0;
}

/*Slots and margins*/
.blogsy-top-bar .blogsy-slot-c ul>li {
    margin-left: 5px;
    margin-right: 5px;
}

.blogsy-top-bar .blogsy-slot-l ul>li {
    margin-right: 10px;
}

.blogsy-top-bar .blogsy-slot-r ul>li {
    margin-left: 10px;
}

/*Top bar menus*/
.blogsy-top-bar ul>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.blogsy-top-bar .sub-menu>li {
    padding-right: 15px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-top-bar .sub-menu>li:hover {
    padding-right: 10px;
    padding-left: 5px;
}

.blogsy-top-bar ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1002;
    padding: 10px 0 8px 15px;
    min-width: 150px;
    text-align: left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.blogsy-top-bar ul li:hover>ul {
    display: block;
}

.blogsy-top-bar ul ul li {
    display: block;
}

.blogsy-top-bar ul ul li a {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.blogsy-top-bar ul li a {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 12px 0;
    float: left;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    letter-spacing: 1px;
}

.blogsy-top-bar ul li a:not(:hover, :focus) {
    text-decoration: none;
}

.blogsy-top-bar .blogsy-soc-menu li a {
    padding: 12px 0;
    width: 15px;
}

.blogsy-top-bar .blogsy-site-date {
    font-size: 12px;
    line-height: 20px;
    padding: 12px 0;
    letter-spacing: 1px;
}

.blogsy-top-bar ul.sub-menu>li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
}

.blogsy-top-bar ul.sub-menu>li:last-child {
    margin-bottom: 0;
}

.blogsy-top-bar .sub-menu a {
    line-height: 17px;
    padding-bottom: 3px;
}

.blogsy-top-bar .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
}

/*Social Menu*/
ul.blogsy_social_widget_ul li a::before,
.team .team-socials i:before,
.blogsy-soc-menu a:before {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.blogsy_social_widget_ul li a:hover::before,
ul.blogsy_social_widget_ul li a:focus::before,
.team .team-socials a:hover i:before,
.team .team-socials a:focus i:before,
.blogsy-soc-menu a:hover::before,
.blogsy-soc-menu a:focus::before {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.blogsy-soc-menu a[href*="patreon.com"]::before {
    text-decoration: none;
}

.blogsy-soc-menu li a {
    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
}

.header-top .blogsy-soc-menu a:hover {
    color: #ffffff;
}

.blogsy-social-name {
    opacity: 0;
    display: none;
    font-size: 12px;
}

.blogsy-soc-menu a[href*="/feed"]::before,
.blogsy-soc-menu a[href*="/rss"]::before,
.blogsy-soc-menu a[href*="feedburner"]::before {
    content: "\f09e";
}

.blogsy-soc-menu a[href*="@"]::before {
    content: "\f0e0";
}

.blogsy-soc-menu a[href*="codepen."]::before {
    content: "\f1cb";
}

.blogsy-soc-menu a[href*="digg."]::before {
    content: "\f1a6";
}

.blogsy-soc-menu a[href*="dribbble."]::before {
    content: "\f17d";
}

.blogsy-soc-menu a[href*="dropbox."]::before {
    content: "\f16b";
}

.blogsy-soc-menu a[href*="facebook."]::before {
    content: "\f39e";
}

.blogsy-soc-menu a[href*="flickr."]::before {
    content: "\f16e";
}

.blogsy-soc-menu a[href*="foursquare."]::before {
    content: "\f180";
}

.blogsy-soc-menu a[href*="google."]::before {
    content: "\f0d5";
}

.blogsy-soc-menu a[href*="github."]::before {
    content: "\f09b";
}

.blogsy-soc-menu a[href*="instagram."]::before {
    content: "\f16d";
}

.blogsy-soc-menu a[href*="linkedin."]::before {
    content: "\f0e1";
}

.blogsy-soc-menu a[href*="last.fm"]::before {
    content: "\f202";
}

.blogsy-soc-menu a[href*="pinterest."]::before {
    content: "\f0d2";
}

.blogsy-soc-menu a[href*="reddit."]::before {
    content: "\f1a1";
}

.blogsy-soc-menu a[href*="soundcloud."]::before {
    content: "\f1be";
}

.blogsy-soc-menu a[href*="spotify."]::before {
    content: "\f1bc";
}

.blogsy-soc-menu a[href*="stumbleupon."]::before {
    content: "\f1a4";
}

.blogsy-soc-menu a[href*="tumblr."]::before {
    content: "\f173";
}

.blogsy-soc-menu a[href*="twitter."]::before {
    content: "\f099";
}

.blogsy-soc-menu a[href*="twitch."]::before {
    content: "\f1e8";
}

.blogsy-soc-menu a[href*="vimeo."]::before {
    content: "\f27d";
}

.blogsy-soc-menu a[href*="vine."]::before {
    content: "\f1ca";
}

.blogsy-soc-menu a[href*="vk."]::before {
    content: "\f189";
}

.blogsy-soc-menu a[href*="wordpress."]::before {
    content: "\f19a";
}

.blogsy-soc-menu a[href*="xing."]::before {
    content: "\f168";
}

.blogsy-soc-menu a[href*="youtube."]::before {
    content: "\f167";
}

.blogsy-soc-menu a[href*="medium."]::before {
    content: "\f23a";
}

.blogsy-soc-menu a[href*="buysellads."]::before {
    content: "\f20d";
}

.blogsy-soc-menu a[href*="behance."]::before {
    content: "\f1b4";
}

.blogsy-soc-menu a[href*="slack."]::before {
    content: "\f198";
}

.blogsy-soc-menu a[href*="weibo."]::before {
    content: "\f18a";
}

.blogsy-soc-menu a[href*="snapchat."]::before {
    content: "\f2ac ";
}

.blogsy-soc-menu a[href*="500px."]::before {
    content: "\f26e";
}

.blogsy-soc-menu a[href*="amazon."]::before {
    content: "\f270";
}

.blogsy-soc-menu a[href*="mixcloud."]::before {
    content: "\f289";
}

.blogsy-soc-menu a[href*="ok.ru"]::before {
    content: "\f263";
}

.blogsy-soc-menu a[href*="patreon."]::before {
    content: "\f3d9";
}

.blogsy-soc-menu a[href*="tiktok."]::before {
    content: "\e07b";
}

.blogsy-soc-menu a[href*="shopify."]::before {
    content: "\e057";
}

.blogsy-soc-menu a[href*="”telegram."]::before,
.blogsy-soc-menu a[href*="t.me"]::before {
  content: "\f2c6";
}

.blogsy-mailto {
    background-color: #95a5a6;
}

.blogsy-whatsapp {
    background-color: #25d366;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="/feed"]:before,
.blogsy-actions-button .blogsy-soc-menu li a[href*="/rss"]:before {
    background-color: #FA9B39;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="@"]:before {
    background-color: #AAA;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="codepen."]:before {
    background-color: #ffffff;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="digg."]:before {
    background-color: #ffffff;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="dribbble."]:before {
    background-color: #ea4c89;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="dropbox."]:before {
    background-color: #007ee5;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="facebook."]:before,
.blogsy-facebook {
    background-color: #1877f2;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="flickr."]:before {
    background-color: #ff0084;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="foursquare."]:before {
    background-color: #0732a2;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="google."]:before,
.blogsy-gplus {
    background-color: #dd4b39;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="github."]:before {
    background-color: #4078c0;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="instagram."]:before {
    background-color: #e1306c;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="linkedin."]:before,
.blogsy-linkedin {
    background-color: #0a66c2;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="last.fm"]:before {
    background-color: #d51007;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="pinterest."]:before,
.blogsy-pinterest {
    background-color: #e60023;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="reddit."]:before,
.blogsy-reddit {
    background-color: #ff4500;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="soundcloud."]:before {
    background-color: #ff3300;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="spotify."]:before {
    background-color: #1db954;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="stumbleupon."]:before,
.blogsy-stumbleupon {
    background-color: #eb4924;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="tumblr."]:before {
    background-color: #35465c;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="twitter."]:before,
.blogsy-twitter {
    background-color: #1da1f2;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="twitch."]:before,
.blogsy-twitch {
    background-color: #9146ff;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="vimeo."]:before {
    background-color: #1ab7ea;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="vine."]:before {
    background-color: #00b488;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="vk."]:before,
.blogsy-vKontakte {
    background-color: #45668e;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="wordpress."]:before {
    background-color: #21759b;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="xing."]:before {
    background-color: #026466;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="youtube."]:before {
    background-color: #ff0000;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="medium."]:before {
    background-color: #00ab6c;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="buysellads."]:before {
    background-color: #eb4714;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="behance."]:before {
    background-color: #1769ff;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="slack."]:before {
    background-color: #6ecadc;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="weibo."]:before {
    background-color: #c13f35;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="snapchat."]:before {
    background-color: #fffc00;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="500px."]:before {
    background-color: #0099e5;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="amazon."]:before {
    background-color: #ff9900;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="mixcloud."]:before {
    background-color: #273a4b;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="ok.ru"]:before {
    background-color: #f80;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="patreon."]:before {
    background-color: #052d49;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="tiktok."]::before {
    background-color: #000000;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="shopify."]::before {
    background-color: #007f61;
}

.blogsy-actions-button .blogsy-soc-menu li a[href*="telegram."]:before,
.blogsy-actions-button .blogsy-soc-menu li a[href*="t.me"]:before {
  background-color: #0088cc;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="/feed"]:before,
.blogsy-site-header .blogsy-actions-social-list .blogsy-soc-menu li a[href*="/rss"]:before {
    color: #FA9B39;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="@"]:before {
    color: #AAA;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="codepen."]:before {
    color: #ffffff;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="digg."]:before {
    color: #ffffff;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="dribbble."]:before {
    color: #ea4c89;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="dropbox."]:before {
    color: #007ee5;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="facebook."]:before {
    color: #1877f2;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="flickr."]:before {
    color: #ff0084;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="foursquare."]:before {
    color: #0732a2;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="google."]:before {
    color: #dd4b39;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="github."]:before {
    color: #4078c0;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="instagram."]:before {
    color: #e1306c;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="linkedin."]:before {
    color: #0a66c2;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="last.fm"]:before {
    color: #d51007;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="pinterest."]:before {
    color: #e60023;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="reddit."]:before {
    color: #ff4500;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="soundcloud."]:before {
    color: #ff3300;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="spotify."]:before {
    color: #1db954;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="stumbleupon."]:before {
    color: #eb4924;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="tumblr."]:before {
    color: #35465c;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="twitter."]:before {
    color: #1da1f2;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="twitch."]:before {
    color: #9146ff;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="vimeo."]:before {
    color: #1ab7ea;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="vine."]:before {
    color: #00b488;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="vk."]:before {
    color: #45668e;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="wordpress."]:before {
    color: #21759b;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="xing."]:before {
    color: #026466;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="youtube."]:before {
    color: #ff0000;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="medium."]:before {
    color: #00ab6c;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="buysellads."]:before {
    color: #eb4714;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="behance."]:before {
    color: #1769ff;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="slack."]:before {
    color: #6ecadc;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="weibo."]:before {
    color: #c13f35;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="500px."]:before {
    color: #0099e5;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="amazon."]:before {
    color: #ff9900;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="mixcloud."]:before {
    color: #273a4b;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="ok.ru"]:before {
    color: #f80;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="patreon."]:before {
    color: #052d49;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="tiktok."]::before {
    color: #000000;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="shopify."]::before {
    color: #007f61;
}

.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="telegram."]:before,
.blogsy-site-header .blogsy-actions-social-list.blogsy-soc-menu li:hover a[href*="t.me"]:before {
  color: #0088cc;
}

.blogsy-actions-social-list.blogsy-soc-menu li a,
.blogsy-actions-button .blogsy-soc-menu li {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

/*Search Action*/
.blogsy-search-form {
    position: relative;
}

.blogsy-action-search .blogsy-search-form input[type="text"] {
    background: 0 0;
    height: 52px;
    padding: 0 20px;
    font-size: 14px;
    border-color: transparent;
}

.blogsy-action-search .blogsy-search-form input[type="text"]:focus {
    border-color: transparent;
}

.blogsy-button-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
}

.blogsy-action-search.blogsy-actions-button:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}

.blogsy-action-search .sub-menu {
    padding: 0;
    width: 250px;
}

.blogsy-action-search.active.blogsy-actions-button:hover .sub-menu,
.blogsy-action-search.active.blogsy-actions-button .sub-menu,
.blogsy-watch-later.active.blogsy-actions-button .sub-menu,
.blogsy-listen-later.active.blogsy-actions-button .sub-menu {
    opacity: 1;
    visibility: visible;
}

/*Social Menu Action*/
.blogsy-in-popup li {
    margin-bottom: 8px;
}

.blogsy-in-popup li:last-child {
    margin-bottom: 0;
}

.blogsy-in-popup li a {
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogsy-in-popup .blogsy-social-name {
    opacity: 1;
    display: inline-block;
    vertical-align: top;
}

.blogsy-in-popup li a:before {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.blogsy-actions-search .blogsy-search-form {
    margin: 10px 0;
}

.blogsy-actions-search input[type="text"] {
    width: 210px;
    line-height: 20px;
    font-size: 14px;
    background: 0 0;
}

.blogsy-actions-search .blogsy-button-search {
    width: 50px;
}

.blogsy-actions-social-list {
    list-style: none;
}

.blogsy-menu>li {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-menu>li.menu-item-has-children:hover,
.blogsy-menu>li.menu-item-has-children.focus {
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.blogsy-menu .blogsy-actions-social-list {
    display: inline-block;
    vertical-align: top;
}

.blogsy-menu .blogsy-actions-social-list li {
    display: inline-block;
    vertical-align: top;
}

.blogsy-menu .blogsy-actions-social-list li a {
    padding: 19px 7px 16px;
    font-size: 20px;
    z-index: 1001;
    line-height: 1;
    float: left;
    position: relative;
}

.blogsy-menu .blogsy-actions-social-list li a:before {
    font-size: 18px;
    line-height: 1;
}

.blogsy-menu .blogsy-actions-social-list li a {
    padding: 16px 7px 16px;
}

.blogsy-header-bottom .blogsy-actions-social-list li a {
    padding: 19px 7px 16px;
}

.blogsy-header-bottom .blogsy-main-nav>li>a {
    padding: 17px 15px;
}

/*.blogsy-header-bottom .blogsy-main-nav li .sub-menu a {
    padding-top: 2px;
    padding-bottom: 13px;
}*/

.blogsy-header-bottom .blogsy-main-nav li:not(.menu-item-has-children):hover>a {
    background: 0 0;
}

.blogsy-menu .blogsy-button-search {
    width: 45px;
    font-size: 20px;
}

.blogsy-menu .blogsy-actions-search input[type=text] {
    border-radius: 20px;
    padding: 10px 40px 10px 15px;
}

.blogsy-header-1 .blogsy-slot-r .blogsy-menu>li.blogsy-actions-button:last-child,
.blogsy-header-2 .blogsy-slot-r .blogsy-menu>li.blogsy-actions-button:last-child,
.blogsy-header-3 .blogsy-slot-r .blogsy-menu>li.blogsy-actions-button:last-child,
.blogsy-header-5 .blogsy-slot-r .blogsy-menu>li.blogsy-actions-button:last-child,
.blogsy-header-6 .blogsy-slot-r .blogsy-menu>li.blogsy-actions-button:last-child,
.blogsy-sticky-header .blogsy-slot-r .blogsy-menu>li.blogsy-actions-button:last-child {
    margin-right: -18px;
}

.blogsy-header-1 .blogsy-slot-r .blogsy-menu .blogsy-actions-social-list li:last-child,
.blogsy-header-2 .blogsy-slot-r .blogsy-menu .blogsy-actions-social-list li:last-child,
.blogsy-header-3 .blogsy-slot-r .blogsy-menu .blogsy-actions-social-list li:last-child,
.blogsy-header-5 .blogsy-slot-r .blogsy-menu .blogsy-actions-social-list li:last-child,
.blogsy-header-6 .blogsy-slot-r .blogsy-menu .blogsy-actions-social-list li:last-child,
.blogsy-sticky-header .blogsy-slot-r .blogsy-menu .blogsy-actions-social-list li:last-child {
    margin-right: -5px;
}

.blogsy-header-3 .blogsy-slot-l .blogsy-menu>li:first-child,
.blogsy-header-5 .blogsy-slot-l .blogsy-menu>li:first-child,
.blogsy-header-6 .blogsy-slot-l .blogsy-menu>li:first-child {
    margin-left: -16px;
}

/* MEGA MENU */
.blogsy-wl-empty,
.blogsy-ll-empty {
    text-transform: none;
    font-size: 14px;
    width: 150px;
    line-height: 22px;
    margin: 0 auto;
    position: relative;
}

.blogsy-small-border:before {
    content: "";
    border-top: 1px solid;
    width: 90px;
    height: 1px;
    margin: 0 auto 18px;
    display: block;
}

.blogsy-wl-empty .fb,
.blogsy-ll-empty .fb {
    display: block;
    font-size: 52px;
    text-align: center;
    clear: both;
    margin: 10px 0;
}

.blogsy-wl-empty p,
.blogsy-ll-empty p {
    margin-bottom: 0;
}

.blogsy-small-border {
    padding: 18px 0 10px;
}

.blogsy-menu-posts .blogsy-lay-h {
    width: 100%;
    margin-bottom: 18px;
}

.blogsy-menu-posts .blogsy-lay-h .entry-header {
    margin-top: 0;
}

.blogsy-menu-posts .blogsy-lay-h:last-child {
    margin-bottom: 0;
}

.sub-menu .blogsy-menu-posts {
    margin: 0 -18px;
}

.blogsy-wl-action .blogsy-button {
    width: 100%;
}

.blogsy-wl-action {
    clear: both;
    border-top: 1px solid;
    padding-top: 18px;
}

/* Sticky header */
.blogsy-sticky-header .blogsy-slot-l {
    height: 80px;
    display: table;
}

.blogsy-sticky-header .blogsy-slot-l .blogsy-site-branding {
    display: table-cell;
    vertical-align: middle;
}

.blogsy-sticky-header .blogsy-slot-c {
    padding: 7px 0;
}

.blogsy-sticky-header .blogsy-slot-r {
    padding: 9px 0;
}

.blogsy-responsive-header .blogsy-action-search,
.blogsy-responsive-header .blogsy-watch-later,
.blogsy-responsive-header .blogsy-listen-later {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    height: 50px;
    max-width: 50px;
    width: auto;
}

.blogsy-responsive-header .blogsy-actions-button:nth-child(2) {
    right: 50px;
}

.blogsy-responsive-header .blogsy-actions-button:nth-child(3) {
    right: 100px;
}

.blogsy-responsive-header .blogsy-actions-button:first-child {
    right: 0;
}

.blogsy-responsive-header .blogsy-watch-later.active.blogsy-actions-button:nth-child(2) .sub-menu {
    right: -50px;
}

.blogsy-responsive-header .blogsy-watch-later.active.blogsy-actions-button:nth-child(3) .sub-menu {
    right: -100px;
}

.blogsy-responsive-header .blogsy-actions-button>button,
.blogsy-responsive-header .blogsy-actions-button>span {
    float: right;
    z-index: 99999;
    padding: 13px 15px;
}

.blogsy-responsive-header .blogsy-action-search .sub-menu,
.blogsy-responsive-header .blogsy-watch-later .sub-menu,
.blogsy-responsive-header .blogsy-listen-later .sub-menu {
    width: auto;
    opacity: 0;
    visibility: hidden;
}

.blogsy-responsive-header .blogsy-action-search.active.blogsy-actions-button .sub-menu,
.blogsy-responsive-header .blogsy-watch-later.active.blogsy-actions-button .sub-menu,
.blogsy-responsive-header .blogsy-listen-later.active.blogsy-actions-button .sub-menu {
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 1002;
}

.blogsy-responsive-header .active.blogsy-actions-button:nth-child(2) .sub-menu {
    right: -50px;
}

.blogsy-responsive-header .active.blogsy-actions-button:nth-child(3) .sub-menu {
    right: -100px;
}

.blogsy-responsive-header .sub-menu .blogsy-menu-posts {
    width: 100%;
    max-width: 991px;
    float: left;
    padding: 20px 0 !important;
    margin: 0;
}

.blogsy-responsive-header .dl-menu.dl-subview li>.sub-menu {
    padding: 0 !important;
    width: 100% !important;
}

.blogsy-responsive-header .col-sm-5 {
    width: 29%;
}

.blogsy-responsive-header .col-sm-7 {
    width: 71%;
}

.blogsy-responsive-header .entry-header a,
.blogsy-responsive-header .entry-image a {
    padding: 0;
    margin: 0;
    width: 100%;
}

.blogsy-responsive-header .entry-image img {
    width: 100%;
}

.blogsy-responsive-header .blogsy-menu-posts .blogsy-lay-h {
    width: 50%;
    padding: 0 18px;
}

.blogsy-responsive-header .blogsy-mega-menu .sub-menu {
    padding: 0;
}

.blogsy-responsive-header .blogsy-actions-button.blogsy-action-search:hover button,
.blogsy-responsive-header .blogsy-actions-button.blogsy-action-search:focus-within button {
    color: inherit;
}

.blogsy-responsive-header .blogsy-action-search .blogsy-search-form input[type=text],
.blogsy-responsive-header .blogsy-action-search .blogsy-search-form input[type=text]:focus {
    font-size: 16px;
}

.blogsy-social-icons li {
    list-style: none;
}

.blogsy-remove-wl,
.blogsy-remove-ll {
    position: absolute;
    right: 2px;
    top: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 23px;
    font-size: 11px;
    padding: 0;
    opacity: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogsy-menu-posts .row:hover .blogsy-remove-wl,
.blogsy-menu-posts .row:hover .blogsy-remove-ll {
    opacity: 1;
    margin: 0 5px 0 0;
}

.blogsy-menu-posts .no-left-padding {
    position: static;
}

.blogsy-main-nav>li>.sub-menu .sub-menu.blogsy-rev {
    left: initial;
    right: 100%;
}

.blogsy-main-nav li .blogsy-rev {
    left: auto;
    right: 0;
}

.blogsy-main-nav li .sub-menu .blogsy-rev {
    left: auto;
    right: 100%;
}

.blogsy-main-nav li:last-child .sub-menu .sub-menu,
.blogsy-main-nav li:nth-last-child(-n+2) .sub-menu .sub-menu {
    display: none;
}

.blogsy-site-header .blogsy-main-nav li:last-child .sub-menu li:hover .sub-menu,
.blogsy-site-header .blogsy-main-nav li:nth-last-child(-n+2) .sub-menu li:hover .sub-menu {
    display: block;
}

.blogsy-site-header .sub-menu .sub-menu {
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

.blogsy-responsive-header .blogsy-actions-button.active:only-child .sub-menu {
    right: 0;
}

.blogsy-listen-later button,
.blogsy-action-search button,
.blogsy-watch-later button {
    cursor: pointer;
    background: transparent;
    border: none;
}

/* Login/Logout form */
.blogsy-actions-menu .blogsy-action-login:hover {
    cursor: auto;
}

.dl-trigger .fb-close:before,
.blogsy-actions-menu .blogsy-action-login .fb-close:before {
    content: "\6b";
}

.blogsy-actions-menu .blogsy-action-login .sub-menu {
    padding: 20px;
    text-transform: initial;
}

.blogsy-actions-menu .blogsy-action-login .sub-menu p {
    margin: 0 0 12px;
}

.blogsy-actions-menu .blogsy-action-login .sub-menu a {
    display: block;
    line-height: 1;
}

.blogsy-actions-menu .blogsy-action-login .sub-menu a img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.blogsy-actions-menu .blogsy-action-login .sub-menu .btn-logout {
    display: inline;
    color: #ffffff;
    font-size: 12px;
    padding: 11px 21px;
}

.blogsy-actions-menu .blogsy-action-login .sub-menu .blogsy-username {
    margin-bottom: 15px;
}

#blogsy-menu-item-more {
    display: none;
}

/*--------------------------------------------------------------
   Modules
--------------------------------------------------------------*/
.blogsy-mod-head {
    margin-bottom: 30px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.text-center .blogsy-mod-head {
    justify-content: center;
}

.blogsy-mod-title {
    display: inline-block;
    vertical-align: middle;
}

.blogsy-mod-title h4,
.blogsy-mod-title .h4 {
    line-height: 1;
    margin-bottom: 0;
}

.blogsy-mod-head .blogsy-mod-title *+* {
    margin-top: 7px;
    margin-bottom: 0;
}

.blogsy-mod-head .blogsy-mod-title p {
    text-transform: none;
}

.blogsy-mod-desc {
    margin-top: 16px;
}

.blogsy-mod-desc img {
    border-radius: 50%;
    float: left;
    margin-right: 24px;
}

.blogsy-mod-desc p:last-child {
    margin-bottom: 0;
}

.blogsy-slider-controls {
    float: right;
    display: inline-block;
    vertical-align: top;
}

.blogsy-mod-actions,
.blogsy-all-link {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 1px 0 0 0;
}

.module-series .meta-item {
    text-transform: uppercase;
    font-size: 12px;
}

.module-series .entry-meta {
    margin-bottom: 5px;
}

.module-text .blogsy-txt-module {
    margin-bottom: 54px;
}

.module-text:last-child .blogsy-txt-module {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
   Layouts
--------------------------------------------------------------*/
.entry-image {
    position: relative;
}

.entry-image a {
    display: block;
}

.entry-image a .blogsy-format-action {
    opacity: 0;
   	top: 20px;
    right: 20px;
    left: unset;
	bottom: unset;
    margin: 0;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

.entry-image a:hover .blogsy-format-action {
    opacity: 1;
}

.module-series .entry-image a .blogsy-format-action {
    opacity: 1;
}

.entry-image a .blogsy-format-loader {
    margin: -60px 0 0 -60px;
}

.entry-category {
    line-height: 20px;
}

.entry-category a {
    font-size: 14px;
    line-height: 20px;
}

.entry-category,
.entry-category a {
    line-height: 26px;
}

.meta-item a,
.entry-category a {
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}

.no-left-padding {
    padding-left: 0;
}

.blogsy-module .lay-horizontal .entry-category {
    margin-top: -8px;
    display: block;
}

.lay-horizontal .entry-content p {
    margin-bottom: 0;
}

.blogsy-post p:last-child {
    margin-bottom: 0;
}

.blogsy-mod-actions {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.comment-reply-link,
#cancel-comment-reply-link,
a.button.product_type_simple.add_to_cart_button,
a.added_to_cart {
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 3px 15px;
    margin: 15px 0 0 0;
    float: left;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-lay-d a.button.product_type_simple.add_to_cart_button,
.blogsy-lay-e a.button.product_type_simple.add_to_cart_button,
.blogsy-lay-f a.button.product_type_simple.add_to_cart_button,
.blogsy-lay-g a.button.product_type_simple.add_to_cart_button,
.blogsy-lay-h a.button.product_type_simple.add_to_cart_button {
    margin-top: 5px;
}

.blogsy-lay-h a.button.product_type_simple.add_to_cart_button {
    padding: 0 12px;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
}

a.added_to_cart {
    margin-left: 2px;
}

.blogsy-rm,
.blogsy-all-link {
    margin: 0;
    float: left;
    text-transform: uppercase;
    border: 0;
    position: relative;
    font-size: 15px;
    line-height: 1.393em;
    font-weight: 500;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-rm .text,
.blogsy-all-link .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.blogsy-rm svg,
.blogsy-all-link svg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 12px;
    margin-left: 0;
    top: 0;
    stroke-width: 0.14rem;
}

.blogsy-rm:hover svg,
.blogsy-rm:focus svg,
.blogsy-all-link:hover svg,
.blogsy-all-link:focus svg {
    -webkit-animation: LineVisibleAnimation .7s cubic-bezier(.5,.54,0,.75) forwards;
    animation: LineVisibleAnimation .7s cubic-bezier(.5,.54,0,.75) forwards;
}

.blogsy-rm svg *,
.blogsy-all-link svg * {
    fill: none;
    stroke: currentColor;
}

.blogsy-rm {
    margin-top: 15px;
}

.comment-reply-link {
    float: none;
    padding: 6px 12px;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: none;
}

.blogsy-slider-controls,
.blogsy-all-link {
    margin-left: 10px;
}

.blogsy-slider-controls .owl-prev,
.blogsy-slider-controls .owl-next {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    margin-top: 1px;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    transition: box-shadow .4s;
}

.blogsy-slider-controls .owl-prev:hover,
.blogsy-slider-controls .owl-next:hover {
    cursor: pointer;
    box-shadow: 0 0 35px 0 rgba(22,12,96,.18);
}

.blogsy-slider-controls .owl-prev {
    margin-right: 5px;
}

.blogsy-slider-controls .fa {
    font-size: 17px;
}

/*layout a*/
.blogsy-lay-a .entry-image {
    margin-bottom: 15px;
}

.blogsy-lay-a .entry-title {
    margin-bottom: 3px;
}

.blogsy-lay-a .entry-meta {
    margin-bottom: 10px;
}

.col-blogsy-offset {
    padding: 0;
    max-width: 768px;
    margin: 0 auto;
}

.blogsy-module .blogsy-lay-a .entry-category {
    margin-bottom: 3px;
    margin-top: 1px;
}

.blogsy-lay-a .entry-category,
.blogsy-lay-a .entry-category a {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*layout B*/
.blogsy-lay-b {
    width: 100%;
}

.blogsy-lay-b .entry-category {
    margin-bottom: 2px;
}

.blogsy-lay-b .entry-title {
    margin-bottom: 3px;
}

.blogsy-lay-b .entry-meta {
    margin-bottom: 10px;
}

.blogsy-lay-b .entry-content p,
.blogsy-lay-c .entry-content p,
.blogsy-lay-d .entry-content p,
.blogsy-lay-e .entry-content p {
    line-height: 1.57;
}

.blogsy-module .blogsy-lay-b .entry-category {
    margin-bottom: 5px;
    margin-top: -5px;
}

.blogsy-lay-b .entry-category,
.blogsy-lay-b .entry-category a {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*layout c*/
.blogsy-lay-c .entry-image {
    margin-bottom: 15px;
}

.blogsy-lay-c .entry-title {
    margin-bottom: 3px;
}

.blogsy-lay-c .entry-meta {
    margin-bottom: 10px;
}

.blogsy-module .blogsy-lay-c .entry-category {
    margin-bottom: 3px;
    margin-top: 3px;
}

.blogsy-lay-c .entry-category,
.blogsy-lay-c .entry-category a {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*layout D*/
.blogsy-module .blogsy-lay-d .entry-category {
    margin-bottom: 4px;
    margin-top: -5px;
}

.blogsy-lay-d .entry-category,
.blogsy-lay-d .entry-category a {
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

/*layout E*/
.blogsy-lay-e .entry-title {
    margin-bottom: 0;
}

.blogsy-lay-e .entry-image {
    margin-bottom: 10px;
}

.blogsy-lay-e .entry-category {
    margin-bottom: 4px;
}

.blogsy-lay-e .entry-category,
.blogsy-lay-e .entry-category a {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

/* Layout F */
.blogsy-module .blogsy-lay-f.lay-horizontal .entry-category {
    margin-top: -5px;
    margin-bottom: 3px;
}

.blogsy-lay-f .entry-category,
.blogsy-lay-f .entry-category a {
    line-height: 16px;
    display: inline-block;
}

/*Layout G*/
.blogsy-lay-g .entry-image {
    margin-bottom: 5px;
}

.blogsy-lay-g .entry-category,
.blogsy-lay-g .entry-category a {
    line-height: 16px;
    display: inline-block;
}

.blogsy-lay-g .entry-category {
    margin-bottom: 4px;
}

/*Layout H*/
.blogsy-module .blogsy-lay-h.lay-horizontal .entry-category {
    margin-top: -5px;
    margin-bottom: 3px;
}

.blogsy-lay-h .entry-category,
.blogsy-lay-h .entry-category a {
    line-height: 16px;
    display: inline-block;
}

.blogsy-lay-h .entry-category {
    margin-bottom: 4px;
}

.blogsy-post.blogsy-lay-h .entry-image:hover img {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
}

/*Combinations*/
.col-lg-6 .blogsy-lay-b,
.col-lg-3 .blogsy-lay-c,
.col-lg-4 .blogsy-lay-c,
.col-lg-6 .blogsy-lay-c,
.col-lg-6 .blogsy-lay-d,
.col-lg-4 .blogsy-lay-e,
.col-lg-4 .blogsy-lay-f,
.col-lg-3 .blogsy-lay-g,
.col-lg-3 .blogsy-lay-h {
    width: 100%;
    max-width: 100%;
}

.col-lg-8 .blogsy-lay-e,
.col-lg-4 .blogsy-lay-g,
.col-lg-6 .blogsy-lay-g,
.col-lg-8 .blogsy-lay-g,
.col-lg-3 .blogsy-lay-f,
.col-lg-6 .blogsy-lay-f,
.col-lg-8 .blogsy-lay-f,
.col-lg-6 .blogsy-lay-h {
    width: 50%;
    max-width: 100%;
}

.col-lg-9 .blogsy-lay-f,
.col-lg-9 .blogsy-lay-g,
.col-lg-9 .blogsy-lay-h {
    width: 33.33%;
    max-width: 100%;
}

.blogsy-module .owl-item article {
    width: 100%;
    padding: 0;
}

.blogsy-module .owl-carousel.owl-loaded {
    margin: 0;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

/* No sidebar combinations */
.blogsy-no-sid .blogsy-lay-d .h5,
.blogsy-no-sid .blogsy-lay-e .h5,
.blogsy-no-sid .blogsy-lay-f .h5 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.44;
    margin-bottom: 0;
}

.blogsy-no-sid .blogsy-lay-g .h6 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.35;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
.blogsy-site-footer {
    float: left;
    width: 100%;
    background: #2c3e50;
    color: rgba(255, 255, 255, 0.5);
}

.blogsy-site-footer {
    padding: 0;
}

.blogsy-copyright {
    background: rgba(0, 0, 0, 0.15);
    min-height: 70px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 28px 0;
    letter-spacing: 1px;
}

.blogsy-site-footer .blogsy-copyright p {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 1px;
}

.blogsy-site-footer p {
    line-height: 1.57;
}

.blogsy-copyright a:hover {
    color: #ffffff;
}

.blogsy-copyright p {
    color: rgba(255, 255, 255, 0.5);
}

.blogsy-site-footer .widget {
    border: none;
    padding: 0;
}

.blogsy-site-footer .widget_calendar .widget-title {
    padding: 20px 0 13px;
}

.blogsy-site-footer .widget:first-child {
    margin-top: 80px;
}

.blogsy-site-footer .widget:last-child {
    margin-bottom: 80px;
}

.blogsy-site-footer .widget-title {
    border-bottom: none;
    margin-bottom: 20px;
}

.blogsy-site-footer a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-site-footer .widget.widget_archive li,
.blogsy-site-footer .widget.widget_pages li,
.blogsy-site-footer .widget.widget_meta li,
.blogsy-site-footer .widget.widget_nav_menu li {
    margin-bottom: 6px;
}

.blogsy-site-footer .col-lg-4 .blogsy-lay-g {
    width: 100%;
    max-width: 100%;
}

/*--------------------------------------------------------------
   Single post classes
--------------------------------------------------------------*/
.blogsy-single-no-sid .blogsy-content {
    float: none;
    margin: 0 auto;
}

.entry-content-single .entry-header {
    margin-bottom: 24px;
}

.entry-content-single {
    margin-bottom: 36px;
    clear: both;
}

.entry-content-single ul,
.entry-content-single ol {
    margin-bottom: 26px;
    margin-left: 23px;
}

.entry-content-single ol {
    list-style: decimal outside;
}

.entry-content-single ol>li {
    list-style: decimal outside;
}

.entry-content-single ul>li:before {
    content: "\2022";
    margin-left: -17px;
    padding-right: 5px;
    font-size: 120%;
    font-weight: 900;
    vertical-align: middle;
    display: inline-block;
}

.meta-tags {
    font-size: 14px;
    clear: both;
}

.meta-tags span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
}

.blogsy-author .blogsy-mod-head {
    margin-bottom: 10px;
}

.blogsy-author p:last-child {
    margin-bottom: 0;
}

.blogsy-single-entry-image {
    margin: 10px 0 24px;
}

.meta-tags+.blogsy-share-single {
    margin-top: 15px;
}

body .blogsy-share-single {
    margin-right: -18px;
}

/*Share buttons*/
body .blogsy-share-single .blogsy_ess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 4px;
}

body .blogsy-share-single .blogsy_ess a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    min-width: 120px;
    float: left;
    margin-right: 18px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    padding-left: 3%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

body .blogsy-share-single .blogsy_ess a:hover {
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2) !important;
    background-image: none !important;
}

body .blogsy-share-single .blogsy_ess a::before {
    height: 40px;
    width: 40px;
    float: left;
    text-align: center;
    padding: 13px 0;
    background: rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

body .blogsy-share-single .blogsy_ess span {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

body .blogsy-share-single .blogsy_ess .socicon-mail {
    background-color: #95a5a6;
}

body .blogsy-share-single .blogsy_ess.no-labels span {
    display: none;
}

body .blogsy-share-single .blogsy_ess.rectangle.no-labels a::before {
    width: 100%;
    background: transparent;
}

body .blogsy-share-single .blogsy_ess.rounded.no-labels a:before {
    width: 100%;
    background: transparent;
}

body .blogsy-share-single .blogsy_ess.rounded a:before {
    border-radius: 20px 0 0 20px;
}

body .blogsy-share-single .blogsy_ess.circle a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

body .blogsy-share-single .blogsy_ess.circle a:before {
    width: 100%;
    background: transparent;
}

body .blogsy-share-single .blogsy_ess.square a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

body .blogsy-share-single .blogsy_ess.square a:before {
    width: 100%;
    background: transparent;
}

body .blogsy-share-single .blogsy_ess.transparent.no-labels a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

body .blogsy-share-single .blogsy_ess.transparent.no-labels a:before {
    width: 100%;
    background: transparent;
}

body .blogsy-share-single .blogsy_ess.transparent a {
    padding-left: 0;
    width: auto;
    min-width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 10px;
}

body .blogsy-share-single .blogsy_ess.transparent a:before {
    background: transparent;
    position: static;
    margin: 0 10px 0 0;
    width: auto;
}

body .blogsy-share-single .blogsy_ess.transparent a span {
    margin: 0;
}

body .blogsy-share-single .blogsy_ess.outline a:before {
    top: -1px;
}

/*Extras boxes*/
.author .blogsy-mod-desc {
    padding: 36px;
}

.blogsy-author-box,
.blogsy-content .blogsy-prev-next-nav,
.author .blogsy-mod-desc {
    margin-bottom: 36px;
    clear: both;
    float: left;
    width: 100%;
}

.blogsy-content .blogsy-prev-next-nav {
    border-top: 1px solid;
    padding-top: 26px;
}

.blogsy-prev-next-nav>div {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.blogsy-prev-next-nav .blogsy-pn-ico {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.blogsy-prev-next-nav .blogsy-pn-link {
    font-size: 14px;
}

.blogsy-prev-next-nav .blogsy-next-link a {
    float: right;
    line-height: 20px;
}

.blogsy-prev-next-nav .blogsy-prev-link a {
    float: left;
    line-height: 20px;
}

.blogsy-prev-next-nav .blogsy-next-link a,
.blogsy-prev-next-nav .blogsy-prev-link a,
.blogsy-prev-next-nav .blogsy-pn-ico {
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}

.blogsy-prev-next-nav .blogsy-next-link {
    float: right;
    text-align: right;
}

.blogsy-prev-next-nav .blogsy-next-link i {
    padding-left: 0;
    top: 6px;
    right: 0;
}

.blogsy-prev-next-nav .blogsy-prev-link {
    float: left;
    text-align: left;
}

.blogsy-prev-next-nav .blogsy-prev-link i {
    padding-right: 0;
    top: 4px;
    left: 0;
}

.blogsy-prev-next-nav i {
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    font-size: 10px;
}

.blogsy-prev-next-nav a:hover i {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blogsy-prev-next-nav a:hover .blogsy-pn-ico {
    padding-right: 14px;
}

.blogsy-prev-next-nav a:hover .blogsy-pn-ico {
    padding-left: 14px;
}

.blogsy-content .blogsy-prev-next-nav:empty {
    border-top: none;
    display: none;
}

/* COVER PREV NEXT */
.blogsy-prev-next-cover-nav .blogsy-prev-link,
.blogsy-prev-next-cover-nav .blogsy-next-link {
    cursor: pointer;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 185px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999;
}

.blogsy-prev-next-cover-nav .blogsy-pn-ico {
    opacity: 0.5;
}

.blogsy-prev-next-cover-nav span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogsy-prev-next-cover-nav .blogsy-prev-link {
    left: 60px;
}

.blogsy-prev-next-cover-nav .blogsy-prev-link:hover span {
    opacity: 1;
}

.blogsy-prev-next-cover-nav .blogsy-next-link {
    right: 60px;
}

.blogsy-prev-next-cover-nav .blogsy-next-link a {
    right: 0;
}

.blogsy-prev-next-cover-nav .blogsy-next-link:hover span {
    opacity: 1;
}

.blogsy-prev-next-cover-nav .blogsy-next-link span {
    text-align: right;
}

.blogsy-prev-next-cover-nav .blogsy-pn-txt,
.blogsy-prev-next-cover-nav .blogsy-pn-link {
    color: #ffffff;
    display: block;
    line-height: 20px;
}

.blogsy-prev-next-cover-nav .blogsy-pn-link {
    text-align: left;
    font-size: 14px;
    opacity: 0.7;
}

.blogsy-prev-next-cover-nav .blogsy-pn-txt {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.4;
    text-align: left;
}

.blogsy-popup .blogsy-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9000;
}

.blogsy-popup .blogsy-popup-wrapper {
    z-index: 9001;
    position: relative;
    max-width: 1104px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}

.blogsy-popup-wrapper {
    margin-bottom: 36px;
}

.blogsy-single-content .blogsy-popup-wrapper {
    margin-bottom: 0;
}

.blogsy-format-content.blogsy-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 2% 0;
    z-index: 99999;
    margin: 0;
    display: block;
}

.blogsy-playlist-mode-acitve .blogsy-format-content.blogsy-popup {
    padding: 0;
}

.blogsy-playlist-mode-acitve .blogsy-format-content.blogsy-popup .blogsy-popup-wrapper {
    max-width: 824px;
}

.inplay-mode-acitve .blogsy-format-content.blogsy-popup .blogsy-playlist-video {
    position: absolute;
}

.blogsy-format-content.blogsy-popup .blogsy-playlist-video {
    height: 100%;
    width: 100%;
}

.blogsy-format-content.blogsy-popup .blogsy-playlist-video .mejs-video {
    margin: 0 auto;
}

.blogsy-format-content.blogsy-popup .blogsy-playlist {
    display: none;
}

.blogsy-format-content.blogsy-popup .blogsy-playlist-video {
    padding-right: 0;
}

.blogsy-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #ffffff;
    z-index: 9001;
    text-decoration: none;
}

.video-js {
    z-index: 3;
}

.fluid-width-video-wrapper {
    z-index: 3;
}

.blogsy-format-inplay.blogsy-bg {
    margin-bottom: 0;
    display: none;
}

.blogsy-bg.blogsy-format-inplay {
    padding: 20px 0 20px;
    float: left;
    width: 100%;
}

.blogsy-format-inplay .entry-header {
    max-width: 620px;
    display: inline-block;
}

.blogsy-format-inplay .container {
    position: relative;
}

.blogsy-format-inplay .blogsy-vcenter-actions.entry-actions {
    right: 0;
}

.blogsy-format-inplay .blogsy-pe-a.entry-actions {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    right: 0;
}

body.blogsy-popup-on {
    overflow: hidden;
}

.entry-content-single .meta-tags a {
    text-decoration: none;
}

.blogsy-single-content .blogsy-highlight {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.blogsy-single-content .entry-actions {
    float: none;
    padding-left: 0;
    height: auto;
}

.blogsy-single-content .entry-media {
    margin-top: 10px;
}

.blogsy-single-content .entry-media iframe {
    margin-bottom: 24px;
}

.blogsy-single-content .mejs-container {
    margin-bottom: 24px;
}

.blogsy-single-content .entry-media .mejs-container {
    margin-bottom: 0;
}

.blogsy-featured-item .entry-media:only-child {
    margin-bottom: 24px;
}

.entry-content-single .entry-media,
.entry-content-single .entry-media iframe {
    float: left;
    width: 100%;
}

.entry-content-single .entry-image {
    margin-bottom: 24px;
}

.entry-content-single input[type="submit"] {
    margin-top: 18px;
}

.mfp-counter {
    top: -48px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    padding: 3px 8px;
}

.entry-content-single a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
}

.blogsy-playlist-wrapper {
    clear: both;
}

.blogsy-playlist-wrapper .blogsy-module article:last-child {
    margin-bottom: 0;
}

.blogsy-single-content .blogsy-cover:before,
.blogsy-single-content .blogsy-cover:after {
    display: none;
}

.single-format-audio .blogsy-single-entry-image .entry-media,
.audio-format .entry-media {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
}

.single-format-audio .blogsy-single-entry-image .entry-media .mejs-container,
.audio-format .entry-media .mejs-container {
    margin-bottom: 0;
}

.single-format-audio .blogsy-single-entry-image .entry-media iframe {
    height: auto;
}

.blogsy-format-content iframe {
    height: inherit;
}

.blogsy-single-content .action-item {
    min-width: 130px;
}

.blogsy-format-content iframe[src*="videopress.com"] {
    margin-bottom: 0;
}

.blogsy-format-content.blogsy-sticky-video {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: auto;
    width: 360px;
    padding: 17px 20px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    display: block;
}

.blogsy-format-content.blogsy-sticky-video.blogsy-sticky-animation {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.blogsy-single-content .entry-media .blogsy-format-content.blogsy-sticky-video {
    padding: 20px;
}

.blogsy-video-sticky-header {
    display: none;
}

.blogsy-format-content.blogsy-sticky-video .blogsy-video-sticky-header {
    display: block;
    margin-bottom: 15px;
}

.blogsy-format-content.blogsy-sticky-video .blogsy-video-sticky-header>span {
    float: left;
    margin-bottom: 0;
}

.blogsy-format-content.blogsy-sticky-video .blogsy-video-sticky-header>a {
    float: right;
    line-height: 18px;
}

.blogsy-format-content.blogsy-sticky-video .blogsy-popup-wrapper {
    margin-bottom: 0;
}

.blogsy-format-content.blogsy-sticky-video .blogsy-playlist {
    display: none;
}

.blogsy-format-content.blogsy-sticky-video .blogsy-playlist-video {
    width: 100%;
}

.blogsy-playlist {
    text-align: left;
}

.blogsy-playlist .blogsy-mod-head h4 {
    color: #b9b9b9;
}

.blogsy-playlist .blogsy-module .blogsy-posts {
    overflow-y: auto;
}

.blogsy-playlist .blogsy-module article {
    margin-bottom: 20px;
}

.blogsy-playlist .blogsy-module article .entry-title a {
    color: #b9b9b9;
}

.blogsy-playlist .blogsy-module article .entry-title a:hover {
    color: #ffffff;
}

.blogsy-featured-2.inplay-mode-acitve .blogsy-featured-item,
.blogsy-featured-2.inplay-mode-acitve .blogsy-featured-item .blogsy-cover-bg {
    height: auto;
}

.blogsy-sticky-video .wp-video-shortcode video,
.blogsy-sticky-video video.wp-video-shortcode {
    height: 182px;
}

body .blogsy-sticky-video .mejs-container {
    height: 182px !important;
}

.blogsy-related-wrapper {
    display: block;
    clear: both;
}

/* Support for Liter LMS - Curses, Membership plugin  */
.blogsy-popup-wrapper .llms-parent-course-link {
    display: none;
}

.blogsy-popup-wrapper .llms-lesson-button-wrapper {
    display: none;
}

.blogsy-popup-wrapper .llms-course-navigation {
    display: none;
}

body .llms-sd-items li:before,
body .llms-payment-gateways li:before,
body .llms-loop-list li:before {
    content: none;
}

.single-llms_quiz .blogsy-content {
    width: 100% !important;
}

@media (min-width: 600px) {
    .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
        margin-right: 50px;
    }
}

.tax-course_difficulty .blogsy-single-no-sid .blogsy-content,
.tax-course_cat .blogsy-single-no-sid .blogsy-content,
.tax-course_tag .blogsy-single-no-sid .blogsy-content,
.tax-course_track .blogsy-single-no-sid .blogsy-content,
.tax-membership_tag .blogsy-single-no-sid .blogsy-content,
.tax-membership_cat .blogsy-single-no-sid .blogsy-content,
.post-type-archive-course .blogsy-single-no-sid .blogsy-content,
.post-type-archive-llms_membership .blogsy-single-no-sid .blogsy-content {
    width: 100%;
}

/*--------------------------------------------------------------
   Sidebar and Widgets
--------------------------------------------------------------*/
.widget {
    border-top: 1px solid rgba(109,114,124,0.1);
    padding: 30px 0;
}

.widget.blogsy-highlight + .widget {
    border-top: 0;
}

.widget.blogsy-highlight,
.widget.blogsy-highlight:first-child {
    padding: 30px;
}

.blogsy-highlight.widget_tag_cloud a {
    color: #f2f2f2;
}

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

.widget:last-child {
    padding-bottom: 0;
}

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

.widget .blogsy-count {
    margin-left: 6px;
}

.widget ul li a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.widget ul li a:not(:hover, :focus) {
    text-decoration: none;
}

.widget ul li {
    margin-bottom: 10px;
}

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

.widget.blogsy_ads_widget {
    padding: 0;
    border: none;
}

.widget.blogsy_ads_widget h4,
.widget.blogsy_adsense_widget h4 {
    text-align: center;
    border: none;
    padding: 0;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 5px;
}

.widget.blogsy-widget-expand {
    padding: 0;
    border: none;
}

/*Calendar Widget*/
.widget_calendar table {
    background: transparent;
    border: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget_calendar table thead {
    background: rgba(0, 0, 0, 0.05);
    font-size: 12px;
}

.widget_calendar table thead th {
    padding: 13px 0;
    text-align: center;
}

.widget_calendar table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.01);
}

.widget_calendar table tbody td {
    font-size: 12px;
    text-align: center;
    padding: 9px 0;
}

.widget_calendar table tfoot {
    background: transparent;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.widget_calendar table tfoot tr td {
    padding: 12px 14px;
    font-size: 12px;
}

.widget_calendar table tfoot tr td a {
    text-transform: uppercase;
}

.widget_calendar table tfoot tr #next {
    text-align: right;
}

.widget_calendar table caption {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    position: absolute;
    top: 15px;
    right: 30px;
}

.widget_calendar table tbody td a {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    min-width: 30px;
    height: 30px;
    line-height: 10px;
    padding: 9px 0;
    margin-right: 0;
    border-radius: 50%;
}

.widget_calendar {
    padding: 0;
    position: relative;
}

.widget_calendar .widget-title {
    padding: 20px 30px 13px;
    margin-bottom: 0;
}

.widget_calendar #today {
    position: relative;
}

.widget_calendar #today:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
}

/*Search Widget*/
.widget .blogsy-search-form input[type="text"] {
    background: transparent;
    border-radius: 100px;
}

.widget .blogsy-search-form .blogsy-button-search {
    width: 40px;
    font-size: 18px;
}

.widget_search li {
    list-style: none;
}

/*Ads Widget*/
.blogsy_adswidget_ul li,
.blogsy_adswidget_ul.small,
.site-footer .blogsy_adswidget_ul.small {
    text-align: center;
}

.blogsy_ads_widget .small li,
.blogsy_ads_widget ul.custom li,
.blogsy_adswidget_ul.small li,
.blogsy_adswidget_ul.custom li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    width: auto;
}

div.blogsy_ads_widget .small li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
}

.blogsy_adswidget_ul.small {
    width: 280px;
    margin: 0 0 0 16px;
}

/*Author Widget Styles*/
.blogsy_author_widget {
    text-align: center;
}

.widget.blogsy_author_widget img {
    border-radius: 50%;
    float: none;
    clear: both;
    margin: 0 0 18px;
}

.widget.blogsy_author_widget h3 {
    margin-bottom: 10px;
}

ul.blogsy_themeforest_widget_ul {
    margin: 0 -10px;
}

.blogsy_themeforest_widget ul.blogsy_themeforest_widget_ul li {
    margin: 0 2px 6px 2px;
}

.blogsy_themeforest_widget .blogsy_read_more {
    margin-bottom: 0;
    margin-top: 20px;
}

.widget.blogsy_flickr_widget ul {
    margin: 0 -8px;
    width: 260px;
}

.widget.blogsy_flickr_widget {
    padding: 20px 30px 18px;
}

.widget.blogsy_flickr_widget ul.flickr li {
    margin: 0 9px 0 0;
}

.widget.blogsy_flickr_widget ul.flickr li:nth-child(3n) {
    margin: 0 0 9px 0;
}

.blogsy_themeforest_widget_ul {
    text-align: center;
}

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

.screen-reader-text {
    margin-bottom: 5px;
    display: inline-block;
}

.widget_categories .children,
.widget.widget_pages .children,
.widget_nav_menu .sub-menu,
.blogsy_series_widget .children {
    padding-left: 20px;
    padding-top: 10px;
}

.blogsy_series_widget li a,
.widget_categories li a,
.blogsy_category_widget li a {
    display: block;
}

.widget_categories li a:hover .category-text,
.widget.widget_archive li a:hover,
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_nav_menu li a:hover,
.blogsy_category_widget li a:hover .category-text {
    margin-left: 5px;
}

.widget.blogsy_series_widget li a:hover .series-text {
    padding-left: 5px;
}

.blogsy-sidebar .widget_categories ul li a:hover .blogsy-count,
.blogsy-sidebar .widget_categories ul li a:focus .blogsy-count {
    font-size: 0;
}

.blogsy-sidebar .widget_categories ul li a:hover .blogsy-count:before,
.blogsy-sidebar .widget_categories ul li a:focus .blogsy-count:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #000;
    font-size: 1.5rem;
}

.blogsy-count,
.blogsy-count:before,
.widget a,
.widget ul li a,
.widget_categories li a .category-text,
.blogsy_series_widget li a .series-text,
.blogsy_category_widget li a .category-text {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.widget_recent_entries {
    clear: both;
}

.widget_recent_entries li a {
    display: block;
}

.widget_recent_entries li,
.widget_recent_comments li {
    font-size: 14px;
    line-height: 20px;
}

.widget_recent_entries li .post-date {
    display: block;
    font-size: 12px;
}

.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_nav_menu li {
    margin-bottom: 9px;
}

/* RSS widget */
.widget_rss .rsswidget img {
    display: none;
}

.widget_rss ul li a {
    display: block;
    font-weight: 700;
}

.widget_rss .rss-date {
    margin-bottom: 5px;
    display: block;
}

.blogsy_series_widget .blogsy-count {
    vertical-align: top;
}

/* Search Widget */
.widget_search .widget-title {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget .wp-caption-text {
    font-size: 12px;
}

.widget .alignnone {
    margin-bottom: 18px;
}

/* Tags Widget */
.meta-tags a,
.widget_tag_cloud a {
    font-size: 15px !important;
    line-height: 20px;
    text-transform: uppercase;
}

.meta-tags a:not(:hover, :focus),
.widget_tag_cloud a:not(:hover, :focus) {
	text-decoration: none;
}

.meta-tags a:after,
.widget_tag_cloud a:after {
    content: "/";
    margin: 0 2px 0 4px;
}

.meta-tags a:last-child:after,
.widget_tag_cloud a:last-child:after {
    display: none;
}

/* Additional Widgets */
.wysija-paragraph {
    margin-top: 18px;
}

.blogsy_posts_widget .blogsy-lay-g,
.blogsy_posts_widget .blogsy-lay-h {
    margin-bottom: 18px;
}

.blogsy-site-content .blogsy_posts_widget .blogsy-lay-g:last-child,
.blogsy-site-content .blogsy_posts_widget .blogsy-lay-h:last-child {
    margin-bottom: 0;
}

.blogsy-widget-slider.owl-carousel {
    margin: 0;
}

.blogsy-widget-slider.owl-carousel article {
    padding: 0;
}

/* Social */
.blogsy_social_widget {
    padding-bottom: 15px;
}

.blogsy_series_widget a {
    display: inline-block;
    width: 100%;
    clear: both;
}

.blogsy_series_widget a .series-text {
    width: 205px;
    display: inline-block;
}

.widget .blogsy-slider-controls .owl-next,
.widget .blogsy-slider-controls .owl-prev {
    width: 20px;
    height: 20px;
    padding: 1px 0;
}

.widget .blogsy-slider-controls .owl-next i,
.widget .blogsy-slider-controls .owl-prev i {
    font-size: 14px;
    display: block;
    vertical-align: middle;
    line-height: 16px;
}

.widget.blogsy_series_widget,
.widget.blogsy_posts_widget {
    clear: both;
}

.blogsy_series_widget li a,
.widget_categories li a,
.blogsy_category_widget li a {
    position: relative;
}

.widget_archive ul li,
.widget_categories ul li a {
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.widget_archive ul li a,
.widget_categories ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.widget .category-text,
.widget .series-text {
    left: 0;
    position: relative;
    display: inline-block;
}

.widget .category-text:only-child,
.widget .series-text:only-child {
    left: 0;
}

/*--------------------------------------------------------------
   Widgets padding reset
--------------------------------------------------------------*/
.blogsy-no-padding {
    padding: 0;
}

.widget div.mejs-container .mejs-controls,
body .widget .mejs-container.wp-audio-shortcode {
    height: 25px !important;
}

body .widget .mejs-container .mejs-controls .mejs-button,
.widget div.mejs-container .mejs-controls .mejs-time {
    margin: 0;
    padding: 8px 0 0;
}

.widget div.mejs-controls div.mejs-time-rail {
    padding-top: 5px;
}

body .widget .mejs-controls a.mejs-horizontal-volume-slider {
    margin: 0;
}

body .widget .mejs-container.wp-audio-shortcode {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.widget div.mejs-container.wp-audio-shortcode .mejs-controls {
    background: transparent;
}

.widget div.mejs-container .mejs-controls {
    background: rgba(255, 255, 255, 0.8);
}

body .widget .mejs-container .mejs-controls .mejs-button button:before,
.widget .mejs-overlay-button {
    font-size: 14px;
    line-height: 27px;
}

.widget .mejs-overlay-button {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

body .widget .mejs-container .mejs-controls .mejs-button button {
    height: 25px;
}

.widget .mejs-container .mejs-controls div {
    font-size: 10px;
}

.widget .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail>a,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
    height: 8px;
}

.widget .mejs-controls .mejs-time-rail .mejs-time-float {
    height: 17px;
}

.widget_media_image .wp-caption {
    margin-bottom: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
    padding-bottom: 0;
}

.widget .gallery-columns-1 {
    margin-bottom: 0;
}

.widget .gallery .gallery-item a:after {
    display: none;
}

/*--------------------------------------------------------------
   Comments
--------------------------------------------------------------*/
.blogsy-comments {
    border: 1px solid;
    padding: 30px 36px 0;
    clear: both;
}

.comment-form {
    margin-bottom: 30px;
}

.blogsy-comments .comment-content ul>li:before {
    content: "\2022";
    margin-right: 7px;
}

.blogsy-comments .comment-content ol>li {
    list-style: decimal inside;
}

.blogsy-comments .comment-content ul,
.blogsy-comments .comment-content ol {
    margin-bottom: 26px;
}

.blogsy-comments .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 18px;
}

.comment-form label {
    margin-bottom: 7px;
    display: block;
    font-size: 13px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
}

.comment-form-url {
    padding: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin-bottom: 20px;
}

.comment-form-comment {
    margin-bottom: 10px;
}

.form-submit {
    clear: both;
    margin-top: 15px;
}

.blogsy-comments .says {
    display: none;
}

.blogsy-comments .url {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.blogsy-comments .comment-content {
    clear: both;
}

.blogsy-comments .comment-content {
    margin-left: 78px;
}

.blogsy-comments .comment-content p {
    margin-bottom: 10px;
}

.blogsy-comments .reply {
    margin-left: 78px;
    text-transform: uppercase;
    font-size: 12px;
}

.blogsy-comments .children {
    margin-left: 78px;
}

.blogsy-comments .comment-metadata {
    line-height: 20px;
    font-size: 12px;
}

.blogsy-comments .comment-body {
    margin-bottom: 36px;
}

.blogsy-comments .blogsy-mod-head {
    margin-bottom: 10px;
}

.comment-list {
    padding-top: 25px;
    border-top: 1px solid;
}

.comment-reply-title {
    float: right;
}

.logged-in-as,
.comment-notes {
    margin: 5px 0 10px;
    font-size: 13px;
}

.blogsy-comments .blogsy-module-title h4 {
    margin: 0 0 15px 0;
}

.comment-author b {
    font-size: 18px;
}

.comment .comment-respond {
    margin: 26px 0;
    border-top: 1px solid;
    padding: 20px 26px 0;
    position: relative;
}

#cancel-comment-reply-link {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding: 3px 10px;
}

.bypostauthor .comment-body .fn:before {
    margin-right: 5px;
    margin-top: 3px;
    float: left;
}

.pingback .comment-content {
    margin-left: 0;
}

/* comments GDPR session field */
.comment-form-cookies-consent input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 8px;
}

.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: both;
}

/*--------------------------------------------------------------
   Featured areas
--------------------------------------------------------------*/
.blogsy-featured,
.blogsy-featured-2,
.blogsy-featured-3,
.blogsy-featured-4,
.blogsy-featured-5 {
    margin-top: -36px;
    float: left;
    width: 100%;
    margin-bottom: 76px;
    overflow: hidden;
}

.blogsy-featured .meta-item,
.blogsy-featured-2 .meta-item,
.blogsy-featured-3 .meta-item,
.blogsy-featured-4 .meta-item,
.blogsy-featured-5 .meta-item,
.blogsy-featured .meta-icon,
.blogsy-featured-2 .meta-icon,
.blogsy-featured-3 .meta-icon,
.blogsy-featured-4 .meta-icon,
.blogsy-featured-5 .meta-icon,
.blogsy-featured .entry-title a,
.blogsy-featured-2 .entry-title a,
.blogsy-featured-3 .entry-title a,
.blogsy-featured-4 .entry-title a,
.blogsy-featured-5 .entry-title a {
    color: #ffffff;
}

.blogsy-featured+.blogsy-bg,
.blogsy-featured-2+.blogsy-bg,
.blogsy-featured-3+.blogsy-bg,
.blogsy-featured-4+.blogsy-bg,
.blogsy-featured-5+.blogsy-bg {
    margin-top: -36px;
    clear: none;
}

.blogsy-cover-bg {
    background: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.blogsy-featured-item {
    position: relative;
}

.blogsy-cover {
    display: inline-table;
    position: relative;
    overflow: hidden;
}

.blogsy-cover-bg .blogsy-cover {
    opacity: 0;
}

.blogsy-cover:before,
.blogsy-cover:after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 15%;
    opacity: 0.65;
    z-index: 2;
}

.blogsy-cover:before {
    left: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.blogsy-cover:after {
    right: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    /* IE6-9 */
}

.blogsy-featured-info {
    min-height: 80px;
    margin-top: -36px;
    z-index: 8000;
    position: relative;
}

.blogsy-featured-info-bg {
    padding: 30px 42px 36px;
}

.blogsy-featured-info-bg.blogsy-highlight,
.blogsy-highlight.widget {
    border-radius: 16px;
}

.blogsy-featured-info .entry-header {
    max-width: 620px;
    display: inline-block;
}

.entry-actions {
    float: right;
    display: inline-block;
    vertical-align: top;
    height: 100px;
    padding-left: 20px;
}

.blogsy-vcenter-actions.entry-actions {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    right: 55px;
}

.action-item {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    width: auto;
    text-align: center;
    text-decoration: none;
}

.action-item i {
    display: block;
    text-align: center;
    font-size: 34px;
    margin-bottom: 10px;
}

.blogsy-featured-item .action-item {
    line-height: 18px;
    text-decoration: none;
}

.action-item:hover {
    color: #ffffff;
    cursor: pointer;
}

.action-item.comments:before {
    display: block;
    text-align: center;
    font-size: 34px;
    margin-bottom: 10px;
}

.blogsy-cover img {
    top: 0;
    position: relative;
    z-index: 1;
}

.blogsy-format-content {
    width: 1104px;
    position: relative;
    margin: 0 auto;
    padding: 36px 0 0;
    max-width: 100%;
    z-index: 1;
    height: 100%;
}

.entry-media .blogsy-format-content {
    margin: 0;
}

.blogsy-single-content .entry-media .blogsy-format-content {
    padding: 0;
}

.format-audio .blogsy-format-content,
.audio .blogsy-format-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    padding: 0;
}

.audio .blogsy-popup-wrapper {
    margin-bottom: 0;
}

.blogsy-featured-1 .action-item {
    width: 120px;
    padding: 20px 0;
}

/*Featured area 2*/
.blogsy-featured-info-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

.blogsy-featured-info-2 .entry-header {
    width: 450px;
}

.blogsy-featured-info-2 .entry-category a,
.blogsy-featured-info-2 .meta-item,
.blogsy-featured-info-2 .meta-icon,
.blogsy-featured-info-2 .entry-meta .meta-item:after {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-featured-info-2 .entry-category a:hover,
.blogsy-featured-info-2 .entry-title a,
.blogsy-featured-info-2 .entry-title,
.blogsy-featured-info-2 .meta-comments a:hover,
.blogsy-featured-info-2 .meta-comments:hover a {
    color: #ffffff;
}

.blogsy-featured-info-2 .h1 {
    font-size: 32px;
    line-height: 42px;
}

.blogsy-featured-info-2 .entry-actions {
    width: 130px;
    padding: 0;
    height: auto;
}

.blogsy-featured-info-2 .entry-actions .action-item {
    padding: 10px;
}

.blogsy-featured-info-2 .entry-category a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blogsy-featured-info-2 .blogsy-fa-item {
    width: 49.8%;
    display: inline-block;
    vertical-align: middle;
}

.blogsy-featured-info-2 .action-item {
    width: 140px;
}

.blogsy-featured-info-2 .entry-category a,
.blogsy-featured-info-2 .meta-item,
.blogsy-featured-info-2 .meta-icon,
.blogsy-featured-info-2 .meta-comments a,
.blogsy-featured-info-2 .entry-meta .meta-item:after {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-featured-info-2 .action-item,
.blogsy-featured-info-2 .entry-category a:hover,
.blogsy-featured-info-2 .entry-title a,
.blogsy-featured-info-2 .entry-title a:hover,
.blogsy-featured-info-2 .meta-comments a:hover,
.blogsy-featured-info-2 .meta-comments:hover a {
    color: #ffffff;
}

.blogsy-featured-2 .blogsy-cover:after {
    width: 50%;
}

.blogsy-featured-2 .blogsy-cover:before {
    width: 60%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(40%, #000000), color-stop(85%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000000 0, #000000 40%, rgba(0, 0, 0, 0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.blogsy-featured-2 .blogsy-pe-n {
    white-space: nowrap;
}

.blogsy-featured-info-2 .blogsy-fa-item {
    white-space: normal;
}

/*Featured area 3*/
.blogsy-featured-info-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
    text-align: center;
    max-width: 550px;
}

.blogsy-featured-info-3 .entry-actions {
    float: none;
}

.blogsy-featured-info-3 .action-item i {
    font-size: 28px;
    margin-bottom: 0;
}

.blogsy-featured-info-3 .blogsy-format-action {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    left: auto;
}

.blogsy-featured-info-3 .entry-meta {
    margin-top: 5px;
}

.blogsy-featured-info-3 .entry-category a,
.blogsy-featured-info-3 .meta-item,
.blogsy-featured-info-3 .meta-icon,
.blogsy-featured-info-3 .meta-comments a,
.blogsy-featured-info-3 .entry-meta .meta-item:after {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-featured-info-3 .entry-category a:hover,
.blogsy-featured-info-3 .entry-title a,
.blogsy-featured-info-3 .entry-title a:hover,
.blogsy-featured-info-3 .meta-comments a:hover,
.blogsy-featured-info-3 .meta-comments:hover a {
    color: #ffffff;
}

.blogsy-featured-info-3 .h1 {
    font-size: 32px;
    line-height: 42px;
}

.blogsy-featured-3 .blogsy-cover img {
    opacity: 0.5;
}

.blogsy-featured-3.blogsy-featured-slider .blogsy-featured-item {
    opacity: 0;
}

.blogsy-featured-3.owl-loaded .blogsy-featured-item {
    opacity: 1;
}

.blogsy-featured-3 .blogsy-format-label {
    position: relative;
    top: auto;
    left: auto;
    clear: both;
}

.blogsy-featured-3 .entry-category {
    display: block;
    margin-top: 7px;
}

.blogsy-featured-info-3 .blogsy-labels {
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    top: -35px;
}

.blogsy-vertical-center {
    display: table-cell;
    vertical-align: middle;
}

/* Featured area custom*/
.blogsy-featured-info-custom {
    max-width: 100%;
    color: #ffffff;
    text-align: unset;
}

.blogsy-featured-info-custom p:last-child {
    margin-bottom: 0;
}

.blogsy-featured-info-custom h1,
.blogsy-featured-info-custom h2,
.blogsy-featured-info-custom h3,
.blogsy-featured-info-custom h4,
.blogsy-featured-info-custom h5,
.blogsy-featured-info-custom h6,
.blogsy-featured-info-custom .h1,
.blogsy-featured-info-custom .h2,
.blogsy-featured-info-custom .h3,
.blogsy-featured-info-custom .h4,
.blogsy-featured-info-custom .h5,
.blogsy-featured-info-custom .h6,
.blogsy-featured-info-custom span,
.blogsy-featured-info-custom a {
    color: #ffffff;
}

/* Featured area 4*/
.blogsy-featured-4 {
    background: rgba(109,114,124,0.1);
    margin-top: -36px;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.blogsy-featured-4 .entry-category a,
.blogsy-featured-4 .meta-item,
.blogsy-featured-4 .meta-icon,
.blogsy-featured-4 .meta-comments a,
.blogsy-featured-4 .entry-meta .meta-item:after {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-featured-4 .entry-category a:hover,
.blogsy-featured-4 .entry-title a,
.blogsy-featured-4 .entry-title a:hover,
.blogsy-featured-4 .meta-comments a:hover,
.blogsy-featured-4 .meta-comments:hover a {
    color: #ffffff;
}

.blogsy-featured-4 .owl-item {
    width: 768px !important;
    opacity: 0.4;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    margin: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blogsy-featured-4 .fa-item {
    position: relative;
    float: left;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.blogsy-featured-4 .owl-loaded .fa-item {
    opacity: 1;
}

.blogsy-featured-4 .fa-item-image {
    position: relative;
    display: block;
    height: 100%;
}

.blogsy-featured-4 .fa-item-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogsy-featured-4 .fa-item-image:before {
    content: "";
    position: absolute;
    height: 90%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogsy-featured-4 .fa-item-image {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
}

.blogsy-featured-4 .owl-item.active.center .fa-item-image {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.blogsy-featured-4 .active.center .fa-item .fa-item-image:before {
    opacity: 1;
}

.blogsy-featured-4 .owl-stage {
    padding: 36px 0;
}

.blogsy-featured-4 .owl-item.active.center {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blogsy-featured-4 .owl-item.active.center:hover .fa-item-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.05, 1.05);
    transform: translateZ(0) scale(1.05, 1.05);
    transform: scale(1.05);
}

.blogsy-featured-4 .fa-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 40px 0 40px 40px;
    text-align: left;
    max-width: 480px;
}

.blogsy-featured-4 .entry-actions {
    float: left;
    height: auto;
    padding-left: 0;
}

.blogsy-featured-4 .action-item {
    padding: 0 10px 0 0;
}

.blogsy-featured-4 .owl-prev,
.blogsy-featured-4 .owl-next {
    position: absolute;
}

.blogsy-featured-4 .owl-prev .fas,
.blogsy-featured-4 .owl-next .fas {
    font-size: 15px;
    height: 42px;
    width: 42px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: #ffffff;
    border-radius: 50%;
    line-height: 42px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.22);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.blogsy-featured-4 .owl-prev:hover .fas,
.blogsy-featured-4 .owl-next:hover .fas {
    opacity: 1;
}

.blogsy-featured-4 .owl-prev {
    left: 0;
    width: 30%;
    top: 0;
    height: 100%;
}

.blogsy-featured-4 .owl-prev .fas {
    left: 50%;
    margin-left: -40px;
}

.blogsy-featured-4 .owl-next {
    right: 0;
    width: 30%;
    top: 0;
    height: 100%;
}

.blogsy-featured-4 .owl-next .fas {
    right: 50%;
    margin-right: -40px;
}

.blogsy-featured-4 .fa-angle-left:before {
    margin-left: -3px;
}

.blogsy-featured-4 .fa-angle-right:before {
    margin-right: -3px;
}

.blogsy-featured-4 .blogsy-format-label.large {
    top: 40px;
    left: 40px;
}

@media (max-width: 1000px) {
    .blogsy-featured-4 .fa-item {
        margin: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Featured area 5 */
.blogsy-featured-5 {
    background: rgba(109,114,124,0.1);
    margin-top: -36px;
    padding: 36px 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.blogsy-fa-5-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    height: 400px;
    width: 100%;
}

.blogsy-fa-5-wrapper .fa-item {
    width: 264px;
    z-index: 3;
    position: relative;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.blogsy-fa-5-wrapper .fa-item,
.blogsy-fa-5-wrapper .fa-item-image {
    opacity: 1 !important;
}

.blogsy-fa-5-wrapper .fa-item:nth-of-type(1) {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
    width: 600px;
    height: 100%;
    margin: 0 36px;
    -webkit-box-ordinal-group: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blogsy-fa-5-wrapper .fa-item:nth-of-type(1):hover .fa-item-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blogsy-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
    bottom: 40px;
    left: 40px;
    max-width: 410px;
}

.blogsy-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
    font-size: 24px;
    line-height: 30px;
}

.blogsy-fa-5-wrapper .fa-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 18px;
    margin-bottom: 36px;
}

.blogsy-fa-5-wrapper .fa-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.blogsy-fa-5-wrapper .fa-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 18px;
    margin-bottom: 36px;
}

.blogsy-fa-5-wrapper .fa-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.blogsy-fa-5-wrapper .fa-item-image:before {
    content: "";
    position: absolute;
    height: 90%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogsy-fa-5-wrapper .fa-item-image {
    position: relative;
    display: block;
}

.blogsy-fa-5-wrapper .fa-inner {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    margin: 0;
    text-align: left;
}

.blogsy-fa-5-wrapper .fa-inner a,
.blogsy-fa-5-wrapper .fa-inner a:hover {
    color: #ffffff;
}

.blogsy-fa-5-wrapper .fa-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blogsy-fa-5-wrapper .fa-item .fa-item-image {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blogsy-fa-5-wrapper .fa-item:hover .fa-item-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blogsy-fa-5-wrapper .fa-item .entry-title {
    padding-right: 20px;
}

.blogsy-fa-5-wrapper .entry-category a,
.blogsy-fa-5-wrapper .meta-item,
.blogsy-fa-5-wrapper .meta-icon,
.blogsy-fa-5-wrapper .meta-comments a,
.blogsy-fa-5-wrapper .entry-meta .meta-item:after {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogsy-fa-5-wrapper .entry-category a:hover,
.blogsy-fa-5-wrapper .entry-title a,
.blogsy-fa-5-wrapper .entry-title a:hover,
.blogsy-fa-5-wrapper .meta-comments a:hover,
.blogsy-fa-5-wrapper .meta-comments:hover a {
    color: #ffffff;
}

.blogsy-fa-5-wrapper .fa-item-image {
    height: 100%;
}

.blogsy-fa-5-wrapper .fa-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

/* Slider */
.blogsy-featured-slider .owl-next,
.blogsy-featured-slider .owl-prev {
    width: 42px;
    height: 42px;
    color: #ffffff;
    background-color: rgba(189, 189, 189, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    line-height: 43px;
    -webkit-backdrop-filter: blur(1.5rem);
    backdrop-filter: blur(1.5rem);
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 5%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.blogsy-featured-slider .owl-next {
    right: 5%;
    left: auto;
}

.blogsy-featured-slider .owl-next:hover,
.blogsy-featured-slider .owl-prev:hover {
    opacity: 0.9;
}

.blogsy-featured-slider.blogsy-featured-1 .owl-next,
.blogsy-featured-slider.blogsy-featured-1 .owl-prev,
.blogsy-in-play .blogsy-featured-slider.blogsy-featured-2 .owl-next,
.blogsy-in-play .blogsy-featured-slider.blogsy-featured-2 .owl-prev {
    margin-top: -84px;
}

/* Flicker fix */
.blogsy-featured-1.blogsy-featured-slider .blogsy-featured-item,
.blogsy-featured-3.blogsy-featured-slider .blogsy-featured-item,
.blogsy-featured-2.blogsy-featured-slider .blogsy-featured-item {
    opacity: 0;
}

.blogsy-featured-1.owl-loaded .blogsy-featured-item,
.blogsy-featured-3.owl-loaded .blogsy-featured-item,
.blogsy-featured-2.owl-loaded .blogsy-featured-item {
    opacity: 1;
}

.blogsy-cover-bg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blogsy-pe-n {
    pointer-events: none;
}

.blogsy-pe-a {
    pointer-events: auto;
}

.fa-item .blogsy-format-label.large {
    top: 40px;
    left: 40px;
}

.fa-item .blogsy-format-label.x-small {
    top: 20px;
    left: 20px;
}

.blogsy-popup-on .blogsy-featured,
.blogsy-popup-on .blogsy-featured-2,
.blogsy-popup-on .owl-carousel .owl-stage-outer {
    overflow: visible;
    -webkit-transform: none;
    transform: none;
}

.blogsy-popup-on .blogsy-body-box {
    max-width: initial;
}

.blogsy-popup-on .owl-next,
.blogsy-popup-on .owl-prev,
.blogsy-popup-on .blogsy-header-bottom {
    z-index: -1;
}

@-moz-document url-prefix() {
    .blogsy-popup-on .owl-item.active .blogsy-cover-bg {
        height: auto !important;
    }
}

.blogsy-featured-4 .owl-prev .fas {
    margin-left: -120px;
}

.blogsy-featured-4 .owl-next .fas {
    margin-right: -120px;
}

.blogsy-boxed .blogsy-featured-slider .owl-next {
    right: 2.5%;
}

.blogsy-boxed .blogsy-featured-slider .owl-prev {
    left: 2.5%;
}

.blogsy-cover-bg.gallery {
    margin: 0;
}

.blogsy-format-content.gallery {
    display: none;
}

.entry-content .wp-block-categories ul,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-posts.is-grid {
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.wp-block-categories .blogsy-count {
    margin-left: 5px;
}

/** === Button Block === */
.wp-block-button .wp-block-button__link {
    text-decoration: none;
}

.wp-block-button__link,
.wp-block-search__button {
    font-size: 12px;
    padding: 14px 27px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-search__button:hover {
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
}

.is-style-outline .wp-block-button__link {
    background: 0 0;
    border: 1px solid currentcolor;
}

/** === Code Block === */
@media (min-width: 600px) {
    .wp-block-column:nth-child(odd) {
        margin-right: 12px;
    }

    .wp-block-column:nth-child(even) {
        margin-left: 12px;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 12px;
    }

    .wp-block-column:not(:last-child) {
        margin-right: 12px;
    }
}

.wp-block-column p:only-of-type {
    margin-bottom: 0;
}

@media (max-width: 782px) {
    .wp-block-columns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 660px) {
    .wp-block-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wp-block-columns .wp-block-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wp-block-column,
    .wp-block-separator,
    .wp-block-embed,
    .wp-block-image,
    .wp-block-pullquote,
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .entry-content .wp-block-quote,
    .wp-block-media-text,
    .wp-block-table {
        margin-bottom: 10px;
    }

    .entry-content .wp-block-gallery {
        margin-bottom: 4px;
    }
}

/** === Cover Image Block === */
.wp-block-cover .wp-block-cover__inner-container p {
    color: #ffffff;
}

.wp-block-cover {
    margin-bottom: 20px;
}
/** === Embed Block === */
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
    text-align: center;
}

/** === Gallery Block === */
.wp-block-gallery li:before {
    display: none;
}

/** === Image Block === */
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignnone,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
    position: relative;
    z-index: 2;
}

.wp-block-cover-image.aligncenter {
    margin: 0 0 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

.wp-block-image figcaption {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
    color: initial;
}

@media (max-width: 650px) {

    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}

/** === List Block === */
.wp-block-video video {
    max-width: 100%;
}

.wp-block-embed.alignfull {
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wp-block-video video {
    max-width: 100%;
}

.wp-block-audio audio {
    min-width: 270px;
}

/** === Media Text Block === */
/** === Drop Cap and Subhead Block === */
p.has-drop-cap:not(:focus)::first-letter {
    font-size: 8rem;
    margin: 10px 20px 0 0;
}

.emoji {
    width: 24px;
}

/** === Preformatted Block, Verse Block === */
.wp-block-preformatted {
    overflow: auto;
}

.wp-block-code,
pre {
    background: rgba(68, 68, 68, 0.06);
    border: 1px solid rgba(68, 68, 68, 0.2);
    padding: 15px 20px;
    margin-bottom: 30px;
}

/** === Pullquote Block === */
.wp-block-pullquote {
    padding: 3rem 24px;
    border: none;
    margin: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 24px;
    padding: 2rem 3.6rem;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-style: normal;
}

.wp-block-pullquote cite {
    font-size: 80%;
    font-style: normal;
}

.wp-block-pullquote {
    padding: 50px 100px;
    border-bottom: 2px solid;
    border-top: 2px solid;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: initial;
    margin-right: initial;
    max-width: 100%;
    text-align: center;
}

.wp-block-pullquote blockquote:after {
    display: none;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 22px;
    line-height: 34px;
}

.wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
    border-left: 0;
}

.wp-block-pullquote blockquote:before {
    display: none;
}

body .has-text-color p {
    color: inherit;
}

.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
    text-align: center;
}

.wp-block-pullquote.aligncenter {
    padding: 40px 80px 40px;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 400px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 30px;
    text-align: left;
}

.wp-block-pullquote.alignleft {
    margin-right: 30px;
    margin-left: 0;
}

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

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    padding: 0;
    text-align: left;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color p,
.wp-block-pullquote.alignright.is-style-solid-color p {
    font-size: 18px;
    line-height: 30px;
}

.wp-block-pullquote.alignleft cite,
.wp-block-pullquote.alignright cite {
    font-size: 75%;
}

.wp-block-pullquote.aligncenter:before {
    left: 50%;
    margin-left: -14px;
}

.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
    text-align: center;
}

.wp-block-pullquote.alignwide blockquote,
.wp-block-pullquote.alignfull blockquote {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}

/** === Blockquote Block === */
.wp-block-quote cite {
    font-size: 80%;
}

.wp-block-quote cite,
cite em {
    font-style: normal;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 30px;
}

@media (max-width: 579px) {

    .wp-block-pullquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .wp-block-pullquote {
        padding: 30px;
    }

    .wp-block-pullquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 20px;
        line-height: 32px;
    }

    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/** === Separator Block === */
.wp-block-separator {
    clear: both;
}

.wp-block-separator {
    max-width: 240px;
    border-bottom-width: 0;
}

.wp-block-separator.is-style-wide {
    max-width: 100%;
    border-bottom-width: 0;
}

/** === Table Block === */
.wp-block-table.is-style-stripes {
    border-bottom: none;
    border-left: 0;
    border-top: 0;
}

.wp-block-table {
    width: 100%;
}

.entry-content .wp-block-rss li,
.wp-block-rss li {
    list-style: none;
    margin-bottom: 24px;
}

.wp-block-rss {
    padding: 0;
}

.wp-block-rss__item:before {
    display: none;
}

.wp-block-tag-cloud a,
.entry-content .wp-block-tag-cloud a {
    font-size: 12px !important;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.wp-block-calendar table th {
    background: transparent;
}

.wp-block-calendar tfoot a {
    color: inherit;
    text-decoration: none;
}

.wp-block-calendar #prev {
    text-align: left;
}

.wp-block-calendar #next {
    text-align: right;
}

.wp-block-calendar table th,
.wp-block-calendar tbody td,
.wp-block-calendar th {
    text-align: center;
}

.wp-block-calendar table {
    border: none;
    border-collapse: collapse;
}

.wp-block-search .wp-block-search__button {
    margin-left: 0;
    margin-top: 0;
}

.wp-block-search input[type=search] {
    padding: 5px;
    height: 35px;
}

:root {
    --wp--style--block-gap: 10px;
    --wp--style--gallery-gap-default: 10px;
}

.blogsy-single-no-sid .alignfull {
    position: relative;
}

.blogsy-single-no-sid .alignwide {
    width: 140%;
    margin-left: -20%;
    max-width: 100vw;
}

.wp-block-categories,
.wp-block-search,
.wp-block-column,
.wp-block-separator,
.wp-block-embed,
.wp-block-image,
.wp-block-pullquote,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-media-text,
.wp-block-table,
.wp-block-audio,
.gallery.gallery-columns-1,
.wp-audio-shortcode,
.wp-block-video,
.alignnone,
.entry-content .wp-block-quote,
.entry-content .fluid-width-video-wrapper {
    margin-bottom: 24px;
}

.blogsy-sidebar .wp-block-categories,
.blogsy-sidebar .wp-block-search,
.blogsy-sidebar .wp-block-column,
.blogsy-sidebar .wp-block-separator,
.blogsy-sidebar .wp-block-embed,
.blogsy-sidebar .wp-block-image,
.blogsy-sidebar .wp-block-pullquote,
.blogsy-sidebar .wp-block-pullquote.is-style-solid-color blockquote p,
.blogsy-sidebar .wp-block-media-text,
.blogsy-sidebar .wp-block-table,
.blogsy-sidebar .wp-block-audio,
.blogsy-sidebar .gallery.gallery-columns-1,
.blogsy-sidebar .wp-audio-shortcode,
.blogsy-sidebar .wp-block-video {
    margin-bottom: 0;
}

.entry-content .wp-block-gallery {
    margin-bottom: 8px;
}

.has-large-font-size,
.has-huge-font-size,
.has-medium-font-size {
    line-height: 1.4;
}

@media (max-width: 995px) {
    .blogsy-single-no-sid .alignwide {
        width: 120%;
        margin-left: -10%;
        max-width: 100vw;
    }
}

@media (max-width: 875px) {
    .blogsy-single-no-sid .alignwide {
        width: 100%;
        margin-left: 0;
        max-width: 100vw;
    }
}

@media (max-width: 767px) {

    .wp-block-column,
    .wp-block-separator,
    .wp-block-embed,
    .wp-block-image,
    .wp-block-pullquote,
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .entry-content .wp-block-quote,
    .wp-block-media-text,
    .wp-block-table,
    .wp-block-search,
    .wp-block-audio,
    .wp-block-categories,
    .alignnone,
    .gallery.gallery-columns-1,
    .wp-audio-shortcode,
    .wp-block-video,
    .wp-block-audio,
    .wp-block-search,
    .entry-content .fluid-width-video-wrapper {
        margin-bottom: 18px;
    }
}

.blogsy-popup-wrapper .wp-block-embed,
.blogsy-popup-wrapper .wp-block-audio,
.blogsy-popup-wrapper .wp-block-video,
.entry-content-single .wp-block-embed .fb_iframe_widget,
.entry-content-single .wp-block-embed .wp-block-embed__wrapper {
    margin-bottom: 0;
    line-height: 0;
}

/*--------------------------------------------------------------
   Responsive
--------------------------------------------------------------*/
/* Ads responsive */
@media (max-width: 768px) {
    .blogsy-ad {
        margin: 20px auto;
        display: block;
        clear: both;
        width: 728px;
        position: relative;
        text-align: center;
    }
}

@media (min-width: 1024px) {

    .blogsy-ad.blogsy-below-header,
    .blogsy-ad.blogsy-above-footer {
        width: 970px;
    }
}

@media (max-width: 767px) {
    .blogsy-ad {
        margin: 20px auto;
        display: block;
        clear: both;
        width: 375px;
        position: relative;
    }
}

@media (max-width: 400px) {
    .blogsy-ad {
        margin: 20px auto;
        display: block;
        clear: both;
        width: 300px;
        position: relative;
    }
}

@media (max-width: 300px) {
    .blogsy-ad {
        max-width: 100%;
    }
}

@media (max-width: 1023px) {
    .blogsy-nav-toggle {
        display: block;
        left: 18px;
        top: 0;
    }
}

/* bigger screens */
@media (min-width: 768px) and (max-width: 1272px) {
    .blogsy-content {
        width: 604px;
    }

    .site-title img {
        vertical-align: middle;
    }

    .site-title,
    .site-title a {
        line-height: 50px;
    }

    .blogsy-header-bottom .blogsy-main-nav>li>a {
        padding: 17px 8px;
    }

    .blogsy-featured-info .entry-header {
        max-width: 62%;
    }
}

/* tweaks */
@media (min-width: 768px) and (max-width: 991px) {
    .blogsy-content {
        width: 100%;
    }

    .site-title,
    .site-title a {
        line-height: 50px;
    }

    .blogsy-sidebar {
        float: none;
        margin: 0 auto 36px;
        clear: both;
        width: 300px;
        padding-top: 36px;
    }

    .blogsy-responsive-header.blogsy-res-open .container {
        width: 100%;
    }
}

/* ipad both */
@media (min-width: 768px) and (max-width: 1240px) {
    .blogsy-featured-info-2 .entry-header {
        width: 410px;
    }

    .blogsy-cover-bg,
    .blogsy-featured-2 .blogsy-featured-item,
    .blogsy-featured-3 .blogsy-featured-item {
        height: 350px !important;
    }

    .blogsy-cover-bg.blogsy-cover-playlist-active {
        height: auto !important;
    }

    .blogsy-featured-5,
    .blogsy-featured-4 {
        height: auto !important;
    }

    .blogsy-featured-4 .owl-item {
        width: 600px !important;
    }

    .blogsy-fa-5-wrapper {
        max-width: 960px;
    }

    .blogsy-fa-5-wrapper .fa-item {
        width: 206px;
        height: 140px !important;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) {
        width: 476px;
        height: auto !important;
    }

    .blogsy-fa-5-wrapper {
        height: 340px !important;
    }

    .blogsy-fa-5-wrapper .fa-item .entry-title {
        font-size: 12px;
        line-height: 18px;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
        bottom: 30px;
        left: 30px;
        max-width: 420px;
    }

    .blogsy-fa-5-wrapper .blogsy-format-label.large {
        top: 30px;
        left: 30px;
    }

    .blogsy-fa-5-wrapper .fa-inner {
        bottom: 5px;
        left: 15px;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4),
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2) {
        margin-top: 14px;
    }

    .blogsy-fa-5-wrapper .blogsy-format-label.x-small {
        top: 15px;
        left: 15px;
    }

    .blogsy-fa-5-wrapper .meta-item {
        font-size: 10px;
        line-height: 16px;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) .meta-item {
        font-size: 12px;
        line-height: 26px;
    }

    .blogsy-highlight {
        float: none;
        width: 100%;
        position: relative;
    }

    .blogsy-vcenter-actions.entry-actions {
        right: 20px;
    }

    .blogsy-format-action.large {
        height: 76px;
        width: 76px;
        margin-left: -38px;
        margin-top: -38px;
        padding: 22px 0 0 7px;
    }

    .blogsy-format-action.large i {
        font-size: 27px;
    }

    .blogsy-featured-slider .owl-next {
        right: 1%;
    }

    .blogsy-featured-slider .owl-prev {
        left: 1%;
    }

    .blogsy-featured-info-2 .blogsy-fa-item {
        width: 43.8%;
        margin: 0 3%;
    }

    .blogsy-featured-info-2 .entry-header {
        width: 350px;
    }

    .blogsy-featured-info-2 .h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .owl-carousel .owl-item img,
    .blogsy-cover:before,
    .blogsy-cover:after,
    .blogsy-cover,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .blogsy-lay-h .no-left-padding {
        padding-right: 0;
    }

    .sub-menu .blogsy-lay-h .no-left-padding {
        padding-right: 18px;
    }

    body .h7 {
        font-size: 12px;
        line-height: 18px;
    }

    body .h6,
    h6 {
        font-size: 12px;
        line-height: 16px;
    }

    body .blogsy-no-sid .h6,
    body .blogsy-no-sid h6,
    body .blogsy-lay-d .entry-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .blogsy-cover:after,
    .blogsy-cover:before {
        width: 30%;
    }

    .blogsy-prev-next-cover-nav .blogsy-prev-link {
        left: 42px;
    }

    .blogsy-prev-next-cover-nav .blogsy-next-link {
        right: 42px;
    }

    .widget .blogsy-lay-g .entry-title,
    .blogsy-lay-e .entry-title {
        font-size: 14px;
        line-height: 20px;
    }

    .blogsy-featured-2 .entry-title,
    .blogsy-featured .entry-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .blogsy-featured-1 .action-item {
        width: 100px;
    }

    .action-item i,
    .action-item.comments:before {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .action-item {
        font-size: 10px;
    }

    .blogsy-featured-info-2 .entry-actions .action-item {
        padding: 7px;
    }

    .blogsy-featured-info-2 .entry-actions {
        width: 100px;
    }

    .single-format-image .blogsy-single-entry-image {
        margin-bottom: 24px;
    }

    .blogsy-lay-b .entry-title {
        font-size: 22px;
        line-height: 28px;
    }

    .author .blogsy-mod-desc {
        padding: 28px;
    }

    .author .blogsy-mod-desc p,
    .blogsy-author p {
        font-size: 14px;
        line-height: 22px;
    }

    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3,
    .h4,
    .h5,
    .h6,
    h4,
    h5,
    h6 {
        margin-bottom: 15px;
    }

    .entry-content-single h6,
    .entry-content-single .h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .site-title {
        margin-bottom: 0;
    }

    .blogsy-popup .blogsy-popup-wrapper {
        max-width: 70%;
        margin: initial;
    }

    .blogsy-popup-wrapper {
        max-width: 490px;
        margin: 0 auto;
    }

    .blogsy-single-content .blogsy-popup-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .blogsy-lay-f .h6 {
        margin-bottom: 0;
    }
}

/* ipad portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blogsy-featured-info-2 .entry-header {
        max-width: 100%;
    }

    .blogsy-featured-info-2 .blogsy-fa-item {
        width: 100%;
    }

    .blogsy-featured-info-2 .entry-actions {
        width: 100%;
    }

    .blogsy-format-inplay .blogsy-pe-a.entry-actions {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }

    .blogsy-site-content {
        padding-top: 50px;
    }

    .blogsy-featured-4 {
        margin-top: 0;
    }

    .blogsy-featured-4 .owl-stage {
        padding: 24px 0;
    }

    .blogsy-lay-a .entry-image,
    .blogsy-lay-c .entry-image {
        margin-bottom: 10px;
    }

    .blogsy-module article,
    .entry-content-single {
        margin-bottom: 30px;
    }

    .blogsy-module article:last-child {
        margin-bottom: 40px;
    }

    .blogsy-mod-head {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .widget {
        margin: 0 auto 30px;
        max-width: 300px;
    }

    .blogsy-sidebar {
        margin-bottom: 0;
    }

    .blogsy-site-footer .widget:last-child {
        margin-bottom: 0;
    }

    .blogsy-site-footer .widget:first-child {
        margin-top: 30px;
    }

    .blogsy-site-footer .widget-title {
        margin-bottom: 15px;
    }

    .error404 .blogsy-single-content .blogsy-search-form {
        margin-bottom: 25px;
    }

    .module-series .entry-header {
        width: 80%;
    }

    .blogsy-format-inplay .entry-header {
        max-width: 62%;
    }

    .blogsy-popup .blogsy-popup-wrapper {
        max-width: 70%;
        margin: initial;
    }

    .blogsy-popup-wrapper {
        width: 65%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .blogsy-watch-later-active {
        overflow: hidden;
    }

    .blogsy-watch-later-active .blogsy-watch-later .sub-menu {
        overflow-y: auto;
    }

    .blogsy-featured .entry-title,
    .blogsy-featured-2 .entry-title {
        font-size: 20px;
        line-height: 28px;
    }

    .blogsy-featured-info .entry-header {
        max-width: 60%;
    }

    .blogsy-featured-1 .action-item,
    .blogsy-featured-info-2 .entry-actions {
        width: 90px;
    }

    .blogsy-featured,
    .blogsy-featured-2,
    .blogsy-featured-3,
    .blogsy-featured-4,
    .blogsy-featured-5 {
        margin-top: 0;
    }

    .site-title.h1 {
        margin-bottom: 0;
    }

    .blogsy-responsive-header.blogsy-res-open .container {
        width: 100%;
    }

    .site-title img {
        vertical-align: middle;
        max-height: 50px;
        margin-top: -2px;
    }

    .dl-menuwrapper button.dl-trigger {
        top: -59px;
    }

    .blogsy-featured-info-2 .blogsy-fa-item {
        width: 43.8%;
        margin: 0 1%;
    }

    .blogsy-featured-info-2 .entry-header {
        width: 275px;
        margin-left: 30px;
    }

    .blogsy-top-bar {
        display: none;
    }

    .blogsy-site-content {
        padding-top: 50px;
    }

    .blogsy-featured-4 .owl-item {
        width: 680px !important;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) {
        margin: 0 18px;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2),
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4) {
        margin-bottom: 18px;
    }

    .blogsy-fa-5-wrapper {
        max-width: 720px;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .blogsy-fa-5-wrapper .fa-item .fa-item-image {
        height: 100%;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) {
        width: 272px;
        height: 340px !important;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2),
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4) {
        margin-top: 19px;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
        font-size: 16px;
        line-height: 22px;
    }

    .blogsy-fa-5-wrapper .fa-item .entry-title {
        margin-bottom: 0;
    }

    .owl-carousel .owl-item img,
    .blogsy-cover:before,
    .blogsy-cover:after,
    .blogsy-cover,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .blogsy-section:first-child .blogsy-content {
        margin-top: 24px;
    }

    .blogsy-lay-c .entry-title {
        font-size: 22px;
        line-height: 28px;
    }

    body .blogsy-no-sid .blogsy-lay-d .h5,
    body .blogsy-no-sid .blogsy-lay-e .h5,
    body .blogsy-no-sid .blogsy-lay-f .h5 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .blogsy-lay-h .entry-title {
        font-size: 14px;
        line-height: 20px;
    }

    .blogsy-lay-e .entry-title {
        font-size: 16px;
        line-height: 22px;
    }

    .blogsy-lay-h .no-left-padding {
        padding-right: 18px;
    }

    .blogsy-lay-f .entry-title {
        margin-bottom: 0;
    }

    .blogsy-single-content .blogsy-popup-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .blogsy-popup-wrapper {
        width: 60%;
        margin: 0 auto;
    }

    .blogsy-popup .blogsy-popup-wrapper {
        width: 90%;
        margin: initial;
    }

    .module-text .blogsy-txt-module {
        margin-bottom: 40px;
    }

    .module-series .blogsy-lay-g img {
        width: 100%;
    }

    .widget {
        margin: 0 auto 24px;
        max-width: 300px;
        clear: both;
    }

    .blogsy-format-inplay .entry-header {
        max-width: 62%;
    }

    .blogsy-format-content.blogsy-popup {
        padding: 0;
    }

    .blogsy-popup-close {
        top: 20px !important;
    }

    .blogsy-action-search li {
        list-style: none;
    }

    .entry-media div.mejs-container .mejs-controls {
        background: #e4e2e2;
    }

    .mejs-mediaelement {
        position: relative;
        margin-bottom: -10px;
    }

    .mejs-clear {
        clear: both;
        height: 24px;
        display: block;
        float: left;
    }

    .blogsy-menu-posts .entry-header {
        text-align: left;
    }

    .blogsy-responsive-header .entry-header a.blogsy-remove-wl,
    .blogsy-responsive-header .entry-header a.blogsy-remove-ll {
        width: 26px;
        top: 0;
    }

    .blogsy-responsive-header .blogsy-watch-later-count {
        min-width: 16px;
        height: 16px;
        padding: 4px 0;
    }

    .blogsy-menu-posts .row .blogsy-remove-wl,
    .blogsy-menu-posts .row .blogsy-remove-ll {
        opacity: 1;
    }

    .blogsy-res-open .dl-menuwrapper {
        pointer-events: auto;
    }

    .dl-menuwrapper {
        pointer-events: none;
    }

    .dl-menuwrapper button {
        pointer-events: auto;
    }

    .module-series .entry-header {
        width: 90%;
    }

    body:not(.blogsy-watch-later-active) .blogsy-responsive-header .blogsy-watch-later .sub-menu {
        display: none;
    }

    .blogsy-responsive-header .blogsy-actions-button {
        position: absolute;
        top: 0;
        max-width: 50px;
        height: 50px;
    }

    .blogsy-responsive-header .blogsy-actions-button:first-child {
        right: 0;
    }

    .blogsy-responsive-header .blogsy-actions-button:first-child .sub-menu {
        right: 0;
    }

    .blogsy-responsive-header .blogsy-actions-button:nth-child(2) {
        right: 50px;
    }

    .blogsy-responsive-header .blogsy-actions-button:nth-child(2) .sub-menu {
        right: -50px !important;
    }

    .blogsy-responsive-header .blogsy-actions-button:nth-child(3) {
        right: 100px;
    }

    .blogsy-responsive-header .blogsy-actions-button:nth-child(3) .sub-menu {
        right: -100px !important;
    }

    .blogsy-responsive-header .blogsy-actions-button:nth-child(4) {
        right: 150px;
    }

    .blogsy-responsive-header .blogsy-actions-button:nth-child(4) .sub-menu {
        right: -150px !important;
    }

    .blogsy-responsive-header .blogsy-actions-button:nth-child(5) {
        right: 200px;
    }

    .blogsy-responsive-header .blogsy-actions-button:nth-child(5) .sub-menu {
        right: -200px !important;
    }

    .blogsy-responsive-header .blogsy-actions-button .blogsy-custom-cart {
        padding-top: 8px;
    }

    .blogsy-action-login .sub-menu {
        padding: 20px;
    }

    .blogsy-action-login .sub-menu .btn-logout {
        margin-bottom: 20px;
    }
}

/* mobile devices */
@media (max-width: 767px) {
    html body {
        font-size: 14px;
        line-height: 22px;
    }

    .entry-meta .meta-item {
        line-height: 22px;
    }

    #cancel-comment-reply-link,
    .comment-reply-link,
    a.button.product_type_simple.add_to_cart_button,
    a.added_to_cart {
        line-height: 22px;
    }

    .blogsy-link-pages a {
        padding-top: 9px;
    }

    .widget {
        margin: 0 auto 24px;
        max-width: 300px;
    }

    .blogsy-top-bar {
        display: none;
    }

    .blogsy-site-content {
        padding-top: 0;
        margin-top: 50px;
    }

    .blogsy-in-play.blogsy-popup-on .blogsy-site-content {
        margin-top: 0;
    }

    .blogsy-popup-on .owl-carousel .owl-stage-outer,
    .blogsy-popup-on .blogsy-featured,
    .blogsy-popup-on .blogsy-featured-2 {
        overflow: hidden;
    }

    .blogsy-site-branding {
        display: inline-block;
    }

    .site-title,
    .site-title a {
        line-height: 50px;
    }

    .site-title a {
        font-size: 18px;
    }

    .blogsy-mod-head,
    .blogsy-all-link,
    .blogsy-mod-actions {
        margin-top: 0;
    }

    .blogsy-mod-head {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .blogsy-sidebar {
        float: none;
        margin: 0 auto 36px;
        clear: both;
        display: inline-block;
        width: 100%;
    }

    .blogsy-content {
        width: 100%;
    }

    .blogsy-format-content {
        margin: 0 0 24px;
        padding: 24px 0;
    }

    .blogsy-cover-bg,
    .blogsy-featured-2 .blogsy-featured-item {
        height: auto;
    }

    .blogsy-featured-2 .blogsy-format-content .blogsy-format-loader {
        top: 130px;
    }

    .blogsy-featured-info {
        margin: 0;
        padding: 0;
    }

    .blogsy-featured-info-bg {
        padding: 18px;
    }

    .blogsy-vcenter-actions.entry-actions {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        clear: both;
        -webkit-transform: none;
        transform: none;
        float: none;
        padding: 0;
    }

    .blogsy-featured-1 .action-item {
        padding: 15px 0 0;
    }

    .blogsy-cover:before,
    .blogsy-cover:after {
        display: none;
    }

    .blogsy-format-action.large {
        height: 76px;
        width: 76px;
        margin-left: -38px;
        margin-top: -38px;
        padding: 22px 0 0 7px;
        margin-top: -40px;
    }

    .blogsy-format-action.large i {
        font-size: 27px;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .blogsy-featured-slider .owl-next,
    .blogsy-featured-slider .owl-prev {
        top: 229px;
        opacity: 1;
        width: 31px;
        height: 31px;
        line-height: 32px;
        font-size: 13px;
    }

    .blogsy-featured-slider .owl-next {
        right: 15px;
    }

    .blogsy-featured-slider .owl-prev {
        left: 15px;
    }

    .blogsy-featured-slider .owl-next .fa {
        margin-left: 3px;
    }

    .blogsy-featured-slider .owl-prev .fa {
        margin-right: 3px;
    }

    .blogsy-featured-slider.blogsy-featured-1 .owl-next,
    .blogsy-featured-slider.blogsy-featured-1 .owl-prev {
        margin-top: -104px;
    }

    .blogsy-featured-info-bg,
    .blogsy-bg.blogsy-format-inplay {
        text-align: center;
    }

    .entry-actions,
    .action-item {
        padding: 0;
    }

    .entry-actions {
        height: auto;
        margin-top: 5px;
    }

    .blogsy-related-wrapper .blogsy-module article:last-child,
    .widget,
    .blogsy-sidebar {
        margin-bottom: 18px;
    }

    .blogsy-site-content .blogsy-section:last-child {
        padding-bottom: 18px;
    }

    p {
        margin: 0 0 18px;
    }

    .blogsy-lay-a .entry-image,
    .blogsy-lay-b .entry-image,
    .blogsy-lay-c .entry-image {
        margin-bottom: 8px;
    }

    .blogsy-lay-a .entry-meta,
    .blogsy-lay-b .entry-meta,
    .blogsy-lay-c .entry-meta {
        margin-bottom: 5px;
    }

    .blogsy-lay-e .entry-image img,
    .blogsy-lay-f .entry-image img {
        width: 100%;
    }

    .blogsy-module article {
        margin-bottom: 24px;
    }

    .blogsy-module article:last-child {
        margin-bottom: 24px;
    }

    .blogsy-lay-c .entry-image img,
    .blogsy-lay-b .entry-image img,
    .blogsy-lay-d .entry-image img,
    .blogsy-lay-g .entry-image img {
        width: 100%;
    }

    .blogsy-featured-1 .blogsy-cover-bg {
        height: 250px !important;
        margin: 0;
    }

    .blogsy-cover {
        display: inline-table;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .blogsy-featured,
    .blogsy-featured-2,
    .blogsy-featured-3,
    .blogsy-featured-4,
    .blogsy-featured-5,
    body .blogsy-share-single .blogsy_ess {
        margin-bottom: 18px;
        margin-top: 0;
    }

    .blogsy-format-content.blogsy-popup {
        padding: 0;
        max-width: 100vw;
        max-height: 100vh;
    }

    .blogsy-featured-2+.blogsy-bg {
        margin-top: -18px;
        padding-top: 10px;
    }

    .blogsy-site-content .blogsy-featured-3 .blogsy-featured-item,
    .blogsy-featured-3 .blogsy-cover-bg {
        height: 250px;
    }

    .blogsy-bg {
        padding: 32px 0;
        margin-bottom: 15px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
        padding: 0;
    }

    .blogsy-site-footer .widget-title {
        margin-bottom: 10px;
    }

    #cancel-comment-reply-link,
    .comment-reply-link,
    .blogsy-rm,
    a.button.product_type_simple.add_to_cart_button,
    a.added_to_cart {
        margin-top: 8px;
    }

    .blogsy-module .lay-horizontal .entry-category {
        margin-top: 0;
    }

    body .blogsy-share-single .blogsy_ess span {
        display: none;
    }

    body .blogsy-share-single .blogsy_ess a::before {
        margin-right: 0;
        width: 100%;
        background: transparent;
    }

    body .blogsy-share-single .blogsy_ess a {
        width: auto !important;
        min-width: auto !important;
    }

    .blogsy-comments {
        padding: 18px 18px 0;
        margin-bottom: 36px;
    }

    .blogsy-author .blogsy-rounded-photo {
        max-width: 100px;
        margin-bottom: 20px;
    }

    .blogsy-comments .children {
        margin: 0;
    }

    .comment .comment-respond {
        padding: 20px 0 0;
    }

    .blogsy-site-footer .widget:first-child {
        margin-top: 24px;
    }

    .blogsy-copyright {
        margin-top: 24px;
        text-align: center;
        height: auto;
        padding: 20px 14px;
    }

    .blogsy-comments .comment-content,
    .blogsy-comments .reply {
        margin-left: 0;
    }

    .blogsy_posts_widget .blogsy-lay-g:last-child,
    .blogsy_posts_widget .blogsy-lay-h:last-child {
        margin-bottom: 0;
    }

    .blogsy-featured-4 .owl-stage {
        padding: 10px 0;
    }

    .blogsy-fa-5-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .blogsy-fa-5-wrapper {
        width: 100%;
    }

    .blogsy-featured-5 .blogsy-fa-5-wrapper .fa-item {
        width: 45.5%;
        height: auto;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 94%;
        margin: 3% 3% 0;
    }

    .blogsy-featured-5 {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 2px;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2),
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(3),
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4),
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(5) {
        height: 150px;
        margin: 3% 3% 0 0;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2) .entry-meta,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(3) .entry-meta,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4) .entry-meta,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(5) .entry-meta,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2) .blogsy-format-label,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(3) .blogsy-format-label,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4) .blogsy-format-label,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(5) .blogsy-format-label {
        display: none;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2) .fa-item-image,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(3) .fa-item-image,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4) .fa-item-image,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(5) .fa-item-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2) .fa-item-image img,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(3) .fa-item-image img,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4) .fa-item-image img,
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(5) .fa-item-image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(2),
    .blogsy-fa-5-wrapper .fa-item:nth-of-type(4) {
        margin-left: 3%;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
        bottom: 20px;
        left: 20px;
    }

    .fa-item .blogsy-format-label.large {
        top: 20px;
        left: 20px;
    }

    .blogsy-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
        font-size: 20px;
        line-height: 26px;
        padding-right: 20px;
    }

    .blogsy-fa-5-wrapper .fa-item .entry-title {
        font-size: 12px;
        line-height: 16px;
        padding-right: 10px;
    }

    .blogsy-featured-5 .blogsy-fa-5-wrapper {
        height: auto;
        padding-bottom: 18px;
        max-width: 550px;
    }

    .blogsy-featured-5,
    .blogsy-featured-4 {
        height: auto !important;
    }

    .blogsy-featured-4 .owl-item {
        opacity: 0.4;
    }

    .blogsy-featured-4 .owl-item.active.center {
        opacity: 1;
    }

    .blogsy-featured-4 .owl-item {
        width: 330px !important;
    }

    .blogsy-featured-4 .fa-item {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .blogsy-featured-4 .fa-inner {
        margin: 20px 20px 20px 20px;
    }

    .blogsy-featured-4 .fa-inner .h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .blogsy-featured-info-2 .h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .blogsy-featured-info-3 .h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .blogsy-featured-info-2 .entry-header {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    .blogsy-featured-info-2 .blogsy-fa-item {
        width: 100%;
    }

    .blogsy-featured-info-2 .entry-actions {
        width: 100%;
        display: block;
    }

    .blogsy-featured-info-2 .blogsy-fa-item {
        display: block;
        width: 100%;
        float: none;
        clear: both;
    }

    .blogsy-featured-info-2.blogsy-pe-n {
        text-align: center;
    }

    .blogsy-featured-info-2 .blogsy-fa-item:last-child {
        margin-top: 15px;
    }

    .blogsy-format-inplay .blogsy-pe-a.entry-actions {
        position: relative;
        top: 10px;
        -webkit-transform: none;
        transform: none;
        right: auto;
        margin: 0 auto;
        display: inline-block;
        float: none;
    }

    .action-item,
    .blogsy-featured .action-item,
    .blogsy-featured-info-2 .action-item,
    .blogsy-format-inplay .action-item {
        width: 90px;
        font-size: 10px;
    }

    .blogsy-single-content .action-item {
        padding: 10px 0;
    }

    .blogsy-featured-2 .blogsy-featured-info-2 .entry-actions .action-item {
        padding: 0;
    }

    .blogsy-featured-info-2 {
        -webkit-transform: none;
        transform: none;
        top: 270px;
        left: 0;
        width: 100%;
    }

    .blogsy-featured-2 .blogsy-cover-bg img {
        height: 250px;
    }

    .blogsy-featured-2 .blogsy-format-action.large,
    .blogsy-featured-2 .owl-next,
    .blogsy-featured-2 .owl-prev,
    .blogsy-featured-3 .owl-next,
    .blogsy-featured-3 .owl-prev {
        top: 130px;
    }

    .blogsy-in-play .blogsy-featured-slider.blogsy-featured-2 .owl-next,
    .blogsy-in-play .blogsy-featured-slider.blogsy-featured-2 .owl-prev {
        margin-top: 0;
    }

    .blogsy-featured-info-3 {
        width: 60%;
    }

    .blogsy-featured-info-custom {
        width: 100%;
    }

    .action-item i,
    .action-item.comments:before {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3,
    .h4,
    .h5,
    .h6,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
    }

    body .h1,
    body h1 {
        font-size: 22px;
        line-height: 30px;
    }

    body h2,
    body .h2 {
        font-size: 20px;
        line-height: 26px;
    }

    body h3,
    body .h3,
    body .widget .blogsy-lay-g .entry-title {
        font-size: 18px;
        line-height: 26px;
    }

    body .blogsy-mod-title .h2,
    body .blogsy-mod-title h2,
    body .blogsy-mod-head .blogsy-mod-title h2 {
        font-size: 24px;
        line-height: 34px;
    }

    body h4,
    body .h4,
    body .blogsy-mod-title .h4,
    body .blogsy-mod-title h4,
    body .blogsy-mod-head .blogsy-mod-title h4 {
        font-size: 16px;
        line-height: 22px;
    }

    body .blogsy-no-sid .blogsy-lay-f .h5 {
        font-size: 16px;
        line-height: 22px;
    }

    body h5,
    body .h5,
    body .blogsy-lay-d .h5,
    body .blogsy-no-sid .blogsy-lay-d .h5,
    body .blogsy-lay-f .entry-title,
    body .blogsy-lay-h .entry-title,
    body .widget .widget-title {
        font-size: 14px;
        line-height: 20px;
    }

    body h6,
    body .h6,
    body .h7 {
        font-size: 13px;
        line-height: 19px;
    }

    .module-series .blogsy-no-sid .blogsy-lay-g .h6,
    .module-series .blogsy-lay-g .h6 {
        font-size: 16px;
    }

    .blogsy-lay-a .entry-title {
        font-size: 26px;
        margin-bottom: 0;
    }

    .blogsy-lay-c .entry-title {
        font-size: 20px;
        line-height: 28px;
    }

    .col-md-f6 {
        width: 50%;
    }

    .module-series .blogsy-lay-g .entry-title {
        max-width: 70%;
        margin: 0 auto;
    }

    blockquote {
        margin: 18px 0;
        padding: 5px 18px;
    }

    .entry-content-single,
    .author .blogsy-mod-desc,
    .blogsy-author-box,
    .blogsy-content .blogsy-prev-next-nav {
        margin-bottom: 18px;
    }

    .module-text {
        margin: 0;
    }

    .blogsy-bg {
        padding: 0;
    }

    .blogsy-site-footer .widget:last-child {
        margin-bottom: 0;
    }

    .blogsy-cover img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .blogsy-pagination {
        margin-top: 0;
        margin-bottom: 36px;
    }

    .widget .blogsy-post .entry-image img {
        width: 100%;
    }

    .gallery {
        margin: 0 -9px 0;
    }

    .blogsy-single-content .blogsy-highlight,
    .single-format-image .blogsy-single-entry-image,
    .author .blogsy-mod-desc,
    .blogsy-author-box,
    .blogsy-content .blogsy-prev-next-nav,
    .blogsy-mod-desc .blogsy-search-form {
        margin-bottom: 18px;
    }

    .blogsy-single-entry-image .blogsy-cover {
        position: relative;
    }

    .blogsy-mod-desc .blogsy-search-form {
        padding: 18px;
    }

    .author .blogsy-mod-desc {
        padding: 24px;
    }

    .blogsy-mod-desc img {
        clear: both;
    }

    .blogsy-mod-desc {
        margin-top: 8px;
    }

    .blogsy-page-title.entry-title,
    .entry-content-single ol,
    .entry-content-single ul,
    pre,
    .blogsy_progress_bar {
        margin-bottom: 10px;
    }

    .blogsy_col .blogsy_one_half,
    .blogsy_col .blogsy_one_third,
    .blogsy_col .blogsy_one_quarter,
    .blogsy_col .blogsy_two_thirds,
    .blogsy_col {
        margin-bottom: 0;
    }

    .entry-content-single input[type=submit].wpcf7-submit {
        margin-top: 0;
    }

    .error404 .blogsy-single-content .blogsy-search-form {
        margin-bottom: 30px;
    }

    .error404 .blogsy-single-content .entry-image {
        margin-bottom: 20px;
    }

    .dl-menuwrapper button.dl-trigger {
        top: -57px;
    }

    .blogsy-responsive-header .col-sm-5 {
        width: 41%;
    }

    .blogsy-responsive-header .col-sm-7 {
        width: 59%;
    }

    .blogsy-responsive-header .entry-title a {
        line-height: 20px;
    }

    .blogsy-featured-4 .owl-prev,
    .blogsy-featured-4 .owl-next {
        width: 10%;
    }

    .blogsy-featured-4 .owl-next .fa {
        margin-right: -20px;
    }

    .blogsy-featured-4 .owl-prev .fa {
        margin-left: -20px;
    }

    .blogsy-featured-2 .blogsy-cover img,
    .blogsy-featured-1 .blogsy-cover img {
        width: 100%;
    }

    .blogsy-featured-1 .blogsy-prev-next-cover-nav {
        display: none;
    }

    .col-lg-4 .blogsy-format-action.small {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .col-lg-4 .entry-image:hover .blogsy-format-action {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .blogsy-featured-item.audio .blogsy-cover-bg,
    body .blogsy-featured-2 .blogsy-featured-item.audio {
        height: 460px !important;
    }

    .blogsy-format-inplay .blogsy-pe-a.entry-actions {
        display: block;
    }

    div.mejs-container .mejs-controls {
        height: 40px;
        padding: 0 5px;
    }

    body .mejs-container .mejs-controls .mejs-button {
        margin: 6px 0 0;
        height: 34px;
    }

    body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
        margin-left: 0;
        margin-right: 0;
    }

    div.mejs-container .mejs-controls .mejs-time {
        padding-top: 16px;
    }

    div.mejs-controls div.mejs-time-rail {
        padding-top: 11px;
    }

    body .mejs-container .mejs-controls .mejs-button button {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .blogsy-responsive-header .blogsy-actions-button .blogsy-custom-cart {
        padding-top: 13px;
    }

    .blogsy-format-action.m-small {
        line-height: 18px;
    }
}

@media (max-width: 520px) {

    .blogsy-pagination .next,
    .blogsy-pagination .prev {
        font-size: 0;
        min-width: auto;
        text-align: center;
    }

    .blogsy-pagination .next:after,
    .blogsy-pagination .blogsy-next a:after,
    .blogsy-pagination .prev:before,
    .blogsy-pagination .blogsy-prev a:before {
        margin: 0;
    }

    .blogsy-prev-next-cover-nav {
        display: none;
    }

    .blogsy_tabs.vertical .blogsy_tabs_nav {
        width: 100%;
    }

    .blogsy_tabs.vertical .blogsy_tab_nav_item.active {
        border-right: 1px solid;
        border-bottom: 1px solid #ffffff;
    }

    .blogsy_tabs.vertical .blogsy_tab_nav_item {
        width: auto;
        border-bottom: 1px solid;
        margin: 0 8px -1px 0;
        min-height: 39px;
    }

    .blogsy_tabs.vertical {
        padding: 38px 0 0 0;
    }

    .gridlove-footer .widget.blogsy_ads_widget {
        margin-left: 0;
        margin-right: 0;
    }

    .col-md-f6 {
        width: 100%;
    }

    .blogsy-bg-box {
        padding: 18px;
    }

    .blogsy-prev-next-nav .blogsy-pn-link {
        font-size: 12px;
        line-height: 18px;
    }

    .blogsy-post .entry-image:hover img {
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 500px) {

    body .blogsy-no-sid .blogsy-lay-e .entry-title,
    body .blogsy-lay-e .entry-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 3px;
    }

    .module-series .entry-header {
        width: 70%;
    }
}

@media (max-width: 450px) {

    .action-item,
    .blogsy-featured .action-item,
    .blogsy-featured-info-2 .action-item,
    .blogsy-format-inplay .action-item {
        width: 82px;
    }

    .blogsy-featured-1 .entry-header {
        max-width: 100%;
    }

    .blogsy-featured-1 .blogsy-featured-info .entry-header,
    .blogsy-featured-1 .blogsy-format-inplay .entry-header {
        max-width: 100%;
    }

    .blogsy-popup .blogsy-popup-wrapper {
        max-width: 90%;
        margin: initial;
    }

    .blogsy-popup-wrapper {
        width: 100%;
    }

    .blogsy-responsive-header .blogsy-menu-posts .blogsy-lay-h {
        width: 100%;
    }

    .blogsy-featured-4 .owl-item {
        opacity: 1;
    }

    .blogsy-featured-4 .owl-item.active.center {
        opacity: 1;
    }

    .site-title a {
        font-size: 14px;
    }

    .blogsy-featured-4 .blogsy-featured-slider-4 .owl-item {
        height: 400px;
    }

    .blogsy-featured-4 .owl-item.active.center {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    body .blogsy-lay-a .entry-title,
    body .blogsy-lay-b .entry-title,
    body .blogsy-lay-c .entry-title,
    body .blogsy-no-sid .blogsy-lay-e .entry-title,
    body .blogsy-lay-e .entry-title,
    body .blogsy-lay-g .entry-title,
    body .blogsy-no-sid .blogsy-lay-g .entry-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 3px;
    }

    .module-series .entry-header {
        width: 90%;
    }
}

/* Arrows previous next single post */
@media (max-width: 1600px) {

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-next-link:hover a,
    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-prev-link:hover a {
        background: #000;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav.blogsy-prev-next-nav i {
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 32px;
        background: rgba(255, 255, 255, 0.3);
        padding: 5px 0;
        height: 45px;
        width: 45px;
        top: 0;
        text-align: center;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-pn-ico span {
        display: none;
    }

    .blogsy-featured-2 .blogsy-prev-next-nav .blogsy-pn-link {
        opacity: 0;
        visibility: hidden;
        background: rgba(255, 255, 255, 0.3);
        height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 6px 3px;
        font-size: 12px;
        line-height: 18px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
    }

    .blogsy-featured-2 .blogsy-prev-next-nav .blogsy-prev-link .blogsy-pn-link {
        margin-left: 45px;
    }

    .blogsy-featured-2 .blogsy-prev-next-nav .blogsy-next-link .blogsy-pn-link {
        margin-right: 45px;
    }

    .blogsy-featured-2 .blogsy-prev-next-nav .blogsy-prev-link:hover .blogsy-pn-link,
    .blogsy-featured-2 .blogsy-prev-next-nav .blogsy-next-link:hover .blogsy-pn-link {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-prev-link {
        left: 0;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-next-link {
        right: 0;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-pn-ico {
        opacity: 1;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-prev-link:hover a .blogsy-pn-ico,
    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-next-link:hover a .blogsy-pn-ico {
        color: #ffffff;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-prev-link a .blogsy-pn-ico,
    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-next-link a .blogsy-pn-ico {
        -webkit-transition: none;
        transition: none;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-next-link,
    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-prev-link {
        width: 215px;
    }

    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-next-link,
    .blogsy-featured-2 .blogsy-prev-next-cover-nav .blogsy-prev-link {
        -webkit-transform: none;
        transform: none;
        margin-top: -22px;
    }

    .blogsy-featured-2 .blogsy-prev-next-nav a i.fa-chevron-left:before {
        content: "\f104";
    }

    .blogsy-featured-2 .blogsy-prev-next-nav a i.fa-chevron-right:before {
        content: "\f105";
    }
}

/* Arrows previous next single post */
@media (max-width: 1562px) {

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-next-link:hover a,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-next-link:hover a,
    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-prev-link:hover a,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-prev-link:hover a {
        background: #000;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav.blogsy-prev-next-nav i,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav.blogsy-prev-next-nav i {
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 32px;
        background: rgba(255, 255, 255, 0.3);
        padding: 5px 0;
        height: 45px;
        width: 45px;
        top: 0;
        text-align: center;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-pn-ico span,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-pn-ico span {
        display: none;
    }

    .blogsy-in-play .blogsy-prev-next-nav .blogsy-pn-link,
    .inplay-mode-acitve .blogsy-prev-next-nav .blogsy-pn-link {
        opacity: 0;
        visibility: hidden;
        background: rgba(255, 255, 255, 0.3);
        height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 6px 3px;
        font-size: 12px;
        line-height: 18px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
    }

    .blogsy-in-play .blogsy-prev-next-nav .blogsy-prev-link .blogsy-pn-link,
    .inplay-mode-acitve .blogsy-prev-next-nav .blogsy-prev-link .blogsy-pn-link {
        margin-left: 45px;
    }

    .blogsy-in-play .blogsy-prev-next-nav .blogsy-next-link .blogsy-pn-link,
    .inplay-mode-acitve .blogsy-prev-next-nav .blogsy-next-link .blogsy-pn-link {
        margin-right: 45px;
    }

    .blogsy-in-play .blogsy-prev-next-nav .blogsy-prev-link:hover .blogsy-pn-link,
    .inplay-mode-acitve .blogsy-prev-next-nav .blogsy-prev-link:hover .blogsy-pn-link,
    .blogsy-in-play .blogsy-prev-next-nav .blogsy-next-link:hover .blogsy-pn-link,
    .inplay-mode-acitve .blogsy-prev-next-nav .blogsy-next-link:hover .blogsy-pn-link {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-prev-link,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-prev-link {
        left: 0;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-next-link,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-next-link {
        right: 0;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-pn-ico,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-pn-ico {
        opacity: 1;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-prev-link:hover a .blogsy-pn-ico,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-prev-link:hover a .blogsy-pn-ico,
    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-next-link:hover a .blogsy-pn-ico,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-next-link:hover a .blogsy-pn-ico {
        color: #ffffff;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-prev-link a .blogsy-pn-ico,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-prev-link a .blogsy-pn-ico,
    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-next-link a .blogsy-pn-ico,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-next-link a .blogsy-pn-ico {
        -webkit-transition: none;
        transition: none;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-next-link,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-next-link,
    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-prev-link,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-prev-link {
        width: 215px;
    }

    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-next-link,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-next-link,
    .blogsy-in-play .blogsy-prev-next-cover-nav .blogsy-prev-link,
    .inplay-mode-acitve .blogsy-prev-next-cover-nav .blogsy-prev-link {
        -webkit-transform: none;
        transform: none;
        margin-top: -22px;
    }

    .blogsy-in-play .blogsy-prev-next-nav a i.fa-chevron-left:before,
    .inplay-mode-acitve .blogsy-prev-next-nav a i.fa-chevron-left:before {
        content: "\f104";
    }

    .blogsy-in-play .blogsy-prev-next-nav a i.fa-chevron-right:before,
    .inplay-mode-acitve .blogsy-prev-next-nav a i.fa-chevron-right:before {
        content: "\f105";
    }
}

@media (max-width: 1240px) {
    .blogsy-popup-wrapper {
        max-width: 622px;
    }

    .blogsy-featured .wp-video-shortcode video,
    .blogsy-featured video.wp-video-shortcode {
        max-width: 100%;
        display: inline-block;
        height: 350px;
    }

    body .blogsy-featured .mejs-container {
        height: 350px !important;
        position: relative;
    }

    body .blogsy-featured .mejs-overlay {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 1240px) and (min-width: 1125px) {

    .blogsy-cover-bg,
    .blogsy-featured-2 .blogsy-featured-item,
    .blogsy-featured-3 .blogsy-featured-item {
        height: 423px !important;
    }

    .blogsy-popup-wrapper {
        margin-bottom: 36px;
    }
}

@media (max-width: 1125px) {
    .blogsy-popup-wrapper {
        max-width: 622px;
    }

    .blogsy-format-content {
        padding: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .blogsy-popup-wrapper {
        max-width: 622px;
        width: auto;
    }

    .blogsy-format-inplay .entry-header {
        max-width: 50%;
    }
}

@media (max-width: 770px) {
    .blogsy-popup-wrapper {
        width: auto;
        max-width: 444px;
    }

    .blogsy-featured-info .entry-header,
    .blogsy-format-inplay .entry-header {
        max-width: 70%;
    }

    .blogsy-author>div {
        text-align: center;
        display: block;
        clear: both;
        width: 100%;
    }

    .dl-menuwrapper .dl-menu.dl-menuopen,
    .blogsy-res-open .dl-menu {
        height: 100%;
        overflow-y: auto;
    }

    .dl-menuwrapper .dl-menu.dl-menuopen,
    .blogsy-res-open .dl-menu,
    .blogsy-responsive-header .dl-menu.dl-subview li>.sub-menu {
        padding-bottom: 100px !important;
    }

    .dl-menu.dl-subview li.dl-subview {
        height: 100%;
    }

    .dl-menu.dl-subview.dl-menuopen li.dl-subview>.sub-menu {
        height: 100%;
        position: relative;
        max-height: 100%;
        overflow: scroll;
    }

    .blogsy-featured .wp-video-shortcode video,
    .blogsy-featured video.wp-video-shortcode {
        height: 250px;
    }

    body .blogsy-featured .mejs-container {
        height: 250px !important;
    }
}

@media (max-width: 440px) {
    .blogsy-format-content {
        padding: 10px 0;
    }

    body .blogsy-featured .mejs-container {
        margin-top: -15px;
    }

    body.blogsy-in-play .blogsy-featured-2 .blogsy-cover-bg.audio {
        height: 235px !important;
    }

    body .blogsy-share-single .blogsy_ess a {
        margin-right: 8px;
    }
}

@media (max-width: 375px) {
    .blogsy-featured-1 .blogsy-cover-bg {
        height: 192px !important;
        margin: 0;
    }

    .blogsy-popup-wrapper {
        width: auto;
        max-width: 304px;
    }

    .blogsy-featured-slider.blogsy-featured-1 .owl-next,
    .blogsy-featured-slider.blogsy-featured-1 .owl-prev {
        margin-top: -134px;
    }

    .blogsy-featured .wp-video-shortcode video,
    .blogsy-featured video.wp-video-shortcode {
        height: 182px;
    }

    body .blogsy-featured .mejs-container {
        height: 182px !important;
    }

    body .blogsy-featured .mejs-container {
        margin-top: -7px;
    }

    .audio .blogsy-featured-2 .blogsy-featured-item {
        height: 460px;
    }
}

@media (max-width: 320px) {
    .blogsy-featured-1 .blogsy-cover-bg {
        height: 192px !important;
        margin: 0;
    }

    .blogsy-featured-4 .owl-stage {
        padding: 0;
    }

    .blogsy-featured-slider.blogsy-featured-1 .owl-next,
    .blogsy-featured-slider.blogsy-featured-1 .owl-prev {
        margin-top: -134px;
    }
}

@media (max-width: 310px) {
    .blogsy-featured-1 .blogsy-cover-bg {
        height: 190px !important;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {

    .module-posts,
    .module-series,
    .blogsy-module {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #blogsy-cover-related .entry-image img {
        height: 80px;
        width: auto;
    }
}

/* Playlist */
@media (max-width: 1272px) {
    .blogsy-playlist {
        display: none;
    }

    .blogsy-cover-playlist-active {
        width: 100%;
    }

    .blogsy-single-content .blogsy-featured-item .entry-media.video {
        min-height: 0px;
    }
}

/* Custom Box ( Team ) */

.team {
	text-align: center;
}

.team figure {
	margin-top: 0;
	margin-bottom: 20px !important;
}

.team h3 {
	font-weight: 500 !important;
	margin-bottom: 0;
}

.team .team-position {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #01B7CC;
}

.team .team-socials a {
	padding: 0 12px;
}

.team .team-socials i {
	font-size: 20px;
}

/* Custom Box ( Subscribe Banner ) */

.overlay_bg {
    position: relative;
    z-index: 0;
}

.overlay_bg .entry-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay_bg .entry-media div {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.overlay_bg .entry-media::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    position: absolute;
    pointer-events: none;
    opacity: 0.6;
}

.overlay_bg .h1, .overlay_bg h1,
.overlay_bg .h2, .overlay_bg h2,
.overlay_bg .h3, .overlay_bg h3,
.overlay_bg .h4, .overlay_bg h4,
.overlay_bg .h5, .overlay_bg h5,
.overlay_bg .h6, .overlay_bg h6,
.overlay_bg p {
    color: #fff;
}

.overlay_bg .module-text {
    position: unset;
}

.subscribe_items {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
}

.subscribe_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.subscribe_list li a {
	width: 130px;
	height: 130px;
	flex-direction: column;
	border-radius: 10px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 0 15px;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	gap: 6px;
    overflow: hidden;
	text-decoration: none;
	z-index: 0;
}

.subscribe_list li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -1;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
	background-color: #00a7d1;
}

.subscribe_list li a:hover::before,
.subscribe_list li a:focus::before {
    opacity: 1;
}

.subscribe_list li i {
	font-size: 5.4rem;
}


/*--------------------------------------------------------------
   Responsive Menu
--------------------------------------------------------------*/
.dl-menuwrapper {
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    float: left;
    position: absolute;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    height: 100%;
    top: 70px;
    left: 0;
}

.dl-menuwrapper li a.blogsy-menu-forward {
    position: absolute;
    right: 15px;
    top: 4px;
    background: rgba(109,114,124,0.1);
    z-index: 99999;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    height: 32px;
    width: 32px;
    padding: 5px 10px;
    cursor: pointer;
}

a.blogsy-menu-forward:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0da";
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    width: 30px;
    font-size: 25px;
    line-height: 25px;
    display: block;
    padding: 0;
    position: absolute;
    left: 11px;
    top: -56px;
    color: #111;
    border: none;
    background: 0 0;
    cursor: pointer;
}

.dl-menuwrapper button.dl-trigger:focus {
    outline: 1px dashed;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper li a {
    display: block;
    width: 80%;
    position: relative;
    padding: 6px 20px;
    font-size: 13px;
    line-height: 26px;
    outline: none;
    text-align: left;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper li.blogsy-soc-responive-menu {
    margin-left: 5px;
}

.dl-menuwrapper li.blogsy-soc-responive-menu a {
    display: inline-block;
    width: auto;
    font-size: 15px;
    padding: 6px 15px;
}

.dl-menuwrapper li.dl-back>a {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212, 204, 198, 0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper .dl-menu,
.blogsy-no-responsive-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    text-align: left;
}

.blogsy-nav-toggle {
    pointer-events: auto;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blogsy-res-open .dl-menu,
.dl-menuwrapper .dl-menu.dl-menuopen,
.blogsy-res-open .blogsy-no-responsive-nav {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .sub-menu {
    display: none;
}

.blogsy-responsive-header {
    text-transform: uppercase;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.sub-menu,
.dl-menu.dl-subview li.dl-subviewopen>.sub-menu>li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper li .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen>.sub-menu,
.dl-menuwrapper>.sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    text-align: left;
    padding: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper>.sub-menu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper>.sub-menu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper>.sub-menu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper>.sub-menu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper>.sub-menu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper>.sub-menu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper>.sub-menu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper>.sub-menu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper>.sub-menu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper>.sub-menu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes LineVisibleAnimation {
    0% {
        transform:scaleX(1);
        transform-origin:100% 0
    }
    50% {
        transform:scaleX(0);
        transform-origin:100% 0
    }
    51% {
        transform:scaleX(0);
        transform-origin:0 0
    }
    100% {
        transform:scaleX(1);
        transform-origin:0 0
    }
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
    background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
    background: #D35400;
}