/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* HEADER 1 */
#custom-header-1.fusion-sticky-transition {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#custom-header-1 > .fusion-builder-row,
#custom-header-1 nav ul {
	gap: 5px 25px;
}
#custom-header-1 > .fusion-builder-row > .fusion-layout-column {	
	width: auto !important;
}

/* HEADER 2 */
#custom-header-2.fusion-sticky-transition {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
#custom-header-2 > .fusion-builder-row,
#custom-header-2 nav ul {
	gap: 5px 25px;
}
#custom-header-2 > .fusion-builder-row > .fusion-layout-column,
#custom-header-2-mobile > .fusion-builder-row > .fusion-layout-column,
#custom-header-2-mobile-top > .fusion-builder-row > .fusion-layout-column {
	width: auto !important;
}
#custom-header-2-mobile-middle nav.awb-menu_mobile-toggle ul li {
	padding-bottom: 10px !important;
}
#custom-header-2-mobile-middle  nav.awb-menu_mobile-toggle ul li > ul {
	padding-top: 10px !important;
}
#custom-header-2-mobile-middle  nav.awb-menu_mobile-toggle ul li a,
#custom-header-2-mobile-middle  nav.awb-menu_mobile-toggle ul li > ul li:last-of-type {
	padding: 0 !important;
}
#custom-header-2-mobile-middle .show_jobs_counter[data-classes="show_jobs_counter"] a .menu-item-counter {
	display: none !important;
}

/* HEADER 3 */
#custom-header-3 > .fusion-builder-row,
#custom-header-3 nav ul,
#custom-header-3-top nav ul {
	gap: 5px 25px;
}
#custom-header-3-mobile > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper,
#custom-header-3-mobile-top > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper {
	gap: 5px;
}
#custom-header-3 > .fusion-builder-row > .fusion-layout-column,
#custom-header-3-mobile > .fusion-builder-row > .fusion-layout-column,
#custom-header-3-mobile-top > .fusion-builder-row > .fusion-layout-column {
	width: auto !important;
}
#custom-header-3-mobile .fontawesome-icon {
    margin: 0 !important;
}
#custom-header-3-mobile-middle nav.awb-menu_mobile-toggle ul li {
	padding-bottom: 10px !important;
}
#custom-header-3-mobile-middle  nav.awb-menu_mobile-toggle ul li > ul {
	padding-top: 10px !important;
}
#custom-header-3-mobile-middle  nav.awb-menu_mobile-toggle ul li a,
#custom-header-3-mobile-middle  nav.awb-menu_mobile-toggle ul li > ul li:last-of-type {
	padding: 0 !important;
}
#custom-header-3-mobile-middle .show_jobs_counter[data-classes="show_jobs_counter"] a .menu-item-counter {
	display: none !important;
}

/* --- */

/* COUNTER */
.show_jobs_counter[data-classes="show_jobs_counter"] a {
	position: relative !important;
}
.topmenu .show_jobs_counter[data-classes="show_jobs_counter"] a .menu-item-counter {
	position: relative;
	margin-left: 7px;
}
.mainmenu .show_jobs_counter[data-classes="show_jobs_counter"] a .menu-item-counter {
	position: absolute !important;
	top: 33% !important;
	right: -3px !important;
	transform: translate(50%,-50%) !important;
}
.show_jobs_counter[data-classes="show_jobs_counter"] a .menu-item-counter {
	font-size: 10px !important;
	color: var(--awb-color1);
    
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.show_jobs_counter[data-classes="show_jobs_counter"] a .menu-item-counter::before {
	content:'';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--awb-color4);
	z-index: -1;
}

footer .show_jobs_counter[data-classes="show_jobs_counter"] a .menu-item-counter {
	display: none !important;
}

/* --- */

/* FOOTER 1 */
@media screen and (min-width: 801px) {
	#custom-footer-1 .footer-col-border > .fusion-column-wrapper {
		position: relative;
		padding-right: 15px;
	}
	#custom-footer-1 .footer-col-border > .fusion-column-wrapper::after {
		content:'';
		width: 1px;
		height: 100%;
		background-color: var(--awb-color3);
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media screen and (max-width: 801px) {
	#custom-footer-1 .footer-col-border > .fusion-column-wrapper {		position: relative;
		padding-bottom: 35px;
	}
	#custom-footer-1 .footer-col-border > .fusion-column-wrapper::after {
		content:'';
		width: 100%;
		height: 1px;
		background-color: var(--awb-color3);
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
#custom-footer-1 .footer-col-copyright > .fusion-column-wrapper {
	gap: 5px 25px;
}
#custom-footer-1 nav.awb-menu_mobile-toggle ul li {
	padding-bottom: 10px !important;
}
#custom-footer-1  nav.awb-menu_mobile-toggle ul li > ul {
	padding-top: 10px !important;
}
#custom-footer-1 nav.awb-menu_mobile-toggle ul li a,
#custom-footer-1 nav.awb-menu_mobile-toggle ul li > ul li:last-of-type {
	padding: 0 !important;
}

/* FOOTER 2 */
#custom-footer-2 nav.awb-menu_mobile-toggle ul li {
	padding-bottom: 10px !important;
}
#custom-footer-2  nav.awb-menu_mobile-toggle ul li > ul {
	padding-top: 10px !important;
}
#custom-footer-2 nav.awb-menu_mobile-toggle ul li a,
#custom-footer-2 nav.awb-menu_mobile-toggle ul li > ul li:last-of-type {
	padding: 0 !important;
}

/* FOOTER 3 */
#custom-footer-3 nav.awb-menu_mobile-toggle ul {
	flex-direction: row !important;
	gap: 0px 25px;
}
#custom-footer-3 nav.awb-menu_mobile-toggle ul li {
	width: auto;
	padding: 0 !important;
}
#custom-footer-3 .opening-hours {
	color: white;
}
/* DISABLE DROPDOWN */#custom-footer-3  nav.awb-menu_mobile-toggle ul li > button,
#custom-footer-3  nav.awb-menu_mobile-toggle ul li > ul {
	display: none !important;
}
#custom-footer-3 nav.awb-menu_mobile-toggle ul li a,
#custom-footer-3 nav.awb-menu_mobile-toggle ul li > ul li:last-of-type {
	padding: 0 !important;
}
#custom-footer-3-copyright > .fusion-builder-row,
#custom-footer-3-copyright nav ul {
	gap: 5px 25px;
}

/* --- */

/* MADE BY */
.madeby {
	display: inline-block !important;
}
.madeby-webrand {
	position: relative;
	font-weight: 700;
	transition:  all 0.3s linear
}
.madeby-webrand::after {
	content:'';
	width: 31%;
	height: 1px;
	background-color: #CAD400;
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition: width 0.3s linear;
	-moz-transition: width 0.3s linear;
	-ms-transition: width 0.3s linear;
	-o-transition: width 0.3s linear;
	transition:  width 0.3s linear;
}
.madeby:hover .madeby-webrand::after {
	width: 100%;
}
.madeby-webrand span,
.madeby:hover .madeby-webrand {
	color: #CAD400;
}