/* Enter Your Custom CSS Here */
.bleumarin {
  margin: auto;
  display: block;
  width: 225px;
  text-align: center;
}

.su-form-holder {
  padding-top: 1em;
}

#mc_embed_signup input.email {
  width: 100% !Important; 
}

#mc_embed_signup input.button {
  width: 100% !Important;
  background: #517FA4;
}

#mc_embed_signup .button:hover {
  background: #5291C3 !Important;
}

.subHeading {
	font: inherit !important;
	font-weight: 500;
}

.new-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 15px 0px 15px;
}

.tp-bgimg {
  background-position: center right !important;
}

.sub-menu {
  width: 250px;
}

ul#mainnav li ul li a {
  width: 100%;
}

.hero-section {
  position: relative;
}

.hero-section::before {
  content: "";
  width: 80%;
  height: 81px;
  max-width: 500px;
  background: #fff;
  background: url('http://www.lizzieball.com/wp-content/uploads/2020/06/logos2.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  z-index: 9999;
  margin: auto;
  padding-left: 20px;
}

.new_hero {
  width: 100%;
  height: 100vh;
  background: url('http://www.lizzieball.com/wp-content/uploads/2020/06/lizzieballheroimage34523.jpg');
  background-size: cover;
  background-position: center right;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_hero iframe {
  margin-top: -150px;
}

/* New Pages */
body {
  padding: 0;
  margin: 0;
}

.lb_page_header {
  width: 100%;
  height: 40vh;
  background: pink;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 3em;
}

.lb_container {
  max-width: 1200px;
  padding: 0px 20px;
  margin: auto;
}

.lb_form_container {
  max-width: 900px;
  padding: 0px 20px;
  margin: auto;
}

.lb_flex_box {
  margin: 20px 0px;
}

@media only screen and (min-width: 800px) {
  .lb_flex_box {
    display: flex;
    gap: 20px;
  }
}

.lb_flex_left, .lb_flex_right {
  flex-grow: 1;
  flex-basis: 0;
}

.lb_flex_left {
  
}

.lb_flex_right {

}

.cta_btn_holder {
  width: 100%;
/*   background : pink; */
  padding: 5px 20px 55px 20px;
  box-sizing: border-box;
}

a.cta_btn {
  background: #4990E2;
  border-radius: 98px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin: auto;
  display: block;
  text-align: center;
  width: fit-content;
}

a.cta_btn:hover {
  background: #67a5ec;
}

/* Recording Page */
.recording_header {
  background: url('http://www.lizzieball.com/wp-content/uploads/2020/12/rec1.jpg');
}

.recording_bk {
  background: url('http://www.lizzieball.com/wp-content/uploads/2020/12/rec2.jpg');
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.equipment_flexbox div {
  text-align: center;
  padding: 35px;
  border-radius: 11px;
  background: #C7E6FF;
  margin-bottom: 20px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.19);
}

.equipment_flexbox .lb_flex_right {
  background: #F8F2D0;
}

.equipment_flexbox div span {
  display: block;
  margin-bottom: 5px;
}

/* Meditation Page */
.meditation_header {
  background: url('http://www.lizzieball.com/wp-content/uploads/2020/12/meditation-header.jpg');
}

.meditation_header_book {
  background: url('http://www.lizzieball.com/wp-content/uploads/2020/12/ravi-pinisetti-1zikZJVXSfA-unsplash.jpg');
}

.meditation_bk {
  background: url('http://www.lizzieball.com/wp-content/uploads/2020/12/lizzie-beach.jpg');
  min-height: 500px;
  background-position: center;
  background-size: cover;
}

.testimonial_block {
  font-weight: 700;
  background: #F2F2F2;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 7px;
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.12);
}

.testimonial_block p {
   margin: 0px; 
}

/* Coaching Page */
.coaching_header {
  background: url('http://www.lizzieball.com/wp-content/uploads/2021/01/coaching-header-1.jpg');
  background-position: 0% 70% !important;
}

.coaching_bk {
  background: url('http://www.lizzieball.com/wp-content/uploads/2021/01/lizzie-coach-garden.jpg');
  min-height: 600px;
  background-position: center;
  background-size: cover;
}

ul.coaching_benfits {
  list-style: initial;
  margin-left: 30px;
}
