/*
Theme Name: Coach
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
 *   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");

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

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

/* Medium */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Montserrat/Montserrat-Medium.ttf');
}

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

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

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


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


/***  2.1 UNIVERSAL STYLES  ***/
	
:root {
  --primary: #075AAE;
  --primary-lt:#CCE0EF;
  --primary-dk: #067ae0;
  --secondary:#AE5B07;
  --heading: #eff2f3;
  --grey: #f4f6f6;
  --field-bg: #FAFAFA;
  --dark-1: #7F7F7F;
  --dark-2: #63666b;
  --dark-3: #6c6f74;
  --light-1: #F4F6F6;
  --light-2: #e5e8ea;
  --shadow-1: 0 0 25px 0 rgba(0,0,0,.1);
  --shadow-2: 0 0 50px 0 rgba(0,0,0,.15);
  --radius-1: 7px;
  --radius-2: 50px;
  --font-1: 'Montserrat', sans-serif;
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: black;
  background: white;
  font-weight: 500;
}

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-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;}



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

.btt-button .fa {
  border-radius:var(--radius-2);
  background: var(--primary);
	font-weight: 300;
  color: white;
}

.btt-button:hover .fa {
  border-radius:var(--radius-2);
  background: var(--primary-dk);
  color: white;
}




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


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

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

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


/***  3.2 HEADINGS  ***/


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

h1 {font-size: 35px; }
@media (min-width: 900px) {
  h1 {font-size: 3.75em;}
}
h2 {font-size: 22.8px;}
@media (min-width: 576px) {
  h2 {font-size: 2.5em;}
}
h3 {font-size: 1.3125rem;}
h4 {
  font-size: 22px;
}
@media (min-width: 900px) {
  h4 {font-size: 1.5rem;}
}
h5 {font-size: 1em;}
h6 {font-size: 0.9m;}


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

hr, .divider {
    display: block;
	width: 20%;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--primary-dk);
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}

hr.hr-short  {
	display: block;
	width: 10%!important;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--light-1)!important;
  padding: 0;
	clear: both;
}



/***  3.4 BUTTONS  ***/

.button, a.elementor-button {
  padding: 20px 30px;
  background-color: var(--primary);
  color: white;
  border-radius: 0;
}
@media (min-width: 768px) {
  .button, a.elementor-button {
    padding: 18px 38px;
  }
}

.button .elementor-button-text, 
a.elementor-button .elementor-button-text {
  font-size: 15px;
  font-weight: 500;
}

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


/** Secondary Button **/

.button-secondary a, 
.btn-secondary .elementor-button a {
  padding: 20px 30px;
  background-color: var(--grey);
  color: var(--primary-dk);
  border-radius: 0;
}
@media (min-width: 768px) {
  .button-secondary a, a.elementor-button {
    padding: 18px 38px;
  }
}

.button-secondary a .elementor-button-text, 
.btn-secondary .elementor-button a .elementor-button-text {
  font-size: 15px;
  font-weight: 500;
}

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

/** Button Transparent **/
.button-trans a, 
.btn-secondary .elementor-button a {
  padding: 20px 30px;
  background-color: transparent;
  color: white;
  border-radius: 0;
  border: 1px solid white;
}
@media (min-width: 768px) {
  .button-trans a, a.elementor-button {
    padding: 18px 38px;
  }
}

.button-trans a .elementor-button-text, 
.btn-secondary .elementor-button a .elementor-button-text {
  font-size: 15px;
  font-weight: 500;
}

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

/* Empty Button */

.button-empty, 
.bordered-button .elementor-button {
  border:1px solid var(--primary);
  background-color: transparent !important;
  color: var(--primary);
}

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


/***  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-dk);
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

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

/*  Icon Backgrounds  */

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

a .fa-bg {
  background-color: var(--primary-dk);
  color: #eee;
}

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

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



/***  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);
  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: var(--secondary);
  color: white;
}

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: white;}

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


/***  4.2 TOP BAR  ***/

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

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


/***  4.3 HEADER  ***/

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

.header .logo-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

/* Menu Button */
.header-inner .menu-button {
  background-color: var(--primary);
}

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: white;}

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


/***  4.4 NAV BAR  ***/


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding: 37px 16px;
  color: black;
}

.scroll-bar .nav-menu > li > a {color: black;}

.single-service .nav-menu > li.services-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-parent > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color: var(--primary);}

/* Nav Button */

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

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
  background-color: white;
  color: var(--primary);
}


/***  4.6 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 {color: var(--primary);}

.nav-menu li ul li:hover a {
  background-color: var(--primary);
  color: white;
}


/***  4.7 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 STYLE  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  5.1 BANNER  ***/
.banner-inner {
  padding: 60px 15px;
	margin-left: 0;
  min-height: 167px;
}
@media (min-width: 768px) {
  .banner-inner {
    padding: 70px 15px;
    min-height: 305px;
  }
}
@media (min-width: 900px) {
  .banner-inner {
    padding: 115px 15px;
    min-height: 404px;
  }
}
@media (min-width: 1200px) {
  .banner-inner {
    padding: 115px 0;
  }
}

