/*
 Theme Name: Alpha
 Theme URI: https://latenthq.com
 Author: Alpha
 Author URI: https://latenthq.com
 Description: Custom built for Online Publication Website
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: alpha
*/

@font-face {
  font-family: "Adobe Caslon Pro";
  src: url(https://queondaus.com/wp-content/uploads/2023/08/Adobe-Caslon-Pro-Regular.woff);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url(https://queondaus.com/wp-content/uploads/2023/08/Adobe-Caslon-Pro-Bold.woff);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url(https://queondaus.com/wp-content/uploads/2023/08/Adobe-Caslon-Pro-Semibold.woff);
  font-weight: 500;
  font-display: swap;
}
/* @font-face {
  font-family: 'slick';
  src: url('https://queondaus.com/wp-content/themes/your-theme/fonts/slick.woff') format('woff');
  font-display: swap;
} */

body {
  margin: 0;
  font-family: "Adobe Caslon Pro";
  overflow-x: hidden;
}
a {
  color: #242424;
}
.custom-logo-link img {
  width: 60%;
  height: auto;
}
.Ad-section {
  text-align: center;
}
.page-content-right .Ad-section {
  display: flex;
  height: 100%;
  gap: 30px;
  flex-direction: column;
  align-items: end;
}
button.ctct-form-button{
	color: #ffffff;
  background-color: #242424;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-family: Georgia;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 7px 7px 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
	width:100%;
}
button.ctct-form-button:hover{
	 color: #ffffff;
  background-color: #242424;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-family: Georgia;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 7px 7px 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
}
.contacto-form{
/* 	width: 100%; */
	padding: 70px 50px;
	display: flex;
    justify-content: center;
    padding: 40px;
    border-radius: 8px;
    margin: 50px;
}
.constant-left{
	width: 50%;
	flex: 1;
    padding: 10px;
}
/* .ctct-inline-form{
	width: 50%;
} */
.constant-right {
    width: 50%;
	    padding: 10px;
    flex: 1;
}
/* constant contact form styling*/
.ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 50px;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  color: #ffffff;
  background-color: #242424;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-family: Georgia;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 7px 7px 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  color: #ffffff;
  background-color: #242424;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-family: Georgia;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 7px 7px 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
  text-align: center;
}
p.ctct-form-text {
  text-align: center;
}
.advertise-me {
  padding: 15px 0;
}
figure iframe {
  height: 450px;
  border-radius: 3px;
}
.html5-video-player a {
  display: block !important;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    text-align: center;
  }
  .wp-block-media-text__media img {
    width: 60%;
  }
  /*  Youtube thumbnail revert cascade layer for mobile */
  figure iframe {
    /* 	height: revert-layer; */
    height: 220px;
  }
}
/* .site-branding {
    display: flex;
    align-items: center;
    background-color: #F6F4EF;
    box-shadow: 0px 0px 15px -5px gray;
    padding: 5px 20px;
} */
.ham-icon {
  cursor: pointer;
  width: 20%;
}
.ham-icon div {
  width: 35px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
}
.nav-logo {
  width: 60%;
  text-align: center;
}
.nav-logo a {
  display: block;
}
/* .nav-logo a img {
    width: 180px;
    height: 100%;
} */
.nav-search {
  width: 20%;
  text-align: end;
}
.nav-search img {
  width: 40px;
  height: auto;
}
main > p {
  font-size: 20px;
  color: #242424;
}
/* .fa-breadcrumbs {
  font-size: 13px; 
} */
.page-content-first {
  padding-left: 5%;
  width: 89%;
}
.fa-breadcrumbs a {
  font-size: 13px;
  margin-right: 2px;
  color: #242424;
  /* 	font-family: Adobe Calson Pro; */
  text-decoration: none;
  font-weight: normal;
}

h1.entry-title {
  /* 	font-family: Adobe Calson Pro; */
  font-weight: 900;
  font-size: 30px;
  color: #242424;
}
p.fa-excerpt {
  /*     font-family: Adobe Calson Pro; */
  text-align: left;
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.featured-image-container {
  position: relative;
  margin-bottom: 20px;
}
.featured-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.image-title {
  color: #ffffff;
  /* 	font-family: Adobe Calson Pro; */
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  margin-top: -31px;
  padding-left: 10px;
  /*     width: 100%; */
  bottom: 0px;
  overflow: hidden;
}
.image-credit {
  /*     position: absolute; */
  position: relative;
  /*     font-family: Adobe Calson Pro; */
  font-size: 14px;
  color: #a0a0a0;
  text-align: right;
  background: white;
  z-index: 0;
  font-style: normal;
}
.post-info {
  display: flex;
  font-size: 16px;
  column-gap: 15px;
  color: #242424;
  font-weight: 900;
  /* 	padding-left:5%; */
  flex-wrap: wrap;
}
.post-info div {
  position: relative;
}
.post-info div:not(:last-child):after {
  content: "";
  display: inline-block;
  border: 2px solid #b0b0b054;
  margin-left: 5px;
  position: absolute;
  height: 59%;
  bottom: 4px;
}
.date {
  text-transform: capitalize;
}
.post-cat a {
  text-decoration: none;
}
figure {
  margin: 0;
}
figure iframe {
  width: 100%;
}
figure img {
  max-width: 100%;
  height: auto;
}
.wp-element-caption,
.photo-caption {
  position: relative;
  font-size: 14px;
  color: #a0a0a0;
  /* text-align: right; */
  /* text-align: left; */
  margin-right: 1.2%;
  background: white;
  z-index: 0;
  font-style: normal;
}
.post-content-rest h2 {
  font-size: 32px;
  /* 	font-family: Adobe Caslon Pro; */
  color: #242424;
}
.post-content-rest h3 {
  font-size: 27px;
  /* 	font-family: Adobe Caslon Pro; */
  color: #242424;
}
.post-content-rest h4 {
  font-size: 25px;
  /* 	font-family: Adobe Caslon Pro; */
  color: #242424;
}
.post-content-rest p {
  font-size: 22px;
  font-weight: 100;
  line-height: 28px;
  /* 	font-family: Adobe Caslon Pro; */
  color: #242424;
}
.post-content-rest strong {
  /* 	font-size: 20px; */
  line-height: 28px;
  /* 	font-family: Adobe Caslon Pro; */
  /* 	color: #cc3366; */
  color: #242424;
}
.post-content-rest p:first-child:first-letter {
  font-size: 3em;
  color: #242424;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  line-height: 0.8;
  font-family: serif;
}
.wp-block-group__inner-container p:first-child::first-letter {
  font-size: inherit;
  float: none;
  margin-right: auto;
}
ul.wp-block-list {
  font-size: 20px;
}
ol.wp-block-list {
  font-size: 20px;
}
button.link-impresion {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #242424;
  background: #fff;
  border: solid 2px #242424;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 10px 10px -6.5px rgba(0, 0, 0, 0.3);
  padding: 12px 45px 10px 45px;
}
button.link-impresion:hover {
  background-color: #e40000;
  color: white;
  border: 2px solid #e40000;
}
svg.printer-icon {
  margin-bottom: -5px;
}
.post-content-rest a {
  color: #cc3366;
  text-decoration: none;
}
.sticky-icons.fixed {
  position: fixed;
  top: 85px;
  inset-inline-start: 189.6px;
}

nav.post-navigation {
  display: flex;
  column-gap: 20px;
}
.nav-previous,
.nav-next {
  width: 50%;
  overflow: hidden;
}
.nav-next {
  text-align: right;
}
.nav-post-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recent-post {
  margin-bottom: 20px;
}
/* .recent-post img {
    width: 100%;
    height: 100%;
} */
.recent-post-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  margin-bottom: 10px;
}
.related-blog-img {
  padding-bottom: calc(0.65 * 100%);
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.related-blog-img img {
  height: 100%;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
  object-fit: cover;
}
.recent-post span {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  /* 	font-family:Adobe Caslon Pro; */
}
.recent-post span a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}
.load-more-posts {
  background-color: #242424;
  box-shadow: 0px 8px 2px -5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: transparent;
  text-transform: uppercase;
  font-size: 15px;
  font-family: sans-serif;
  margin: 40px auto;
  font-weight: 600;
  display: block;
  padding: 12px 30px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.load-more-posts:hover {
  background-color: #d80605;
}
.post-related-blog .recent-posts-heading {
  margin-top: 40px;
  /* 	font-family:Adobe Caslon Pro; */
  font-size: 30px;
  font-weight: 600;
  color: #242424;
  padding-top: 7px;
  border-top: 2px solid #cfcecead;
  padding-bottom: 5px;
  border-bottom: 5px solid #cfcecead;
  margin-bottom: 30px;
}

/* @media screen and (min-width:1024px) { */
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
main#content {
  max-width: 1140px;
  margin: 20px auto;
}
h1.entry-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  color: #242424;
}
div#recent-posts-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
/* .recent-post {
  grid-template-columns: repeat(4, 1fr);
} */
.sticky-icons {
  width: 5%;
}
.post-content-information {
  width: 70%;
}
.sticky-icons-main {
  display: flex;
}
.social-media-share-buttons {
  position: sticky;
  top: 200px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 8px;
  row-gap: 6px;
}
.social-media-share-buttons button {
  background: none;
  padding: 0 5px;
  /* 	margin-bottom: 10px;
	font-size: 18px;
	color: #555; 
	transition: color 0.3s;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex; 
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s, transform 0.3s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 6px 8px rgba(0, 0, 0, .2);
	border: 1px solid #888; */
  border: none;
}
svg.facebook-icon,
svg.x-icon,
svg.whatsapp-icon,
svg.pinterest-icon {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #888;
  cursor: pointer;
}
button.email-button {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 6px 6px 2px 6px;
  border-radius: 50%;
  border: 1px solid #888;
  cursor: pointer;
  margin: 0 0 5px 0;
}
button.copy-button {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 8px 8px 4px 8px;
  border-radius: 50%;
  border: 1px solid #888;
  cursor: pointer;
  margin: 0 0 5px 0;
}
/*.social-media-share-buttons button:hover {
color: #e91e63; 
}*/

