/*
Theme Name: OptikTheme Child
Version: 5.7
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme-56
*/



/*
 * 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 BACK TO TOP BUTTON
 *   2.3 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.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 PAGE NAV BAR
 *   5.5 MAIN
 *   5.6 ARCHIVE
 *   5.7 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-56/style.css");





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


/***  2.1 UNIVERSAL STYLES  ***/

:root {
	--primary: #2bc76b;
	--primary-dk: #2bc76b;
	--primary-lt: #2bc76b;
	--secondary: #20448b;
	--secondary-dk: #20448b;
	--secondary-lt: #20448b;
	--dark-1: #222;
	--dark-2: #555;
	--dark-3: #888;
	--light-1: #E9E9E9;
	--light-2: #F2F2F2;
	--light-3: #F7F7F7;
	--radius-1: 50%;
	--radius-2: 8px;
	--radius-3: 24px;
	--gap-xs: 5px;
	--gap-sm: 10px;
	--gap-md: 15px;
	--gap-lg: 20px;
	--gap-xl: 30px;
	--spacer-xs: 60px;
	--spacer-sm: 80px;
	--spacer-md: 100px;
	--spacer-lg: 120px;
	--spacer-xl: 140px;
	--font-1: sans-serif;
}

html {font-size: 16px;}

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

p:empty, 
p:empty:before {
	display: none !important;
	visibility: hidden !important;
}

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



/***  2.2 BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--radius-1);
	background-color: var(--primary);
	color: white;
	transition: all 300ms ease-in-out;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--secondary);
	color: white;
}



/***  2.3 ELEMENTOR  ***/

/* Containers */

.sections .elementor-top-section.elementor-section-boxed > .elementor-container {
	padding-left: 50px;
	padding-right: 50px;
}

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

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

/* 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;
	transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

/* Elementor Buttons */

.elementor-button {
	line-height: normal;
	font-size: inherit;
	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 {
	box-sizing: content-box;
}

/* Elementor Images */

.elementor-widget-image a, 
.elementor-widget-image a:hover {
	border: none !important;
}

.elementor-widget-image a img[src$=".svg"] {
	width: auto;
}

/* Elementor Gallery */

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

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

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





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



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

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

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

main a:not([class]) {border-bottom-color: var(--primary);}

main a:not([class]):hover {border-bottom-color: var(--secondary);}



/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
}

h1 {font-size: 3em;}
h2 {font-size: 2.25em;}
h3 {font-size: 1.75em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1em;}
h6 {font-size: 0.85em;}



/***  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: 0.75em 2em;
	border: 2px solid var(--primary);
	border-radius: var(--radius-2);
	background-color: var(--primary);
	font-weight: 600;
	color: white;
}

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

/* Empty Button */

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

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



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

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

/*  Icon Backgrounds  */

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

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

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

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

/* Elementor Icons */

.elementor-view-stacked .elementor-icon {background-color: var(--primary);}
.elementor-view-stacked .elementor-icon i {color: white;}
.elementor-view-stacked .elementor-icon:hover {background-color: var(--secondary);}



/***  3.6 LISTS  ***/

.contact-list li a {color: var(--dark-3);}

.contact-list li a:hover {color: var(--primary);}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
	color: var(--primary);
}



/***  3.7 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--primary);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: var(--primary);
	height: 50px;
	border-radius: var(--radius-2);
	padding: 0.75em 2em;
	color: white;
	transition: all 300ms ease-in-out;
}

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

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

/* Search Form */

.search-form {position: relative;}

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

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
	display: block;
	position: absolute;
	z-index: 50;
	top: 50%;
	right: 0;
	float: none;
	width: 42px;
	height: 42px;
	border: 0;
	margin-top: -21px;
	background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
	background-size: 1.5em !important;
	opacity: 0.6;
	cursor: pointer;
	cursor: hand;
}

input[type="Submit"].search-submit:hover {
	outline: none;
	opacity: 1;
}

input[type="Submit"].search-submit:active {
	background-color: rgba(0,0,0,0.025);
	outline: none;
}

/* Ninja Forms */

.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {height: 50px;}





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



/***  4.1 SCROLL BAR  ***/

.scroll-bar {background-color: white;}

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



