h5, .entry-content h5 {
	font-size: clamp(1.2rem, 2.3vw, 5rem);
}

.entry-header.ast-no-thumbnail{
	display:none!important
}

.custom-logo{
	max-width:250px
}

header#masthead{
	position:sticky;
	top:0;
}

#primary{
	margin-top:0!important
}

.custom-post-list{
	display: grid;
  grid-template-columns: 1fr 1fr;
	gap: 3.5rem;
}

.custom-post-list .post-item{
	display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 30px;
}

.custom-post-list .post-item .cat-auth{
	display: flex;
  flex-wrap: wrap;
  gap: 18px;align-items:baseline;
}

.custom-post-list .post-item .cat-auth p:first-child{
	border: 1px solid gray;
  padding: 5px 15px;
  border-radius: 30px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:5px
}

.custom-post-list .post-item .cat-auth p span{
	font-weight: 700;
}

.custom-post-list .post-item .cat-auth p a{
	color:black
}

.custom-post-list .post-item h5{
	font-weight: 700;
}

.custom-post-list .post-item .right-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 15px;
}

.site-footer-above-section-2 .stk-column-wrapper{
	margin:0!important;
}

.site-footer-above-section-2 p,.site-footer-above-section-2  a{
	font-size:1.5rem!important;
	line-height:1
}

.ast-builder-footer-grid-columns{
	grid-template-columns: 1fr 1fr 0.7fr 0.6fr !important;
	gap:0
}

.site-footer-above-section-3 ul.ast-nav-menu{
	display: flex;
  flex-direction: column;
	gap:20px
}

.site-footer-above-section-3 ul.ast-nav-menu a{
color:white!important;
	padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.site-footer-above-section-2 .stk-row.stk-inner-blocks{
	display: flex;
  gap: 20px;
}

.site-footer-above-section-2 .stk-row.stk-inner-blocks .wp-block-stackable-column{
  flex: auto !important;
}

.site-footer-above-section-2 .stk-row.stk-inner-blocks .wp-block-stackable-column:nth-child(1){
	width: inherit;
}

.site-footer-above-section-4 .stk-row.stk-inner-blocks{
	display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: center;
}

.site-footer-above-section-4 .stk-row.stk-inner-blocks .wp-block-stackable-column{
  flex: none !important;
}

.site-footer-above-section-4 .stk-row.stk-inner-blocks .wp-block-stackable-column:nth-child(2){
	width: auto;
}

.site-footer-above-section-4 .stk-row.stk-inner-blocks .wp-block-stackable-column:nth-child(2) .stk-column-wrapper{
	display: flex;
  align-items: center;
}

.site-footer-above-section-4 .stk-row.stk-inner-blocks .wp-block-stackable-column:nth-child(2) .stk-column-wrapper p{
color:white;
	font-weight:700
}

.site-footer-above-section-1,.site-footer-above-section-2,.site-footer-above-section-3,.site-footer-above-section-4{
	padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 2rem;
  padding-left: 2rem;
	height: 100%;
}

.site-footer-above-section-1,.site-footer-above-section-2,.site-footer-above-section-3{
	border-right:1px solid white!important
}

.site-below-footer-wrap .ast-builder-footer-grid-columns{
	display:flex;
	justify-content:center
}

.site-below-footer-wrap .ast-builder-footer-grid-columns p{
	color:white;
	font-weight:700;
	text-transform:uppercase
}

.site-below-footer-wrap .ast-builder-footer-grid-columns a{
	color:#dc3e36
}

#form_newsletter .frm_button_submit{
text-indent: -9999px;
  background: transparent !important;
  background-image: url('http://thecitizen.com/wpimport/wp-content/uploads/2025/01/arrow1.png') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
	position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  margin: 0;
  border: 1px solid black;
  border-radius: 50%;
}

#form_newsletter #field_t61wm {
	height: 80px;
  border-radius: 62px;
  padding: 5px 30px;
	border-color: black;
  color: black;
}

#form_newsletter{
	max-width: 800px;
  margin: auto;
	position:relative
}

.home-obituaries{
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 100%;
	gap: 2rem;
}

.home-obituaries h5{
	/*font-size: 1.9vw !important;*/
	font-size: clamp(1.1rem , 1.5vw , 2rem) !important;
  font-weight: 700 !important;
}

.home-obituaries h5 a{
	color:black!important;
}

.home-obituaries .obituary-item {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
	padding: 2rem;}

