.widgettitle{
    font-size: 33px;
}

.page-numbers{
    text-align: center;
    padding: 10px ;
    font-weight: 600;
    width: 45px;
    height: 45px;
    color: #ffc827;
    line-height: 45px;
    padding: 0;
    border-radius: 50% !important;
    border-color: rgba(255, 200, 39, 0.1);
    background: #051e10;
    box-shadow: none;
    outline: 0;
    margin: 0px 3px 0px 3px !important;
}

.page-numbers:hover{
    text-align: center;
    padding: 10px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    color: #000000;
    line-height: 45px;
    padding: 0;
    border-radius: 50% !important;
    border-color: rgba(255, 200, 39, 0.1);
    background: #ffc827;
    box-shadow: none;
    outline: 0;
}

.current{
    text-align: center;
    padding: 10px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    color: #000000;
    line-height: 45px;
    padding: 0;
    border-radius: 50% !important;
    border-color: rgba(255, 200, 39, 0.1);
    background: #ffc827;
    box-shadow: none;
    outline: 0;
}

.prev{
    text-align: center;
    padding: 10px ;
    font-weight: 600;
    width: 60px !important;
    height: 45px !important;
    color: #ffc827;
    line-height: 45px;
    padding: 0;
    border-radius: 50% !important;
    border-color: rgba(255, 200, 39, 0.1);
    background: #051e10;
    box-shadow: none;
    outline: 0;
    margin: 0px 3px 0px 3px !important;
}

.pagination {
    margin: 0;
    margin-top: 10px !important;
    justify-content: center;
}

.menu li.li-btn-register {
    margin: 0 5px;
    background: linear-gradient(0deg, #ff5722 40%, #a20c05 110%);
    box-shadow: -3.828px -3.828px 6px 0px rgb(255 39 39 / 40%), 3px 5px 8px 0px rgb(255 82 1 / 20%);
    border-radius: 10px;
    color: black;
}

.btn:hover,
.cmn--btn:hover {
  color: #1f1f23;
  background: linear-gradient(0deg, #ff5722 40%, #910000 110%) !important;
    box-shadow: -3.828px -3.828px 6px 0px rgb(255 39 39 / 40%), 3px 5px 8px 0px rgb(255 82 1 / 20%) !important;
}

.about-border {
    border: 3px solid;
    border-radius: 15px;
    padding: 15px;
}

@media (max-width: 450px) {
    .about-border {
        border: none;
        padding: 0;
    }
  }

.about-border img.thumb {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

.color-a{
    color: #fff7a7 !important;
}

.navcolor{
    background-color: #072012 !important;
    z-index: 120;
}

.blog-item__thumb img{
 width: 100%;
 height: 300px !important;
}

.blog-details-wrapper .details-thumb img{
    width: 300px !important;
    height: 300px !important;
}

.title-content{
    color: #ffd400 !important;
    font-size: 50px !important;
}

.post-content h2{
    font-size: 27px !important;
}

.blog-details-wrapper .details-content .meta-post li a{
    color: white !important;
}

.entry-title {
    font-size: 28px !important;
}

.post-content a{
    color: #ffd400 !important;
}

.post-content a:hover{
    color: #dbb703 !important;
}

.settext{
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  line-height: 2.5rem !important;
  }
  
    .blog-item__content p{
        display: -webkit-box !important;
    -webkit-line-clamp: 2 ;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
      }

      .article-post{
        margin: 0 auto !important;
      }

      .h-article{
        font-size: 50px !important;
    margin-top: -8px !important;
      }



      .cat_in_post ,.tag_in_post{
        text-align: start !important;
    }
    
      .cat_in_post span,.tag_in_post span{
        align-items: center;
        background-color: #aa8b54!important;
        border-radius: 4px;
        color: #fff !important;
        display: inline-flex;
        font-weight: 600;
        font-size: 0.85rem;
        height: 2em;
        justify-content: center;
        line-height: 1.5;
        padding-left: 0.75em;
        padding-right: 0.75em;
        white-space: nowrap;
    }
    
    
    .cat_in_post a,.tag_in_post a{
        align-items: center;
        background-color: #525252 !important;
        border-radius: 4px;
        color: #fff !important;
        display: inline-flex;
        font-weight: 600;
        font-size: 0.85rem;
        height: 2em;
        justify-content: center;
        line-height: 1.5;
        padding-left: 0.75em;
        padding-right: 0.75em;
        white-space: nowrap;
        margin-bottom: 20px !important;
    }
    
    .cat_in_post a:hover,.tag_in_post a:hover{
        background-color: #fff !important;
        color: #aa8b54!important;
      }
      
      .article-page-title,
.article-page-des {
  font-size: 2.5rem !important;
  color: #ffd400 !important;
}

.archive-page-title,
.archive-page-des {
  font-size: 1.5rem !important;
  color: #ffd400 !important;
}


@media screen and (min-width: 1024px) {
    .article-page .post-content {
      padding: 0 40px;
      text-align: start;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .article-page .post-content {
      padding: 0 220px;
      text-align: start;
    }
  }
  .article-page .post-content {
    text-align: start;
  }
  
  
  .content-post h1 {
    background-image: linear-gradient(253deg, #fef4b6, #f8b71f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    text-align: start !important;
  }
  
  .content-post h2 {
    background-image: linear-gradient(253deg, #fef4b6, #f8b71f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    text-align: start !important;
  }
  
  .content-post h3 {
    background-image: linear-gradient(253deg, #fef4b6, #f8b71f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    text-align: start !important;
  }
  
  .content-post h4 {
    background-image: linear-gradient(253deg, #fef4b6, #f8b71f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.15rem;
    margin-top: 0.5rem;
    text-align: start !important;
  }
  
  .content-post h5 {
    background-image: linear-gradient(253deg, #fef4b6, #f8b71f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.05rem;
    margin-top: 0.5rem;
    text-align: start !important;
  }
  
  .wp-element-caption {
    text-align: center !important;
  }
  

.img-border{
    border-radius: 20px;
  }

  .article-page .post-content figure{
    text-align: center !important;
  }

  h3{
    background-image: linear-gradient(253deg, #fef4b6, #f8b71f) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .elementor ul li{
    list-style-type: disc;
  }
    

