.cbl-filter {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#cbl-search, #cbl-category {
    padding: 8px;
    font-size: 16px;
}

.cbl-post {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.cbl-post {
	width: 30%;
	float: left;
	margin: 10px;
	box-sizing: border-box;
	height: 500px;
	overflow: hidden;
}

#cbl-load-more {
	width: 100%;
}


#blogs-filter-form {
    display: flex;
}

.load-more-blogs {
	padding: 18px 20px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	width: 190px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .75px;
	text-align: center;
	background-color: #303860;
	color: #fff;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	z-index: 0;
	text-transform: uppercase;
}

.load-more-blogs:hover, .load-more-blogs:active, .load-more-blogs:focus, .load-more-blogs:focus-visible{
    background-color: #93FFBC;
    color: #303860;
}

.return-blog{
    margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1440px;
	padding: 0 15px;
	padding-bottom: 40px;
}
.return-blog .content_wrapper{
    padding: 0 30px;
}
@media only screen and (min-width: 1024px) {
    .return-blog .content_wrapper{
      flex-wrap: wrap;
      justify-content: flex-start;
      width: calc(100% + 18px);
      margin-left: -9px;
      margin-right: -9px;
    }
    .return-blog-col {
        display: flex;
        flex: 0 0 calc(33.333% - 18px);
    }
  }
  
  .return-blog {

  }

  .blog-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .return-blog-col .card-link::before {
    background-color: #f2f5f7;
    border-radius: 26px;
  }
  .return-blog-col .card-link:hover::before {
    transform: scaleY(1);
    background: #0153ff;
  }

  .return-blog-col .card-link__inner {
    padding: 26px;
  }
 
  .return-blog-col .card-link:hover .card-link__inner {
    transform: translateY(0);
  }

  .return-blog-col .card-img-top img {
    width: 100%;
    border-radius: 25px;
	height: 260px !important;
    object-fit: cover;
  }
  .return-blog-col .card-link__cta{
    max-height: auto;
  }
  .return-blog-col .card-link__cta {
	display: flex;
	max-height: 100%;
	overflow: hidden;
	transition: 0.3s ease;
	transition-property: max-height;
	position: relative;
	bottom: 0px;
 }
.return-blog-col .news_button--white-ghost{
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

.return-blog-col .card-link__cta-inner {
    margin-top: 20px;
    opacity: 1;
}

.return-blog-col .card-link:hover .card-link__cta-inner {
    color: #FFF;
    border-color: #FFF;
}

.return-blog-col .card-link:hover .card-link__cta-inner:hover {
    color: #0153ff;
}
.load-more-container{
    margin-bottom: 40px;
  margin-top: 50px;
}
.blog-search {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    margin: 20px 0;
}

.blog-search h2 {
    font-size: 50px;
    font-weight: 600;
  }

#blogs-filter-form {
    display: flex;
    gap: 12px;
    flex-grow: 1;
    justify-content: flex-end;
}

.blog-search .form-control {
    -moz-appearance: auto;
  -webkit-appearance: auto;
  border-radius: 50px;
  border-color: #0153ff;
}

#blogs-search {
    max-width: 250px;
    flex: 0 0 250px;
}

.blog-search select.form-control {
    max-width: 150px;
    flex: 0 0 150px;
}

@media only screen and (max-width: 1024px) { 
	.blog-search h2 {
		font-size: 34px;
		margin-right: 20px;
	}
	
	.return-blog-col {
        flex: 0 0 calc(50% - 8px);
    }
}

@media only screen and (max-width: 768px) {
    .blog-search {
		padding: 0 !important;
		flex-wrap: wrap;
	}
	
	#blogs-filter-form {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	#blogs-search {
		max-width: calc(50% - 12px);
		flex: 0 0 auto;
		flex-grow: 1;
	}
	.blog-search select.form-control {
		max-width: calc(25% - 12px);
		flex: 0 0 auto;
		flex-grow: 1;
	}
	
	.blog-content-wrapper {
		padding: 0 !important;
	}
	
	.blog-search h2 {
        width: 100%;
    }
}


@media only screen and (max-width: 576px) {
	#blogs-search {
        max-width: 100%;
    }
	
	.blog-search select.form-control {
        max-width: calc(50% - 6px);
    }
	.return-blog-col {
        flex: 0 0 100%;
    }
	.return-blog-col .card-link:hover .card-link__title,
	.return-blog-col .card-link:hover .card-link__heading-link,
	.return-blog-col .card-link:hover .card-link__description{
        color: #fff;
    }
}


/************single post***********/
.blog-social-share-buttons {
	margin-top: 15px;
}
.single-blog-section .entry-header h1 {
    font-size: 65px;
    line-height: 76px;
    font-weight: 600;
}

.single-blog-section .entry-header {
    max-width: 964px;
    text-align: center;
    margin: auto;
    padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .single-blog-section .entry-header h1 {
        font-size: 31px;
        line-height: 35px;
        font-weight: 600;
        padding: 0 15px;
    }
}

.standard-content {
    position: relative
}

.standard-content__inner {
    padding: 0 15px
}

@media only screen and (min-width: 1024px) {
    .standard-content__inner {
        max-width:768px;
        margin: 0 auto;
        padding: 0
    }
}

@media only screen and (min-width: 1024px) {
    .standard-content__inner--wide {
        max-width:964px
    }
}


.single-blog-section .img-fluid.wp-post-image {
    border-radius: 26px;
}

.tearms-tag-category {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 20px;
    border-top: 1px dashed #31395D;
    margin: 30px 0px;
}
.tearms-tag-category .post-meta > span{
    margin: 0px;
}

.tearms-tag-category .card-link__title{
    text-align: left;
  align-content: center;
  font-size: 14px;
  text-transform: capitalize;
}
.img-fluid.card-img-top {
	border-radius: 25px;
}
.tearms-tag-category .post-tags span {
    font-size: 15px;
    color: #303860;
    letter-spacing: 1px;
}

.tearms-tag-category .post-tags a {
    background-color: #eaebef;
    padding: 5px 13px;
    border-radius: 25px;
    font-size: 14px;
    color: #303860;
    pointer-events: none;
    letter-spacing: 0;
}

.return-blog-col .card-link__top {
	border: 0;
}

@media(max-width:480px){
    .tearms-tag-category{
        flex-direction: column;
    }
    .post-meta {
        margin-bottom: 16px;
      }
}


/*************Overlay css**************/

#overlay{	
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    border-radius: 26px;
    max-width: 1350px;
    right: 20px;
    left: 20px;
    background: rgba(0,0,0,0.3);
  }
  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center;   */
    align-items: flex-start;
    margin-top: 150px;
  }
  .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
  .is-hide{
    display:none;
  }

  #blogs-list{
    position: relative;
  }

  @media(max-width:768px){
    #overlay{
        left: 0;
        right: 0;
    }
  }