@font-face {
    font-family: 'GOTHAM Black';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://www.juanhand.com/wp-content/uploads/2024/07/Gotham-Black-1.eot');
    src: url('https://www.juanhand.com/wp-content/uploads/2024/07/Gotham-Black-1.eot?#iefix') format('embedded-opentype'),
    url('https://www.juanhand.com/wp-content/uploads/2024/07/gotham-black-webfont.woff2') format('woff2'),
    url('https://www.juanhand.com/wp-content/uploads/2024/07/gotham-black-webfont.woff') format('woff'),
    url('https://www.juanhand.com/wp-content/uploads/2024/07/Gotham-Black-1.ttf') format('truetype'),
    url('https://www.juanhand.com/wp-content/uploads/2024/07/Gotham-Black-1.svg#GOTHAMBlack') format('svg');
}

@font-face {
    font-family: 'GOTHAM Bold';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://www.juanhand.com/wp-content/uploads/2025/06/Gotham-Bold.eot');
    src: url('https://www.juanhand.com/wp-content/uploads/2025/06/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://www.juanhand.com/wp-content/uploads/2025/06/Gotham-Bold.woff2') format('woff2'),
    url('https://www.juanhand.com/wp-content/uploads/2025/06/Gotham-Bold1.woff') format('woff'),
    url('https://www.juanhand.com/wp-content/uploads/2025/06/Gotham-Bold.ttf') format('truetype'),
    url('https://www.juanhand.com/wp-content/uploads/2025/06/Gotham-Bold.svg#GOTHAMBold') format('svg');
}

ul.gva-nav-menu > li {
	padding: 0 12px;
}

.btn, 
.btn-theme {
  font-family: "GOTHAM Bold", Sans-serif;
  font-size: 22px;
  background: #B744E2;
}

