  .cat_label{
    padding-right: 10px;
  }
  .ecs__component-blog__search__field{
    display: flex;
    justify-content: space-between;
  }
  .ecs__component-blog__search__button{
    background: linear-gradient(113deg, #f0a369 1.52%, #b25c2d 89.88%);
    color: #fff!important;
    margin-left: 10px;
    height: 54px;
  }
  .ecs__component-blog__search__button:hover{
    background:none!important;
    color: #000!important;
    outline: 0!important;
  }
  .ecs__component-blog__search__button:hover::after{
    background-image: none!important;
  }
  .blog .ecs__component-wrapper{
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
  }
  .ecs__component-blog__search{
    width:40%;
  }
  .ecs__component-blog__navigation{
    width:60%;
    text-align: right;
  }
  
  .ecs__component-blog__search__input{
    background: none;
    color: #fff!important;
    border: none;
    border: 2px solid!important;
    border-image-slice: 1!important;
    border-image-source: linear-gradient(to right, #f5b882, #944925)!important;
    color: #3b3b3b!important;
    width: 95%;
    text-overflow: ellipsis;
  }
  .ecs__component-blog__search__input::placeholder {
    color: #3b3b3b;
  }
  .ecs__component-blog__no-results{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .ecs__component-blog__navigation .button{
    background:#000;
    color: #fff;
    padding: 18px 32px!important;
  }
  .ecs__component-blog__navigation .button:hover,
  .ecs__component-blog__navigation .button.components__active{
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f5b882),
      to(#944925)
    );
    outline: 0;
  }
  .ecs__component-blog__more__button{
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f5b882),
      to(#944925)
    );
    color: #fff;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #f5b882, #944925);
  }
  .ecs__component-blog__more__button:hover{
    background-image: none;
    color:#3b3b3b;
    outline: 0;
  }
  .ecs__component-blog__more__button:hover:after{
    background-image: none;
  }
  .ecs__component-blog__card__date{
    font-size: 12px;
    margin-bottom: 10px!important;
  }
  .ecs__component-blog__grid {
    padding-top: 45px;
    width:100%;
  }
  .ecs_components__container-component-blog {
    padding-top: 60px;
  }
  
  .ecs__component-blog__card__wrap {
    padding: 18px;
    background-color: #fff;
  }

  .ecs__component-blog__card__date__container {
    color: #5e5e5e;
    text-align: left;
  }

  .ecs__component-blog__card__content__category {
    font-weight: 600;
    color: #944910;
  }
  .ecs__component-blog__card__content {
    padding-top: 16px;
  }
  .ecs__component-blog__card__content__title {
    font-size: 18px;
    font-weight: 600;
    color: #5e5e5e;
    margin-bottom: 8px;
  }
  .ecs__component-blog__card__content__title-link {
    padding-bottom: 20px;
  }
  .ecs__component-blog__card__content__more {
    margin-top: 10px;
    padding: 16px 26px;
  }
  .ecs__component-blog__card__content__excerpt {
    padding-bottom: 20px;
  }
  .category_wrap{
    position: absolute;
    top: 57px;
    right: 0;
    width: 100%;
    height: auto;
    background-image: -webkit-gradient( linear, left top, right top, from(#f5b882), to(#944925) );
    max-width: 275px;
    z-index: 100;
    display: none;
    text-align:center;
  }
  .category_wrap .button{
    background-image: none!important;
    background-color: transparent!important;
    border:0!important;
    display: block;
    text-align: left;
    line-height: 24px;
    text-align: left;
  }
  .category_wrap li:hover{
    background-color: #000;
  }
  .category_wrap li:hover .button,.category_wrap li .components__active.button{
    color: #fff!important;
    background-color: #000!important;
  }
  .category_wrap .button:hover::after{
    background-image: none!important;
    opacity: 0;
  }
  .cat_select_container{
    position: relative;
    width:auto;
  }
  .select_category.button{
    background-image: none;
    background-color: transparent;
    color: #000;
    width:275px;
    height: 54px;
    position: relative;
    text-align: left;
  }
  .select_category.button .cat_span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width:100%;
    height:100%;
  }
  .select_category.button:before {
    position: absolute;
    content: '';
    right: 21px;
    width: 2px;
    height: 12px;
    background: #000;
    transform: rotate(142deg);
    transition: 0.3s all ease-in-out;
}
.select_category.button:after {
  content: "";
  height: 12px;
  right: 15px;
  position: absolute;
  width: 2px;
  background: #000;
  transform: rotate(35deg);
  opacity:1;
  top:auto;
  left:auto;
}
  .select_category.button:hover{
    background-color: #000;
    color: #fff;
  }
  .select_category.button:hover:after,.select_category.button:hover:before{
    background: #fff;
  }

  .ecs_components__post-single {
    padding: 100px 40px 30px;
    border-radius: 12px;
    margin: 60px auto 0;
    color: #000;
  }

  .ecs_components__post-single__back {
    display: flex;
    color: #000;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;

    i {
      margin-right: 16px;
    }
  }

  .ecs_components__post-single__image-container {
    margin-bottom: 25px;
  }

  .ecs_components__post-single__image {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .ecs_components__post-single__title-container {
    margin-bottom: 25px;
  }

  .ecs_components__post-single__title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1.9px;
    line-height: 36px;
    color: #3b3b3b;
    text-align: left;
    margin: 0;
  }

  .ecs_components__post-single__details {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.64px;
    line-height: 24px;
    margin-bottom: 0;
    margin-bottom: 10px;
  }

  .ecs_components__post-single__content {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .ecs_components__post-single__content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #292828;
  }

  .ecs_components__post-single__content p {
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .ecs_components__post-single {
      padding: 130px 40px 20px;
    }

    .ecs_components__post-single__title {
      font-size: 20px;
    }

    .ecs_components__post-single__content {
      font-size: 12px;
    }
  }
  .ecs_components__post-single__back:hover {
    color: #5e5e5e;
  }

/*** Responsive styles ***/
@media screen and (max-width: 768px) {
   
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .ecs_components__container-component-blog{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .ecs_components__container-component-blog{
    padding-left: 30px;
    padding-right: 30px;
  }
  .ecs__component-wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  .ecs__component-blog__search{width:100%;}
  .ecs__component-blog__navigation{width:100%;padding-top: 20px;text-align: center;}
  .category_wrap{
    left: 0;
    right: auto;
    top:78px;
  }
  .ecs_components__container-component-blog{
    padding-top:30px;
  }
  .ecs_components__container-component-blog .button{
    font-size: 12px!important;
  }
  .ecs__component-blog__search__field {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .ecs__component-blog__search__button{
    margin-left: 0;
    margin-top: 20px;
    max-width: 150px;
    text-align: center;
  }
  .cat_select_container{
    max-width: 315px;
    margin: 0;
    text-align: left;
  }
  .cat_label{
    padding-right: 0px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 520px) {
  .ecs__component-pageintro {
      min-height: 800px;
  }
}