.home-page-posts{
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.home-page-posts h5{
	/*font-size: 2.1vw;*/
  font-weight: 700;
  line-height: 1;
font-size: clamp(1.1rem , 1.5vw , 2rem);
}

.home-page-posts h5 a{
color:black!important;
}

 .home-page-posts .post-thumbnail img{
	aspect-ratio: 1/0.6;
  object-fit: cover;
  border-radius: 15px;
	 margin-bottom: 20px;
	 height: 100%;
  width: 100%;
}

.home-page-posts .post-categories p{
	border: 1px solid gray !important;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

 .home-page-posts .post-item{
	border: 1px solid #e5e5e5;
  border-radius: 15px;
	 padding-bottom:1.5rem
}

 .home-page-posts .post-item > :not(.post-thumbnail) {
  padding: 0px 1.5rem;
}

.home-community-post-list .post-item{
	display: grid;
  grid-template-columns: 1fr 0.7fr;
	padding-left: 4rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  border-bottom: 1px solid #e5e5e5;
	gap:23px!important
}

.home-community-post-list .post-item{
	
}

.home-community-post-list .post-item .cat-auth p:first-child{
	border: 1px solid gray;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.home-community-post-list .post-item  .right-box img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-community-post-list .post-item h4{
	font-size: 6vw;
  line-height: 1;
  font-weight: 700;
}

.home-community-post-list .post-item .cat-auth p span {
	font-weight: 700;}

.home-community-post-list .post-item .cat-auth{
	display: flex;
  align-items: center;
  gap: 20px;
}

.home-community-post-list .post-item  .left-box a{
	display: block;
  text-align: right;
  margin-right: 3rem;
}

.home-single-post-percategories .right-box{
	position: absolute;
  top: 0;
  z-index: 0;
  bottom: 0;
	width: 100%;
}

.home-single-post-percategories .right-box img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-single-post-percategories .left-box{
	padding: 1.5rem;
  background: rgba(0,0,0,0.3);
	min-height: 20vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
	z-index:1;
	position:relative;
	height:100%
}

.home-single-post-percategories .left-box h5{
	/*font-size: 2vw;*/
  font-weight: 700;
  color: white;
font-size: clamp(1.1rem , 1.5vw , 2rem);
}

.home-single-post-percategories .post-item .cat-auth p:first-child{
	border: 1px solid #d6d6d6;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: white;
	margin-bottom: 0;
}

.home-single-post-percategories .post-item .cat-auth{
	display: flex;
  gap: 20px;
	align-items: last baseline;
}

.home-single-post-percategories .post-item .cat-auth p span {
	font-weight: 700;}

.home-single-post-percategories .post-item .cat-auth p{
	color:white!important}

.home-single-post-percategories .post-item  .text-and-link{
	display: flex;
  gap: 20px;
}

.home-single-post-percategories .post-item{
	position:relative;
	border-radius:15px;
	overflow: hidden;
}

.home-single-post-percategories  .heading h5{
	font-size: 2.7vw;
  font-weight: 700;
  text-transform: uppercase;
	margin-bottom:1.7rem
}

.home-single-post-percategories .post-item .text-and-link a{
		min-width: 6vw!important;
	}

.pagination{
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
	margin-top:4rem
}

.pagination .page-numbers.current {
  color: white;
  background-color: red;
  border-radius: 50%;
}

.pagination .page-numbers{
aspect-ratio: 1/1;
  width: 34px;	
  display: flex;
  justify-content: center;
	align-items: center;
	color:black
}

.pagination .prev.page-numbers,.pagination  .next.page-numbers{
	border:1px solid gray;
	color:red;
	border-radius:50%
}

.current-category-name,.current-author-name{
	text-transform:uppercase;
	text-align: center;
  margin-bottom: 4.5vw;
	font-size: 9vw!important;
}

.archive.category .ast-container,.archive.author .ast-container{
	max-width: none!important;
}

/*.related-post-post-details-page .wp-block-cover__inner-container{
	max-width:none!important
}*/

.custom-post-list .post-item h5 a{
	color:black
}

.custom-post-list .post-item.ad-widget-code{
	grid-template-columns: 1fr!important;
}

.home-single-post-percategories.three{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:2rem
}

.homepage-banner-carousel{
	margin-top:0!important
}

.custom-post-list.homepage-banner-carousel .post-item{
	display:grid!important;
	padding-bottom:140px;
	height:inherit
}

.custom-post-list.homepage-banner-carousel  .slick-track{
	display:flex;
}

.custom-post-list.homepage-banner-carousel .post-item .right-box{
	position:relative
}

.custom-post-list.homepage-banner-carousel .post-item .right-box .link{
	position:absolute;
	bottom:-140px;
	right:0
}

.custom-post-list.homepage-banner-carousel .post-item .right-box img{
	height:auto!important;
	aspect-ratio: 1/0.6;
  object-fit: cover;
}

.custom-post-list.homepage-banner-carousel .post-item .left-box h2{
	font-size: clamp(2rem, 4vw, 20rem) !important;
	color:white;
	line-height:1.16;
}

.custom-post-list.homepage-banner-carousel .post-item .left-box h2 a{
	color:white
}

.custom-post-list.homepage-banner-carousel .post-item .left-box > .link{
	width:100%;
	text-align:right;
	display:flex;
	justify-content:end;
}

.custom-post-list.homepage-banner-carousel .post-item .cat-auth *{
	color:white
}

.slick-prev, .slick-next{
	position:absolute;
	bottom: 3.5rem;
	background-color: #e71d25;
  padding: 10px;
  border-radius: 50%;
  aspect-ratio: 1/1;
	z-index:2
}

.slick-prev:hover, .slick-next:hover{
	background-color: #f40b14;
}

.slick-next{
	left:90px!important
}

.obituary-item > img{
	aspect-ratio:1/0.6;
	width:100%;
	object-fit:cover;
	margin-bottom:1.7rem
}

.obituary-item >a.thumnail img{
	aspect-ratio:1/0.6;
	width:100%;
	object-fit:cover;
	margin-bottom:1.7rem
}

.ad-container{
	width: 100%;
    height: auto;
	margin:auto;
    text-align: center;
}

.ad-container iframe{
	border-radius:17px;
	overflow:hidden
}

.scroll-heading{
	display:flex!important;
	justify-content:flex-start!important
}

.scroll-heading .wp-block-cover__inner-container{
	display: flex;
  width: auto;
  white-space: nowrap;
	animation: scroll 50s linear infinite;
	align-items:center!important;
	gap:12px;
}

.scroll-heading .wp-block-cover__inner-container img,.scroll-heading .wp-block-cover__inner-container .wp-block-heading{
	margin:0!important;
}

.scroll-heading .wp-block-cover__inner-container .wp-block-stackable-image{
	width:100vw!important
}

.scroll-heading .wp-block-cover__inner-container .wp-block-image{
	min-width: fit-content;
	margin-top:0!important
}

@keyframes scroll {
            0% {
                transform: translateX(0%);
            }
            100% {
                transform: translateX(-55%); /* Adjusted to restart before disappearing */
            }
        }

.d-none{
	display:none!important
}

.site-footer-above-section-4 a{
	color:white!important;
}

.site-footer-above-section-4 a:hover{
	color:#ddd !important;
}

.pagingInfo{
	font-size: 1.5rem;
  color: white;
  font-weight: 700;
}

/*.ep-iFrameContainer{
	height:630px!important
}*/

ul.slick-dots {
  display: flex;
  gap: 10px;
  margin-top: 2rem !important;
  padding: 0 !important;
	margin-bottom: 0;
justify-content: center;}

ul.slick-dots li {
  list-style-type: none;
}

ul.slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  width: 10px;
  height: 10px;
	background-color: white;
	border-radius: 50%;
}

ul.slick-dots li.slick-active button,ul.slick-dots li button:hover{
	background-color:#e71d25!important
}

.ep-close-icon{
	font-family: inherit;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  color: black;
}

.wp-block-comments-title{
	font-size: 1.5rem;
	margin-bottom: 2.2rem;
}

.wp-block-comment-author-name{
	font-size: 1.1rem !important;
  font-weight: 700;
}

.wp-block-comment-content{
	margin-top: 0.5rem;
  font-size: 1rem;
}

.wp-block-comment-content p:last-child{
	margin-bottom:1rem!important
}

.wp-block-comment-reply-link {
	margin-top: 0.5rem;
}

.wp-block-comment-reply-link a{
	font-size: 1rem;
  font-weight: 700;
	color: #e71d25!important;
	padding-right: 0;
  padding-left: 0;
}

.comment-respond{
	padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.comment-form a{
	color: #e71d25!important;
}

.wp-block-comments{
	margin-top: 3rem;
}

#loginform-0 label,#frm_form_3_container label,#frm-reset-password-0 label,#frm_form_3_container .frm_primary_label{
color: black !important;
  font-weight: 700 !important;
  font-size: 1rem;
  margin-bottom:0.4rem
}

#loginform-0 input,#frm_form_3_container input,#frm-reset-password-0 input{
  color:black;
  height: 60px;
}

#loginform-0 .frm_submit input,#frm_form_3_container .frm_submit button,#frm-reset-password-0 .frm_submit input{
  background-color:#dc3e36;
  border:0;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 2rem!important;;
  letter-spacing: 1px;
  margin-bottom: 0!important;
}

