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


/***  MONTSERRAT  ***/

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

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

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

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





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


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --pink: #C16784;
  --blue: #00b5e2;
  --yellow: #ffee08;
  --orange: #fcba65;
  --purple: #8383bf;
  --dark-1: #011627;
  --dark-2: #0a2941;
  --dark-3: #303030;
  --light-1: #d0d5d8;
  --light-2: #e5e8ea;
  --light-3: #f2f2f4;
  --shadow-1: 0 0 25px 0 rgba(0,0,0,.1);
  --shadow-2: 0 0 50px 0 rgba(0,0,0,.15);
  --shadow-3: 0 0 5px 0 rgba(0,0,0,.1);
  --radius-1: 7px;
  --radius-2: 50px;
  --font-1: 'Montserrat', sans-serif;

}

html {font-size: 15px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: black;
  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 {
  border-radius: var(--radius-2);
  background: var(--pink);
  font-weight: 300;
  color: white;
}

.btt-button:hover .fa {
  background: var(--blue);
  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-section-boxed .elementor-container,
.elementor-section-stretched .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;
}





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


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

.text-pink {color: var(--pink);}

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

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

.content a {text-decoration: underline;}

a:hover {color:var(--blue);}

.dark-links a {color: var(--dark-1);}

.dark-links a:hover {color: var(--blue);}


/***  3.2 HEADINGS  ***/

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

h1, h2 {text-transform: uppercase;}

h1 {font-size: 4.37em;}
h2 {font-size: 2.125em;}
h3 {font-size: 1.7em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1em;}
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.6em 1.8em;
  border: 2px solid var(--blue);
  background-color: var(--blue);
  border-radius: var(--radius-2);
  font-weight: 600;
  text-decoration: none !important;
  color: white;
}

.button:hover, 
.elementor-button:hover {
  border-color: var(--blue);
  background: var(--pink);
  border: 2px solid var(--pink);
  color: white;
}

/* Empty Button */

.button-empty {
  padding: 0.6em 1.8em;
  background: none;
  color: var(--yellow);
  font-weight: 600;
  border: 2px solid var(--yellow);
  border-radius: var(--radius-2);
}

.button-empty:hover {
  border-color: white!important;
  background-color: white!important;
  color: var(--dark-1);
  text-decoration:none;
}


/***  3.7 ICONS  ***/

/*  Icon Colors  */

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

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

/*  Icon Backgrounds  */

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

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

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

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


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

/* Buttons */

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

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

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

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

/***  Ninja Forms  ***/

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

.nf-form-content button, 
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: var(--radius-2);
  background-color: var(--blue) !important;
  font-weight: 400 !important;
  color: white!important;
}

.nf-form-content button:hover, 
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background-color: var(--pink)!important;
  color: white!important;
}

.nf-form-content button.nf-fu-fileinput-button {
  padding: 0.5em 1em !important;
  border: 1px solid var(--light-1) !important;
  background-color: var(--light-2) !important;
  color: var(--dark-1) !important;
  font-size: 0.86em;
}

.nf-form-content button.nf-fu-fileinput-button:hover {background-color: var(--light-3) !important;}

.nf-next-previous input[type="button"], 
.nf-next-item input[type="button"] {
  border: 1px solid var(--blue) !important;
	background: none !important;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	color: var(--blue) !important;
  -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;
}

.nf-next-previous input[type="button"]:hover, 
.nf-next-item input[type="button"]:hover {
  border: 1px solid var(--pink) !important;
	background: none !important;
	color: var(--pink) !important;
}


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

.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: var(--dark-2);}

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


/***  4.2 TOP BAR  ***/

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

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

.top-bar .fa, 
.top-bar .fal, 
.top-bar .fas, 
.top-bar .far, 
.top-bar .fad, 
.top-bar a, 
.top-bar a:hover {color: white;}


/***  4.3 HEADER  ***/

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

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

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

.header .header-right {width: calc(100% - 260px);}

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

.header .phone-link {
	display: block;
	text-align: center;
	font-weight: 600;
	margin-top: 4px;
	color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header .phone-link:hover {
  text-decoration: none;
  color: var(--pink);
}

/* Menu Button */

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

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


/***  4.4 NAV BAR  ***/

.nav-bar {background: #eee;}


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding: 6px 20px;
  font-weight:600;
  color:white;
  text-transform:uppercase;
  font-size:0.9em;
  transition: all 300ms ease-in-out;
}

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

/* Nav Button */

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

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

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



/***  4.6 DROPDOWN MENUS  ***/

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

.nav-menu > li:last-child > ul {
  left: auto;
  right: 0;
}

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


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

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


/***  4.7 MOBILE NAV  ***/

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

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

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

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

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






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


/***  5.1 BANNER  ***/

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

.banner-inner {
  min-height: 350px;
  padding-top: 130px;
  padding-bottom: 50px;
  text-align: center;
}

.banner:before {display: none !important;}

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

.banner h1 {margin-top:0;}

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

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

@media screen and (max-width: 600px) {
	
.banner h1 {font-size: 2.5em}
	
} 


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


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


/***  6.2 FOOTER  ***/

.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--dark-2);
  color: var(--blue);
}

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

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

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

/* Footer Cols */

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

.footer .col-custom {width: 25% !important;}

.footer .col-custom:first-child {width: 50% !important;}

}

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

.footer .col-custom {width: 50% !important;}

.footer .col-custom:first-child {width: 100% !important;}

}

/* Footer Menu */

.footer .menu li a {
  position: relative;
  display: block;
  padding: 5px 0;
}

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



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--dark-2);
  font-size: 0.92em;
  color: var(--light-2);
}

