/*
 Theme Name:     TRoo Life Coach Divi Child Theme
 Theme URI:      https://troolifecoachdivi.troothemes.com/
 Description:    A professionally designed child theme for life coaches, offering elegant, user-friendly layouts, customizable options, and pre-built pages to enhance your coaching business website. Perfect for life coaches who want to build an impactful online presence with ease.
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.0.0
*/

 
/* Theme customization starts here */
/*------ Root Color ------*/
:root {
  --color1: #395A48;
  --color2: #F4D255;
}

/*------ Common CSS ------*/
body{
	overflow-x: hidden !important;
}

.lcoach_heading h1,
.lcoach_heading h2,
.lcoach_heading h3,
.lcoach_heading h4,
.lcoach_heading h5,
.lcoach_heading h6 {
  padding-bottom: 0 !important;
  font-weight: 700 !important;
}

.lcoach_space h1,
.lcoach_space h2,
.lcoach_space h3,
.lcoach_space h4,
.lcoach_space h5,
.lcoach_space h6 {
  padding-bottom: 10px !important;
}

.lcoach_heading h1 {
  font-size: 50px !important;
  line-height: 60px !important;
  color: #213128;
}

.lcoach_herotitle.et_pb_module h1 {
  font-size: 70px !important;
  line-height: 80px !important;
  padding-bottom: 0 !important;
  color: #213128;
	font-weight: 700 !important;
}

.lcoach_heading h2 {
  font-size: 50px !important;
  line-height: 60px !important;
  color: #213128;
}

.lcoach_heading h3 {
  font-size: 30px !important;
  line-height: 40px !important;
  color: #213128;
}

.lcoach_heading h3 a{display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;}

.lcoach_heading h4 {
  font-size: 20px !important;
  line-height: 30px !important;
  color: #213128;
}

.lcoach_heading h5 {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #213128;
}

.lcoach_heading h6 {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #213128;
}

@media only screen and (max-width: 980px) {
  .lcoach_heading h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    color: #213128 !important;
  }

  .lcoach_herotitle.et_pb_module h1 {
    font-size: 50px !important;
    line-height: 60px !important;
    padding-bottom: 0 !important;
    color: #213128 !important;
	  font-weight: 700 !important;
  }

  .lcoach_heading h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    color: #213128 !important;
  }
	
	.lcoach_heading h3 {
  font-size: 22px !important;
  line-height: 32px !important;
  color: #213128;
}
}

@media only screen and (max-width: 767px) {
  .lcoach_heading h1 {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #213128 !important;
  }

  .lcoach_herotitle.et_pb_module h1 {
    font-size: 30px !important;
    line-height: 40px !important;
    padding-bottom: 0 !important;
    color: #213128 !important;
	  font-weight: 700 !important;
  }

  .lcoach_heading h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #213128 !important;
  }
}

/*------ Header ------*/
.lcoachheader_menu .et-menu-nav ul li ul{
    padding: 0;
    border-top: 2px solid #ffffff !important;
    top: -2px;
}

.lcoachheader_menu .et-menu-nav ul li ul li{
    padding: 0;
    width: auto;
    position: relative;
    display: block;
}

.lcoachheader_menu .et-menu-nav ul li ul li a{
    width: 100%;
    line-height: inherit;
    border-bottom: 1px solid #ffffff20;
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
    color: #ffffff !important;
    background: var(--color1);
  font-weight: 400;
}

.lcoachheader_menu .et-menu-nav ul li ul li a:hover{
    opacity: 1;
    padding-left: 40px !important;
}

.lcoachheader_menu .et-menu-nav ul li ul li a:before{
    position: absolute;
    content: '\e00a';
    font-family: ETmodules!important;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
    color: #fff;
    opacity: 0;
    background: transparent;
}

.lcoachheader_menu .et-menu-nav ul li ul li a:hover:before{
    opacity: 1;
}

.lcoachheader_menu .et_mobile_menu .menu-item-has-children>a{
    background: transparent;
}

.lcoachheader_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon{
    display: none;
}

