/*
Theme Name: Blogsy News 2
Theme URI: https://peregrine-themes.com/blogsy/
Template: blogsy
Author: Peregrine Themes
Author URI: https://peregrine-themes.com/
Description: Blogsy News 2 is a modern, high-performance WordPress theme designed for bloggers, news publishers, and content creators who demand style and flexibility. Effortlessly shape your site with built-in support for the powerful Gutenberg block editor, ready-made block patterns, and seamless Elementor integration. Choose from multiple header styles, flexible layouts (left, right, or no sidebar), and eye-catching grid or masonry blog designs to make your content shine. Enjoy dark mode, unique sidebar widget patterns, and an array of customization options to create a site that matches your vision. Fully compatible with WooCommerce for building online stores and lighting-fast for the best user experience. With Blogsy news, launching a beautiful, professional website has never been easier, import demo content in just one click and start publishing today. Live preview: https://demo.peregrine-themes.com/blogsy/blogsy-news/
Tags: one-column,two-columns,right-sidebar,left-sidebar,grid-layout,footer-widgets,blog,news,e-commerce,custom-menu,custom-logo,post-formats,sticky-post,editor-style,threaded-comments,translation-ready,custom-colors,featured-images,full-width-template,rtl-language-support,theme-options,wide-blocks,block-styles,block-patterns
Version: 1.0.1779833258
Updated: 2026-05-26 23:07:38

*/

