/*
Theme Name: Elmhurst Outpatient Surgery Center
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
 *   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");

/*** FONTS ***/

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

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

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

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





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


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary-1: #5673BA;
  --primary-2: #D2AC71;
  --secondary-1: #9fc575;
  --dark-1: #191617;
  --dark-2: #110F1A;
  --dark-3:#1d1b26;
  --dark-4: #5B5255;
  --light-1:#BAB3B5;
  --light-2: #E2E2E2;
  --light-3: #E3DFE0;
  --light-4:#FCFCFC;
  --light-5: #F2EEE8;
  --font-1: 'IBM Plex Sans', sans-serif;
  --radius-1: 33px;
  --radius-2: 23px;
  --radius-3: 5px;
}

html {font-size: 16px;}

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

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


/***  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 {
  background: var(--primary-1);
  border-radius: 50%;
	font-weight: 300;
}

.btt-button .fa:hover {
  background: var(--primary-2);
}

.btt-button .fa,
.btt-button .fa:hover  {
  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-narrow > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 5px;}

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

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 10px;}

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

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 15px;}

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

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 20px;}

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

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {padding: 30px;}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap, 
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {padding: 0;}

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

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

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

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

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

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

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

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

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

/* Elementor Buttons with Icons */
.elementor-widget-button .elementor-button .elementor-align-icon-right {
  margin-left: 15px;
  transition: all 250ms ease-in-out;
}

.elementor-widget-button .elementor-button .elementor-align-icon-right i {
  color: var(--primary-1);
}

.elementor-widget-button .elementor-button:hover .elementor-align-icon-right {
  margin-left: 25px;
}





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


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

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

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


/***  3.2 HEADINGS  ***/

h1 {
  font-weight: 700;
}
h2 {
  font-weight: 600;
}

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

h1 {font-size: 4.5em;}
h2 {font-size: 2.5em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

@media only screen and (max-width: 900px) {
  h1 { font-size: 3.5em; }  
  h2 { font-size: 2.25em; }  
}

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


/***  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-widget-button .elementor-button {
  padding: 0.8em 2.5em;
  border: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  font-weight: 600;
  border-radius: var(--radius-1);
}

.button,
.elementor-widget-button .elementor-button,
.button:hover,
.elementor-widget-button .elementor-button:hover {
  border-color: var(--primary-1);
  background: var(--primary-1);
  color: white;
}

.button.btn1,
.elementor-widget-button.btn1 .elementor-button,
.button.btn1:hover,
.elementor-widget-button.btn1 .elementor-button:hover {
  border-color: var(--secondary-1);
  background: var(--secondary-1);
  color: white;
}

.button.btn2,
.elementor-widget-button.btn2 .elementor-button,
.button.btn2:hover,
.elementor-widget-button.btn2 .elementor-button:hover {
  border-color: var(--primary-2);
  background: var(--primary-2);
  color: white;
}

.button:hover,
.elementor-widget-button .elementor-button:hover {
  filter: brightness(0.90);
}

/* Empty Button */

.button-empty,
.elementor-widget-button.empty .elementor-button {
  background: none;
  color: var(--primary-1);
  border-color: transparent;
  padding: 0;
}

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


/***  3.7 ICONS  ***/

/*  Icon Colors  */

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

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

/*  Icon Backgrounds  */

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

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

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

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


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

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background: var(--light-2);
  color: white;
}

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

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

/* Search Form */

.search-form {position: relative;}

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

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


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

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

.icon-list li.website:before, 
.contact-list li.website:before {content: "\f37e";}

/* 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: 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: white;
  border-bottom: var(--light-2) solid 1px;}

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


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ddd;
}

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


/***  4.3 HEADER  ***/

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

.header .header-right {
  display: flex;
  align-items: center;
}

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

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

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: var(--dark-1);}

.header .menu-button.active .fal {
  background: var(--secondary-1);
  color: white;
  border-radius: 50%;
}


/***  4.4 NAV BAR  ***/

.nav-bar {
  background: none;
  border-top: var(--light-2) solid 1px;
}

.nav-bar .nav-bar-inner {
  padding: 10px 0;
}

.nav-bar .nav-bar-inner > p {
  display: none;
}


/***  4.5 NAV MENUS  ***/

.nav-menu > li {
  font-size: 1em;
  font-weight: 600;
}
.nav-menu > li > a {
  color: var(--dark-1);
}

.nav-menu > li.current-menu-parent > a, 
.nav-menu > li.current-menu-item > a,
.nav-menu > li:hover > a {
  color: var(--secondary-1);
}

/* Nav Button */

.header-right .menu > li.nav-button > a  {
  display: block;
  background-color:#0D98BA;
  padding: 0.5em 0.7em!important;
  border-radius: var(--radius-2);
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  color: white!important;
  transition: all 300ms ease-in-out;
  font-weight:600;
  font-size:0.9em;
}

