/*!
 * Start Bootstrap - New Age v5.0.1 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

/* html,
body {
  width: 100%;
  height: 100%;
} */

body {
  font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
}

*:focus{
    outline: none;
}

a {
/*   color: #fdcc52; */
  color: #2D8FA1;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
/*   color: #fcbd20; */
  color: #89d2dc;
}

.cli_settings_button {
  color: #2D8FA1!important;
  -webkit-transition: all .35s;
  transition: all .35s;
  margin: 0px !important;
}

.cli_settings_button:hover {
  color: #89d2dc!important;
}


hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(44,108,117);
/*   line-height: 1.8em; */
}
p, li[class!='menu-item'] {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

/*
section h2 {
  font-size: 50px;
}
*/

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #2c6c75;
  }
  #mainNav .navbar-nav > li.contact-btn-bh > a,
  #mainNav .navbar-nav > li.contact-btn-bh > a:focus {
    color: #222222;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #5c848c;
  }
  #mainNav .navbar-nav > li.contact-btn-bh > a:hover {
  	color:rgb(205, 32, 44);
  }
  #mainNav.navbar-shrink {
    /*border-color: rgba(34, 34, 34, 0.1);
	background: #4ef4d4;
	background: -webkit-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%);
	background: -o-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%);
	background: linear-gradient(to top right, #4ef4d4 0%, #2d8fa1 100%);*/
	background-color: #ffffff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #2c6c75;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #2c6c75;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #2c6c75;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  color: white;
  /*background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);*/
  background: url("/wp-content/uploads/2019/03/onda_wellwo_web.png") no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 290px;
}
header.landing1 {
  background: url("/wp-content/uploads/2019/03/fondo_olas_verdes_wellwo.png") no-repeat;
  background-position-y: 220px;
  padding-top: 35px;
}
hr.homeline{
  max-width: 90%;
  margin: 0px;
  border-width: 3px;
  border-color: rgba(255,255,255,0.3);
}
.feature-slider{
  font-size: 0.9em;
}
.landing1 video{
  box-shadow: 3px 3px 20px #aaaaaa;
}