#frm_form_3_container .frm_description,#frm-reset-password-0 .frm_description{
	color:black
}

#loginform-0 fieldset,#frm_form_3_container fieldset,#frm-reset-password-0 fieldset{
  padding-bottom: 0!important;
}

#frm_field_16_container{
	margin-bottom:0!important
}

#frm_form_3_container .frm_message{
	margin-bottom:0!important;
	margin-top:0!important
}

#frm_form_3_container .frm_message p{
	font-size:1.1rem!important
}

.custom-post-list.homepage-banner-carousel .post-item .right-box .link img{
	width: auto !important;
  margin-left: auto;
  margin-top: 2rem;
	max-width: 123px;
	aspect-ratio:1/1
}

div.slider-nav{
	max-width:800px!important;
	margin-right: auto !important;
  margin-left: 0 !important;
	/*margin-top: -8.6rem;*/
	position: absolute;
  bottom: 0;
	width:100%
}

.slider-nav .navigation-image-wrapper{
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
	margin:0 1rem;
	position: relative;
  border: 3px solid rgba(255,255,255,0.6);
}

.slider-nav .navigation-image-wrapper img{
	width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-nav .navigation-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}

.slider-nav .navigation-image-wrapper.slick-current{
	border:3px solid #e71d25;
}

.slider-nav .navigation-image-wrapper.slick-current::before{
	background:transparent;
}

.slider-nav .slick-track{
	transform:unset!important
}

.ep-iFrameContainer{
	background: transparent!important;
	bottom:25px!important
}

.ep-iFrameContainer .ep-close-icon, .ep-minimize-icon{
top: 40px;
  position: relative;
  right: 23px;
}

.search-icon{
	max-width: 18px;
	display:block;
	cursor:pointer
}

.search-overlay{
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  padding: 50px;
	display:none;
	flex-direction: column;
  gap: 15px;
	overflow: scroll;
  bottom: 0;
  margin-top: 33px;
  top: 0;
}

.search-input{
	height: 70px!important;
	background: transparent!important;
  color: white!important;
	border-radius: 35px!important;
	border-color: white!important;
}

.search-input:focus{
	border: 1px solid white!important;
}

.search-close-wrapper{
	position:relative!important
}

.close-search{
	font-family: inherit;
  font-size: 25px;
  padding: 5px 29px;
	background-color: transparent;
  color: white;
	position: absolute;
  right: 0;
  top: 0.9rem;
}

.search-result-item p{
	line-height: 1.4!important;
}

.close-search:hover{
	background-color: transparent;
}

.search-close-wrapper{
	width: 100%;
  display: flex;
}

.search-results .search-result-item h4{
	color: white;
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

.search-results .search-result-item p{
	color:white;
	margin-bottom:0!important
}

.search-results .search-result-item{
	display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.no-result{
	color:#dc3e36!important;
	font-weight:700;
}

.view-all-link{
	font-weight:700
}

.view-all-link:hover{
	color:#fc0c00!important;
	
}

.search-results .post-thumbnail{
	max-width: 132px;
  aspect-ratio: 1/1;
}

.search-results .post-thumbnail img{
	height: 100%;
  width: 100%;
  object-fit: cover;
}

.search.search-results #content .ast-container{
	padding-top: 2.5rem;
  padding-bottom: 5rem;
	padding-right: 30px;
  padding-left: 30px;
  max-width: 1920px;
} 

.search .ast-archive-description{
	max-width:1920px!important;
	padding-right: 0;
  padding-left: 0;
}

.search.search-results .pagination .page-numbers{
  width: auto;
  height: 35px;
}

.search.search-results #primary{
	padding-top:0!important
}

#polite-slide-in-right-JyFLjG80hk8cgASgMFVm-minimize-icon::before {
content: '+';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  font-size: 32px;
}

#polite-slide-in-right-JyFLjG80hk8cgASgMFVm-minimize-icon{
position: relative;
  background-color: #e91b20;
  color: #e91b20;
  width: 40px;
  height: 40px;
  top: 24px;
  right: -1px;
  border: 0;
}

.ast-container > div{
	width:100%
}

.ast-container > div #tribe-events-pg-template{
	padding-top: 5rem;
  padding-bottom: 5rem;
}

.tribe-button.tribe-button-primary,.tribe-button.submit{
	background-color: #e91b20!important;
  color: white;
  font-weight: 700;
}

.tribe-button.tribe-button-primary:hover,.tribe-button.submit:hover{
	background-color:#cb1014 !important;
}

.tribe-button{
	font-weight:700!important
}

.my-events {
  font-size: 1.5rem;
}

.tribe-community-events-list th,.tribe-community-events-list td{
	font-size: .6em!important;
	color:black!important
}

.tribe-community-events-list a{
	color:black
}

.tribe-community-events-list td .row-actions a{
	color:#e91b20 !important
}

.tribe-community-events .events-community-post-content > input, .tribe-community-events .events-community-post-title > input {
  font-size: 0.9rem;
	height: 3.7em;}