.banner-container {
  max-width: 1110px; 
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.section-container.banner-container:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 90, 174, 1) 0%, rgb(255 255 255 / 0%) 100%);
}

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

.banner .page-tagline {font-size: 1.15em;}



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


/***  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-2);
  background-color: var(--light-3);
  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%;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.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-color: var(--secondary);
  text-align: center;
  color: white;
  padding: 50px 20px 30px;
}
@media (min-width: 576px) {
  .cta-bar {
    padding: 80px 25px 60px;
  }
}
@media (min-width: 1200px) {
  .cta-bar {
    padding: 100px 30px;
  }
}

.cta-bar .grid {
  align-items: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.cta-bar .grid .cta-section-intro {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .cta-bar .grid .cta-section-intro {
    margin-bottom: 40px;
  }
}

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

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

.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:hover, 
.cta-bar .elementor-button:hover {
  border-color: white;
  background-color: white;
  color: var(--primary);
}



/***  6.2 FOOTER  ***/

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--light-1);
  color:var(--dark-2);
  font-size:0.9em;
}

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


/* 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;}


.footer .menu a {color:black;}

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


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding: 30px;
  border-top: 1px solid var(--light-2);
  background: var(--light-1);
  color:var(--dark-2);
  font-size:0.9em;
}
@media (min-width: 768px) {
  .bottom-bar {
    padding: 50px;
  }
}

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

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

.bottom-bar-inner .custom-html-widget p,
.bottom-bar-inner .custom-html-widget {
  font-size: 16px;
  color: black;
}

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

.credits img {width: 1.1em;}





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

/* Add custom theme styles here */ 

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white i,
.text-white li a,
.text-white li:before {color:white!important;}

.text-white li a:hover {color:var(--primary-lt)!important;}

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

.cta-bar {background:var(--primary);}

.font-normal * {font-weight:normal!important;}



/***  BOX COLS  ***/

.box-cols .elementor-column,
.box-col.elementor-column {padding:5px;}

.box-cols .elementor-widget-wrap, 
.box-col .elementor-widget-wrap {
  padding: 60px 50px !important;
  background-color: var(--primary);
  margin: 0 20px 0 0;
  min-height:500px;
}


.box-cols .elementor-widget-button, 
.box-col .elementor-widget-button {
  position: absolute;
  bottom: 25px;
  left: 50px;
  z-index: 2;
}

/** Container **/
@media (max-width: 900px) {
  .sections .elementor-top-section.elementor-section-boxed > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* Custom colors */

.box-cols .light .elementor-widget-wrap, 
.box-col .light .elementor-widget-wrap {
  padding: 60px 50px !important;
  background-color: var(--light-1);
}


.box-left .elementor-widget-container {
	padding-left: 100px!important;
}

.box-left .elementor-widget-button, 
.box-left .elementor-widget-button {
  position: static!important;
  bottom: 0;
  left: 0;
}


@media screen and (max-width: 900px) {
  .box-left .elementor-widget-container {
    padding-left: 50px!important;
  }
}
@media screen and (max-width: 600px) {
  .box-left .elementor-widget-container {
    padding-left: 50px!important;
  }
}

.section-description {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

/** Home - What I Do **/
.section-what-i-do .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 900px) {
  .section-what-i-do .card-read-more-wrapper .elementor-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 30px;
  }
}

@media (min-width: 900px) {
  .grey-box-wrapper .elementor-container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }
}
.grey-box-wrapper .left-wrapper {
  width: 100%;
}
@media (min-width: 900px) {
  .grey-box-wrapper .left-wrapper {
    max-width: 31.33%;
  }
}
@media (min-width: 1200px) {
  .grey-box-wrapper .left-wrapper {
    max-width: 350px;
  }
}
.grey-box-wrapper .right-wrapper {
  width: 66.67%;
}

.boxed .elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .boxed .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/** About - Section - My Story **/
.section-about-my-story .section-heading {
  max-width: 910px;
}

@media (max-width: 900px) {
  .section-feedback-reviews .section-heading h2 {
    font-size: 25px;
  }
  .review-card .review-name {
    margin-bottom: 20px;
  }
}
@media (min-width: 900px) {
  .review-card-wrapper .elementor-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 25px;
  } 
}

