/* ===========================
   SIDEMENU STYLES
=========================== */
.sidemenu section a {
    text-decoration: none !important;
}

.sidemenu section a:hover {
    color: #fff !important;
}

.sidemenu_open .sidemenu {
    background-color: #000 !important;
}

.sidemenu_open > div {
    transform: translateX(0%);
}

.main-navigation .primary-menu-container > ul li.menu-item.open_sidemenu > a:hover:after {
    width: 0;
    display: none;
}


/* ===========================
   SECONDARY NAVIGATION
=========================== */
.secondary-navigation .secondary-menu-container > ul li.menu-item > a {
	font-weight: 500;
}


.main-navigation .primary-menu-container > ul li.menu-item > a { 
	font-size: 16px;
	letter-spacing: 0;
  font-weight: 500;
}


/* ===========================
   GENERAL HIDDEN ELEMENTS
=========================== */
.hide_pagination ul.splide__pagination.splide__pagination--ltr {
    display: none;
}

.hide_section {
    display: none;
}


/* ===========================
   BLOG GRID & CONTENT
=========================== */
.kt-blocks-post-grid-item-inner h2.entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kt-blocks-post-grid-item-inner a.kt-blocks-post-readmore {
    border-radius: 5px;
}


/* ===========================
   HOME BLOG SECTION
=========================== */
.home_blog_section .entry-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0;
}

.home_blog_section .entry-content-wrap {
    padding: 1rem;
}

.home_blog_section .entry-header {
    margin-bottom: 0;
}

.home_blog_section .entry-meta.entry-meta-divider-dot {
    margin: 0;
}

.content-wrap.grid-cols.home_blog_section {
    row-gap: 1rem;
}

.home_blog_section .loop-entry.type-post h2.entry-title {
    font-weight: 400;
/*     font-family: 'Anton, sans-serif'; */
    color: #000;
    font-size: 24px !important;
}

.home_blog_section li.kb-post-list-item {
    background: #fff;
    padding: 15px;
}


/* ===========================
   AUTHOR PAGES (PPMA)
=========================== */
.ppma-author-pages .ppma-page-content.list .article-image img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
}

.ppma-author-pages .ppma-page-content.list .ppma-article {
    border-bottom: 1px solid;
}

.pp-multiple-authors-layout-boxed ul li,
.pp-multiple-authors-layout-centered ul li {
    min-height: 80px !important;
    padding: 0.5em !important;
}

.wp-singular.single.single-post .pp-multiple-authors-boxes-wrapper .ppma-author-category-wrap .pp-author-boxes-avatar img,
.ppma-author-pages .pp-multiple-authors-layout-boxed.multiple-authors-target-shortcode .pp-author-boxes-avatar img {
    width: fit-content !important;
    max-width: 200px;
    height: auto !important;
    max-height: 60px;
    object-fit: contain;
}

.ppma-author-pages .pp-multiple-authors-layout-boxed ul li > div:nth-child(1),
.single.single-post .pp-multiple-authors-layout-boxed ul li > div:nth-child(1) {
    flex: 0 0 fit-content !important;
}

.page.type-page .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-wrapper {
    max-width: 1400px;
    padding: 0 1.5rem;
    margin: 40px auto 0;
}


/* ===========================
   HERO SECTION
=========================== */
.entry-hero-container-inner .hero-section-overlay {
    background: #000 !important;
}

.entry-hero-container-inner h1.entry-title {
    color: #ffffff;
}

.archive.category .entry-hero-container-inner .hero-section-overlay {
    background: #000 !important;
}

.archive.category h1.page-title.archive-title,
.archive.category .entry-hero .kadence-breadcrumbs {
    color: #ffffff;
}


/* ===========================
   POST EDIT
=========================== */
.post_edit .loop-entry .entry-content-wrap {
    padding: 0.8rem;
}


/* ===========================
   FOOTER
=========================== */
.home .site-top-footer-wrap {
    display: none;
}

.site-footer-middle-section-1 a {
    color: #fd751f !important;
    text-decoration: underline;
}