.tribe-community-events .tribe-section table.tribe-section-content label, .tribe-community-events .tribe-section table.virtual-event-wrapper label{
	font-weight: 700;
  font-size: 16px;
}

.tribe-community-events .tribe-community-notice p{
	font-size: 1rem;
  color: black;
}

.tribe-community-events .tribe-community-notice p a{
	font-size:1rem!important
}

.tribe-community-event-info{
	margin-top:1.5rem!important
}

.my-events-header .tribe-button-secondary{
	margin:0;
	margin-bottom: 1rem;
  display: inline-block;
  background-color: black;
  color: white;
  padding: 0.7rem 1rem;
}

.tribe-community-events-content input[type="email"],.tribe-community-events-content input[type="password"],.tribe-community-events-content input[type="search"],.tribe-community-events-content input[type="tel"],.tribe-community-events-content input[type="text"], .tribe-community-events-content input[type="url"],.tribe-community-events-content textarea,.tribe-community-events-content select{
	margin-bottom: 0.6rem;
  color: black !important;
}

.tribe-community-events-content label,.tribe-community-events-content legend{
	font-weight:700!important;
	font-size: 0.9rem;
}

.events-community-submit{
	margin-top: 1rem;
  background-color: #e91b20!important;
	font-weight:700!important
}

.events-community-submit:hover{
  background-color: #ff0007 !important;
}

.tribe-community-events-content .tribe-nav .my-events-display-options a.tribe-button-tertiary,.tribe-community-events-content .tribe-nav .table-menu-wrapper a.tribe-button-tertiary{
	color: black;
  font-weight: 700 !important;
  border: 1px solid black;
}

body:not(.logged-in) .tribe-community-events {
    max-width: 405px;
    margin: auto;
    padding: 1.5rem;
}

body:not(.logged-in) .tribe-community-events-content label, .tribe-community-events-content legend{
	display: block;
  margin-bottom: 0.6rem;
  color: black;
}

body:not(.logged-in) .tribe-community-events input{
	width: 100% !important;
  border-radius: 7px;
	height: 50px;
}

body:not(.logged-in) .tribe-community-events > p{
	font-size: 1.2rem;
  color: black;
  font-weight: 700;
}

body:not(.logged-in) #wp-submit{
	background-color: #e91b20;
  color: white;
  font-weight: 700 !important;
  font-size: 0.8rem;
  padding: 1rem 1rem !important;
}

body:not(.logged-in) .login-remember label{
	display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}

body:not(.logged-in) .login-remember label input{height: auto;
width: auto !important;}

body:not(.logged-in) .tribe-ce-lostpassword{
	font-weight: 700;
  font-size: 0.9rem;
}

.adverts-manage-action {
  color: black !important;
  font-size: 0.8rem !important;
  padding: 3px 16px !important;
  width: auto;
	height: auto !important;}

.advert-post-title .advert-link-wraps{
	font-size: 1.2rem!important;
  text-transform: capitalize;
  color: black!important;
}

.adverts-form .adverts-listing-type-title{
	color: black;
  font-weight: 700;
}

.adverts-form .adverts-listing-type-features{
	color: black;
}

.adverts-cute-input input:checked ~ .adverts-cute-input-indicator{
	background-color:red!important
}

.adverts-listing-type-cost {
  background-color: #e71d25 !important;
  padding: 5px 24px !important;}

.adverts-control-group  input[type="submit"]{
	font-weight: 700;
  margin-top: 1.5rem;
	background-color: #e71d25;
}

.adverts-button.adext-payments-place-order{
	font-weight: 700;
  background-color: #e71d25 !important;
  color: white !important;
  padding: 15px 19px;
  line-height: 1;
  font-size: 1rem;
  height: auto;
	border-radius:6px
}

.adverts-button.adext-payments-place-order:hover{
	background-color: #ff000a;
	color: white !important;
}
.adverts-control-group  input[type="submit"]:hover{
background-color: #ff000a;
}

div.adverts-flash-messages .adverts-flash-message-text {
	font-size: 0.8rem!important;}

.adverts-grid .adverts-grid-row{
	color:black!important
}

.adverts-form.adverts-form-aligned .adverts-control-group.adverts-field-text label,.adverts-form input[type="text"]{
	color:black!important
}

.add-your-event-on-calender-page{
	display: flex;
  justify-content: end;
	margin-bottom: 1.2rem !important;
}

.add-your-event-on-calender-page a{
	background-color: #e71d25;
color: white !important;
  font-size: 0.7rem;
  padding: 10px 17px;
  font-weight: 700;
	border:none!important;
	border-radius: 6px;
}

.add-your-event-on-calender-page a:hover{
	background-color: #f81019;}

div.adverts-flash-messages *{
	color:white!important;
}

div.adverts-flash-messages .adverts-flash-message-icon::before{
	color:white!important;
}

.wpa-field-label,.adverts-listing-type-name {
	font-weight:700 !important;
	color:black!important
}

.wpa-form-header-label{
	font-weight:700 !important;
	color:black!important;
	margin-bottom:1rem;
	display:inline-block
}

.adverts-listing-type-name span{
	font-weight:700!important
}

.wpadverts-publish-payment > div > div div{
	padding-right:0.5rem;
	padding-left:0.5rem
}

.wpa-field-input ,.wpadverts-publish-preview,.wpadverts-blocks.wpadverts-publish-payment{
  color: black !important;
}

/*.wpa-btn-primary{
	margin-top:0!important
}*/

.wpa-btn-primary .atw-flex-grow span:first-child{
	padding:0!important
}

.wpa-btn-primary .atw-flex-grow span:last-child{
	display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}

/*.wpa-field-input input{
	color:black !important
}*/

.wpadverts-block .wpadverts-form input[type="checkbox"]:checked, .wpadverts-blocks .wpadverts-form input[type="checkbox"]:checked{
	background-repeat: no-repeat;
  padding: 20px 10px;
  height: auto !important;
}

.wpadverts-form.wpa-solid input[type="checkbox"]{
	height: auto !important;
  padding: 20px 10px;
}

.post-type-archive-tribe_events #content .tribe-common-l-container{
	padding-top: 1rem!important;
}

