
/*
Theme Name: Personal Dietitian
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
 *   2.4 ELEMENTOR
 *
 * 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");



/***  LATO  ***/

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

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

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





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


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary: #60ba62;
  --primary-lt: #70d072;
  --primary-dk: #3d8c3e;
  --secondary:#BFD1FF;
  --dark-1: #000000;
  --dark-2: #282828;
  --dark-3: #4b4f58;
  --light-1: #f5f6f7;
  --light-2: #FBFCFF;
  --light-3: #e0e0e0;
  --radius-1: 5px;
  --radius-2: 2em;
  --font-1: 'Lato', sans-serif;
}

html {font-size: 16px;}

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


/***  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 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--primary);
  color: white;
}

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

/***  2.4 ELEMENTOR  ***/

/* Elementor Container Margins */

.elementor-column {
  display: flex;
  margin-right: 0;
}

.elementor-column-gap-narrow {
	margin-top: calc(var(--gap-xs) * -1);
	margin-bottom: calc(var(--gap-xs) * -1);
}

.elementor-column-gap-default {
	margin-top: calc(var(--gap-sm) * -1);
	margin-bottom: calc(var(--gap-sm) * -1);
}

.elementor-column-gap-extended {
	margin-top: calc(var(--gap-md) * -1);
	margin-bottom: calc(var(--gap-md) * -1);
}

.elementor-column-gap-wide {
	margin-top: calc(var(--gap-lg) * -1);
	margin-bottom: calc(var(--gap-lg) * -1);
}

.elementor-column-gap-wider {
	margin-top: calc(var(--gap-xl) * -1);
	margin-bottom: calc(var(--gap-xl) * -1);
}

/* Elementor Inner Container Margins */

.elementor-inner-section > .elementor-column-gap-narrow {
	margin-left: calc(var(--gap-xs) * -1);
	margin-right: calc(var(--gap-xs) * -1);
}

.elementor-inner-section > .elementor-column-gap-default {
	margin-left: calc(var(--gap-sm) * -1);
	margin-right: calc(var(--gap-sm) * -1);
}

.elementor-inner-section > .elementor-column-gap-extended {
	margin-left: calc(var(--gap-md) * -1);
	margin-right: calc(var(--gap-md) * -1);
}

.elementor-inner-section > .elementor-column-gap-wide {
	margin-left: calc(var(--gap-lg) * -1);
	margin-right: calc(var(--gap-lg) * -1);
}

.elementor-inner-section > .elementor-column-gap-wider {
	margin-left: calc(var(--gap-xl) * -1);
	margin-right: calc(var(--gap-xl) * -1);
}