.lcoachheader_menu .et_mobile_nav_menu ul > li > a{
    background: transparent;
  font-weight: 400;
  padding: 10px 0;
}

.lcoachheader_menu .et-menu-nav ul > li{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0 !important;
}

.lcoachheader_menu .et-menu-nav ul > li > a{
    padding: 25px 0 !important;
  font-weight: 400;
  color: #131313;
  font-weight: 400 !important;
}

.lcoachheader_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et-menu .menu-item-has-children > a:first-child {
    padding-right: 10px !important;
}

.lcoachheader_menu .et_pb_menu__menu>nav>ul>li>a:after{
    top: 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7px !important;
}

.lcoachheader_menu .et_pb_button_module_wrapper {
    display: flex;
    justify-content: flex-end;
}

.lcoachheader_menu .et-menu li li.menu-item-has-children>a:first-child:after{
    top: 50%;
    transform: translateY(-50%);
}

/* ------ Mobile Menu In Header ------ */
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
    width: 44px;
    height: 100%;
    padding: 0px !important;
    max-height: 44px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
    position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
    background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
    display: none !important;
    visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
    display: block !important;
    visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
    text-align: center;
    opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
   top: 10px;
  position: relative;
  font-family: "ETModules";
  content: '\33';
  color: var(--color2);
  background: var(--color1);
  border-radius: 50%;
  padding: 6px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
    content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
    position: absolute;
    right: 5%;
    margin-left: -20px;
    top: -14px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
    position: relative;
    display: block;
    bottom: 10px;
    line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
    background-color: #ffffff!important;
    border-radius: 10px;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
    color: var(--color2);
}

.lcoachheader_menu.et_pb_menu .mobile_nav ul li:hover>a,
.lcoachheader_menu.et_pb_menu ul li:hover>a,
.lcoachheader_menu.et_pb_menu ul li.current-menu-item > a, 
.lcoachheader_menu.et_pb_menu .nav li ul.sub-menu > a:hover, 
.lcoachheader_menu.et_pb_menu .nav li ul.sub-menu li.current-menu-item > a, 
.lcoachheader_menu.et_pb_menu .et_mobile_menu > a:hover{
    color: var(--color1) !important;
    opacity: 1;
}

.lcoachheader_menu.et_pb_menu ul li ul li:hover>a{
  color: #fff !important;
    opacity: 1;
}

.lcoachheader_menu .mobile_nav .mobile_menu_bar:before{
    color: var(--color1) !important;
}

.lcoachheader_section.et_pb_sticky{
  background: #ffffff !important;
}

.lcoachheader_menu.et_pb_menu .nav li ul.sub-menu li.current-menu-item > a {
    color: #fff !important;
}

.lcoachheader_menu.et_pb_menu .et_pb_menu__logo{
	margin-top: -75px;
}

@media all and (max-width: 980px){
    .lcoachheader_menu .et_pb_menu_inner_container{
    padding: 20px;
}

.lcoachheader_menu .et_mobile_menu{
    overflow-y: scroll!important;
    max-height: 80vh!important;
    -overflow-scrolling: touch!important;
    -webkit-overflow-scrolling: touch!important;
}

.lcoachheader_menu .mobile_menu_bar{
    transform: auto;
    bottom: auto;
}
	
	.lcoachheader_menu.et_pb_menu .et_pb_menu__logo {
    margin-top: 0;
}
}

@media all and (max-width: 1477px) and (min-width: 981px){
	.lcoachheader_text{
		display: none;
	}
	
	.lcoachheader_menu.et_pb_menu .et_pb_menu__logo {
    margin-top: 0;
}
}

@media all and (max-width: 1325px) and (min-width: 981px){
	.lcoachheader_section .et_pb_button_module_wrapper {
		display: none;
	}
}

/*------ Footer ------*/
.lcoachfooter_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4{
	color: #ffffff !important;
}

.lcoachfooter_email p.et_pb_newsletter_field{
	padding-bottom: 0;
}