@media (min-width: 768px) {
	header.masthead .header-content {
	  /*max-width: 500px;*/
	  margin-bottom: 100px;
	  text-align: center;
	}
}
@media (min-width: 576px) {
	header.masthead .header-content h1 {
	  font-size: 30px;
	}
	header.masthead {
	  padding-bottom: 100px;
	  background-size: 100%;
	}
	p.features-slider{
	  font-size: 1.15em;
	}
}
header.masthead .header-content h1 {
  font-size: 2.2em;
}
header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  /*
header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
*/
  header.masthead .header-content {
    margin-bottom: 0;
/*     min-height: 650px; */
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 3.15em;
  }
  section h2 {
    font-size: 2.5em;
  }
  header.masthead.landing1 .header-content h1 {
    font-size: 45px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
  padding: 150px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
  
.text-box-left{
	max-width: 600px;
	padding-right: 50px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
/*  background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

section#endirecto {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    color: white;
    background: url("/wp-content/uploads/2020/12/onda_amarilla-1.png") no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: 930px;
  }
section#saludemocional {
    position: relative;
    width: 100%;
    color: white;
    background: url("/wp-content/uploads/2021/03/onda_morada.png") no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 430px;
  }
section#saludnutricional {
    position: relative;
    width: 100%;
    color: white;
    background: url("/wp-content/uploads/2021/03/onda_verde.png") no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 460;
  }
section#saludmedioambiental {
    position: relative;
    width: 100%;
    color: white;
    background: url("/wp-content/uploads/2021/03/onda_azul-2.png") no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 540px;
  }

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

#wrapper-footer {
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdcc52), to(#fdc539));
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .btn{
    letter-spacing: 2px;
  }
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}
/* eBranding */
img[itemprop="logo"], a.navbar-brand.custom-logo-link img{
	max-width: 130px;
}
@media (min-width: 992px) {
	section#endirecto {
		background-position-y: 310px;
	}
	section#saludemocional {
    	background-position-y: 120px;
	}
	section#saludnutricional {
    	background-position-y: center;
	}
	section#saludmedioambiental {
    	background-position-y: 180px;
 	}
}
@media (min-width: 768px) {
	img[itemprop="logo"], a.navbar-brand.custom-logo-link img{
  	max-width: 180px;
	}
}
.bg-darkgreen, #wrapper-footer-full{
  background-color: #193435;
}
.bg-green{
  background-color:#14C194;
}
.bg-lightgrey{
  background-color:#F2F2F2;
}
.bg-contacto{
  background: url(img/fondo-contacto.png);
}
.text-primary{
  color: #2D8FA1!important;
}
.text-secondary{
  color:#4EF4D4!important;
}
.text-bluewellness{
  color: #4EF4D4;
}
.text-lightblue{
  /* color:#2D8FA1; */
  color: #00B0C8;
}
.text-lowblue{
  color:#2C6C75;
}
.text-yellow{
  color: #F29B00;
}
.text-lightyellow{
  color:#FFC536;
}
.text-violet{
  color: #8B00CC;
}
.text-lightviolet{
  color:#C64DFF;
}
.text-green{
  color: #14C194;
}
.text-lightgreen{
  color:#17E582;
}
.text-grey{
  color: #939A9C;
}
p, li{
	color: rgb(147,154,156);
}
.text-smaller{
	font-size: .9em;
}
.swiper-container.gallery-top{
	position: absolute;
	top: 20%;
	right: -5%;
	height: 500px;
}
.swiper-slide.swiper-slide-visible{
	cursor: pointer;
}
#features figure.featone:before, #features figure.feattwo:before, #features figure.featthree:before, #features figure.featfour:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:-9999;
  margin: auto;
  opacity: 1;
  border-radius: 2.5rem!important;
  transition: opacity .5s linear;
  margin: 1em;
}
#features figure.featone:before{
  background: #FFC536;
  background: -moz-linear-gradient(45deg, #FFC536 0%, #F29B00 100%);
  background: -webkit-linear-gradient(45deg, #FFC536 0%,#F29B00 100%);
  background: linear-gradient(45deg, #FFC536 0%,#F29B00 100%);
}
#features figure.feattwo:before{
  background: #C64DFF;
  background: -moz-linear-gradient(45deg, #C64DFF 0%, #8B00CC 100%);
  background: -webkit-linear-gradient(45deg, #C64DFF 0%,#8B00CC 100%);
  background: linear-gradient(45deg, #C64DFF 0%,#8B00CC 100%);
}
#features figure.featthree:before{
  background: #17e582;
  background: -moz-linear-gradient(45deg, #17e582 0%, #14c194 100%);
  background: -webkit-linear-gradient(45deg, #17e582 0%,#14c194 100%);
  background: linear-gradient(45deg, #17e582 0%,#14c194 100%);
}
#features figure.featfour:before{
  background: #00B0C8;
  background: -moz-linear-gradient(45deg, #00B0C8 0%, #0080FF 100%);
  background: -webkit-linear-gradient(45deg, #00B0C8 0%,#0080FF 100%);
  background: linear-gradient(45deg, #00B0C8 0%,#0080FF 100%);
}
	section#features figure .feature-item i, section#features figure .feature-item ul li, section#features figure .feature-item h4 {
		color: #ffffff;
	}
@media (min-width: 768px) {
	#features figure.featone:before, #features figure.feattwo:before, #features figure.featthree:before, #features figure.featfour:before{
  		opacity: 0;
	}
	#features figure.featone:hover:before, #features figure.feattwo:hover:before, #features figure.featthree:hover:before, #features figure.featfour:hover:before{
  		opacity: 1;
	}	
	section#features figure .feature-item i.text-lightyellow {
		color: #FFC536;
	}	
	section#features figure .feature-item i.text-lightviolet {
		color: #C64DFF;
	}	
	section#features figure .feature-item i.text-lightgreen {
		color: #17E582;
	}	
	section#features figure .feature-item i.text-lightblue {
		color: #00B0C8;
	}
	section#features figure .feature-item ul li, section#features figure .feature-item h4 {
		color: #2C6C75;
	}	
	page-template-home-bh section#features figure .feature-item h4 {
		color: #222222;
	}
	section#features figure:hover .feature-item i, section#features figure:hover .feature-item li, section#features figure:hover .feature-item h4 {
		color: #ffffff!important;
	}
}
.wellwo-btn, .wpcf7 input[type=email].wellwo-btn, .wpcf7 input[type=text].wellwo-btn, .wpcf7 textarea.wellwo-btn, .wellwo-input, .wpcf7 input[type=email].wellwo-input, .wpcf7 input[type=text].wellwo-input, .wpcf7 input[type=tel].wellwo-input, .wpcf7 textarea.wellwo-input{
	border-radius:25px;
	border-width: 1px;
	border-style: solid;
	border-color: #969B9C;
	/*
border-color: transparent;
	color: #2c6c75;
	background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%) border-box;
	background: -o-linear-gradient(#fff, #fff) padding-box, -o-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%) border-box;
	background: linear-gradient(#fff, #fff) padding-box, -moz-border-image: -moz-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%) border-box;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to top right, #4ef4d4 0%, #2d8fa1 100%) border-box;
*/
}
.wellwo-btn-hover:hover, .wpcf7 input[type=submit].wellwo-btn-hover:hover,.contact-btn:hover, .btn.understrap-read-more-link:hover{
	border-radius:25px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	color: #2c6c75;
	background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%) border-box;
	background: -o-linear-gradient(#fff, #fff) padding-box, -o-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%) border-box;
	background: linear-gradient(#fff, #fff) padding-box, -moz-border-image: -moz-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%) border-box;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to top right, #4ef4d4 0%, #2d8fa1 100%) border-box;
}
.wellwo-btn, .wpcf7 input[type=email].wellwo-btn, .wpcf7 input[type=text].wellwo-btn, .wpcf7 textarea.wellwo-btn, .wellwo-input, .wpcf7 input[type=email].wellwo-input, .wpcf7 input[type=tel].wellwo-input, .wpcf7 input[type=text].wellwo-input, .wpcf7 textarea.wellwo-input{
	padding:10px 20px;
}
.wellwo-btn-hover,.wpcf7 input[type=submit].wellwo-btn-hover, .wellwo-btn:hover, .wpcf7 input[type=submit].wellwo-btn:hover, .contact-btn, .btn.understrap-read-more-link{
	color: #ffffff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border-width: 1px!important;
	border-color: #ffffff;
	background: #4ef4d4;
	background: -webkit-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%);
	background: -o-linear-gradient(bottom left, #4ef4d4 0%, #2d8fa1 100%);
	background: linear-gradient(to top right, #4ef4d4 0%, #2d8fa1 100%);
}
#mainNav .navbar-nav > li.contact-btn{
	padding: 5px 20px;
	display:flex;
	align-items:center;
}
#mainNav .navbar-nav > li.contact-btn > a, #mainNav .navbar-nav > li.contact-btn > a:focus{
	color: #ffffff!important;
}
#mainNav .navbar-nav > li.contact-btn:hover > a, #mainNav .navbar-nav > li.contact-btn:hover > a:focus{
	color: #2c6c75!important;
}
.contact-btn-bh.contact-btn{
    background: rgb(205, 32, 44)!important;
    border: 1px solid #ffffff!important;
}
.contact-btn-bh.contact-btn:hover{
    background: #ffffff!important;
    border-color: rgb(205, 32, 44)!important;
    color: rgb(205, 32, 44)!important;
}
#mainNav .navbar-nav > li.contact-btn-bh.contact-btn:hover > a, #mainNav .navbar-nav > li.contact-btn-bh.contact-btn:hover > a:focus{
	color: rgb(205, 32, 44)!important;
}
.swiper-pagination-progressbar{
  background-color: rgba(255,255,255,.4);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: rgb(44,108,117);
}
.swiper-bh .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color:rgb(205, 32, 44);
}
.swiper-slide.swiper-slide-thumb-active p{
  color: rgb(44,108,117)!important;
}
.swiper-bh .swiper-slide.swiper-slide-thumb-active p{
	color:rgb(205, 32, 44)!important;
}
.btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input:focus[type=submit] {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(44 108 117 / 25%) !important;
  box-shadow: 0 0 0 0.2rem rgb(44 108 117 / 25%) !important;
}