.header-right .menu > li.nav-button.current-menu-item > a, 
.header-right .menu > li.nav-button:hover > a {
   background-color: var(--primary-2)!important;
   color: white;
}

.header-right .menu > li.nav-button i {
	color:white!important;
	margin-right:35px;
}

.header-right .menu > li.nav-button i::before {
  border-right: 1px solid rgba(255,255,255,0.5);
	padding: 13px!important;
}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  border-radius: var(--radius-3);
  width: 250px;
}

.nav-menu li ul li a {
  padding: 12px;
  text-align: left;
  color: var(--dark-1);
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-menu li ul li a:hover,
.nav-menu li ul li.current-menu-item a {
  background-color: var(--secondary-1);
  color: white;
}

.nav-menu li ul li:first-child > a {
  border-top-left-radius: var(--radius-3);
  border-top-right-radius: var(--radius-3);
}

.nav-menu li ul li:last-child > a {
  border-bottom-left-radius: var(--radius-3);
  border-bottom-right-radius: var(--radius-3);
}


/***  4.7 MOBILE NAV  ***/

.mobile-nav {
  background: var(--light-3);
}

.mobile-nav-inner {
  display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.mobile-nav aside {
  margin-top: 50px;
}

.mobile-nav .menu {}
.mobile-nav .menu li {
  margin: 0 20px 10px 20px;
  list-style: none;
  font-weight: 600;
}
.mobile-nav .menu li > a {
  display: block;
  background: var(--secondary-1);
  padding: 10px;
  text-align: center;
  border-radius: 25px;
  color: white;
}
.mobile-nav .menu li > a > .fal,
.mobile-nav .menu li > a {
  color: white;
}

.mobile-menu > li {
  font-weight: 600;
}
.mobile-menu > li > a {
  color: var(--dark-1);
}
.mobile-menu li.current-menu-ancestor > a,
.mobile-menu li.current-menu-item > a {
  color: var(--secondary-1);
}

.mobile-menu li ul {background-color: rgba(0,0,0,0.1);}

.mobile-menu li ul li {
  font-size: 1rem;
  font-weight: 600;
}
.mobile-menu li ul li > a {
  color: var(--dark-2);
}
.mobile-menu li ul li.current-menu-item > a {
  background: var(--secondary-1);
  color: white;
}





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


/***  5.1 BANNER  ***/

.banner {
  background-color: var(--dark-1);
  color: white;
}

.banner-inner {
  min-height: 375px;
  align-items: end;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: right;
}

.banner-tall .banner-inner {
  min-height: 750px;
	align-items: center;
	text-align: center;
}

.banner .button {
  margin-left: 10px;
  margin-right: 10px;
}

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

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

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

}

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

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

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

}


/***  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(--light-2);
}


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

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


/***  5.5 CONTENT  ***/

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

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

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

}


/***  5.6 SIDEBAR  ***/


/***  5.7 BLOG ***/





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


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

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


/***  6.2 FOOTER  ***/

.footer {
  padding-top: 100px;
  padding-bottom: 40px;
  background: var(--dark-2);
  border-bottom: var(--dark-3) solid 1px;
	font-size: 0.9em;
}

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

.footer .col-custom h3 {
  color: white;
}

.footer .col-custom p,
.footer .col-custom li a {
  color: var(--light-1);
}
.footer .col-custom p a,
.footer .col-custom li a:hover {
  color: var(--primary-2);
}

.footer .menu li a {display: block;}

@media screen and (max-width: 600px) {
.footer {text-align: center;}
}


/* Footer Icon List */

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


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--dark-2);
	font-size: 0.9em;
}

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

.copyright, .credits {display: inline-block;}
.copyright, .credits,
.bottom-bar .col-custom li a {
  color: var(--light-1);
}
.bottom-bar .col-custom li a:hover {
  color: var(--primary-2);
}

.credits img {width: 1.1em;}





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

/* Add custom theme styles here */ 

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

.text-primary {
  color: var(--primary-1);
}

.menu-header-right-container ul li a {
  color: var(--dark-1);
  transition: all 300ms ease-in-out;
}
.menu-header-right-container ul li a:hover {
  text-decoration: none;
  color: var(--primary-1);
}

.menu-header-right-container ul li a .fal {
  color: var(--primary-1);
}

.search-form  {
  margin: 0;
}

.search-form input[type="text"] {
  border: var(--light-3) solid 1px;
  border-radius: var(--radius-2);
  background: white;
  padding-left: 25px;
}



/*  RESOURCE COLS */

.resource-cols .grid {justify-content: center;}

.resource-cols .resource .resource-link,
.resource-cols .resource h4,
.resource-cols .resource .resource-link h4:after,
.resource-cols .resource .resource-link img {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.resource-cols .resource .resource-link {display: block;}

.resource-cols .resource .resource-link:hover {
  text-decoration: none;
  transform: scale(1.025) translateY(-5px);
}

.resource-cols .resource .resource-link img { background: var(--light-5);}
.resource-cols .resource .resource-link:hover img {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
}

.resource-cols .resource h4 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 50px;
}

