/*
Theme Name: UnderStrap Child
Theme URI: https://wp-themes.com/understrap
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress UnderStrap child theme.
Template: understrap
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: understrap-child
*/
.page-id-10 .wp-block-themepunch-revslider iframe, .page-id-x14 .wp-block-themepunch-revslider iframe {
height: auto !important;
  aspect-ratio: 4 / 2.4;
}
.page-id-12 .wp-block-themepunch-revslider iframe {
height: auto !important;
  aspect-ratio: 4 / 2.95;
}
.fade-in {
	transition-duration: .5s;
	opacity: 0;
}
.header-search .asl_w_container {
  display: none;
}
.search-trigger {
    cursor: pointer;
	text-indent: -9999px;
	width:45px;
	height:45px;
	background-image: url("images/mag-glass.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.home .search-trigger, #wrapper-navbar.content-behind-banner .search-trigger {
	background-image: url("images/mag-glass-white.png");
}
.container-fluid {
  max-width: 1750px;
	padding-left: 24px;
	padding-right: 24px;
}
.alignfull > .wp-block-group__inner-container, #lab-callouts > .wp-block-group__inner-container {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}
#map > .wp-block-group__inner-container {
	max-width: none;
}
.width-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.width-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.margin-group > .wp-block-group__inner-container {
  margin: 80px auto;
}
.padding-group > .wp-block-group__inner-container {
  padding: 80px 12px;
}
@media screen and (max-width: 781px) {
.margin-group > .wp-block-group__inner-container {
  margin: 40px auto;
}
.padding-group > .wp-block-group__inner-container {
  padding: 40px 12px;
}
}
.wp-block-button__link, div.wpforms-container-full button[type="submit"], .menu-button, .hs-button {
  transition-duration: .5s;
  background-color: #2F5B3A !important;
  border-radius: 14px;
  color: white;
  font-size: 26px;
  font-weight: 900;
  padding: calc(.467em + 2px) calc(1.333em + 2px);
	height: auto;
}
.menu-button {
  background-color: #2F5B3A !important;
}
.menu-button {
  padding: 0 15px;
}
.wp-block-button__link:hover, div.wpforms-container-full button[type="submit"]:hover, .menu-button a:hover {
  color: black;
}
.nomargin {
  margin-bottom: 10px;
}
#content ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:15px;
	padding-left: 5px;
}
#content li {
	position: relative;
	padding-left: 35px;
	line-height: 1.1em;
}
#content li:before {
	display: block;
	content: '';
	background-image: url("images/bullet-r.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height:30px;
	width:30px;
	position: absolute;
	top:-4px;
	left:0;
}
body {
	background-color: #F2EFE9;
  font-family: "gotham", sans-serif;
  font-size: 20px;
  color: #000;
}
.slider-font {
  font-family: "gotham", sans-serif !important;
}
.subtitle {
  color: #51bfa0;
  font-size: 30px;
	line-height: 1.2em;
  font-weight: 900;
	margin-top: -10px;
}
header.entry-header h1 {
  color: white;
  font-size: 60px;
  font-weight: 900;
}
h2 {
  font-size: 45px;
	line-height: 1.3em;
  font-weight: 900;
  margin-bottom: 30px;
}
.team-members h2 {
  font-size: 38px;
	line-height: 1.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 781px) {
  header.entry-header h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
	  margin-bottom: 20px;
  }
	.team-members h2 {
  font-size: 26px;
}
}
.bg-primary {
  background-color: transparent !important;
}
#main-nav .container-fluid {
  flex-wrap: nowrap !important;
}
.navbar-brand {
  max-width: 680px;
	max-width: 39.5%;
}
element {
}
body:not(.home) #wrapper-navbar:not(.content-behind-banner) .nav-link .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2896, 96, 96, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    max-width: 50%;
  }
	#navbarNavOffcanvas {
		background-color: #A28F80 !important;
	}
}
#main-menu {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.nav-link {
  color: #606161;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .5px;
}
.home .nav-link, .menu-button .nav-link, #wrapper-navbar.content-behind-banner .nav-link {
  color: white;
}
.nav-link:hover {
  color: #51bfa0;
}
.home .nav-link:hover, .menu-button .nav-link:hover, #wrapper-navbar.content-behind-banner .nav-link:hover {
  color: #000;
}
@media screen and (max-width: 1500px) {
 #main-menu {
  gap: 10px;
}
}
#home-logos, .logos {
  max-width: 1200px;
  margin: auto;
}
#home-logos .wp-block-columns, #home-logos figure, #home-logos img {
  max-width: 1200px;
  margin: auto;
}
#no-title-page-wrapper, #page-wrapper {
  padding: 0;
}
.home #wrapper-navbar, #wrapper-navbar.content-behind-banner {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid white;
}
.home.logged-in #wrapper-navbar, .logged-in #wrapper-navbar.content-behind-banner {
  top: 32px;
}
header.entry-header {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  background-color: #9b9a9c;
  padding: 50px 20px;
  text-align: center;
}
#clients-are-saying {
  color: white;
}
#clients-are-saying h2 {
  color: white;
}
#clients-are-saying .wp-block-columns {
  margin-bottom: 0;
}
#clients-are-saying > div > div > .wp-block-column {
  padding-left: 130px;
	padding-right: 130px;
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#clients-are-saying > div > div > .wp-block-column:before {
  display: block;
  content: '';
  background-image: url("images/left-quote-r2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  aspect-ratio: 10 / 9;
  position: absolute;
  top: 0;
  left: 0;
}
#clients-are-saying > div > div > .wp-block-column:after {
  display: block;
  content: '';
  background-image: url("images/left-quote-r2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  aspect-ratio: 10 / 9;
  position: absolute;
  bottom: 100px;
  right: 0;
	transform: rotate(180deg);
}
#clients-are-saying .wp-block-columns .wp-block-columns {
  flex-wrap: nowrap !important;
}
#clients-are-saying .wp-block-columns .wp-block-columns .wp-block-column:first-child {
  max-width: 100px;
  min-width: 100px;
}
#clients-are-saying .wp-block-columns .wp-block-columns .wp-block-column:first-child p {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #2F5B3A;
  padding: 15px;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 600;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#clients-are-saying .wp-block-columns .wp-block-columns .wp-block-column:last-child p:first-child {
  font-size: 1.75em;
  line-height: 1.1em;
  font-weight: bold;
  margin: 0;
}
#clients-are-saying .wp-block-columns .wp-block-columns .wp-block-column:last-child p:last-child {
  font-size: 1.35em;
  line-height: 1.1em;
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #clients-are-saying > div > div > .wp-block-column {
    padding-left: 70px;
	  padding-right: 70px;
    padding-top: 30px;
    gap: 0 !important;
  }
  #clients-are-saying > div > div > .wp-block-column:before, #clients-are-saying > div > div > .wp-block-column:after {
    width: 60px;
  }
	#clients-are-saying > div > div > .wp-block-column:after {
  bottom: 60px;
}
  #clients-are-saying .wp-block-columns .wp-block-columns {
    gap: 20px !important;
  }
  #clients-are-saying .wp-block-columns .wp-block-columns .wp-block-column:first-child {
    max-width: 60px;
    min-width: 60px;
  }
  #clients-are-saying .wp-block-columns .wp-block-columns .wp-block-column:first-child p {
    padding: 10px;
    font-size: 1.3em;
  }
  #clients-are-saying .wp-block-columns .wp-block-columns .wp-block-column:last-child p:first-child {
    font-size: 1.25em;
  }
  #clients-are-saying .wp-block-columns .wp-block-columns .wp-block-column:last-child p:last-child {
    font-size: 1.05em;
  }
}
.home-callouts .wp-block-columns.reverse {
  flex-direction: row-reverse;
  text-align: right;
}
.home-callouts .wp-block-columns.reverse h2 {
  text-align: right;
}
.home-callouts .wp-block-columns.reverse .wp-block-buttons {
  justify-content: flex-end;
}
.home-callouts .wp-block-column:first-child {
  display: flex;
	align-items: center;
}
.home-callouts .wp-block-column:first-child .wp-block-group {
  background-color: #8FA48E;
	background-color:rgba(143,164,142,.75);
  border-radius: 20px;
  padding: 75px 50px;
}
#leaves-wrapper .wp-block-columns {
	position: relative;
	z-index: 2;
}
#leaves-wrapper {
	position: relative;
}
#leaves {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#leaves figure {
	position: absolute;
	min-width: 100px;
}
#leaves figure:nth-child(1) {
	left:0;
	top:5%;
	max-width: 13%;
}
#leaves figure:nth-child(2) {
	left:25%;
	top:0;
	max-width: 7.8%;
}
#leaves figure:nth-child(3) {
	left:auto;
	right:25%;;
	top:0;
	max-width: 11.45%;
}
#leaves figure:nth-child(4) {
	left:auto;
	right:0;
	top:5%;
	z-index: 3;
	max-width: 6.51%;
}
#leaves figure:nth-child(5) {
	left:0;
	top:30%;
	max-width: 16.66%;
}
#leaves figure:nth-child(6) {
	left:40%;
	top:35%;
	max-width: 11.45%;
}
#leaves figure:nth-child(7) {
	left:auto;
	right:27%;
	top:45%;
	z-index: 3;
	max-width: 17.18%;
}
#leaves figure:nth-child(8) {
	left:auto;
	right:15%;
	top:35%;
	max-width: 7.8%;
}
#leaves figure:nth-child(9) {
	left:auto;
	right:0;
	top:52%;
	max-width: 8.85%;
}
#leaves figure:nth-child(10) {
	left:0;
	top:90%;
	max-width: 5.46%;
}
#leaves figure:nth-child(11) {
	left:5%;
	top:88%;
	max-width: 7.8%;
}
#leaves figure:nth-child(12) {
	left:20%;
	top:85%;
	z-index: 3;
	max-width: 16.66%;
}
#leaves figure:nth-child(13) {
	left:auto;
	right:46%;
	top:88%;
	max-width: 8.333%;
}
#leaves figure:nth-child(14) {
	left:auto;
	right:15%;
	top:65%;
	max-width: 11.45%;
}
#leaves figure:nth-child(15) {
	left:auto;
	right:0;
	top:80%;
	max-width: 13.54%;
}
#sdc-nutrition .wp-block-column {
background-color: #8FA48E;
	background-color:rgba(143,164,142,.75);
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sdc-nutrition .wp-block-column p {
  margin: 0;
}
#dither-footer {
  background: #2F5B3A;
  background: linear-gradient(90deg, rgba(47, 91, 58, 1) 0%, rgba(94, 143, 90, 1) 100%);
  color: #d1d3d4;
}
#dither-footer a:not(.wp-block-social-link-anchor) {
  color: #d1d3d4;
}
#footer-full-content {
  max-width: 1000px;
  align-items: center;
  margin: auto;
}
#wrapper-footer-full {
  background-color: transparent;
  padding-top: 80px;
}
#wrapper-footer-full .row {
  justify-content: space-between;
}
.footer-widget {
  flex-basis: auto;
  width: auto;
}
#block-7 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-8 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-info {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#menu-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#menu-footer-menu a {
  text-decoration: none;
}
#menu-footer-menu li {
  display: flex;
  align-items: center;
  gap: 10px;
}
#menu-footer-menu li:not(:last-child):after {
  display: block;
  content: '|';
}
#your-factory .wp-block-columns {
	margin-bottom: 0;
}
#your-factory .wp-block-columns p:last-child {
	margin-bottom: 0;
}
#lab-callouts, #team-list {
  position: relative;
}
#watermarks {
	 position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
	opacity:30%;
}
#watermarks figure {
	 position: absolute;
}
#watermarks figure img {
	max-height: 100%;
}
#watermarks figure:first-child {
	 top:0;
	right:0;
	max-height: 50%;
}
#watermarks figure:last-child {
	  bottom:0;
	left:0;
	max-height: 50%;
}
#lab-callouts .wp-block-columns .wp-block-group {
  background-color: #5E8F5A;
	background-color: rgba(94,143,90,.75);
  border-radius: 20px;
  padding: 50px;
}
#lab-callouts p:last-child, #lab-callouts ul:last-child {
	margin-bottom: 0;
}
#lab-callouts .wp-block-columns:nth-child(odd) h2, #lab-callouts .wp-block-columns:nth-child(odd) p {
  text-align: right;
}
#lab-callouts .wp-block-columns:nth-child(even) {
  flex-direction: row-reverse !important;
}
#lab-callouts .wp-block-columns:not(:last-child) {
  margin-bottom: 100px;
}
#lab-callouts .wp-block-column:first-child {
  flex-basis: 45%;
}
#lab-callouts .wp-block-column:last-child {
  flex-basis: 55%;
}
@media screen and (max-width: 781px) {
  #lab-callouts .wp-block-group {
    padding: 20px;
  }
  #lab-callouts .wp-block-columns:not(:last-child) {
    margin-bottom: 50px;
  }
}
.team-members {
	display: flex;
	flex-wrap: wrap;
	gap:70px;
	max-width: 1600px;
	margin: auto;
	justify-content: center;
}
.team-member {
	flex-basis: calc(25% - 52.5px);
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.team-member-info {
	transition-duration: .5s;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 25px;
	background-color: #51bfa0;
	background-color: rgba(94,143,90,.6);
	color:white;
	text-align: center;
	opacity: 0;
	cursor: pointer;
}
.team-member:hover .team-member-info {
	opacity: 1;
}
.team-member-title {
	font-style: italic;
}
@media screen and (max-width: 1050px) {
	.team-members {
	gap:35px;
}
  .team-member {
	flex-basis: calc(33% - 23.3333px);
}
}
@media screen and (max-width: 700px) {
	.team-members {
	gap:10px;
}
  .team-member {
	flex-basis: calc(50% - 5px);
}
}
#contact-info strong {
	font-size: 1.2em;
}
#your-team-image figure, #your-team-image img {
	margin-bottom: 0;
}
#your-team-image > .wp-block-group__inner-container {
  max-width: none;
}
