/* 
 * Custom Header
 * Kaleido child theme
 *
 */

 
/* fixed header */
.et-l--header {
	position: fixed;
	z-index: 9;
	width: 100%;
}

.unstick .et-l--header {
	position: relative;
}

#et-main-area {
	padding-top: 80px;
}

.unstick #et-main-area {
	padding-top: 0px;
}


/* header height */
.et-l--header .et_pb_section_0_tb_header {
	height: 80px;
}

.et-l--header .et_pb_row_0_tb_header.et_pb_row {
	padding-top: 37px !important;
	padding-bottom: 37px !important;
}

/* header nav */
.et-menu .menu-item-has-children>a:first-child {
	padding-right: 0;
}

.et-menu .menu-item-has-children>a:first-child:after {
	top: initial !important;
	transform: translateY(-50%);
	bottom: 6px;
	width: 18px;
    left: 50%;
    color: #ffcd32;
}

/* header cta */
.et-l--header .et_pb_section_0_tb_header .et-last-child {
	justify-content: flex-end;
}

/**
 * Responsive
 */
@media only screen and (max-width: 1360px) {
	
	.et-l--header .et_pb_row_0_tb_header.et_pb_row {
		justify-content: space-between;
	}
	
	.et-l--header .et_pb_row_0_tb_header.et_pb_row .et_pb_column_3_4,
	.et-l--header .et_pb_row_0_tb_header.et_pb_row .et_pb_column_1_4 {
		width: auto
	}
	
	.et-l--header .et_pb_row_0_tb_header.et_pb_row .et_pb_column_3_4 {
		flex-grow: 1;
	}
	
	.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
		font-size: 16px;
	}
	
	.et-l--header .et_pb_section_0_tb_header .et-last-child {
		flex-direction: column;
		padding-top: 6px;
	}
	
	.et-l--header .et_pb_section_0_tb_header .et-last-child .et_pb_button_module_wrapper:first-child {
		margin-bottom: 0px;
	}
	
	body #page-container .et-l--header .et_pb_section .et_pb_button {
		font-size: 14px;
		padding: 2px 10px !important;
	}
	
}

@media (max-width: 1090px) {
	
	.et-l--header .et_pb_row_0_tb_header.et_pb_row {
		padding-top: 40px !important;
		padding-bottom: 10px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.et-l--header .et_pb_row_0_tb_header.et_pb_row .et_pb_column_3_4 {
		width: 100%;
	}
	
	.et-l--header .et_pb_section_0_tb_header .et-last-child {
		flex-direction: row;
		padding-top: 6px;
	}
	
	.et-l--header .et_pb_menu__logo-wrap {
		position: absolute;
		top: -24px;
		left: 20px;
	}
	
	.et-l--header .et_pb_menu__logo-wrap a {
		display: block;
	}
	
	.et-l--header .et_pb_menu__logo img {
		display: block !important;
	}
	
	.et-l--header .et_pb_section_0_tb_header .et-last-child .et_pb_button_module_wrapper {
		margin-top: 0 !important;
	}
	
	.et-boc .et_pb_menu .et_pb_menu__menu>nav>ul>li {
		margin-left: 6px;
	}
	
	.et-l--header .et_pb_row_0_tb_header.et_pb_row .et_pb_column_1_4 {
		position: absolute;
		right: 20px;
		top: 22px;
	}
	
}

@media (max-width: 980px) {

	.et-l--header .et_pb_row_0_tb_header.et_pb_row .et_pb_column_1_4 {
		top: 6px;
	}

}
