.pa-plus-page h1, .pa-plus-page h2, .pa-plus-page h3, .pa-plus-page h4, .pa-plus-page h5, .pa-plus-page h6 {
    text-transform: unset;
}

.pa-plus-page > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}



/* Archive page */

.pa-plus-archive-column {
    padding: 0px 100px 40px 100px !important;
}

.pa-plus-archives {
    margin-top: 40px !important;
}

.pa-plus-archives .sticky-frame {
    margin-top: 52px;
}

.pa-plus-archives h1 {
    font-size: 2rem;
    margin: 0;
}

.pa-plus-archive-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pa-plus-archives .pa-plus-carousel > div {
	border-radius: 10px;
	background-size: cover;
    position: relative;
}

.pa-plus-archive-column nav.navigation.pagination {
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.pa-plus-archive-column nav.navigation.pagination .prev, .pa-plus-archive-column nav.navigation.pagination .next {
    background: #16aca7;
    padding: 5px 10px;
    border-radius: 5px;
}

.pa-plus-archive-column nav.navigation.pagination .page-numbers {
    margin: 10px;
    padding-bottom: 5px;
}

.pa-plus-archive-column nav.navigation.pagination .page-numbers.current {
    border-bottom: 2px solid #16aca7;
}

.pa-plus-archive-column nav.navigation.pagination .nav-links:nth-child(-n+11) .page-numbers:before {
    content: "0";
}

.pa-plus-archive-column nav.navigation.pagination .prev:before, .pa-plus-archive-column nav.navigation.pagination .next:before {
    content: none !important;
}


/* Archive page */

/* Post page */

.pa-plus-page-column {
    padding: 0px 100px 40px 100px !important;
}

.pa-plus-page .plus-back-arrow img {
    padding-top: 10px !important;
    height: 25px;
}

.pa-plus-home-content {
    margin-top: 0px !important;
}

.pa-plus-page h3 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	margin-top: 30px;
}

/* Post page */

.pa-plus-page p,
.pa-plus-page div,
.pa-plus-page p,
.pa-plus-page span,
.pa-plus-page h1,
.pa-plus-page h2,
.pa-plus-page h3
{
    font-family: 'Roboto';
}

.pa-plus-page {
	margin: 0;
	padding: 0px;
}

.pa-plus-home-column {
    padding: 0px 100px 40px 100px !important;
    position: relative;
}

.pa-plus-page .pa-plus-home-column {
	z-index: 1;
	padding: 20px;
}

.pa-plus-home  .video-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 102px;
    z-index: -1;
    top: 0;
}

.pa-plus-home .video-wrapper #pa-plus-video {
    object-fit: cover;
    height: 80vh;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.pa-plus-home .video-wrapper .gradient-overlay {
    background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 50%);
    height: 81vh;
    width: 100%;
    position: absolute;
    left: 0;
}

.pa-plus-page .pa-plus-home-column .wp-block-post-content {
	height: 65vh;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.pa-plus-page .pa-plus-home-column .wp-block-post-content h1 {
	font-size: 1.8rem;
}

.pa-plus-page .pa-plus-home-column .pa-plus-sub-cat h3 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	margin-top: 30px;
}

/* Splide */
.pa-plus-carousel button.splide__arrow.splide__arrow--prev {
    margin-left: -4rem;
}

.pa-plus-carousel button.splide__arrow.splide__arrow--next {
    margin-right: -4rem;
}




.pa-plus-carousel .splide__arrows button {
	background: none !important;
}

.pa-plus-carousel .splide__arrows button svg {
	fill: white;
	font-size: 50px;
}

.pa-slide-background {
    position: relative;
    overflow: hidden;
    background-color: black;
    border-radius: 16px;
}

.pa-plus-carousel .pa-slide-description {
    padding: 16px;
    font-size: 14px;
}

.pa-plus-carousel .pa-slide-description p {
	margin: 0;
    color: white;
}

