/*
Theme Name: National Able
Version: 2.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
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 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 QUOTES
 *   3.4 BORDERS & DIVIDERS
 *   3.5 MEDIA
 *   3.6 BUTTONS
 *   3.7 ICONS
 *   3.8 FORM STYLES
 *   3.9 LIST STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 MAIN (BODY) STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 MAIN (BODY)
 *   5.5 CONTENT
 *   5.6 SIDEBAR
 *   5.7 BLOG
 *
 * 6 FOOTER STYLES
 *   6.1 FOOTER NAV BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





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

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

@import url("https://use.typekit.net/xyd8viz.css");





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


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --green-1: #007733;
  --green-2: #4d945c;
  --green-3: #8fb73e;
  --green-4: #cdf1db;
  --orange-1: #efac1f;
  --orange-2: #f3bd31;
  --tan-1: #ffe58a;
  --tan-2: #FFEAA9;
  --blue-1: #1899a7;
  --blue-2: #00b1bd;
  --gray-1: #818285;
  --purple-1: #963df1;
  --peach-1: #f2754a;
  --font-1: proxima-nova, sans-serif;
  --font-2: proxima-nova-condensed, sans-serif;
}

html {font-size: 16px;}

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


/***  2.2 THEME STYLES  ***/

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

@media screen and (max-width: 900px) {
.section-container {padding: 0 40px;}
}

@media screen and (max-width: 600px) {
.section-container {padding: 0 25px;}
}

@media screen and (max-width: 420px) {
.section-container {padding: 0 15px;}
}


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

.btt-button .fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--orange-1);
  color: white;
}

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



/***  2.4 ELEMENTOR  ***/

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

.elementor-column-gap-narrow > .elementor-row {
  width: calc(100% + 10px);
  margin: -5px;
}

.elementor-column-gap-default > .elementor-row {
  width: calc(100% + 20px);
  margin: -10px;
}

.elementor-column-gap-extended > .elementor-row {
  width: calc(100% + 30px);
  margin: -15px;
}

.elementor-column-gap-wide > .elementor-row {
  width: calc(100% + 40px);
  margin: -20px;
}

.elementor-column-gap-wider > .elementor-row {
  width: calc(100% + 60px);
  margin: -30px;
}

.sections .elementor-container {
  padding-left: 50px;
  padding-right: 50px;
}

.elementor-inner-section .elementor-container, 
.sections .elementor-inner-section .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sections .elementor-section-wrap > .elementor-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.elementor-widget .elementor-icon-list-item {margin-bottom: 0.5em;}

.elementor-widget .elementor-icon-list-item:last-child {margin-bottom: 0;}

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

@media screen and (max-width: 900px) {
.sections .elementor-container {
  padding-left: 40px;
  padding-right: 40px;
}
}

@media screen and (max-width: 600px) {
.sections .elementor-container {
  padding-left: 25px;
  padding-right: 25px;
}
}

@media screen and (max-width: 420px) {
.sections .elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}
}

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





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


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

.blue {color: var(--blue-1);}

.white {color: #fff;}

.green {color: var(--green-1);}

a {color: var(--orange-1);}

a:hover {color: var(--green-3);}


/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 600;
  color: var(--green-1);
}

h1, h2 {font-weight: normal;}

h1 {font-size: 3.75em;}
h2 {font-size: 2.375em;}
h3 {font-size: 1.625em;}
h4 {font-size: 1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.8em;}


/***  3.3 QUOTES  ***/

blockquote {
  padding: 5px 0 5px 15px;
  border-left: 5px solid black;
  margin-left: 2em;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  font-weight: 300;
}


/***  3.4 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.5 MEDIA  ***/

.video {max-width: 700px;}


/***  3.6 BUTTONS  ***/

.button,
.elementor-button {
  padding: 0.3em 1.5em 0.2em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid var(--orange-1);
  background-color: var(--orange-1);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: white;
}

.button:hover, 
.elementor-button:hover {
  border-color: var(--green-3);
  background: var(--green-3);
  color: white;
}

/* Empty Button */

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

.button-empty:hover {
  border-color: var(--green-3);
  background: none;
  color: var(--green-3);
}

.button-purple {
  background: var(--purple-1);
  color: #fff;
  border-color:  var(--purple-1);
}

