/*
Theme Name: Life Coach 3
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS & PARAGRAPH
 *   3.3 BORDERS & DIVIDERS
 *   3.4 BUTTONS
 *   3.5 ICONS
 *   3.6 LIST STYLES
 *   3.7 FORM STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.3 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 PAGE NAVBAR
 *   5.3 MAIN
 *   5.4 ARCHIVE
 *   5.5 SINGLE
 *
 * 6 FOOTER STYLES
 *   6.1 CTA BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../optik-theme/style.css");



/***  SOURCE SANS PRO  ***/

/* Normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  src: url('fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf');
}

/* Semi Bold */
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  src: url('fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  src: url('fonts/Source_Sans_Proo/SourceSansPro-Bold.ttf');
}



/***  RUFINA  ***/

/* Normal */
@font-face {
  font-family: 'Rufina';
  font-weight: normal;
  src: url('fonts/Rufina/Rufina-Regular.ttf');
}

/* Bold */
@font-face {
  font-family: 'Rufina';
  font-weight: bold;
  src: url('fonts/Rufina/Rufina-Bold.ttf');
}





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary: #03A07A;
  --primary-lt: #29AE8E;
  --primary-md: #1CA987;
  --primary-dk: #028262;
  --primary-dk-2: #014e3b;
  --secondary:#A00329;
  --dark-1: #1b1f29;
  --dark-2: #434856;
  --dark-3: #424242;
  --light-1: #f5f9f8;
  --light-2: #f1f1f1;
  --light-3: #F5F9F8;
  --light-4: #E3E3E3;
  --light-5: #ffffffa1;
	--radius-1: 50%;
	--radius-2: 4px;
	--radius-3: 12px;
  --radius-4: 16px;
	--radius-5: 100px;
  --font-1: "Source Sans Pro", sans-serif;
	--font-2: "Rufina", serif;
  --shadow-1: 0 0 10px 0 rgba(0,0,0,.5);
  --shadow-2: 0 48px 96px -16px rgba(0,0,0,.16);
  --shadow-3: 0 80px 61px -64px rgba(0,0,0,.1607843137254902);
  --linear-bg-1: linear-gradient(180deg, rgba(245,249,248,1) 0%, rgba(245,249,248,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  --linear-bg-2: linear-gradient(0deg, rgba(245,249,248,1) 0%, rgba(245,249,248,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  --linear-bg-3: linear-gradient(0deg, rgba(245,249,248,1) 0%, rgba(245,249,248,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: var(--dark-1);
  background-color: var(--light-1);
}

p:empty:before {display: none !important;}



/***  2.2 THEME STYLES  ***/

.section-container {max-width: 1300px;}

.section-spacer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-spacer-top {padding-top: 100px;}
.section-spacer-btm {padding-bottom: 100px;}

.section-spacer-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-spacer-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-spacer-top-sm {padding-top: 80px;}
.section-spacer-btm-sm {padding-bottom: 80px;}

.section-spacer-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-spacer-top-lg {padding-top: 120px;}
.section-spacer-btm-lg {padding-bottom: 120px;}


.section-spacer-side,
.section-spacer-side-2 {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 600px) {

  .section-spacer-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section-spacer-side-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/***  2.3 BACK TO TOP BUTTON  ***/

.btt-button .fa {
  border-radius: var(--radius-1);
  background-color: var(--primary);
	font-weight: 300;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btt-button:hover .fa {
  background-color: var(--dark-1);
  color: white;
}



/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  3.1 TEXT & LINKS  ***/

a {color: var(--primary);}

a:hover {color: var(--primary-md);}

.text-gray *,
.text-gray li a,
.text-gray li:before {color: var(--dark-2) !important;}

.text-white *,
.text-white li a,
.text-white li:before {color: white !important;}

.text-primary *,
.text-primary li a,
.text-primary li:before {color:var(--primary) !important;}



/***  3.2 HEADINGS & PARAGRAPH  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: var(--dark-1);
	font-family: var(--font-2);
}

h1 {font-size: 3.5em;}
h2 {font-size: 2.3em;}
h3 {font-size: 1.88em;}
h4 {font-size: 1.29em;}
h5 {font-size: 1em;}
h6 {
	font-size: 0.79em;
	letter-spacing: 1px;
  color: var(--primary);
}

h1.elementor-heading-title, 
h2.elementor-heading-title, 
h3.elementor-heading-title, 
h4.elementor-heading-title, 
h5.elementor-heading-title, 
h6.elementor-heading-title {line-height: 1.3em;} 

@media screen and ( max-width: 600px ) {
h1 {font-size: 2.8em;}
h2 {font-size: 2em;}
}

p {
  line-height: 185%;
}

/***  3.3 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
	  width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2.5em auto;
    padding: 0;
	  clear: both;
}


.divider-white {
  width: 24px!important;
  border-top: 2px solid white;
}

.border-radius-4 {border-radius: var(--radius-4);}

.border-radius-4-img img {border-radius: var(--radius-4);}



/***  3.4 BUTTONS  ***/

.button, 
a.elementor-button {
  padding: 0.7em 2.375em;
  border: 1px solid var(--primary);
  border-radius: var(--radius-2);
  background-color: var(--primary-dk);
  font-weight: 400;
  color: white !important;
  vertical-align:normal;
  text-transform:uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.button:hover, 
a.elementor-button:hover {
  border-color: var(--primary-lt);
  background-color: var(--primary-lt);
  color: white !important;
}

/* Empty Button */

.button-empty, 
.bordered-button a.elementor-button {
  border-radius:var(--radius-2);
  background: transparent!important;
  color: var(--primary) !important;
}

.button-empty:hover, 
.bordered-button a.elementor-button:hover  {
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
  color:white!important;
  text-decoration: none;
}

.bordered-button .fa,
.bordered-button .fas,
.bordered-button .far,
.bordered-button .fal,
.bordered-button .fab {color: inherit !important;}

/* Elementor Button Wrapper */
.elementor-button-content-wrapper {align-items: center;}

/***  3.5 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color: var(--primary);}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--primary);
  transition: none;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--primary-md);}

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--primary);
  color: white;
}

a .fa-bg {
  background-color: var(--primary);
  color: white;
}

a:hover .fa-bg {
  background-color: var(--primary-md);
  color: white;
}

/*  Icon Borders  */
.fa-br {border-color: var(--primary);}
a .fa-br {border-color: var(--primary);}
a:hover .fa-br {border-color: var(--primary-md);}



/***  3.6 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.contact-list li a {color: var(--dark-3);}

.icon-list li .fa, 
.icon-list li .fal, 
.icon-list li .fas, 
.icon-list li .fab, 
.icon-list li .fad, 
.contact-list li .fa, 
.contact-list li .fal, 
.contact-list li .fas, 
.contact-list li .fab, 
.contact-list li .fad {
  position: absolute;
  top: 0.25em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  color: var(--primary);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}


/***  3.7 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--primary);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: var(--primary-dk);
  height: 50px;
  border-radius: var(--radius-2);
  padding: 0.75em 2em;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: white;
  color: var(--primary);
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background-color:  var(--primary);
  color: white;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background-color: var(--light-3);}

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/* Ninja Forms */

.nf-before-form-content {display: none !important;}

.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {height: 50px;}


/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  4.1 SCROLL BAR  ***/

.scroll-bar {background-color: var(--primary-dk);}

.scroll-logo img {max-height: 40px;}



/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: var(--light-2);
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}



/***  4.3 HEADER  ***/

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} 

.header-container {padding: 6px 10px;}

.header .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo-wrapper {
  width: auto;
  margin-right: auto;
  padding-top: 10px;
	padding-bottom: 10px;
}

.logo img {max-height: 40px;}

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: var(--dark-1); background: white; border-radius: var(--radius-2);}

.header .menu-button.active .fal {
  background-color: var(--primary);
  color: white;
}



/***  4.4 NAV MENUS  ***/

.nav-menu {
  display: flex;
}

.nav-menu > li:first-child {
  margin-left: auto;
}

.nav-menu > li > a {
  padding: 36px 16px;
  color: white;
}

.scroll-bar .nav-menu > li > a {
  padding-top: 20px;
	padding-bottom: 20px;
}

.single-service .nav-menu > li.services-link > a > span, 
.single-post .nav-menu > li.posts-link > a > span, 
.nav-menu > li > a > span {
  position: relative;
}

.single-service .nav-menu > li.services-link:not(.nav-button) > a > span:before, 
.single-post .nav-menu > li.posts-link:not(.nav-button) > a > span:before, 
.nav-menu > li:not(.nav-button) > a > span:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all 200ms ease-in-out;
}

.single-service .nav-menu > li.services-link:not(.nav-button) > a > span:before, 
.single-post .nav-menu > li.posts-link:not(.nav-button) > a > span:before, 
.nav-menu > li.current-menu-ancestor:not(.nav-button) > a > span:before, 
.nav-menu > li.current-page-ancestor:not(.nav-button) > a > span:before, 
.nav-menu > li.current-page-parent:not(.nav-button) > a > span:before, 
.nav-menu > li.current-menu-item:not(.nav-button) > a > span:before, 
.nav-menu > li:not(.nav-button):hover > a > span:before {
  background-color: white;
}

/* Nav Button */

.nav-menu > li.nav-button {margin-left: auto;}

.nav-menu > li.nav-button > a {opacity: 1;}

.nav-menu > li.nav-button > a > span {
  display: block;
  padding: 0.5em 2.25em;
  border-radius: var(--radius-2);
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  background-color:transparent;
  border: 1px solid white;
  color: white;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
}

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
  background-color: var(--light-3);
  border: 1px solid var(--light-3);
  color: var(--primary);
}



/***  4.5 DROPDOWN MENUS  ***/

.nav-menu li ul {
  background-color: white;
  width: 240px;
}

.nav-menu li ul li a {
  padding: 12px 16px;
  text-align: left;
  color: var(--dark-2);
  font-size: 0.9em;
}

.nav-menu li ul li.current-menu-item > a,
.nav-menu li ul li:hover a {
  background-color: var(--light-3);
  color: var(--primary-md);
}


/***  4.6 MOBILE NAV  ***/

.mobile-nav {background-color: white;}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid var(--light-2);}

.mobile-menu li a {color: var(--dark-2);}

.mobile-menu li.current-menu-item > a {
  background-color: var(--primary);
  color: white;
}

.mobile-menu li ul {
  background-color: var(--light-3);
  font-size: 0.9em;
}




/******************************************************************************
 * * *  5 BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  5.1 BANNER  ***/

.banner {
  background-color: var(--primary-dk);
	border-bottom-right-radius: var(--radius-5);
	text-align: center;
  color: white;
}

.banner-inner {
  min-height: 370px;
  padding-top: 140px;
	padding-bottom: 80px;
}

.banner-tall .banner-inner {min-height: 700px;}

.banner .page-title-wrapper + .page-intro-wrapper {margin-top: 1em;}

.banner a {color: var(--primary); text-decoration: none;}

.banner a:hover {color: white;}



/***  5.2 PAGE NAV BAR  ***/

.page-nav-bar {
  padding: 0.5em 0;
  border-bottom: 0.5em solid white;
}

.page-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
 
.page-menu li {
  display: inline-block;
  margin-left: 0;
  text-align: left;
}
 
.page-menu li a {
  display: block;
  padding: 5px 10px;
  color: var(--dark-1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
 
.page-menu li.current-menu-item a, 
.page-menu li:hover a {
  text-decoration: none;
  color: var(--primary-dk);
}


/***  5.3 MAIN  ***/

.main {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 421px) {
.content .alignleft {margin: 0 20px 1em 0;}
.content .alignright {margin: 0 0 1em 20px;}
}


/***  5.4 ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
  border-radius: var(--radius-4);
  background-color: white;
  overflow: hidden;
  color: var(--dark-2);
}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-icon-wrap {padding: 30px 30px 0;}

.entry-cols .entry-icon-wrap svg {
  width: 60px;
  fill: var(--primary);
}

.entry-cols .entry-link .entry-title, 
.entry-cols .entry-link:hover .entry-title {color: var(--secondary);}

.entry-cols .entry-text-wrap {padding: 30px 30px 85px 30px;}

.entry-cols .entry-date {
  font-size: 0.9em;
  color: var(--dark-3);
}

.entry-cols .entry-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.entry-cols .entry-cats span {
  border-radius: var(--radius-2);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.entry-cols .entry-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.entry-cols .entry-link .entry-button {color: var(--primary);}

.entry-cols .entry-link:hover .entry-button {color: var(--secondary);}

/* Paging Nav */

.archive-nav a {
  padding: 0.6em 1.2em;
  border-radius: var(--radius-3);
  border: 1px solid var(--light-1);
  background: var(--light-2);
  color: var(--dark-1);
}

.archive-nav a:hover {
  background-color: var(--secondary);
  color: white;
}

/***  5.5 SINGLE  ***/



/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/***  6.1 CTA BAR  ***/

.cta-bar {
  background: rgb(245,249,248);
  background: var(--linear-bg-1);
  text-align: center;
}

.cta-bar .section-container {
  max-width: 1300px; 
  margin: 0 auto;
  padding-top: 100px;
  Padding-bottom: 100px;
  background-color: var(--primary-dk-2);
  text-align: center;
  color: white;
  border-radius: var(--radius-4);
  background-image: url(images/life-coach-cta-bg.svg);
  background-size: cover;
  background-position: top center;
} 

.cta-bar .fa, 
.cta-bar .fas, 
.cta-bar .far, 
.cta-bar .fal, 
.cta-bar .fab {color: currentColor;} 

@media screen and (max-width: 1300px) {
  .cta-bar .section-container {border-radius: 0;}
}

.cta-bar .grid {align-items: center;}

.cta-bar .col-custom:last-child {margin-top: 1em;}

.cta-bar .cta-title, 
.cta-bar .elementor-widget-heading {margin-bottom: 0.5em;}

.cta-bar .cta-title + p {margin-top: 0;}

@media screen and (min-width: 601px) {
  .cta-bar .cta-title {font-size: 2.5rem;}
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6, 
.cta-bar .elementor-heading-title {color: white;}

.cta-bar .button, 
.cta-bar .elementor-button {
  background-color: transparent;
  border: 1px solid white;
}

.cta-bar .button:hover, 
.cta-bar .elementor-button:hover {
  background-color: white;
  color: var(--primary-dk) !important;
}

/* .cta-bar .button:hover, 
.cta-bar .elementor-button:hover {
  border-color: white;
  background-color: white;
  color: var(--primary) !important;
} */



/***  6.2 FOOTER  ***/

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
	font-size: 0.9em;
}

.footer .col-custom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .col-custom:first-child h4 {
  position: absolute;
  right: 100vw;
}

.footer h4 {font-weight: normal;}

.footer a {color: var(--dark-3);}

.footer a:hover {
  text-decoration: none;
  color: var(--primary);
}

/* Footer Menus */

.footer .menu {margin-top: -5px;}

.footer .menu a {
  display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

.bottom-bar .col-custom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-bar a {color: var(--dark-3);}

.bottom-bar a:hover {
  text-decoration: none;
  color: var(--primary);
}

.copyright, .credits {display: inline-block;}

.credits img {width: 1.1em;}

/* Bottom Bar Socials */

.bottom-bar .bottom-bar-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

/* .bottom-bar .bottom-bar-socials a i {color: currentColor;}

.bottom-bar .bottom-bar-socials a:hover i {color: var(--primary);} */





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

 /***  GLOBAL STYLES  ***/
 input::placeholder,
 textarea::placeholder {color: var(--dark-1);}

 /***  UTILITY STYLES  ***/

.fw-600 * {
  font-weight: 600;
}

.linear-bg-2 {
  background: var(--linear-bg-2)
}

/***  SECTION STYLES  ***/

.light-bar { background-color: var(--light-3);}

.p80 {padding-top: 80px; padding-bottom: 80px;}
.p50 {padding-top: 50px; padding-bottom: 50px;}



/***  HOME SECTION  ***/

.hp-section .bordered-button a.elementor-button {
  color: #ffffff !important;
  border-color: #ffffff;
}



/***  HOME LOGOS  ***/

.hp-logos {border-top: 1px solid rgba(255,255,255,0.1);}



/***  TESTIMONIALS  ***/

.hp-icon-cols .elementor-widget {margin-bottom: 0;}

.hp-icon-cols .elementor-widget-icon {margin-bottom: 1.5rem;}

.hp-icon-cols .elementor-icon {font-size: 1.5rem;}

.hp-icon-cols .elementor-widget-heading {margin-bottom: 0.5rem;}

.hp-icon-cols h6.elementor-heading-title {text-transform: uppercase;}

.hp-icon-cols .elementor-widget-text-editor .elementor-widget-container {
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.hp-icon-section .elementor-column:nth-child(odd) {padding-right: 5rem;}

.hp-icon-section .elementor-column:nth-child(even) {padding-left: 5rem;}

.hp-icon-section:not(:first-child) .elementor-column {margin-top: 4rem;}

@media screen and (max-width: 900px) {
  .hp-icon-section .elementor-column:nth-child(odd) {padding-right: 2.5rem;}

  .hp-icon-section .elementor-column:nth-child(even) {padding-left: 2.5rem;}
  
  .hp-icon-section:not(:first-child) .elementor-column {margin-top: 2rem;}

}

@media screen and (max-width: 600px) {
  .hp-icon-section .elementor-column:nth-child(odd) {padding-right: 0rem;}

  .hp-icon-section .elementor-column:nth-child(even) {padding-left: 0rem;}
  
  .hp-icon-section:not(:first-child) .elementor-column {margin-top: 1rem;}

}

/***  BOX COLS  ***/

/* Custom colors */

.box-cols .elementor-column .elementor-widget-wrap {
  padding: 48px 40px 48px 32px !important;
  background-color: var(--primary-lt);
  color: white;
}

.box-cols .elementor-column .elementor-widget-heading {margin-bottom: 0.5rem;}

.box-cols .elementor-column .elementor-widget-heading h6 {margin-bottom: 0.5rem;}

.box-cols .elementor-column .elementor-widget-wrap h1,
.box-cols .elementor-column .elementor-widget-wrap h2,
.box-cols .elementor-column .elementor-widget-wrap h3,
.box-cols .elementor-column .elementor-widget-wrap h4,
.box-cols .elementor-column .elementor-widget-wrap h5,
.box-cols .elementor-column .elementor-widget-wrap h6 {color: white;}

.box-cols .elementor-column .elementor-widget-wrap a {
  padding: 0;
  text-align: left;
  background-color: transparent;
  border: none;
}

.box-cols .elementor-column .elementor-widget-wrap a:hover {color: var(--dark-1) !important;}

.box-cols .elementor-column .elementor-widget-wrap a:hover .elementor-button-icon i {color: currentColor;}

.box-cols .elementor-column .elementor-widget-wrap a .fa, 
.box-cols .elementor-column .elementor-widget-wrap a .fas, 
.box-cols .elementor-column .elementor-widget-wrap a .far, 
.box-cols .elementor-column .elementor-widget-wrap a .fal, 
.box-cols .elementor-column .elementor-widget-wrap a .fab {color: white;}

.box-cols .elementor-column:first-child .elementor-widget-wrap {border-bottom-left-radius: var(--radius-4);}

.box-cols .elementor-column:nth-child(2) .elementor-widget-wrap {background-color: var(--primary-md);}

.box-cols .elementor-column:nth-child(3) .elementor-widget-wrap {background-color: var(--primary);}

.box-cols .elementor-column:nth-child(4) .elementor-widget-wrap {background-color: var(--primary-dk);}

.box-cols .elementor-column:last-child .elementor-widget-wrap {border-bottom-right-radius: var(--radius-4);}

.border-img-16 .elementor-image img {border-radius: var(--radius-4);}

.border-cols-img img {border-radius: var(--radius-4) var(--radius-4) 0 0;}

@media screen and (max-width: 900px) {
  .box-cols .elementor-column:first-child .elementor-widget-wrap {border-bottom-left-radius: 0;}

  .box-cols .elementor-column:nth-last-child(2) .elementor-widget-wrap {border-bottom-left-radius: var(--radius-4);}
}

@media screen and (max-width: 600px) {
  .box-cols .elementor-column:nth-last-child(2) .elementor-widget-wrap {border-bottom-left-radius: 0;}

  .box-cols .elementor-column:last-child .elementor-widget-wrap {border-bottom-left-radius: var(--radius-4);}
}



/***  TESTIMONIALS  ***/

.testimonials .elementor-testimonial-content {
  font-weight: 600;
  font-size: 20px;
}

.testimonials .elementor-testimonial-name {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/***  HP FORM  ***/

.hp-form {
  padding: 2.875rem 2.375rem;
  border-radius: var(--radius-4);
}

@media screen and (max-width: 1300px)  {
  .hp-form {border-radius: 0;}
}

@media screen and (max-width: 900px)  {
  .hp-form {padding: 2.875rem 1.5rem;}
}

.hp-form input:not([type='submit']) {
  padding: 0.75rem;
  border: 0;
}

.hp-form input[type='submit'] {
  height: 2.8125rem;
  border: 1px solid white; 
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .hp-form input[type='submit'] {width: 100% !important;}
}

.hp-form-heading-col .elementor-widget-wrap  {
  max-width: 19rem;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .hp-form-heading-col .elementor-widget-wrap {max-width: none;}
}



/***  ABOUT QUOTE  ***/

.ap-quote {
  font-family: var(--font-2);
  text-align: center;
}

.ap-quote .elementor-column {
  margin: 0 auto;
  max-width: 55rem;
}

.ap-quote .elementor-widget {margin-bottom: 0;}

.ap-quote .elementor-widget-image {margin-bottom: 0.5rem;}

.ap-quote .ap-quote-mark {
  margin-bottom: -2rem;
  font-size: 5rem;
  line-height: 100%;
}

@media screen and (max-width: 600px) {
  .ap-quote .ap-quote-mark {
    margin-bottom: -1.2rem;
    font-size: 3rem;
  }
}

.ap-quote .ap-quote-text {
  margin-bottom: 1.5rem;
  font-size: 2.55rem;
  line-height: 140%;
}

@media screen and (max-width: 900px) {
  .ap-quote .ap-quote-text {font-size: 1.8rem;}
}

@media screen and (max-width: 600px) {
  .ap-quote .ap-quote-text {font-size: 1.5rem;}
}

.ap-quote .ap-quote-mark *, 
.ap-quote .ap-quote-text * {
  font-weight: 600;
  line-height: inherit;
}



/***  ABOUT VIDEO  ***/

.ap-video .elementor-widget-wrap {
  border-radius: var(--radius-4);
  overflow: hidden;
} 

@media screen and (max-width: 1300px) {
  .ap-video .elementor-widget-wrap {border-radius: 0;}
}

.ap-video .elementor-icon {
  padding: 1.5rem;
  font-size: 1.5rem;
  border: 3px solid #f5f9f8;
  border-radius: 100%;
}

@media screen and (max-width: 1300px) {
  .ap-video .elementor-icon {
    padding: 1rem;
    font-size: 1rem;
  }
}

.ap-video .elementor-icon i {color: inherit;}

/***  ABOUT ICON BOX  ***/

.ap-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  padding: 0.875rem;
  display: inline-flex;
  background-color: var(--light-5);
  border-radius: 100%;
}

.ap-icon-box .elementor-icon-box-icon .elementor-icon {font-size: 1rem;}



/***  SERVICE ICON LIST  ***/

.sp-list .elementor-inner-section {padding: 2.75rem 0;}

.sp-list .elementor-inner-section:first-of-type {padding-top: 0;}

.sp-list .elementor-inner-section:not(:first-of-type) {border-top: 1px solid var(--light-4);}

.sp-list .elementor-inner-section:last-of-type {padding-bottom: 0;}

.sp-list .elementor-inner-section .elementor-inner-column .elementor-widget-wrap {padding: 0;}

.sp-list .elementor-inner-section .elementor-inner-column:first-child .elementor-widget-wrap  {padding: 0 2.5rem;}

.sp-list .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-wrap  {padding: 0 1.5rem;}

@media screen and (max-width: 1300px) {
  .sp-list .elementor-inner-section .elementor-inner-column:first-child .elementor-widget-wrap,
  .sp-list .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-wrap {padding: 0 0.5rem;}
}

@media screen and (max-width: 900px) {
  .sp-list .elementor-inner-section .elementor-inner-column:first-child .elementor-widget-wrap,
  .sp-list .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-wrap {padding: 0;}

  .sp-list .elementor-inner-section .elementor-inner-column:not(:first-child) {margin-top: 1.25rem;}

  .sp-list .elementor-inner-section {padding: 2rem 0;}
}

.sp-list .elementor-icon-box-wrapper .elementor-icon-box-icon {
  padding: 0.75rem;
  display: inline-flex;
  background-color: var(--light-5);
  border-radius: var(--radius-3);
}

.sp-list .elementor-icon-box-icon .elementor-icon {font-size: 1.5rem;}

@media screen and (max-width: 600px) {
  .sp-list .elementor-widget-container > div {text-align: left !important;}
}



/***  SERVICE ICON BOX  ***/

.sp-icon-cards .elementor-inner-section .elementor-column .elementor-widget-wrap {background-color: white;}


.sp-icon-cards .elementor-inner-section .elementor-column .elementor-widget-wrap {
  margin: 0 1rem;
  padding: 2rem;
  border-radius: var(--radius-4);
  text-align: left;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (min-width: 901px) {
  .sp-icon-cards .elementor-inner-section .elementor-column:hover .elementor-widget-wrap,
  .sp-icon-cards .elementor-inner-section .elementor-column:nth-child(3n+2):hover .elementor-widget-wrap {
    box-shadow: var(--shadow-2);
  }
  
  .sp-icon-cards .elementor-inner-section .elementor-column:nth-child(3n+2) .elementor-widget-wrap {
    box-shadow: var(--shadow-1);
  }
}

.sp-icon-cards .elementor-inner-section .elementor-column:nth-child(3n+1) .elementor-widget-wrap {margin: 0 2rem 0 0;}

.sp-icon-cards .elementor-inner-section .elementor-column:nth-child(3n+3) .elementor-widget-wrap {margin: 0 0 0 2rem;}

@media screen and (max-width: 1300px) {
  .sp-icon-cards .elementor-inner-section .elementor-column .elementor-widget-wrap {
    margin: 0 0.5rem;
  }
  
  .sp-icon-cards .elementor-inner-section .elementor-column:nth-child(3n+1) .elementor-widget-wrap {margin: 0 1rem 0 0;}
  
  .sp-icon-cards .elementor-inner-section .elementor-column:nth-child(3n+3) .elementor-widget-wrap {margin: 0 0 0 1rem;}
}

@media screen and (max-width: 900px) {
  .sp-icon-cards .elementor-inner-section .elementor-column .elementor-widget-wrap,
  .sp-icon-cards .elementor-inner-section .elementor-column:nth-child(3n+1) .elementor-widget-wrap,
  .sp-icon-cards .elementor-inner-section .elementor-column:nth-child(3n+3) .elementor-widget-wrap {
    margin: 0;
  }

  .sp-icon-cards .elementor-inner-section .elementor-column:not(:first-child) .elementor-widget-wrap {
    margin-top: 2rem;
  }
}

.sp-icon-cards .elementor-icon-box-wrapper .elementor-icon-box-icon {
  padding: 0.75rem;
  display: inline-flex;
  background-color: var(--light-1);
  border-radius: var(--radius-3);
}

.sp-icon-cards .elementor-icon-box-icon .elementor-icon {font-size: 1.5rem;}

/***  SERVICE QUOTE (EXTENDING ABOUT QUOTE)  ***/

.sp-quote > .elementor-container {
  padding: 3rem;
  background-color: white;
  border-radius: var(--radius-4);
  box-shadow: var(--shadow-3);
}

@media screen and (max-width: 600px) {
  .sp-quote > .elementor-container{padding: 1.5rem;}
}



/***  CONTACT BANNER  ***/
.cp-banner {
  position: relative;
  border-bottom-right-radius: var(--radius-5);
}

.cp-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}

.cp-banner > .elementor-container > .elementor-column:first-child {padding-right: 5.625rem;}

.cp-banner > .elementor-container > .elementor-column:not(:first-child) {padding-left: 5.625rem;}

@media screen and (max-width: 1300px) {
  .cp-banner > .elementor-container > .elementor-column:first-child {padding-right: 2rem;}

  .cp-banner > .elementor-container > .elementor-column:not(:first-child) {padding-left: 2rem;}
}

@media screen and (max-width: 900px) {
  .cp-banner > .elementor-container > .elementor-column:first-child {padding-right: 0;}

  .cp-banner > .elementor-container > .elementor-column:not(:first-child) {padding-left: 0;}
}

.cp-banner .elementor-icon-box-wrapper .fa, 
.cp-banner .elementor-icon-box-wrapper .fas, 
.cp-banner .elementor-icon-box-wrapper .far, 
.cp-banner .elementor-icon-box-wrapper .fal, 
.cp-banner .elementor-icon-box-wrapper .fab {color: currentColor;} 

.cp-banner .ae-link-yes:hover .elementor-icon-box-wrapper .fa, 
.cp-banner .ae-link-yes:hover .elementor-icon-box-wrapper .fas, 
.cp-banner .ae-link-yes:hover .elementor-icon-box-wrapper .far, 
.cp-banner .ae-link-yes:hover .elementor-icon-box-wrapper .fal, 
.cp-banner .ae-link-yes:hover .elementor-icon-box-wrapper .fab {color: var(--dark-1);} 

.cp-banner .elementor-icon-box-title {transition: all .3s ease-in-out;}

.cp-banner .ae-link-yes:hover .elementor-icon-box-title {color: var(--dark-1);}

.cp-banner .elementor-icon-box-wrapper .elementor-icon-box-icon {margin-bottom: 0.5rem;} 

.cp-banner .elementor-icon-box-wrapper .elementor-icon {font-size: 1.5rem;} 

.cp-banner .nf-field-element textarea {height: 7.5rem;}

.cp-banner input[type='submit'] {
  border: 1px solid white;
  text-transform: uppercase;
}



/***  CONTACT INFO  ***/

.cp-info {background: var(--linear-bg-3);}

.cp-info .elementor-container {flex-wrap: wrap;}

.cp-info .elementor-icon-box-wrapper .elementor-icon-box-icon {
  padding: 1rem;
  display: inline-flex;
  background-color: var(--light-2);
  border-radius: 100%;
}

.cp-info .elementor-icon-box-icon .elementor-icon {font-size: 1.5rem;}

@media screen and (max-width: 600px) {
  .cp-info .elementor-icon-box-icon .elementor-icon {font-size: 0.875rem;}
}

.cp-info .elementor-icon-box-content h6 {
  font-weight: 400;
  color: var(--dark-1);
  text-transform: uppercase;
}

.cp-info .elementor-icon-box-description {
  font-size: 1.25rem;
}

.cp-info .ae-link-yes:hover p {color: var(--primary);}



/***  SERVICE SINGLE ICON LIST  ***/

@media screen and (max-width: 600px) {
  .ss-icon-list-col .elementor-inner-column:first-child .elementor-widget-wrap {padding-bottom: 0;}

  .ss-icon-list-col .elementor-inner-column:last-child .elementor-widget-wrap {padding-top: 0;}
}

/*
 * END OF
 * CUSTOMIZABLE CSS
 */

