/* # Global Styes
   # Please insert all GLobal Styles below, avoid inserting anywhere.
---------------------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	background-color: #fff;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.45;
}
body > div {
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	text-decoration: none;
}


/* Fonts */

/* Morganite Book (Regular) */
@font-face {
    font-family: 'Morganite';
    src: url('/wp-content/uploads/2026/02/Morganite-Book.woff2') format('woff2'),
         url('/wp-content/uploads/2026/02/Morganite-Book.woff') format('woff'),
         url('/wp-content/uploads/2026/02/Morganite-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Morganite Light */
@font-face {
    font-family: 'Morganite';
    src: url('/wp-content/uploads/2026/02/Morganite-Light.woff2') format('woff2'),
         url('/wp-content/uploads/2026/02/Morganite-Light.woff') format('woff'),
         url('/wp-content/uploads/2026/02/Morganite-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Morganite Medium */
@font-face {
    font-family: 'Morganite';
    src: url('/wp-content/uploads/2026/02/Morganite-Medium.woff2') format('woff2'),
         url('/wp-content/uploads/2026/02/Morganite-Medium.woff') format('woff'),
         url('/wp-content/uploads/2026/02/Morganite-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Morganite Bold */
@font-face {
    font-family: 'Morganite';
    src: url('/wp-content/uploads/2026/02/Morganite-Bold.woff2') format('woff2'),
         url('/wp-content/uploads/2026/02/Morganite-Bold.woff') format('woff'),
         url('/wp-content/uploads/2026/02/Morganite-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



/* Reusable */

.site-btn a {
  height: 3.49vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #b03321 0%, #fa3b33 100%);
}

.site-btn a:hover {
  background: linear-gradient(180deg, #b03321 0%, #fa3b33 100%);
}

.testimonial-wrap .content {
    color: #fff;
    border: 2px solid #B5743E;
    border-top: 0;
    position: relative;
    padding: 2vw 1vw 1vw 2vw;
    display: flex;
    flex-wrap: wrap;
}

.content hr.left{
    border: 1px solid #B5743E;
    width: 44%;
    position: absolute;
    left: 0;
    top: 0;
}
.content hr.right {
    border: 1px solid #B5743E;
    width: 44%;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial-wrap .content img.bird-icon {
    text-align: center;
    margin: 0 auto;
    margin-top: 0vw;
    position: absolute;
    left: 0;
    right: 0;
    top: -1vw;
    width: 3.28vw;
    height: auto;
}
.testimonial-wrap .testimonial-item {
    padding: 1vw 0.5vw 0;
}

.testimonial-wrap h3.headline {
    font-family: 'EB Garamond',sans-serif;
    font-style: italic;
    font-size: 1.67vw;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
}

.testimonial-wrap .right img {
    width: 100%;
    padding-left: 0%;
}

.testimonial-wrap .thumbnail .left{
    width: 77%;
} 

.testimonial-wrap .thumbnail .right {
    width: 23%;
}

.testimonial-wrap .thumbnail {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-wrap .excerpt {
    font-size: 1.042vw;
    font-family: 'DM Sans',sans-serif;
    font-weight: 300;
    line-height: 1.3em;
}

.testimonial-wrap .footer-testimonial {
    margin-top: -0.5vw;
}
.testimonial-wrap h3.name {
    font-family: "Morganite",sans-serif;
    color: #B5743E;
    font-size: 3.33vw;
    font-weight: 500;
    letter-spacing: 0.07vw;
    margin: 0;
    display: flex;
    align-items: center;
}

.testimonial-wrap span.position {
    font-family: "DM Sans",sans-serif;
    font-size: 1.042vw;
    letter-spacing: 0;
    color: #fff;
    font-weight: 300;
    width: 33%;
    padding-left: 15px;
    line-height: 1.3em;
}

.testimonial-wrap .slick-arrow{
    z-index: 10;
}

.testimonial-wrap .slick-arrow:before{
    display: none;
}

.testimonial-wrap .slick-dots button{
    display: none;
}

.testimonial-wrap .slick-dots li {
    background-color: #B5743E;
    border-radius: 50px;
    height: 14.65px !important;
    width: 14.65px !important;
}

.testimonial-wrap .slick-dots li.slick-active{
    background-color: #FA3B33;
}

.testimonial-wrap ul.slick-dots {
    bottom: -3vw !important;
}

.gform_body input:focus::-webkit-input-placeholder,
.gform_body textarea:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

.gform_body input:focus:-moz-placeholder,
.gform_body textarea:focus:-moz- placeholder {
    opacity: 0 !important;
}

.gform_body input:focus:-ms-input-placeholder,
.gform_body textarea:focus:-ms- input-placeholder {
    opacity: 0 !important;
}

.gform_body input:focus::placeholder,
.gform_body textarea:focus::placeholder {
    opacity: 0 !important;
}

/* # Elementor Overwrites ---------------------------------------------------------------------------------------------------- */
.elementor-editor-active .site-header,
.elementor-editor-active .nav-primary {
	display: none;
}
.full-width-content.elementor-page .site-inner {
	max-width: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.full-width-content.elementor-page .entry {
	padding: 0;
	margin: 0;
}
body .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 119rem;
}
.full-width-content.elementor-page .site-inner {
	padding-top: 0;
}
.elementor_library-template-default.elementor-editor-active .sidebar {
    display: none;
}
.elementor_library-template-default .content {
    width: 100%;
    padding: 0;
    margin: 0;
}
.site-footer {
	display: none;
}

@media only screen and (min-width: 1025px) {
    .fluid-row .elementor-container {
        width: 78%;
    }

    .fluid-row .elementor-inner-section .elementor-container,
    .fluid-row .elementor-widget-popup .elementor-container {
        width: 100%;
    }
}

/* # will apply this css starting 1024px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
	
  .site-btn a {
    height: 6.5vw;
  }
	
	    .testimonial-wrap h3.headline {
    font-size: 2.2vw;
}

.testimonial-wrap .excerpt {
    font-size: 1.8vw;
}

.testimonial-wrap h3.name {
    font-size: 4.5vw;
}
.testimonial-wrap span.position {
    font-size: 1.8vw;
    width: 50%;
}

.testimonial-wrap .content {
    padding: 2vw 2vw 2vw 2vw;
}

.testimonial-wrap .thumbnail .left {
    padding-right: 2%;
}

.testimonial-wrap ul.slick-dots {
    bottom: -5vw !important;
}
	
.testimonial-wrap .thumbnail {
    align-items: center;
}


}

/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {

}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1600px) {
	html {
		font-size: 56.3%;
	}
}
@media only screen and (max-width:1023px) {
	br {
		display: none;
	}
}
@media only screen and (max-width:960px) {
	html {
		font-size: 50%;
	}
}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:767px) {
  .site-btn a {
    height: 14vw;
  }
	
	.testimonial-wrap .thumbnail {
    flex-direction: column-reverse;
}

.testimonial-wrap .thumbnail .left {
    width: 100%;
}

.testimonial-wrap .thumbnail .right {
    width: 100%;
}

.testimonial-wrap .right img {
    width: 50%;
    padding-left: 0%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.testimonial-wrap .content {
    padding: 10vw 5vw 5vw;
}

.testimonial-wrap .content img.bird-icon {
    top: -2vw;
    width: 12.28vw;
    height: auto;
}

.testimonial-wrap .testimonial-item {
    padding: 5vw 1vw 0;
}
.content hr.right,.content hr.left  {

    width: 38%;

}

.testimonial-wrap h3.headline {
    font-size: 5vw;
    text-align: center;
}

.testimonial-wrap .excerpt {
    font-size: 4vw;
    text-align: center;
}


.testimonial-wrap h3.name {
    font-size: 10vw;
}

.testimonial-wrap span.position {
    font-size: 4vw;
    width: 100%;
    display: block;
    padding: 0;
}

.testimonial-wrap h3.name {
    display: block;
    text-align: center;
}

.testimonial-wrap .thumbnail .left {
    padding-right: 0;
}

.testimonial-wrap ul.slick-dots {
    bottom: -8vw !important;
}
}

@media only screen and (max-width:568px) {

}