.button-peach {
  background: var(--peach-1);
  color: #fff;
  border-color:  var(--peach-1);
}


/***  3.7 ICONS  ***/

/*  Icon Colors  */

.fa {font-weight: 300;}

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

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--orange-1);
  -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(--green-3);}

/*  Icon Backgrounds  */

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

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

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

a .fa-bg-hover-brand.fa-instagram {position: relative;}

a .fa-bg-hover-brand.fa-instagram:before {
  position: relative;
  z-index: 1;
}

a .fa-bg-hover-brand.fa-instagram:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(182,63,141);
  background: linear-gradient(215deg, rgba(182,63,141,1) 0%, rgba(237,159,91,1) 100%);
  content:'';
  opacity: 0;
  -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;
}

a:hover .fa-bg-hover-brand.fa-instagram:after {opacity: 1;}

/*  Icon Borders  */
.fa-br {border-color: var(--orange-1);}
a .fa-br {border-color: var(--orange-1);}
a:hover .fa-br {border-color: var(--green-3);}


/***  3.8 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(--orange-1);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"], 
.nf-form-content input[type="button"] {
  padding-left: 1.5em;
  padding-right: 1.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: var(--orange-1) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em;
  color: white !important;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, 
.nf-form-content input[type="button"]:hover {
  background: var(--green-3) !important;
  color: white !important;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background: #555;
  color: #eee;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background: #f5f5f5;}

input[type="text"].search-field:focus {background: 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(../optik-theme/includes/fontawesome/svgs/light/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;
}


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

.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;
  right: calc(100% + 0.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;
}

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

}





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


/***  4.1 SCROLL BAR  ***/

.scroll-bar {background-color: #007733;}

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


/***  4.2 TOP BAR  ***/


/***  4.3 HEADER  ***/

.header {background-color: #007733;}

.header .grid {align-items: flex-end;}

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

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

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

@media screen and (max-width: 1024px) {
.header .header-right {display: none;}
}

/* Menu Button */

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

.header .menu-button.active .fal {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: var(--orange-1);
  color: white;
}


/***  4.4 NAV BAR  ***/

.nav-bar {background: #eee;}


/***  4.5 NAV MENUS  ***/

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

.nav-menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding-bottom: 0.15em;
  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;
  font-size: 1em;
  content: "\f107";
}

.single-post .nav-menu > li.posts-link > a, 
.single-careers .nav-menu > li.careers-link > a, 
.single-board .nav-menu > li.board-link > a, 
.single-team .nav-menu > li.team-link > a, 
.single-fundraisers .nav-menu > li.fundraisers-link > 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(--orange-1);}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: white;
}

.nav-menu > li > ul {
  left: 50% !important;
  margin-left: -100px;
  top: calc(100% + 10px);
}

.nav-menu > li.double-wide > ul {margin-left: -200px;}

.nav-menu > li > ul:before {
  position: absolute;
  bottom: calc(100% - 6px);
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 20px;
  font-size: 40px;
  text-align: center;
  color: white;
  content: "\f0d8";
}

.nav-menu li ul a, 
.nav-menu li ul li.current-page-ancestor.primary-in-dropdown > a, 
.nav-menu li ul li.current-page-parent.primary-in-dropdown > a {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #5e5e5e;
  text-transform: uppercase;
  font-size: 0.75em;
  background: white;
  text-align: center;
}

.single-careers .nav-menu li ul li.careers-link > a, 
.single-board .nav-menu li ul li.board-link > a, 
.single-team .nav-menu li ul li.team-link > a, 
.nav-menu li ul li.current-page-ancestor > a, 
.nav-menu li ul li.current-page-parent > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li:hover ul li:hover > a {
  background: white;
  color: var(--orange-1);
}



/***  4.7 MOBILE NAV  ***/

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

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

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

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





/******************************************************************************
 * * *  5 MAIN (BODY) STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  5.1 BANNER  ***/

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

.banner-inner {min-height: 375px;}

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

.banner .banner-content {width: 100%;}

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

/***  5.2 BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ddd;
}


/***  5.3 TITLE BAR  ***/

.title-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  background: var(--tan-2);
}


/***  5.4 MAIN (BODY)  ***/

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


/***  5.5 CONTENT  ***/