.site-top-footer-wrap a.kt-blocks-post-readmore:hover {
    text-decoration: none;
}

.infinite-scroll.neverending .site-footer {
    display: block;
}


/* ===========================
   SITE HEADER & SLIDER
=========================== */
.site-top-header-inner-wrap .header-widget-area-inner.site-info-inner {
    width: 65%;
    margin: auto;
}

.site-top-header-inner-wrap aside.widget-area.site-header-item.header-widget1 {
    width: 100%;
}

.site-top-header-inner-wrap .kb-slider-size-ratio.kb-slider-ratio-4-1 .kb-advanced-slide {
    padding-bottom: 10%;
}

.site-top-header-inner-wrap .kb-slider-size-ratio .kb-advanced-slide-inner-wrap {
    background: #fff;
}

.site-top-header-wrap.site-header-row-container {
    background: #fff;
}


/* ===========================
   MEDIA QUERIES
=========================== */

/* >= 1025px */
@media (min-width: 1025px) {
    .home .has-sidebar .content-container {
        align-items: start;
    }

    .home div#main {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .home aside#secondary {
        position: sticky;
        top: 0;
        align-self: start;
        height: fit-content;
    }

    .ppma-author-pages {
        max-width: 1350px;
        margin: auto;
    }
}

/* >= 1250px */
@media (min-width: 1250px) {
    .post_except .kt-blocks-post-grid-item-inner .entry-content {
        min-height: 155px;
			  line-break: anywhere;
    }

    .post_except .kt-blocks-post-grid-item-inner .entry-content .kt-blocks-post-readmore-wrap {
        position: absolute;
        bottom: 30px;
    }
}

/* >= 776px */
@media (min-width: 776px) {
    .ppma-page-content.list .article-title {
        font-size: 28px;
    }
}

/* <= 976px */
@media (max-width: 976px) {
    .site-top-header-wrap .site-header-row-container-inner > .site-container {
        background: #000;
    }

    .site-top-header-wrap .site-header-item.site-header-focus-item {
        width: 100%;
    }

    .site-top-header-wrap .mobile-html.inner-link-style-normal {
        width: 100%;
    }

    .mobile-html-inner > p {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .site-top-header-wrap .kb-splide .splide__arrow {
        height: 2em;
    }
}

/* <= 960px */
@media (max-width: 960px) {
    .ppma-author-pages .ppma-page-content.list .article-title {
        font-size: 18px !important;
    }

    .ppma-author-pages .ppma-page-header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .site-top-header-wrap .site-header-row-container-inner > .site-container {
        background: #fff;
    }
}

/* <= 776px */
@media (max-width: 776px) {
    .page.page-id-17 aside#secondary,
    .page.page-id-688 aside#secondary {
        display: none;
    }

    .single.single-post .mobile-html-inner > .pp-multiple-authors-boxes-wrapper.pp-multiple-authors-wrapper {
        display: none;
    }

    .single.single-post .sharedaddy.sd-sharing-enabled,
    .single.single-post .sharedaddy.sd-block,
    .single.single-post div#jp-relatedposts {
        display: none !important;
    }
}

/* <= 676px */
@media (max-width: 676px) {
    .site-top-header-inner-wrap .kb-splide .splide__arrow {
        background: #ffffff3b !important;
        border-radius: 50px;
    }

    .ppma-author-pages .ppma-page-content.list .article-content {
        flex-direction: column;
    }

    .ppma-author-pages .ppma-page-content.list .article-image {
        width: 90%;
        margin: auto;
    }

    .post.type-post .single-content h2 {
        font-size: 21px;
    }

    .entry-hero.page-hero-section .entry-header,
    .entry-hero-container-inner .entry-header {
        min-height: 100px;
    }
}


/* ===========================
   CATEGORY STYLING
=========================== */
.entry-taxonomies .category-style-pill a {
    background: #000;
    padding: 6px 5px;
}