.resource-cols .resource .resource-link h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-1);
}

.resource-cols .resource .resource-link:hover h4,
.resource-cols .resource .resource-link:hover h4:after {color: var(--secondary-1);}

@media screen and (max-width: 600px) { 
.resource-cols .resource h4 {font-size: 1.1em;}
}



/*** LINK COLS ***/

.link-cols .elementor-column-wrap,
.link-cols .elementor-column-wrap h3 {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.link-cols .elementor-column-wrap:hover {transform: scale(1.025) translateY(-5px);}

.link-cols .elementor-column-wrap .elementor-widget-button .elementor-button .elementor-align-icon-right {
  margin-left: 15px;
  transition: all 400ms ease-in-out;
}

.link-cols .elementor-column-wrap:hover .elementor-widget-button .elementor-button .elementor-align-icon-right {margin-left: 25px;}

.link-cols .elementor-column-wrap:hover h3 {color: var(--primary-2);}

.link-cols .elementor-column-wrap:hover .elementor-widget-button .elementor-button,
.link-cols .elementor-column-wrap:hover .elementor-widget-button .elementor-button .elementor-align-icon-right i {color: var(--secondary-1);}



/***  DOWNLOAD COLS  ***/
 
.download-cols .elementor-widget-wrap,
.download-cols .elementor-widget-wrap h3 {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.download-cols .elementor-widget-wrap {
  background-color: var(--light-5);
	padding: 15px !important;
}

.download-cols .elementor-widget-wrap:hover {transform: scale(1.025) translateY(-5px);}

.download-cols .elementor-widget-wrap .elementor-widget-icon {margin-bottom: 10px;}

.download-cols .elementor-widget-wrap .elementor-widget-button .elementor-button .elementor-align-icon-right {
margin-left: 15px;
transition: all 400ms ease-in-out;
}

.download-cols .elementor-widget-wrap:hover .elementor-widget-button .elementor-button .elementor-align-icon-right {margin-left: 25px;}

.download-cols .elementor-widget-wrap:hover h3 {color: var(--primary-2);}

.download-cols .elementor-widget-wrap:hover .elementor-widget-button .elementor-button,
.download-cols .elementor-widget-wrap:hover .elementor-widget-button .elementor-button .elementor-align-icon-right i {color: var(--secondary-1);}



/* POST COLS */

.post-cols .post-link, .category-post .box-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 30px 85px 30px;
  border-radius: 10px;
  color: var(--dark-2);
  box-shadow: 0px 0px 60px 8px rgba(0, 0, 0, 0.15);
  transition: all 300ms ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
}

.post-cols .post-link:hover, .category-post .box-link:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.post-cols .post-thumb-wrapper {
  display: block;
  width: calc(100% + 60px);
  min-height: 190px;
  margin: -30px -30px 20px -30px;
}

.category-post .post-thumb-wrap .post-thumb {
  display: block;
  width: calc(100% + 60px);
}

.post-cols .post-date, .category-post .post-info .post-date {opacity: 0.7;}

.post-cols .post-cats, .category-post .post-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

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

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

.post-cols .post-link:hover .button, .category-post .post-link:hover .button {
  border-color: var(--primary-2);
  background-color: var(--primary-2);
  color: white;
}



/*** ACCORDION STYLES ***/

.accordion-cols .elementor-accordion-item {
  border-left: none;
  border-right: none;
}

.accordion-cols .elementor-accordion-item .elementor-tab-title {padding: 20px 20px;}

.accordion-cols .elementor-accordion-item .elementor-tab-title,
.accordion-cols .elementor-accordion-item .elementor-tab-title a {color: var(--primary-1);}

.accordion-cols .elementor-accordion-item .elementor-tab-title.elementor-active,
.accordion-cols .elementor-accordion-item .elementor-tab-title.elementor-active a {color: var(--secondary-1);}

.accordion-cols .elementor-accordion-item .elementor-tab-title a:hover {text-decoration: none;}

.accordion-cols .elementor-accordion-item .elementor-tab-content.elementor-active {border-top: none;}



/*** JOB COLS ***/

.job-cols .job {text-align: left;}

.job-cols .job .job-link {
  background: var(--light-5);
  display: block;
  height: 100%;
  padding: 40px 30px;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
}

.job-cols .job .job-link:hover {
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
}

.job-cols .job .job-link p {color: var(--dark-2);}



/***  PUBLICATION COLS  ***/

.publication-cols h3 {position: relative;}

.publication-cols h3::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-1);
  font-size: 1rem;
}

.publication-cols p.tags a {
  background:var(--light-5);
  padding: 3px 15px 5px;
  border-radius: 25px;
  margin-left: 5px;
}

.publication-cols p.tags a:hover {text-decoration: none;}

.publication-cols p.tags a:first-child {margin-left: 0;}





/*
 * END OF
 * CUSTOMIZABLE CSS
 */
