/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.bb-btn {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    line-height: 0.86;
    letter-spacing: 1.17px;
    color: #fff;
    padding: 26px;
    background-color: var(--orange);
    border-radius: 8px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto !important;
}
.coming-soon .bb-btn.bb-btn-orange {
    filter: saturate(0);
}
/* General */
@media all and (max-width: 1000px) {
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after {
	border-color:transparent!important;
}
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 38px;
}
#header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:after {
	background-color:var(--yellow) !important;
}
#header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:before {
	background-color:var(--yellow) !important;
}
#header-outer #top .slide-out-widget-area-toggle a .lines:before {
	background-color:var(--yellow) !important;
}
#header-outer #top .slide-out-widget-area-toggle a .lines:after {
	background-color:var(--yellow) !important;
}
#header-outer #top .slide-out-widget-area-toggle a .lines-button:after {
	background-color:var(--yellow) !important;
}
body #header-outer[data-transparent-header="true"].transparent {
    background-color: var(--dark-blue)!important;
}
body #header-outer {
    background-color: var(--dark-blue)!important;
}

}

.col.right {
	text-align:left!important;
}
@media all and (max-width: 690px) {
.container {
    max-width: 340px!important;
}
}
@media all and (max-width: 480px) {
.wpb_text_column > .wpb_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media all and (min-width: 1001px) {
#logo:hover img {
	content:url(/wp-content/uploads/2021/11/svg-logoorange.svg);
}
.container {
		max-width:1380px;
}
.bb-col.left.right-10-padding {
  	padding-right:10%!important
}
.bb-col.right.right-10-padding {
    padding-right:10%!important;
}
}
.archive .page-header-bg-image:after {
    background-color: rgb(237 237 237 / 35%);
}
/* Menu */
#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a {
	opacity:1!important;
}
/* END Menu */
/* Color Palette */
:root {
  	--orange: #ff822e;
  	--yellow: #ffbd00;
	--pink: #ffa6ac;
	--beige: #faf0e8;
	--bright-blue: #d4e6f0;
	--blue: #85bae0;
	--dark-blue:#175e87;
}
/* END Color Palette */
/* Typography */
@media all and (max-width: 1000px) {
h1 {
  	font-size: 32px!important;
  	line-height: 48px!important;
  	letter-spacing: -1px;
}
p {
	font-size:16px;
	line-height:1.5;
}
h2 {
	font-family: 'Rubik', sans-serif;
  	font-size: 32px;
  	font-weight: 500;
  	line-height: 1.25;
}
h3 {
	font-family: 'Rubik', sans-serif;
  	font-size: 24px;
  	font-weight: 500;
  	line-height: 28px!important;
}
h4 {
	font-family: 'Rubik', sans-serif;
  	font-size: 20px;
  	font-weight: 500;
  	line-height: 1.4;
}
h5 {
	font-family: 'Rubik', sans-serif;
  	font-size: 18px;
  	font-weight: 500;
  	line-height: 1.33;
}
h6 {
	font-family: 'Rubik', sans-serif;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.25;
}
}
@media all and (min-width: 1001px) {
p {
	font-size:16px;
	line-height:1.5;
}
h1 {
	font-family: 'Rubik', sans-serif;
  	font-size: 40px!important;
  	font-weight: 500;
  	line-height: 1.2!important;
  	letter-spacing: -1px;
}
h2 {
	font-family: 'Rubik', sans-serif;
  	font-size: 32px;
  	font-weight: 500;
  	line-height: 1.25;
}
h3 {
	font-family: 'Rubik', sans-serif;
  	font-size: 24px;
  	font-weight: 500;
  	line-height: 32px;
}
h4 {
	font-family: 'Rubik', sans-serif;
  	font-size: 20px;
  	font-weight: 500;
  	line-height: 1.4;
}
h5 {
	font-family: 'Rubik', sans-serif;
  	font-size: 18px;
  	font-weight: 500;
  	line-height: 1.33;
}
h6 {
	font-family: 'Rubik', sans-serif;
  	font-size: 16px;
  	font-weight: 500;
  	line-height: 1.25;
}}
/* End Typography */
/* Buttons and Links */
.nectar-button.btn.orange {
	background-color: var(--orange)!important;
	font-size: 14px;
	font-family:'Open Sans';
	letter-spacing: 1.17px;
	text-transform: uppercase;
	padding: 22px 52px!important;
 	border-radius: 8px!important;
  	box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.2);
}
.nectar-button.btn.orange:hover {
	opacity: 1!important;
	background-color: #e67529!important;
}
.nectar-button.btn.blue {
	background-color: var(--dark-blue)!important;
	font-size: 14px;
	font-family:'Open Sans';
	letter-spacing: 1.17px;
	text-transform: uppercase;
	padding: 22px 52px!important;
 	border-radius: 8px!important;
  	box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.2);
}
.nectar-button.btn.blue:hover {
	opacity: 1!important;
	background-color: #0C4769!important;
}
.text-link a {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	text-decoration: underline;
}
/* END Buttons and Links */
/* Menu */
#header-outer.transparent #top nav > ul > li > a :hover, #header-outer.transparent #top nav > .sf-menu > li > a :hover {
	color:var(--orange)!important;
}
#footer-outer #copyright a:not(.nectar-button) {
    color: inherit!important;
}
/* END Menu */
/* Footer */
#copyright .span_5 {
	width:100%!important;
    height: 25px;
}
.design-by {
	margin-top:-42px!important;
	float:right;
}
#footer-outer a:hover {
    color:var(--orange)!important;
}
#footer-outer #footer-widgets .col input[type=email] ,
#footer-outer #footer-widgets .col input[type=text] {
	border: solid 1px var(--yellow);
	padding-right: 140px!important;
	font-size:12px!important;
	font-style:italic;
	font-weight:bold;
      margin-bottom: 10px;
}


#block-18 .bb-btn {
    font-size: 12px!important;
    letter-spacing: 1px!important;
    font-family: 'Open Sans'!important;
    text-transform: uppercase;
    padding: 18px 17px;
    background-color: var(--orange)!important;
    opacity: 1!important;
    transition: 0.3s!important;
    margin: 0 0 0 auto !important;
    float: none !important;
    border-radius: 8px !important;
}
#block-18 ._button-wrapper._full_width {
    text-align: right;
}

@media all and (max-width: 1000px) {
  #block-18 .bb-btn {
      top: 0px;
      height: 46px;
      font-size: 12px!important;
      letter-spacing: 1px!important;
      font-family: 'Open Sans'!important;
      text-transform: uppercase;
      background-color: var(--orange)!important;
      opacity: 1!important;
  	transition:0.3s!important;
  	text-align:center;
  	width:100%;
  	margin-top:15px;
  }
  #footer-outer #footer-widgets .col input[type=email] ,
  #footer-outer #footer-widgets .col input[type=text] {
    border: solid 1px var(--yellow);
    font-size: 12px!important;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    padding: 10px !important;
  }
  .bb-footer-cta {
  	text-align:center!important
  }
  #block-8, #block-9 {
  	text-align:center!important
  }
  #block-9 {
  	margin-left:35px!important
  }
  #footer-outer #footer-widgets {
  	background-image:none!important;
  	background-color:#0d354d!important;
  }
  #nav_menu-3, #nav_menu-2 {
  	text-align:center!important;
  }
  #nav_menu-3 {
  	margin-top:-40px!important;
  }
  #block-11, #block-10 {
  		text-align:center!important;
  }
}
@media all and (max-width: 690px) {
  #copyright .span_5 {
  	width:100%!important;
      height: 25px;
  }
  .design-by {
  	margin-top:-0px!important;
  	float:unset;
  }
  #copyright .span_5 {
  	height: 25px;
  }
  #footer-outer .col {
      text-align: center!important;
      margin-top: 30px;
      margin-bottom: 40px;
  }
}
#block-18 .bb-btn:hover {
	transform: none!important;
    -webkit-transform: none!important;
}
#block-18 input[type=email]:focus ,
#block-18 input[type=text]:focus {
	background-color:transparent!important;
}
#block-18 input[type=email] ,
#block-18 input[type=text] {
	color:white!important
}
#block-18 ::-webkit-input-placeholder,
#block-18 :-moz-placeholder,
#block-18 ::-moz-placeholder ,
#block-18 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff !important;
    opacity: 1;
}
.row .cta h4 {
	margin-top: -8px
}
#menu-footer-1 a:hover {
	opacity:1!important
}
#menu-footer-1 a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--beige)!important;
}
#menu-footer-2 a:hover {
	opacity:1!important
}
#menu-footer-2 a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: var(--beige)!important;
}
#block-10 {
	margin-top: 20px!important;
}
#block-10 h3{
	color: #fff!important;
}
#block-7 {
	margin-top: -15px!important;
}
#block-11 p, #block-7 p {
	font-size: 12px!important;
	line-height: 18px!important;
	color: #fff!important;
}
#footer-outer #footer-widgets {
    background-image: url(/wp-content/uploads/2021/10/bb-footer-bg.svg);
    background-position: center top;
}
.social-icons {
	margin-top: 50px;
    margin-bottom: -20px;
}
.social-icons img {
	padding-right:30px;
}
#footer-outer #copyright p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1px;
}
#footer-outer #copyright {
    padding: 15px 0!important;
}
/* END Footer */

/* Testimonial Cards */
/* New */
.bb-testimonial p {
	background-color: #faf0e8;
    color: #333333;
    padding: 10px;
    border-radius: 16px;
    padding: 48px 64px 32px 64px!important;
}
.bb-testimonial {
	padding: 25px;
	/* height: 440px!important; */
	margin-top: 100px;
}
.bb-testimonial-wrap {
    /* max-width: 820px; */
    padding: 0 0px 80px;
    margin: 0 auto;
    display: block;
}
.bb-testimonial h5 {
	font-family: Rubik!important;
    font-size: 20px!important;
    font-weight: 500!important;
    color: var(--dark-blue)!important;
    position: absolute!important;
    letter-spacing: 0px!important;
    margin-left: 265px;
    margin-top: -52px;
}
.bb-testimonial-profile-img{
	position: absolute!important;
	width: 184px!important;
	height:146px!important;
	margin-top: -105px;
	margin-left: 64px;
}
.bb-testimonial-profile-img:before {
    content: url(/wp-content/uploads/2021/10/svg-testimonial-element.svg);
    position: absolute;
    width: 184px!important;
	top: 50px;
}
.bb-testimonial-profile-img .img {
	object-fit: cover;
	margin-bottom: 0px!important;
	height: 96px!important;
    width: 96px!important;
    border-radius: 50%!important;
    position:absolute!important;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)!important;
	position:absolute;
	left:45px!important;
}

.testimonial-profile-img {
	position: absolute!important;
	width: 184px!important;
	height:146px!important;
	top: -105px;
	left: 64px;
}
.testimonial-profile-img:before {
    content: url(/wp-content/uploads/2021/10/svg-testimonial-element.svg);
    position: absolute;
    width: 184px!important;
	top: 50px;
}
.testimonial-profile-img img {
	object-fit: cover;
	margin-bottom: 0px!important;
	height: 96px!important;
    width: 96px!important;
    border-radius: 50%!important;
    position:absolute!important;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)!important;
}
.testimonial-heading {
    font-family: Rubik!important;
    font-size: 20px!important;
    font-weight: 500!important;
    color: var(--dark-blue)!important;
	position: absolute!important;
	letter-spacing: 0px!important;
	left: 265px;
    top: -55px;
}
.testimonial-text {
    font-family: 'Open Sans'!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height:24px!important;
    color:#4e4e4e!important;
	padding: 38px 54px 22px 54px!important;
}
.row.happy-parents .cl-layout--id-126 .cl-layout__item {
	top: 100px;
    height: 550px
}
.row.happy-parents .cl-template--id-127 {
	box-shadow:0 24px 64px 0 rgb(0 0 0 / 20%);
	0.3s!important;
}
.row.happy-parents .slick-active p {
    box-shadow: 0 24px 64px 0 rgb(0 0 0 / 20%);
}
.row.happy-parents .slick-slide:not(.slick-active) {
	opacity: 0.4;
	transition:0.3s!important;
}
.row.happy-parents .cl-layout--id-126:before,
.row.happy-parents .cl-layout--id-126:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	top: 0;
	height: 100%;
	pointer-events: none;
}
.row.happy-parents .slick-prev:before, .slick-next:before {
  color: #09529b !important;
}
.row.happy-parents .slick-prev, .row.happy-parents .slick-next {
	top:initial!important;
	bottom:40px!important;
}
.row.happy-parents .slick-prev {
    right: 130px!important;
    z-index: 20;
    left: auto;
}
.row.happy-parents .slick-next {
    right:  70px!important;
}
.row.happy-parents .slick-prev:before {
	content: url(/wp-content/uploads/2021/10/icon-arrowleft.svg);
}
.row.happy-parents .slick-next:before {
	content: url(/wp-content/uploads/2021/10/icon-arrowright.svg);
}
.row.happy-parents .slick-prev:before, .row.happy-parents .slick-next:before {
	opacity:1!important;
}
	

.bb-testimonial-slide .slick-list {
    position: relative;
}

.bb-testimonial-slide .slick-list:after, .bb-testimonial-slide .slick-list:before {content: '';background: #fff;position: absolute;left: 0;height: 100%;width: 90px;z-index: 100;display: block;top: 0;background: rgb(255,255,255);background: linear-gradient(90deg, rgba(255,255,255,1) 37%, rgba(255,255,255,0.48783263305322133) 71%, rgba(255,255,255,0) 100%);}

.bb-testimonial-slide .slick-list:before {
    background: linear-gradient(
271deg, rgba(255,255,255,1) 37%, rgba(255,255,255,0.48783263305322133) 71%, rgba(255,255,255,0) 100%);
    left: auto;
    right: 0;
}
@media all and (min-width: 1001px) {
  .row.happy-parents .cl-layout--id-126:before {
  	left: 0;
  	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 33%, rgba(255,255,255,0.4) 66%, rgba(255,255,255,0) 100%);
  }
  .row.happy-parents .cl-layout--id-126:after {
  	right: 0;
  	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 33%, rgba(255,255,255,0.6) 66%, rgba(255,255,255,1) 100%);
  }
}
@media all and (max-width: 690px) {
  .bb-testimonial-slide .slick-list:after, .bb-testimonial-slide .slick-list:before{
    display:none;
  }
.bb-testimonial-slide .slick-next, .bb-testimonial-slide .slick-prev   {
	display:none!important;	
}
}