.social-media-share-buttons i,
.social-media-share-buttons .x-icon {
  font-size: 20px;
}
/* .post-content-rest {
  padding-left: 5%;
} */
.page-content {
  margin: auto 0px;
}
/* } */

/* CSS for desktop header */

header#site-header {
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.announsmentbar-main {
  width: 100%;
  border-bottom: 1px solid #cfcecead;
}
.announsmentbar {
  display: flex;
  max-width: 1440px;
  margin: 0px auto;
}

.announs-marquee {
  width: 73%;
}
.date-time-shortcode {
  width: 26%;
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 14px;
  border-right: 2px solid #cfcecead;
}
.home-time-clock,
.current-date {
  color: #707070;
  font-family: "Arial";
  font-size: 12px;
  padding-right: 20px;
  position: relative;
}
span#current-time {
  color: #707070;
  font-family: "Arial";
  font-size: 12px;
  padding-left: 10px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.current-date::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 5px;
  background-color: #00000034;
  /*   background-color: #E4000089; */
  animation: blink 2s infinite;
}
.search-icon {
  width: 8%;
  text-align: center;
  align-self: center;
  margin-bottom: -10px;
}
.search-icon-search-popup {
  cursor: pointer;
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  color: grey;
  border: none;
}
.search-form-text {
  background-color: #f1f2f3;
  border-radius: 50px;
}
.search-icon-search-popup svg {
  margin-bottom: -10px;
}
.search-popup input[type="text"]:focus-visible {
  outline: 0px;
  outline-color: none;
}

.search-popup form button:hover {
  background-color: #f1f2f3;
}

@media (max-width: 1250px) {
  .home-time-clock,
  .current-date {
    font-size: 11px;
    padding-right: 10px;
  }
  span#current-time {
    font-size: 11px;
    padding-left: 5px;
  }
}

.header-top {
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 80px;
  /*     background-color: white;  */
}

.header-top-left {
  align-items: center;
  width: 24%;
}

.header-top-right {
  display: flex;
  align-items: center;
  width: 20%;
  gap: 20px;
  justify-content: end;
}

.header-top-left p {
  /* 	font-family: Adobe Calson Pro; */
  font-size: 16px;
  line-height: 21px;
}

.subscribe-button {
  /* 	font-family: Adobe Calson Pro; */
  font-size: 15px;
  font-weight: 900;
  line-height: 17px;
  text-transform: uppercase;
  background-color: #242424;
  color: white;
  box-shadow: 0px 10px 1px -6.5px rgba(0, 0, 0, 0.08);
  padding: 9px 10px 8px 10px;
  border-radius: 4px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: 38%;
}

.subscribe-button img {
  margin-right: 10px;
  margin-top: -5px;
}
.header-form-popup {
  display: none; /* Initially hidden */
  position: fixed;
  /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
     width: 800px;
    height: 480px; 
    background-color: white;
    z-index: 9999;*/
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  margin: 0 auto;
}

