/* Globals */

/* Colors */
:root {
  --pink: #FA0496;
  --black: #000;
}

/*
 * Typography 
*/

html {
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2em;
  color: inherit;
}
a,
.elementor a,
/* .elementor a *, */
.elementor .elementor-icon svg,
.elementor a i {
  transition: all 0.3s;
  color: inherit;
  /* text-decoration: underline; */
  /* text-decoration-thickness: 1px; */
}
a:active,
a:hover {
  color: inherit;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

/* Colors */

.pink {
  color: var(--pink);
}

/*
 * Layout 
*/

.content-wrap {
  overflow: hidden;
  overflow: clip;
}

/*
 * Header 
*/

.svg-hand-drawn-circle-trigger a {
  position: relative;
  display: inline-block;
}
.svg-hand-drawn-circle-overlay-wrap {
  position: absolute;
  /* top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  /* height: 100%; */
  width: 100%;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.header-link .current-menu-item .svg-hand-drawn-circle-overlay 
{
  stroke-dasharray: 1000 !important;
  stroke-dashoffset: 1000 !important;
}
/* Hand Drown Cricle - Grid */
.grid-link.svg-hand-drawn-circle-trigger .svg-hand-drawn-circle-overlay-wrap,
.grid-link.svg-hand-drawn-circle-trigger svg {
  height: 100%;
  width: 100%;
}
.grid-link.svg-hand-drawn-circle-trigger a {
  padding: 10px 0;
}

/*
 * Formidable 
*/

::placeholder {
  color: #000 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000 !important;
}
::-ms-input-placeholder {
  color: #000 !important;
}

.frm_forms textarea {
  border: 1px solid #000;
  padding: 8px;
}
.frm_forms select {
  border-top: 1px solid #000;
  border-bottom: none;
}
.frm_forms .frm_required_field {
  position: relative;
}
.frm_forms .frm_required_field input {
  padding-right: 30px;
}
.frm_forms .frm_required_field:after {
  content: '';
  position: absolute;
  background-image: url('../images/HandDrawnStar.svg');
  height: 28px;
  top: 0;
  right: 0;
  width: 26px;
}
.frm_forms .frm_required {
  visibility: hidden;
}
.frm_forms select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/Toggle.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
}
.frm_forms button {
  text-transform: uppercase;
}
@media screen and (max-width:980px) {
  .frm_forms input,
  .frm_forms label,
  .frm_forms select,
  .frm_forms textarea,
  .frm_forms .frm_submit button {
    font-size: 0.85rem !important;
  }
  .frm_forms .frm_submit button {
    padding: 12px 20px 10px  !important;
  }
  .frm_forms .frm_required_field:after {
    height: 22px;
    width: 21px;
  }
}
@media screen and (max-width:600px) {
	#field_timeline {
		min-height: 4.5em;
	}
	
	.frm_form_fields  ::-webkit-input-placeholder {
	  white-space:pre-line;  
	  position:relative;
	  top:-7px;

	}
	.frm_form_fields ::-moz-placeholder { 
		 white-space:pre-line;  
	  position:relative;
	  top:-7px;
	}
	.frm_form_fields :-ms-input-placeholder { 
		white-space:pre-line;  
	  position:relative;
	  top:-7px;
	}

}

/*
 * UI 
*/

/* Scroll text */
.scrolling-text {
  overflow: hidden;
  z-index: 1;
}
.scrolling-text > .elementor-widget-container,
.scrolling-text .scroll-text-wrap {
  display: flex;
  white-space: nowrap;
}
.scrolling-text > .elementor-widget-container p,
.scrolling-text .scroll-text {
  display: flex;
  animation: scrollText 15s infinite linear;
  padding-right:10px;
  margin: 0;
  line-height: 1em;
}
.scrolling-text:hover > .elementor-widget-container p,
.scrolling-text:hover .scroll-text {
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
}
@keyframes scrollText {
  from   { transform: translateX(0%); }
  to { transform: translateX(-100%); }
}

/* Scroll text footer */
.footer-scroll-text .scroll-text-wrap {
  font-size: 1.82rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .footer-scroll-text .scroll-text-wrap {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 14px;
  }
}


/* Buttons */

/* Buttons underline */
.btn-underline {
  position: relative
}
.btn-underline .elementor-button:after {
  content: '';
  width: 100%;
  background-image: url(../images/HandDrawnUnderline1.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 10px;
  margin-top: 3px;
}


/*
 * Yoast 
*/

/* Breadcrumbs */
#breadcrumbs .breadcrumb_last {
  display: none;
}
#breadcrumbs > span > span:first-child a {
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs > span > span:first-child a:before {
  content: '';
  background-image: url('../images/Arrow.svg');
  height: 16px;
  width: 24px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin-right: 16px;
  display: block;
  transition: 0.3s;
}
#breadcrumbs > span > span:first-child a:hover:before {
  transform: rotate(180deg) translate(5px,0px);
}