@media all and (max-width: 1000px) {
  .bb-testimonial p {
    color: #333333;
    padding: 10px;
    border-radius: 16px;
    padding: 20px 15px 30px 15px!important;
    background: none;
    box-shadow: none;
    background:none !important;
    box-shadow: none !important;
  }
  .bb-testimonial-profile-img {
  	top: -150px!important;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto !important;
  }
  .bb-testimonial h5 {
    margin-left: 16px!important;
    margin-top: 25px!important;
    position: relative !important;
  }
  .bb-testimonial {
  	padding: 5px!important;
  	/* height: 650px!important; */
  	margin-top: 150px;
  }
  .bb-testimonial-wrap {
    padding: 20px 10px 20px;
    position: relative;
    background-color: #faf0e8;
    border-radius: 8px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .row.happy-parents h2 {
      font-size: 27px !important;
      margin-bottom: 30px !important;
  }
  .row.happy-parents .slick-prev, .row.happy-parents .slick-next {
  	bottom: 20px!important;
  }
}

/* END Testimonial Cards */

/* PAGES */

/* Home */
/* Hero */
@media all and (max-width: 1000px) {
#bb-home-hero-wrapper .bb-col.left {
	padding-top: 60px!important;
	padding-right: 0px!important;
}
#bb-home-hero-wrapper h1 {
	text-align:center;
}
#bb-home-hero-wrapper h5 {
	text-align:center;
}
#bb-home-hero-wrapper .btn.orange {
	position:relative;
	margin-left:-103px;
	left:50%
}
#bb-home-hero-wrapper .row-bg {
	background-image:none!important;
}
#bb-home-hero-wrapper {
	height: 850px!important;
}
#bb-home-hero-wrapper .bb-col.right {
	padding-top: 40px!important;
}
}
#bb-home-hero-wrapper h1{
    color: var(--dark-blue);
    margin-top: -15px;
}
#bb-home-hero-wrapper h5 {
    color: var(--blue);
}
#bb-home-hero-wrapper .btn.orange {
    margin-top: 5px;
}
#bb-home-hero-wrapper .row-bg {
    background-size: inherit;
}
#bb-home-hero-wrapper {
	height: 620px;
}
#bb-home-hero-wrapper .img {
    width: 498px;
}
#bb-home-hero-wrapper .bb-col.left {
	padding-top: 200px;
	padding-right: 40px;
}
#bb-home-hero-wrapper .bb-col.right {
	padding-top: 140px;
}
/* END Hero */
a.bb-rec-topic-item-inner p {
    font-size: 14px;
    line-height: 18px;
    color: #444;
}
/* Cards */
@media all and (max-width: 1000px) {
#bb-home-cards  .bb-col.left {
	padding: 50px 0px 50px 0px;
	text-align:center!important
}
#bb-home-cards  .bb-col.right {
	padding: 25px 0px 0px 0px;
}
#bb-home-cards.yellow-blue-card .bb-col.right h3 {
	color:#805e00;
}
#bb-home-cards.light-blue-card .img {
	width:140px!important;
	left:-80px!important;
	margin-top:-70px;
}
#bb-home-cards.light-blue-card h3 {
	color:var(--dark-blue);
}
#bb-home-cards.pink-card h3 {
	color:#805356;
}
#bb-home-cards.pink-card .img {
	left:70px;
	margin-top:-70px
}
}
@media all and (min-width: 1001px) {
#bb-home-cards .row-bg {
    background: rgb(23,94,135)!important;
    background: linear-gradient(90deg, rgba(23,94,135,1) 0%, rgba(23,94,135,1) 50%, rgba(255,166,172,1) 50%, rgba(255,166,172,1) 100%)!important;
}
#bb-home-cards  .bb-col.left {
    padding-right: 80px!important;
	padding: 100px 0px 90px 0px;
}
.bb-col .yellow-blue-card {
    background: rgb(255,189,0);
    background: linear-gradient(180deg, rgba(255,189,0,1) 0%, rgba(255,189,0,1) 50%, rgba(133,186,224,1) 50%, rgba(133,186,224,1) 100%);
    height:415px;
}
}
#bb-home-cards .bb-col.pink-card .column-link {
    height: 400px;
}
#bb-home-cards .bb-col.yellow-blue-card .column-link {
    height: 170px;
}
#bb-home-cards .recommed-link .column-link {
    height: 170px;
    top: -170px;
}
.bb-col .yellow-blue-card h3 {
    color:#805e00;
    margin-left:24px;
    margin-top:24px;
    margin-right:24px;
}
.bb-col .pink-card {
	background-color: var(--pink)
}
.bb-col.yellow-blue-card {
    width: 300px;
}
.bb-col .yellow-blue-card .img {
    height: 170px;
    width: auto;
    top: -71px;
    left: 10px;
    position: absolute;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { _::-webkit-full-page-media, _:future, :root , .bb-col .yellow-blue-card .img {
    top: -94px!important;
}}
.bb-col.yellow-blue-card .products-recoomend h3 {
    color: var(--dark-blue);
}
.bb-col.yellow-blue-card .products-recoomend:after {
    content: url(/wp-content/uploads/2021/10/svg-home-bar-icon.svg);
    position: absolute;
    right: 24px;
    margin-top: 10px;
}
.bb-col.pink-card {
    width: 438px;
    right: -137px;
    position: absolute;
    height:400px;
}
.bb-col .pink-card  h3 {
    color:#805356;
    margin-left:24px;
    margin-top:24px;
    margin-right:24px;
}
.bb-col .pink-card img {
    position: absolute;
    top: -18px;
    left: 100px;
}
#bb-home-cards .text-link a{
    color: var(--yellow);
}
/* END Cards */
/* Blog & Courses */
@media all and (max-width: 1000px) {
.bb-home-courses-slide .slick-track {
    left: 0px!important;
}
.bb-home-courses-slide:after {
    width:76%!important;
}}
@media all and (min-width: 1001px) {
  .bb-home-nav .bb-cat-nav-item:hover:nth-child(4):before {
  	content: url(/wp-content/uploads/2021/12/icon-other-1.svg)!important;
  }
  .bb-home-nav .bb-cat-nav-item:nth-child(4):before {
  	content: url(/wp-content/uploads/2021/12/icon-other.svg)!important;
  	width: 5.5%;
  	height: 4.6%;
  	display: block;
  	position: absolute;
  	top: 2%;
  	background-color:transparent!important;
  }
  .bb-home-nav .bb-cat-nav-item:hover:nth-child(5):before	 {
  	content: url(/wp-content/uploads/2021/12/icon-play-1.svg)!important;
  }
  .bb-home-nav .bb-cat-nav-item:nth-child(5):before {
  	content: url(/wp-content/uploads/2021/12/icon-play.svg)!important;
  	width: 5.5%;
  	height: 4.6%;
  	display: block;
  	position: absolute;
  	top: 2%;
      background-color:transparent!important;
  }
  .bb-home-nav .bb-cat-nav-item:hover:nth-child(6):before	{
  	content: url(/wp-content/uploads/2021/12/icon-sleep.svg)!important;
  }
  .bb-home-nav .bb-cat-nav-item:nth-child(6):before {
  	content: url(/wp-content/uploads/2021/12/icon-sleep-1.svg)!important;
  	width: 5.5%;
  	height: 4.6%;
  	display: block;
  	position: absolute;
  	top: 2%;
  	background-color:transparent!important;
  }
  .bb-home-nav .bb-cat-nav-item:hover:nth-child(2):before {
  	content: url(/wp-content/uploads/2021/12/icon-development-1.svg)!important;
  }
  .bb-home-nav .bb-cat-nav-item:nth-child(2):before {
  	content: url(/wp-content/uploads/2021/12/icon-development.svg)!important;
  	width: 5.5%;
  	height: 4.6%;
  	display: block;
  	position: absolute;
  	top: 2%;
  	background-color:transparent!important;
  }

  .bb-home-nav .bb-cat-nav-item:hover:nth-child(3):before {
  	content: url(/wp-content/uploads/2021/12/icon-eating-1.svg)!important;
  }
  .bb-home-nav .bb-cat-nav-item:nth-child(3):before {
  	content: url(/wp-content/uploads/2021/12/icon-eating.svg)!important;
  	width: 5.5%;
  	height: 4.6%;
  	display: block;
  	position: absolute;
  	top: 2%;
  	background-color:transparent!important;
  }
  .bb-home-nav .bb-cat-nav-item:hover:nth-child(7):before {
  	content: url(/wp-content/uploads/2021/12/icon-toileting-1.svg)!important;
  }
  .bb-home-nav .bb-cat-nav-item:nth-child(7):before {
  	content: url(/wp-content/uploads/2021/12/icon-toileting.svg)!important;
  	width: 5.5%;
  	height: 4.6%;
  	display: block;
  	position: absolute;
  	top: 2%;
  	background-color:transparent!important;
  }
  .bb-home-nav .bb-cat-nav-wrap ul li:before {
      width: auto!important;
      height: auto!important;
      top: 25px!important;
  }
  .bb-home-nav .bb-cat-nav-item {
  	transition:0.3s!important;
  }
  .bb-home-nav .bb-cat-nav-item.active {
  	background-color:var(--orange)!important;
  	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2)!important;
  	position:relative;
      transform: translate(0px, -10px);
  	transition:0.3s!important;
  }
  .bb-home-nav .bb-cat-nav-item:hover {
  	background-color:var(--orange)!important;
  	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2)!important;
  	position:relative;
      transform: translate(0px, -10px);
  	transition:0.3s!important;
  }
  .bb-home-nav .bb-age-nav-item {
  	transition:0.3s!important;
  }
  .bb-home-nav .bb-age-nav-item.active {
  	background-color:var(--orange)!important;
  	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2)!important;
  	position:relative;
      transform: translate(0px, -10px);
  	transition:0.3s!important;
  }
  .bb-home-nav .bb-age-nav-item:hover {
  	background-color:var(--orange)!important;
  	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2)!important;
  	position:relative;
      transform: translate(0px, -10px);
  	transition:0.3s!important;
  }
}
#bb-home-courses-feed h2 {
    font-size: 20px!important;
    line-height: 28px!important;
}
.bb-courses-item-back p {
    font-family: "Open Sans"!important;
}
.bb-courses-item-wrap:hover {
    transition:.3s;
}
.bb-courses-item-wrap {
    box-shadow: none!important;
    transition:.3s;
}

.bb-courses-item-back p {
    padding-bottom:10px!important;
}
.bb-home-courses-slide .slick-prev:before {
    content: url(/wp-content/uploads/2021/10/icon-arrowleft.svg);
}
.bb-home-courses-slide .slick-next:before {
    content: url(/wp-content/uploads/2021/10/icon-arrowright.svg);
}
.bb-home-courses-slide button.slick-arrow.slick-prev {
    right: 60px!important;
}
.bb-home-courses-slide button.slick-arrow {
    right:15px!important;
}
.bb-home-courses-slide .slick-track {
    padding-bottom: 26px!important;
    left: -10px;
    padding-top:0px!important;
	    float: left;
}
@media all and (min-width: 1001px) {
.bb-home-courses-slide:after {
	content:" ";
	height:1px;
	background-color:var(--pink);
	position:absolute;
	width:91%;
	bottom:-14px;
	opacity:.2;
	}}
#bb-home-blog-outer #bb-home-blog-feed{
    padding-top: 100px;
    min-height:470px;
}
#bb-home-blog-outer h2 {
    color: var(--dark-blue);
    padding: 0px 0px 25px 0px;
}
#bb-home-blog-outer .column-image-bg {
    background-repeat: no-repeat;
}
#bb-home-blog-outer #bb-age-nav:before {
	content:"My baby is …";
	font-size: 24px;
	line-height:32px;
	color: var(--dark-blue);
	font-family:"rubik";
	width:200px;
	left:50%;
	position:relative;
	margin-left:-100px;
	top:-20px
}
#bb-home-blog-outer #bb-age-nav {
	padding-top:50px
}
/* END Blog & Courses */
/* What Makes Special */
@media all and (max-width: 1000px) {
#bb-home-brightest-special .bb-col img {
    max-height: 150px!important;
    margin: 20px auto 40px!important;
}
}
#bb-home-brightest-special {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

#bb-home-brightest-special .bb-special-title {
    margin-bottom: 60px;
}
#bb-home-brightest-special .bb-col img {
    max-height: 120px;
    margin: 0 auto 40px;
}
/* END What Makes Special */

/* I'm Emma */
@media all and (max-width: 1000px) {
#bb-home-im-emma {
	padding:50px 0 100px 0 !important;
}
#bb-home-im-emma .bb-col.right h2 {
	text-align:center!important
}
#bb-home-im-emma .bb-col.right h3 {
	text-align:center!important;
	margin-top:30px;
	margin-bottom:-20px
}
}
@media all and (min-width: 1001px) {
#bb-home-im-emma {
	padding:100px 0 200px 0 !important;
}
}
.bb-home-brightest-special-big-icon-pink {
    position: absolute;
    margin-top: -2%;
}
.bb-home-brightest-special-big-icon-pink .img {
    transform: rotate(-90deg)!important;
    width:22% !important;
    right:-8%;
}
#bb-home-im-emma  h3 {
    color: var(--pink);
}
#bb-home-im-emma  h2 {
    color: var(--dark-blue);
}
.bb-home-im-emma-big-icon-yellow {
    position: absolute;
    margin-top: -25%;
}
.bb-home-im-emma-big-icon-yellow .img {
    transform: rotate(90deg)!important;
    width:22% !important;
    left:-8%;
}
/* END I'm Emma */

/* Parenting Advice */
@media all and (max-width: 1000px) {
#bb-home-parenting-advice h2 {
	text-align:center!important;
}
#bb-home-parenting-advice .bb-col.left img {
	display:none!important
}
#bb-home-parenting-advice .bb-col.right .img {
    margin-top: -70px!important;
    margin-bottom:-80px
}
#bb-home-parenting-advice .bb-col.right h4 {
	text-align:center!important
}}
#bb-home-parenting-advice h2 {
    color: var(--dark-blue);
}
#bb-home-parenting-advice h4 {
    color: var(--dark-blue);
}
#bb-home-parenting-advice .img {
    margin-top: -150px;
}
#bb-home-parenting-advice {
	padding:50px 0 100px 0 !important;
}
/* END Parenting Advice */

/* Consulting */
@media all and (max-width: 1000px) {
#bb-home-consulting .bb-col.left h2 {
	text-align:center!important
}
#bb-home-consulting .bb-col.left .btn.orange {
	position:relative;
	margin-left:-151.5px;
	left:50%;
	margin-bottom:-20px!important;
}
}
@media all and (min-width: 1001px) {
#bb-home-consulting .bb-col.left .wpb_content_element {
    padding-right: 20%!important;
}
}
#bb-home-consulting h2 {
    color: var(--dark-blue);
}
#bb-home-consulting .bb-col.left {
	border-top:100px solid #faf0e8 !important;
	border-bottom:100px solid #faf0e8 !important;
}
#bb-home-consulting .row-bg {
    background-size: 50%!important;
    background-position: top right!important;
}
#bb-home-consulting ul li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Open Sans';
	margin-bottom:10px;
	list-style:none;
}
#bb-home-consulting ul {
    margin-left:22px;
    list-style-position: inside;
    text-indent: -22px;
}
#bb-home-consulting ul li:before {
    content: url(/wp-content/uploads/2021/10/icon-li.svg);
    margin-right:10px;
}
/* END Consulting */