.bottom-bar h1, 
.bottom-bar h2, 
.bottom-bar h3, 
.bottom-bar h4, 
.bottom-bar h5, 
.bottom-bar h6, 
.bottom-bar a, 
.bottom-bar a:hover {color: white;}

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

.credits img {
  width: 1.2em;
  margin-top: -2px;
}





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

/* Add custom theme styles here */ 

.header-right a {color:white;}
.header-right a:hover {color:var(--blue);}


.footer .list-inline { display:inline-flex; column-gap:4px;}
.footer .list-inline .fab {background-color:var(--pink)!important;}

.page-nav-bar .page-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.page-nav-bar .page-menu {
    display: flex;
}
.page-nav-bar .page-menu li {
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    font-size: 0.938em;
    border-right: white solid 1px;
}

.page-nav-bar .page-menu li:first-child {
    border-left: white solid 1px;
}

.page-nav-bar .page-menu li:hover > a, .page-nav-bar .page-menu li.current-menu-item > a {
    background: var(--pink);
    color: white;
    text-decoration: none;
}

.page-nav-bar .page-menu li > a {
    padding: 24px 18px;
    display: flex;
    align-items: center;
    color: var(--dark-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;
}

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

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

}



/***  INFO BOX  ***/

.eael-infobox {
  width: 100%;
  padding: 20px 30px;
  border-radius: var(--radius-1);
  background-color: white;
  box-shadow: 0 14px 40px rgba(0,0,0,0.10);
  color: var(--dark-2);
  font-size: 0.86em;
  -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;
}

.elementor-widget-eael-info-box a {text-decoration: none !important;}

.infobox-icon .fal, 
.infobox-icon .fad {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 2.75em;
  text-align: center;
  color: var(--blue);
}

.eael-infobox p {
  margin: 0 !important;
  color: var(--dark-2) !important;
}

.eael-infobox .infobox-icon {margin-bottom: 0.75em;}

.elementor-widget-eael-info-box .elementor-widget-container > a {
  -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;
}

.elementor-widget-eael-info-box .elementor-widget-container > a:hover {
  display: block;
  transform: translateY(-5px);
  text-decoration: none;
}

.elementor-widget-eael-info-box .elementor-widget-container > a .title {
  -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;
}

.elementor-widget-eael-info-box .elementor-widget-container > a:hover .title {color: var(--pink);}

.elementor-widget-eael-info-box a:hover .eael-infobox {
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

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

.eael-infobox, 
.eael-infobox.icon-on-left {
  display: block;
  padding: 20px;
}

.infobox-icon-wrap {
  max-width: 86px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.infobox-content {padding-left: 0 !important;}

}

.eael-infobox-content-align-center.elementor-widget-eael-info-box, 
.eael-infobox-content-align-center .elementor-widget-container, 
.eael-infobox-content-align-center .elementor-widget-container > a {
  display: flex;
  width: 100%;
  height: 100%;
}

.eael-infobox-content-align-center .infobox-icon .fal, 
.eael-infobox-content-align-center .infobox-icon .fad {
  margin-left: auto;
  margin-right: auto;
}

/**INFOBOX 2**/

.infobox2 .eael-infobox {
  width: 100%;
  padding:0!important;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none!important;
  color: var(--dark-2);
}

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

.infobox2 .eael-infobox, 
.infobox2 .eael-infobox.icon-on-left {
  display: block;
  padding: 20px;
}

}


/***  INFO COLS  ***/


.info-cols  {
  border-radius: var(--radius-1);}


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

/**PAGE NAV BAR **/

#section-container {
    max-width: 100%;
    padding: 0;
	background: white;
    box-shadow: 0 -6px 12px 12px rgba(0,0,0,0.1);
    z-index: 2;
    position: relative;
}

#menu-page {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

#menu-page {
    display: flex;
}
#menu-page li {
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    font-size: 0.938em;
    border-right: white solid 1px;
}

#menu-page li:first-child {
    border-left: white solid 1px;
}

#menu-page li:hover > a, #menu-page li.current-menu-item > a {
    background: var(--pink);
    color: white;
    text-decoration: none;
}

#menu-page li > a {
    padding: 24px 18px;
    display: flex;
    align-items: center;
	text-decoration: none !important;
    color: var(--dark-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;
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before { background:none!important;}


/***  ENTRY COLS  ***/

.hp-cols .ae-link-yes, 
.entry-cols .entry-link {
  display: block;
  text-decoration: none !important;
  -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;
}

.hp-cols .ae-link-yes:hover, 
.entry-cols .entry-link:hover {transform: translateY(-5px);}

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

.hp-cols .elementor-widget-heading, 
.entry-cols .entry-title {
  margin-top: 0.5em;
  -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;
}

.hp-cols .ae-link-yes:hover .elementor-widget-heading, 
.entry-cols .entry-link:hover .service-title {color: var(--pink);}


/***  CAREERS  ***/

.career-cols .career {display: flex;}

.career-cols .career-inner {
  display: block;
  position: relative;
	height: 100%;
	border: 1px solid #f2f2f2;
	padding: 20px 20px 70px;
}

.career-cols .career-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.green-bar {background:#05CE7C;}

.gray-bar {background:#eeeeee;}

.page-id-1569 .banner {background-color: var(--purple)!important;}



/***   SHORTCODES   ***/
.elementor-shortcode .grid-spaced{
 justify-content: center;
 text-align: center;
}

.entry-cols .grid {
 justify-content: center;
 text-align: center;
}





/*
 * END OF
 * CUSTOMIZABLE CSS
 */