.post-type-archive-tribe_events #content .ast-container{
	flex-direction: column;
	padding-top:7.5rem!important
}

.single.single-tribe_events #content .ast-container{
	flex-direction: column;
	padding-top:7.5rem!important;
	padding-bottom:3.5rem
}

#content .event-page-heading{
	max-width: 1256px;
  margin: auto;
  padding: 0 41px;
	margin-top:4rem
}

.single.single-tribe_events #content .event-page-heading{
	max-width: 1090px;
}

.single.single-tribe_events .tribe_events.type-tribe_events{
	padding:0!important
}

.single.single-post .entry-content a{
	color:#e71d25!important
}

.single.single-post .single-sidebar-column #form_newsletter .frm_button_submit{
	width: 60px;
  height: 60px;
}

.single.single-post .single-sidebar-column #form_newsletter #field_t61wm{
	height: 60px;
}

.home-single-post-percategories .left-box h5 a,.home-single-post-percategories .post-item .cat-auth p a{
	color:white!important
}

.related-post-post-details-page{
	padding-right: var(--wp--custom--ast-default-block-right-padding)!important;
  padding-left: var(--wp--custom--ast-default-block-left-padding)!important;
}

#form_donation .frm_button_submit.frm_final_submit{
	background-color: #e71d25;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  padding: 13px 40px;
	border-radius: 6px;
}

#form_donation .frm_button_submit.frm_final_submit:hover{
	background-color: #f81019;
}

#form_donation input:not([type="checkbox"]) {
	height: 60px !important;
	font-size: 1.1rem !important;
}

#form_donation input:not([type="checkbox"]):not([type="number"]) {
	  border-radius: 29px !important;
}

#form_donation label {
  /*font-weight: 700 !important;*/
  color: black !important;
  font-size: 1.1rem !important;
	margin-bottom: 0.5rem !important;}

.max-w-1600 > .wp-block-cover__inner-container{
	max-width:1600px!important
}

.ads-pricing{
	color:black;
	margin: 0px !important;
}

.ads-pricing input[type="checkbox"] {
    width: 25px;
    height: 25px;
    appearance: none; /* Remove default checkbox styles */
    background-color: transparent !important; /* Red background */
    border: 2px solid #e71d25; /* Red border */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	border-radius: 5px;
  pointer-events: none;
	margin:auto
}

.pricing-table-wrapper{
	overflow: scroll;
}

.ads-pricing .price td:not(:first-child) {
	font-size: 1.5rem;
  color: #e71d25;
  font-weight: 700;
  text-align: center;
}

.ads-pricing thead tr th:not(:first-child) {
  font-size: 1.2rem;
}

.ads-pricing thead tr th:first-child{
	font-size: 1.7rem;
	text-align:left
}

.ads-pricing tbody tr td:first-child{
	font-size: 1.4rem;
}

.design-service td:not(:first-child){
	font-size: 1.4rem;
	text-align:center
}

.ads-pricing input[type="checkbox"]:checked {
	background-color: #e71d25 !important; /* Red background */
}

.ads-pricing input[type="checkbox"]:checked::before {
    content: "✔";
    color: white; /* White tick mark */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.post-view-comment-count{
	gap: 20px;
  display: inline-flex;
}

.sponsored-feature{
	color: #4591c3 !important;
  font-weight: 700;
  text-transform: uppercase;
}

.ad-container.mobile{ display:none }
.ad-container.mobile-hor{ display:none }

.classifieds-faq .stk-block-accordion__content *{
	color: black!important;
}

.wpa-block-list-results .atw-inline-block.atw-w-full.atw-text-center.ate-text-base{
color:black!important
}
/*#block-30{ margin-bottom:4rem!important	}*/
@media(max-width:1915px){
	.ad-container.desktop{ display:none }
	.ad-container.mobile{ display:flex }
}

@media(max-width:1117px){
	.ad-container.desktop-horizantal{ display:none }
	.ad-container.mobile-hor{ display:flex }
	
	/*.ads-970{ padding-top:0!important }*/	
	/*#block-30{ margin-bottom:0rem!important	}*/
}

label[for="_adverts_account_1"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}


.comment-pagination.pagination{
	align-items:center;
}

.pagination .page-numbers:not(.prev):not(.next) {
  min-width: 34px;
  height: fit-content;
  min-height: 34px;
  width: min-content;
}

.featured-image-caption{
margin-top:0!important
}

.archive.date .ast-container{
max-width:100%!important;
}

.datepage-container{
padding: 6rem 1rem 6rem 1rem!important;
}




@media (min-width: 768px) and (max-width: 1200px) {
  .md\:atw-grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
  }
}

@media (min-width: 1400px) {
	li.menu-item .sub-menu .sub-menu {
	  position: relative;
	  left: 0 !important;
	  max-height: 0;
	  transition: 0.4s all ease;
	  overflow: hidden;
	}

	li.menu-item .sub-menu li.menu-item:hover .sub-menu {
	  max-height: 250px !important;
	  height: auto;
	}

	li.menu-item .sub-menu li.menu-item > a span{
		top:17px!important
	}
}


@media(max-width:1600px){
	.home-single-post-percategories .post-item .cat-auth {
  flex-wrap: wrap;
	}
	
	.custom-post-list.homepage-banner-carousel .post-item .left-box > .link a{
		max-width:93px
	}

}

@media(max-width:1400px){
	ul.sub-menu {
  padding-left: 2rem !important;
}
	
	ul.sub-menu li a span.icon-arrow{
		display:none!important;
	}
	
	.sub-menu li a {
  line-height: 1.7;
}
}

@media(max-width:1200px){
	.single-column-1200{
		flex-direction:column
	}
	
	.home-obituaries {
		grid-template-columns: 1fr 1fr;}
	
	.custom-post-list.homepage-banner-carousel .post-item{
	display:flex!important;
		flex-direction:column;
		gap:3rem;
		height:fit-content
}
	
	.scroll-heading .wp-block-cover__inner-container .wp-block-heading{
		font-size:1.6rem!important
	}
	
	div.slider-nav{
		position: relative;
  margin-left: auto !important;
	}
	
	.slider-nav .navigation-image-wrapper{
		margin:0 0.3rem;
	}
	
	.custom-post-list.homepage-banner-carousel .post-item .right-box .link{
		position:relative;
		bottom:0;
	}
	
	.custom-post-list.homepage-banner-carousel .post-item{
		padding-bottom:0
	}
	
	.author-box{
		flex-direction:column
	}
	
	.author-box > div{
		text-align:center
	}
	
}