.pt-shape--sharp {
    --pt-soft-radius: 0;
}
.pt-shape--sharp .blogsy-pyml .swiper-pagination-fraction, .pt-shape--sharp .pt-hero-slider .carousel-nav-prev, .pt-shape--sharp .pt-hero-slider .carousel-nav-next, .pt-shape--sharp .blogsy-pyml .carousel-nav-prev, .pt-shape--sharp .blogsy-pyml .carousel-nav-next {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.pt-shape--sharp .blogsy-news-ticker-btn {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.blogsy-post-elastic-widget {
    width: 100%;
    counter-reset: post-num;
}
.blogsy-post-elastic-widget .post-wrapper {
    flex-direction: column;
    display: flex;
    width: 100%;
    justify-content: space-between;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-color: var(--term-color, var(--pt-accent-color));
}
.blogsy-post-elastic-widget .post-inner {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 25px;
}
.blogsy-post-elastic-widget .post-wrapper.mini-layout .post-inner {
    gap: 16px;
}
.blogsy-post-elastic-widget .post-wrapper .image-outer-wrapper {
    position: relative;
    width: 250px;
    flex-shrink: 0;
}
.blogsy-post-elastic-widget .post-wrapper.mini-layout .image-outer-wrapper {
    height: 95px;
    width: 95px;
}
.blogsy-post-elastic-widget .post-wrapper.mini-layout .image-outer-wrapper .image-wrapper {
    background-color: rgba(25,25,29,.45);
}
.blogsy-post-elastic-widget .post-wrapper .image-wrapper {
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -moz-border-radius: var(--pt-soft-radius);
    -webkit-border-radius: var(--pt-soft-radius);
    -o-border-radius: var(--pt-soft-radius);
    border-radius: var(--pt-soft-radius);
    will-change: transform;
}
.blogsy-post-elastic-widget .post-wrapper .image-wrapper::before {
    position: absolute;
    z-index: 2;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: transparent;
    content: '';
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    bottom: 0;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
}
.blogsy-post-elastic-widget .post-wrapper .image-wrapper img {
    height: 100%;
    width: 100%;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
    object-fit: cover;
}
.blogsy-post-elastic-widget .image-wrapper:hover > img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.blogsy-post-elastic-widget .image-wrapper.has-animation > img {
    transform-origin: right;
}
.blogsy-post-elastic-widget .image-wrapper.has-animation:hover > img {
    -moz-transform: scaleX(1.5);
    -webkit-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5);
    opacity: 0;
    filter: blur(8px);
}
.blogsy-post-elastic-widget .post-wrapper .image-animation {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
}
.blogsy-post-elastic-widget .image-animation img {
    -moz-transform: scaleX(1.5);
    -webkit-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5);
    opacity: 0;
    transform-origin: left;
    filter: blur(8px);
}
.blogsy-post-elastic-widget .image-wrapper:hover .image-animation > img {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    filter: blur(0);
}
.blogsy-post-elastic-widget .post-wrapper .image-wrapper a {
    z-index: 10;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
}
.blogsy-post-elastic-widget .post-wrapper .content-wrapper {
    position: relative;
    z-index: 10;
    flex-direction: column;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-self: center;
}
.blogsy-post-elastic-widget .post-counter-wrap {
    z-index: 20;
}
.blogsy-post-elastic-widget .post-wrapper.mini-layout .footer-wrap {
    padding-top: 0;
    display: flex;
    margin-top: 5px;
    border-top: none;
    flex-wrap: wrap;
    gap: 10px;
}
.blogsy-post-elastic-widget .post-wrapper > .footer-wrap {
    margin-top: 30px;
}
.pt-header-layout-4 .pt-header-inner {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.pt-header-layout-4 .pt-logo-container .pt-header-container, .pt-header-layout-4 .pt-nav-container .pt-header-container {
    position: relative;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.pt-header-layout-4 .pt-logo-container .pt-header-element {
    flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
}
.pt-header-layout-4 .pt-logo-container .pt-logo {
    order: 2;
    justify-content: center;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -ms-flex-positive: 1;
    padding: 0;
    margin: 0 auto;
}
.pt-header-layout-4 .pt-logo-container .pt-logo>.logo-inner {
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-left {
    margin-left: 0;
    margin-right: auto;
    order: 1;
    justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}
.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-left .pt-header-widget:first-child {
    margin-left: 0;
    padding-left: 0;
}
.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-right .pt-header-widget:last-of-type, .pt-header-layout-4 .pt-logo-container .blogsy-widget-location-left .pt-header-widget:last-of-type {
    padding-right: 0;
}
.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-right .pt-header-widget:last-of-type:after, .pt-header-layout-4 .pt-logo-container .blogsy-widget-location-left .pt-header-widget:last-of-type:after {
    display: none;
}
.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-right {
    margin-left: auto;
    margin-right: 0;
    order: 3;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
}
.pt-header-layout-4 .blogsy-widget-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pt-header-layout-4 .pt-mobile-nav {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}
.pt-header-layout-4 .pt-nav-container {
    position: relative;
    margin-bottom: -.1rem;
}
.pt-header-layout-4 .pt-header .pt-header-inner .pt-logo-container .pt-header-container, .pt-header-layout-4 .pt-header .pt-header-inner .pt-nav-container .pt-header-container {
    border-width: 0;
}
.pt-header-layout-4 .pt-nav-container .pt-header-element {
    flex: 0 0 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
}
.pt-header-layout-4 .pt-nav-container .blogsy-header-nav-wrapper {
    order: 2;
    justify-content: center;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -ms-flex-positive: 1;
    padding: 0;
    margin: 0 auto;
}
.pt-header-layout-4 .pt-nav-container .blogsy-header-nav-wrapper>ul {
    min-height: 6rem;
}
.pt-header-layout-4 .pt-nav-container .blogsy-header-nav-wrapper>ul>li:not(:first-child) {
    margin-left: 1.6rem;
}
.pt-header-layout-4 .pt-nav-container .blogsy-header-nav-wrapper>ul>li>a {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    height: 100%;
}
.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-left {
    margin-left: 0;
    margin-right: auto;
    order: 1;
    justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}
.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-left .pt-header-widget:first-child {
    margin-left: 0;
    padding-left: 0;
}
.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-right .pt-header-widget:last-of-type, .pt-header-layout-4 .pt-nav-container .blogsy-widget-location-left .pt-header-widget:last-of-type {
    padding-right: 0;
}
.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-right .pt-header-widget:last-of-type:after, .pt-header-layout-4 .pt-nav-container .blogsy-widget-location-left .pt-header-widget:last-of-type:after {
    display: none;
}
.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-right {
    margin-left: auto;
    margin-right: 0;
    order: 3;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
}
.blogsy-ticker.layout-2 {
    padding-top: 18px;
    padding-bottom: 0;
    border-bottom: none;
}
.blogsy-ticker.layout-2 .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper {
    background-color: transparent;
    color: var(--pt-accent-color);
    font-weight: 600;
    gap: 4px;
    outline: none;
    padding: 0;
}
html[scheme=dark] .blogsy-ticker.layout-2 .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper {
    background-color: transparent;
}
.blogsy-ticker.layout-2 .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper .blogsy-news-ticker-title-icon-wrapper {
    color: var(--pt-accent-color);
}
.blogsy-ticker.layout-2 .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper .blogsy-news-ticker-title-text {
    text-transform: uppercase;
}
.blogsy-ticker.layout-2 .blogsy-news-ticker-btn {
    height: 3rem;
    padding: 3px 14px;
}
.blogsy_news .blogsy-ticker .blogsy-news-ticker-item .item-thumbnail img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.pt-header-layout-4 #site-header+#site-sticky-header+#blogsy-ticker+#blogsy-hero, .pt-header-layout-4 #site-header+#blogsy-ticker+#blogsy-hero {
    margin-top: 2rem;
}
.pt-header-layout-4 #blogsy-hero {
    margin-top: 0.4rem;
}
#blogsy-hero .pt-container.pt-hero-type-two, #blogsy-hero .pt-container.pt-hero-type-three {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.pt-hero-slider .carousel-nav-prev, .pt-hero-slider .carousel-nav-next, .blogsy-pyml .carousel-nav-prev, .blogsy-pyml .carousel-nav-next {
    height: 40px;
    width: 40px;
    font-size: 1.6rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.pt-hero-type-three .pt-hero-slider .post-wrapper, .pt-hero-type-two .pt-hero-slider .post-wrapper {
    height: 560px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.pt-hero-type-three .pt-hero-slider .terms-wrapper, .pt-hero-type-two .pt-hero-slider .terms-wrapper {
    position: relative;
    left: 0;
}
.pt-hero-type-three .pt-hero-slider .post-wrapper .meta-wrapper, .pt-hero-type-two .pt-hero-slider .post-wrapper .meta-wrapper {
    gap: 1rem;
}
.pt-hero-type-two .pt-hero-slider .carousel-nav-prev {
    left: -52px;
}
.pt-hero-type-two .pt-hero-slider .carousel-nav-next {
    right: 10px;
}
.pt-hero-type-three .pt-hero-slider .carousel-pagination-wrapper.type-bullets .carousel-pagination, .pt-hero-type-two .pt-hero-slider .carousel-pagination-wrapper.type-bullets .carousel-pagination {
    left: -29px;
    bottom: 0;
}
.pt-hero-type-three .blogsy-post-elastic-widget .blogsy-posts-wrapper.layout-grid, .pt-hero-type-two .blogsy-post-elastic-widget .blogsy-posts-wrapper.layout-grid {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}
.pt-hero-type-three .blogsy-post-elastic-widget .post-wrapper, .pt-hero-type-two .blogsy-post-elastic-widget .post-wrapper {
    border-color: #7f818540;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 0 0 16px;
}
.pt-hero-type-two .blogsy-post-elastic-widget .post-wrapper .post-inner {
    flex-direction: row-reverse;
}
.pt-hero-type-three .blogsy-post-nexo-widget .post-wrapper, .pt-hero-type-three .blogsy-post-elastic-widget .post-wrapper .image-wrapper, .pt-hero-type-two .blogsy-post-nexo-widget .post-wrapper, .pt-hero-type-two .blogsy-post-elastic-widget .post-wrapper .image-wrapper {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.pt-hero-type-three .blogsy-post-nexo-widget.hero-tabs .blogsy-posts-wrapper.layout-grid, .pt-hero-type-two .blogsy-post-nexo-widget.hero-editor .blogsy-posts-wrapper.layout-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}
#blogsy-hero .post-author-wrapper .author-image img {
    height: 22px;
    width: 22px;
}
#blogsy-hero .post-counter-wrap .post-counter {
    height: 25px;
    width: 25px;
    background-color: var(--pt-accent-color);
    color: #fff;
    font-size: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
    padding: 5px;
}
#blogsy-hero .blogsy-post-elastic-widget .swiper-vertical {
    height: 496px;
}
#blogsy-hero .pt-hero-type-three .pt-hero-slider .blogsy-position-top-right {
    top: 3.5rem;
    right: 2rem;
}
#blogsy-hero .blogsy-post-elastic-widget .blogsy-position-top-right {
    top: 1.4rem;
}
#blogsy-hero .pt-hero-type-three .pt-hero-slider:has(.blogsy-section-heading) .blogsy-position-top-right, #blogsy-hero .blogsy-post-elastic-widget:has(.blogsy-section-heading) .blogsy-position-top-right {
    top: -4rem;
    right: 0;
}
#blogsy-hero .pt-hero-type-three .pt-hero-slider .carousel-nav-prev, #blogsy-hero .pt-hero-type-three .pt-hero-slider .carousel-nav-next, #blogsy-hero .blogsy-post-elastic-widget .carousel-nav-prev, #blogsy-hero .blogsy-post-elastic-widget .carousel-nav-next {
    height: 2.7rem;
    width: 2.7rem;
    background-color: var(--pt-card-bg);
    color: var(--pt-body-color);
    font-size: 1.3rem;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid var(--pt-border-color);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
    text-decoration: none;
}
#blogsy-hero .pt-hero-type-three .pt-hero-slider:has(.blogsy-section-heading, .hero-tabs-inner) .carousel-nav-prev, #blogsy-hero .blogsy-post-elastic-widget:has(.blogsy-section-heading, .hero-tabs-inner) .carousel-nav-prev {
    left: -1px;
}
.hero-tabs .hero-tabs-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.hero-tabs .tab-btn {
    position: relative;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    line-height: 1.4;
    border: none;
    outline: none;
    padding: 0 0 7px;
}
.hero-tabs .tab-btn.active {
    color: var(--pt-accent-color);
}
.hero-tabs .tab-btn.active::after {
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: var(--pt-accent-color);
    content: "";
    bottom: -2px;
}
.hero-tabs .tab-btn h5 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 5px;
}
.hero-tabs .tab-btn h5 .blogsy-svg-icon {
    font-size: 90%;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.hero-tabs .tab-content.active {
    flex-direction: column;
    display: flex;
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    -o-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
}
.blogsy-divider-heading.divider-style-12 {
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 2px;
}
.blogsy-divider-heading.divider-style-12 .title {
    width: 100%;
}
.blogsy-divider-heading.divider-style-12 .divider-1 {
    height: 12px;
    width: 12px;
    flex-shrink: 0;
    order: 11;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.blogsy-divider-heading.divider-style-12 .divider-2 {
    height: 3px !important;
    width: 80px;
    order: 12;
}
.blogsy-divider-heading.divider-style-12 .divider-3 {
    height: 1px !important;
    width: auto !important;
    background-color: var divider color;
    flex-grow: 1;
    --divider-color-: rgba(0, 0, 0, 0.2);
}
.blogsy-divider-heading.divider-style-12 .divider-4 {
    display: none;
}
#blogsy-hero .blogsy-divider-heading.divider-style-12, #blogsy-hero .blogsy-divider-heading.divider-style-12 .divider-3 {
    width: 100%;
}
.blogsy_news .blogsy-section-heading .blogsy-divider-heading, .blogsy_news .blogsy-section-heading .blogsy-divider-heading .title {
    width: 100%;
}
.blogsy_news .blogsy-section-heading .blogsy-divider-heading {
    row-gap: 0.7rem;
}
.blog-horizontal-2 .post-wrapper .term-item {
    padding-left: 1.25rem;
}
.blog-horizontal-2 .post-wrapper .term-item::before {
    height: auto;
    width: auto;
    background-color: transparent;
    content: "#";
    color: var(--term-color, var(--pt-accent-color));
    margin-top: -0.3px;
    font-size: 120%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}
.blog-horizontal-2 .post-wrapper .term-item:focus:before, .blog-horizontal-2 .post-wrapper .term-item:hover:before {
    width: auto;
}
.blogsy_news #blogsy-pyml .pt-container {
    max-width: clamp(1400px, 100vw, 93%);
}
.blogsy_news .blogsy-pyml .carousel-nav-next, .blogsy_news .blogsy-pyml .carousel-nav-prev {
    height: 3.5rem;
    width: 3.5rem;
    top: -52px;
    font-size: 1.5rem;
}
.blogsy_news .blogsy-pyml .carousel-nav-next {
    right: 8rem;
}
.blogsy_news .blogsy-pyml .carousel-nav-prev {
    left: -10rem;
}
@media screen and (max-width: 1024px) {
.pt-header-layout-4 .pt-logo-container .pt-header-container {
    flex-wrap: wrap;
}
.pt-header-layout-4 .pt-logo-container .pt-logo>.logo-inner {
    align-items: start;
}
.pt-header-layout-4 .pt-logo-container .pt-header-element {
    flex-basis: auto;
}
.pt-header-layout-4 .pt-logo-container .pt-logo {
    margin-left: 0;
    align-items: start;
    order: 0;
    justify-content: start;
    flex-basis: auto;
}
.pt-header-layout-4 .pt-logo-container .pt-mobile-nav {
    order: 5;
}
.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
}
.pt-header-layout-4 .pt-nav-container {
    display: none;
}
}