/* Happy Parents */
@media all and (min-width: 1001px) {
.row.happy-parents {
	padding:100px 0 0px 0 !important;
	margin-bottom:-20px!important;
}
}
@media all and (max-width: 1000px) {
.row.happy-parents {
	padding:40px 0 0px 0 !important;
}
#bb-home .bb-testimonial {
    padding: 5px!important;
    margin-top: 150px;
    height: initial!important;
    padding-bottom: 60px!important;
}
}
.row.happy-parents h2 {
    color: var(--dark-blue);
	margin-bottom: 50px!important;
}
@media all and (min-width: 1000px) and (max-width:1200px){
  .bb-testimonial p {
      padding: 48px 26px 32px 26px!important;
  }

  .bb-testimonial-profile-img {
      width: 94px!important;
      height: 81px!important;
      margin-top: -105px;
      margin-left: 4px;
  }

  .bb-testimonial-profile-img img.img {
      width: 46px !important;
      height: auto !important;
      left: 24px!important;
  }

  .bb-testimonial-profile-img:before {
      width: 94px!important;
      top: 25px;
      background: url(/wp-content/uploads/2021/10/svg-testimonial-element.svg) no-repeat;
      content: '' !important;
      height: 48px;
      background-size: contain;
      background-position: bottom left;
  }

  .bb-testimonial h5 {
      margin-left: 115px;
      margin-top: -82px;
  }
}
/* END Happy Parents */
/* END Home */

/* About */
/* Hero */
@media all and (max-width: 1000px) {
#bb-about-hero-wrapper .bb-col.right {
	padding-top: 50px!important;
	padding-right: 0px!important;
	text-align:center!important;
}
#bb-about-hero-wrapper .img {
    width: 100%!important;
    margin-left:0px!important;
}
#bb-about-hero-wrapper .bb-col.left {
	padding-top: 50px!important;
}
#bb-about-hero-wrapper {
	height:730px!important
}
}
#bb-about-hero-wrapper h1{
    color: var(--dark-blue);
}
#bb-about-hero-wrapper h3 {
    color: var(--pink);
}
#bb-about-hero-wrapper {
	height: 660px
}
#bb-about-hero-wrapper .row-bg {
	background-size:inherit;
}
#bb-about-hero-wrapper .img {
    width: 470px;
    margin-left:40px;
}
#bb-about-hero-wrapper .bb-col.left {
	padding-top: 165px;
}
#bb-about-hero-wrapper .bb-col.right {
	padding-top: 235px;
	padding-right: 220px;
}
/* END Hero */

/* Occupational Therapist */
@media all and (max-width: 1000px) {
#bb-about-ot .bb-col.left {
	padding:0%!important;
}
#bb-about-ot .img-row {
	height: 30px!important
}
#bb-about-ot h4 {
	margin-bottom:30px
}
}
#bb-about-ot  {
	padding-bottom:80px!important;
}
#bb-about-ot .img-row {
	height: 80px
}
#bb-about-ot h4 {
    color: var(--dark-blue);
}
#bb-about-ot .bb-col.left {
	padding:0 8% 0 8%;
}
#bb-about-ot .bb-col.right {
	padding:0 10% 0 0;
}
.bb-about-ot-big-icon-pink {
    position: absolute;
    margin-top: -12%;
}
.bb-about-ot-big-icon-pink .img {
    transform: rotate(90deg)!important;
    width:22% !important;
    left:-8%;
}
/* END Occupational Therapist */

/* I Know */
@media all and (max-width: 1000px) {
#bb-about-i-know {
	padding:50px 0 100px 0 !important;
}
#bb-about-i-know h2 {
    text-align:center;
}
#bb-about-i-know img {
    margin-top:50px;
}
}
@media all and (min-width: 1001px) {
#bb-about-i-know {
	padding:100px 0 100px 0 !important;
}
}
#bb-about-i-know h2 {
    color: var(--dark-blue);
}
#bb-about-i-know .bb-col.left {
	padding-right:8%;
}
/* END I Know */

/* Through Videos */
@media all and (max-width: 1000px) {
#bb-about-through-videos .bb-col.left {
	padding-right:0%!important;
}
#bb-about-through-videos {
	padding:70px 0 150px 0 !important;
}
#bb-about-through-videos img {
	left:10px
}
#bb-about-through-videos h2 {
    text-align:center;
    margin-top:20px
}
#bb-about-through-videos .bb-col.right {
	padding-right:0%!important;
}
#bb-about-through-videos h5 {
	text-align:center!important
}
#bb-about-through-videos .btn.orange {
	margin-left:-103px;
	left:50%;
}
}
@media all and (min-width: 1001px) {
#bb-about-through-videos {
	padding:100px 0 150px 0 !important;
}
}
#bb-about-through-videos h2 {
    color: var(--dark-blue);
}
#bb-about-through-videos h5 {
    color: var(--blue);
}
#bb-about-through-videos .bb-col.left {
	padding-right:2%;
}
#bb-about-through-videos .bb-col.right {
	padding-right:10%;
}
.bb-about-through-videos-big-icon-pink {
    position: absolute;
    margin-top: -22%;
}
.bb-about-through-videos-big-icon-pink .img {
    transform: rotate(-90deg)!important;
    width:22% !important;
    right:-8%;
}
/* END Through Videos */

/* What Makes Us Special */
@media all and (max-width: 1000px) {
#bb-about-what-makes h2 {
 	text-align:center!important;
}
#bb-about-what-makes-inner .bb-col.left {
	padding-right:0%!important;
}
#bb-about-what-makes .bb-col.right img {
	padding:60px 0 0px 0 !important;
}
#bb-about-what-makes .bb-col.left img {
	display:none!important;
}
#bb-about-what-makes .btn.orange {
	margin-left:-103px;
	left:50%
}
}
#bb-about-what-makes h2 {
    color: var(--dark-blue);
}
#bb-about-what-makes  h4 {
    color: var(--dark-blue);
}
#bb-about-what-makes {
	padding:60px 0 80px 0 !important;
}
#bb-about-what-makes-inner .bb-col.left {
	padding-right:6%;
}
#bb-about-what-makes-inner {
	padding-bottom:80px;
}
/* END What Makes Us Special */
/* END About */

/* Contact */
/* Hero */
@media all and (max-width: 1000px) {
#bb-contact-wrapper .img {
	margin-bottom:70px;
}
#bb-contact-wrapper h2 {
	text-align:center
}
#bb-contact-wrapper {
	padding:0px 0px 250px 0px!important;
}
#bb-contact-wrapper .row-bg {
    background-size: auto 2230px!important;
}
}
#bb-contact-wrapper .row-bg {
    background-size: auto 1630px;
}
#bb-contact-wrapper h2 {
    color: var(--pink);
}
#bb-contact-wrapper h4 {
    color: var(--dark-blue);
}
#bb-contact-wrapper {
	height: 1530px
}
#bb-contact-wrapper .img {
    width: 330px;
}
/* END Hero */

/* Contact Form */
@media all and (max-width: 1000px) {
#label {
    font-size:12px!important;
    background-color:transparent!important;
    color:transparent!important;
}
#label:after {
	content:"Please Tell Us a Little More About How We Can Help";
	font-size:16px!important;
	background-color:#fffbf8;
	left:0px!important;
	position:absolute;
	top:-10px;
	color:var(--dark-blue);
	width:250px!important;
	padding:10px!important
}
#bb-contact-wrapper select {
    margin-top: 11px;
    width: 100%!important;
    font-size:14px!important
}
#label {
    font-size:12px!important;
    background-color:transparent!important;
    color:transparent!important;
}
#label:after {
	content:"Please Tell Us a Little More About How We Can Help";
	font-size:16px!important;
	background-color:#fffbf8;
	left:0px!important;
	position:absolute;
	top:-10px;
	color:var(--dark-blue);
	width:86%!important;
	padding:10px!important
}
#bb-contact-wrapper .wpcf7-submit {
	margin-left:50%!important;
	left:-73px!important;
	position:relative
}
#bb-contact-wrapper textarea {
 	padding-top:50px!important;
}
}
@media all and (min-width: 1001px) {
#bb-contact-wrapper textarea {
    padding-top:20px!important;

}}
#bb-contact-wrapper .formulario-item-50 {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
#bb-contact-wrapper .formulario-item-50 input {
  width: 100%;
  float: left;
}
#bb-contact-wrapper .formulario-item-50.item-esquerda {
  padding-right: 15px;
}
@media all and (max-width: 767px) {
#bb-contact-wrapper .formulario-item-50 {
    width: 100%
}
#bb-contact-wrapper .formulario-item-50.item-esquerda {
    padding-right: 0;
}
}
#bb-contact-wrapper input[type=text], #bb-contact-wrapper textarea, #bb-contact-wrapper input[type=email], #bb-contact-wrapper input[type=password], #bb-contact-wrapper input[type=tel], #bb-contact-wrapper input[type=url], #bb-contact-wrapper input[type=search], #bb-contact-wrapper input[type=date], #bb-contact-wrapper .material.woocommerce-page[data-form-style="default"] input#coupon_code, #bb-contact-wrapper select {
    background-color: transparent;
    border-radius: 30px;
    border: solid 1px #175e87;
    height: 61px;
    margin-top: -11px;
}
#bb-contact-wrapper textarea {
    height:310px!important;
}
#bb-contact-wrapper label {
	color: var(--dark-blue);
	font-size:16px;
	font-family:'Open Sans';
	background-color: #fffbf8;
	position:relative;
	margin-left:26px;
	padding:10px!important;
	z-index:20;
	bottom: 1px;
}
#bb-contact-wrapper select {
    margin-top: 11px;
    width: 80%;
}
#bb-contact-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--dark-blue)!important;
    font-size:16px;
    padding-left:36px!important
}
#bb-contact-wrapper option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--dark-blue)!important;
    font-size:16px!important;
    padding-left:36px!important
}
#bb-contact-wrapper input[type=text]:focus,
#bb-contact-wrapper textarea:focus,
#bb-contact-wrapper input[type=email]:focus,
#bb-contact-wrapper input[type=search]:focus,
#bb-contact-wrapper input[type=password]:focus,
#bb-contact-wrapper input[type=tel]:focus,
#bb-contact-wrapper input[type=url]:focus,
#bb-contact-wrapper input[type=date]:focus,
#bb-contact-wrapper select:focus {
  box-shadow: none!important;
  border-color:#0e3b54!important;
}
#bb-contact-wrapper .menu-255:after {
	content: url(/wp-content/uploads/2021/10/icon-dropdown.svg);
	position:absolute;
	top:31px;
	margin-left:-47px;
	pointer-events:none;
}
#bb-contact-wrapper .wpcf7-submit {
    background-color: var(--orange)!important;
	font-size: 14px!important;
	font-family:'Open Sans'!important;
	letter-spacing: 1.17px!important;
	text-transform: uppercase!important;
    height: 64px!important;
    width: 146px!important;
  	box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.2)!important;
  	border-radius:8px!important;
}
#bb-contact-wrapper .wpcf7-submit:hover {
	opacity: 1!important;
	background-color: #e67529!important;
}
wpcf7-form .wpcf7-not-valid-tip {
    background-color:transparent!important;
    box-shadow:none!important;
    font-size: 12px;
    text-align: center;
    line-height:16px!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent!important;
    color: var(--orange);
    font-size: 12px;
    text-align: center;
    background-color:transparent!important;
    line-height:16px!important;
    margin-top:-10px!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    background-color:transparent!important;
    color: var(--orange);
    font-size: 12px;
    text-align: center;
    margin-top: -10px;
    line-height:16px!important;
}
.wpcf7-form .wpcf7-not-valid-tip {
    border-color: transparent;
    background-color:transparent!important;
    color: var(--orange);
    font-size: 12px;
    text-align: center;
    line-height:16px!important;
    box-shadow:none!important;
}
/* END Contact Form */
/* END Contact */

/* 1:1 Consultation */
/* Hero */
@media all and (max-width: 1000px) {
#bb-consultation-hero .row-bg {
	background-size:10000px!important;
}
#bb-consultation-hero .img {
    bottom: -599px!important;
    left: 0px!important;
}
#bb-consultation-hero .round-shape {
	width: 280px!important;
	height: 280px!important;
    top: 100px!important;
    left: -140px!important;
    margin-left:50%!important;
}
}
#bb-consultation-hero .row-bg {
    background-size: inherit;
}
#bb-consultation-hero  {
	height: 660px
}
#bb-consultation-hero .img {
    width: 550px;
    position: absolute;
    bottom: -660px;
    left: 40px;
}
#bb-consultation-hero .round-shape {
	width: 340px;
	height: 340px;
	background-color: var(--dark-blue);
	border-radius:50%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 7px 13px 4px rgba(38, 38, 38, 0.12);
    position: absolute;
    top: 140px;
    left: 210px;
    z-index: 20;
}
/* END Hero */

/* Experience */
@media all and (max-width: 1000px) {
#bb-consultation-experience {
	padding:70px 0 70px 0 !important;
}
#bb-consultation-experience .bb-col.right img {
	margin-bottom:50px
}
#bb-consultation-experience .btn.orange {
	left:50%;
	margin-left:-142.5px;
}
}
@media all and (min-width: 1001px) {
#bb-consultation-experience .bb-col.left {
    padding-left:8%;
}
#bb-consultation-experience .bb-col.right {
    padding-left:8%;
    padding-right:8%;
}
#bb-consultation-experience {
	padding:100px 0 100px 0 !important;
}
}
#bb-consultation-experience h4 {
    color: var(--dark-blue);
}
/* END Experience */

/* Consulting */
@media all and (max-width: 1000px) {
#bb-consultation-consulting h2 {
	text-align:center!important;
	margin-top:-30px;

}
#bb-consultation-consulting .btn.orange {
	left:50%;
	margin-left:-142.5px;
	margin-bottom:-20px
}
#bb-consultation-consulting img {
	position:relative;
	left:-150px!important;
	width:150px;
	top:365px
}
#bb-consultation-consulting .row-bg {
    background-size: 200% auto!important;
    background-position: -350px 0px!important;
}
#bb-consultation-consulting .bb-col.right {
	margin-top:355px!important
}
}
@media all and (min-width: 1001px) {
#bb-consultation-consulting .row-bg {
    background-size: 60% auto;
    background-position: -50px 0px!important;
}
}
#bb-consultation-consulting h2 {
    color: var(--dark-blue);
}
#bb-consultation-consulting .bb-col.right .wpb_content_element {
    padding-right: 0%!important;
}
#bb-consultation-consulting ul li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Open Sans';
	margin-bottom:10px;
	list-style:none;
}
#bb-consultation-consulting ul {
    margin-left:22px;
    list-style-position: inside;
    text-indent: -22px;
}
#bb-consultation-consulting ul li:before {
    content: url(/wp-content/uploads/2021/10/icon-li.svg);
    margin-right:10px;
}
/* END Consulting */
/* END 1:1 Consultation */

