/*
Theme Name: Johnson Electric
Version: 5.6
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/




/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *
 * 2 STRUCTURAL ELEMENTS
 *	 2.1 UNIVERSAL STYLES
 *	 2.2 BACK TO TOP BUTTON
 *
 * 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 HEADER 
 *	 4.3 NAV MENUS
 *	 4.4 DROPDOWN MENUS
 *	 4.5 MOBILE NAV
 *
 * 5 BODY STYLES
 *	 5.1 BANNER
 *	 5.2 PAGE NAVBAR
 *	 5.3 MAIN
 *	 5.4 ARCHIVE
 *	 5.5 SINGLE
 *
 * 6 FOOTER STYLES
 *	 6.1 CTA BAR
 *	 6.2 FOOTER
 *	 6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/






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

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



/***	Poppins	***/


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

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

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

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


/***  Oswald ***/


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

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


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




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



/***	2.1 UNIVERSAL STYLES	***/

:root {
	--primary: #ffdb0d;
	--primary-lt: #ffed86;
	--primary-dk: #ccaf0a;
	--secondary: #fb1821;
	--secondary-lt: #fd747a;
	--secondary-dk: #c9131a;
	--dark-1: #231F20;
	--dark-2: #1b1b1b;
	--dark-3: #232526;
	--light-1: #f1f1f1;
	--light-2: rgba(255,255,255,0.4);
	--light-3: #d5d8dc;
	--shadow-1: 0px 0px 30px 0px rgba(0,0,0,0.1);
	--shadow-2: 0 0 55px 0 rgba(0,0,0,.31);
	--shadow-3: 0 0 25px 0 rgba(0,0,0,.15);
	--radius-1: 2px;
	--radius-2: 50px;
	--font-1: 'Poppins', sans-serif;
  	--font-2: 'Oswald', sans-serif;
}

html {font-size: 16px;}

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

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

/***  2.2 THEME STYLES  ***/

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

.section-spacer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-spacer-top {padding-top: 80px;}
.section-spacer-btm {padding-bottom: 80px;}

.section-spacer-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-spacer-top-sm {padding-top: 80px;}
.section-spacer-btm-sm {padding-bottom: 80px;}

.section-spacer-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-spacer-top-lg {padding-top: 100px;}
.section-spacer-btm-lg {padding-bottom: 100px;}



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

.btt-button .fa {
	background: var(--secondary);
	border-radius: 20px;
	font-weight: 300;
	color: white;
}
.btt-button:hover .fa {
	background: var(--secondary-dk);
	color: white;
}





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



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

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

a:hover {color: var(--secondary-dk); text-decoration: none;}



/***	3.2 HEADINGS	***/

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: white;
  	font-family: var(--font-2);
}

h1 {font-size: 4em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.3em;}
h6 {font-size: 1em;}

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


/***	3.3 BORDERS & DIVIDERS	***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid var(--light-1);
	margin: 2.5em auto;
	padding: 0;
	clear: both;
}



/***  3.4 BUTTONS  ***/

.button, 
.elementor-button {
  padding: 0.9em 2em;
  border-radius: var(--radius-2);
  border: 1px solid var(--primary-dk);
  background-color: var(--primary-dk);
  font-size: 15px ;
  font-weight: 500;
  color: var(--dark-1);
}


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

/* Secondary Button */

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

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

/* White Button */

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

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



/***	3.5 ICONS	***/

/*	Icon Colors	*/

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

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--primary);
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

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

/*	Icon Backgrounds	*/

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

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

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

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

/* Elementor Icons */

.elementor-view-framed .elementor-icon { padding: 0.5em; color: var(--primary)!important; border: 3px solid var(--primary)!important; background-color: transparent;}
.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	***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

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

.icon-list li .fa, 
.icon-list li .fal, 
.icon-list li .fas, 
.icon-list li .fab, 
.icon-list li .fad, 
.contact-list li .fa, 
.contact-list li .fal, 
.contact-list li .fas, 
.contact-list li .fab, 
.contact-list li .fad {
	position: absolute;
	top: 0.25em;
	left: -1.75em;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
	position: absolute;
	top: 0.33em;
	left: -1.75em;
	width: 1em;
	height: 1em;
	display: block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1em;
	text-align: center;
	color: var(--primary);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
	font-size: 1.5em;
	top: 0;
	right: calc(100% + 1em);
}