.lcoachfooter_email .et_pb_newsletter_button_wrap{
	position: absolute;
	right: 0;
}

@media only screen and (max-width: 767px){
	.lcoachfooter_email .et_pb_newsletter_button_wrap{
		position:relative;
	}
	
	.lcoachfooter_email p.et_pb_newsletter_field{
	padding-bottom: 10px;
}
}

/*------ Home ------*/
.lcoachabout_list ul{
	padding-bottom: 0;
}

.lcoachabout_list ul li{
	padding-bottom: 10px;
}

.lcoachabout_list ul li:last-child{
	padding-bottom: 0;
}

.lcoachservice_row:hover .lcoachservice_button.et_pb_button{
	color: #fff !important;
    background: var(--color1) !important;
    border-radius: 20px 30px 10px 20px !important;
    box-shadow: 0 4px 8px hsla(190deg, 15%, 5%, .2);
}

/*Video Popup*/

body:not(.et-fb) .dl-popup-wrapper {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39);
  opacity: 0;
  visibility: hidden;
}
body:not(.et-fb) .dl-popup-wrapper.popup-is-visible {
  opacity: 1;
  visibility: visible;
}

.dl-popup-inside {
  height: 100%;
}

body.dl-noscroll {
  overflow: hidden;
}

.troo-popup-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.troo-popup-section .et_pb_row {
  margin-top: 0;
  margin-bottom: 0;
}

.et_builder_inner_content.popup-is-visible {
  z-index: 99999;
}

.popup-close {
  cursor: pointer;
}

.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.popup-close) {
  animation: scale-in 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39) both;
  animation-delay: 0.5s;
}

@keyframes scale-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-close .et_pb_icon_wrap .et-pb-icon {
  background: var(--color1);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  border-radius: 50%;
}

.lcoachproject_portfolio_slider .slick-track{
	display:flex;
	gap:30px;
}

.lcoachproject_portfolio_slider .slick-list {
	overflow:hidden;
	margin-right:-40%;
}

.et-db #et-boc .et-l #et-fb-app .lcoachproject_portfolio.et_pb_module .et_pb_portfolio_grid_items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.lcoachproject_portfolio .project{
	position: relative;
}

.lcoachproject_portfolio .project .et_portfolio_image{
	background: var(--color1);
}

.lcoachproject_portfolio .project .et_portfolio_image img {
  width: 100%;
  height: auto;
aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.lcoachproject_portfolio .project:hover .et_portfolio_image img{
	opacity: 0.3;
  filter: grayscale(100%);
}

.lcoachproject_portfolio .project .info{
      background: #fff;
    width: 85%;
    padding: 15px 20px;
    opacity: 0;
    transform: perspective(700px) translateX(-50%) rotateY(40deg);
    position: absolute;
    bottom: 30px;
    left: 50%;
    transition: all 0.4s ease-out;
    display: flex;
    flex-direction: column-reverse;
}

.lcoachproject_portfolio .project:hover .info{
opacity: 1;
  transform: perspective(700px) translateX(-50%) rotateY(0);
}

.lcoachproject_portfolio .project .et_pb_module_header a{
	color: var(--color1);
}

.lcoachproject_portfolio .slick-dots {
	display:flex;
	align-items:center;
	margin:50px 0 0;
	padding:0;
	justify-content:center;
	gap:15px;
	list-style:none;
	position: relative;
    bottom: unset;
}

.lcoachproject_portfolio .slick-dots li {
	display: flex;
    cursor: pointer;
    margin: 0;
    width: auto;
    height: auto;
}

.lcoachproject_portfolio .slick-dots li button {
	width:10px;
	height:10px;
	background:var(--color1);
	border-radius:50%;
	border:0;
	font-size:0;
	padding:0;
	position:relative;
	transition:all .5s ease;
	margin:7px 0;
}

.lcoachproject_portfolio .slick-dots li button:before {
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid var(--color1);
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 50%;
	z-index:-1;
	opacity:0;
	transition:all .5s ease;
}

.lcoachproject_portfolio .slick-dots li.slick-active button {
	margin:7px;
	background:var(--color2);
}

.lcoachproject_portfolio .slick-dots li.slick-active button:before {
	opacity:1;
}

.et-db #et-boc .et-l #et-fb-app .lcoachteam_column.et_pb_column{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.lcoachteam_person .et_pb_team_member_image{
	width: 100% !important;
	max-width: 100% !important;
	background: var(--color1);
}