/* Opt-in */
.single-bb_optin .container-wrap {
	padding-top:0px!important;
}
@media all and (min-width: 1001px) {
.single-bb_optin #header-space {
    background-color:transparent!important;
    margin-bottom:-110px!important;
}
.single-bb_optin #header-outer {
    background-color:transparent!important;
}
.single-bb_optin #header-outer.small-nav {
	background-color:white!important;
}}
/* Hero */
@media all and (max-width: 1000px) {
#bb-oi-hero-wrapper {
    padding: 70px 0 100px 0!important;
}
#bb-oi-hero-wrapper .row-bg {
	background-image:none!important;
	background-color:#e5f0f6
}
#bb-oi-hero-wrapper .bb-col.right {
	text-align:center!important;
	padding:50px 0px
}
}
@media all and (min-width: 1001px) {
#bb-oi-hero-wrapper {
    padding: 200px 0 300px 0!important;
}
#bb-oi-hero-wrapper .bb-col.right {
	padding-left:100px!important;
	padding-right:150px!important;
}
#bb-oi-hero-wrapper .img {
    margin-left:20px;
}
}
#bb-oi-hero-wrapper h1{
    color: var(--dark-blue);
}
#bb-oi-hero-wrapper h5 {
    color: var(--dark-blue);
}
/* END Hero */

/* Three Cols */
@media all and (max-width: 1000px) {
#bb-oi-three-cols .img {
	margin-bottom:20px!important;
	margin-top:40px;
	padding:20px
}
#bb-oi-three-cols {
	padding:0px 0px 70px 0px!important;
}
#bb-oi-three-cols:before {
	content:url(/wp-content/uploads/2021/11/svg-optin-sectioncurvywhite.svg);
	margin-top:-48px;
	position:relative;
	z-index:10;
	width:100%!important;
	left:-10px
}
}
@media all and (min-width: 1001px) {
#bb-oi-three-cols .img {
	height:260px;
	width:auto;
	margin-bottom:30px
}
#bb-oi-three-cols .bb-col {
	padding:0px 20px 0px 20px!important
}
#bb-oi-three-cols  {
    padding: 0px 55px 100px 55px!important;
    margin-top: -70px!important;
}
#bb-oi-three-cols .bb-col.middle h3 {
	margin-bottom:27px;
}
#bb-oi-three-cols .bb-col.middle .img {
	margin-bottom:55px;
}
}
#bb-oi-three-cols h3  {
    color: var(--dark-blue);
}
/* END Three Cols */
/* END Opt-in */

/* Thank You */
.single-bb_thank_you .container-wrap {
	padding-top:0px!important;
}
@media all and (min-width: 1001px) {
.single-bb_thank_you #header-space {
    background-color:transparent!important;
    margin-bottom:-110px!important;
}
.single-bb_thank_you #header-outer {
    background-color:transparent!important;
}
.single-bb_thank_you #header-outer.small-nav {
	background-color:white!important;
}}
/* Hero */
@media all and (max-width: 1000px) {
#bb-ty-hero-wrapper {
    padding: 70px 0 0px 0!important;
}
#bb-ty-hero-wrapper .bb-col.right {
	text-align:center!Important;
	padding-top:70px!important;
	margin-bottom:-230px!important;
}
}
@media all and (min-width: 1001px) {
#bb-ty-hero-wrapper {
    padding: 190px 0 0px 0!important;
}
#bb-ty-hero-wrapper .bb-col.right {
	padding-left:0px!important;
	padding-right:230px!important;
}
}
#bb-ty-hero-wrapper h3{
    color: var(--dark-blue);
}
#bb-ty-hero-wrapper h6 {
    color: var(--blue);
}
/* END Hero */

/* TY With VSL Hero */
@media all and (max-width: 1000px) {
#bb-ty-vsl-hero-wrapper {
    padding: 0px 0 0px 0!important;
}
#bb-ty-vsl-hero-wrapper .bb-col.right {
	text-align:center!Important;
	padding-top:70px!important;
	margin-bottom:-230px!important;
}
	
}
@media all and (min-width: 1001px) {
#bb-ty-vsl-hero-wrapper {
    padding: 0px 0 0px 0!important;
}
#bb-ty-vsl-hero-wrapper .bb-col.right {
	padding-left:0px!important;
	padding-right:230px!important;
}
}
#bb-ty-vsl-hero-wrapper h3{
    color: var(--dark-blue);
}
#bb-ty-vsl-hero-wrapper h6 {
    color: var(--blue);
}
/* END TY VSL Hero */

/* What's Next */
@media all and (max-width: 1000px) {
#bb-ty-whats-next-inner {
    padding: 370px 0px 70px 0px!important;
}
}
#bb-ty-whats-next .row-bg {
    background-size: inherit;
}
#bb-ty-whats-next {
	margin-top:-200px
}
#bb-ty-whats-next h2  {
    color: var(--dark-blue);
}
#bb-ty-whats-next h5  {
    color: var(--blue);
}
#bb-ty-whats-next-inner {
    padding: 430px 410px 120px 410px;
}
#bb-ty-whats-next-inner .ty-icon-facebook, #bb-ty-whats-next-inner .ty-icon-instagram{
	margin-right:35px!important;
}
#bb-ty-whats-next-inner .ty-icon-youtube {
	margin-top:2px!important
}
#bb-ty-whats-next-inner .ty-social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px!important;
}
#bb-ty-whats-next-inner .ty-icon-facebook:hover, #bb-ty-whats-next-inner .ty-icon-instagram:hover, #bb-ty-whats-next-inner .ty-icon-youtube:hover {
	opacity:0.6!important;
}
/* END What's Next */
/* The Latest From the Blog */
@media all and (max-width: 1000px) {
#bb-ty-latest-blog {
    padding: 70px 0 50px 0!important;
}
#bb-ty-latest-blog .bb-blog-latest-posts {
	padding: 20px;
}
}
@media all and (min-width: 1001px) {
#bb-ty-latest-blog {
    padding: 120px 0 120px 0!important;
}
#bb-ty-latest-blog .bb-blog-latest-posts {
    display: grid;
    padding: 0 100px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px;
}
}
#bb-ty-latest-blog h2 {
    color:var(--dark-blue);
	margin-bottom:35px!important;
}
/* END Thank You */

/* 404 Page */
@media all and (max-width: 1000px) {
#error-404 {
	text-align: center !important;
	background-image: url(/wp-content/uploads/2021/11/img-404.svg);
	background-repeat:no-repeat;
	background-position-x: 40px;
	padding:280px 0px 0px 0px;
	background-size:500px
}
#error-404 h1, #error-404 h6{
	color: var(--dark-blue);
}
}
@media all and (min-width: 1001px) {
#error-404 {
	text-align: left !important;
	background-image: url(/wp-content/uploads/2021/11/img-404.svg);
	background-repeat:no-repeat;
	background-position-x: 440px;
	width: 3000px;
}
#error-404 h1, #error-404 h6{
	color: var(--dark-blue);
	width: 370px;
}
.error404 #header-outer[data-box-shadow="large"] {
	box-shadow:none!important;
}
.error404 #header-space {
	background-color:#d4e6f0!important;
}
.error404 #header-outer {
	background-color:#d4e6f0!important;
}
}
.error404 .container-wrap {
	background-color:#d4e6f0!important;
}
#error-404 h6 {
	margin-top:10px!important;
	margin-bottom:-10px!important;
}
/* END 404 Page */
/* Courses */
/* Hero */
@media all and (max-width: 1000px) {
#bb-courses-hero-wrapper .bb-col.left {
    padding-top: 100px!important; 
    padding-right: 0px!important;
    padding-left: 0px!important;
}
#bb-courses-hero-wrapper h1 {
	text-align:center;
}
#bb-courses-hero-wrapper h5 {
	text-align:center;
}
#bb-courses-hero-wrapper .img {
	margin-top:-80px;
	margin-bottom:70px
}
#bb-courses-hero-wrapper .row-bg {
	background-image:none!important;
	background-color:#fffbf8!important
}
}
#bb-courses-hero-wrapper h1{
    color: var(--dark-blue);
    margin-top: -15px;
}
#bb-courses-hero-wrapper h5 {
    color: var(--blue);
}
#bb-courses-hero-wrapper .row-bg {
    background-size: inherit;
}
#bb-courses-hero-wrapper {
	height: 660px;
}
#bb-courses-hero-wrapper .img {
    width: 570px;
}
#bb-courses-hero-wrapper .bb-col.left {
    padding-top: 280px;
    padding-right: 120px;
    padding-left: 100px;
}
#bb-courses-hero-wrapper .bb-col.right {
	padding-top: 145px;
}
/* END Hero */

/* All Courses */
@media all and (max-width: 1000px) {
#bb-courses-all-courses h2 {
	text-align:center!important;
	margin-top:70px
}
}
#bb-courses-all-courses h2 {
    color:var(--dark-blue);
}
#bb-courses-all-courses {
    padding:100px 0 100px 0!important;
}

/* What Makes Special */
@media all and (max-width: 1000px) {
#bb-courses-brightest-special .bb-col img {
    max-height: 150px!important;
    margin: 20px auto 40px!important;
}
}
#bb-courses-brightest-special {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

#bb-courses-brightest-special .bb-special-title {
    margin-bottom: 60px;
}
#bb-courses-brightest-special .bb-col img {
    max-height: 120px;
    margin: 0 auto 40px;
}
/* END What Makes Special */

/* I'm Emma */
@media all and (max-width: 1000px) {
#bb-courses-im-emma {
	padding:50px 0 100px 0 !important;
}
#bb-courses-im-emma .bb-col.right h2 {
	text-align:center!important
}
#bb-courses-im-emma .bb-col.right h3 {
	text-align:center!important;
	margin-top:30px;
	margin-bottom:-20px
}
}
@media all and (min-width: 1001px) {
#bb-courses-im-emma {
	padding:100px 0 200px 0 !important;
}
}
#bb-courses-im-emma  h3 {
    color: var(--pink);
}
#bb-courses-im-emma  h2 {
    color: var(--dark-blue);
}
.bb-home-brightest-special-big-icon-pink {
    position: absolute;
    margin-top: -2%;
}
.bb-home-brightest-special-big-icon-pink .img {
    transform: rotate(-90deg)!important;
    width:22% !important;
    right:-8%;
}

.bb-home-im-emma-big-icon-yellow {
    position: absolute;
    margin-top: -25%;
}
.bb-home-im-emma-big-icon-yellow .img {
    transform: rotate(90deg)!important;
    width:22% !important;
    left:-8%;
}
/* END I'm Emma */

/* Happy Parents */
@media all and (min-width: 1001px) {
#bb-courses-brightest-special.row.happy-parents .cl-layout--id-126:before {
	left: 0;
	background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(250,250,250,0.6) 33%, rgba(250,250,250,0.4) 66%, rgba(250,250,250,0) 100%)!important;
}
#bb-courses-brightest-special.row.happy-parents .cl-layout--id-126:after {
	right: 0;
	background: linear-gradient(90deg, rgba(250,250,250,0) 0%, rgba(250,250,250,0.4) 33%, rgba(250,250,250,0.6) 66%, rgba(250,250,250,1) 100%)!important;
}
}
.row.happy-parents h2 {
    color: var(--dark-blue);
	margin-bottom: 50px!important;
}
/* END Happy Parents */
/* END Courses */

/* Single Blog Post */
@media all and (max-width: 1000px) {
	.single.single-post .section-title{display:none}
.single-post #header-outer {
    background-color:var(--dark-blue)!important;
}
#bb-post-header {
	background-image:none!important;
	background-color:var(--pink)
}
.single-post .bb-header-container {
    text-align: center;
	width:100%;
    max-width: 560px;
    position: relative;
    padding: 155px 20px 70px !important;
    margin: 0 auto;
}
.single-post .section-title h1 {
    text-align:center;
    color:var(--dark-blue);
}
.single-post .post-content {
	border-bottom: solid 1px #9797971c;
	margin-bottom: 25px;
  padding-bottom: 40px;
}
.single-post .content-inner {
    padding-bottom: 0px;
}
.single-post .bb-post-video {
		padding:20px 0px 20px 0px!important;
}
.single-post .bb-post-social-share {
	margin-bottom:40px;
	text-align:center;
	display: flex;
    flex-direction: column;
    align-items: center;

}
.single-post .heateor_sss_sharing_container {
	margin-left:-15px!important;
}
.single-post .bb-post-back-link {
	text-align:center!important;
	margin-bottom:50px!important;
}
.single-post .bb-footer-cta .wpb_row {
	padding: 20px 20px 0px 20px!important;
}
}
@media all and (min-width: 1001px) {
.single-post #header-outer {
    background-color:#FFB3B8!important;
}
.single-post .bb-header-container {
    text-align: center;
    width: 460px;
    position: relative;
    padding: 165px 0 80px !important;
    margin: 0 auto;
}
.single-post .section-title {
	padding-top:80px;
	padding-bottom:20px;
}
.single-post .section-title h1 {
    text-align:left;
    color:var(--dark-blue);
}
.single-post .bb-post-video {
  margin-top: 20px;
  padding-bottom: 20px;
}
.single-post .bb-post-video iframe.iframe-embed, iframe {
    max-width: 100%;
/*     width: 580px!important; */
    /*height: 380px!important; */
    border-radius: 5px;
}
.post-area-wrap {
    max-width: 600px;
    margin: 0 auto;
}
#sidebar {
	/* margin-top: -400px; */
	border-left: solid 1px #85bae040;
    padding-left: 30px;
}
.single-post .post-content {
	border-bottom: solid 1px #9797971c;
	margin-bottom: 25px;
}
.single-post .content-inner {
    padding-bottom: 30px;
}
.single-post .bb-post-social-share {
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-end;
	margin-bottom:20px;
}
}
.single-post #header-outer.small-nav {
	background-color:white!important;
}
.single-post .bb-header-container h6 {
    color:white;
    margin-top:20px;
}
.single-post .bb-header-container h2 {
    color:white;
}
.single-post .meta-category {
    display:none;
}
#sidebar h4 {
    opacity: 1;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: var(--orange)!important;
	margin-bottom:30px;
}
#sidebar h3 {
    opacity: 1;
    font-family: 'Rubik';
    font-weight: 500;
    color: var(--orange)!important;
	margin-bottom:30px;
}
#sidebar h4:before {
	content:url(/wp-content/uploads/2021/11/icon-minilogo.svg);
	position:absolute;
	margin-top:-35px;
	left:50%;
	margin-left:-6px;
}
#sidebar h3:before {
	content:url(/wp-content/uploads/2021/11/icon-minilogo.svg);
	position:absolute;
	margin-top:-35px;
	left:50%;
	margin-left:-2px;
}
 #sidebar .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Rubik';
    color: var(--dark-blue);
}
 #sidebar .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-title:hover {
	text-decoration:underline;
}
 #sidebar .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-date {
	display:none;
}
 #sidebar .widget .nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] > li a .meta-wrap {
    width: calc(100% - 80px);
}
 #sidebar .widget .nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] > li a .popular-featured-img {
	width:80px;
	height:80px;
}
 #sidebar input[type=search] {
	background-color: transparent;
    border-radius: 40px;
    border-color: var(--dark-blue)!important;
}
.single-post .cat-item {
	display:flex;
	justify-content: center;
	margin-top: -35px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Rubik';
	color: var(--dark-blue);
}
.single-post .cat-item:before {
	content:"•";
	margin-right:5px;
	color:var(--orange);
}
 #my-tags-list {
	display:flex;
	justify-content: center;
	/* margin-top: -35px; */
	font-size: 16px;
	line-height: 20px;
	font-family: 'Rubik';
	color: var(--dark-blue);
}
#my-tags-list ul li {
    padding-left: 25px !important;
    	font-family: 'Rubik';
    	color: var(--dark-blue);
      position:relative;
}
#my-tags-list li:before {
	content:"•";
	margin-right:5px;
	color:var(--orange);
  position:absolute;
  left:0;
}
.single-post .post_count {
	margin-left:5px;
	color:#c8c8c8;
}
.single-post .post_count:before {
	content:"(";
	margin-right:-1px;
}
.single-post .post_count:after {
	content:")";
	margin-left:-1px;
}
.single-post .bb-post-back-link a {
	font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans';
	font-weight:700;
    letter-spacing: 1px;
    color: var(--orange)!important;
}
.single-post .bb-post-back-link:before {
	content:url(/wp-content/uploads/2021/10/icon-arrowleft.svg);
	position:relative;
	top:2px;
	margin-right:5px;
}
.single-post .bb-post-back-link a:hover {
	color:var(--yellow)!important;
}
.single-post .bb-footer-cta .wpb_row {
	max-width: 1380px;
    margin: auto;
    padding: 0px 90px;
}
.single-post .bb-post-social-share h4 {
	color:var(--dark-blue);
	margin-right:15px!important;
	margin-bottom:0px!important;
}
.single-post div.heateor_sss_sharing_ul {
    display: flex;
    gap: 15px;
}
.single-post .heateor_sss_s_linkedin {
	content:url(/wp-content/uploads/2021/11/icon-linkedin.svg);
	background-color:transparent!important;
	border-radius:0px!important;
	height:20px!important;
	width:20px!important;
}
.single-post .heateor_sss_facebook {
	content:url(/wp-content/uploads/2021/11/icon-facebook.svg);
	background-color:transparent!important;
	border-radius:0px!important;
	height:20px!important;
}
.single-post .heateor_sss_button_twitter {
	content:url(/wp-content/uploads/2021/11/icon-twitter.svg);
	background-color:transparent!important;
	border-radius:0px!important;
	height:20px!important;
}
.single-post .heateor_sss_whatsapp {
	content:url(/wp-content/uploads/2021/11/icon-whatsapp.svg);
	background-color:transparent!important;
	border-radius:0px!important;
	height:20px!important;
}
.single-post .heateor_sss_button_pinterest{
	content:url(/wp-content/uploads/2021/11/icon-pinterest.svg);
	background-color:transparent!important;
	border-radius:0px!important;
	height:20px!important;
}
/* Related Posts */

