
/* [ ================ MAIN - PREDEFINES ================== ] */
/* [ ================ MAIN - PREDEFINES ================== ] */
/* [ ================ MAIN - PREDEFINES ================== ] */

:root {
    --blue: #0b2256;
    --dark: #000;
    --silver: #EEEEEE;
    --yellow: #fff200;
    --lightblue: #f6f8ff;
    --border:#ebebeb;
}

#wpadminbar {
    z-index: 999999999999!important
}

body, html 
{
	font-family: 'Inter', sans-serif;
	background: #fff;
	line-height: 1.3;
	margin:0;
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
}


* {box-sizing: border-box;}



p, ul, li, a, h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

li {list-style: none}

.container {
	max-width: 1280px;
	padding:0 15px;
	width: 100%;
	margin: 0 auto;
}




a, button, input, textarea, select {font-family: 'Inter', sans-serif;}

a, button {
    cursor: pointer;
    text-decoration: none;
    outline: none!important;
    transition: 0.2s ease-in-out;
}

ul {margin-bottom: 0;}
li {list-style: none}

img {
	max-width: 100%;
	display: block;
}


img[data-lazy] {opacity:0; transition:0.8s; }
img[data-lazy].fade {opacity:1; }

a {color: var(--dark);}


/*font defines*/


h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.12;
    margin:0;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin:0;
}

h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    margin:0;
}



a, button {transition: 0.2s; cursor: pointer;}





/* text elipsis */

.limitRows1, .limitRows2, .limitRows3, .limitRows4, .limitRows5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.limitRows1 { -webkit-line-clamp: 1; }
.limitRows2 { -webkit-line-clamp: 2; }
.limitRows3 { -webkit-line-clamp: 3; }
.limitRows4 { -webkit-line-clamp: 4; }
.limitRows5 { -webkit-line-clamp: 5; }



.blue {color: var(--blue)}

/* margins */




.mt5 {margin-top: 5px}
.mt8 {margin-top: 5px}
.mt10 {margin-top: 10px}
.mt15 {margin-top: 18px}
.mt20 {margin-top: 20px}
.mt25 {margin-top: 25px}
.mt30 {margin-top: 30px}
.mt40 {margin-top: 40px}
.mt50 {margin-top: 50px}



.mb5 {margin-bottom: 5px}
.mb8 {margin-bottom: 8px}
.mb10 {margin-bottom: 10px}
.mb15 {margin-bottom: 18px}
.mb20 {margin-bottom: 20px}
.mb25 {margin-bottom: 25px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}

.ptb60 {padding: 60px 0;}
.ptb30 {padding: 30px 0;}
.ptb100 {padding: 100px 0;}


.fs18 {font-size: 18px}
.fw600 {font-weight: 600}



/* DEFAULT WEBSITE AND SIDEBAR SETUP */
/* DEFAULT WEBSITE AND SIDEBAR SETUP */
/* DEFAULT WEBSITE AND SIDEBAR SETUP */
/* DEFAULT WEBSITE AND SIDEBAR SETUP */


.website-wrapper {
    display: flex;
    justify-content: space-between;

}

.website-middle {
    flex: 1;
    min-width: 1280px;
    max-width: 1280px;
}

.website-middle .main-content-grid {
    display:grid;
    grid-template-columns:1fr 380px ;
    padding: 0 15px;
    grid-gap: 15px;
    padding-bottom:50px;
}





/* ADS */
/* ADS */
/* ADS */
/* ADS */
#big-advert-left img {
    object-fit: contain;
    object-position: top;
    width: 100%;
}


#big-advert-right, #big-advert-left {
    z-index: 10000;
    flex: 1;
    max-width: 400px;
    display: block;
}



#big-advert-left a, #big-advert-right a, #big-advert-left img, #big-advert-right img {
    display: block;
    height: 100%;
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
    position: sticky;
    top: 0;
    min-height: 100vh;
}



#big-advert-left img {object-position: right;}
#big-advert-right img {object-position: left!important;}




#big-advert-right img {
    object-fit: cover;
    object-position: top;
    width: 100%;
}



/* HAMBURGER */
/* HAMBURGER */
/* HAMBURGER */
/* HAMBURGER */


.menu-wrapper {
    position: absolute;
    top: 18px;
    right: 15px;
    margin: auto;
    width: 30px;
    height: auto;
    cursor: pointer;
    display: none;
    z-index: 10000;
    display: none!important;
    display: flex;
    flex-direction: column;
}

.hamburger-line {
    width: 30px;
    height: 2px;
    display: block;
    background: #000;
}