.btn-text {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.btn-text::after {
  display: none !important;
}

.gva-offcanvas-content.mobile{
	top: -100svh;
	left: 0px;
	width: 100%;
	transition: none;

}
.gva-offcanvas-content.mobile.open{
	top: 68px  !important;
}
.download-button {
	text-align: center;
	font-family: "GOTHAM Book", Sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px; /* 171.429% */
	text-transform: capitalize;
	border-radius: 22px;
	background: var(--Primary-400, #B744E2);
	display: flex;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

.btn-theme-2 {
  border: 4px solid var(--e-global-color-primary) !important;
  background: white !important;
  color: var(--e-global-color-primary) !important;
}

.post.post-style-3 {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
  width: 380px;
}

.post-style-3 .post-thumbnail {
  position: relative !important;
  height: 240px;
}

.post-style-3 .post-thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-style-3 .entry-content {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

/* .post-style-3:not(.post-single-content) .post-thumbnail .entry-date {
  top: 0;
  bottom: inherit !important;
  right: inherit !important;
  left: 0 !important;
} */
 
.post-style-3 .entry-date {
  margin-top: -5px;
}

.post-style-3 .entry-date .date {
  font-family: "GOTHAM Bold", Sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  color: #B744E2;
  text-transform: uppercase;
}

.post-style-3 .entry-title a {
  font-size: 18px;
  line-height: 22px;
  font-family: "GOTHAM Bold", Sans-serif !important;
  color: #2B2B37 !important;
}

.post-style-3 .entry-desc {
  font-family: 'GOTHAM Book' !important;
  color: #2B2B37;
}

.post-style-3 .post-thumbnail {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

/* .post-style-3 .entry-date .date,
.post-style-3 .entry-date .month {
  font-weight: bold !important;
  font-size: 16px !important;
  font-family: 'Monserrat', sans-serif;
} */

/* .post-style-3 .entry-date {
  --ribbon-size: .8em;
  border-inline: .1em solid #0000;
  padding: .8em .7em calc(var(--ribbon-size) + .8em) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - .1em) 100%, 50% calc(100% - var(--ribbon-size)), .1em 100%, 0 100%) !important;
  background: radial-gradient(50% .2em at top, #0000, #0000) border-box, var(--e-global-color-primary) padding-box !important;
  width: fit-content !important;
  background: #B744E2 !important;
  width: 53px;
  height: 76px;
} */

/* .post-style-3 .entry-date .date {
  display: block;
  margin-bottom: 5px;
} */

.post-style-3 .read-more a.btn-inline {
  text-transform: initial !important;
  text-decoration: underline;
  font-size: 20px !important;
  font-family: "GOTHAM Bold", Sans-serif !important;
  color: #5F4FCB !important;
  display: flex;
  align-items: center;
  text-underline-offset: 6px;
}

.post-style-3 .read-more a.btn-inline i {
  margin-left: 8px;
}

.post-style-3 .read-more a.btn-inline::before {
  content: none !important;
}

.post-style-3 .entry-content {
  height: 268px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 30px 20px !important;
}

.jh-featured-articles .post-style-3 .content-inner .entry-desc {
  -webkit-line-clamp: 5;
}

.post-style-3 .content-inner {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  min-height: auto !important;
}

.post-style-3 .read-more a.btn-inline {
/*   justify-content: end;  */
/*   padding-right: 0;  */
  letter-spacing: 0;
}

#arrow-up {
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  /* header and title font-size can be editted in elementor */
  .post-style-3 .read-more a.btn-inline {
    font-size: 16px !important;  
  }

  .post-style-3 .read-more a.btn-inline i {
    font-size: 20px;
  }

  .post-style-3 .read-more a.btn-inline i::before {
/*     width: 12.5px; */
/*     height: 12px; */
	  width: 18px;
      height: 18px;
  }
  
  .post-style-3 .entry-desc {
    font-size: 12px !important;
  }

  .post.post-style-3 {
    width: 316px;
    margin: 0 auto 32px;
  }

  .post-style-3 .post-thumbnail {
    height: 180px;
  }

  .post-style-3 .entry-date .date {
    font-size: 12px;
    line-height: 18px; /* 142.857% */
  }

  .post-style-3 .read-more {
    margin-bottom: 8px;
  }
  
  .post-style-3 .entry-title a,
  .post:not(.post-single-content) .entry-content .content-inner .entry-title {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 5px;
  }
  
  .post:not(.post-single-content) .entry-content .content-inner .entry-desc {
    line-height: 1.6;
  }

  .jh-featured-articles .post-style-3 .content-inner .entry-desc {
    -webkit-line-clamp: 3;
  }

  .post-style-3 .content-inner .entry-desc {
    padding: 0 !important;
  }

  .post-style-3 .entry-content {
    height: 202px;
    padding: 0px 30px 10px !important;
  }

  .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
  }

  .header-mobile .header-mobile-content .header-content-inner {
    display: flex;
  }

  .header-mobile .header-mobile-content .header-content-inner .header-left {
    width: 40%;
  }

  .header-mobile .header-mobile-content .header-content-inner .header-right {
    width: 60%;
    flex-wrap: nowrap;
  }
  .header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile .dropdown-toggle .icon {
    border: none;
    margin-top: 4px;
    color: #B744E2;
  }


/*   .header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile .dropdown-toggle .la-bars {
    font-size: 20.56px;
  }

  .header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile .dropdown-toggle .la-close {
    font-size: 19.77px;
  } */

  .gva-offcanvas-content .wp-sidebar {
    padding: 0px 0px 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 0px 0px inset, rgba(0, 0, 0, 0.3) 0px 8px 22px -15px inset;
  }

  #gva-mobile-menu #menu-juan-hand li {
    border: none;
    padding: 0 25px;
  }

  #gva-mobile-menu #menu-juan-hand li a .menu-title {
    font-family: 'GOTHAM Book', sans-serif;
    font-size: 18px;
    color: #2B2B37;
  }

  #gva-mobile-menu #menu-juan-hand .current_page_item {
    background-color: #efefef;
  }

  #gva-mobile-menu #menu-juan-hand .current_page_item a .menu-title {
    color: #9236B5;
  }

  /* To avoid header overlap on first container */
  .wp-site-header {
    border: 1px solid transparent;
    margin-bottom: 71.16px;
  }
  
  #arrow-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: block;
  }
}