.bb-blog-cards img {
	border-radius: 8px 8px 0px 0px;
	height: 220px!important;
    width: 100%;
    object-fit: cover;
}
.bb-blog-cards:hover {
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15)!important;
	transform:translatey(-3px);
	transition:.3s
}
#bb-blog .bb-featured-item-wrap:hover {
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15)!important;
	transform:translatey(-3px);
	transition:.3s;
	border-radius:8px!important;
}
#bb-blog .bb-blog-item:hover {
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15)!important;
	transform:translatey(-3px);
	transition:.3s;
	border-radius:8px!important;
}
.bb-home-blog-item-thumb:hover {
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15)!important;
	transform:translatey(-3px);
	transition:.3s
}
.bb-blog-cards {
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
}
.bb-blog-cards h5 {
	padding:20px!important;
	color:var(--dark-blue);
}
.bb-blog-cards h6 {
	padding: 20px!important;
	color:var(--blue);
	margin-bottom: -30px;
}
.bb-post-blog-related-wrapper {
	background-color:#faf0e8;
	position:relative;
	padding:100px 0 120px 0;
	margin-bottom:-65px;
	margin-top:35px;
}
.bb-post-blog-related-wrapper h2 {
	max-width: 1380px;
    margin: auto;
    padding: 0px 90px;
    text-align:center;
    color:var(--dark-blue);
    margin-bottom:45px;
}
.read-post-link:hover {
	color:var(--yellow);
}
.read-post-link:hover:after {
	content: url(/wp-content/uploads/2021/12/icon-arrowright-yellow.svg);
}
.read-post-link {
	font-size:12px;
	letter-spacing:1px;
	font-family:"Open Sans";
	text-transform:uppercase;
	font-weight:800;
	color:var(--orange);
	position:relative;
	top:-10px;
	float:right;
	margin-right:25px;
	margin-bottom:10px
}
.read-post-link:after {
	content: url(/wp-content/uploads/2021/10/icon-arrowright.svg);
    position: relative;
    top: 2px;
    margin-left: 5px;
}
@media all and (min-width: 1001px) {
  .single-post .bb-post-blog-related {
  	max-width: 1380px;
      margin: auto;
      padding: 0px 190px;
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
  }
}
@media all and (max-width: 1000px) {
  .single-post .bb-post-blog-related {
      margin: auto;
      padding: 0px 20px;
  }
  .bb-blog-cards {
  	margin-bottom:30px!important;
  	text-align:center!important;
    max-width: 480px;
    margin: 0 auto;
  }
  .bb-blog-cards h6 {
  	margin-top:-15px!important;
  }
  .read-post-link {
  	top: -15px!important;
      float: inherit!important;
      margin-right: 0px!important;
      margin-bottom: 10px!important;
  }
}
/* REMOVE SEARCH */
.single-post .wp-block-search__button-outside {
	position:absolute;
	top:-145px;
	width: 101%;
    left: -1%;
	display:none;
}
.single-post #nectar_popular_posts-2 {
  margin-bottom:120px!important
}
/* END Single Blog Post */

/* Courses Sales Page */
/* Hero */
@media all and (max-width: 1000px) {
#bb-csp-hero-wrapper {
    padding:20px 0px 90px 0px!important;
}
#bb-csp-hero-wrapper .bb-col.right {
    padding-left:0px!important;
    padding-top:30px!important;
}
#bb-csp-hero-wrapper .row-bg {
    background-size:30000px!important;
}
.h3-text-pd {
    font-size:300px!important;
}

#header-space{
    height:0px!important;
}

}
@media all and (min-width: 1001px) {
#bb-csp-hero-wrapper {
    padding:180px 0px 90px 0px!important;
}
.bb-col.right {
    padding-left:120px!important;
    padding-top:70px!important;
}
}
#bb-csp-hero-wrapper .row-bg {
    background-size:inherit;
}
#bb-csp-hero-wrapper .bb-col.left img {
    width:580px;
}

#bb-csp-hero-wrapper h3 {
    color:var(--dark-blue);
}
#bb-csp-hero-wrapper h5 {
    color:var(--blue);
}

#bb-csp-ss ul li:before {
    content: '';
    position: absolute;
    /* margin-left: -40px; */
    /* margin-top: -5px; */
    width: 30px;
    height: 40px;
    
    background-size: contain;
    position: absolute;
    left: -40px;
    top: -10px;
}


/* END Courses Sales Page */
/* Second Section */
@media all and (max-width: 1000px) {
#bb-csp-ss .bb-col.left {
    padding:70px 0px 0px 0px!important;
}
#bb-csp-ss h2 {
    margin-bottom:30px
}
#bb-csp-ss {
    padding:0px 0px 70px 0px!important;
}



}
@media all and (min-width: 1001px) {
#bb-csp-ss {
    padding:100px 0px 100px 0px!important;
}
#bb-csp-ss .bb-col.left {
    padding:0px 100px 0px 120px!important;
}
}
#bb-csp-ss h2 {
    color:var(--pink);
}
#bb-csp-ss h3 {
    color:var(--dark-blue);
}
/* END Second Section */
/* Third Section */
@media all and (max-width: 1000px) {
#bb-csp-ts {
    padding:70px 0px 70px 0px!important;
}
#bb-csp-ts h2 {
    text-align:center;
}
#bb-csp-ts .row-bg {
	background-image:none!important;
}
#bb-csp-ts .btn.orange {
    left:50%;
    margin-left:-89px
}
#bb-csp-ts .after-btn p {
	width:178px!important;
    left:50%;
    margin-left:-89px;
    position:relative;
}
}
@media all and (min-width: 1001px) {
#bb-csp-ts {
    padding:110px 0px 110px 0px!important;
}
#bb-csp-ts .bb-col.left {
    padding:0px 100px 0px 0px!important;
}
}
#bb-csp-ts h2 {
    color:var(--dark-blue);
}
#bb-csp-ts .row-bg {
	background-size:620px
}
#bb-csp-ts .after-btn p {
	font-size:12px;
	font-family:"open sans";
	text-transform:uppercase;
	font-weight:700;
	width:180px;
	letter-spacing:1px;
	color:var(--orange);
	text-align:center;
}
/* END Third Section */
/* I'm Emma */
@media all and (max-width: 1000px) {
#bb-courses-im-emma {
	padding:50px 0 100px 0 !important;
}
#bb-courses-im-emma .bb-col.right h2 {
	text-align:center!important
}
#bb-courses-im-emma .bb-col.right h3 {
	text-align:center!important;
	margin-top:30px;
	margin-bottom:-20px
}
}
@media all and (min-width: 1001px) {
#bb-courses-im-emma {
	padding:100px 0 200px 0 !important;
}
}
#bb-courses-im-emma  h3 {
    color: var(--pink);
}
#bb-courses-im-emma  h2 {
    color: var(--dark-blue);
}
.bb-home-brightest-special-big-icon-pink {
    position: absolute;
    margin-top: -2%;
}
.bb-home-brightest-special-big-icon-pink .img {
    transform: rotate(-90deg)!important;
    width:22% !important;
    right:-8%;
}

.bb-home-im-emma-big-icon-yellow {
    position: absolute;
    margin-top: -25%;
}
.bb-home-im-emma-big-icon-yellow .img {
    transform: rotate(90deg)!important;
    width:22% !important;
    left:-8%;
}
/* END I'm Emma */
/* Fourth Section */
@media all and (max-width: 1000px) {
	#bb-csp-fs {
		padding:20px 0 30px 0!important;
	}
	#bb-csp-fs h2 {
		text-align:center
	}
	#bb-csp-fs .bb-col.right {
		padding:50px 0px!important;
	}
	#bb-csp-fs h5 {
		margin-bottom:50px!important;
		margin-top:-50px!important
	}
}
@media all and (min-width: 1001px) {
	#bb-csp-fs {
		padding:70px 0 120px 0!important;
	}
	#bb-csp-fs .bb-col.left {
		padding-left:100px!important;
		padding-right:20px!important;
	}
	#bb-csp-fs .bb-col.right {
		padding:0px 100px!important;
	}
	#bb-csp-fs-second {
		padding-top:90px!important;
	}
}
#bb-csp-fs h2 {
    color:var(--dark-blue);
}
#bb-csp-fs h5 {
    color:var(--dark-blue);
    margin-bottom:20px;
}
#bb-csp-fs-second .bb-col.right {
    padding-right:0px!important;
}
#bb-csp-fs ul li {
    list-style: none;
    list-style-position:outside;
    margin-left:40px;
    margin-bottom:32px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
#bb-csp-fs ul {
    margin-left:0px!important;
}
#bb-csp-fs ul li:before {
    content: '';
    position: absolute;
    /* margin-left: -40px; */
    /* margin-top: -5px; */
    width: 30px;
    height: 40px;
    background: url(/wp-content/uploads/2021/12/svg-icon-exclamation@2x.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: -10px;
}
/* END Fourth Section */
/* Fith Section */
}
#bb-csp-fis-divider .row-bg {
    background-position: center bottom 0px!important;
    background-repeat: no-repeat!important;
    background-size: inherit!important;
}
#bb-csp-fis .row-title h1 {
    padding: 20px 20px 70px 20px;
    max-width: 420px;
    margin: 0 auto;
}
#bb-csp-fis .row-title .column-image-bg {
	background-repeat:no-repeat;
}
#bb-csp-fis .row-title h1{
    padding: 30px 20px 90px 20px;
    max-width: 527px;
    margin: 0 auto;
    background: url(/wp-content/uploads/2021/11/svg-coursessales-yellowsemicircle-1.svg) no-repeat;
    background-size: contain;
    background-position: top center;
    color: white;
}
#bb-csp-fis-1 .bb-col.left .vc_column-inner {
	background-color:white!important;
    border-radius: 45px;
    box-shadow: 10px 8px 39px 1px rgba(0, 0, 0, 0.08);
    padding: 50px 80px 50px 80px;
}
#bb-csp-fis-1 h3 {
    color:var(--dark-blue);
}
#bb-csp-fis-1 {
    padding:40px 0px;
}
#bb-csp-fis-2 .bb-col.right .vc_column-inner {
	background-color:#175e87!important;
    border-radius: 45px;
    box-shadow: 10px 8px 39px 1px rgba(0, 0, 0, 0.08);
    padding: 50px 80px 50px 80px;

}
#bb-csp-fis-2 h3 {
    color:var(--yellow);
}
#bb-csp-fis-2 p {
    color:white;
}
#bb-csp-fis-2 {
    padding:40px 0px;
}
#bb-csp-fis ul li {
    list-style: none;
    list-style-position:outside;
    margin-left:30px;
    margin-bottom:25px;
    font-size: 16px;
    line-height: 24px;
}
#bb-csp-fis ul {
    margin-left:0px!important;
}
#bb-csp-fis ul li:before {
	content:url(/wp-content/uploads/2021/11/svg-listitem.svg);
    position:absolute;
    margin-left:-30px;
    margin-top:0px
}
@media all and (min-width: 1001px) {
  #bb-csp-fis .title {
      /* padding:0px 350px 30px 350px!important; */
  }
  #bb-csp-fis-1 .bb-col.left {
  	padding-right:60px;
  }
  #bb-csp-fis-1 .bb-col.right {
  	padding-left:80px;
  }
  #bb-csp-fis-2 .bb-col.right {
  	padding-left:60px;
  }
  #bb-csp-fis-2 .bb-col.left {
  	padding-right:80px;
  }
  #bb-csp-fis {
      padding: 0px 0px 50px 0px!important;
  }
  #bb-csp-fis-divider {
  	padding:100px 0px!important;
  	margin-top:-100px;
  	margin-bottom:-100px
  }
}
@media all and (max-width: 1000px) {
  #bb-csp-fis .row-title h1{
      padding: 20px 20px 70px 20px;
      max-width: 420px;
      margin: 0 auto;
      background: url(/wp-content/uploads/2021/11/svg-coursessales-yellowsemicircle-1.svg) no-repeat;
      background-size: contain;
      background-position: top center;
      color: white;
  }
  #bb-csp-fis .row-title .column-image-bg {
  	background-position:0px 25px!important;
  	background-image:url(/wp-content/uploads/2021/11/oval.svg)!important;
      background-size:100%!important
  }
  #bb-csp-fis-1 .bb-col.left .vc_column-inner {
      padding:30px!important;
  }
  #bb-csp-fis-2 .bb-col.right .vc_column-inner {
  	padding:30px!important;
  }
  #bb-csp-fis-1 h3 {
  	text-align:center;
  }
  #bb-csp-fis-1 {
      display: flex!important;
      flex-direction: column-reverse!important;
  }
  #bb-csp-fis-1 .left {
  	display:contents;
  }
  #bb-csp-fis-1 img {
  	margin-bottom:20px
  }
  #bb-csp-fis-2 img {
  	margin-bottom:20px
  }
  #bb-csp-fis {
      padding:0px 0px 80px 0px!important;
  }
}
@media all and (max-width: 690px) {
	#bb-csp-fis .row-title h1 {
		padding: 6px 28px 50px 28px;
		font-size: 23px !important;
		line-height: 34px !important;
	}
}