/* remove p tag end div */
.last>p:last-child{
	display: none;
}
.iconlast p{
	display: none;
}
#wrapper-footer small{
	font-size: .6rem;
}

/* Blog */
#menu-menu-blog .menu-item, #menu-menu-blog-en .menu-item, #menu-menu-blog-ca .menu-item, #menu-menu-blog-fr .menu-item, #menu-menu-blog-pt .menu-item, #menu-menu-blog-it .menu-item{
	margin-right: 25px;
}
#mainNav #menu-menu-blog > li > a{
	font-size: 0.85em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.4em;
}
h2 a{
  color: #2C6C75!important;
}
a.understrap-read-more-link{
  font-size: 0.5rem;
}
.btn-secondary{
}
article.post{
  margin-bottom: 30px;
}
article.post .wp-post-image{
  width: 100%;
  margin-bottom: 30px;
}
.entry-meta{
  margin-bottom: 20px;
}
.page-item.active .page-link{
  background-color: #2D8FA1;
  border-color: #2D8FA1;
}
.page-link{
  color: #2D8FA1;
}
.related-gallery img{
	width: 225px!important;
}
.related-gallery .gallery-item{
  text-align: left;
}
@media (max-width: 576px){
  h1.landing-title{
    font-size: 2em;
  }
}
/* Recapthca */
.grecaptcha-badge{
  display: none!important;
}
@media (max-width: 576px){
	.related-gallery.gallery-columns-3 .gallery-item{
		max-width: 100%!important;
	}
}
/* Menu */
/*
.menu-btn{
	display: none!important;
}
*/
#mainNav.navbar-shrink .navbar-nav > li.menu-btn > a, #mainNav.navbar-shrink .navbar-nav > li..menu-btn > a:focus{
	color: #2c6c75!important
}
@media (max-width: 576px){
	.navbar-expand .navbar-nav .nav-link{
		padding-left: 0;
		padding-right: 0;
    }
    #mainNav .navbar-nav > li.contact-btn{
        padding: 5px;
    }
	#mainNav .navbar-nav > li > a{
		font-size: 8px;
		text-align: center;
	}
	.nav-link{
		padding: 0;
	}
	.pll-parent-menu-item .dropdown-item{
		font-size: 9px;
		font-weight: bold;
		padding: .25rem 0.5rem;
	}
}
/* BH */
.pll-parent-menu-item{
	padding: 5px 0 5px 10px;
	font-weight: bold;
}
ul[id*="menu-menu-bh"]{
	display: flex;
	align-content:center;
}
ul[class*="menu-bh"] .dropdown-menu{
	min-width: initial;
}

/* Menu Landing Responsive */

@media (max-width: 576px){
  #mainNav .navbar-nav > li.contact-btn{
    padding: 6px 12px;
  }
  #mainNav #menu-menu-landing > li > a{
	  font-size: 11px;
	  text-align: center;
  }
}

/* NEW WEB 2022 */
/* Tabs */
.tabbed {
  overflow-x: hidden; /* so we could easily hide the radio inputs */
  margin: 32px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

.tabbed [type="radio"] {
  /* hiding the inputs */
  display: none;
}

.tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #eee;
  color: #666;
  font-size: 12px; 
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;	
  transition: all 0.3s;
}
.tab:hover label {
  border-top-color: #333;
  color: #333;
}

.tab-content {
  display: none;
  color: #777;
}