/* Column Lists */

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

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
	width: 100%;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.two-col-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
	display: inline-block;
	width: calc(100% - 1.75em);
}

}

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

.four-col-list, 
.five-col-list {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
}

}

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

.five-col-list {
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
	-moz-column-count: 5; /* Firefox */
	column-count: 5;
}

}



/***	3.7 FORM STYLES	***/

/* Inputs */

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

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: var(--primary);
	height: 50px;
	border-radius: var(--radius-2);
	padding: 0.75em 2em;
	color: white;
	-webkit-transition: all 300ms ease-in-out;
	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-before-form-content {display: none !important;}

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





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



/***	4.1 SCROLL BAR	***/

.scroll-bar {
	background: var(--dark-1);
	box-shadow: var(--shadow-3);
}

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



/***	4.2 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: 12px;
	padding-bottom: 12px;
}

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

.header-right {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	text-align: right;
}

.header-right .section {
	width: auto;
	margin: 0;
	margin-left: 20px;
}

/* Menu Button */

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

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



/***	4.3 NAV MENUS	***/


.nav-menu > li > a {
  padding-top: 26px;
  padding-bottom: 26px;
  color: var(--light-1);
}


.single-service .nav-menu > li.services-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color: var(--secondary);}


/***	4.4 DROPDOWN MENUS	***/

.nav-menu li ul {
  background-color: var(--dark-1);
  width: 240px;
  border-radius: var(--radius-1);
  margin-top: -0.8em;
}

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

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

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


.nav-menu li ul li > ul li a {
  padding: 12px 16px;
  text-align: left;
  color: var(--light-1)!important;
  font-size: 0.9em;
  font-weight: 500;
  background-color: white!important;
}

.nav-menu li ul li > ul li a:hover {
  background-color: var(--primary)!important;
  color: white!important;
}

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

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


/***  4.7 MOBILE NAV  ***/

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

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

.mobile-menu li a {color: var(--light-1); font-weight: 500;}

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

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

.mobile-menu li.menu-item-has-children:after {color: var(--light-1);}






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



/***	5.1 BANNER	***/

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

.banner-inner {
	min-height: 275px;
	padding-top: 150px;
	padding-bottom: 50px;
}



/***	5.2 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 {
  background-color: var(--dark-2);
		padding: 24px 18px;
		display: flex;
		align-items: center;
		color: white;
		-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;
}

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



/***	5.3 MAIN	***/

