/* Sidebar */
.sidebar-area .widget {
  padding: 40px;
  background-color: #eff1f5;
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  border: 1px solid #e4e4e4;
}
.sidebar-area .widget .search-form {
  position: relative;
  display: flex;
  background-color: #ffffff;
  border-radius: 9999px;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #e4e4e4;
}
.sidebar-area .widget .search-form input {
  flex: 1;
  height: auto;
}
.sidebar-area .widget .search-form button {
  border: none;
  background-color: #F38700;
  color: #ffffff;
  height: 49px;
  width: 49px;
  line-height: 1;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sidebar-area .widget .search-form button:hover {
  background-color: #ffcb24;
  color: #010101;
} 
/* Main Content Listing */
blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    color: #010101;
    background-color: var(--quote-bg, #eff1f5);
    border-left: 4px solid #F38700;
    padding: 43px 50px 42px 35px;
    margin: 35px 0;
  }
  blockquote p {
    font-family: inherit;
    color: inherit;
    z-index: 3;
    width: 100%;
    margin-bottom: 0 !important;
    line-height: 1.5;
    position: relative;
  }
  blockquote:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    color: #F38700;
    opacity: 0.3;
  }
  blockquote p {
    margin-bottom: 0;
  }
  blockquote p a {
    color: inherit;
  }
  blockquote cite {
    color: #F38700;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    margin-top: 20px;
    font-style: normal;
  }
  blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid #F38700;
  }
  
  blockquote.vs-quote {
    text-align: left;
    padding: 50px 50px;
    border-left: 0px solid #F38700;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
    margin: 41px 0;
    overflow: visible;
  }
  blockquote.vs-quote p {
    font-size: 20px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    padding-right: 5px;
  }
  blockquote.vs-quote::after {
    position: absolute;
    content: "";
    height: 160px;
    width: 4px;
    background-color: #F38700;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 5px 5px 0;
  }
  blockquote.vs-quote:before {
    position: absolute;
    top: auto;
    right: 38px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #F38700;
    display: inline-block;
    opacity: 23%;
    bottom: 29px;
    font-size: 80px;
  }
  blockquote.vs-quote cite {
    padding: 0;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
  }
  blockquote.vs-quote cite::before {
    position: static;
  }
  blockquote.vs-quote .quote-author {
    display: block;
    font-size: 14px;
    color: #74787c;
    font-family: "Jost", sans-serif;
    display: block;
    font-weight: 400;
  }
  
  .blog-meta span,
  .blog-meta a {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: #8b919c;
  }
  .blog-meta span:last-child,
  .blog-meta a:last-child {
    margin-right: 0;
  }
  .blog-meta span i,
  .blog-meta a i {
    color: #F38700;
  }
  .blog-meta a:hover {
    color: #F38700;
  }
  
  .blog-category {
    margin-bottom: -10px;
  }
  .blog-category a {
    display: inline-block;
    color: #ffffff;
    padding: 4.5px 24.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    background-color: #F38700;
  }
  .blog-category a:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #F38700;
  }
  
  .blog-title a {
    color: inherit;
  }
  .blog-title a:hover {
    color: #F38700;
  }
  
  .vs-blog {
    margin-bottom: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 50px;
  }
  .vs-blog:last-child {
    margin-bottom: 30px;
  }
  .vs-blog .blog-date {
    width: 100px;
    height: 100px;
    background: #ffcb24;
    font-size: 40px;
    font-weight: 700;
    font-family: "Epilogue", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-direction: column;
    border-radius: 30px;
    line-height: 1;
    margin: -75px 0 30px 45px;
  }
  .vs-blog .blog-date span {
    display: block;
    font-size: 13px;
    line-height: 1;
  }
  .vs-blog .blog-img {
    border-radius: 50px;
    overflow: hidden;
    margin: -1px;
  }
  .vs-blog .blog-img .img {
    border-radius: 50px;
  }
  .vs-blog .blog-img.blog-video {
    position: relative;
  }
  .vs-blog .blog-img.blog-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vs-blog .blog-title {
    margin: -0.14em 0 19px 0;
    max-width: 89%;
    line-height: 1.3;
    /* Large devices */
  }