/* Container Padding */

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no {
	padding-left: 50px;
	padding-right: 50px;
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow {
	padding-left: calc(50px - var(--gap-xs));
	padding-right: calc(50px - var(--gap-xs));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default {
	padding-left: calc(50px - var(--gap-sm));
	padding-right: calc(50px - var(--gap-sm));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended {
	padding-left: calc(50px - var(--gap-md));
	padding-right: calc(50px - var(--gap-md));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide {
	padding-left: calc(50px - var(--gap-lg));
	padding-right: calc(50px - var(--gap-lg));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: calc(50px - var(--gap-xl));
	padding-right: calc(50px - var(--gap-xl));
}

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

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no {
	padding-left: 40px;
	padding-right: 40px;
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow {
	padding-left: calc(40px - var(--gap-xs));
	padding-right: calc(40px - var(--gap-xs));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default {
	padding-left: calc(40px - var(--gap-sm));
	padding-right: calc(40px - var(--gap-sm));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended {
	padding-left: calc(40px - var(--gap-md));
	padding-right: calc(40px - var(--gap-md));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide {
	padding-left: calc(40px - var(--gap-lg));
	padding-right: calc(40px - var(--gap-lg));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: calc(40px - var(--gap-xl));
	padding-right: calc(40px - var(--gap-xl));
}

}

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

.elementor-column-gap-no, 
.elementor-column-gap-narrow, 
.elementor-column-gap-default, 
.elementor-column-gap-extended, 
.elementor-column-gap-wide, 
.elementor-column-gap-wider, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
	
.elementor-inner-section > .elementor-column-gap-no, 
.elementor-inner-section > .elementor-column-gap-narrow, 
.elementor-inner-section > .elementor-column-gap-default, 
.elementor-inner-section > .elementor-column-gap-extended, 
.elementor-inner-section > .elementor-column-gap-wide, 
.elementor-inner-section > .elementor-column-gap-wider {
	margin: 0;
	margin-top: -15px;
	margin-bottom: -15px;
}
	
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-default > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	padding: 15px;	
}
	
.elementor-inner-section > .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-default > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-extended > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-wide > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	padding-left: 0;
	padding-right: 0;
}

}

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

.elementor-column-gap-no, 
.elementor-column-gap-narrow, 
.elementor-column-gap-default, 
.elementor-column-gap-extended, 
.elementor-column-gap-wide, 
.elementor-column-gap-wider, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: 0;
	padding-right: 0;
}

}

/* Elementor Headings */

.elementor-widget-heading .elementor-heading-title {line-height: 1.3em !important;}

/* Elementor Testimonials */

.elementor-testimonial__image {display: none !important;}

/* Elementor Buttons */

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -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;
}
.elementor-button:hover {text-decoration: none;}

/* Elementor Buttons */

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -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;
}
.elementor-button:hover {text-decoration: none;}

/* Elementor Icons */

[class*="eicon-"], 
[class*="e-icon-"] {font-style: normal !important;}

.elementor-widget .elementor-icon-list-item:not(:last-child) {margin-bottom: 0.5em;}

.elementor .fa,
.elementor .fas,
.elementor .far,
.elementor .fal,
.elementor .fab,
.elementor .fa:before,
.elementor .fas:before,
.elementor .far:before,
.elementor .fal:before,
.elementor .fab:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Elementor Gallery */

.elementor-lightbox [class*="eicon-"] {color: white !important;}

.elementor-image-gallery .gallery-item img {border: 0 !important;}

.elementor-slideshow__header {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}




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


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

a,
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {color: var(--primary);}

a:hover,
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover
{color: var(--dark-1);}

.fancy-text {font-family: 'Lora', serif;}


/***  3.2 HEADINGS  ***/

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

h1 {font-size: 3em;}
h2 {font-size: 2.625em;}
h3 {font-size: 1.875em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.1em;}
h6 {font-size: 0.9em;}

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


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


/***  3.4 BUTTONS  ***/

.button,
.elementor-button {
  padding: .85em 2.5em;
  border: 2px solid var(--primary);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: var(--radius-2);
  background-color: var(--primary);
  font-weight: 300;
  color: white;
}


div[data-eael-wrapper-link]:hover .elementor-button,
.button:hover,
.elementor-button:hover {
  border-color: var(--primary-dk);
  background: var(--primary-dk);
  color: white;
  text-decoration: none;
}


/* Empty Button */

.button-empty {
  background: none;
  color: var(--primary);
}

.button-empty:hover {
  border-color: #4ea950;
  background: none;
  color: #4ea950;
}


/***  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);
  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: #4ea950;}

/*  Icon Backgrounds  */

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

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

a:hover .fa-bg {
  background-color: #4ea950;
  color: white;
}

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


/***  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: auto;
  border-radius: var(--radius-2);
  padding: 0.5em 2.5em;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 400;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: var(--primary-dk);
  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;}


.nf-field-element textarea{height: 120px!important;}


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


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

.scroll-bar .section-container, 
.top-bar .section-container, 
.header .section-container {max-width: none;}

/***  4.1 SCROLL BAR  ***/

.scroll-bar {
  background: var(--dark-1);
  color: #999999;
}

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