/* END Fith Section */
/* Sixth Section */
@media all and (max-width: 1000px) {
	#bb-csp-sis .bb-col.left {
		display:none;
	}
	#bb-csp-sis .row-bg {
		background-image:none!important;
	}
	#bb-csp-sis h1 {
		font-size:32px!important;
		line-height:48px!important;
		color:var(--dark-blue)!important;
		text-align:center!important;
		margin-bottom:50px
	}
	#bb-csp-sis {
		padding:80px 0px 100px 0px!important;
	}
	#bb-csp-sis h4 {
		text-align:center!important;
		margin-top:70px!important;
	}
	#bb-csp-sis .card-1 h4:before {
	  content:url(/wp-content/uploads/2021/11/1.svg);
	  position:absolute;
	  left:50%;
	  margin-left:-35px;
	  top:-80px
	}
	#bb-csp-sis .card-2 h4:before {
	  content:url(/wp-content/uploads/2021/11/2.svg);
	  position:absolute;
	  left:50%;
	  margin-left:-35px;
	  top:-80px
	}
	#bb-csp-sis .card-3 h4:before {
	  content:url(/wp-content/uploads/2021/11/3.svg);
	  position:absolute;
	  left:50%;
	  margin-left:-35px;
	  top:-80px
	}
	#bb-csp-sis .card-4 h4:before {
	  content:url(/wp-content/uploads/2021/11/4.svg);
	  position:absolute;
	  left:50%;
	  margin-left:-35px;
	  top:-80px
	}
	#bb-csp-sis .card-5 h4:before {
	  content:url(/wp-content/uploads/2024/03/5.png);
	  position:absolute;
	  left:50%;
	  margin-left:-35px;
	  top:-80px
	}
		#bb-csp-sis .card-6 h4:before {
	  content:url(/wp-content/uploads/2024/03/6.png);
	  position:absolute;
	  left:50%;
	  margin-left:-35px;
	  top:-80px
	}
		#bb-csp-sis .card-7 h4:before {
	  content:url(/wp-content/uploads/2024/03/7.png);
	  position:absolute;
	  left:50%;
	  margin-left:-35px;
	  top:-80px
	}
	#bb-csp-sis .card-8 h4:before {
	  content:url(/wp-content/uploads/2024/03/8.png);
	  position:absolute;
	  left:50%;
	  margin-left:-35px;
	  top:-80px
	}
}
@media all and (min-width: 1001px) {
	#bb-csp-sis .bb-col.left h1 {
		color:white;
		font-size:88px!important;
		line-height:100px!important;
	}
	#bb-csp-sis .bb-col.right {
		padding-left:100px!important;
	}
	#bb-csp-sis .bb-col.left {
		padding-right:100px!important;
	}
	#bb-csp-sis {
		padding:200px 0px 100px 0px!important;
	}
	#bb-csp-sis .card-1 h4:before {
	  content:url(/wp-content/uploads/2021/11/1.svg);
	  position:absolute;
	  left:-80px;
	}
	#bb-csp-sis .card-2 h4:before {
	  content:url(/wp-content/uploads/2021/11/2.svg);
	  position:absolute;
	  left:-80px;
	}
	#bb-csp-sis .card-3 h4:before {
	  content:url(/wp-content/uploads/2021/11/3.svg);
	  position:absolute;
	  left:-80px;
	}
	#bb-csp-sis .card-4 h4:before {
	  content:url(/wp-content/uploads/2021/11/4.svg);
	  position:absolute;
	  left:-80px;
	}
	#bb-csp-sis .card-5 h4:before {
	  content:url(/wp-content/uploads/2022/10/5-1.png);
	  position:absolute;
	  left:-80px;
	}
	#bb-csp-sis .card-6 h4:before {
	  content:url(/wp-content/uploads/2024/03/6.png);
	  position:absolute;
	  left:-80px;
	}
	#bb-csp-sis .card-7 h4:before {
	  content:url(/wp-content/uploads/2024/03/7.png);
	  position:absolute;
	  left:-80px;
	}
	#bb-csp-sis .card-8 h4:before {
	  content:url(/wp-content/uploads/2024/03/8.png);
	  position:absolute;
	  left:-80px;
	}
}
#bb-csp-sis .card-1 {
  margin-bottom:50px
}
#bb-csp-sis .card-2 {
  margin-bottom:50px
}
#bb-csp-sis .card-3 {
  margin-bottom:50px
}
#bb-csp-sis .card-4 {
  margin-bottom:50px
}
#bb-csp-sis .card-5 {
  margin-bottom:50px
}
#bb-csp-sis .card-6 {
  margin-bottom:50px
}
#bb-csp-sis .card-7 {
  margin-bottom:50px
}
#bb-csp-sis .row-bg {
	left:-50%;
}
#bb-csp-sis .row-bg-wrap {
    background-color:#fafafa;
}
#bb-csp-sis .bb-col.right h1 {
    color:var(--dark-blue);
}
#bb-csp-sis .bb-col.right h4 {
    color:var(--dark-blue);
}
/* END Sixth Section */

/* If You're Ready */
@media all and (max-width: 1000px) {
#bb-csp-if-ready {
    padding:30px 0px 100px 0px!important;
}
#bb-csp-if-ready .card {
    padding: 30px!important;
}
}
@media all and (min-width: 1001px) {
#bb-csp-if-ready {
    padding:110px 0px!important;
}
#bb-csp-if-ready .col.padding-20-percent  {
  padding:0px 70px!important;
}
}
#bb-csp-if-ready h2 {
    color: var(--dark-blue);
    padding-top:100px;
}
#bb-csp-if-ready h6 {
    color:var(--dark-blue);
}
#bb-csp-if-ready h3 {
    color:var(--dark-blue);
    margin-bottom:20px!important
}
#bb-csp-if-ready .card {
    padding: 70px 65px 63px 55px;
    border-radius: 16px;
    box-shadow: -12px 24px 64px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--beige);
    margin:50px 0px;
}
#bb-csp-if-ready ul li {
    list-style: none;
    list-style-position:outside;
    margin-left:50px;
    margin-bottom:25px;
    font-size: 16px;
    line-height: 24px;
}
#bb-csp-if-ready ul {
    margin-left:0px!important;
}
#bb-csp-if-ready ul li:before {
	content:url(/wp-content/uploads/2021/11/svg-icon-affirmative.svg);
    position:absolute;
    margin-left:-50px;
    margin-top:0px
}
/* END If You're Ready */
/* Money Back */
@media all and (max-width: 1000px) {
	#bb-csp-money-back-inner {
		padding:50px 0px !important;
		margin-bottom:0;
		margin-top:0;
	}
	#bb-csp-money-back .column-image-bg {
		background-repeat:no-repeat;
		background-image:url(/wp-content/uploads/2021/11/svg-circle-1.svg)!important;
		bavkground-size:100%!important;
	}
	#bb-csp-money-back .row-bg {
		background-image:url(/wp-content/uploads/2021/11/svg-circle-1.svg)!important;
	}
}
@media all and (min-width: 1001px) {
	#bb-csp-money-back-inner {
		padding:100px 350px !important;
		margin-bottom:-2.5px;
		margin-top:-1.5px;
	}
}
#bb-csp-money-back .column-image-bg {
	background-repeat:no-repeat;
}
/* END Money Back */
/* FAQ */
@media all and (max-width: 1000px) {
	#bb-csp-faq {
		padding:50px 0px 50px 0px!important;
	}
}
@media all and (min-width: 1001px) {
	#bb-csp-faq {
		padding:110px 0px 50px 0px!important;
	}
	#bb-csp-faq .col.padding-20-percent  {
	  padding:0px 70px!important;
	}
}
#bb-csp-faq h2 {
    color: var(--dark-blue);
}
#bb-csp-faq .row-bg {
  background-size:inherit;
  background-position:center top 350px!important
}
#bb-csp-faq .toggle h3 a {
	font-size:18px;
	line-height:24px;
	font-family:'Rubik';
	color:var(--dark-blue);
}
#bb-csp-faq .toggle h3 a:hover {
	color:var(--pink);
}
#bb-csp-faq .open h3 a  {
	color:var(--pink);
}
#bb-csp-faq  .toggle {
    border-bottom: 2px solid var(--dark-blue);
}
#bb-csp-faq .toggle:last-child {
	border:none
}
#bb-csp-faq .toggle h3 i {
    content:url(/wp-content/uploads/2021/11/svg-chevron-closed.svg);
    border:none!important;
}
#bb-csp-faq .fa-minus-circle {
    content:url(/wp-content/uploads/2021/11/icon-chevon-opened.svg)!important;
}
/* END FAQ */

@media all and (max-width:690px){
	#bb-csp-fis-1 .bb-col.left .vc_column-inner {
		padding: 30px 10px !important;
	}

	#bb-csp-fis-1 h3 {
		font-size: 20px;
	}

	#bb-csp-fis-2 .bb-col.right .vc_column-inner {
		padding: 40px 10px 20px !important;
	}

	#bb-csp-faq {
	}

	#bb-csp-faq .toggles {
		padding: 0 20px;
	}

	#bb-csp-if-ready .card {
		padding: 30px 10px!important;
	} 
	.bb-col .wpb_text_column,
	#bb-csp-if-ready .wpb_text_column,
	#bb-csp-money-back .wpb_text_column{
		padding-left: 10px;
		padding-right: 10px;
	} 
}
/* END Courses Sales Page */

/* Popup */
@media all and (min-width: 1001px) {
  .pum-container {
    box-shadow: 0 2px 73px 0 rgb(0 0 0 / 9%)!important;
    padding: 55px 100px 35px 100px!important;
  }
}
@media all and (max-width: 1000px) {
  .pum-container {
  	box-shadow: 0 2px 73px 0 rgb(0 0 0 / 9%)!important;
  	padding: 25px 30px 25px 30px!important;
      width: 84%!important;
      left: 8%!important;
  }
  html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
      padding-right: 0px!important;
  }
}
.pum-close {
    font-size:20px!important;
    height:32px!important;
    width:32px!important;
    position:relative;
    right:30px!important;
    top:30px!important;
    padding:0px 0px 5px 0px!important;
    line-height:0px!important;
}
#bb-popup h2 {
    color: var(--dark-blue);
}
#bb-popup h6 {
    color: var(--blue);
}
#bb-popup .btm-copy p {
    font-size: 14px!important;
    line-height: 1.57!important;
    font-style: italic;
    color:#4e4e4e;
}
button#_form_3_submit {
    border-radius: 8px !important;
}
@media all and (max-width:480px){
  #bb-popup h2 {
    font-size: 26px;
    padding-top: 50px;
    line-height: 125%;
  }

  div#popmake-507 {
      padding: 20px !important;
      width: 100% !important;
      left: 0 !important;
  }

  #bb-popup .wpb_text_column {
      margin-bottom: 10px;
  }
  #bb-csp-if-ready ul li:before {
    margin-left: -30px;
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    box-sizing: content-box;
    background: url(/wp-content/uploads/2021/11/svg-icon-affirmative.svg) no-repeat;
    background-size: contain;
    content: '' !important;
    margin-top: 3px;
  }

  #bb-csp-if-ready ul li {
      margin-left: 20px;
  }
}
/* Contact Form */
@media all and (max-width: 1000px) {
#bb-popup .wpcf7-submit {
	margin-left:50%!important;
	left:-119px!important;
	position:relative
}
}
#bb-popup .formulario-item-50 {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
#bb-popup .formulario-item-50 input {
  width: 100%;
  float: left;
}
#bb-popup .formulario-item-50.item-esquerda {
  padding-right: 15px;
}
@media all and (max-width: 767px) {
#bb-popup .formulario-item-50 {
    width: 100%
}
#bb-popup .formulario-item-50.item-esquerda {
    padding-right: 0;
}
}
#bb-popup input[type=text], #bb-popup input[type=email], #bb-popup input[type=password], #bb-popup input[type=tel], #bb-popup input[type=url], #bb-popup input[type=search], #bb-popup input[type=date], #bb-popup .material.woocommerce-page[data-form-style="default"] input#coupon_code, #bb-popup select {
    background-color: transparent;
    border-radius: 30px;
    border: solid 1px #175e87;
    height: 61px;
    margin-top: 0px;
    padding: 10px 20px;
}
#bb-popup label {
  color: var(--dark-blue);
  font-size: 16px;
  font-family: 'Open Sans';
  background-color: #fffbf8;
  position: relative;
  margin-left: 26px;
  padding: 0 10px!important;
  z-index: 20;
  bottom: -12px;
}
#bb-popup input[type=text]:focus,
#bb-popup textarea:focus,
#bb-popup input[type=email]:focus,
#bb-popup input[type=search]:focus,
#bb-popup input[type=password]:focus,
#bb-popup input[type=tel]:focus,
#bb-popup input[type=url]:focus,
#bb-popup input[type=date]:focus,
#bb-popup select:focus {
  box-shadow: none!important;
  border-color:#0e3b54!important;
}
body[data-button-style*="slightly_rounded"] .bb-btn {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    line-height: 0.86;
    letter-spacing: 1.17px;
    color: #fff;
    padding: 26px;
    background-color: var(--orange);
    box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.2)!important;
  	border-radius:8px!important;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto !important;
}

#bb-popup ._button-wrapper {
    text-align: center;
    margin-top: 40px;
}

#bb-popup .wpcf7-submit {
    background-color: var(--orange)!important;
	font-size: 14px!important;
	font-family:'Open Sans'!important;
	letter-spacing: 1.17px!important;
	text-transform: uppercase!important;
    height: 64px!important;
    width: 240px!important;
  	box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.2)!important;
  	border-radius:8px!important;
  	left:50%;
    margin-left: -127px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