.pa-plus-carousel .pa-slide-description p.pa-slide-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.pa-plus-carousel img.pa-slide-logo {
	position: absolute;
    left: 0px;
    top: 0px;
	width: 100px;
	padding: 10px;
	border-radius: 0px 0px 10px 0px;
	background: white;
    max-height: 35px;
    object-fit: contain;    
}


.pa-slide-buttons {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 16px;
    margin-bottom: 16px;
    position: absolute;
    right: 0px;
    bottom: 0px;    
    gap: 8px;
}

.pa-slide-buttons img {
    width: 25px;
    height: 25px;
}

.pa-button img:last-child {
    display: none;  
}

.pa-button:hover img:last-child {
    display: block;
}

.pa-button:hover img:first-child {
    display: none;  
}

.pa-button {
	transition: all .3s;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.pa-play-button {
    padding-right: 5px;
}



.pa-plus-carousel .splide__slide.last-item .pa-slide-background {
    background: #16aca7;
    aspect-ratio: 16 / 9;
    -webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,1) 30%);
    mask-image:         linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,1) 30%);        
}

.pa-plus-carousel .splide__slide.last-item p {
    font-size: 16px;
    font-weight: bold;
    color: white;
    transition: all .3s;
}

.pa-plus-carousel .splide__slide.last-item p:hover {
    color: black;
}

.pa-plus-carousel .splide__pagination {
    position: relative;
    margin-top: 15px;
}

.pa-plus-carousel button.splide__pagination__page.is-active {
    background: #16ACA7;
}

.pa-plus-carousel button.splide__pagination__page {
    background: #707070;
}
/* Splide */





/* popup */

.pa-plus-popup {
    background: #1D1D1D;
    border-radius: 10px;
    color: white;
    max-width: 700px !important;
    width: 70%;
    padding: 0;
    border-width: 0;
    margin: auto !important;
}




.pa-plus-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    margin: 10px;
    cursor: pointer;
}

.pa-plus-popup .pa-slide-logo {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 0px 0px 10px 0px;
    background: white;
    top:0px;
    left:0px;
}

.pa-plus-popup-thumb {
    width: 100%;
}

.pa-plus-popup img[src=""] {
    display: none;
}

.pa-plus-popup-heading   { grid-row: 1 / 2; grid-column: 1 / 2; }
.pa-plus-popup-date      { grid-row: 2 / 3; grid-column: 1 / 2; }
.pa-plus-popup-controls  { grid-row: 1 / 3; grid-column: 2 / 3; }
.pa-plus-popup-excerpt   { grid-row: 3 / 4; grid-column: 1 / 3; }

.pa-plus-popup .popup-bottom-section {
    display: grid;
    padding: 10px 20px 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr auto;
}

.pa-plus-popup-heading {
    font-size: 1.5rem;
}

.pa-plus-popup-date,
.pa-plus-popup-excerpt {
    font-size: .9rem;
    color: #d2d2d2;
}

.pa-plus-popup-excerpt {
    padding-top: 16px;
  }

.pa-plus-popup-controls a {
    background: #16ACA7;
    padding: 15px 25px;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    align-items: center;
    transition: all .3s;
}

.pa-plus-popup-controls a:focus {
    outline: none;
  }

.pa-plus-popup-controls a:hover {
    background: #707070;
}

.pa-plus-popup-controls a img {
    height: 25px;
    padding-left: 10px;
}

@media only screen and (max-width: 950px) {
    .pa-plus-popup .popup-bottom-section {
        grid-template-columns: 1fr;
    }
  
    .pa-plus-popup-heading   { grid-row: 2 / 3 !important; grid-column: 1 / 2 !important; }
    .pa-plus-popup-date      { grid-row: 3 / 4 !important; grid-column: 1 / 2 !important; }
    .pa-plus-popup-controls  { grid-row: 1 / 2 !important; grid-column: 1 / 2 !important; }
    .pa-plus-popup-excerpt   { grid-row: 4 / 5 !important; grid-column: 1 / 2 !important; }
  
    .pa-plus-popup-controls a { width: auto; justify-content: center; padding: 10px 25px; }
    .pa-plus-popup-heading { padding-top: 8px; }
}
/* popup */