@media(max-width:1300px){
	.home-page-posts{
		grid-template-columns:1fr
	}
}

@media(max-width:1023px){
	.heading5{
		font-size:4.1vw!important;
	}
	.home-single-post-percategories .left-box{
  min-height: 64vw;
	}
	
	.custom-post-list{
		grid-template-columns: 1fr;
	}
	
	.home-community-post-list .post-item{
		padding-left: 0;
	}
	
	.home-single-post-percategories .heading h5 {
		font-size: 5.7vw;}
	
	/*.home-single-post-percategories .left-box h5 {
		font-size: 4vw;}*/
	
	.custom-post-list .left-box h5{
		font-size: clamp(1.3rem, 2.3vw, 5rem);
	}
	
	.home-community-post-list .post-item{
		display: flex;
  flex-direction: column-reverse;
	}
	
	.home-community-post-list .post-item .left-box a img{
		max-width: 85px;
	}
	
	/*.home-page-posts h5 {
		font-size: 25px;}
	
	.home-page-posts h5 {
		font-size: 3.1vw;}*/
	
	.home-community-post-list .post-item{
		padding-bottom: 2rem;
  padding-top: 2rem;
	}
	
	.home-single-post-percategories.three{
		grid-template-columns:1fr;
}
	
	
}

@media(max-width:808px){
	#content .event-page-heading{
  padding: 0 20px;
}
}

@media(max-width:767px){
		
	.heading5{
		font-size:30px!important;
	}
	/*.home-single-post-percategories .left-box h5 {
		font-size: 25px;}*/
	
	.custom-post-list .post-item{
		display: flex;
  flex-direction: column-reverse;
	}
	
	  /*.custom-post-list .left-box h5 {
    font-size: 25px;
  }*/
	
	.home-community-post-list .post-item .cat-auth{
		flex-direction: column;
  align-items: baseline;
  gap: 0;
	}
	
	  .home-community-post-list .post-item .left-box a img {
    max-width: 61px;
  }
	
	/*.home-page-posts h5 {
		font-size: 25px;}*/
	
	.custom-post-list .post-item .cat-auth p:first-child{
		font-size:14px;
		margin-bottom: 10px;
	}
	
	.home-obituaries .obituary-item{
		padding: 17px;
	}
	
	/*.home-obituaries h5 {
		font-size: 23px !important;}*/
	
	  .home-obituaries {
    grid-template-columns: 1fr;
    gap: 19px;
  }
	
	.home-post-by-categories .wp-block-heading{
		font-size:30px!important
	}
	
	.custom-post-list .post-item .cat-auth{
		gap: 0;
		flex-direction:column;
		align-items: baseline;
	}
	
	  .home-single-post-percategories .post-item .cat-auth {
    gap: 7px;
		  flex-direction: column;
	align-items: baseline;}
	
	.support-local-jurnalism .stk-block-content img{
		max-width: 82px;
	}
	
	.support-local-jurnalism .stk-block-content figure{
		margin-left:0
	}
	
	.support-local-jurnalism h2.wp-block-heading{
		font-size: 30px;
	}
	
	.home-single-post-percategories .post-item .text-and-link a{
		min-width:40px!important
	}
	
	.custom-post-list.homepage-banner-carousel .post-item .left-box h2{
		font-size:2.1rem!important
	}
	
	.comment > .wp-block-columns{
		gap:14px!important
	}
	
	.custom-post-list.homepage-banner-carousel .post-item .right-box .link img{
		max-width:75px
	}
	
	.search-overlay{
		padding: 18px!important;
	}
	
	.search-results .search-result-item h4{
		font-size:1.2rem!important
	}
	
	.search-results .search-result-item p{
		font-size: 0.8rem !important;
	}
	
	.post-thumbnail {
		max-width: 98px;}
	
	.home-page-posts .post-thumbnail {
		max-width: 100%!important;}
	
	.search.search-results #content .ast-container {
  padding-top: 2.5rem;
		padding-bottom: 3rem;}
	
	.search .ast-archive-description{
		margin-bottom:1rem!important
	}
	
	.search-input {
		height: 52px !important;}
	
	.close-search{
		right: -4px;
  top: 0.65rem;
  font-size: 20px;
	}
	
	.search-results .search-result-item{
		padding: 10px;
  background: white;
  border-radius: 10px;
	}
	
	.search-results .post-thumbnail img{
		border-radius: 10px;
	}
	
	.search-results .search-result-item h4{
		color:black
	}
	
	.search-results .search-result-item p{
		color:black
	}
	
	
.related-post-post-details-page{
	padding-right: 15px!important;
  padding-left: 15px!important;
}
	
}

@media(max-width:578px){
	.site-footer-above-section-4 .stk-row.stk-inner-blocks{
		justify-content:center
	}
}

/*html.wp-dark-mode-active .current-author-name,html.wp-dark-mode-active .current-category-name{
color:white!important
}

html.wp-dark-mode-active .home-page-posts h5 a,html.wp-dark-mode-active .custom-post-list .post-item .cat-auth p a,html.wp-dark-mode-active .custom-post-list .post-item h5 a,html.wp-dark-mode-active .home-obituaries h5 a{
color:white!important
}

html.wp-dark-mode-active .tribe-events-calendar-month *,html.wp-dark-mode-active .tribe-events-c-top-bar__datepicker-time *{
color:white!important
}

html.wp-dark-mode-active .wp-block-stackable-accordion *,html.wp-dark-mode-active .tribe-events-series-relationship-single-marker__title span{
color:white!important
}

html.wp-dark-mode-active .ads-pricing tbody tr td,html.wp-dark-mode-active .ads-pricing thead tr th {
    color: white;
}

html.wp-dark-mode-active .or-image,html.wp-dark-mode-active .frm_button_submit img{
    filter: invert(1);
}

html.wp-dark-mode-active .tribe-events-calendar-month__multiday-event-hidden-title{
color:black!important
}

html.wp-dark-mode-active .tribe_event_series-template-default .tribe-events-pro-summary__event-header *{
color:black!important
}

html.wp-dark-mode-active .tribe-events-pro-summary__event-date-tag *{
color:white!important
}

html.wp-dark-mode-active .wpa-block-list-results .atw-inline-block.atw-w-full.atw-text-center.ate-text-base{
color:white!important
}

html.wp-dark-mode-active .tribe-common-c-svgicon path{
fill:white!important;
}

html.wp-dark-mode-active .pagination .page-numbers{
color: white;
}*/

