.elementor-1380 .elementor-element.elementor-element-75f21fc{--display:flex;--min-height:60vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:50px;--padding-bottom:50px;--padding-left:60px;--padding-right:60px;}.elementor-1380 .elementor-element.elementor-element-75f21fc:not(.elementor-motion-effects-element-type-background), .elementor-1380 .elementor-element.elementor-element-75f21fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nationaleventvenue.com/wp-content/uploads/2026/01/imgi_2_3479432_1920x0.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1380 .elementor-element.elementor-element-f0464aa .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:45px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-1380 .elementor-element.elementor-element-cbfaa71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:60px;--padding-right:60px;}@media(max-width:1024px){.elementor-1380 .elementor-element.elementor-element-75f21fc{--padding-top:40px;--padding-bottom:40px;--padding-left:34px;--padding-right:34px;}.elementor-1380 .elementor-element.elementor-element-f0464aa .elementor-heading-title{font-size:32px;}.elementor-1380 .elementor-element.elementor-element-cbfaa71{--padding-top:40px;--padding-bottom:40px;--padding-left:34px;--padding-right:34px;}}@media(max-width:767px){.elementor-1380 .elementor-element.elementor-element-75f21fc{--min-height:40vh;--padding-top:30px;--padding-bottom:30px;--padding-left:25px;--padding-right:25px;}.elementor-1380 .elementor-element.elementor-element-f0464aa .elementor-heading-title{font-size:28px;}.elementor-1380 .elementor-element.elementor-element-cbfaa71{--padding-top:30px;--padding-bottom:30px;--padding-left:25px;--padding-right:25px;}}/* Start custom CSS for container, class: .elementor-element-cbfaa71 */#ajax-post-filter-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
        font-family: "Roboto", sans-serif;

}

#post-search {
    width: 100%;
    padding: 14px 30px;
    margin-bottom: 20px;
    border-color: #e3e3e3;
    border-radius: 10px;
}
#post-search:focus{
    outline: none;
}
#post-search::placeholder{
    color:#e3e3e3;
}
.post-layout {
    display: flex;
    gap: 30px;
}

.post-list {
    width: 70%;
}

.post-categories {
    width: 30%;
}



.category-btn.active {
    background: red;
    color: #fff;
}

.post-item {
    margin-bottom: 30px;
}
.cstm_post_item img{
    width:100%;
    
}
.pst_ttl {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
    color: #FF0000;
    text-transform: uppercase;
}
.inline-category {
    color: red;
    text-decoration: none;
    margin-right: 8px;
    cursor: pointer;
}
.pst_ttl a:hover{
    text-decoration: none;
}
.inline-category:hover {
    text-decoration: underline;
}
.pst_excerpt{
    font-size:18px;
    color:#000;
}

.post-categories-ttl{
    color:#FF0000;
    font-size: 22px;
    font-weight: 600;
}
.category-btn{
    padding: 6px 8px;
    margin-right: 8px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 14px;
    background: #fff;
    border: 1px solid red;
    color: #FF0000;
    border-radius: 0px;
}
.category-btn:hover{
      background: #fff;
      color: #FF0000;
}

.category-btn.active {
    background: #FF0000;
    color: #fff;
    border-radius: 15px;
    line-height: 1.5em;
    padding: 12px 16px;
        text-transform: uppercase;
}
.category-btn.active:hover {
    background: #fff;
    color: #FF0000;
    border-radius: 15px;
    line-height: 1.5em;
    padding: 12px 18px;
}

.pst_cat_wrp_cnt {
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
}


.pst_cat_wrp_cnt::-webkit-scrollbar {  width: 8px;  height: 12px;}

.pst_cat_wrp_cnt::-webkit-scrollbar-track {  background: #f7f7f7
;  border-radius: 10px;}

.pst_cat_wrp_cnt::-webkit-scrollbar-thumb {  background: #D0CBC9;  border-radius: 10px; 
    
}

.pst_cat_wrp_cnt::-webkit-scrollbar-thumb:hover {  background: #D0CBC9;
    
}
.pst_excerpt p{
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; 
}
.pst_rd_btn{
    color:#FF0302;
    font-weight: 600;
}
.pst_rd_btn:hover{
    text-decoration: underline;
}
#ajax-post-filter-container {
    gap: 20px;

}
.cat_icn {
   font-size: 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.cat_wrp_ttl_box {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.cat_icn{
    display: none;
}
@media(max-width:767px){
    .pst_cat_wrp_cnt{
        padding-top: 20px;
        display: none;
    }
      .pst_cat_wrp_cnt.active{
        display: block;
    }
    .post-layout {
    flex-direction: column-reverse;
   }
   .post-categories, .post-list {
    width: 100%;
}
#post-search {
    margin-bottom: 0px;
}
.cat_wrp_ttl_box {
    padding: 16px 10px;
    border: 1px solid red;
    border-radius: 10px;
}
.post-categories-ttl {
    margin: 0px;
}
.cat_wrp_ttl_box.active .cat_icn{
    rotate:180deg;
}
.pst_ttl {
    font-size: 18px;
}
.cat_icn{
    display: flex;
}
}/* End custom CSS */