#row-contact.submitted #contact-title-wrapper,
#row-contact.submitted #contact-intro-wrapper,
.wpcf7.submitted .contact-field-wrapper,
.wpcf7 .wpcf7-response-output {
  display: none !important;
}

.wpcf7 #contact-response-wrapper {
  display: none;
}

.wpcf7.submitted #contact-response-wrapper {
  display: block !important;
}

#contact-response-wrapper {
  font-family: "GOTHAM Book", Sans-serif;
  color: #212121;
  text-align: center;
  margin-top: 150px;
}

#contact-response-wrapper .contact-response-actions {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
} 

#contact-response-wrapper .contact-response-actions a {
  margin-bottom: 10px;
  line-height: 12px;
}

#contact-response-wrapper .contact-response-icon .iconoir-check {
  font-size: 120px;
  color: #31AC12;
}

.contact-response-action-return {
  color: #b744e2 !important; 
  border-color: #b744e2 !important;
}

.contact-response-action-return .iconoir-arrow-left {
  display: inline-block; 
  vertical-align: baseline; 
  font-size: 18px;
}

.wpcf7 .wpcf7-spinner {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #contact-response-wrapper {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 768px) {
	.download-button {
		font-size: 22px;
		font-weight: 400;
		line-height: 32px; /* 145.455% */
	}
}

#form-contact .wpcf7-form label,
#form-contact input.wpcf7-text, 
.wpcf7-form input[type*="email"], 
.wpcf7-form input[type*="text"], 
.wpcf7-form input[type*="tel"]{
  font-family: "GOTHAM Book", Sans-serif;
}

#form-contact .wpcf7-not-valid-tip {
  font-family: "GOTHAM Book", Sans-serif;
  margin-top: 5px;
}

#form-contact .contact-message-field-wrapper .contact-message-field-inner {
  position: relative;
}

#form-contact .contact-message-counter {
  position: absolute;
  bottom: 20px;
  right: 35px;
  font-family: "GOTHAM Book", Sans-serif;
  font-size: 14px;
}

#form-contact .contact-message-field-inner.invalid .contact-message-counter {
  bottom: 49px !important;
}

@media only screen and (min-width: 768px) {
	#form-contact .contact-message-counter {
    font-size: 16px !important;
  }
  #form-contact .wpcf7-form textarea {
    font-size: 16px !important;
  }
}

#form-contact .wpcf7-form textarea {
  padding-bottom: 45px !important;
  line-height: 24px;
  font-size: 14px;
  font-family: "GOTHAM Book", Sans-serif;
}

.wpcf7-textarea-counter-notice {
  text-transform: initial !important;
  display: none;
}

.contact-message-field-inner {
  margin-bottom: 22px !important;
}

.contact-message-field-inner .wpcf7-form-control-wrap {
  margin-bottom: 0px !important;
}

#form-contact .wpcf7-email {
  background-image: url('/wp-content/themes/funden_child2024/assets/images/contact-us-mail.png');
  background-repeat: no-repeat;
  background-position: center left 20px;
  padding-left: 55px !important;
}

#form-contact .wpcf7-form .row > div {
  padding: 0 10px !important;
}

#form-contact .wpcf7-form textarea {
  max-height: 212px !important;
}

@media only screen and (min-width: 768px) {
  #form-contact .wpcf7-text,
  #form-contact .wpcf7-email {
    width: 277.5px !important;
  }
}

.jh-featured-articles .entry-content .content-inner .entry-title {
margin-top: 15px !important;
    margin-bottom: 20px !important;
}

.post:not(.post-single-content) .entry-content .content-inner .entry-desc {
	padding-bottom: 0px !important;
	line-height: 22px !important;
}

#wp-footer li.elementor-icon-list-item {
  align-items: flex-start !important;
}