.kb-splide.kt-carousel-arrowstyle-blackonlight {
    --splide-nav-background: transparent;
}

.site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
    color: #c3c4c7;
}

.site-footer-row-container-inner .inner-link-style-normal a:not(.button) {
    color: #fff;
}

.kb-splide .splide__arrow {
    background: transparent !important;
}

.join-button span {
    color: #fff;
}

.join-button:hover span {
    color: #000;
}

.loop-entry.type-post h2.entry-title,
h2.wp-block-kadence-advancedheading,
.kt-blocks-post-grid-item .entry-title, .entry.loop-entry .entry-header .entry-title {
    color: #000;
    font-weight: 400;
    line-height: 1.8rem;
}

.loop-entry.type-post h2.entry-title {
	  margin-bottom: -15px;
}

 h2.wp-block-kadence-advancedheading {
    margin-bottom: -15px !important;
}


/* ===========================
   COOKIE NOTICE
=========================== */
.cky-notice .cky-title {
    margin-bottom: -10px !important;
}

@media (max-width: 576px) {

	.single.single-post div#primary {
    margin-top:0px
}
    .cky-notice-btn-wrapper {
        flex-direction: row !important;
    }

    .cky-notice .cky-title {
        margin-bottom: 0px !important;
    }

    .cky-prefrence-btn-wrapper button.cky-btn.cky-btn-accept {
        margin-top: 10px !important;
    }

    .cky-prefrence-btn-wrapper .cky-btn {
        width: auto !important;
    }

    .cky-prefrence-btn-wrapper {
        flex-direction: row !important;
    }

    html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
        max-width: 90%;
    }
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none;
}


/* ===========================
   WPForms INLINE FIELDS
=========================== */
.wpforms-container.inline-fields .wpforms-field-container {
    width: calc(100% - 70px) !important;
	display: inline-grid !important;
	    justify-content: stretch !important;
    margin-right: 4px;
}

.wpforms-container.inline-fields .wpforms-submit-container {
    padding-bottom: 16px;
    align-self: baseline !important;
    margin-top: 16px !important;
}


.mobile-navigation ul li.current-menu-item > a {
    color: #999;
}

.popupfooterbtn a {
    font-weight: bold;
    text-decoration: none;   
	    color: #fd751f !important;
}

.popupfooterbtn a:hover {
    text-decoration: underline;

}

.site-middle-footer-wrap.site-footer-row-container {
    background: #000;
}

.site-bottom-footer-wrap.site-footer-row-container {
    background: #000;
}

.kt-post-grid-layout-carousel .kt-blocks-post-grid-item .kt-blocks-post-readmore {
    background: #2D3748 !important;
}

.site-footer-middle-section-3 .kb-form .kadence-blocks-form-field .kb-forms-submit.kb-button-width-full {
    border: 1px solid #fff;
}

.entry-taxonomies a {
    text-transform: capitalize;
}
#search-drawer .drawer-inner {
    background:#000000de;
}
/* .site-header-main-section-right nav#secondary-navigation {
    display: none;
} */

.single-entry .post-title .entry-meta a:hover {
    color: #7180b1;
    text-decoration:underline;
}

.single-entry .post-title .entry-meta .author-avatar img {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.first-row-home .kt-row-column-wrap.kt-row-valign-top {
	padding-top: 12px !important;
  padding-bottom: 12px !important
}

.memberpressgroup-template-default.single .pum.pum-overlay.popmake-overlay {
    display: none;
}
	
	.memberpressproduct-template-default.single .pum.pum-overlay.popmake-overlay {
		display:none;
	}

.mepr-price-menu {
    padding: 1rem !important;
}

.main-navigation .primary-menu-container > ul li.menu-item > a {
    text-transform: capitalize;
}

.single.single-magazine div#jp-relatedposts , .single-highlight div#jp-relatedposts , .single-exclusive-interviews  div#jp-relatedposts {
    display: none !important;
}

.wordads-ad-wrapper.wordads-ad-wrapper--top {
    display: none;
}