.main, 
.section-spacer {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-spacer-top {padding-top: 100px;}
.section-spacer-btm {padding-bottom: 100px;}

.section-spacer-sm {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-spacer-top-sm {padding-top: 80px;}
.section-spacer-btm-sm {padding-bottom: 80px;}

.section-spacer-lg {
	padding-top: 120px;
	padding-bottom: 120px;
}

.section-spacer-top-lg {padding-top: 120px;}
.section-spacer-btm-lg {padding-bottom: 120px;}

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



/***	5.4 ARCHIVE	***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--radius-1);
	background-color: transparent;
	overflow: hidden;
	color: var(--dark-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;
}

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

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

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

.entry-cols .entry-link:hover .entry-title {color: white;}

.entry-cols .entry-excerpt, .post .post-excerpt p { color:white;}

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

.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 {
  margin-top: 30px;
	width: 100%;
	left: 30px;
	bottom: 30px;
}


.entry-cols .entry-link .entry-button i { color:var(--dark-1); }
.entry-cols .entry-link:hover  .entry-button i{ color:white; }
.entry-cols .entry-link .entry-button {padding: 0.9em 2em; border-radius: var(--radius-2); border: 1px solid white; background-color: white; color: var(--dark-1);}

.entry-cols .entry-link:hover .entry-button {background-color: var(--primary); border: 1px solid var(--primary); color:white;}

/* Paging Nav */

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

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



/***	5.5 SINGLE	***/





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



/***	6.1 CTA BAR	***/

.cta-bar-container {max-width: none;}
.cta-bar .section-container {padding:0;}

.cta-bar {
	background-color: var(--secondary);
	text-align: left;
	color: white;
}


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





/***	6.2 FOOTER	***/

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

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

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

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

.footer a {color: white;}

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

.footer li a {
  color:white;
}

/* Footer Menus */

.footer .menu li a, 
.footer .contact-list li a {display: block;}

/* 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: 2.1em 0;
	background: var(--dark-1);
	font-size: 0.865em;
	color: var(--light-1);
  border-top: 1px solid var(--light-2);
}

.bottom-bar-widget li a {
	color: white;
	-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;
}
.bottom-bar-widget li:hover a {
	color: var(--secondary);
	text-decoration: none;
}

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

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

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





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

/* Add custom theme styles here */

.hp-banner { position:relative; }


.skills-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skills-list li a {
 font-family: var(--font-2);
 text-transform: uppercase;
 font-size: 16px;
}

.skills-list li a:hover {
 color:white;
}


/** PRICE LIST **/

.services-cols .price {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(255,255,255,0.3);
}

.services-cols .elementor-widget-wrap {
  position: relative;
  display: block !important;
  height: 100%;
  padding: 50px 25px!important;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;

}

.services-cols .elementor-widget-button {
  position: absolute;
  bottom: 10px;
}


.services-cols .elementor-button .elementor-button-icon i {
  color: var(--dark-1);

}

.services-cols .elementor-button:hover .elementor-button-icon i {
  color: var(--secondary);
}

/** TESTIMONIALS **/

.testimonial-cols .elementor-inner-column {
  padding: 40px 40px 40px 0;
  border-top:1px solid rgba(255,255,255,.2);
}

/** FAQ **/

.faq-section .elementor-accordion {
  border: 1px solid var(--light-3);
}


.faq-section .elementor-accordion .elementor-accordion-icon i {
  color:white!important;
}

.faq-section .elementor-accordion .elementor-tab-title {
    font-weight: 600;
    background-color:#2C2829;
    padding: 25px;
}

.faq-section .elementor-accordion .elementor-accordion-title:hover, .faq-section .elementor-accordion-icon:hover {
    color: var(--primary);
}

.faq-section .elementor-accordion .elementor-active .elementor-accordion-title, 
.faq-section .elementor-accordion .elementor-active .elementor-accordion-icon i {
    color: var(--primary);
}


/** SERVICES CPT **/

.service-title {
  margin-bottom: 50px;
}

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

.service:hover {transform: translateY(-3px);}

.services-widget .elementor-element.elementor-services-element:hover>.elementor-element-populated {
    background-color: transparent;
    background-image: linear-gradient(245deg, #DBAB32 0%, #C02425 100%);
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #FFFFFF;
}

.services-widget .elementor-element.elementor-services-element:hover>.elementor-element-populated>.elementor-background-overlay {
    background-image: url("/wp-content/uploads/2024/02/bg-04-free-img.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

.services-widget .elementor-element.elementor-services-element>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #FFFFFF66;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.services-widget .elementor-element.elementor-services-element>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.services-widget .elementor-element.elementor-services-divider {
    --divider-border-style: solid;
    --divider-color: #FFFFFF66;
    --divider-border-width: 2px;
}

.services-widget .elementor-element.elementor-services-divider .elementor-divider-separator {
    width: 20%;
}

.services-widget .elementor-element.elementor-services-divider .elementor-divider {
    padding-block-start: 2px;
    padding-block-end: 2px;
}

.services-widget .elementor-element.elementor-services-spacer {
    --spacer-size: 50px;
}


/** Customization for News **/
.entry-cols .entry-link .entry-date {
  color: var(--light-1);
}
.entry-cols .entry-link  {
  color: var(--light-1);
}
#s {
  color: var(--dark-1);
}
select {
  color: var(--dark-1);
}
/*
 * END OF
 * CUSTOMIZABLE CSS
 */