.lcoachteam_person .et_pb_team_member_image img{
	width: 100% !important;
	max-width: 100% !important;
	transition: all 0.5s ease 0s;
}

.lcoachteam_person .et_pb_team_member_image div p{width:65px;}

.lcoachteam_person:hover .et_pb_team_member_image img{
	opacity: 0.3;
  filter: grayscale(100%);
}

.lcoachteam_column .slick-track{
	display: flex;
	gap: 30px;
}

.lcoachteam_person .et_pb_team_member_image div{
	position: absolute;
    top: 20px;
    background: var(--color2);
    right: 20px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}

.lcoachteam_person .et_pb_team_member_description{
      background: #fff;
    width: 85%;
    padding: 15px 20px;
    opacity: 0;
    transform: perspective(700px) translateX(-50%) rotateY(40deg);
    position: absolute;
    bottom: 30px;
    left: 50%;
    transition: all 0.4s ease-out;
}

.lcoachteam_person:hover .et_pb_team_member_description{
opacity: 1;
  transform: perspective(700px) translateX(-50%) rotateY(0);
}

.lcoachteam_person .et_pb_team_member_description .et_pb_module_header{
	padding-bottom: 5px !important;
}

.lcoachteam_column .slick-dots {
	 display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
    flex-wrap: wrap;
    position: relative;
    bottom: auto;
}

.lcoachteam_column .slick-dots li {
	line-height: 0;
    margin: 0;
    width: auto;
    height: auto;
}

.lcoachteam_column .slick-dots li button {
	width: 20px;
	height: 30px;
	border: 1px solid var(--color1);
	border-radius: 100px;
	background:transparent;
	font-size:0;
	padding: 0;
	cursor:pointer;
	position:relative;
}

.lcoachteam_column .slick-dots li button:before {
	content:'';
	width:14px;
	height:24px;
	position:absolute;
	background:var(--color1);
	border-radius: 100px;
	top:50%;
	transform:translateY(-50%) scale(0);
	-webkit-transform:translateY(-50%) scale(0);
	-ms-transform:translateY(-50%) scale(0);
	left:0;
	right:0;
	margin:auto;
	transition:all .5s ease;
}

.lcoachteam_column .slick-dots li.slick-active button:before {
	transform:translateY(-50%) scale(1);
	-webkit-transform:translateY(-50%) scale(1);
	-ms-transform:translateY(-50%) scale(1);
}

.lcoach_testimonial{
  display:flex !important;
  gap:30px;
  align-items:center;
}

.lcoach_testimonial .et_pb_testimonial_content h3{
  font-size:30px;
  line-height:40px;
  color:#fff;
  font-weight:700;
  position:relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom:30px;
}

.lcoach_testimonial .et_pb_testimonial_content p {
  padding-bottom:0;
}

.lcoach_testimonial .et_pb_testimonial_description {
  margin-left:0 !important; 
  width:70%;
	position: relative;
}

.lcoach_testimonial .et_pb_testimonial_description:before{
	color: var(--color2);
    background-color: RGBA(255, 255, 255, 0);
    font-family: FontAwesome !important;
    font-weight: 900 !important;
    content: "\f10d" !important;
	font-size: 45px;
    border-radius: 45px;
}

.lcoach_testimonial .et_pb_testimonial_portrait {
  width:30% !important; 
}

.lcoach_testimonial .et_pb_testimonial_portrait:before {
  content:none;
}

.et-db #et-boc .et-l #et-fb-app .lcoach_testimonial_column.et_pb_column{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.lcoach_testimonial_column .slick-dots {
	display:flex;
	align-items:center;
	margin:50px 0 0;
	padding:0;
	justify-content:center;
	gap:15px;
	list-style:none;
	position: relative;
    bottom: unset;
}