.close-mob-menu {
    position: absolute;
    width: 35px;
    right: 15px;
    top: 15px
}




/* pagination */
/* pagination */
/* pagination */
/* pagination */


#pagination, .pagination {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-end;
}

#pagination a, .pagination a, .pagination .current {
    margin-left: 8px;
    min-width: 30px;
    height: 30px;
    border-radius: 4px;
    padding: 0 3px;
    border:1px solid #DEE4EC;
    display: block;
    color: var(--blue);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

#pagination a i, .pagination a i {
    margin-left: 7px;
    padding-top: 5px;
}

#pagination a:hover, .pagination a:hover {
    background: rgba(28, 28, 70, 0.05);
}

#pagination a.current, .pagination span.current {
    background: var(--blue);
    color: white; 
}



#pagination > span , .pagination  > span {
    display: flex;
    justify-content: flex-end;
}


#pagination a.nextPag, 
#pagination a.prevPag,
.pagination a.next,
.pagination a.prev
{
    width: 70px;
}

.pagination .dots {
    margin-left: 5px;
}


#pagination {
    opacity: 0;
}






/* comments */
/* comments */
/* comments */
/* comments */



/** * Basic WordPredd comment style template * * ** Check your theme's comments templates & tags. _s theme uses .comment-list for the comment container, but yours may differ. */
 /* Comments container */
#comments {
    background-color: var(--lightblue);
    border: 1px solid var(--border);
    margin-top: 24px;
    padding: 20px;
}

/* Comment list */
ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Individual comments */
ol.comment-list li.comment {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

/* Comment author */
ol.comment-list li.comment .comment-author {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Comment meta */
ol.comment-list li.comment .comment-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

/* Comment text */
ol.comment-list li.comment .comment-content {
    font-size: 14px;
    margin-bottom: 10px;
}

/* Comment reply */
ol.comment-list li.comment .comment-reply-link {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}


.comment-form-comment {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-top: 20px
}

.children {
    padding: 15px;
    background: #00000008;
    border: 1px solid white;
    margin-left: 15px;
    margin-top: 20px;
}

ol.comment-list li.comment {
    padding: 0;
    border-left: 1px solid var(--border);
    padding-left: 15px;
}

.comment-edit-link {display: none}

ol.comment-list li.comment {
    border-bottom: none;
}

ol.comment-list {
    margin: 30px 0;
}


.comment-form-comment textarea {
    border: 1px solid var(--border);
    resize: vertical;
    height: 150px;
    max-height: 300px;
    min-height: 50px;
    padding: 10px;
}
.form-submit {margin-top: 15px;}
.form-submit input {
    background: var(--dark);
    color: white;
    padding: 12px 15px;
}

.children li.comment {
    border-left: none!important;
    padding-left: 0!important
}


ol.comment-list li.comment .comment-reply-link {
    color: #FF0088;
    font-size: 13px;
    text-decoration: underline;
}

ol.comment-list li.comment .comment-author {
    font-weight: 500;
}


.comment-form-author, .comment-form-email, .comment-form-url  {
        display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
}

.comment-form-author input , .comment-form-email input , .comment-form-url input {
    width: 100%;
    max-width: 400px;
    height: 34px;
    border: 1px solid var(--border);
    outline: none!important;
    box-shadow: none;
    padding: 0 10px;
}

.comment-form-cookies-consent{
    max-width: 400px;
    font-size: 13px;
    font-weight: 500;
}


 .comment-notes {
    max-width: 500px;
    font-size: 13px;
    font-weight: 500;
}

/* RANDOM GLOBALS */
/* RANDOM GLOBALS */
/* RANDOM GLOBALS */
/* RANDOM GLOBALS */
/* RANDOM GLOBALS */
/* RANDOM GLOBALS */
/* RANDOM GLOBALS */

 .post-time {
    color: var(--dark);
    height: 20px;
    display: flex;
    padding: 0px 5px 0px 5px;
    font-size: 11px;
    background: var(--yellow);
    align-items: center;
    font-weight: 600;
    justify-content: center;
}

.post-time-top-right {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 100;
}


.image169 {
    position: relative;
    padding-bottom: 56.25%;
}

.image169 > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HEADER */
/* HEADER */
/* HEADER */
/* HEADER */
/* HEADER */
/* HEADER */



header.sticky-header {
    position: sticky;
    z-index: 500000;
    top: 0;
    background: white;
}

header .top {
    padding: 10px 0;
}

header .top-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

header .top-flex > * {
    flex: 1;
    display: flex;
    align-items: center;
}


header .top-flex .left {
    gap:50px;

}

header .top-flex .left .item {
    display: flex;
    align-items: center;
    gap:10px;
}


header .top-flex .left .item {
    font-size: 12px;
}

header .top-flex .left .item p {
    font-weight: 500;
}

header .top-flex .left .item p span {
    font-weight: 400;
    display: block;
    opacity: 0.8;
}



header .top-flex .logo  {
    display: flex;
    align-items: center;
    justify-content: center;
}


header .top-flex .socials  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;

}

header .top-flex .socials a:hover {
    transform: translateY(-2px);
}



header .middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
    border-top: 1px solid var(--border);
}