.searchform {
    position: relative;
}

  #searchsubmit {
    position: absolute;
    left: auto;
    right: 0;
    width: 75px;
    height: 100%;
    border: 1px solid #ccc;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.searchform #s {
    width: 100%;
    padding: 5px 80px 5px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 44px;
}
  @media (max-width: 1199px) {
    .vs-blog .blog-title {
      max-width: 100%;
    }
  }
  @media (max-width: 1199px) {
    .vs-blog .blog-title br {
      display: none;
    }
  }
  .vs-blog .blog-text {
    margin-bottom: 0;
  }
  .vs-blog .blog-meta {
    margin: 0 0 10px 0;
  }
  .vs-blog .blog-content {
    padding: 0 45px 55px 45px;
  }
  .vs-blog .blog-meta {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
  }
  .vs-blog .blog-meta .blog-meta-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
  }
  .vs-blog .blog-meta .blog-meta-icon img {
    width: 24px;
    height: 24px;
  }
  .vs-blog .blog-meta .blog-meta-icon:hover {
    color: #F38700;
  }
  .vs-blog .blog-meta span,
  .vs-blog .blog-meta a {
    color: #4e4d4d;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }
  .vs-blog .blog-meta span span,
  .vs-blog .blog-meta a span {
    text-decoration: none;
  }
  .vs-blog .blog-meta span:hover span,
  .vs-blog .blog-meta a:hover span {
    color: #F38700;
  }
  .vs-blog .blog-text + .blog-footer {
    padding-top: 30px;
  }
  .vs-blog .blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid #dcdcdc;
    margin-top: 70px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .vs-blog .vs-btn {
    font-size: 18px;
    padding: 21px 45px;
  }
  
  .blog-style1 {
    border: 0;
  }
  .blog-style1 .blog-date {
    width: 100px;
    height: 100px;
    background: #ffcb24;
    font-size: 40px;
    font-weight: 700;
    font-family: "Epilogue", sans-serif;
    display: flex;
    margin-top: -50px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-direction: column;
    margin-left: 26px;
    border-radius: 30px;
    line-height: 1;
    margin-bottom: 26px;
  }
  .blog-style1 .blog-date span {
    display: block;
    font-size: 13px;
    line-height: 1;
  }
  .blog-style1 .blog-img {
    border-radius: 30px;
  }
  .blog-style1 .blog-img .img {
    border-radius: 30px;
  }
  .blog-style1 .blog-meta {
    margin: 0 0 10px 0;
  }
  .blog-style1 .blog-content {
    padding: 0 0px 0 0;
  }
  @media (max-width: 1199px) {
    .blog-style1 .blog-content {
      padding: 0 0 0 0;
    }
  }
  .blog-style1 .blog-title {
    margin-bottom: 0;
    line-height: 34px;
    max-width: 91%;
  }
  @media (max-width: 1399px) {
    .blog-style1 .blog-title {
      font-size: 22px;
      line-height: 32px;
    }
  }
  @media (max-width: 1199px) {
    .blog-style1 .blog-title {
      font-size: 18px;
      line-height: 28px;
    }
  }
  .blog-style1 .blog-meta {
    display: flex;
    align-items: center;
    margin: 0 0 14px 0;
  }
  .blog-style1 .blog-meta .blog-meta-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
  }
  .blog-style1 .blog-meta .blog-meta-icon img {
    width: 24px;
    height: 24px;
  }
  .blog-style1 .blog-meta span,
  .blog-style1 .blog-meta a {
    color: #4e4d4d;
    font-weight: 500;
  }
  .blog-style1 .blog-meta span span,
  .blog-style1 .blog-meta a span {
    text-decoration: underline;
  }
  
  .blog-inner-title {
    font-size: 40px;
    margin-top: -0.22em;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
  }
  .blog-inner-title::after {
    position: absolute;
    content: "";
    width: 66px;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #F38700;
  }
  
  .blog-single {
    position: relative;
    margin-bottom: 30px;
    border: 0;
  }
  .blog-single .blog-body {
    border: 1px solid #d5d5d5;
    border-radius: 50px;
  }
  .blog-single p {
    font-weight: 500;
  }
  .blog-single .blog-img {
    border-radius: 30px;
    margin: 0;
  }
  .blog-single .blog-img > img {
    width: 100%;
  }
  .blog-single .blog-img.main-img {
    margin: -1px;
  }
  .blog-single .blog-meta {
    margin: -0.2em 0 10px 0;
  }
  .blog-single .blog-title {
    margin-bottom: 17px;
  }
  .blog-single .blog-title br {
    /* Large devices */
  }
  @media (max-width: 1199px) {
    .blog-single .blog-title br {
      display: none;
    }
  }
  .blog-single .link-btn {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-top: 26px;
  }
  .blog-single .blog-date {
    color: #000000;
    margin-left: 35px;
    margin-bottom: 30px;
  }
  .blog-single .blog-date i {
    color: #F38700;
    margin: 0 10px 0 0;
  }
  .blog-single .share-links-title {
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    font-family: "Jost", sans-serif;
    margin: 0 15px 0 0;
    display: inline-block;
  }
  .blog-single .share-links {
    margin: 16px 0 0 0;
  }
  .blog-single .share-links .row {
    align-items: center;
    --bs-gutter-y: 15px;
  }
  .blog-single .share-links .tagcloud {
    display: inline-block;
  }
  .blog-single .share-links .tagcloud a {
    padding: 0;
    border-radius: 0;
    color: #000000;
  }
  .blog-single .share-links .tagcloud a:not(:last-child):after {
    content: ",";
  }
  .blog-single .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
  }
  .blog-single .social-links li {
    display: inline-block;
    margin-right: 13px;
  }
  .blog-single .social-links li:last-child {
    margin-right: 0;
  }
  .blog-single .social-links a {
    line-height: 1;
    font-size: 16px;
    color: #000000;
    text-align: center;
    display: inline-flex;
    align-items: center;
  }
  .blog-single .social-links a:hover {
    color: #ffffff;
  }
  .blog-single .blog-content {
    padding: 0 40px 40px;
    position: relative;
    /* Large devices */
  }
  @media (max-width: 1199px) {
    .blog-single .blog-content {
      padding: 0 15px 15px;
    }
  }
  .blog-single .blog-audio {
    line-height: 1;
  }
  .blog-single .blog-audio,
  .blog-single .blog-img {
    position: relative;
  }
  .blog-single .blog-audio img,
  .blog-single .blog-audio > *,
  .blog-single .blog-img img,
  .blog-single .blog-img > * {
    border-radius: 5px 5px 0 0;
  }
  .blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #F38700;
    color: #ffffff;
    border-radius: 5px;
  }
  .blog-single .blog-img .slick-arrow:hover {
    background-color: #F38700;
    color: #ffffff;
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 80px;
    --icon-font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
  }
  .blog-single .post-admin {
    background-color: #f9eeea;
    border-radius: 30px;
    display: flex;
    gap: 26px;
    align-items: center;
    padding: 35px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 50px;
    /* Small devices */
  }
  @media (max-width: 767px) {
    .blog-single .post-admin {
      flex-direction: column;
      padding: 15px;
    }
  }
  .blog-single .post-admin::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 100%;
    background-color: #ffcb24;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    /* Small devices */
  }
  @media (max-width: 767px) {
    .blog-single .post-admin::before {
      display: none;
    }
  }
  .blog-single .post-admin .post-img {
    flex: 0 150px;
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    min-width: 150px;
    min-height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 0px 13px 9px 0px rgba(0, 0, 0, 0.15);
  }
  .blog-single .post-admin .post-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .blog-single .post-admin .post-header h4 {
    margin-bottom: 0;
  }
  .blog-single .post-admin .post-text {
    margin-bottom: 0;
    padding-right: 36px;
  }
  .blog-single .post-admin .social-links li {
    margin-right: 0;
  }
  .blog-single .post-admin .social-links a {
    --icon-size: 41px;
    color: #4e4d4d;
    font-size: 13.41px;
    border: 1.5px solid #dbd8d8;
    box-shadow: none;
  }
  .blog-single .post-admin .social-links a:hover {
    background-color: #ffcb24;
    border-color: #ffcb24;
    color: #010101;
  }
  .blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  
  .blog-author {
    background-color: #eff1f5;
    padding: 30px;
    display: flex;
    align-items: center;
    margin: var(--blog-space-y, 60px) 0;
  }
  .blog-author .media-img {
    width: 189px;
    margin: 0 30px 0 0;
  }
  .blog-author .author-name {
    font-size: 24px;
    font-weight: 700;
    margin: -0.3em 0 0px 0;
  }
  .blog-author .author-degi {
    color: #F38700;
  }
  .blog-author .author-text {
    margin: 0 0 -0.1em 0;
  }
  
  .blog-details .blog-single {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .blog-details .blog-img {
    margin: 0 0 40px 0;
  }
  .blog-details .blog-img img {
    border-radius: 0;
  }
  .blog-details .blog-content {
    margin: 0;
  }
  
  .blog-tab-area {
    position: relative;
  }
  .blog-tab-area .vs-slider-tab {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 9;
  }
  @media (max-width: 1199px) {
    .blog-tab-area .vs-slider-tab {
      gap: 10px;
    }
  }
  @media (max-width: 991px) {
    .blog-tab-area .vs-slider-tab {
      position: static;
      justify-content: center;
    }
  }
  .blog-tab-area .vs-slider-tab .tab-btn {
    border: 3px solid #ffffff;
    background: transparent;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }
  @media (max-width: 1199px) {
    .blog-tab-area .vs-slider-tab .tab-btn {
      max-width: 130px;
    }
  }
  @media (max-width: 991px) {
    .blog-tab-area .vs-slider-tab .tab-btn {
      max-width: 100%;
    }
  }
  .blog-tab-area .vs-slider-tab .tab-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F38700;
    opacity: 0.8;
    transform: scale(0) rotate(180deg);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .blog-tab-area .vs-slider-tab .tab-btn.active::before {
    visibility: visible;
    transform: scale(1) rotate(0);
    transition: all 0.3s ease-in-out;
  }
  
  .blog-style2 {
    border: 0;
  }
  .blog-style2 .blog-img img {
    border-radius: 30px;
  }
  .blog-style2 .blog-content {
    padding: 45px 68px 45px 50px;
    border: 2px solid #ffcb24;
    border-radius: 30px;
    margin-left: 90px;
    margin-top: -134px;
    background-color: #ffffff;
    box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
  }
  @media (max-width: 1399px) {
    .blog-style2 .blog-content {
      padding: 45px 30px 45px 45px;
      margin-left: 30px;
    }
  }
  @media (max-width: 1199px) {
    .blog-style2 .blog-content {
      padding: 15px;
    }
  }
  @media (max-width: 991px) {
    .blog-style2 .blog-content {
      margin-left: 0;
      margin-top: 0;
    }
  }
  .blog-style2 .blog-meta-list {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 21px;
  }
  @media (max-width: 767px) {
    .blog-style2 .blog-meta-list {
      flex-wrap: wrap;
      gap: 10px;
    }
  }
  .blog-style2 .blog-date {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    background: #ffcb24;
    padding: 10px 25px 6px;
    line-height: 1;
    align-items: center;
    border-radius: 999px;
    width: auto;
    height: auto;
    margin: 0;
  }
  .blog-style2 .blog-meta-comment {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #010101;
    font-weight: 600;
  }
  .blog-style2 .blog-meta-comment i {
    color: #F38700;
  }
  .blog-style2 .blog-title {
    font-size: 26px;
    line-height: 36px;
    max-width: 100%;
  }
  .blog-style2 .blog-text {
    margin-bottom: 0;
  }
  
  .blog-style4 {
    border: none;
  }
  .blog-style4 .blog-img {
    margin-bottom: 40px;
  }
  .blog-style4 .blog-body {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
  }
  .blog-style4 .blog-content {
    padding: 0;
  }
  .blog-style4 .blog-date {
    margin-top: 0;
    margin-left: 0;
  }
  
  /* Large devices */
  @media (max-width: 1199px) {
    blockquote {
      font-size: 20px;
      padding: 23px 30px 26px 30px;
    }
    blockquote cite {
      font-size: 16px;
    }
    .blog-single {
      --blog-space-y: 40px;
      --blog-space-x: 30px;
    }
    .blog-single .blog-title {
      font-size: 24px;
    }
    .blog-meta span,
    .blog-meta a {
      font-size: 14px;
    }
    .blog-style3 .blog-content {
      padding: 25px 25px 30px 25px;
    }
  }
  /* Small devices */
  @media (max-width: 767px) {
    blockquote.vs-quote {
      padding: 40px 15px;
    }
    blockquote.vs-quote p {
      line-height: 1.8;
      font-size: 16px;
    }
    blockquote.vs-quote cite {
      padding: 0;
      margin-top: 10px;
    }
    .blog-inner-title {
      font-size: 26px;
    }
    .blog-single {
      --blog-space-y: 40px;
      --blog-space-x: 20px;
    }
    .blog-single .blog-title {
      font-size: 20px;
    }
    .blog-single .blog-img .play-btn {
      --icon-size: 60px;
      --icon-font-size: 20px;
    }
    .blog-author {
      display: block;
      padding: 30px 15px;
    }
    .blog-author .media-img {
      margin: 0 0 30px 0;
      width: 100%;
    }
    .blog-author .media-img img {
      width: 100%;
    }
    .blog-author .author-name {
      font-size: 18px;
    }
    .blog-author .author-degi {
      margin-bottom: 10px;
    }
  }
  .wp-block-tag-cloud {
    display: flex;
    align-items: center;
    /* Medium devices */
  }
  @media (max-width: 991px) {
    .wp-block-tag-cloud {
      flex-wrap: wrap;
      gap: 10px;
    }
  }
  .wp-block-tag-cloud .title {
    font-weight: 700;
    margin-right: 7px;
  }
  .wp-block-tag-cloud .tag-cloud-link {
    margin: 0 5px 0 0;
    padding: 0 0;
    background-color: transparent;
    color: #4e4d4d;
    font-weight: 500;
  }
  .wp-block-tag-cloud .tag-cloud-link:hover {
    background-color: transparent;
    color: #F38700;
  }
  
  .blog-social {
    display: flex;
    align-items: center;
    /* Medium devices */
  }
  @media (max-width: 991px) {
    .blog-social {
      flex-wrap: wrap;
    }

  }
  .blog-social .title {
    font-weight: 700;
    margin-right: 17px;
  }
  .blog-social a {
    width: 49px;
    height: 49px;
    min-width: 49px;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border: 1px solid #dbd8d8;
    color: #4e4d4d;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    /* Medium devices */
  }
  .blog-social a:last-child {
    margin-right: 0;
  }
  @media (max-width: 991px) {
    .blog-social a {
      width: 40px;
      height: 40px;
      min-width: 40px;
      min-height: 40px;
    }
    .breadcumb-title {font-size: 38px;}
    .sidebar-area .widget {padding: 20px;margin-bottom: 20px;}
    .vs-blog .blog-content { padding: 0 15px 30px 15px;}
    .vs-blog .vs-btn {
    font-size: 16px;
    padding: 15px 24px;
}
.vs-blog .blog-date {
    width: 85px;
    height: 80px;
    font-size: 32px;
    border-radius: 20px;
    margin: -50px 0 25px 30px;
}
.vs-blog .blog-text {
    margin-bottom: 0;
    font-size: 16px;
}
.widget-area.style2 .ft-para {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.vs-blog .blog-footer {
    margin-top: 30px;
 
}
  }
  .blog-social a:hover {
    background-color: #ffcb24;
    border-color: #ffcb24;
    color: #010101;
  }