#bb-popup .wpcf7-submit:hover {
	opacity: 1!important;
	background-color: #e67529!important;
}
/* END Contact Form */
/* END Popup */
/*--- BLOG PAGE ---*/
@media all and (min-width: 1001px) {
.blog #header-space {
    background-color:transparent!important;
    margin-bottom:-110px!important;
}
.blog #header-outer {
    background-color:transparent!important;
}
.blog #header-outer.small-nav {
	background-color:white!important;
}}
div#bb-blog-nav {
    background: #faf0e8;
        padding: 0 20px;
            z-index: 100;
}
.bb-blog-nav-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 41px 0px;
    align-items: center;
}
.bb-blog-cats li, .bb-blog-ages li {
    list-style: none;
}
.bb-blog-cats ul, .bb-blog-ages ul {
    margin: 0;
}
.bb-cat-nav ul {
  display: flex;
  margin: 0;
}
.bb-cat-nav ul li {
    margin: 0 10px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #175e87;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
}
#bb-cat-nav .bb-cat-nav-current {
    display: none;
}
.bb-blog-ages ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    width: 180px;
    z-index: 100;
}
.bb-age-nav-current {
    position: absolute;
    top: 5px;
    left: 0;
    width: 180px;
    font-size: 14px;
    line-height: 1.57;
    color: #175e87;
    cursor: pointer;
    z-index: 100;
}
.bb-age-nav-wrap {
    position: relative;
    border-bottom: solid 1px #175e87;
    height: 30px;
    width: 180px;
}
.bb-blog-ages li {
    font-size: 14px;
    line-height: 1.57;
    color: #175e87;
    padding: 5px 0;
    cursor: pointer;
}
.bb-age-nav-wrap:after {content: '\f078';color: #175e87;font-family: 'FontAwesome';width: 15px;height: 16px;right: 0;top: 7px;display: block;left: auto;position: absolute;font-size: 16px;line-height: 1;transition: 0.3s linear;}
.bb-age-nav-wrap.open:after {
    transform: rotate(180deg);
    transition: 0.3s linear;
}
.bb-age-nav-current span {
    display: block;
}
div#bb-blog-featured {
    margin-top: 70px;
    margin-bottom: 70px;
}
div#bb-blog-articles {
    margin-top: 50px;
}
h2.bb-blog-title {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--dark-blue);
    margin-bottom: 32px;
}
.bb-featured-item.item-1 .bb-featured-item-top {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}

.bb-featured-item.item-1 .bb-featured-item-top > div {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bb-featured-item.item-1 .bb-featured-item-btm {
    z-index: 100;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    align-content: flex-end;
    padding: 0px 144px 58px 29px;
}

.bb-featured-item-wrap {
    display: flex;
    height: 100%;
    width: 100%;
    flex: 1;
}

.bb-featured-item.item-1 .bb-featured-item-wrap {
    align-items: baseline;
    justify-content: flex-end;
    align-content: flex-end;
    flex-direction: column;
    flex: 1;
    height: 100%;
    min-height: 470px;
}

.bb-featured-item.item-1 .bb-featured-item-top:after {content: '';background-image: linear-gradient(to bottom, rgba(10, 39, 56, 0) 44%, rgba(10, 39, 56, 0.9) 94%);position: absolute;z-index: 15;width: 100%;height: 100%;top: 0;border-radius: 8px;}

#bb-blog-featured .bb-featured-item.item-1 .bb-featured-item-btm h5 {
    color: #fff;
}

#bb-blog-featured .bb-featured-item .bb-featured-item-btm p {
    position: absolute;
    right: 30px;
    bottom: 27px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-decoration: underline;
}

#bb-blog-featured .bb-featured-item.item-1 .bb-featured-item-btm p:after, #bb-blog-featured .bb-featured-item.item-2 .bb-featured-item-btm p:after, #bb-blog-featured .bb-featured-item.item-3 .bb-featured-item-btm p:after {content: '\f061';font-family: 'FontAwesome';display: inline-block;margin-left: 10px;font-size: 14px;font-weight: 100;}

.bb-featured-item.item-2 .bb-featured-item-top, .bb-featured-item.item-3 .bb-featured-item-top {
    width: 250px;
    position: relative;
}

.bb-featured-item.item-2 .bb-featured-item-btm, .bb-featured-item.item-3 .bb-featured-item-btm {
    width: calc(100% - 250px);
    padding: 40px 50px 34px 20px;
}

.bb-featured-item.item-2 .bb-featured-item-top  > div, .bb-featured-item.item-3 .bb-featured-item-top > div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px 0 0 8px;
}

#bb-blog-featured .bb-featured-item.item-2 .bb-featured-item-btm p, #bb-blog-featured .bb-featured-item.item-3 .bb-featured-item-btm p {
    color: var(--orange);
}

#bb-blog-featured .bb-featured-item.item-2 .bb-featured-item-btm h6, #bb-blog-featured .bb-featured-item.item-3 .bb-featured-item-btm h6 {
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--blue);
    margin-bottom: 8px;
}
.bb-blog-header-wrap {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
}

.container-wrap.bb-blog-wrap {
    padding-top: 0 !important;
}

div#bb-blog-header {
    padding: 150px 20px 60px;
    background-color: #ffa6ac;
    background: url(/wp-content/uploads/2021/11/img-bloglist-header.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

div#bb-blog-header h1 {
    color: #fff;
    margin-bottom: 16px;
}

div#bb-blog-header p {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
    padding-bottom: 32px;
}

input#bb-blog-search {
    border: 1px solid #fff;
    border-radius: 32px;
    background: none;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 15px 50px 15px 30px;
}

input#bb-blog-search::placeholder {
    opacity: 0.5;
    color: #fff;
}
#bb-blog-header input[type="submit"] {
    position: absolute;
    right: 18px;
    top: 4px;
    font-size: 0;
    height: 47px;
    width: 50px;
    background: no-repeat;
    z-index: 100;
}

#bb-blog-header form {
    position: relative;
}

#bb-blog-header form:after {content: '\f002';position: absolute;display: block;right: 37px;top: 14px;font-size: 25px;font-family: 'FontAwesome';color: #fff;font-weight: 400;z-index: 10;}

#bb-blog-header input[type="submit"]:hover {
    box-shadow: none !important;
}
div#bb-blog {
    min-height: 520px;
}
div#bb-blog-featured:empty, div#bb-blog-articles:empty {
    margin: 0;
}
li.bb-feed-page-item {
    list-style: none;
    background-color: var(--blue);
    padding: 9px 12px 9px 11px;
    border-radius: 40px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: "open sans";
    margin: 4px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.bb-feed-pag {
    margin: 0;
    display: flex;
    justify-content: center;
}

a.bb-feed-page-trigger {
    background-color: var(--blue);
    padding: 9px 11px 9px 11px;
    border-radius: 40px;
    color: white;
    font-size: 0;
    font-weight: bold;
    font-family: "open sans";
    margin: 4px;
    line-height: 1;
}

a.bb-feed-page-trigger.bb-feed-page-trigger-prev {
    position: relative;
}

a.bb-feed-page-trigger:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 1.5px;
    display: block;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

a.bb-feed-page-trigger.bb-feed-page-trigger-prev:before {
    content: "\f053";
}

li.bb-feed-page-item.active,li.bb-feed-page-item:hover, a.bb-feed-page-trigger:hover {
    background-color: var(--dark-blue)!important;
}


/*--- HOMEPAGE BLOG--*/
.bb-home-nav .bb-age-nav-wrap {
    width: 100%;
    height: auto;
    border: none;
}

.bb-home-nav .bb-age-nav-wrap .bb-age-nav-current {
    display: none;
}

.bb-home-nav .bb-age-nav-wrap ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.bb-home-nav .bb-age-nav-wrap li.bb-age-nav-item {
    list-style: none;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--blue);
    padding: 19px 10px;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    width: calc(100% / 6);
    margin-right: 20px;
    cursor:pointer;
}

.bb-home-nav .bb-age-nav-wrap:after {
    display: none;
}


.bb-home-nav .bb-cat-nav-wrap  ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.bb-home-nav .bb-cat-nav-wrap ul li {
      list-style: none;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
    background-color: var(--dark-blue);
    width: 160px;
    padding: 8.8% 0 2.5%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bb-home-nav .bb-age-nav-wrap li.bb-age-nav-item:last-child {
    margin-right: 0;
}
.bb-home-blog-articles-wrap {
    display: grid;
    grid-template-rows: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 0;
    height: 100%;
}

.bb-home-blog-item {
    width: 100%;
    height: auto;
    min-height: 90px;
}

.bb-home-blog-item.item-1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
    padding-right: 50px;
    width: 100%;
    min-height: 300px;
}

.bb-home-blog-item.item-2 {
      grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 4;
}
.bb-home-blog-item.item-3 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

.bb-home-blog-item.item-4 {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

.bb-home-blog-item.item-5 {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
}

.bb-home-blog-item.item-6 {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 4;
}
.bb-home-blog-item.item-3,.bb-home-blog-item.item-4,.bb-home-blog-item.item-5,.bb-home-blog-item.item-6{
    max-height: 100px;
    padding-bottom: 20px;
}
.bb-home-blog-articles-wrap .bb-home-blog-item  a {
    display: block;
    height: 100%;
}

.bb-home-blog-item.item-2, .bb-home-blog-item.item-3, .bb-home-blog-item.item-4, .bb-home-blog-item.item-5, .bb-home-blog-item.item-6 {}

.bb-home-blog-articles-wrap div[class^="bb-home-blog-item item-"] .bb-home-blog-item-wrap {
    display: flex;
    flex-direction: row;
}

.bb-home-blog-articles-wrap div[class^="bb-home-blog-item item-"] .bb-home-blog-item-wrap .bb-home-blog-item-thumb {
  width: 90px;
  height: 80px;
  margin-right: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.bb-home-blog-articles-wrap div[class^="bb-home-blog-item item-"] .bb-home-blog-item-wrap .bb-home-blog-item-thumb > div {
    max-height: 100%;
    height: 100% !important;
    border-radius: 8px;
}

.bb-home-blog-item.item-2 {
    padding-bottom: 12px;
}

.bb-home-blog-articles-wrap .bb-home-blog-item.item-1 .bb-home-blog-item-wrap {
    display: flex;
    position: relative;
    height: 100%;
    align-items: flex-end;
    padding: 24px;
}

.bb-home-blog-articles-wrap .bb-home-blog-item.item-1 .bb-home-blog-item-wrap .bb-home-blog-item-thumb {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.bb-home-blog-articles-wrap .bb-home-blog-item.item-1 .bb-home-blog-item-wrap .bb-home-blog-item-thumb > div {
    display: block;
    height: 100% !important;
    position: absolute;
    width: 100%;
    border-radius: 8px;
}

.bb-home-blog-articles-wrap .bb-home-blog-item.item-1 .bb-home-blog-item-wrap .bb-home-blog-item-meta {
    z-index: 100;
    position: relative;
}

.bb-home-blog-articles-wrap .bb-home-blog-item.item-1 .bb-home-blog-item-wrap .bb-home-blog-item-thumb:before {
  content: '';object-fit: contain;border-radius: 8px;background-image: linear-gradient(to bottom, rgba(10, 39, 56, 0) 50%, rgba(10, 39, 56, 0.9));position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;}

.bb-home-blog-articles-wrap .bb-home-blog-item.item-1 .bb-home-blog-item-wrap .bb-home-blog-item-meta h6 {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.5px;
    color: var(--bright-blue);
}

.bb-home-blog-articles-wrap .bb-home-blog-item.item-1 .bb-home-blog-item-wrap .bb-home-blog-item-meta h5 {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0;
}

.bb-home-blog-articles-wrap .bb-home-blog-item.item-2 .bb-home-blog-item-wrap .bb-home-blog-item-thumb {
    width: 50%;
    display: block;
    flex-basis: 50%;
    height: 140px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.bb-home-blog-articles-wrap div[class^="bb-home-blog-item item-"] .bb-home-blog-item-wrap .bb-home-blog-item-meta {
    width: calc(100% - 100px);
}

.bb-home-blog-articles-wrap div[class^="bb-home-blog-item item-"] .bb-home-blog-item-wrap .bb-home-blog-item-meta h5 {
    font-family: Rubik;
    font-size: 14px;
    line-height: 1.29;
    color: #4e4e4e;
}

.bb-home-blog-articles-wrap div[class^="bb-home-blog-item item-"] .bb-home-blog-item-wrap .bb-home-blog-item-meta h6 {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.5px;
    color: var(--blue);
    margin-bottom: 8px;
}
.bb-courses-item-wrap {
  max-width: 380px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 9px 12px 0 rgb(0 0 0 / 15%);
    min-height: 380px;
    display: flex;
    flex: 1;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    align-items: stretch;
}

li.bb-courses-slide-item {
    /* width: 380px !important; */
}
.bb-courses-item-front .bb-courses-item-inner {
    flex-basis: 100%;
    position: relative;
}
.bb-courses-item-front {
    padding: 20px 25px 25px;
    z-index: 50;
    display: flex;
    width: 98%;
    align-items: flex-end;
    border-radius: 8px;
}

.row .bb-courses-item-front h3 {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.bb-courses-item-front p {
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #fff;
}

.bb-courses-item-back {
    position: absolute;
    height: 100%;
    width: 98%;
    transition: 0.3s linear;
    z-index: 100;
    border-radius: 8px;
    background-color: var(--beige);
    bottom: -100%;
    padding: 25px 25px 90px;
    text-align: center;
    left: 1%;
}
.bb-courses-item-back a.bb-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}
.bb-home-courses-slide .slick-track {
    padding: 30px 0px;
}

.bb-home-courses-slide {
      margin: 0;
}

.bb-home-courses-slide .slick-list.draggable {
    padding: 0;
}

div#bb-home-courses-feed-inner {
    margin-top: 50px;
}
.bb-home-courses-slide button.slick-arrow {
    position: absolute;
    bottom: -30px !important;
    left: auto;
    top: auto;
    right: 0;
}

.bb-home-courses-slide button.slick-arrow.slick-prev {
    right: 40px;
}

.bb-home-courses-slide button.slick-arrow.slick-prev:before {
    color: #09529b !important;
}

.bb-courses-item-wrap:hover .bb-courses-item-back {
    bottom: 0;
    transition: 0.3s linear;
}

.bb-courses-item-back h3 {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: var(--dark-blue);
}

.bb-courses-item-back p {
    font-family: OpenSans;
    font-size: 14px;
    line-height: 1.57;
    color: var(--black);
    text-align: left;
    padding-bottom: 33px;
}
ul.bb-home-courses-slide:not(.slick-initialized) {
    display: none;
}
@media (min-width: 1001px){
.bb-home-nav .bb-cat-nav-wrap ul li.bb-cat-nav-item.active {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
    background-color: var(--orange);
    color: #fff !important;
	}}

.bb-home-nav .bb-cat-nav-wrap ul li:before {
  content: url(/wp-content/uploads/2021/12/brightest-beginning-branding-icons-extra-footprint-rgb-yellow.svg)!important;
  width: 5.5%;
  height: 4.6%;
  display: block;
  position: absolute;
  top: 2%;
}

/*--- Recommends PAge---*/
section.bb-rec-topic {margin-bottom: 50px;padding-bottom: 50px;border-bottom: 1px #175e8733 solid;}

h2.bb-rec-topic-title {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: var(--dark-blue);
    margin-bottom: 0 !important;
}
.bb-rec-topic-title-wrap {
    display: flex;
    margin-bottom: 30px;
        align-items: center;
}

.bb-rec-topic-title-wrap img {
    width: 59px;
    height: auto;
    margin: 0 20px 0 0 !important;
    margin-right: 20px;
}
h2.bb-rec-topic-title:before {
  /* content: url(/wp-content/uploads/2021/11/icon-toilettraining.svg);margin-right: 20px;line-height: 22px;margin-bottom: 0;width: 60px; */
}

h2.bb-rec-topic-title[data-topic="baby-push-walkers"]:before {
  /* content: url(/wp-content/uploads/2021/11/icon-walker.svg); */
}
h2.bb-rec-topic-title[data-topic="toilet-training"]:before {
    /* content: url(/wp-content/uploads/2021/11/icon-toilettraining.svg); */
}
h2.bb-rec-topic-title[data-topic="toilet-training"]:before {
    /* content: url(/wp-content/uploads/2021/11/icon-teething.svg); */
}
h2.bb-rec-topic-title[data-topic="soft-soled-shoes"]:before {
    /* content: url(/wp-content/uploads/2021/11/icon-shoes.svg); */
}
h2.bb-rec-topic-title[data-topic="easy-to-hold-toys-for-babies"]:before {
    /* content: url(/wp-content/uploads/2021/11/icon-easytohold.svg); */
}
h2.bb-rec-topic-title[data-topic="books"]:before {
    /* content: url(/wp-content/uploads/2021/11/icon-books.svg); */
}
.bb-rec-topic-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.bb-rec-topic-item {
    gap: 28px;
    width: 180px;
}

a.bb-rec-topic-item-inner {
    display: block;
}

a.bb-rec-topic-item-inner  h3 {
    font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--dark-blue);
  text-decoration:underline;
}

a.bb-rec-topic-item-inner:hover h3 {
  font-weight: 500;
  line-height: 1.25;
  color: var(--yellow);
}

img.bb-recommends-item-img {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
}
div#bb-wr-search {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
        z-index: 101;
}
section.bb-rec-topic:last-of-type {
 border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0px;
}

div#bb-wr-body {
    min-height: 520px;
}

@media all and (max-width:1000px){
  #bb-cat-nav .bb-cat-nav-current {
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
    border-bottom: 1px solid #175e87;
    border-radius: 0;
    padding: 15px 40px 10px 13px;
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #175e87;
  }

  .bb-blog-cats,
  .bb-recommends-nav {
      width: 280px;
  }

  .bb-blog-cats ul,
  .bb-recommends-nav .bb-cat-nav-wrap ul {
      flex-direction: column;
      padding-top: 20px;
      background: #fff;
      padding-bottom: 20px;
      position: absolute;
      width: 100%;
      top: 100%;
      display: none;
  }

  .bb-blog-cats ul li.bb-cat-nav-item,
  .bb-recommends-nav .bb-cat-nav-wrap ul li.bb-cat-nav-item {
      margin: 0 0px 0px;
      padding: 10px 20px;
  }

  .bb-cat-nav-wrap {
      position: relative;
  }

  #bb-cat-nav .bb-cat-nav-current:after {position: absolute;right: 10px;width: 30px;height: auto;top: 13px;font-size: 14px;text-align: center;content: '\f078';color: #175e87;font-family: 'FontAwesome';}
  .bb-blog-nav-wrap {
      padding: 16px 0px 23px;
      justify-content: flex-start;
      align-items: center;
      gap:20px;
  }
  .bb-age-nav-current {
      padding: 10px 10px 10px 10px;
      top: 0;
      border-bottom: 1px solid #175e87;
      line-height: 1;
  }

  .bb-age-nav-wrap {
      border-bottom: none;
  }
  .bb-blog-cats {
      width: 220px;
  }

  .bb-blog-ages ul {
      top: 35px;
  }
  .bb-home-nav .bb-cat-nav-wrap ul {
    flex-direction: column;
    padding-top: 20px;
    background: #fff;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    top: 100%;
    display: none;
    z-index: 300;
  }

  .bb-home-nav .bb-cat-nav-wrap ul li{
      padding: 8px 10px;
      background: none;
      box-shadow: none;
      color: #175e87;
      text-align: left;
      display: block;
  }

  .bb-home-nav .bb-cat-nav-wrap ul li:before {
      display: none;
  }

  .bb-home-cat-nav {
      max-width: 50%;
      display: inline-block;
      width: calc(40% - 0px);
      margin-right: 20px;
  }

  #bb-age-nav:before {
      display: none;
  }

  .bb-home-nav .bb-age-nav-wrap .bb-age-nav-current {
      display: block;
      position: relative;
  }

  .bb-home-nav .bb-age-nav-wrap ul {
      flex-direction: column;
      top: 34px;
      position: absolute;
      width: 100%;
      background: #fff;
      padding: 10px 0;
      display: none;
      z-index: 100;
  }

  .bb-home-nav .bb-age-nav-wrap li.bb-age-nav-item {
      padding: 8px 10px;
      background: none;
      box-shadow: none;
      color: #175e87;
      text-align: left;
      display: block;
      font-family: 'Open Sans';
      font-size: 12px;
      font-weight: 400;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      margin: 0;
      width: 100%;
  }

  .bb-home-ages-nav {
      margin-bottom: 0 !important;
      max-width: 50%;
      display: inline-block;
      width: calc(50% - 10px);
  }

  .bb-home-blog-widget > .wpb_wrapper {
      /* display: flex; */
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
  }

  #bb-age-nav.bb-home-nav {padding-top: 0 !important;max-width: 180px;margin-right: 0;margin-left: auto;}

  div#bb-home-blog-feed, .bb-home-courses-feed {
      width: 100%;
      flex-basis: 100%;
  }

  .bb-home-nav .bb-age-nav-wrap {
      max-width: 180px;
      margin: 0 0 0 auto;
  }

  div#bb-cat-nav.bb-home-nav {
      max-width: 180px;
  }
  .bb-age-nav-wrap:after {display: block !important;}
  .bb-rec-topic-item {
    gap: 0;
    padding: 0 20px;
        width: 100%;
  }


  .bb-rec-topic-item img.bb-recommends-item-img {
    max-height: 200px;
    height: auto !important;
    margin: 0 auto 30px;
    display: block;
  }

  a.bb-rec-topic-item-inner h3 {
      text-align: center;
  }

  .bb-rec-topic-wrap .slick-prev:before {
      color: var(--dark-blue);
  }
}
@media all and (max-width:690px){
  .bb-rec-topic-title-wrap {
      flex-direction: column;
      justify-content: center;
  }

  .bb-rec-topic-title-wrap img {
      margin-bottom: 14px !important;
      width: 80px !important;
  }
}