header .mainmenu .menu {
    display: flex;
}

header .mainmenu .menu > li > a {
    color: var(--dark);
    font-size: 12px;
    font-weight: 500;
    padding: 15px 10px;
    display: block;
}

header .mainmenu .menu > li > a:hover {
    background: var(--lightblue);
}


header .mainmenu .menu > li.current-menu-item > a {
    background: var(--blue);
    color: white;
}
header .mainmenu .menu > li.current-menu-parent > a {
    background: var(--blue);
    color: white;
}



header .mainmenu .menu > li .sub-menu {
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    z-index: 1000;
    background: white;
    display:flex;
    align-items: center;
    background: var(--lightblue);
    display: none;
}




header .mainmenu .menu .current-menu-item .sub-menu, header .mainmenu .menu .current-menu-parent .sub-menu {
    display: flex;
    z-index: 999;
}

header .mainmenu .menu > li:hover .sub-menu {
    display: flex;
    z-index: 1000;
}



header .mainmenu .menu > li .sub-menu > li > a {
    color: var(--dark);
    font-size: 12px;
    font-weight: 500
    opacity:0.8;
    padding:10px 15px;
    display: block;
}


header .mainmenu .menu > li .sub-menu .current-menu-item {
    font-weight: 600;
}




header .middle .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:20px;
    padding-right: 15px;
}



.marquee-news-wrapper {
    width: 100vw;
    height: 45px;
    margin: auto;
    display: flex;
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}

.marquee-news-wrapper > div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    column-gap: 80px;
    transition: all 1s ease;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-start;
}

.marquee-news-wrapper > div > div {
    display: flex;
    animation: scrollText 35s infinite linear;
    column-gap: 40px;
    -webkit-animation: scrollText 35s infinite linear;
}
.marquee-news-wrapper > div > div:hover {
  animation-play-state: paused;  
}


.marquee-news-wrapper > div > div > a {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--dark);
}

.marquee-news-wrapper > div > div > a:hover {
    color: #FF0088;
}


.marquee-news-wrapper > div.marquee-title {
    height:100%;
    display:flex;
    padding:0px 20px 0px 20px;
    z-index:5;
    position:absolute;
    background:rgba(255,255,255,1.00);
    column-gap:7px;
    align-items:center;
    width: auto;
    justify-content:center;
}

.marquee-title span {
    padding:0px 10px 0px 0px;
    font-size:13px;
    font-weight:500;
    border-right:1px solid var(--border);
}

.marquee-title .fadeout {
    top:0%;
    left:100%;
    right:auto;
    width:20px;
    bottom:auto;
    height:100%;
    position:absolute;
    background:linear-gradient(90deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,0.00) 100%);
}


@-webkit-keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}
@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}



/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */
#footer {
    background: #F7F7F7;
    padding: 72px 0 24px 0;
    color: black;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-top .footer-right {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 200px);
    gap:40px;
}

.footer-top .footer-right > div {width: 50%; max-width: 300px}


.footer-top .footer-right .left {
    color: var(--blend-text);
    max-width: 300px;
    font-size: 14px;
    line-height: 32px;
}

.footer-top .footer-right .left p {font-size: 16px;}

.footer-top .footer-right .right span {
    display: block;
    font-weight: bold;
    margin-bottom: 17px;
}

.footer-top .footer-right .right li {
    color: var(--blend-text);
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    margin-bottom: 8px;
}




.footer-top .footer-right .right  {
    font-size: 14px;
}

.footer-top .footer-right .right p {font-size: 14px;}

.footer-top .footer-right .right li a {
    color: black;
    text-decoration: underline;
    transition: 0.3s;
}


.footer-top .footer-right .right li a:hover {
    color: var(--white);
}

.footer-copyright {
    display: flex;
    color: var(--blend-text);
    justify-content: space-between;
    align-items: center;
    margin-top: 66px;
    font-size: 10px;
    line-height: 15px;
}