/* .popup-drawer .drawer-inner {
    background: #000;
}

.primary-sidebar.widget-area#secondary {
    background: #000;
} */

.primary-sidebar.widget-area {
    background: transparent;
}

.wordads-ad-wrapper--bottom_sticky.wordads-ad-sticky-wrapper{
	display:none
}

.entry-related-inner .entry-related-inner-content .entry-related-carousel h3.entry-title {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul li.has-avatar .pp-author-boxes-avatar {
    vertical-align: text-bottom;
}

.pp-multiple-authors-layout-inline ul.pp-multiple-authors-boxes-ul {
    padding-left: 0;
} 


@media (max-width: 600px) {
.entry-related-inner .entry-related-inner-content .entry-related-carousel .entry-content-wrap {
    padding: 8px !important;
}


.entry-related-inner .entry-related-inner-content .entry-related-carousel h3.entry-title {
font-size:16px !!important;
}
	
}

/* .single-memberpressgroup .pum-container.popmake.custom-position {
    display: none;
} */


.memberpressgroup-template-default.single .pum.pum-overlay.popmake-overlay h3.wp-block-kadence-advancedheading , .memberpressproduct-template-default.single .pum.pum-overlay.popmake-overlay h3.wp-block-kadence-advancedheading {
    margin-top: 0px;
}

.memberpressgroup-template-default.single .pum.pum-overlay.popmake-overlay, .memberpressproduct-template-default.single .pum.pum-overlay.popmake-overlay {
    position: fixed;
	    z-index: 9999999;
}

.memberpressgroup-template-default.single .pum.pum-overlay.popmake-overlay .pum-container , .memberpressproduct-template-default.single .pum.pum-overlay.popmake-overlay .pum-container{
    padding: 18px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 0 10px 25px 0 rgb(2 2 2 / .5);
    background-color: rgb(0 0 0 / 1);
	 margin:auto;
}

 .memberpressgroup-template-default.single .pum.pum-overlay.popmake-overlay .pum-content+.pum-close ,  .memberpressproduct-template-default.single .pum.pum-overlay.popmake-overlay .pum-content+.pum-close{
    position: absolute;
    height: 24px;
    width: 24px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 5px;
    padding: 0;
    color: #fff;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 32px;
    line-height: 24px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: -1px 1px 1px 0 rgb(2 2 2 / .1);
    text-shadow: -1px 1px 1px rgb(0 0 0 / .1);
    background-color: rgb(0 0 0 / .3);
}

 .memberpressgroup-template-default.single .pum.pum-overlay.popmake-overlay  .pum-content.popmake-content , .memberpressproduct-template-default.single .pum.pum-overlay.popmake-overlay  .pum-content.popmake-content {
    color: #fff;
}

.memberpressproduct-template-default  .wordads-ad-wrapper ,  .memberpressgroup-template-default  .wordads-ad-wrapper {
    display: none;
}
.page.page-id-978 div#popmake-3820 {
    display: none;
}

.page-id-978 .pum.pum-overlay , .memberpressgroup-template-default.single .pum.pum-overlay ,   .memberpressproduct-template-default.single .pum.pum-overlay{
    display:none !important;
}
body{
	overflow-x: hidden;
}

@media (max-width: 576px) {
.memberpressgroup-template-default.single .pum.pum-overlay.popmake-overlay .pum-container, .memberpressproduct-template-default.single .pum.pum-overlay.popmake-overlay .pum-container {
    left: 10px !important;
	width: 100% !important;
}	
	
	.memberpressgroup-template-default.single .mepr-price-menu .mepr-price-boxes .mepr-price-box, .memberpressproduct-template-default.single .mepr-price-menu .mepr-price-boxes .mepr-price-box {
		width: 90%;		
	}
	
	.memberpressproduct-template-default.single .mp_wrapper fieldset.mepr-payment-methods-wrapper {
    min-width: 100%;
}
	
.memberpressproduct-template-default.single .mp_wrapper .mepr-payment-methods-radios {
    grid-template: none;
}
}