.content a img {opacity: 1;}

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

.content .alignleft {margin: 0 20px 1em 0;}

.content .alignright {margin: 0 0 1em 20px;}

}


/***  5.6 SIDEBAR  ***/


/* Board/Staff Sidebar */

.single-careers .sidebar h3, 
.single-team .sidebar h3, 
.single-board .sidebar h3,
.blog .sidebar h3,
.archive .sidebar h3 {
  padding: 0.5em 0.25em;
  margin-bottom: 0.25em;
  background-color: #087832;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  color: white;
  border-top-left-radius: 15px;
}

.single-careers .sidebar ul, 
.single-team .sidebar ul, 
.single-board .sidebar ul,
.blog .sidebar ul,
.archive .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-careers .sidebar li, 
.single-team .sidebar li, 
.single-board .sidebar li,
.blog .sidebar li,
.archive .sidebar li {
  padding: 0;
  margin: 0;
}

.single-careers .sidebar li a, 
.single-team .sidebar li a, 
.single-board .sidebar li a,
.blog .sidebar li a,
.archive .sidebar li a {
  display: block;
  padding: 0.4em 0;
  line-height: 1.3em;
  font-weight: bold;
  color: var(--gray-1);
}

.single-careers .sidebar li.current-menu-item a, 
.single-team .sidebar li.current-menu-item a, 
.single-board .sidebar li.current-menu-item a,
.blog .sidebar li.current-cat a,
.archive .sidebar li.current-cat a {color: var(--orange-1);}

.single-careers .sidebar li a:hover, 
.single-team .sidebar li a:hover, 
.single-board .sidebar li a:hover,
.blog .sidebar li a:hover,
.archive .sidebar li a:hover {
  text-decoration: none;
  color: #087832;
}

.single-careers .sidebar li a span, 
.single-team .sidebar li a span, 
.single-board .sidebar li a span,
.blog .sidebar li a span,
.archive .sidebar li a span {
  font-weight: normal;
  font-size: 0.8em;
}



/***  5.7 BLOG ***/





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


/***  6.1 FOOTER NAV BAR  ***/


/***  6.2 FOOTER  ***/

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: var(--green-1);
  font-size: 0.9em;
  color: var(--green-4);
}

.footer .grid {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}

.footer .col-custom {
  padding: 25px;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6 {
  font-weight: normal;
  color: white;
}

.footer h3 {font-size: 1.36em;}

.footer a {color: white;}

.footer a:hover {color: var(--orange-1);}

.footer .widget_recent_entries li {
  margin-bottom: 1em;
  line-height: 1.3em;
}

.footer .widget_recent_entries li a {text-transform: uppercase;}

.footer .widget_recent_entries li .post-date {
  display: block;
  margin-top: 0.25rem;
  line-height: 1.6em;
}

.footer .tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0;
  margin-bottom: 1em;
}

@media screen and (min-width: 901px) {
.footer .col-custom {width: 33.33%;}
}

/* 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 .arrow-list li:before, 
.footer .check-list li:before, 
.footer .check-circle-list li:before, 
.footer .icon-list li:before, 
.footer .contact-list li:before {font-weight: 900;}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid var(--green-2);
  background: var(--green-1);
  font-size: 0.84em;
  color: var(--green-4);
}

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

.bottom-bar a {color: white;}

.bottom-bar a:hover {color: var(--orange-1);}

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

.credits img {width: 1.1em;}





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



/***  HOMEPAGE  ***/

.elementor-swiper-button i {font-style: normal !important;}


/***  TRIBE EVENTS  ***/

.tribe-events-back {display: none !important;}



/***  TESTIMONIAL COLS  ***/
.testimonials-col .elementor-testimonial__name{font-style: normal;}

.testimonials-col .elementor-testimonial__text,

.testimonials-col .elementor-testimonial__image img {border-radius: inherit;}

/*.testimonials-col .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: 270px;
  height: 270px;
}

.testimonials-col .elementor-testimonial__cite:before {
  background: url(images/icon-person.png) center center no-repeat;
  background-size: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
}*/

.testimonials-col .elementor-testimonial--layout-image_left .elementor-testimonial {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
  font-style: normal;
}


/***  SLIDER  ***/

.section.slider .metaslider .flexslider {margin-bottom: 0;}

