/* 
Theme Name:		 B&B Kidscare
Description:	 B&B Kidscare is a child theme of B&B Healthcare theme, created by Suprevo
Author:			 Suprevo
Author URI:		 https://suprevo.com/
Template:		 benbhealthcare
Version:		 1.0
*/

:root {
  --kidscare-blue: rgba(36, 180, 233, 1);
	--header-purple: rgba(198, 43, 145, 0.8);
	--header-yellow: rgba(255, 200, 11, 0.5);
	--kidscare-green: #8dc63f;
	--kidscare-yellow: #ffc80b;
  --kidscare-purple: #c62b91;
}

:root.high-contrast {
  --kidscare-blue: rgba(27, 145, 188, 1);
	--header-purple: rgba(198, 43, 145, 0.8);
	--header-yellow: rgba(255, 200, 11, 0.5);
	--kidscare-green: #6da420;
	--kidscare-yellow: #d6a400;
  --kidscare-purple: #a0126e;
  
}

body .navbar--bottom nav>ul>li .subnav ul {
  max-height: 300px;
}

body .navbar--bottom nav>ul>li .subnav {
  top: 201px;
}

body header:before {
  background: var(--kidscare-blue);
  background: -moz-linear-gradient(90deg, var(--kidscare-blue) 0%, var(--header-purple) 49%, var(--header-yellow) 100%);
  background: -webkit-linear-gradient(90deg, var(--kidscare-blue) 0%, var(--header-purple) 49%, var(--header-yellow) 100%);
  background: linear-gradient(90deg, var(--kidscare-blue) 0%, var(--header-purple) 49%, var(--header-yellow) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--kidscare-blue)", endColorstr="#ffc80b", GradientType=1);
}

body .cta-bar,
body .header--overlap .header--table {
  background: rgba(198, 43, 145, 1) !important;
}

body li:not(.store-route) a,
body p a {
  color: var(--kidscare-green);
}

body .content-split ul li:before {
  background: var(--kidscare-green);
}

body .button--navy {
  background: var(--kidscare-purple);
}

body .button--green {
  background: var(--kidscare-green);
}
body .button--yellow {
  background: var(--kidscare-yellow);
}



.kidsstretch a.meerinfo {
  text-align: left;
  padding: 0 30px;
  position: absolute;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 50px;
  bottom: 50px;
  line-height: 50px;
  background-image: url(../img/arrow-right-button.png);
  background-position: center right 30px;
  background-repeat: no-repeat;
}

.kidsstretch a.meerinfo:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
}

.kidsstretch a:last-child:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.kidsstretch a:last-child {
  text-align: left;
  padding: 0 30px;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 500;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../img/arrow-right-button.png);
  background-position: center right 30px;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 50px;
  bottom: 0;
  line-height: 50px;
}

.kidsstretch span.title {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  font-size: 1.6rem !important;
}

.kidsstretch span.subtitle {
  position: relative;
  display: block;
  color: #fff !important;
  font-size: 1.3rem;
  padding-bottom: 65px;
}

.kidsstretch .age {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 300;
  right: 30px;
  top: 18px;
}

.kidsstretch figure {
  width: 150px;
  height: 150px;
  border-radius: 1000px;
  border: 5px solid white;
  margin: 0 auto 25px;
  text-align: center;
}

.kidsstretch figure img {
  margin-top: 21px;
}

.kidsblue,
.kidsyellow,
.kidspink,
.kidsgreen {
  position: relative;
  top: -160px;
  color: #fff !important;
  width: calc(100% - 30px);
  padding: 70px 50px;
  font-size: 1rem;
  border-radius: 20px;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.kidsblue {
  background: var(--kidscare-blue);
}

.kidsyellow {
  background: var(--kidscare-yellow);
}

.kidspink {
  background: var(--kidscare-purple);
}

.kidsgreen {
  background: var(--kidscare-green);
}


@media (min-width:1481px) and (max-width: 1699px) {

  .kidsblue,
  .kidsyellow,
  .kidspink,
  .kidsgreen {
    font-size: 14px;
    position: relative;
    top: -120px;
    color: #fff !important;
    font-size: 1rem;
    border-radius: 20px;
    z-index: 1;
  }
}

@media (max-width: 1200px) {
  .kidsstretch {
    width: 100%;
  }

  .kidsstretch .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
  }

  .kidsstretch .col-sm-6 {
    width: 100%;
  }

  .kidsblue,
  .kidsyellow,
  .kidspink,
  .kidsgreen {
    position: relative;
    top: -20px !important;
    color: #fff !important;
    font-size: 1rem;
    border-radius: 20px;
    z-index: 1;
    margin: 0 auto 20px;
  }
}

@media (min-width:1000px) and (max-width: 1480px) {
  .kidsstretch {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .kidsblue,
  .kidsyellow,
  .kidspink,
  .kidsgreen {
    top: -120px;
    color: #fff !important;
    font-size: 1rem;
    border-radius: 20px;
    z-index: 1;
  }
}