.lcoach_testimonial_column .slick-dots li {
	display: flex;
    cursor: pointer;
    margin: 0;
    width: auto;
    height: auto;
}

.lcoach_testimonial_column .slick-dots li button {
	width:10px;
	height:10px;
	background:var(--color1);
	border-radius:50%;
	border:0;
	font-size:0;
	padding:0;
	position:relative;
	transition:all .5s ease;
	margin:7px 0;
}

.lcoach_testimonial_column .slick-dots li button:before {
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid var(--color1);
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 50%;
	z-index:-1;
	opacity:0;
	transition:all .5s ease;
}

.lcoach_testimonial_column .slick-dots li.slick-active button {
	margin:7px;
	background:var(--color2);
}

.lcoach_testimonial_column .slick-dots li.slick-active button:before {
	opacity:1;
}

.lcoach_slide .et_pb_text_inner {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.lcoach_slide .et_pb_text_inner .news-message {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 20s linear infinite;
}

.lcoach_slide_lr .et_pb_text_inner .news-message{
	animation-direction: reverse;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

.lcoach_slide .et_pb_text_inner .news-message p {
  font-size: 70px;
  line-height: 80px;
  padding-left: 0.5em;
  padding-bottom: 0;
  font-weight: 900;
}

.lcoachfaq_accordion.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	transform: translateY(-50%) rotate(180deg);
}

.lcoach_pricing .et_pb_pricing_table{
	border: 0;
    padding: 30px !important;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    text-align: left;
}

.lcoach_pricing .et_pb_sum {
	color:var(--color3)!important;
}

.lcoach_pricing .et_pb_pricing_content_top {
	border:0;
	margin-bottom:30px;
}

.lcoach_pricing .et_pb_pricing li span:before{
	content:none;
}

.lcoach_pricing  .et_pb_pricing_content .et_pb_pricing {
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-radius:5px;
	transition:all 0.5s ease;
}

.lcoach_pricing:hover .et_pb_button {
	background-color:var(--color3);
	color:#fff;
}

.lcoach_pricing  .et_pb_pricing_content .et_pb_pricing li{
	padding:0 0 0 27px !important;
	position:relative;
	color:var(--color3);
}

.lcoach_pricing  .et_pb_pricing_content .et_pb_pricing li:before {
	content:'\4e';
	font-family: 'ETMODULES';
	width:20px;
	height:20px;
	background:var(--color1);
	border-radius:50%;
	position:absolute;
	top:50%;
	color:#fff;
	left:0;
	transform:translatey(-50%);
	-webkit-transform:translatey(-50%);
	-ms-transform:translatey(-50%);
	font-size:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height: 20px;
}

.lcoach_pricing .et_pb_button_wrapper{
	padding: 0;
}

/*Blogs*/


/*Blog 2 Column*/

.lcoach_blog.col2.et_pb_posts div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .lcoach_blog.col2.et_pb_posts > div{
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(2, 49%);
}
.lcoach_blog.col2 .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 766px) {
  .lcoach_blog.col2.et_pb_posts div.et_pb_ajax_pagination_container {
    display: block;
  }
}


/*Blog 4 Column*/

.lcoach_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .lcoach_blog.col4.et_pb_posts > div{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 24.1%);
}
.lcoach_blog.col4 .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 766px) {
  .lcoach_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1499px) {
  .lcoach_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container {
    grid-template-columns: repeat(2, 49%);
  }
}
@media (min-width: 1191px) and (max-width: 1400px) {
  .lcoach_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container {
    grid-template-columns: repeat(3, 32.1%);
  }
}

/*3 Column*/

.et-db #et-boc .et-l #et-fb-app .et_pb_module.lcoach_blog div{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.lcoach_blog .et_pb_post{
	margin: 0 1vw;
}

.lcoach_blog .et_pb_post .entry-featured-image-url{
	background: var(--color1);
	transition: all 0.5s ease;
}