@media only screen and (max-width: 1280px) {
    .pa-plus-archive-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .pa-plus-archive-posts {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 999px) {
	.pa-plus-home-column, .pa-plus-page-column, .pa-plus-archive-column {
		padding: 0px 60px 40px 60px !important;
	}
    .pa-plus-archive-column {
		padding: 0px 0px 16px 0px !important;
	}
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 656px) {
    .pa-plus-page .pa-plus-home-column .wp-block-post-content h1 br {
        display: none;
    }
    .pa-plus-page .pa-plus-home-column .wp-block-post-content h1 {
        font-size: 1.4rem;
    }
    .pa-plus-page .pa-plus-home-column .wp-block-post-content img {
        width: 250px;
    }
    .pa-plus-page .pa-plus-home-column .wp-block-post-content {
        height: auto;
    }


	.pa-plus-home-column, .pa-plus-page-column {
		padding: 0px 20px 20px 20px !important;
	}

	.pa-plus-carousel {
		padding-right: 50px;
	}

    .pa-plus-carousel .splide__pagination {
        display: none;
    }

    .pa-plus-archive-column .pa-plus-carousel {
        padding: 0;
    }
}

img.pa-slide-thumb {
    max-width: 100%;
    width: 100%;
    -webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,1) 30%);
    mask-image:         linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,1) 30%);   
    aspect-ratio: 16 / 9;
    border-radius: 16px;

}

.splide__slide.last-item img.pa-slide-thumb {
    width: auto;
    margin-left: 16px;
    margin-top: 16px;
    -webkit-mask-image: unset !important;
    mask-image:         unset !important; 
    border-radius: 0px !important;
}

.splide__slide.last-item .pa-slide-description {
    transform: translate(0px, -100%);
}

.splide__slide.last-item .pa-slide-description a {
    color: white !important;
}

footer {
	z-index: 10;
}


.pa-plus-page {
    isolation: isolate;
    position: relative;
}


.video-wrapper {
    top: 0px;
    left: 0px;
}

.video-wrapper, .video-wrapper video {
    width: 100%;
}

.video-wrapper video {
    opacity: 0.6;
}

.pa-plus-heading {
    padding-top: 64px;
    padding-bottom: 96px;
}

@media (max-width: 960px){
    .pa-plus-heading {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
}

.video-wrapper {
    -webkit-mask-image: linear-gradient(0deg, transparent 5%, rgba(0,0,0,1) 30%);
    mask-image:         linear-gradient(0deg, transparent 5%, rgba(0,0,0,1) 30%);
}


.pa-slide-title {
margin-bottom: 8px !important;
}

.pa-slide-description p:not(.pa-slide-title) {
    color: #B0B0B0;
    line-height: 1rem !important;
}


.pa-plus-page .container-overflow {
	isolation: isolate;
	position: relative;
}
.pa-plus-page .video-wrapper {
	position: absolute;
    z-index: -1;
    max-width: none !important;
}

.pa-plus-overlay {
	max-width: unset !important;
}

.pa-plus-carousel button.splide__arrow.splide__arrow--prev {
margin-left: 0px !important;
}

.pa-plus-carousel button.splide__arrow.splide__arrow--next {
margin-right: 0px !important;
}






.splide__slide:not(.is-visible) {
    opacity: 0.5;
  }

  .splide__arrows {
    position: absolute;
    width: 100%;
    aspect-ratio: calc(4 * 16) / 9;
  }
  @media (max-width: 1450px)  { .splide__arrows { aspect-ratio: calc(3 * 16) / 9 !important; } }
  @media (max-width:  1100px)  { .splide__arrows { aspect-ratio: calc(2 * 16) / 9 !important; } }
  @media (max-width:  656px)  { .splide__arrows { aspect-ratio: calc(1 * 16) / 9 !important; } }


  .pa-plus-popup::backdrop {
    background-color: black;
    opacity: 0.7;
  }

  .splide__arrow[disabled] {
    visibility: hidden;
  }



  .pa-slide-background p, .pa-slide-background br {
    display: none;
  }

dialog > p:empty {
    display: none;
}