.scroll-bar .menu li a {color: white;}

.scroll-bar .menu li.current-menu-item a, 
.scroll-bar .menu li a:hover {color: var(--primary);}


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: var(--dark-1);
  color: #999999;
}

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

.top-bar .menu li a {color: white;}

.top-bar .menu li.current-menu-item a, 
.top-bar .menu li a:hover {color: var(--primary);}


/***  4.3 HEADER  ***/

/*transparent header*/
header.header{
  position: absolute;
  z-index: 1;
  padding: 10px 0;
}

/*add transparent header height*/
.banner-container{
  padding-top: 90px;
}

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

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

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

.header .menu li a {color: white;}

.header .menu li.current-menu-item a, 
.header .menu li a:hover {color: var(--primary);}

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

.header .header-right {display: none;}

}


/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal, 
.header .menu-button.active .fal {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: var(--primary);
  color: white;
}


/***  4.4 NAV BAR  ***/

.nav-bar {background: #eee;}


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding: 20px 13px;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 300;
  color: white;
}

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


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  border-top: 2px solid var(--primary);
  background-color: white;
}

.nav-menu li ul li a {
  padding: .9em 1em;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  text-align: left;
  font-size: 0.86em;
  color: var(--dark-1);
}

.nav-menu li ul li.current-page-ancestry > a, 
.nav-menu li ul li.current-page-parent > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li:hover > a {color: var(--primary);}

/*sub menu alignment*/
.nav-menu li ul a {text-align: left;}


/***  4.7 MOBILE NAV  ***/

.mobile-nav {background: var(--dark-1);}

.mobile-menu li.menu-item-has-children:after, 
.mobile-menu li.menu-item-has-children.active:after {color: white;}

.mobile-menu li a {
  text-transform: uppercase;
  color: white;
}

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

.mobile-menu li ul {
  background: rgba(0,0,0,0.15);
  font-size: 0.86em;
}

/*mobile submenu*/
.mobile-menu .sub-menu{padding-left: 10px;}




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

/***  5.1 BANNER  ***/

.banner {
  background-color: #111;
  text-align: center;
  color: white;
}

.banner-inner {
  height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 800px;
}


body.single-post .banner-inner{
  height: 400px;
}

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

.banner-viewport .banner-inner {padding-top: 80px;}

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

.page-intro-wrapper h1{
  font-size: 1.5em;
  margin-bottom: 1em;
}

.page-intro-wrapper h4{
  font-size: 2.625em;
  margin-top: .8em;
}

.banner .post-meta .post-cat-link{
  padding: .2em .5em;
  background-color: var(--light-2);
  margin: 0 .2em;
  border-radius: var(--radius-1);
  font-size: .85em;
}

.banner .post-meta .post-cat-link:hover{
  background-color: var(--primary);
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .page-intro-wrapper h1{
    font-size: 1.3em;
  }
  
  .page-intro-wrapper h4{
    font-size: 2.2em;
  }
}

.page-intro-wrapper hr{
  border-top: 2px solid var(--primary);
  width: 80px;
  height: 2px;
  margin: auto;
}

/*parallax default hero*/
@media screen and (min-width: 1025px) {
  .banner:before{position: fixed;}

  .banner-container,
  .site-inner > *:not(.header-wrapper){
    position: relative;
    z-index: 1;
  }

  .posts-nav-bar,
  #main.section,
  main.sections{background-color: white;}
}
/***  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 {
  overflow: hidden;
  color: var(--dark-3);
}

.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:hover .entry-title {color: var(--primary);}

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

.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: white;
  background: var(--primary);
  padding: .3em 1.2em;
  border-radius: var(--radius-2);
  text-transform: uppercase;
}

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

.entry-cols .post-cats{display: none;}

.posts-nav-bar{display: none;}

.entry.post{background-color: white;}

/* 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  ***/
body.single-post #main.section{
  background-color: var(--light-1);
}