/*html.wp-dark-mode-active *:not(button){
color:white!important;
border-color:white!important
}*/

body.wp-dark-mode-active body .stk-block-button-group .stk--svg-wrapper .stk--inner-svg svg path{
fill: white !important;
}

body.wp-dark-mode-active .classifieds-faq .stk-block-accordion__content *{
color:white!important;
}

body:not(.darkmode) .home-banner .custom-post-list.homepage-banner-carousel .post-item .cat-auth *,
body:not(.darkmode) .home-banner .custom-post-list.homepage-banner-carousel .post-item .left-box h2 a{
color:black!important;
}

body:not(.darkmode) .home-banner .slider-nav .navigation-image-wrapper{
border-color:black!important;
}

body:not(.darkmode) .home-banner .wp-block-cover__background{
background-color:white!important;
border-bottom:1px solid rgba(0,0,0,0.5);
}

body:not(.darkmode) .home-banner .custom-post-list.homepage-banner-carousel .post-item .right-box .link img{
filter: invert(100%);
}

body:not(.darkmode) .home-banner .slider-nav .navigation-image-wrapper::before{
background: rgba(255,255,255,0.4);
}


.toggle {
display: flex;
align-items: center;
justify-content: space-between;
width: 60px;
background: #3a3a3a;
padding: 2px 8px;
border-radius: 20px;
cursor: pointer;
position: relative;
border: 1px solid #3a3a3a;
}

.toggle p{
margin-bottom:0!important
}

.toggle span {
  font-size: 16px;
  color: #fff;
}

.thumb {
  width: 29px;
  height: 29px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  position: absolute;
  left: 0px;
  top: 0px;
}

.darkmode .thumb {
  transform: translateX(29px);
  background: #000;
}

@media (max-width: 1550px) and (min-width: 1400px) {
  body #ast-desktop-header .main-header-menu .menu-link {
    font-size: 11px !important;
  }
}

@media(max-width:1550px){
.toggle p{font-size:0.6rem!important}

.toggle{width: 53px!important;}

.thumb {width: 23px;height: 23px;}
}


.news-ticker {
    display: flex;
    align-items: center;
    background: #0F0F0F;
    padding: 0px 0px;
    font-family: Arial, sans-serif;
}

.ticker-label {
    background-color: #e71d25;
  color: #fff;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  height: 3rem;
  font-weight: 700;
}

.ticker-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ticker-list {
    display: inline-flex;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scrollTicker 90s linear infinite;
}

.ticker-list li {
    white-space: nowrap;
}

.ticker-list a {
    text-decoration: none;
    color: white;
	margin-right:20px
}

.view-all {
   font-weight: bold;
  background-color: #e71d25;
  color: #fff!important;
  padding: 0px 22px;
  display: flex;
  align-items: center;
  height: 3rem;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
}

@keyframes scrollTicker {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-95%); }
}

/* Optional: pause on hover */
.ticker-wrapper:hover .ticker-list {
    animation-play-state: paused;
}

@media(max-width:767px){
.ticker-label{padding: 0 1rem;font-size: 0.8rem;}

.view-all{font-size:0.8rem}

}

/******************* list view grid view *******************/

.list-view .home-obituaries .obituary-item{
grid-template-columns: 200px 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas:
"thumb heading arrow" 
"thumb meta    arrow";
  gap: 17px;
  padding: 1rem;
display: grid;
}

.list-view .home-obituaries .obituary-item .thumnail { grid-area: thumb; }

.list-view .home-obituaries .obituary-item h5{grid-area: heading;}

.list-view .home-obituaries .obituary-item p{grid-area: meta;margin-bottom: 0;}

.list-view .home-obituaries .obituary-item > a{grid-area: arrow;}

.list-view .home-obituaries .obituary-item > a.thumnail img{margin-bottom: 0;display: inline-block;}

.list-view .home-obituaries{grid-template-columns: 1fr;}

#view-toggle{position: fixed;
  right: 4rem;
  bottom: 1rem;
  z-index: 9999;
  border: 1px solid white;
  border-radius: 5px;
  padding: 9px;
  background: linear-gradient(to left, #e71d25 50%, #000 50%);
  display: flex;
  gap: 17px;}

.list-view #view-toggle{background: linear-gradient(to right, #e71d25 50%, #000 50%);}

#view-toggle img{max-width: 35px; object-fit: contain;filter: invert(100%);cursor:pointer}

.list-view .home-single-post-percategories .post-item:not(.ad-widget-code),.list-view .custom-post-list:not(.homepage-banner-carousel) .post-item:not(.ad-widget-code){
grid-template-columns: 200px 1fr;
  grid-template-rows: auto;
  grid-template-areas:
"thumbs contents";
  gap: 17px;
  padding: 1rem;
display: grid!important;
border: 1px solid #c2c2c2;
border-radius:10px
}

.list-view .home-single-post-percategories,.list-view .custom-post-list:not(.homepage-banner-carousel){grid-template-columns: 1fr;}

.list-view .home-single-post-percategories .right-box,.list-view .custom-post-list:not(.homepage-banner-carousel) .right-box{ grid-area: thumbs; }

.list-view .home-single-post-percategories .left-box,.list-view .custom-post-list:not(.homepage-banner-carousel) .left-box{ grid-area : contents;min-height: auto;background: transparent;padding: 0; }

.list-view .home-single-post-percategories .post-item .cat-auth p,.list-view .wp-block-cover:not(.home-banner) .custom-post-list:not(.homepage-banner-carousel) .post-item .cat-auth p{color: black !important;}

.list-view .home-single-post-percategories .left-box h5 a,.list-view .home-single-post-percategories .post-item .cat-auth p a,
.list-view .wp-block-cover:not(.home-banner) .custom-post-list:not(.homepage-banner-carousel) .left-box h5 a,.list-view .wp-block-cover:not(.home-banner) .custom-post-list:not(.homepage-banner-carousel) .post-item .cat-auth p a{color: black !important;}