.popup-content {
  /*     display: flex;
    height: 100%;
	width: 100%; */
  background-color: white;
  width: 800px;
  /*     height: 480px; */
  height: auto;
  display: flex;
  opacity: 1;
  animation: fadeIn 0.4s forwards;
  z-index: 9999;
}
.header-form-image {
  
    width: 100%;
    height: auto;
    min-height: 350px;
    border-radius: 5px;
    background-image: url(http://staging.queondaus.com/wp-content/uploads/2024/10/Mobile-Newsletter-3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-popup {
  width: 50%; /* Half the width */
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background-color: #f6f4ef;
  position: relative;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  cursor: pointer;
}
.pop-site-img img {
  max-width: 100%;
  height: auto;
}
.popup-submit {
  background-color: rgb(0 0 0);
  color: #fff;
  border: none;
  padding: 7px 20px;
  cursor: pointer;
  font-family: "Georgia", Sans-serif;
  font-size: 22px;
  font-weight: 900;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.popup-submit:hover {
  background-color: #d00;
}
.popup-form-title {
  /* 	font-family: Adobe Calson Pro; */
  font-size: 17px;
  font-weight: 400;
  color: #e40000;
  text-align: center;
  margin: 0px;
}
.popup-form-subtext1 {
  text-align: center;
  color: #242424;
  /* 	font-family: Adobe Calson Pro; */
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
.pop-site-img {
  text-align: center;
}
.popup-form-subtext2 {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  /* 	font-family: Adobe Calson Pro; */
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
}
form.pop-form {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}
input#popup-form-email,
input#popup-form-country {
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #69727d;
  /*     background-color: transparent; */
  color: #1f2124;
  vertical-align: middle;
  font-family: Sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 10px;
}
.header-top-center {
  /* 	flex: 1; */
  text-align: center;
  width: 56%;
}
.site-logo {
  display: inline-block;
}

/* CSS for second section */
.header-bottom {
  /* 	max-width: 1430px; */
  width: 100%;
  margin: 0px auto;
  /* 	display: flex; */
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
}
.header-bottom-inner {
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
}
.header-bottom-left {
  width: 15%;
}
.header-bottom-right {
  width: 10%;
}
.header-bottom-center {
  width: 80%;
  text-align: center;
}

.site-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-navigation li {
  display: inline-block;
  position: relative;
  margin-right: 0px;
}
.site-navigation .menu-item.current-menu-item > a {
  border: 1px solid #cfcecead;
}
.site-navigation .sub-menu .menu-item a {
  border: none; /* Remove the border */
}
.site-navigation .sub-menu .current-menu-item > a {
  color: #d80605;
}
.sub-menu li {
  display: inline-block;
  position: relative;
  margin-right: 0px;
  width: 100%;
  text-align: left;
}
.site-navigation a {
  font-family: "Georgia", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #242424;
  text-decoration: none;
  padding: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent; /* Add border for the animation */
  white-space: nowrap;
  padding: 5px 8px;
}
.sub-menu a {
  font-family: "Georgia", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  color: #242424;
  text-decoration: none;
}
.site-navigation a:hover {
  color: #d80605;
}
/* .site-navigation a:active{
	border-color: black;
} */

.site-navigation a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  pointer-events: none;
  box-sizing: border-box;
}

/* Show the border animation on hover */
.site-navigation a:hover::before {
  border-color: #d80605;
  border-width: 0;
  animation: drawBorder 0.4s forwards;
}

/* Keyframes for border animation */
@keyframes drawBorder {
  0% {
    border-width: 0; /* Start with no border */
  }
  25% {
    border-width: 0 0 1px 0; /* Draw bottom border */
  }
  50% {
    border-width: 0 1px 1px 0; /* Draw right border */
  }
  75% {
    border-width: 1px 1px 1px 0; /* Draw top border */
  }
  100% {
    border-width: 1px 1px 1px 1px; /* Complete border */
  }
}

/* Submenu styling */
.site-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 0px;
  list-style: none;
  line-height: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.site-navigation li:hover > ul {
  display: block;
  text-align: center;
}
@keyframes drawSubmenu {
  from {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top left;
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

.site-navigation ul ul {
  animation: drawSubmenu 0.3s ease-out;
}
.sub-menu a:hover::before {
  border-color: #f6f4ef;
}
.sub-menu a:hover {
  background-color: #f6f4ef;
  color: #d80605;
}

/* Sticky header */
.header-bottom.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  /* 	max-width: 1430px; */
  background-color: #ffffff;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.header-bottom-left img,
.header-bottom-right img {
  display: none;
}
.header-bottom.sticky .header-bottom-left img,
.header-bottom.sticky .header-bottom-right img {
  display: block;
}

/*footer styling*/
.site-footer {
  background-color: #f6f4ef;
  /*     padding: 40px 0; */
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 80px 20px;
  gap: 200px;
}

.footer-left,
.footer-right {
  flex: 1;
  /*     justify-content: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo {
  text-align: center;
  width: 114%;
  padding-bottom: 10px;
}
/* .footer-logo img {
    max-width: 68%;
} */

.footer-menu {
  /*     margin-top: 20px; */
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-menu-title {
  margin-bottom: 10px;
  color: #e40000;
  font-family: Sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 10px;
  /* 	text-decoration-color: #cfcecead; */
}
.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.footer-menu-list a:hover {
  color: #e40000;
}

.footer-menu-list li {
  margin: 8px 0;
}

.footer-menu-list a {
  text-decoration: none;
  /* 	font-family: Adobe Calson Pro; */
  color: #242424;
  font-size: 15px;
  font-weight: 100;
  line-height: 13px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}

/* .footer-newsletter {
    margin-top: 20px;
} */

.newsletter-title {
  margin-bottom: 20px;
  text-align: center;
  color: #e40000;
  font-family: Sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 10px;
  /* 	text-decoration-color: #cfcecead; */
}

.newsletter-subtext {
  margin-bottom: 20px;
  text-align: center;
  color: #212121;
  font-family: Georgia;
  font-size: 15px;
  font-weight: 100;
  line-height: 21px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
}

.newsletter-form label {
  margin-bottom: 5px;
  font-size: 13px;
}
.newsletter-form p {
  font-size: 10px;
  font-family: "Lato", Sans-serif;
  font-weight: 400;
  color: #7a7a7a;
}

.newsletter-form input {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ddd;
}

.newsletter-submit {
  background-color: #242424;
  color: #fff;
  /* border: none; */
  padding: 10px;
  cursor: pointer;
  font-family: Georgia;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 7px 7px 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
}
input#newsletter-email,
input#newsletter-country {
  border-radius: 5px;
  border-color: #7a7a7a;
  padding: 0.5rem 1rem;
  font-family: Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

/* .footer-social {
    margin-top: 20px;
} */
.pop-title{
	font-weight:600; 
	font-size: 24px;
	padding-bottom: 10px; 
	text-align: center; 
	display: grid; 
    text-decoration: underline;
    text-underline-offset: 10px;
	text-decoration-thickness: 1px;
	
/*     margin-bottom: 10px; */
	padding-top: 80px;
	color: #e40000;
}
.pop-content {
   
    margin: 0 auto !important;
	display:grid;
	gap: 70px;
	padding-bottom:80px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 1380px;
}
.pop-items a:hover{
	color: #e40000;
}
.pop-items a{
	text-decoration:none;
	font-size: 16px;
}
.pop-items {
    display: flex;
    flex-direction: column;
	font-size: 18px;
}
.social-title {
  color: #e40000;
  font-family: Sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
  /* 	text-decoration-color: #cfcecead; */
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.social-icon {
  margin-right: 15px;
  color: #333;
  font-size: 20px;
  justify-content: center;
}

.social-icon:hover {
  color: #555; /* Hover color */
}
.footer-bottom {
  background-color: #333;
  /* 	height: 37px; */
}

.footer-content {
  color: #fff;
  max-width: 1000px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-bottom-left a {
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 11.5px;
  font-weight: 100;
  word-spacing: 0px;
}
.footer-bottom-left a:hover {
  color: #d80605;
  text-decoration: none;
}

.footer-bottom-left span {
  color: #ffffff8a;
}

.footer-bottom-right p {
  color: #e5e5e5;
  padding: 0;
  /* 	font-family: Adobe Calson Pro; */
  font-size: 13px;
  text-align: center;
}
/*post progress tracker */
.social-progress-tracker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  width: 25%;
  text-align: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-bottom-right p {
    font-size: 10px !important;
  }
  .footer-bottom {
    display: flex;
  }
  .footer-content {
    flex-direction: column;
  }
  .social-progress-tracker {
    flex-direction: column;
    width: 85%;
  }
  .progress-container {
    display: none;
  }
}

/* nav styling */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  /* 	gap: 20px; */
}

.post-navigation .nav-previous {
  width: 50%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.post-navigation .nav-next {
  width: 50%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.post-navigation .nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 10px;
}

.post-navigation .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .nav-icon {
    display: inline-block;
    font-size: 30px; 
    color: red;
}

.nav-icon .fa-caret-left:before {
    content: "\f0d9"; /
}
 */
.post-navigation .nav-label {
  font-size: 15px;
  /* 	font-family:Adobe Calson Pro ; */
  font-weight: 100;
  color: #7a7a7a;
  text-transform: uppercase;
}

.post-navigation .nav-title {
  min-height: 45px;
  font-size: 15px;
  font-weight: 100;
  color: #242424;
  /* 	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%; */
}
.post-navigation .nav-next .nav-title {
  text-align: justify;
  padding-left: 13px;
}
.post-navigation-separator {
  width: 1px;
  margin: 0 auto;
  background-color: #d5d8dc;
  width: 4px;
}

/* .post-navigation .nav-previous:hover .nav-icon svg, 
.post-navigation .nav-next:hover .nav-icon svg {
    fill: darkred;
} */

@media (max-width: 768px) {
  .post-navigation {
    /*         flex-direction: column; */
    margin-top: 0px;
  }

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%;
    margin-bottom: 20px;
    /* 		display:block; */
  }
  .post-navigation .nav-link {
    width: 100%;
  }

  /* 	.nav-information {
		width: 80%; 
	}*/
  .post-navigation-separator {
    width: 1px;
    margin: 0 5px;
    background-color: #d5d8dc;
  }
  .post-navigation .nav-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /*     .post-navigation .nav-title {
        text-align: left;
    } */
  .nav-next .nav-title {
    margin-left: 10px;
  }
	.pop-content {
		padding-left:20px;
		padding-right:20px;
		gap: 40px;
		padding-bottom:20px;
	    padding-top: 10px;
		grid-template-columns: 1fr 1fr;
	}
	.pop-items a{
		font-size: 14px;
	}
	.contacto-form{
		        padding: 40px 10px 20px;
        display: block;
        margin: 0px 0px 30px;
	}
	.constant-left{
		        width: auto;
        height: 200px;
        padding: 10px;
	}
	.constant-right{
		width: 100%;
        margin-top: 200px;
        padding: 0px;
	}
	.ctct-inline-form{
		padding: 50px 10px;
	
	}
}
.box1_ad-container {
  position: sticky;
  top: 190px;
  right: 0;
  z-index: 10;
  padding-bottom: 50px;
}
.progress-circle {
  position: relative;
}
.progress-container {
  position: sticky;
  margin-top: 50px;
  right: 0;
  /*     width: 80px;
    height: 80px; */
  /*     z-index: 991; */
}

.circle {
  stroke: #f5f2f2;
  fill: transparent;
  stroke-width: 20;
}

.current-progress {
  stroke: #d806058c; /* Progress color */
  fill: transparent;
  stroke-width: 20;
  stroke-dasharray: 188.4; /* Circumference of the circle */
  stroke-dashoffset: 188.4; /* Initially, no progress is visible */
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.35s;
}

.progress-percentage {
  position: absolute;
  top: 48%;
  left: 51%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #000;
  pointer-events: none;
  font-family: Arial, sans-serif;
}
/* home template styling */
.first-section {
  max-width: 1475px;
  display: flex;
  margin: 0 auto;
  padding: 10px;
}
.left-container {
  display: flex;
  width: 75%;
}
.left-container-left {
  width: 33.33%;
  padding: 0 10px;
  margin: 0 auto;
}
.left-container-right {
  width: 66.66%;
  padding: 30px 10px 0 10px;
  margin: 0 auto;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #d3d3d3;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.right-container {
  width: 25%;
  padding: 10px;
}
.divider-separator {
  width: 100%;
  border-block-start: 1px solid #cfcecead;
  display: flex;
}
.slc_border {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sec1_left_card h3.red_headings {
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
}
.card_img_wrapper {
  padding-bottom: calc(0.65 * 100%);
  border-radius: 5px !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  overflow: hidden;
}
.card_img_wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
  object-fit: cover;
}
h3.red_headings a {
  font-size: 22px;
  line-height: 22px;
  color: #ce6161;
  font-weight: 600;
  text-decoration: none;
}
.slc_info_title a {
  color: #242424;
  font-weight: 600;
  font-size: 22px;
  /* 	font-family: "Adobe Calson Pro", Sans-serif; */
  text-decoration: none;
}
sec1_right_card_L a:hover,
.tagname_title a:hover,
.slc_info_title a:hover,
.sec1_right_card_L a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.slc_info_title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin: 0px;
  padding: 20px 0px 8px;
}
.sec1_left .slc_info_expt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slc_info_expt {
  font-size: 18px;
  color: #2a3441;
  line-height: 25px;
}
.sec1_latest .card_img_wrapper {
  padding-bottom: calc(0.65 * 100%);
}
.sec1_latest .tagname_title {
  margin-top: 25px;
  margin-bottom: 17px;
}
.sec1_latest .tagname_title a {
  font-size: 35px;
  line-height: 35px;
  color: #242424;
  font-weight: 600;
  text-decoration: none;
}
.sec1_latest .tagname_expt {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 400;
  /* 	font-family: "Adobe Calson Pro", Sans-serif; */
}
.sec1_mid2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec1_mid2 .sec1_right_card {
  border-top: 0px;
  padding: unset;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.sec1_mid2 .sec1_right_card_info {
  display: flex;
  flex-direction: column;
  margin: 0px 0 0px 0;
  width: 68%;
  gap: 20px;
}
.sec1_mid2 .sec1_right_card_R {
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
.trending_title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-bottom: 2px;
  /* 	font-family: "Adobe Calson Pro", Sans-serif; */
}
.sec1_right_card {
  border-top: 1px solid lightgrey;
  padding: 0px;
}
h3.red_headings {
  margin: 5px 0;
  /* 	font-family: "Adobe Calson Pro", Sans-serif; */
}
.sec1_right_card_info {
  display: flex;
  margin: 0 0 15px 0;
}
.sec1_right_card_L,
.sec1_right_card_R {
  width: 50%;
}
.sec1_right_card_L {
  font-size: 17px;
  line-height: 21px;
  margin: 0px;
  /* 	font-family: "Adobe Calson Pro", Sans-serif; */
}
.sec1_right_card_R {
  margin-left: 20px;
}
.sec1_right_card_L a {
  font-weight: 600;
  color: #242424;
  margin: 0px;
  text-decoration: none;
  /* 	font-family: "Adobe Calson Pro", Sans-serif;	 */
}
.sec1_mid2 .sec1_right_card {
  width: 90%;
  border-top: 0px;
  padding: unset;
}
h2.sec1_mid2_title {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0px;
}
.sec1_mid2_expt {
  font-size: 19px;
  line-height: 21px;
}
.sec1_mid2 .sec1_right_card_L {
  width: 100%;
}
.second-section,
.third-section,
.fifth-section,
.sixth-section,
.seventh-section,
.eighth-section,
.nineth-section,
.tenth-section,
.eleventh-section,
.twelfth-section,
.thirteenth-section,
.fourteenth-section {
  max-width: 1475px;
  margin: 0 auto;
  padding: 0 10px 30px 10px;
}

.second-section-inner,
.third-section-inner,
.fifth-section-inner,
.sixth-section-inner,
.seventh-section-inner,
.eighth-section-inner,
.nineth-section-inner,
.tenth-section-inner,
.eleventh-section-inner,
.twelfth-section-inner,
.thirteenth-section-inner,
.fourteenth-section-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.second-section-inner h1,
.third-section-inner h1,
.fifth-section-inner h1,
.sixth-section-inner h1,
.seventh-section-inner h1,
.eighth-section-inner h1,
.nineth-section-inner h1,
.tenth-section-inner h1,
.eleventh-section-inner h1,
.twelfth-section-inner h1,
.thirteenth-section-inner h1,
.fourteenth-section-inner h1 {
  color: #242424;
  font-size: 40px;
  font-weight: 600;
  padding: 30px 0px 25px 0px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #d3d3d3;
  text-align: center;
  margin: 0px;
}
.tagname_outer,
.de_todu_un_poco,
.cultura_pop {
  grid-template-columns: repeat(4, 1fr);
}
.tagname_outer,
.cultura_pop,
.de_todu_un_poco {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 35px;
}
.tagname_title {
  margin-top: 20px;
  margin-bottom: 12px;
}
.tagname_outer .tagname_title a,
.tagname_outer .tagname_expt,
.cultura_pop .tagname_title a,
.cultura_pop .tagname_expt,
.de_todu_un_poco .tagname_title a,
.de_todu_un_poco .tagname_expt,
.sec1_left .slc_info_expt {
  /* 	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tagname_title a {
  color: #242424;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
}
.tagname_expt {
  font-weight: 400;
  color: #242424;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
}
.fourth-section {
  padding: 10px;
  max-width: 1100px;
  margin: 0 auto;
}

.fourth-section-inner {
  display: flex;
  background-color: #f6f4ef;
  justify-content: space-between;
  align-items: center;
  height: 236px;
  margin: 10px;
  gap: 20px;
}
.fourth-section-left {
  width: 38.5%;
  /* 	flex: 1.2; */
}
.fourth-section-right {
  /* 	flex: 1.2; */
  padding: 0 10px;
  width: 36%;
}
.fourth-section-center {
  /* 	flex: 1; */
  padding: 10px;
  width: 25.5%;
}
.fourth-section-center img {
  width: 95%;
  height: auto;
}

.fourth-section-left img {
  /*     max-width: 100%;
	height: auto; */
  width: 100%;
  height: auto;
  height: 243px;
  object-fit: cover;
  object-position: center;
}

.fourth-section-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fourth-section-center h2 {
  margin: 0px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  color: #242424;
  /* 	font-family: "Adobe Calson Pro", Sans-serif; */
}
button.subscribe-button{
	width: 100%;
	    width: 100%;
    font-size: 15px;
    font-weight: 900;
    line-height: 17px;
    text-transform: uppercase;
    background-color: #242424;
    color: white;
    box-shadow: 0px 10px 1px -6.5px rgba(0, 0, 0, 0.08);
    padding: 9px 10px 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex
;
    margin: 0 auto;
    color: #ffffff;
    background-color: #242424;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-family: Georgia;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 7px 7px 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.subscribe-button2 {
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  background-color: #242424;
  color: #f4f4f4;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 9px 2px -5px rgba(0, 0, 0, 0.2);
  font-family: "Lato", Sans-serif;
  font-weight: 400;
  margin-top: 30px;
  /* 	width: 45%; */
  text-transform: uppercase;
}
.subscribe-button2:hover {
  background-color: #d80605;
}

.fourth-section-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fourth-section-right h2 {
  text-align: center;
  color: #242424;
  font-size: 24px;
  /* 	font-family: "Adobe Calson Pro", Sans-serif; */
  font-weight: 100;
  line-height: 32px;
  margin: 0px 0px 0px 0px;
  padding: 20px 010px 0px 010px;
}
.fourth-section-right p {
  text-align: center;
  font-size: 20px;
  color: #242424;
  /* 		font-family: "Adobe Calson Pro", Sans-serif; */
  font-weight: 100;
}
/*category page styling*/
.site-main-category {
  max-width: 1230px;
  margin: 10px auto;
  padding: 0 10px;
}
.breadcrumbs-container {
  padding-bottom: 28px;
}
.breadcrumbs-container a {
  color: #242424;
  font-size: 13px;
  text-decoration: none;
}
.Sub-Cat-Slider {
  display: none;
}
h1.category-title {
  margin: 10px 0px 0px 0px;
  font-size: 40px;
  font-weight: 600;
  color: #242424;
}
.divider {
  width: 99%;
  margin: 7px 0;
}

.top-divider {
  border-top: 2px solid #cfcecead;
}

.bottom-divider {
  border-top: 4px solid #cfcecead;
}
.page-content-category {
  display: flex;
  width: 100%;
  padding: 20px 0px 0px 0px;
}
.page-content-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 70%;
  padding: 10px;
}
.page-content-right {
  width: 30%;
  padding: 10px;
}
.post-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.post-thumbnail {
  flex: 1;
}

.post-thumbnail img {
  width: 100%; /* Make sure the image is responsive */
  height: auto;
  border-radius: 3px;
}

.post-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.post-content h2.entry-title {
  color: #242424;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  margin: 0px;
  margin-bottom: 9px;
}

.post-content .post-date {
  padding-bottom: 13px;
  color: #293441;
  font-size: 14px;
  font-weight: 300;
  margin: 0px;
}

.post-content .entry-title a {
  color: #333;
  text-decoration: none;
}

.post-content .entry-title a:hover {
  text-decoration: underline;
}

.post-content p {
  color: #293441;
  font-size: 18px;
  font-weight: 100;
  line-height: 27px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.load-more-container {
  text-align: center; /* Align button to the right */
  margin-top: 20px; /* Space above the button */
}

.load-more-btn {
  font-weight: 600;
  background-color: #242424;
  border-radius: 4px;
  box-shadow: 0px 9px 2px -5px rgba(0, 0, 0, 0.15);
  padding: 10px 040px 8px 40px;
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #f4f4f4;
  cursor: pointer;
  border: none;
}

.load-more-btn:hover {
  background-color: #d80605; /* Change to your desired hover color */
  border: none;
}
/* serach popup styling*/
.search-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.search-popup form {
  background: white;
  padding: 10px;
  text-align: center;
  position: relative; /* Position relative for absolute positioning of the close icon */
  border-radius: 50px;
}

.search-popup input[type="text"] {
  width: 600px;
  padding: 0 20px;
  border: none;
  background-color: #f1f2f3;
  min-height: 30px;
  border-radius: 3px;
  font-size: 15px;
  color: #616161;
}

.close-popup-s {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: 6px;
  right: 30px;
  color: black;
}
/* serach page styling*/
.site-main-serch-page {
  max-width: 1240px;
  margin: 20px auto;
  padding: 10px 20px;
}
.page-search-content,
.divider-search-page {
  padding: 0px 20px;
}

.page-search-content h1.entry-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  color: #242424;
  text-align: center;
}
.search-form {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  align-items: flex-start;
}
.search-form form {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 2px -3px rgba(0, 0, 0, 0.33);
}
.search-form input[type="text"] {
  border: 1px solid;
  min-height: 20px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  width: 500px;
  padding: 10px;
}
.search-form .close-search-page {
  cursor: pointer;
  font-size: 36px;
  margin-left: -50px;
  padding: 0px 20px 0px 0px;
  opacity: 0;
}
.search-form:hover .close-search-page,
.search-form input[type="text"]:hover + .close-search-page {
  opacity: 1;
}
.search-form button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0px 3px 3px 0px;
}
.search-result {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
  gap: 20px;
}
.divider-inner {
  border-block-start: 1px solid #cfcecead;
  margin: 50px 0px;
}
.page-content-search {
  display: flex;
  width: 100%;
  padding: 0px 20px;
}
.page-search-left {
  width: 70%;
}
.page-search-right {
  width: 30%;
  margin: 20px;
}
.serach-page-ads {
  align-items: end;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.search-result a {
  text-decoration: none;
}
.search-result a:hover {
  text-decoration: underline;
}
.search-result .post-info {
  flex: 2;
  display: block;
}
.search-result .entry-title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}
.search-result .post-date {
  line-height: 1.3em;
  font-size: 12px;
  color: #293441;
  font-weight: 400;
  margin-bottom: 10px;
}
.search-result .post-thumbnail {
  flex: 1;
  text-align: right;
}
.search-result .post-thumbnail img {
  width: 100%;
  height: auto;
}

/*home/pages responsive*/
@media only screen and (max-width: 480px) {
  .site-main-serch-page {
    padding: 10px 10px;
  }
  .page-search-content,
  .divider-search-page {
    padding: 0px 0px;
  }
  .page-content-search {
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
  }
  .page-search-right {
    display: none;
    width: 100%;
  }
  .page-search-content h1.entry-title {
    font-size: 25px;
  }
  .search-result {
    display: flex;
  }
  .search-result .post-info {
    margin-bottom: 15px;
    text-align: left;
  }
  .page-search-left {
    width: 100%;
  }
  .search-result .entry-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0px;
  }
  .search-result .post-thumbnail {
    text-align: center;
  }
  .search-form input[type="text"] {
    width: 100%;
  }
  .page-content-right {
    width: 100%;
  }
  .page-content-right .Ad-section {
    align-items: start;
  }
  .Sub-Cat-Slider {
    display: block;
  }
  .page-content-category {
    display: block;
  }
  .post-container {
    flex-direction: column;
    gap: 10px;
  }
  .page-content-left {
    width: 100%;
    padding: 0px;
  }
  .subcat_container {
    overflow: auto;
    text-align: center;
  }
  .subcat_outer {
    width: max-content;
    display: flex;
    column-gap: 15px;
    margin: auto;
  }
  /* 	.subcat_inner:first-child {
		padding-left: 10px;
	} */
  .subcat_wrapper {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .subcat_wrapper a {
    text-decoration: none;
  }
  .subcat_icon img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
  }
  h1.category-title {
    font-size: 30px;
    text-align: center;
  }

  .post-related-blog .recent-posts-heading {
    font-size: 27px;
  }
  .first-section,
  .second-section,
  .third-section,
  .fifth-section,
  .sixth-section,
  .seventh-section,
  .eighth-section,
  .nineth-section,
  .tenth-section,
  .eleventh-section,
  .twelfth-section,
  .thirteenth-section,
  .fourteenth-section {
    display: block;
    padding: 8px 8px 30px 8px;
  }
  .left-container {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
  .left-container-left {
    width: 100%;
    padding: 0px;
  }
  .left-container-right {
    width: 100%;
    padding: 30px 0px 0 0px;
    border-width: 0;
    border-style: none;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .sec1_mid2 .sec1_right_card {
    align-items: self-start;
    border-bottom: 1px solid lightgrey;
  }
  .sec1_mid2 .sec1_right_card_info {
    width: auto;
    gap: 0px;
  }
  .tagname_outer .tagname_title a,
  .tagname_outer .tagname_expt,
  .cultura_pop .tagname_title a,
  .cultura_pop .tagname_expt,
  .de_todu_un_poco .tagname_title a,
  .de_todu_un_poco .tagname_expt,
  .sec1_left .slc_info_expt {
    overflow: unset;
    text-overflow: unset;
    display: unset;
  }
  .tagname_outer .tagname_card,
  .cultura_pop .tagname_card,
  .de_todu_un_poco .tagname_card {
    margin-right: 0px;
  }
  .sec1_mid2 h3.red_headings {
    margin: 0 0 20px 0;
  }
  .sec1_left_card h3.red_headings {
    margin: 0 0 10px 0;
  }
  h2.sec1_mid2_title {
    font-size: 25px;
    line-height: 26px;
    margin-top: 0px;
  }
  .sec1_mid2_expt {
    font-size: 19px;
    line-height: 22px;
  }
  .tagname_outer,
  .de_todu_un_poco,
  .cultura_pop {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec1_right_card_info {
    flex-direction: column-reverse;
    margin-top: 0px;
  }
  .sec1_right_card_L,
  .sec1_right_card_R,
  .sec1_mid2 .sec1_right_card_L,
  .sec1_mid2 .sec1_right_card_R {
    width: 100%;
  }
  .sec1_right_card_R,
  .sec1_mid2 .sec1_right_card_R {
    padding-left: unset;
  }
  .sec1_latest .tagname_title {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .tagname_title a {
    font-size: 25px;
    line-height: 28px;
  }
  .sec1_latest .tagname_title a,
  .slc_info_title a {
    font-size: 25px;
    line-height: 26px;
  }
  .tagname_expt {
    font-size: 20px;
    line-height: 22px;
  }
  .sec1_latest .tagname_expt {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .elementor-16653 .elementor-element.elementor-element-74a7b51 {
    border-width: 0;
  }
  .right-container {
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
  .sec1_right_card_R {
    margin-left: 0px;
  }
  .sec1_right_card_L {
    font-size: 25px;
    line-height: 27px;
    padding-top: 20px;
    padding-right: 0px;
  }
  .trending_title {
    font-size: 30px;
    line-height: 30px;
  }
  h3.red_headings a {
    font-size: 22px;
    line-height: 22px;
    color: #9c3030;
  }
  .sec1_left_card {
    padding-top: 20px;
  }
  .second-section-inner h1,
  .third-section-inner h1,
  .fifth-section-inner h1,
  .sixth-section-inner h1,
  .seventh-section-inner h1,
  .eighth-section-inner h1,
  .nineth-section-inner h1,
  .tenth-section-inner h1,
  .eleventh-section-inner h1,
  .twelfth-section-inner h1,
  .thirteenth-section-inner h1,
  .fourteenth-section-inner h1 {
    font-size: 30px;
  }
  .sec1_left .card_img_wrapper,
  .sec1_right .card_img_wrapper,
  .sec1_latest .card_img_wrapper,
  .sec1_mid2 .card_img_wrapper {
    padding-bottom: calc(0.6 * 100%);
  }
  .sec1_mid2 .card_img_wrapper img,
  .sec1_left .card_img_wrapper img,
  .sec1_right .card_img_wrapper img {
    width: 100%;
  }
  .page-content-first {
    padding-left: 0%;
    width: 100%;
  }
  .sticky-icons-main {
    /* 		display: block; */
    flex-direction: column;
  }
  .sticky-icons {
    width: 100%;
  }
  .post-content-information {
    width: 100%;
  }
  .social-media-share-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 20px;
  }
  button.email-button,
  button.copy-button {
    margin: 0px 5px 5px;
  }
  /* 	.social-media-share-buttons button{
		display: flex;
		width: 40px;
		height: 40px; 
		margin: 3px;
		justify-content: center;
		align-items: center;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 6px 8px rgba(0, 0, 0, .2);
		border-radius: 50%;
		background: transparent;
		border: 1px solid #888;
	} */
  .wp-element-caption {
    font-size: 10px;
  }
  .post-info {
    flex-wrap: wrap;
    font-size: 14px;
    row-gap: 7px;
  }
  h1.entry-title {
    font-size: 30px;
    line-height: 33px;
  }
  .fourth-section-left {
    width: 100%;
  }
  .fourth-section {
    padding: 0px;
    margin: 0 auto;
  }
  .fourth-section-inner {
    display: block;
    height: auto;
  }
  .fourth-section-left img {
    height: auto;
  }
  .fourth-section-center img {
    width: auto;
    height: auto;
  }
  .fourth-section-left {
    width: 100%;
  }
  .fourth-section-center {
    padding: 0px;
    width: 100%;
  }
  .fourth-section-right {
    padding: 0px;
    width: 100%;
  }
  .fourth-section-right h2 {
    padding: 10px 10px 10px 10px;
    font-size: 18px;
  }
  .fourth-section-right p {
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
  }
  div#recent-posts-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-logo-link img {
    width: 85%;
  }
  .footer-logo {
    text-align: center;
    width: 80%;
    padding-bottom: 10px;
  }
  .nav-search img {
    width: 30px;
    height: auto;
  }
  /*mobile header*/
  .mobile-header {
    display: block;
  }
  .site-branding1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    background-color: #f6f4ef;
    width: 100%;
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.5);
  }
  .site-branding {
    display: flex;
    align-items: center;
    background-color: #f6f4ef;
    box-shadow: 0px 0px 15px -5px gray;
    padding: 5px 20px 0px 20px;
  }
  .site-branding .ham-icon1 {
    width: 20%;
  }
  .site-branding .ham-icon1 img {
    width: 50px;
    height: 25px;
    /* 		height: 20px; */
  }
  .site-branding .nav-logo {
    width: 60%;
    text-align: center;
  }
  .nav-search {
    width: 20%;
    text-align: end;
  }
  .search-popup input[type="text"] {
    width: 250px;
  }
  .desktop-header {
    display: none;
  }
  .image-title {
    /* 		width: 91%; */
    margin-top: -33px;
  }
  .image-credit {
    text-align: right;
    font-size: 10px;
  }
  .page-content {
    padding: 10px;
  }
  .header-form-popup {
    display: none; /* Initially hidden */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: baseline;
    justify-content: center;
    overflow: auto;
  }

  .popup-content {
    background-color: white;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .header-form-image {
/*     width: 100%; */
   min-height: 300px;
/* 	margin: 10px 10px; */
	  margin-bottom: 5px;
  }

  .form-popup {
    width: auto;
    padding: 20px 30px;
  }
  .close-popup {
    top: -280px;
    right: 10px;
    font-size: 35px;
    font-weight: 700;
  }
  /* mobile ham menu styling */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: 1000;
    color: black;
  }
  .mobile-logo {
    padding: 10px 0px;
  }

  .mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    background-color: #f6f4ef;
    width: 330px;
    padding: 40px 20px 0px 20px;
    overflow: auto;
    border-radius: 0px 4px 4px 0px;
  }

  /* Close Icon */
  /* 	.mobile-menu .close-icon {
		font-size: 30px;
		color: black;
		position: absolute;
		cursor: pointer;
		background-color: white;
		padding: 10px;
		height: 20px;
		justify-content: center;
		text-align: center;
		align-items: center;
		display: flex;
	} */
  .mobile-menu .close-icon {
    display: flex;
    /* right: 0%; */
    /* cursor: pointer; */
    position: absolute;
    /* margin-block-start: 10px; */
    inset-inline-end: 0px;
  }
  .mobile-menu .close-icon-inner {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: black;
    font-size: 48px;
    background-color: #f6f4ef;
  }
  .subscribe-button3 {
    padding: 9px 60px;
    font-size: 20px;
    cursor: pointer;
    background-color: #242424;
    color: #f4f4f4;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 9px 2px -5px rgba(0, 0, 0, 0.2);
    /* 		font-family: "Adobe Calson Pro", Sans-serif; */
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    /* 		width: 80%; */
  }
  .subscribe-button3:hover {
    background-color: #d80605;
  }

  .newsletter-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .mobile-logo img {
    width: 80%;
  }
  .mobile-divider {
    width: 90%;
    border: 1px solid #cfcecead;
  }
  .site-navigation {
    width: 100%;
  }

  .site-navigation ul {
    padding: 0;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .site-navigation li {
    text-align: left;
    /* 		width: 55%; */
  }

  .site-navigation a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-family: "Georgia", Sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    text-transform: none;
  }
  /* Dropdown Menu */
  .site-navigation .sub-menu {
    display: none;
    background-color: #f6f4ef;
    flex-direction: column;
    align-items: center;
  }

  .site-navigation .menu-item-has-children:hover .sub-menu {
    display: flex;
    margin-top: 0px;
  }

  /* 	.site-navigation .menu-item-has-children > a:after {
		content: "\f107";
		/*     float: right; */
  /* 		margin-left: 10px;
		color: black; 
	}*/
  .mobile-menu-content .social-icons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #cfcecead;
    border-top: 1px solid #cfcecead;
    width: 100%;
    padding: 5px 0px 0px 0px;
    width: 100%;
  }
  .social-icons a {
    color: #fff;
  }

  /* Footer Text */
  .mobile-footer {
    margin-top: 30px;
    font-size: 14px;
  }

  .mobile-footer p {
    margin: 0;
  }
  .footer-bottom-right p {
    font-size: 11px !important;
  }
  .footer-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .footer-bottom {
    display: flex;
  }
  .footer-content {
    flex-direction: column;
  }
  /* ----------- SINGLE NAV PREV-NEXT ----------- */
  .post-navigation .nav-title {
    min-height: 112px;
  }
  .post-navigation .nav-next .nav-title {
    text-align: right;
    padding-left: 0px;
  }
  /* ----------- ADVERTISMENT -----------	*/
  #down_ad {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767.99px) {
  .site-main-serch-page {
    padding: 10px 20px;
  }
  .page-search-content,
  .divider-search-page {
    padding: 0px 0px;
  }
  .page-content-search {
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
  }
  .page-search-right {
    display: none;
  }
  .search-result {
    display: flex;
  }
  .page-search-content h1.entry-title {
    font-size: 18px;
  }
  .search-result .post-info {
    margin-bottom: 15px;
    text-align: left;
  }
  .page-search-left {
    width: 100%;
  }
  .search-result .entry-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0px;
  }
  .search-result .post-thumbnail {
    text-align: center;
  }
  .search-form input[type="text"] {
    width: 100%;
  }
  .site-main-category {
    padding: 0 15px;
  }
  .page-content-category {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .post-container {
    gap: 20px;
  }
  .page-content-left {
    width: auto;
    padding: 10px;
  }
  .page-content-right {
    width: 100%;
    padding: 10px;
  }
  .post-content h2.entry-title {
    margin-bottom: 0px;
  }
  .post-content p {
    line-height: 22px;
  }
  .cat-first-section,
  .page-header {
    padding: 0 10px;
  }
  h1.category-title {
    text-align: center;
  }

  .page-content-right .Ad-section {
    align-items: center;
  }
  .fourth-section {
    padding: 0px;
    margin: 0 auto;
  }
  .fourth-section-inner {
    display: block;
    height: auto;
  }
  .fourth-section-left img {
    height: auto;
  }
  .fourth-section-center img {
    width: auto;
    height: auto;
  }
  .fourth-section-left {
    width: 100%;
  }
  .fourth-section-center {
    padding: 0px;
    width: 100%;
  }
  .fourth-section-right {
    padding: 0px;
    width: 100%;
  }
  .fourth-section-right h2 {
    padding: 10px 10px 10px 10px;
    font-size: 18px;
  }
  .fourth-section-right p {
    font-size: 18px;
    margin: 0px;
    padding-bottom: 10px;
  }
  .tagname_outer,
  .de_todu_un_poco,
  .cultura_pop {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  }
  .sec1_right_card_L {
    flex-grow: 1;
    padding-right: 20px;
  }
  .sec1_right_card_R {
    width: 10em;
  }
  .sec1_mid2 .sec1_right_card {
    align-items: self-start;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 10px;
  }
  .sec1_mid2 .sec1_right_card_info {
    width: auto;
    gap: 0px;
  }
  .sec1_mid2 .sec1_right_card_info {
    display: flex;
    flex-direction: column;
    margin: 0px;
  }
  .sec1_mid2 .sec1_right_card_R {
    padding-left: unset;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .sec1_left .card_img_wrapper {
    padding-bottom: calc(0.6 * 100%);
  }
  .sec1_right .card_img_wrapper {
    padding-bottom: calc(0.7 * 100%);
  }
  .sec1_mid2 .sec1_right_card_R .card_img_wrapper {
    padding-bottom: calc(0.6 * 100%);
  }
  .sec1_mid2 .card_img_wrapper img {
    width: 100%;
  }
  .sec1_mid2 .sec1_right_card_L,
  .sec1_mid2 .sec1_right_card_R {
    width: 100%;
  }
  .tagname_title a {
    font-size: 22px;
    line-height: 25px;
  }
  .sec1_latest .tagname_title a {
    font-size: 25px;
    line-height: 30px;
  }
  .tagname_expt {
    font-size: 18px;
    line-height: 20px;
  }
  .sec1_latest .tagname_expt {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  h3.red_headings a {
    font-size: 22px;
    color: #9c3030;
  }
  .sec1_right_card_L a {
    font-size: 22px;
    line-height: 25px;
  }
  .sec1_left_card h3.red_headings {
    padding-top: 10px;
  }
  .elementor-16653 .elementor-element.elementor-element-74a7b51 {
    border-width: 0;
  }
  .sec1_latest .card_img_wrapper {
    padding-bottom: calc(0.6 * 100%);
  }
  h2.trending_title {
    font-size: 45px;
    line-height: 45px;
  }
  .sec1_right_card_info {
    margin: 0 0 5px 0;
  }
  .first-section,
  .second-section,
  .third-section,
  .fifth-section,
  .sixth-section,
  .seventh-section,
  .eighth-section,
  .nineth-section,
  .tenth-section,
  .eleventh-section,
  .twelfth-section,
  .thirteenth-section,
  .fourteenth-section {
    display: block;
    padding: 10px 15px 30px 15px;
  }
  .left-container {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
  .left-container-left {
    width: 100%;
    padding: 0px;
  }
  .left-container-right {
    width: 100%;
    padding: 0px 0px 0 0px;
    border-width: 0;
    border-style: none;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .sec1_right_card_R {
    margin-left: 0px;
  }
  /* 	.sec1_right_card_info {
		flex-direction: column-reverse;
		margin-top: 0px;
	} */
  .right-container {
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
  .page-content {
    padding: 0 20px;
  }
  .page-content-first {
    padding-left: 0%;
    width: 100%;
  }
  .sticky-icons-main {
    display: block;
  }
  .sticky-icons {
    width: 100%;
  }
  h1.entry-title {
    font-size: 30px;
    line-height: 32px;
  }
  .post-content-information {
    width: 100%;
  }
  .social-media-share-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 20px;
  }
  /* 	.social-media-share-buttons button{
		display: flex;
		width: 40px;
		height: 40px;
		margin: 3px;
		justify-content: center;
		align-items: center;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 6px 8px rgba(0, 0, 0, .2);
		border-radius: 50% ;
		background: transparent;
		border: 1px solid #888; 
	}  */
  button.email-button,
  button.copy-button {
    margin: 0px 5px 5px;
  }
  div#recent-posts-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-container {
    display: block;
  }
  h1.entry-title {
    font-size: 30px;
    line-height: 33px;
  }
  div#recent-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
  /*mobile header*/
  .mobile-header {
    display: block;
  }
  .site-branding1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    background-color: #f6f4ef;
    width: 100%;
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.5);
  }
  .site-branding {
    display: flex;
    align-items: center;
    background-color: #f6f4ef;
    box-shadow: 0px 0px 15px -5px gray;
    padding: 5px 20px 0px 20px;
  }
  .site-branding .ham-icon1 {
    width: 20%;
  }
  .site-branding .ham-icon1 img {
    width: 50px;
    height: auto;
    /* 		height: 20px; */
  }
  .site-branding .nav-logo {
    width: 60%;
    text-align: center;
  }
  .nav-search {
    width: 20%;
    text-align: end;
  }
  .search-popup input[type="text"] {
    width: 250px;
  }
  .desktop-header {
    display: none;
  }
  .post-content-rest p {
    font-size: 18px;
  }
  ul.wp-block-list {
    font-size: 18px;
  }
  ol.wp-block-list {
    font-size: 18px;
  }
  .wp-element-caption,
  .photo-caption {
    position: relative;
    font-size: 10px;
  }
  /* 	.image-title {

		margin-top: -22px;
	} */
  .image-credit {
    text-align: right;
    font-size: 10px;
  }
  .post-info {
    flex-wrap: wrap;
    font-size: 14px;
    row-gap: 7px;
  }
  .page-content {
    padding: 10px;
  }
  /* 	 .header-form-popup {
        display:none; 
        position: fixed;
        left: 0;
		right:0;
        top: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
    } */

  .popup-content {
    background-color: white;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .popup-content-inner {
    height: 425px;
    overflow: auto;
  }
  .header-form-image {
    width: 100%;
    height: 260px;
  }

  .form-popup {
    width: auto;
  }
  .close-popup {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 30px;
    cursor: pointer;
    font-weight: 700;
  }
  /* mobile ham menu styling */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: 1000;
    color: black;
  }
  .mobile-logo {
    padding: 10px 0px;
  }

  .mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    background-color: #f6f4ef;
    width: 398px;
    padding: 60px 20px 0px 20px;
    overflow: auto;
  }
  .mobile-menu .close-icon {
    display: flex;
    /* right: 0%; */
    /* cursor: pointer; */
    position: absolute;
    /* margin-block-start: 10px; */
    inset-inline-end: 0px;
  }
  .mobile-menu .close-icon-inner {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: black;
    font-size: 48px;
    background-color: #f6f4ef;
  }
  .subscribe-button3 {
    padding: 9px 60px;
    font-size: 20px;
    cursor: pointer;
    background-color: #242424;
    color: #f4f4f4;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 9px 2px -5px rgba(0, 0, 0, 0.2);
    /* 		font-family: "Adobe Calson Pro", Sans-serif; */
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    /* 		width: 80%; */
  }
  .subscribe-button3:hover {
    background-color: #d80605;
  }

  .newsletter-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .mobile-logo img {
    width: 80%;
  }
  .mobile-divider {
    width: 90%;
    border: 1px solid #cfcecead;
  }
  .site-navigation {
    width: 100%;
  }

  .site-navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }

  .site-navigation li {
    text-align: left;
    width: 55%;
  }

  .site-navigation a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-family: "Georgia", Sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    text-transform: none;
  }
  .menu-main-menu-container {
    padding-top: 5px;
  }
  /* Dropdown Menu */
  .site-navigation .sub-menu {
    display: none;
    background-color: #f6f4ef;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .site-navigation .sub-menu .current-menu-item > a {
    color: #d80605;
    background-color: #e0e0e0;
  }
  .site-navigation .sub-menu li {
    text-align: left;
    width: auto;
    align-self: flex-start;
  }

  .site-navigation .menu-item-has-children:hover .sub-menu {
    display: flex;
  }

  /* 	.site-navigation .menu-item-has-children > a:after {
		content: "\f107";
		/*     float: right; */
  /* 		margin-left: 10px;
		color: black; 
	}*/
  .mobile-menu-content .social-icons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #cfcecead;
    border-top: 1px solid #cfcecead;
    width: 100%;
    padding: 5px 0px 0px 0px;
    width: 100%;
  }
  .social-icons a {
    color: #fff;
  }

  /* Footer Text */
  .mobile-footer {
    margin-top: 30px;
    font-size: 14px;
  }

  .mobile-footer p {
    margin: 0;
  }
  /* 	fourth-section-left {
		width: 44.5%;
	}
	.fourth-section-right h2 {
		padding: 10px 0px 10px 0px;
		font-size: 18px;
		line-height:24px;
	}
	.fourth-section-right p {
    	line-height:24px;
		font-size: 18px;
	}
	.fourth-section-center h2 {
		font-size: 19px;
		line-height:20px;
	}
	 */
}
@media only screen and (min-width: 768px) and (max-width: 834.99px) {
  .site-main-serch-page {
    padding: 10px 0px;
  }
  .page-search-content,
  .divider-search-page {
    padding: 0px 0px;
  }
  .page-content-search {
    padding: 0px 0px;
  }
  .page-search-right {
    display: none;
  }
  .search-result {
    display: flex;
  }
  .page-search-content h1.entry-title {
    font-size: 25px;
  }
  .search-result .post-info {
    margin-bottom: 15px;
    text-align: left;
  }
  /* 	.page-search-left {
		width: 100%;
	} */
  .search-result .entry-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0px;
  }
  .search-result .post-thumbnail {
    text-align: center;
  }
  .search-form input[type="text"] {
    width: 100%;
  }
  .cat-first-section,
  .page-header {
    padding: 0 10px;
  }
  .post-content h2.entry-title {
    margin-bottom: 0px;
  }
  h1.category-title {
    font-size: 28px;
  }
  .post-content p {
    line-height: 22px;
  }

  .Ad-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  div#recent-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-related-blog {
    padding: 0px 10px;
  }
  .tagname_outer,
  .de_todu_un_poco,
  .cultura_pop {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
  .sec1_right_card_info {
    margin: 0 0 5px 0;
  }
  .sec1_mid2 .sec1_right_card_info {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
    width: auto;
    gap: 0px;
  }
  .sec1_mid2 .sec1_right_card {
    padding: unset;
    border-bottom: 1px solid lightgrey;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  h2.trending_title {
    font-size: 45px;
    line-height: 45px;
  }
  .sec1_latest .card_img_wrapper,
  .sec1_mid2 .card_img_wrapper,
  .sec1_right .card_img_wrapper {
    padding-bottom: calc(0.6 * 100%);
  }
  .sec1_latest .card_img_wrapper img,
  .sec1_mid2 .card_img_wrapper img,
  .sec1_right .card_img_wrapper img {
    width: 100%;
  }
  .sec1_mid2 .sec1_right_card_L,
  .sec1_mid2 .sec1_right_card_R {
    width: 100%;
  }
  .sec1_mid2 .sec1_right_card_R {
    padding-left: unset;
    padding-bottom: 20px;
    margin-left: 0px;
  }
  .sec1_right_card_L {
    width: 70%;
  }
  .sec1_right_card_R {
    width: 30%;
    padding-left: 20px;
  }
  .sec1_right_card_L a {
    font-size: 30px;
    line-height: 30px;
  }
  .tagname_title a {
    font-size: 22px;
    line-height: 25px;
  }
  .sec1_latest .tagname_title a {
    font-size: 33px;
    line-height: 34px;
  }
  .slc_info_title a {
    font-size: 33px;
    line-height: 30px;
  }
  .slc_info_expt {
    font-size: 24px;
    line-height: 23px;
  }
  .tagname_expt {
    font-size: 18px;
    line-height: 20px;
  }
  .sec1_latest .tagname_expt {
    font-size: 24px;
    line-height: 23px;
    margin-bottom: unset;
  }
  h3.red_headings a {
    font-size: 22px;
  }
  .sec1_left_card h3.red_headings {
    padding-top: 10px;
  }

  .first-section,
  .second-section,
  .third-section,
  .fifth-section,
  .sixth-section,
  .seventh-section,
  .eighth-section,
  .nineth-section,
  .tenth-section,
  .eleventh-section,
  .twelfth-section,
  .thirteenth-section,
  .fourteenth-section {
    display: block;
    padding: 8px 15px 30px 15px;
  }
  .left-container {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
  .left-container-left {
    width: 100%;
    padding: 0px;
  }
  .left-container-right {
    width: 100%;
    padding: 10px 0px 0 0px;
    border-width: 0;
    border-style: none;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  /* 	.sec1_right_card_info {
		flex-direction: column-reverse;
		margin-top: 0px;
	} */
  .right-container {
    width: 100%;
    padding: 30px 0px 0px 0px;
  }
  fourth-section-left {
    width: 44.5%;
  }
  .fourth-section-right h2 {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .fourth-section-right p {
    line-height: 24px;
    font-size: 18px;
  }
  .fourth-section-center h2 {
    font-size: 19px;
    line-height: 20px;
  }
  h1.entry-title {
    font-size: 33px;
    line-height: 34px;
  }
  .page-content-first {
    padding-left: 6%;
  }
  .sticky-icons-main {
    display: flex;
    gap: 10px;
  }
  /*mobile header*/
  .site-branding1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    background-color: #f6f4ef;
    width: 100%;
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.5);
  }
  .mobile-header {
    display: block;
  }
  .site-branding {
    display: flex;
    align-items: center;
    background-color: #f6f4ef;
    box-shadow: 0px 0px 15px -5px gray;
    padding: 5px 20px 0px 20px;
  }
  .site-branding .ham-icon1 {
    width: 20%;
  }
  .site-branding .ham-icon1 img {
    width: 50px;
    height: auto;
  }
  .site-branding .nav-logo {
    width: 60%;
    text-align: center;
  }
  .nav-search {
    width: 20%;
    text-align: end;
  }
  .search-popup input[type="text"] {
    width: 250px;
  }
  .desktop-header {
    display: none;
  }
  .image-title {
    margin-top: -22px;
  }
  .image-credit {
    text-align: right;
  }
  .page-content {
    padding: 10px;
  }
  .post-navigation .nav-title {
    font-size: 13px;
  }
  .popup-content {
    background-color: #fff;
    width: 700px;
    height: auto;
    display: flex;
    opacity: 1;
    animation: fadeIn 0.4s forwards;
    z-index: 9999;
  }
  .popup-content-inner {
    height: 430px;
    width: auto;
    overflow: auto;
  }
  .close-popup {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 32px;
    cursor: pointer;
    font-weight: 900;
  }
  /* mobile ham menu styling */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    z-index: 1000;
    color: black;
  }
  .mobile-logo {
    padding: 50px 0px;
  }

  .mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    background-color: #f6f4ef;
    width: 310px;
    padding: 80px 20px 0px 20px;
    overflow: auto;
  }

  /* Close Icon */
  /* 	.mobile-menu .close-icon {
		font-size: 30px;
		color: black;
		position: absolute;
		cursor: pointer;
		background-color: white;
		padding: 10px;
		height: 20px;
		justify-content: center;
		text-align: center;
		align-items: center;
		display: flex;
	} */
  .mobile-menu .close-icon {
    display: flex;
    /* right: 0%; */
    /* cursor: pointer; */
    position: absolute;
    /* margin-block-start: 10px; */
    inset-inline-end: 0px;
  }
  .mobile-menu .close-icon-inner {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: black;
    font-size: 48px;
    background-color: #f6f4ef;
  }
  .subscribe-button3 {
    padding: 9px 60px;
    font-size: 20px;
    cursor: pointer;
    background-color: #242424;
    color: #f4f4f4;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 9px 2px -5px rgba(0, 0, 0, 0.2);
    /* 		font-family: "Adobe Calson Pro", Sans-serif; */
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    /* 		width: 80%; */
  }
  .subscribe-button3:hover {
    background-color: #d80605;
  }

  .newsletter-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .mobile-logo img {
    width: 80%;
  }
  .mobile-divider {
    width: 90%;
    border: 1px solid #cfcecead;
  }
  .site-navigation {
    width: 100%;
  }

  .site-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-navigation li {
    text-align: left;
    width: 55%;
  }
  .site-navigation a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-family: "Georgia", Sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    text-transform: none;
  }
  /* Dropdown Menu */
  .site-navigation .sub-menu {
    display: none;
    background-color: #f6f4ef;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .site-navigation .sub-menu li {
    text-align: left;
    width: 100%;
  }

  .site-navigation .menu-item-has-children:hover .sub-menu {
    display: flex;
  }

  /* 	.site-navigation .menu-item-has-children > a:after {
		content: "\f107";
		/*     float: right; */
  /* 		margin-left: 10px;
		color: black; 
	}*/
  .mobile-menu-content .social-icons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #cfcecead;
    border-top: 1px solid #cfcecead;
    width: 100%;
    padding: 5px 0px 0px 0px;
    width: 100%;
  }
  .social-icons a {
    color: #fff;
  }

  /* Footer Text */
  .mobile-footer {
    margin-top: 30px;
    font-size: 14px;
  }

  .mobile-footer p {
    margin: 0;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1023.99px) {
  .site-main-serch-page {
    padding: 10px 0px;
  }
  .page-search-content h1.entry-title {
    font-size: 25px;
  }
  .cat-first-section,
  .page-header {
    padding: 0 15px;
  }
  .page-content-category {
    padding: 0 10px;
  }
  .post-content .post-date {
    padding-bottom: 5px;
  }
  .post-content h2.entry-title {
    margin-bottom: 0px;
  }
  .tagname_outer,
  .de_todu_un_poco,
  .cultura_pop {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
  }
  .tagname_outer .card_img_wrapper img,
  .cultura_pop .card_img_wrapper img,
  .de_todu_un_poco .card_img_wrapper img {
    width: 100%;
  }
  .sec1_mid2 .sec1_right_card_L {
    width: auto;
  }
  .sec1_mid2 .sec1_right_card_R {
    width: auto;
  }
  .sec1_mid2 .card_img_wrapper {
    padding-bottom: calc(0.66 * 100%);
  }
  .sec1_right .card_img_wrapper {
    padding-bottom: calc(0.75 * 100%);
  }
  .sec1_right .sec1_right_card_info {
    margin: 0 0 10px 0;
  }
  .sec1_latest .tagname_title a {
    font-size: 22px;
    line-height: 23px;
  }
  .sec1_latest .tagname_expt {
    font-size: 16px;
    line-height: 20px;
  }
  h3.red_headings a {
    font-size: 14px;
    line-height: 14px;
  }
  .sec1_left h3.red_headings a {
    display: block;
  }
  .sec1_right_card_L {
    font-size: 13px;
    line-height: 13px;
  }
  .sec1_right .sec1_right_card_L {
    font-size: 12px;
    line-height: 16px;
  }
  h2.sec1_mid2_title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
  }
  .slc_border {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .tagname_title a {
    font-size: 22px;
    line-height: 25px;
  }
  .tagname_expt {
    font-size: 18px;
    line-height: 23px;
  }
  .sec1_mid2_expt {
    font-size: 15px;
    line-height: 21px;
  }

  .card_img_wrapper img {
    width: auto;
  }
  .header-top-left p {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0px;
  }
  .subscribe-button {
    font-size: 10px;
    width: 50%;
    padding: 8px 12px 5px 12px;
  }
  .site-navigation a {
    font-size: 11px;
    padding: 2px 1px;
  }
  .post-related-blog {
    padding: 0 20px;
  }
  h1.entry-title {
    font-size: 33px;
    line-height: 34px;
  }
  .header-bottom.sticky .header-bottom-left img {
    display: block;
    width: 130px;
    height: auto;
  }
  .header-bottom-right {
    width: 6%;
  }
  .header-bottom {
    padding: 10px 10px;
  }
  .announs-marquee {
    width: 65%;
  }
  .date-time-shortcode {
    width: 35%;
  }

  .mobile-header {
    display: none;
  }
  .fourth-section-left {
    width: 44.5%;
  }
  .fourth-section-center h2 {
    font-size: 20px;
  }
  .fourth-section-right h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .fourth-section-right p {
    font-size: 18px;
  }
  .page-content-first {
    padding: 20px 20px 0px 65px;
  }
  .sticky-icons-main {
    padding: 0px 20px;
    gap: 5px;
  }
  .page-content-first {
    width: 75%;
  }
  .post-info {
    font-size: 15px;
  }
  .post-content-rest p {
    font-size: 18px;
  }
  ul.wp-block-list {
    font-size: 18px;
  }
  ol.wp-block-list {
    font-size: 18px;
  }
  .post-content-information {
    width: 60%;
  }
  .social-progress-tracker {
    width: 30%;
  }
  .post-navigation .nav-title {
    font-size: 13px;
  }
  .site-navigation .sub-menu .menu-item a {
    padding: 0px 10px;
  }
  .footer-container {
    gap: 80px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1250.99px) {
  .site-main-serch-page {
    padding: 10px 0px;
  }
  .page-search-content h1.entry-title {
    font-size: 30px;
  }
  .cat-first-section,
  .page-header {
    padding: 0 15px;
  }
  .page-content-category {
    padding: 0 10px;
  }
  .post-related-blog {
    padding: 0px 15px;
  }
  .date-time-shortcode {
    width: 36%;
  }
  .header-bottom.sticky .header-bottom-left img {
    width: 135px;
    height: auto;
  }
  .sec1_left h3.red_headings a {
    display: block;
    font-size: 17px;
    line-height: 17px;
  }
  .sec1_right h3.red_headings a {
    font-size: 17px;
    line-height: 17px;
  }
  .sec1_right .sec1_right_card_L {
    font-size: 15px;
    line-height: 18px;
  }
  .sec1_right .sec1_right_card_R {
    padding-left: unset;
  }
  .slc_border {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .card_img_wrapper img {
    width: auto;
  }
  h3.red_headings {
    margin: 5px 0;
  }
  .sec1_latest .tagname_title a {
    font-size: 25px;
    line-height: 25px;
  }
  .sec1_latest .tagname_expt {
    font-size: 18px;
    line-height: 22px;
  }
  .header-top-left p {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0px;
  }
  .header-top {
    padding: 10px 50px;
  }
  .subscribe-button {
    font-size: 13px;
    width: 46%;
    padding: 8px 10px 5px 10px;
  }
  .site-navigation a {
    font-size: 12px;
    padding: 5px 5px;
  }
  main#content {
    padding: 0 20px;
  }
  h1.entry-title {
    font-size: 36px;
    line-height: 35px;
  }
  .mobile-header {
    display: none;
  }
}
@media only screen and (min-width: 1251px) {
  .header-top {
    padding: 10px 50px;
  }
  .sec1_left h3.red_headings a {
    display: block;
  }
  .sec1_right_card_R {
    margin-left: 20px;
  }
  .slc_border {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .card_img_wrapper img {
    width: auto;
  }
  h3.red_headings {
    margin: 5px 0;
  }
  .tagname_outer .card_img_wrapper img,
  .cultura_pop .card_img_wrapper img,
  .de_todu_un_poco .card_img_wrapper img {
    width: 100%;
  }
  .subscribe-button {
    width: 48%;
  }
  .mobile-header {
    display: none;
  }
} /*home responsive end*/

/*marquee styling(home page top scrolling text) */
.scrolling-posts-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.static-title {
  flex: 0 0 auto;
  color: #2f2f2f;
  /* 			background: #eaeef2; */
  padding: 4px 10px;
  border-radius: 4px 0 0px 4px;
  font-weight: 500;
  /* 			border: #e9e9e9 1px solid; */
}

.scrolling-posts-container {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  padding: 4px 0;
  background: #fff;
  border: #d4d4d421 1px solid;
  border-radius: 0 50px 50px 0;
  z-index: 0;
}

.scrolling-posts {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll 70s linear infinite;
  gap: 7px;
}

/*         .scrolling-posts {
display: inline-block;
white-space: nowrap;
animation: scroll 70s linear infinite;
} */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scrolling-posts span {
  background: #fff;
  /* border: solid 1px #fff9f9; */
  /* border-top: solid 1px; */
  /* border-radius: 15px; */
  border-radius: 4px 2px 2px 4px;
  /* border-radius: 8px 2px; */
  padding: 0 25px;
  border-top-color: #ff000000;
  box-shadow: 3px 1px 2px #0000001f;
  /* z-index: 10 !important; */
}

.title-separator {
  display: none;
  color: #d80605;
  padding-left: 20px;
}

.scrolling-posts a {
  color: inherit; /* Inherit color from parent */
  font-size: 16px;
  font-weight: normal;
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

.scrolling-posts span:hover {
  color: #ce6161;
  transform: scale(1.05) translateY(-1px);
  /* 			border: solid 4px #ff000014;
	border-radius: 8px; */
  box-shadow: 1px 0 7px rgb(0 0 0 / 13%);
  z-index: 1; /* Set higher z-index on hover */
}

.scrolling-posts span:not(:hover) {
  z-index: 0; /* Reset z-index for other spans */
}

/* Pause animation on hover */
.scrolling-posts:hover {
  animation-play-state: paused;
}

span.recent-posts-title {
  font-size: 19px;
}

@media (max-width: 1250px) {
  .scrolling-posts a {
    font-size: 14px;
  }

  span.recent-posts-title {
    font-size: 17px;
  }
}

@media (max-width: 1023px) {
  .scrolling-posts a {
    font-size: 12px;
  }

  span.recent-posts-title {
    font-size: 15px;
  }
}


/* --------- PUERTO RICO BUTTON PPOST COLOR WHITE & WIDTH (EARSE) --------- */
.wp-block-button.has-custom-width.wp-block-button__width-25.is-style-fill.puerto-rico-button {
    width: auto;
}
.puerto-rico-button a {
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.4);
}
.puerto-rico-button strong {
    color: inherit;

}
