.acf-block-preview .row{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.acf-block-preview .row .col-md-6 {
  width: 47%;
}

body {
  font-family: 'Inter', sans-serif;
  color: #27272A;
}

h1 {
  font-size: 37px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -1px;
}

p {
  font-weight: 400;
  font-size: 17px;
  font-family: 'Frank Ruhl Libre', serif;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar-toggler:focus,
select:focus,
input:focus,
.btn:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.btn-primary {
  background-color: #E42313;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  padding: 12px 25px;
  color: #fff;
  border: 0;
}

.btn-primary:hover {
  background-color: #8B150C;
  color: #fff;
}

.header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header .nav-link {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #27272A;
  padding: 0 20px !important;
}

.header .nav-link::after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 19px;
  width: calc(100% - 38px);
  height: 2px;
  background-color: #0D9488;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.header .nav-link:hover::after{
  transform: scaleX(1);
}

.header .current_page_item .nav-link,
.header .current-menu-item .nav-link{
  color: #0D9488;
}

.header .current_page_item .nav-link::after,
.header .current-menu-item .nav-link::after{
  transform: scaleX(1);
}

.header .input-group {
  width: 280px;
}

.header .input-group .form-control {
  font-weight: 500;
  font-size: 13px;
  border-radius: 7px !important;
  margin-left: 0px !important;
  padding-left: 33px;
}

.header .input-group .btn {
  z-index: 9;
  position: absolute;
  left: 10px;
  top: 0px;
  padding: 0;
  height: 100%;
  font-size: 13px;
}

.header .input-group i {
  color: #27272A;
}

.header .input-group {
  margin-left: 74%;
}

.header .logo-col {
  width: 20%;
  padding-right: 20px;
}

.header .nav-col {
  width: 80%;
}

.header .navbar-nav li {
  list-style: none;
}

#search_toggle {
  display: none;
}

.pinned_post {
  border-radius: 10px;
  padding: 20px;
  transition: all .2s ease-in-out;
}

.pinned_post:hover{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.pinned_post img {
  border-radius: 10px;
}

.page .entry-header {
  display: none;
}

.v-space {
  margin: 50px auto;
}

.pinned_post .img-box p {
  background-color: #27272A;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 3px 9px 3px 7px;
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  margin: 0;
  z-index: 9;
}

.pinned_post .img-box p i {
  font-size: 6px;
  margin-right: 5px;
}

.name-sec {
  display: flex;
  align-items: center;
  color: #27272A;
  font-size: 13px;
  font-weight: 500;
  width: auto;
  justify-content: start;
  margin-bottom: 10px;
  gap: 10px;
}

.name-sec img {
  border-radius: 50%;
  max-width: 30px;
}

.name-sec p {
  margin: 0;
  font-size: 13px;
  color: #27272A;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.pinned_post h1 {
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pinned_post p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a.btn-link {
  color: #0D9488 !important;
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
  margin-right: 15px;
  text-underline-offset: 3px;
  text-transform: capitalize;
}

.get-copy-sec .inner {
  background-size: cover;
  padding: 50px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.get-copy-sec .inner::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
}

.get-copy-sec .inner h2 {
  font-size: 38px;
  color: #fff;
}

.get-copy-sec .inner p {
  color: #fff;
  opacity: 0.7;
}

.get-copy-sec .inner .copy {
  position: relative;
  z-index: 2;
}

.btn-arrow {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.btn-arrow.white {
  color: #fff;
}

.btn-arrow.green {
  color: #0D9488;
  text-decoration: none;
}

.btn-arrow::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  margin-left: 7px;
}

.articles-sec .form-select {
  width: 220px;
  font-size: 13px;
  color: #27272A;
  font-weight: 600;
}

.articles-slider img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border: solid 1px #ccc;
}

.articles-slider .post_card {
  padding: 15px;
  margin: 2px;
  transition: all .2s ease-in-out;
  border-radius: 10px;
}

.articles-slider .post_card:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.post_card .author{
  color: #27272A;
}

.articles-slider .name-sec img {
  width: auto;
  aspect-ratio: auto;
  border-radius: 50%;
  display: none;
}

.articles-slider h2 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.3;
}