.list-view .home-single-post-percategories .post-item .text-and-link a,.list-view .custom-post-list:not(.homepage-banner-carousel) .post-item .text-and-link a{margin-left: auto;min-width: auto !important;}

.list-view .home-single-post-percategories .right-box img,.list-view .custom-post-list:not(.homepage-banner-carousel) .right-box img{aspect-ratio: 1/0.6;height:auto!important}

.list-view .custom-post-list:not(.homepage-banner-carousel) .post-item .cat-auth,body:not(.home).list-view .home-single-post-percategories .post-item .cat-auth{ grid-area: cat}
.list-view .custom-post-list:not(.homepage-banner-carousel) .left-box,body:not(.home).list-view .home-single-post-percategories .left-box{display: grid;grid-template-columns: 1fr auto;grid-template-areas:"cat  arrow" "text arrow";}
.list-view .custom-post-list:not(.homepage-banner-carousel) .left-box h5,body:not(.home).list-view .home-single-post-percategories .left-box h5{grid-area: text;font-size: clamp(1.1rem , 1.5vw , 2rem);}
.list-view .custom-post-list:not(.homepage-banner-carousel) .left-box h5 + a,body:not(.home).list-view .home-single-post-percategories .left-box h5 + a{grid-area:arrow;}

.list-view div.slider-nav{position:relative!important}


/*.list-view .home-banner .custom-post-list .left-box {
  display: flex!important;
flex-direction: column!important;}*/

/*.list-view .custom-post-list.homepage-banner-carousel .post-item .right-box .link{
display:none
}*/

@media(max-width:767px){
.list-view .home-obituaries .obituary-item{grid-template-columns: 90px 1fr 25px;gap:10px}

.list-view .home-obituaries .obituary-item h5{margin-bottom: 0.5rem;}

.list-view .home-single-post-percategories .post-item:not(.ad-widget-code), .list-view .custom-post-list:not(.homepage-banner-carousel) .post-item:not(.ad-widget-code){grid-template-columns: 90px 1fr;gap:10px}

.list-view .home-single-post-percategories .post-item .cat-auth,.list-view .custom-post-list:not(.homepage-banner-carousel) .post-item .cat-auth{flex-direction: initial;gap: 8px;}
.list-view .home-single-post-percategories .post-item .cat-auth p, .list-view .custom-post-list:not(.homepage-banner-carousel) .post-item .cat-auth p{margin-bottom:0.5rem!important}
.list-view .home-single-post-percategories .post-item .text-and-link a, .list-view .custom-post-list:not(.homepage-banner-carousel) .post-item .text-and-link a{max-width:25px}
.list-view .custom-post-list:not(.homepage-banner-carousel) .left-box,body:not(.home).list-view .home-single-post-percategories .left-box {grid-template-columns: 1fr 25px;}
.list-view .home-page-posts .post-item{grid-template-columns: 90px 1fr 25px!important;}
.list-view .home-page-posts .post-item > a{padding:0!important}
.list-view .custom-post-list .post-item .right-box img{border-radius: 5px;}
}

.list-view .home-page-posts{grid-template-columns: 1fr;}
.list-view .home-page-posts .post-item{display: grid; grid-template-columns: 100px 1fr auto; grid-template-areas:"thumb cat     arrow" "thumb heading arrow";
  grid-template-rows: auto auto;  padding: 0.7rem !important;}
.list-view .home-page-posts .post-thumbnail{grid-area: thumb;}
.list-view .home-page-posts .post-categories{grid-area: cat;}
.list-view .home-page-posts h5{grid-area: heading;}
.list-view .home-page-posts .post-item > a{grid-area: arrow;}

body:not(.list-view) .home-banner .custom-post-list:not(.homepage-banner-carousel) {display:none}
.list-view .home-banner .homepage-banner-carousel.custom-post-list,.list-view .home-banner .slider-nav{display:none!important}
body.darkmode .home-banner .custom-post-list:not(.homepage-banner-carousel) *{color:white!important}

.frm_button_submit.frm_final_submit{
background-color: #e71d25 !important;
  border: 0 !important;
  border-radius: 50px !important;
  font-size: 0.8rem !important;
  padding: 1rem 2rem !important;
  text-transform: uppercase !important;}
.frm_button_submit.frm_final_submit:hover{
background-color: #df0b13 !important;
}

.vertical-align-middle{
line-height: 0.9;
min-width:13px!important;
}

@media(max-width:1200px){
.layout-fix{
flex-direction:column!important;
}
}

.citizen-choice-awards .one-row{
display: flex;
  justify-content: center;
gap: 25px;
margin-bottom: 3rem;
flex-wrap: wrap;
}

.citizen-choice-awards .one-row .background{
background-image: url('https://dev.thecitizen.com/wpimport/wp-content/uploads/2025/12/background.png');
  background-size: cover;
  flex: 1;
  aspect-ratio: 1/1;
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
padding: 2rem 1.5rem 1rem 1.5rem;
min-width: 278px;
  max-width: 280px;
}

.citizen-choice-awards .one-row .background img{
max-width: 147px;
margin-bottom: 1.2rem;
}

.citizen-choice-awards .one-row .background h3{
text-transform: uppercase;
  font-size: 0.8rem;
  color: white!important;
margin-bottom: 0.5rem;
text-align: center;

}

.citizen-choice-awards .one-row .background p.busineess-name{
font-size: 2rem;
  margin: 0;
  line-height: 1;
  color: white;
text-transform: uppercase;
text-align:center;
font-weight: 700;
  letter-spacing: -1px;
}

.citizen-choice-awards .heading{
font-size: clamp(1.5rem , 5vw , 3.5rem);
  text-transform: uppercase;
margin-bottom: 1.5rem;
}

.citizen-choice-awards .one-row .background .icons img{
max-width: 1.7rem;cursor:pointer}

.citizen-choice-awards .one-row .background .icons{
margin-top: 0.7rem;}

.share-popup {
    position: fixed;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999;
    background: #4d3e3e;
}
.share-popup img {
    width: 30px;
    margin: 5px;
    cursor: pointer;
}