body.single-post .entry.post{
  padding: 5.34em 6.67em;
  max-width: 900px !important;
  background-color: white;
}

body.single-post #main.section:not(:focus):first-letter{
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
}

body.single-post .banner .post-date{
  margin-right: 10px;
  font-size: .9em;
}

@media screen and (max-width:900px) {
  body.single-post .entry.post{
    padding: 2em;
  }
}

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


/***  6.1 CTA BAR  ***/

.cta-bar {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--dark-2);
  background-image: url(/wp-content/uploads/cta-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: white;
  text-align: left;
  border-bottom: 10px solid white;
}

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

.cta-bar .nf-form-cont{
  color: var(--dark-2);
  background-color: var(--light-1);
  border-radius: var(--radius-1);
  padding: 30px;
}

.cta-bar a:hover{color: white;}

@media screen and (min-width: 901px) {
  .cta-bar .col-custom{
    width: calc(50% - 20px);
  }
}

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

.cta-bar h4{font-size: 1.875em;}

.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(--dark-1);
  color: white;
  background-image: linear-gradient(to right,rgba(10,0,0,0.7),rgba(10,0,0,0.7)),url(/wp-content/uploads/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  font-size: .9em;
}

.footer .grid{
  gap: 20px;
  text-align: center;
}

.footer .menu li{padding: 0 10px;}

.footer .menu li:not(:last-of-type){
  border-right: 1px solid white;
}

.footer a{color: white;}

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

.footer .col-custom {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%!important;
}

.footer .col-custom ul{    
  display: flex;
  justify-content: center;
  line-height: 1;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6 {color: white;}

.social-list{gap:20px;}

.social-list i{line-height: 1;}

.social-list i:before{
  font-size: .7em;
  color: var(--dark-1);
}

.social-list i:hover{background-color: var(--primary)!important;}

.social-list i:hover:before{color: white;}
/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 25px;
  padding-bottom: 25px;
  background: var(--dark-1);
  color: white;
  font-size: .85em;
}

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

.bottom-bar .bottom-bar-nav {
  padding-top: 0;
  padding-bottom: 0;
}

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

.credits img {
  margin-top: -2px;
  margin-left: 5px;
  max-height: 20px;
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/
/*backgrounds*/
.bg-primary{background-color: var(--primary);}

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

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

.bg-secondary{background-color: var(--secondary);}

.bg-secondary-dk{background-color: var(--secondary-dk);}

.bg-secondary-lt{background-color: var(--secondary-lt);}

.bg-dk-one{background-color: var(--dark-1);}

.bg-dk-two{background-color: var(--dark-2);}

.bg-dk-three{background-color: var(--dark-3);}

.bg-lt-one{background-color: var(--light-1);}

.bg-lt-two{background-color: var(--light-2);}

.bg-lt-three{background-color: var(--light-3);}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6{color:white;}

 /*boxed cols*/
 .boxed-cols .elementor-widget-wrap{
  background-color: white;
  margin: 20px;
}

@media screen and (max-width:600px){
  .boxed-cols .elementor-widget-wrap{padding: 2em!important;}
}
/* Add custom theme styles here */ 


.youtube-icon i{color: red!important;}


.youtube-icon i:hover{color: var(--dark-2)!important;}

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

blockquote{
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  margin: 0;
  font-size: 1.1em;
  padding: 1.2em;
}

/*contact-section*/
.contact-section{font-size: 1.1em;}
.contact-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{
  margin-left: 0;
  margin-right: 10px;
}

.contact-section .elementor-widget .elementor-icon-list-item{margin-bottom: 0;}

.contact-section .contact-list li:before,
.contact-section i{
  font-size: 1.3em!important;
}

.contact-section .contact-list li{margin-bottom: 15px;}

.contact-section a:hover{text-decoration: none;}

.contact-section a:hover i{color: var(--dark-1);}
/*
 * END OF
 * CUSTOMIZABLE CSS
 */