.sections .elementor-section-wrap > .elementor-section.home-first-section {
  z-index: -1;
  padding-top: 60px;
  padding-bottom: 30px;
}

.sections .elementor-section-wrap > .elementor-section.home-first-section h2 {
  margin-bottom: 0.2em;
}
.sections .elementor-section-wrap > .elementor-section.home-first-section p {
  margin-top: 0;
}

.home .metaslider .flex-control-nav {
  bottom: -40px;
}




/***  TIMELINE COLS  ***/

.timeline-col h3 {text-transform: lowercase;}

.timeline-col h3.elementor-tab-title a:hover {color: var(--green-1);}

.timeline-col h3.elementor-active a {color: #fea92e;}

.timeline-col h3.elementor-tab-title a,
.timeline-col h3.elementor-active a:hover {text-decoration: none;}

.timeline-col .elementor-accordion .elementor-tab-content,
.timeline-col .elementor-accordion .elementor-tab-title {background: #fff;text-transform: capitalize;}

.timeline-col  .elementor-accordion .elementor-tab-title {padding: 25px 50px;}

.timeline-col .elementor-accordion .elementor-tab-content,
.timeline-col .elementor-accordion .elementor-tab-content,
.timeline-col .elementor-accordion .elementor-tab-title {border-top: none;}

.timeline-col .elementor-accordion .elementor-tab-content {
  padding: 15px 50px 40px;
  border-top: none;
}
.timeline-col .elementor-accordion .elementor-accordion-item {border: none;}

.timeline-col .elementor-accordion .elementor-accordion-item {border-bottom: 3px solid #fea92e;}

.timeline-col .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.timeline-col .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  position: relative;
  top: -4px;
}



/***  PUBLICATIONS  ***/

.publication-post .publication-link h4 {text-align: center;}

.publication-post .publication-link:hover {text-decoration: none;}

.publication-post .publication-link .publication-thumb-wrap {
  display: flex;
  justify-content: center;
  padding: 5px;
}

.publication-post .publication-link .publication-thumb-wrap img {
  opacity: 1;
  transition: ease-in-out 0.3s;
  width: 60%;
  border: #ffeaa9 solid 5px;
  background: #ffeaa9;
}

.publication-post .publication-link:hover .publication-thumb-wrap img {opacity: 0.6;}

.nf-form-fields-required {display: none;}

/*** DONATION COL STYLES ***/

.donation-col .elementor-row, 
.donation-col .elementor-container {
  display: flex;
  flex-wrap: wrap;
}

.donation-col .elementor-column {width: 33.33% !important;}

@media screen and (max-width: 900px) {
.donation-col .elementor-column {width: 50% !important;}
}
  
@media screen and (max-width: 600px) {
.donation-col .elementor-column {width: 100% !important;}
}
  
.donation-col .elementor-cta:hover {text-decoration: none;}

.donation-col .elementor-inner-column:nth-child(1) .elementor-cta .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(3) .elementor-cta .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(5) .elementor-cta .elementor-cta__bg-overlay {
    background: rgb(140,167,51);
    background: linear-gradient(45deg, rgb(140, 167, 51) 0%, rgb(140, 167, 51) 00%, rgb(50, 164, 177) 70%);
}

.donation-col .elementor-inner-column:nth-child(2) .elementor-cta .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(4) .elementor-cta .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(6) .elementor-cta .elementor-cta__bg-overlay {
  background: rgb(140,167,51);
  background: linear-gradient(135deg, rgb(140, 167, 51) 0%, rgb(140, 167, 51) 00%, rgb(50, 164, 177) 70%);
}

.donation-col .elementor-inner-column:nth-child(1) .elementor-cta:hover .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(2) .elementor-cta:hover .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(3) .elementor-cta:hover .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(4) .elementor-cta:hover .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(5) .elementor-cta:hover .elementor-cta__bg-overlay,
.donation-col .elementor-inner-column:nth-child(6) .elementor-cta:hover .elementor-cta__bg-overlay  {
  
  background: #F5F3E4;
}







/***  LOCATIONS COLS  ***/

.locations-cols .feature {margin-bottom: 20px;}

.locations-cols .feature .location-wrap {
  position: relative;
  background: #f5f3e4;
  display: block;
  padding: 20px 20px 70px;
  height: 100%;
  margin: 0 10px;
}

.locations-cols .feature .location-wrap h3 {font-size: 1.2em;}

.locations-cols .feature .location-wrap p {
  margin: 0.5em 0;
  line-height: normal;
}

.locations-cols .feature .location-wrap p:last-child {
  position: absolute;
  left: 20px;
  bottom: 20px;
}




/***  TIMELINE  ***/

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

.timeline-col .elementor-accordion .elementor-tab-content {padding: 15px 30px 40px;}

.timeline-col .elementor-accordion .elementor-tab-title {padding: 25px 30px;}

.donation-col .elementor-inner-column {width: 100%;}

}


/***  SERVICE COLS  ***/

.service-cols .elementor-image-box-wrapper {
  -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;
}

.service-cols .elementor-image-box-wrapper:hover {transform: scale(1.1);}

.service-cols .elementor-image-box-img {margin-bottom: 0 !important;}

.service-cols .elementor-image-box-img a {
  display: block;
  padding-bottom: 15px;
}

.service-cols img {max-height: 162px;}

.service-cols h3 {color: #fff;}

.service-cols h3 a:hover {text-decoration: none;}



/***  SUBSCRIBE FORM  ***/

.ctct-button {display: none !important;}

.footer .ctct-form-field-email input,
.footer .ctct-form-field.ctct-form-field-text input {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #000;
}

p.ctct-form-field.ctct-form-field {
  width: calc(100% - 5px);
  display: inline-block;
  margin-right: 5px;
}

p.ctct-form-field.ctct-form-field-text {width: calc(50% - 5px);}

.footer .ctct-form-field-email {margin-right: 5px !important;}

.ctct-form-wrapper .ctct-form .ctct-label-top label, 
.ctct-form-wrapper .ctct-form .ctct-label-bottom label {display: none;}

.ctct-disclosure {display: none;}

.ctct-form-wrapper .ctct-submit {
  padding: 0.3em 1.5em 0.2em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-color: var(--orange-1);
  background: var(--orange-1);
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: white;
  -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;
}
.ctct-form-wrapper .ctct-submit:hover {
  border-color: var(--green-3);
  background: var(--green-3);
}



/***  TEAM / BOARD  ***/

.member-header, 
.board-header,
.director-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid var(--tan-2);
  border-bottom: 3px solid var(--tan-2);
}

.member-header img, 
.board-header img,
.director-header img {
  float: left;
  margin-top: -13px;
  margin-bottom: -13px;
  padding-right: 15px;
  background-color: white;
}

.member-header .member-title, 
.director-header .director-title {margin-top: 0;}

p.post-info {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.clicktoshow{cursor: pointer;}
.elementor-editor-active .showclick,.elementor-editor-active .showclick1{display: block !important;}
.showclick,.showclick1{display: none;}

#jobseekers-form .c-choice-checkboxes{float:right !important;}
.cognito .c-forms-form{padding: 25px;border-radius: 3px;}

.nf-form-cont .nf-form-content input[type="button"] {
  padding: 12px 40px;
}

.sections .elementor-section-wrap > .elementor-section.section-col-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*** SHORT BANNER SPACE  ***/

.npa-cols .elementor-widget-image-box img {
  max-width: 70%;
}



.single-fundraisers .full-width .post {
  max-width: 750px;
}


/** EVENTS CALENDAR **/

.ect-list-post-right .ect-list-description {
	vertical-align: middle!important;
    padding: 0 40px 0 40px!important;
    text-align: center;
}

.ect-simple-event{
	height: 250px!important;
}

/* .ect-list-post-left .ect-list-img {
	width:550px!important;
} */


/* Image box */

.img-box .elementor-image-box-wrapper {
  padding: 20px;
  background-color: var(--light-2);
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.2) 0s;
}

.img-box .elementor-image-box-wrapper:hover a {text-decoration: none!important;}

.img-box .elementor-image-box-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 14px 24px;
  transform: translateY(-3px);
}

.img-box .elementor-image-box-wrapper {margin-bottom: 1em !important;}

.img-box .elementor-image-box-wrapper img {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin: -25px -20px 0 -20px;
}

/*
 * END OF
 * CUSTOMIZABLE CSS
 */