/*
 * Shortcodes 
*/

/* Swiper gallery */
.swiper-gallery {
  /* padding-top: 150px; */
  /* margin-top: -72px; */
}
.swiper-gallery  .swiper-slide,
.swiper-gallery-thumbs .swiper-slide {
	overflow: hidden;
}
.swiper-gallery img {
  height: 550px;
  object-fit: cover;
	object-position: left center;
  width: 100%;
  display: block;
}
@media screen and (max-width:767px) {
  .swiper-gallery img {
    margin-bottom: 5px;
  }
}
/* Swiper gallery - thumbs */
.swiper-gallery-thumbs {
  padding-bottom: 34px;
  padding-top: 5px;
}
.swiper-gallery-thumbs .swiper-slide {
  cursor: pointer;
}
.swiper-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid var(--pink);
}
.swiper-gallery-thumbs .swiper-button-next:after,
.swiper-gallery-thumbs .swiper-button-prev:after {
  display: none;
}
.swiper-gallery-thumbs .swiper-button-next,
.swiper-gallery-thumbs .swiper-button-prev {
  bottom: 0;
  top: auto;
  background-repeat: no-repeat !important;
  background-image: url('../images/Arrow.svg') !important;
  width: 30px !important;
  height: 20px!important;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-gallery-thumbs > .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: calc(100% - 80px);
	left: 0;
    right: 0;
	bottom: 0;
    margin: auto;
}
.swiper-gallery-thumbs .swiper-pagination .swiper-pagination-bullet {
	height: 10px;
    width: 10px;
    border: 1px solid #000;
    background-color: transparent;
    opacity: 1;
}
.swiper-gallery-thumbs .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-gallery-thumbs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--pink);
	background-color: var(--pink)
}
/* Swiper - before tag */
.slider-image {
  padding-top: 75px;
  background-color: #fff;
}
.before-tag {
  background-color: #E5E5E5;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  font-size: 1.5rem;
  position: absolute;
  left: 30px;
  /* top: 50%; */
  transform: translate(0,-50%) rotate(-20deg);
  z-index: 10;
}
.before-tag .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
/* Before banner */
.before-banner {
  background-color: #E5E5E5;
  font-size: 1rem;
  line-height: 1em;
  padding: 6px 0 4px 0;
  margin-top: 10px;
  position: absolute;
}
@media screen and (max-width:767px) {
  .slider-image {
    padding-top: 55px;
  }
  .before-tag {
    font-size: 1.2rem;
    height: 110px;
    width: 110px;
  }
}


/*
 * Elementor 
*/

/* Default Column Gap */
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px 30px;
}

/* Section */
section.section-align-left > .elementor-container {
  margin-left: 0;
}
section.section-align-right > .elementor-container {
  margin-right: 0;
}
@media (max-width: 767px) {
  section.section-align-left > .elementor-container {
    margin-left: auto;
  }
  section.section-align-right > .elementor-container {
    margin-right: auto;
  }
}

/* Svg */
.elementor-icon svg {
  width: auto;
  /* height: auto; */
  max-width: 100%;
}

/* Title */
.elementor-widget-container > .elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

/* Toggle - Read More */
.readmore-toggle .elementor-toggle-item {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
.readmore-toggle .elementor-toggle .elementor-tab-title,
.readmore-toggle .elementor-toggle .elementor-tab-content {
  padding: 0;
  border: none;
}

.readmore-toggle .elementor-toggle .elementor-tab-title {
  padding-top: 20px;
}

.readmore-toggle .elementor-toggle-icon {
  margin-right: 5px;
}
.readmore-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .readmore-toggle .elementor-tab-content {
    display: block !important;
  }
  .readmore-toggle .elementor-toggle .elementor-tab-title {
    display: none;
  }
}


/*
 * Helpers 
*/

/* Square Image - Mobile - 1:1 ratio */
.square-img {
  position: relative;
}
.square-img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .square-img-mobile {
    position: relative;
  }
  .square-img-mobile::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .square-img-mobile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

/* Rectangle Image - 16:9 ratio */
.img-16-9 {
  position: relative;
}
.img-16-9::after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.img-16-9 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .img-16-9-mobile {
    position: relative;
  }
  .img-16-9-mobile::after {
    content: "";
    display: block;
    padding-bottom: 66%;
  }
  .img-16-9-mobile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

/* Image - 4:3 ratio */
.img-5-4 {
  position: relative;
}
.img-5-4::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.img-5-4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .img-5-4-mobile {
    position: relative;
  }
  .img-5-4-mobile::after {
    content: "";
    display: block;
    padding-bottom: 80%;
  }
  .img-5-4-mobile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .img-4-3-elem-mobile img {
    aspect-ratio: 4 / 3;
  }
}

.display-none {
  display: none;
}