.footer-copyright p {font-size: 12px; line-height: 17px;}





footer#footer {
    padding-top: 70px;
    margin-top:70px;
    padding-bottom: 30px;
    border-top: 1px solid var(--silver);
}

footer .socials ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}


footer .socials ul li {
    margin:0 10px;
}

footer .socials ul li a {
    color: var(--dark);
}

footer .socials ul li a:hover {
    color: var(--blue);
}



footer .menu-links ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin:0 auto;
    margin-top: 20px;
}

footer .menu-links li {
    margin:7px;
}

footer .menu-links li a {
    color: var(--dark);
}

footer .menu-links li a:hover {color: var(--blue)}



footer .cta {
    margin-top: 30px;
}

.red-button {
    background: var(--blue);
    color: white;
    padding: 6px 25px;
    text-transform: uppercase;
    font-size: 18px;
    border:none;
    border:1px solid var(--blue);
    transition: 0.2s;
}

.red-button:hover {
    background: white;
    color: var(--blue);
}






.footer-copyright {
    margin-top:30px;
    border-top: 1px solid var(--silver);
    padding-top: 30px;
}


footer .logo img {
    height: 60px;
    margin:0 auto;
}


footer .copyright-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 13px;
    flex-wrap: wrap;
}

footer .copyright-links ul li {
    padding: 0 6px;
    border-right: 1px solid var(--silver);
}

footer .copyright-links ul li a {
    color: #969696;
}

footer .copyright-links ul li a:hover {color: var(--dark)}

footer .copyright-links ul li:last-child {border:none;}


.copyright-note p{
    font-size: 13px;
    color: #969696;
}





/* SIDEBAR */
/* SIDEBAR */
/* SIDEBAR */
/* SIDEBAR */
/* SIDEBAR */

.news-tabs {
     border:1px solid var(--border);
}

.news-tabs > .tabs-openers  {
    display:grid;
    border-bottom:1px solid var(--border);
    grid-template-columns:1fr 1fr 1fr;
}

.news-tabs > .tabs-openers > div {
    cursor:pointer;
    display:block;
    padding:8px 0px 8px 0px;
    font-size:13px;
    background:var(--Yellow);
    text-align:center;
    font-weight:500;
}


.news-tabs .tab-content a {
    display:flex;
    padding:10px 15px 10px 15px;
    column-gap:10px;
    border-bottom:1px solid var(--border);
    font-size: 14px;
    font-weight: 500;
}

.news-tabs .tab-content a:last-of-type {
    border-bottom: none;
}



.news-tabs .tab-content a:hover {
    color: #FF0088;
}


/* FEATURED GRID */
/* FEATURED GRID */
/* FEATURED GRID */


.featured-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}


.news-item-big {
    position: relative;
    padding-bottom: 75%;
    width: 100%;
    color:white;
    overflow: hidden;
}

.news-item-big h2 {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    font-weight: 500;
    font-size: 18px;
    z-index: 10;
    transition: 0.15s;
}

.news-item-big::after {
    content:"";
    top:0%;
    left:0%;
    right:auto;
    width:100%;
    bottom:auto;
    height:100%;
    position:absolute;
    background:linear-gradient(0deg, rgba(0,0,0,1.00) 0%, rgba(0,0,0,0.56) 30%, rgba(255,255,255,0.00) 100%);
}

.news-item-big img {
    top:0%;
    left:0%;
    right:auto;
    width:100%;
    bottom:auto;
    height:100%;
    position:absolute;
    transition: 0.3s;
    object-fit: cover;
}

.news-item-big:hover img {
    transform: scale(1.03);
}


.news-item-big:hover span {
    padding-bottom: 17px;
}



/* banners */

.banners  {margin-bottom: 24px; margin-top: 24px}
.banners .swiper-container{
    padding-bottom: 30px;
    position: relative;

}

.banners .swiper-pagination {bottom: 0}





/* NEWS BOX */
/* NEWS BOX */
/* NEWS BOX */
/* NEWS BOX */


.news-box .top {
    background: var(--yellow);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    min-height: 40px;
}

.news-box .top h2 {text-transform: uppercase;}

.news-box .top > a {
    background: var(--dark);
    color: white;
    padding: 12px 15px;
}

.news-box .top > a:hover {
    background: var(--blue);
}