.lcoach_blog .et_pb_post .entry-featured-image-url img{
	transition: all 0.5s ease;
}

.lcoach_blog .et_pb_post:hover .entry-featured-image-url img{
	opacity: 0.5;
}

.lcoach_blog .et_pb_post .published{
	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: var(--color1);
}

.lcoach_blog_slider .slick-dots {
	display:flex;
	align-items:center;
	margin:50px 0 0;
	padding:0;
	justify-content:center;
	gap:15px;
	list-style:none;
	position: relative;
    bottom: unset;
}

.lcoach_blog_slider .slick-dots li {
	display: flex;
    cursor: pointer;
    margin: 0;
    width: auto;
    height: auto;
}

.lcoach_blog_slider .slick-dots li button {
	width:10px;
	height:10px;
	background:var(--color1);
	border-radius:50%;
	border:0;
	font-size:0;
	padding:0;
	position:relative;
	transition:all .5s ease;
	margin:7px 0;
}

.lcoach_blog_slider .slick-dots li button:before {
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid var(--color1);
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 50%;
	z-index:-1;
	opacity:0;
	transition:all .5s ease;
}

.lcoach_blog_slider .slick-dots li.slick-active button {
	margin:7px;
	background:var(--color2);
}

.lcoach_blog_slider .slick-dots li.slick-active button:before {
	opacity:1;
}

.lcoach_blog_slider .slick-dotted.slick-slider{
	margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 782px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 46px;
  }
}

@media (min-width: 783px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-close .et_pb_icon_wrap .et-pb-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
	
	.lcoachproject_portfolio_slider .slick-list {
    overflow: hidden;
    margin-right: 0%;
}
	
	.lcoachteam_column .slick-track {
    display: flex;
    gap: 0;
}
	
	.lcoach_testimonial {
    display: flex !important;
    gap: 30px;
    align-items: center;
    flex-direction: column;
}
	
	.lcoach_testimonial .et_pb_testimonial_portrait {
    width: 100% !important;
}
	
	.lcoach_testimonial .et_pb_testimonial_description {
    margin-left: 0 !important;
    width: 100%;
    position: relative;
}
	
	.lcoach_pricing .et_pb_pricing_table {
    padding: 20px !important;
}
}

/*------ About Us ------*/
.et-db #et-boc .et-l #et-fb-app .lcoach_timeline_column.et_pb_column{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.lcoach_timeline_column  .slick-track{
	display:flex;
	gap:30px;
}

.lcoach_timeline_column .slick-list {
	overflow:hidden;
	margin-right:-40%;
}

.lcoach_timeline_column .slick-dots {
	display:flex;
	align-items:center;
	margin:50px 0 0;
	padding:0;
	justify-content:center;
	gap:15px;
	list-style:none;
	position: relative;
    bottom: unset;
}

.lcoach_timeline_column .slick-dots li {
	display: flex;
    cursor: pointer;
    margin: 0;
    width: auto;
    height: auto;
}

.lcoach_timeline_column .slick-dots li button {
	width:10px;
	height:10px;
	background:var(--color1);
	border-radius:50%;
	border:0;
	font-size:0;
	padding:0;
	position:relative;
	transition:all .5s ease;
	margin:7px 0;
}

.lcoach_timeline_column .slick-dots li button:before {
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid var(--color1);
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 50%;
	z-index:-1;
	opacity:0;
	transition:all .5s ease;
}

.lcoach_timeline_column .slick-dots li.slick-active button {
	margin:7px;
	background:var(--color2);
}

.lcoach_timeline_column .slick-dots li.slick-active button:before {
	opacity:1;
}

@media only screen and (max-width: 767px){
	.lcoach_timeline_column .slick-list {
    overflow: hidden;
    margin-right: 0%;
}
	
	.lcoach_timeline_column .slick-track {
    display: flex;
    gap: 0;
}
}

/*------ Portfolio ------*/
.lcoachproject_portfolio.col3 .et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

@media only screen and (max-width: 980px){
	.lcoachproject_portfolio.col3 .et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
}
	