/* Testimonials */
@media only screen and (min-width: 1001px) {
.bb-testimonials {
    height: auto!important
}}
div#bb-footer-cta {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

@media only screen and (min-width: 1001px) {
.bb-blog-articles-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -20px;
}
.bb-featured-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px!important;
    grid-auto-flow: row;
    grid-template-areas: "largepost small-post1"
    "largepost small-post2";
}
}
@media only screen and (max-width: 1000px) {
.bb-featured-item.item-2 .bb-featured-item-top, .bb-featured-item.item-3 .bb-featured-item-top {
    height:220px!important;
}
.bb-featured-item-wrap {
    display: initial!important;
}
.bb-featured-item.item-2 .bb-featured-item-top, .bb-featured-item.item-3 .bb-featured-item-top {
    width: auto!important;
}
.bb-featured-item.item-2 .bb-featured-item-btm, .bb-featured-item.item-3 .bb-featured-item-btm {
    width: auto!important;
}
.bb-featured-item.item-2 .bb-featured-item-top > div, .bb-featured-item.item-3 .bb-featured-item-top > div {
    border-radius: 8px 8px 0px 0px!important;
}
.bb-featured-item.item-1 .bb-featured-item-btm {
    padding: 180px 25px 50px 25px!important;
}
.bb-featured-item {
    margin:20px 0px!important;
}
.bb-blog-item {
    margin: 0 0px 20px!important;
}}
#bb-blog-articles h5 {
    color: var(--dark-blue);
}
#bb-blog-articles h6 {
    color: var(--blue);
}
.bb-blog-item {
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    position:relative;
}
.bb-blog-item .bb-blog-read-post-link {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Open Sans";
	text-transform: uppercase;
	font-weight: bold;
	color: var(--orange);
	bottom: 20px;
	position: absolute;
	right: 20px;
	text-decoration: underline;
}
.bb-blog-item .bb-blog-read-post-link:hover {
    color: var(--yellow);
}
.bb-blog-item .bb-blog-read-post-link:after {
	content: url(/wp-content/uploads/2021/10/icon-arrowright.svg);
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.bb-blog-item-btm {
    padding: 25px 20px 50px 20px;
}
.bb-blog-item:first-child, .bb-blog-item:nth-child(5n) {
    margin-left: 0;
}
.bb-blog-item:nth-child(4n) {
    margin-right: 0;
}

/* Featured Posts */
#bb-blog-featured h5 {
    color: var(--dark-blue);
}
#bb-blog-featured h6 {
    color: var(--blue);
}
.bb-featured-item.item-1 {
    grid-area: largepost;
}
.bb-featured-item.item-2 {
    grid-area: small-post1;
}
.bb-featured-item.item-3 {
    grid-area: small-post2;
}
.bb-featured-item {
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    position:relative;
}
.bb-featured-item-btm {
    padding: 25px 20px 50px 20px;
}
.bb-featured-wrap.items-count-1 {
    grid-template-columns: 1fr!important;
    grid-template-rows: 1fr!important;
    gap: 0px!important;
    grid-template-areas:
        "largepost"
        "small-post1";
}
.bb-featured-wrap.items-count-2 {
    grid-template-columns: 1fr 1fr!important;
    grid-template-rows: 1fr!important;
    grid-template-areas:
        "largepost small-post1";
}
.bb-featured-wrap.items-count-3 {
}

.bb-featured-item.item-3 {
    grid-area: small-post2;
}
/* NAV Bar */

li.bb-cat-nav-item:hover {
    color: var(--yellow)
}
li.bb-cat-nav-item.active {
    color: var(--yellow)!important;
}

.bb-post-blog-related-wrapper {
    margin-bottom: -40px!important;
}
#advanced-searchform input.bb-btn {
    position: absolute !important;
    width: 50px !important;
    display: block;
    top: 0;
    right: 0;
    font-size: 0;
    min-width: 0;
    height: 50px;
    background: none;
    box-shadow: none !important;
    cursor: pointer;
    z-index: 100;
}

#advanced-searchform {
    position: relative;
    width: 100%;
    display: block;
}

#advanced-searchform input[type=search] {
    width: 100%;
    max-width: 100%;
    padding-right: 37px;
    padding-left: 18px;
}

#advanced-searchform:after {content: '\f002';width: 21px;position: absolute;top: 0;height: 25px;font-size: 24px;right: 0;font-family: 'FontAwesome';padding: 9px 16px 14px 13px;color: var(--dark-blue);}
@media only screen and (min-width: 1001px) {
  .single-post .bb-header-container {
      padding: 230px 0px 55px 0px!important;
  }
  .single-post .section-title {
      padding-top: 0px!important;
  }
}
/* Home Page Blog */
/* Home Page Courses */
@media screen and (max-width: 1340px) and (min-width: 999px) {
  .slick-initialized .slick-slide {
      padding:10px!important;
  }
}
@media only screen and (max-width: 1000px) {
#bb-home-blog-outer .column-image-bg {
      background-size: 160px;
  }
#bb-home-blog-outer .bb-age-nav-wrap:after {
		right:-20px!important
	}	
  .bb-home-blog-articles-wrap {
      display: flex!important;
      gap: 20px!important;
      flex-direction: column;
  }
  .bb-home-blog-item.item-1 {
      padding-right:0px!important;
      margin-bottom:10px!important;
  }
  .bb-home-blog-articles-wrap .bb-home-blog-item.item-2 .bb-home-blog-item-wrap .bb-home-blog-item-thumb {
      width: 90px!important;
      height: 80px!important;
      margin-right: 12px!important;
      border-radius: 8px;
      flex-basis: auto!important;
  }
  .bb-home-blog-item.item-3, .bb-home-blog-item.item-4, .bb-home-blog-item.item-5, .bb-home-blog-item.item-6 {
      padding-bottom:0px!important;
  }
  .bb-home-blog-item.item-2 {
      padding-bottom:0px!important;
  }
  .bb-home-blog-item.item-3, .bb-home-blog-item.item-2 {
      margin-bottom:-5px!important;
  }
}
@media only screen and (min-width: 1001px) {
  #bb-home-blog-feed .item-2 h5 {
      font-size: 20px!important;
      line-height: 28px!important;
  }
  #bb-home-blog-feed .item-3, #bb-home-blog-feed .item-4 {
      margin-top: -15px!important;
  }
}
#bb-home-blog-feed h2 {
    font-size: 20px!important;
    line-height: 28px!important;
}
.bb-home-blog-item-meta h6 {
    font-weight: inherit!important;
}
#bb-home-blog-feed .item1 h5 {
    font-size: 20px!important;
    line-height: 28px!important;
}
#bb-home-blog-feed .bb-home-blog-item-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bb-home-blog-item.item-1 {
    height: 350px;
}
#bb-home-blog-feed .item-5, #bb-home-blog-feed .item-6 {
    margin-top: -7px!important;
}
#bb-home-blog-feed {
    padding-top:40px!important;
}
/* Blog Page */
#bb-blog-featured .bb-featured-item.item-1 .bb-featured-item-btm p:after {
    content: url(/wp-content/uploads/2021/11/icon-arrowright-white.svg)!important;
    position: relative!important;
    top: 1px!important;
    margin-left: 5px!important;
}
#bb-blog-featured .bb-featured-item.item-2 .bb-featured-item-btm p:after, #bb-blog-featured .bb-featured-item.item-3 .bb-featured-item-btm p:after {
    content: url(/wp-content/uploads/2021/10/icon-arrowright.svg)!important;
    position: relative!important;
    top: 1px!important;
    margin-left: 5px!important;
}
.bb-blog-ages li:hover {
    box-shadow:none!important;
    transform:none!important;
    color:var(--yellow)!important;
    background-color:transparent!important;
}
.blog .bb-age-nav-item.active {
    box-shadow:none!important;
    transform:none!important;
    color:var(--yellow)!important;
    background-color:transparent!important;
}

/* Single Blog Post */
@media only screen and (max-width: 1000px) {
  .single-post .bb-header-container {
      padding: 125px 0px 55px 0px!important;
  }
}
.single-post .post-content h3 {
	color:var(--dark-blue);
}
.single-post .post-content h2 {
	color:var(--dark-blue);
}
.single-post .post-content img {
	border-radius:4px;
}
.single-post .bb-header-container h2 {
    /*display:none!important;*/
}
.single-post ol {
    margin: 0 0 0 24px;
}

.single-post ol li {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--dark-blue);
}

.single-post ol li::marker {
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  color: var(--orange)!important;
}
#bb-ty-latest-blog .bb-thanks-courses-title h2 {
    margin-bottom: 18px!important;
}

#bb-ty-latest-blog .bb-thanks-courses-title p {
    font-family: 'Rubik';
    font-size: 18px;
    max-width: 520px;
    margin: 0 auto 50px;
    color: var(--blue);
}