.news-box-grid {
    border: 1px solid var(--border);
    border-top: none;
    display: grid;
    padding: 15px;
    grid-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.news-box-sidebar {
    border: 1px solid var(--border);
    border-top: none;
    display: grid;
    grid-template-columns: 1fr ;
}



.news-item-default-169 h3 {
    margin-top: 10px;
}

.news-item-default-169:hover {
    color: #FF0088;
}


.news-item-sidebar-flex {
    display: flex;
    gap:12px;
    padding: 10px ;
    border-bottom: 1px solid var(--border);
}

.news-item-sidebar-flex .image-wrapper {
    width: 150px;
    min-width: 150px;
    min-height: 100px;
    position: relative;
    height: 100%;
}

.news-item-sidebar-flex:hover {
    color: #FF0088;
}


.news-item-sidebar-flex .image-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;  
    left: 0;
    top: 0;
}


.hero-reklama {
    margin-bottom: 24px;
    display: flex;

}

.hero-reklama img {
    width: 100%;
}


.yotu-pagination-top {display: none!important}

.yotu-playlist {padding-top: 0!important;}
.yotu-videos {padding-top: 0!important;}






/* post single */


.flex-post {
    display: flex;
    justify-content: space-between;
}



.flex-post .left {
    flex:1;
    width: 100%;
}



article.post, article.photos {
    padding:100px 0;
    padding-top: 15px;
}

 article.videos {
    padding: 30px 0;
 }


.post-header h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
}

.date-author-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #909090;
    font-weight: 600;
}


.date-author-info > div {
    margin-right: 15px;
}


.tags  {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.tags p {
    opacity: 0.8;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.tags  li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags  li a {
    font-size: 13px;
    background: var(--blue);
    color: white;
    padding: 3px 5px;
    line-height: 1;
}




.share-socials {
    padding: 20px;
    background: var(--lightblue);
    border: 1px solid var(--border);
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
}

.share-socials ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

.share-socials ul li {
    margin: 0 7px;
    font-size: 32px;
}

.share-socials ul li img {
    height: 32px;
}

.sxc-follow-button img {
    height: 32px;
}

.sxc-follow-buttons {
    display: flex;
    gap:10px;
}


.featured-video-or-photo {
    margin-bottom: 40px;
}


.gut-content {margin-top: 40px;}

.gut-content h1,
.gut-content h2,
.gut-content h3,
.gut-content h4,
.gut-content h5,
.gut-content h6 {
    margin-top: 40px;
    margin-bottom: 12px;
    font-weight: 600;
}

.gut-content blockquote {

    padding: 32px;
    background: var(--silver);
    border-left: 4px solid var(--blue);
    margin:20px 0;

}


.gut-content p {margin-bottom: 16px;}


.gut-content img {
    margin:20px 0;
    max-width: 100%;
    object-fit: contain;
}


.gut-content .wp-block-video, .gut-content .wp-block-image {
    max-width: 100%;
    margin:40px 0;
	position:relative;
}
.gut-content figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 4px;
    font-size: 12px;
    background: white;
    margin: 2px;

}




.gut-content .wp-block-video video, .gut-content .wp-block-image img {
    max-width: 100%;
    margin:0;
    margin-bottom: 4px;
    height: 100%;
}




.gut-content figure {
    margin:24px 0;
}

.gut-content iframe {max-width: 100%;}



.all-posts-below {
    padding: 20px;
    margin-top: 24px;
    background: var(--lightblue);
    border: 1px solid var(--border);
}

.all-posts-below .followus {
    margin-top: 20px;
}


/*search */
/*search */
/*search */
/*search */

body #ajaxsearchlite1 .probox, div.asl_w .probox {
    background: var(--lightblue);
    border: 1px solid var(--border);
}


body #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    color: black!important;
    font-family: "Inter"!important;
}

body #ajaxsearchlite1 .probox .proinput input::placeholder, div.asl_w .probox .proinput input::placeholder{
    color: black!important;
    font-family: "Inter"!important;
}


body div.asl_w .probox .promagnifier {
    background: white;
    border: none;
}


body div.asl_w .probox .promagnifier .innericon svg {
    fill: black
}

body div.asl_r.vertical {
    background: var(--lightblue);
    box-shadow: 0 10px 15px #00000012;
}

/* search page */


.grid-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}


.grid-search article img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}
.grid-search article {
    padding: 0;
}

.grid-search article a {
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px;
}

.grid-search article a:hover {
    color: var(--blue);
}


.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.nav-links a {
    margin: 0 10px;
}

.screen-reader-text {
    display: none;
}



.ctas-flex {
    display: flex;
    gap:10px;
}

.ctas-flex.center {
    justify-content: center;
}

.black-button {
    background: var(--dark);
    color: white;
    padding: 12px 15px;
}

.black-button:hover {
    background: var(--blue);
}