@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
    font-family: 'Nunito Sans', sans-serif;
}

.cpf-post-event-item{
    display: flex;
}

/* Highlight event dates in the calendar */
/* .highlight-event a {
    background-color: red;
    color: #fff;
    font-weight: bold;
} */

/* Highlight dates with events */
/* Highlight event dates */
.ui-datepicker-calendar .highlight-event a {
    background-color: blue !important; /* Background color for highlighted dates */
    color: #000 !important; /* Text color to ensure visibility */
    border-radius: 50%; /* Rounded appearance */
    display: block;
}



.highlight-event{
    background-color: #ff0!important; /* Yellow background for highlighted dates */
    color: #000; /* Black text for better visibility */
    display: block;
}


/* Calender Css */
.cw-calender-event-container  .ui-datepicker .ui-datepicker-prev, .cw-calender-event-container .ui-datepicker .ui-datepicker-next{
    top: 24px;
    cursor: pointer;
}


.cw-calender-event-container .ui-widget.ui-widget-content{
    padding: 15px 30px;
    width: 360px;
    min-height: 390px;
}
.cw-calender-event-container  .ui-datepicker-title{
    font-size: 22px;
    line-height: 28px;
    color: #666;
    
}

.cw-calender-event-container .ui-widget-header{
    background: transparent;
    border: unset;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 !important;
}
.cw-calender-event-container .ui-widget-content .ui-state-default{
    border: unset !important;
    background: transparent !important;
    text-align: center;
    padding: 12px 10px;
}

.cw-calender-event-container .ui-widget-content .ui-state-default.ui-state-highlight{
    background: #E94E24 !important;
    border-radius: 50%;
    color: #fff;
}
.cw-calender-event-container .ui-widget-content .ui-state-default.highlight-event{
    background: #E94E24 !important;
    border-radius: 50%;
    color: #fff;
}
.cw-calender-event-container .ui-widget-content .ui-state-default.ui-state-active{
    background-color:#666666 !important ;
    border-radius: 50%;
    color: #fff;
}

.cw-calender-event-container .ui-icon-circle-triangle-w{
    background-image: url("../img/chevron-left.png") !important;
}
.cw-calender-event-container .ui-icon-circle-triangle-e{
    background-image: url("../img/chevron-right.png ") !important;
}


.cw-calender-event-container .ui-widget-header .ui-icon {
    background-position: center center;
    background-repeat: no-repeat;
   
}

.cw-calender-event-container .ui-state-hover,
.cw-calender-event-container .ui-widget-content .ui-state-hover,
.cw-calender-event-container .ui-widget-header .ui-state-hover{
    border: 1px solid transparent;
	background: transparent;
}

#cpf-posts-events{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cpf-post-event-item{
    display: flex;
    align-items: center;
    border: 1px solid #E94E24;
    justify-content: start;
}
.cpf-post-event-item .left_box{
    max-width: 32%;
    flex: 0 0 32%;
}
.cpf-post-event-item .left_box img{
    width: 358px;
    min-height:256px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}
.cpf-post-event-item .right_box{
    max-width: 68%;
    flex: 0 0 68%;
    padding-left: 60px;
}
.cpf-post-event-item .right_box p span
{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.cpf-post-event-item .right_box h3 
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 28px;
color: #E94E24;
}
.cpf-post-event-item .right_box h3,
.cpf-post-event-item .right_box p,
.cpf-post-event-item .right_box a,
.cpf-post-event-item .right_box span{
    margin: 0;
}
.cpf-post-event-item .content-part{
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.cpf-post-event-item .content-part p{
    display: grid;
    grid-template-columns: 10% 90%;

}
.event-countdown{
    position: absolute;
    top: 0px;
    right: 40px;
    background: #dddddd52;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
}
.content-part h3{
    width: 70%;
}

/* Hasnat bhai Css for Calender */

.ui-datepicker-calendar{
	border-left:0px;
}
.ui-datepicker-calendar tbody tr>td>a{
	width:40px;
	height:40px;
	display:flex;
	padding:0px;
	text-align:center;
	align-items:center;
	justify-content:center;
}

#cpf-small-calendar{
	display:flex;
	justify-content:center;
}

@media only screen and (min-width:992px){
	#cpf-small-calendar{
		justify-content:flex-end;
	}
}

.cw-calender-event-container .ui-widget.ui-widget-content{
	width: 320px;
	margin:auto;
	padding:10px;
}

@media only screen and (min-width:500px){
.cw-calender-event-container .ui-widget.ui-widget-content{
	width: 360px!important;
	padding:15px;
	}
}

@media only screen and (min-width:992px){
    .cw-calender-event-container .ui-widget.ui-widget-content{
		width: 360px!important;
		padding:15 30px
	}
	.cpf-post-event-item .right_box h3 a{
		font-size: 22px;
        line-height: 28px;
	}
}

/* SLider Css */
@media only screen and (min-width: 1200px){
    .mz_mainSliderr  .slider-content-container{
        width: calc(100% - 130px)!important;
    }
    .mz_mainSliderr.slick-slider .slick-arrow{
        filter: brightness(0) invert(1);
        display: block !important;
    }
    
}

.slider-content-container{
    width: calc(100% - 20px)!important;
    margin: 0 auto;
    top: 50% !important;
    bottom: unset !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    right: unset !important;
}

.mz_mainSliderr .slick-arrow{
   display: none !important;
}


.slick-active .cw-slider-img-container{
	animation: grow 8s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}
/* content animation */
@-webkit-keyframes cwheadingfadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes cwheadingfadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .cwheadingfadeInUpSD {
    -webkit-animation-name: cwheadingfadeInUpSD;
    animation-name: cwheadingfadeInUpSD;
  }
  
 
/*   .slick-active .cw-slider-heading{
    animation-name: cwheadingfadeInUpSD;
    animation-duration: 2s;
  }
  .slick-active  .cw-slider-desc{
    animation-name: cwheadingfadeInUpSD;
    animation-duration: 3s;
  }
  .slick-active .cw-slider-btn{
    animation-name: cwheadingfadeInUpSD;
    animation-duration: 3.5s;
  } */
@media only screen and (max-width: 500px){
	.cw-drop-downmenu .eael-simple-menu-container .eael-simple-menu li ul li a{
	 font-size: 12px !important;
}
/* 	.cw-drop-downmenu  .eael-simple-menu li a.menu-link{
		padding-left:15px !important;
	} */

}