/***  4.2 TOP BAR  ***/

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

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



/***  4.3 HEADER  ***/

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

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

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

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {color: var(--dark-1);}

.header .menu-button.active [class*="fa"] {
	background-color: var(--primary);
	color: white;
}



/***  4.4 NAV BAR  ***/



/***  4.5 NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	padding-top: 32px;
	padding-bottom: 32px;
	color: var(--dark-3);
}

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



/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {}

.nav-menu li ul li > a, 
.nav-menu li ul li > span, 
.nav-menu li ul li > button {
	color: var(--dark-3);
}

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



/***  4.7 MOBILE NAV  ***/

.mobile-menu > li > a {}





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



/***  5.1 BANNER  ***/

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

.banner-inner {
	min-height: 350px;
	padding-top: 80px;
	padding-bottom: 80px;
}

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

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

.banner a:hover {color: white;}



/***  5.2 BREADCRUMBS  ***/

.breadcrumbs {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--light-2);
}



/***  5.3 TITLE BAR  ***/

.title-bar {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--light-1);
}



/***  5.4 PAGE NAV BAR  ***/

.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 {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4;
	text-align: center;
}

.page-nav-bar .page-menu li > a {
	padding: 24px 18px;
	display: flex;
	align-items: center;
	color: var(--dark-1);
	transition: all 350ms ease-in-out;
}

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



/***  5.5 MAIN  ***/

.main, 
.section-spacer {
	padding-top: var(--spacer-md);
	padding-bottom: var(--spacer-md);
}

.section-spacer-top {padding-top: var(--spacer-md);}
.section-spacer-btm {padding-bottom: var(--spacer-md);}

.section-spacer-sm {
	padding-top: var(--spacer-sm);
	padding-bottom: var(--spacer-sm);
}

.section-spacer-top-sm {padding-top: var(--spacer-sm);}
.section-spacer-btm-sm {padding-bottom: var(--spacer-sm);}

.section-spacer-lg {
	padding-top: var(--spacer-lg);
	padding-bottom: var(--spacer-lg);
}

.section-spacer-top-lg {padding-top: var(--spacer-lg);}
.section-spacer-btm-lg {padding-bottom: var(--spacer-lg);}

@media screen and (min-width: 421px) {
.content .alignleft {margin: 0 20px 1em 0;}
.content .alignright {margin: 0 0 1em 20px;}
}



/***  5.6 ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--radius-2);
	background-color: var(--light-3);
	overflow: hidden;
	color: var(--dark-2);
}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-icon-wrap {padding: 30px 30px 0;}

.entry-cols .entry-icon-wrap svg {
	width: 60px;
	fill: var(--primary);
}

.entry-cols .entry-link .entry-title, 
.entry-cols .entry-link:hover .entry-title {color: var(--secondary);}

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

.entry-cols .entry-meta, 
.entry-cols .entry-meta li {
	margin-left: 0;
	list-style: none;
}

.entry-cols .entry-meta li:not(:last-child) {margin-right: 10px;}

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

.entry-cols .entry-link:hover .entry-button {color: var(--secondary);}

/* Paging Nav */

.archive-nav a {
	padding: 0.6em 1.2em;
	border-radius: var(--radius-3);
	border: 1px solid var(--light-1);
	background: var(--light-2);
	color: var(--dark-1);
}

.archive-nav a:hover {
	background-color: var(--secondary);
	color: white;
}



/***  5.7 SINGLE  ***/





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



/***  6.1 CTA BAR  ***/

.cta-bar {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--secondary);
	text-align: center;
	color: white;
}

.cta-bar-container {
	max-width: 900px;
}

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

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

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6, 
.cta-bar .elementor-heading-title {color: white;}

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



/***  6.2 FOOTER  ***/

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

/* Footer Menus */

.footer .menu {margin-top: -5px;}

.footer .menu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: var(--dark-3);
}

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

/* 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: 20px;
	padding-bottom: 20px;
	background-color: var(--light-2);
	font-size: 0.9em;
}

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

.bottom-bar .menu li a {color: var(--dark-3);}

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

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

.credits img {width: 1.1em;}





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

/* Add custom theme styles here */





/*
 * END OF
 * CUSTOMIZABLE CSS
 */