/** Ebooks Downloads **/
.downloads-wrapper .entry-cols.download-cols .grid {
  row-gap: 20px;
}
.downloads-wrapper .entry-cols article.entry.download {
  width: 100%;
}
.downloads-wrapper .entry-cols .entry-link {
  padding: 50px 15px 160px;
  background: linear-gradient(137deg, rgba(7,90,174,1) 65%, rgba(255,255,255,1) 65%);
  border-radius: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.downloads-wrapper .entry-cols .entry-text-wrap {
  padding: 0;
}
.downloads-wrapper .entry-cols .entry-link .entry-thumb-wrap.download-thumb-wrap {
  text-align: right;
  margin-right: 10px;
}
.downloads-wrapper .entry-cols .entry-link .entry-thumb-wrap.download-thumb-wrap img {
  border-radius: 100%;
  max-height: 200px;
}
.downloads-wrapper .entry-cols .entry-link .entry-title.download-title {
  font-weight: 700;
  font-size: 21px;
  color: var(--heading);
  margin-bottom: 60px;
  position: relative;
}
.downloads-wrapper .entry-cols .entry-link .entry-title.download-title::after {
  position: absolute;
  content: "";
  border: 1px solid white;
  bottom: -30px;
  left: 0;
  width: 50px;
}
.downloads-wrapper .entry-cols .entry-link:hover .entry-more.download-more span {
  color: white;
}
.downloads-wrapper .entry-excerpt.download-excerpt {
  color: white;
  margin-bottom: 60px;
}
.downloads-wrapper .entry-more.download-more {
  width: fit-content;
  padding: 18px 35px;
  background-color: var(--primary);
  line-height: 1;
}
.downloads-wrapper .entry-more.download-more span {
  font-size: 15px;
  color: white;
}
.downloads-wrapper .entry-more.download-more:hover {
  background-color: var(--primary-dk);
}
@media (min-width: 768px) {
  .downloads-wrapper .entry-cols article {
    padding: 0 10px;
  }
  .downloads-wrapper .entry-cols .entry-link {
    padding: 50px 30px 160px;
  }
  .downloads-wrapper .entry-cols article.entry.download {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .downloads-wrapper .entry-cols.download-cols .grid {
    row-gap: 50px;
  }
  .downloads-wrapper .entry-cols article.entry.download {
    width: 33.33%;
  }
  .downloads-wrapper .entry-cols .entry-link .entry-thumb-wrap.download-thumb-wrap img {
    border-radius: 100%;
    max-height: 122px;
  }
}

/** Courses **/
.courses-wrapper .entry-cols.product-cols .grid {
  row-gap: 20px;
}
.courses-wrapper .entry-cols article.entry.product {
  border-radius: 0;
  width: 100%;
}
.courses-wrapper .entry-cols article.entry.product .product-link {
  border-radius: 0;
}
.courses-wrapper .entry-cols .entry-text-wrap {
  padding: 0;
}
.courses-wrapper .entry-thumb-wrap.product-thumb-wrap {
  margin-bottom: 20px;
}
.courses-wrapper .entry-thumb-wrap.product-thumb-wrap img {
  width: 100%;
}
.courses-wrapper .entry-cols .entry-link .entry-title.product-title {
  color: black;
  font-size: 21px;
  margin-bottom: 10px;
}
.courses-wrapper .entry-excerpt.service-excerpt {
  color: black;
  margin-top: 0;
  margin-bottom: 0;
}
.courses-wrapper .entry-more.product-more {
  display: none;
}
@media (min-width: 768px) {
  .courses-wrapper .entry-cols article.entry.product {
    width: 48%;
    padding: 10px;
  }
  .courses-wrapper .entry-cols.product-cols .grid {
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .courses-wrapper .entry-thumb-wrap.product-thumb-wrap img {
    max-height: 235px;
    max-width: 350px;
  }
  .courses-wrapper .entry-cols.product-cols .grid {
    row-gap: 50px;
  }
  .courses-wrapper .entry-cols article.entry.product {
    width: 33.33%;
  }
}

/** Contact Form **/
.contact-form .ninja-forms-field {
  padding: 12px;
  background-color: var(--field-bg);
}
.contact-form .nf-field-element input[type="submit"] {
  background-color: var(--primary);
  padding: 18px 35px;
  line-height: 1;
  color: white;
  width: fit-content;
  border-radius: 0;
  font-weight: 500;
}
.contact-form .nf-field-element input[type="submit"]:hover {
  background-color: var(--primary-dk);
}
.contact-form .nf-field-container {
  margin-bottom: 20px;
}

.contact-icons-wrapper .elementor-icon-list-items {
  padding: 10px 5px !important;
}
.contact-icons-wrapper .elementor-icon-list-items .elementor-icon-list-item {
  margin-bottom: 0;
}
.contact-icons-wrapper .elementor-icon-list-items .elementor-icon-list-item a {
  padding: 7px 8px;
  background: var(--primary);
  border-radius: 100%;
  transition: all 0.3s ease;
}
.contact-icons-wrapper .elementor-icon-list-items .elementor-icon-list-item a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
  background-color: var(--primary-dk);
}
.contact-icons-wrapper .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text {
  display: none;
}
.contact-icons-wrapper .elementor-icon-list-items .elementor-icon-list-item a i {
  color: white;
}


/*
 * END OF
 * CUSTOMIZABLE CSS
 */