@media only screen and (max-width: 767px){
	.lcoachproject_portfolio.col3 .et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
	}

/*------ Team Detail ------*/
.lcoachtdetail_section .et_pb_row{
	    background: rgba(233, 239, 231, 1);
    padding: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 980px){
	.lcoachtdetail_section .et_pb_row{
	    background: rgba(233, 239, 231, 1);
    padding: 30px;
    border-radius: 25px;
    display: flex;
    align-items: center;
		flex-direction: column;
}
}

@media only screen and (max-width: 767px){
	.lcoachtdetail_section .et_pb_row{
	    background: rgba(233, 239, 231, 1);
    padding: 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
		flex-direction: column;
}
}

/*------ Blog ------*/
.lcoach_blog.col3 .et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.lcoach_blog.col3 .et_pb_post {
    margin: 0;
}

@media only screen and (max-width: 980px){
	.lcoach_blog.col3 .et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
}
	
@media only screen and (max-width: 767px){
	.lcoach_blog.col3 .et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
	}

/*------ FAQs ------*/

.tab-content {
 display:none;
}

.tab-open,
.et-db #et-boc .et-l #et-fb-app .tab-content{
	display:block;
}

#blurb-tabs .et_pb_column {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#blurb-tabs .tab-title {
	transition:all .3s ease-in-out;
}

#blurb-tabs .tab-title .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    padding: 10px 20px !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    margin: 0 10px;
    border: 1px solid var(--color2);
    border-radius: 5px;
}

#blurb-tabs .tab-title:hover {
	cursor:pointer; 
}

#blurb-tabs .tab-title.active-tab .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header, #blurb-tabs .tab-title .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:hover{
	color: var(--color2);
    background: var(--color1);
    border-color: var(--color1);
	box-shadow: 0px 6px 20px rgba(0, 62, 120, 0.2);
}

/*------ Contact Us ------*/
.lcoachfooter_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container{
	word-wrap: anywhere;
}

/*------ Search ------*/
.lcoachsearch_blog .et_pb_post {
    margin-bottom: 30px;
    word-wrap: break-word;
}

/*------ Blog Detail Sidebar ------*/
.lcoachblog_sidebar.et_pb_widget_area h2{
  color: #fff;
    font-weight: 700;
    background: var(--color1);
    padding: 15px 20px;
}

.lcoachblog_sidebar.et_pb_widget_area .et_pb_widget{
  background: #FFFFFF;
  border: 1px solid rgb(41 29 26 / 10%);
}

.lcoachblog_sidebar.et_pb_widget_area ul, .lcoachblog_sidebar .et_pb_widget .wp-block-tag-cloud{
  padding: 20px !important;
}

.lcoachblog_sidebar.et_pb_widget_area ul li{
  padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(41 29 26 / 10%);
}

.lcoachblog_sidebar.et_pb_widget_area ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.lcoachblog_sidebar.et_pb_widget_area ul.wp-block-categories li a{
  color: var(--color3);
  font-weight: 400;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
}

.lcoachblog_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover{
  padding-left: 20px !important;
  color: var(--color1);
}

.lcoachblog_sidebar.et_pb_widget_area ul.wp-block-categories li a:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color1);
  left: 0;
  opacity: 0;
  -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
  border-radius: 50%;
}

.lcoachblog_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover:before{
  opacity: 1;
}

.lcoachblog_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a{
  color: var(--color3);
}

.lcoachblog_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a:hover{
  color: var(--color1);
}

.lcoachblog_sidebar .et_pb_widget .wp-block-tag-cloud a {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 10px 20px;
    background: #fff;
    color: var(--color3);
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s ease;
    border: 1px dashed rgb(41 29 26 / 10%);
}

.lcoachblog_sidebar .et_pb_widget .wp-block-tag-cloud a:hover{
  background: var(--color1);
    color: #ffffff;
  border: 1px dashed var(--color1);
}

/*------ Blog Detail ------*/
.lcoachblog_comment #commentform {
    padding-bottom: 0px;
}