.container {
  max-width: 1347px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.ad-sec {
  background-color: #F4F4F5;
  border-radius: 15px;
}

.articles-sec .articles-dropdown {
  margin-left: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.articles-sec .slick-prev:before {
  content: '\f053';
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
  color: #27272A;
  background-color: #fff;
  font-weight: 900;
}

.articles-sec .slick-next:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
  color: #27272A;
  background-color: #fff;
  font-weight: 900;
}

.articles-sec .slick-prev,
.articles-sec .slick-next {
  top: -41px;
}

.articles-sec.featured .slick-prev,
.articles-sec.featured .slick-next {
  top: -108px;
}

.articles-sec .slick-prev {
  left: 6px;
  z-index: 5;
}

.articles-sec .slick-next {
  right: 6px;
  z-index: 5;
  background-color: transparent !important;
}

.post_card h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post_card p {
  /* line clamp 3 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section_title {
  margin-bottom: 0;
}

.newsletter-sec .inner {
  background: url(../images/newsletter-bg.jpg);
  background-size: cover;
  padding: 70px 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.newsletter-sec .inner::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
}

.newsletter-sec .inner h2 {
  font-size: 38px;
  color: #fff;
}

.newsletter-sec .inner p {
  color: #fff;
}

.newsletter-sec .inner .copy {
  position: relative;
  z-index: 2;
}

.newsletter-sec .input-group {
  width: 352px;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.newsletter-sec .input-group-text {
  border-right: 0;
  height: 36px;
  background-color: rgba(255, 255, 255, .3);
}

.newsletter-sec .form-control {
  color: #fff;
  border-left: 0;
  height: 36px;
  background-color: rgba(255, 255, 255, .3);
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
  margin-left: 0 !important;
  margin-right: 15px;
}

.newsletter-sec .fa-envelope {
  color: #fff;
}

.newsletter-sec ::placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-sec :-ms-input-placeholder {
  color: #fff;
}

.newsletter-sec ::-ms-input-placeholder {
  color: #fff;
}

.footer {
  background-color: #F4F4F5;
  padding-top: 80px;
  padding-bottom: 10px;
  margin-top: 100px;
}

.footer .input-group {
  width: 400px;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer .input-group-text {
  background: #fff;
  border-right: 0;
  height: 36px;
}

.footer .form-control {
  background: #fff;
  color: #27272A;
  border-left: 0;
  height: 36px;
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
  margin-left: 0 !important;
  margin-right: 15px;
}

.footer .fa-envelope {
  color: #27272A;
}

.footer h2 {
  margin-top: 65px;
  font-size: 17px;
}

.footer .btn-arrow {
  background-color: #0D9488;
  padding: 4px 25px;
  border-radius: 10px !important;
}

.footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  margin-bottom: 75px;
}

.footer .footer-nav h3 {
  font-size: 17px;
  font-weight: 600;
  color: #27272A;
  margin-bottom: 15px;
}

.footer .footer-nav li {
  list-style: none;
}

.footer .footer-nav a {
  font-size: 13px;
  font-weight: 500;
  color: #27272A;
  display: table;
  margin: 5px 0;
  width: auto;
  display: inline-block;
  position: relative;
}

.footer .footer-nav .nav-item a::after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0D9488;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.footer .footer-nav .nav-item a:hover::after{
  transform: scaleX(1);
}

.footer .footer-nav .nav-item.current_page_item a,
.footer .footer-nav .nav-item.current-menu-item a{
  color: #0D9488;
}

.footer .footer-nav .nav-item.current_page_item a::after,
.footer .footer-nav .nav-item.current-menu-item a::after{
  transform: scaleX(1);
}

.copyright p {
  font-size: 12px;
  font-weight: 600;
  color: #7a7a7a;
  font-family: 'Inter', sans-serif;
}

.navbar-toggler-icon {
  width: 17px;
  width: 30px;
  background-image: url(../images/toggle.svg);
}

.navbar-toggler {
  position: absolute;
  top: 50%;
  left: 15px;
  background-color: transparent !important;
  transform: translateY(-50%);
  display: none;
}

.dynamic_posts_wrapper {
  position: relative;
  overflow: hidden;
}

.dynamic_posts_wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 75%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
}

.dynamic_posts_wrapper.loading::after {
  opacity: 1;
}

.dynamic_posts_wrapper.loading::before {
  content: "\f110";
  font-family: FontAwesome;
  font-size: 3em;
  object-fit: 3em;
  color: #333;
  z-index: 10000;
  position: absolute;
  animation: fa-spin 2s infinite linear;
  top: 42%;
  left: 48%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}

#search_close {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 22px;
}

.entry-meta a{
  color: #0D9488;
}

@media (max-width: 1399px) {
  .header .logo-col {
    width: 23%;
  }

  .header .nav-col {
    width: 77%;
  }

  .header .nav-link {
    padding: 0 10px !important;
  }
}

@media (max-width: 1199px) {
  .header .logo-col {
    width: 22%;
    padding-right: 3%;
  }

  .header .nav-link {
    font-size: 12px;
    padding: 0 7px !important;
  }

  .header .nav-col {
    width: 78%;
  }

  .header .input-group {
    margin-left: 21px;
  }
}

@media (max-width: 1280px) {
  .articles-sec .articles-dropdown {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header {
    padding-bottom: 5px;
    padding-top: 15px;
  }

  .header_search {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    display: block;
    height: 100%;
    background-color: #fff;
    padding: 0 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
  }

  #search_close {
    display: block;
  }

  .header_search.active {
    opacity: 1;
    pointer-events: all;
  }

  .header_search form {
    height: 100%;
  }

  .header_search .input-group {
    width: calc(100% - 25px);
    height: 100%;
    margin-left: 0;
  }

  .header_search .input-group input.form-control {
    border-radius: 0 !important;
    height: 100%;
    border: none;
    padding-left: 40px;
    font-size: 16px;
  }

  #search_toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 20px;
  }

  .navbar-toggler {
    display: block;
  }

  .footer .logo {
    width: 150px;
  }

  .header .header_search .fa-magnifying-glass {
    display: block;
    font-size: 18px;
  }

  .header .logo {
    width: 150px;
  }

  .articles-sec .btn-arrow {
    /* display: none; */
  }

  .header {
    max-width: 100%;
    border-bottom: solid 1px #ccc;
    position: relative;
  }

  .articles-sec .articles-dropdown {
    margin: 10px auto;
  }

  .header .logo-col {
    width: 100%;
    padding-right: 0;
    text-align: center;
    border-right: 0 !important;
    position: relative;
  }

  .header .nav-col {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .navbar-expand-sm .navbar-collapse {
    justify-content: center;
  }

  .header .nav-link {
    font-size: 13px;
    padding: 14px !important;
    border-bottom: 1px solid #ccc;
  }

  .header .menu-item:first-child .nav-link {
    border-top: 1px solid #ccc;
  }

  .header .menu-item:last-child .nav-link {
    border-bottom: 0;
  }

  .pinned_post h1 {
    font-size: 28px;
  }

  .navbar {
    padding-bottom: 0 !important;
    margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .pinned_post {
    margin-top: 30px !important;
  }

  .footer .footer-nav {
    display: flex;
    padding: 0 !important;
    flex-wrap: wrap;
  }

  .footer .footer-nav .link-col {
    margin: 20px 25px;
  }

  .pinned_post .img-box {
    overflow: hidden;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 1;
  }

  .pinned_post .copy-col {
    position: absolute;
    padding: 0;
    z-index: 2;
    left: 35px;
    right: 35px;
    width: auto;
  }

  .pinned_post .btn-link,
  .pinned_post h1,
  .pinned_post p,
  .pinned_post .name-sec {
    color: #fff !important;
  }

  .pinned_post p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .pinned_post .img-box img {
    object-fit: cover;
    height: 100%;
  }

  .pinned_post .img-box::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
  }

  .post_card h3 {
    font-size: 20px;
  }

  .container {
    max-width: 1347px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .slick-list {
    padding: 0 !important;
    padding-right: 50px !important;
  }

  .articles-slider .slick-slide {
    margin: 2px;
    padding: 0 10px;
  }

  .articles-sec.featured .col-lg-6.d-flex {
    flex-direction: column;
  }
	
	.justify-content-end {
		justify-content: center !important;
	}
}

@media (max-width: 640px) {
  .v-space{
    margin: 30px auto;
  }
  
  .articles-sec .articles-dropdown {
    margin: 10px auto;
    width: 90%;
  }

  .pinned_post h1 {
    font-size: 22px;
    line-height: 34px;
  }

  h2 {
    font-size: 22px !important;
    line-height: 34px;
  }

  .get-copy-sec .inner {
    padding: 20px;
  }

  .newsletter-sec .inner {
    padding: 40px 20px;
  }

  .newsletter-sec .input-group {
    width: 100%;
  }

  .footer .input-group {
    width: 100%;
  }
}

.pagination {
	display: block;
    padding-left: 0;
    list-style: none;
}
}

.archive-pagination ul {
  width: 100% !important;
  padding-left: 0px !important;
}