
/* DROPDOWN ALIGN BOTTOM IN TOP BAR */

.xts-top-bar.xts-dropdowns-align-bottom .xts-dropdown {
	margin-top: 0px;
}

.xts-top-bar.xts-dropdowns-align-bottom .xts-dropdown:after {
	height: 10px;
}


/* DROPDOWN ALIGN BOTTOM IN GENERAL HEADER */

.xts-general-header.xts-dropdowns-align-bottom .xts-dropdown {
	margin-top: 30px;
}

.xts-general-header.xts-dropdowns-align-bottom .xts-dropdown:after {
	height: 40px;
}

	.xts-sticked .xts-general-header.xts-dropdowns-align-bottom .xts-dropdown {
		margin-top: 25px;
	}

	.xts-sticked .xts-general-header.xts-dropdowns-align-bottom .xts-dropdown:after {
		height: 35px;
	}

/* DROPDOWN ALIGN BOTTOM IN HEADER BOTTOM */

.xts-header-bottom.xts-dropdowns-align-bottom .xts-dropdown {
	margin-top: 5px;
}

.xts-header-bottom.xts-dropdowns-align-bottom .xts-dropdown:after {
	height: 15px;
}



@media (min-width: 1025px) {

	/* HEIGHT OF ROWS ON HEADER */

	.xts-top-bar .xts-header-row-inner {
		height: 40px;
	}

	.xts-general-header .xts-header-row-inner {
		height: 100px;
	}

	.xts-header-bottom .xts-header-row-inner {
		height: 50px;
	}

	/* HEIGHT OF ROWS WHEN HEADER IS STICKY */

	.xts-sticky-real.xts-sticked .xts-top-bar .xts-header-row-inner {
		height: 0px;
	}

	.xts-sticky-real.xts-sticked .xts-general-header .xts-header-row-inner {
		height: 90px;
	}

	.xts-sticky-real.xts-sticked .xts-header-bottom .xts-header-row-inner {
		height: 0px;
	}

	/* HEIGHT OF HEADER CLONE */

	.xts-header-clone .xts-header-row-inner {
		height: 50px;
	}

	/* HEIGHT OF PAGE TITLE WHEN HEADER IS OVER CONTENT */

	.xts-header-overlap .xts-page-title.xts-size-xs {
		padding-top: 200px;
	}

	.xts-header-overlap .xts-page-title.xts-size-s {
		padding-top: 210px;
	}

	.xts-header-overlap .xts-page-title.xts-size-m {
		padding-top: 230px;
	}

	.xts-header-overlap .xts-page-title.xts-size-l {
		padding-top: 270px;
	}

	.xts-header-overlap .xts-page-title.xts-size-xl {
		padding-top: 300px;
	}

	.xts-header-overlap .xts-page-title.xts-size-xxl {
		padding-top: 390px;
	}

	/* HEIGHT OF HEADER BUILDER ELEMENTS */

	/* HEIGHT ELEMENTS IN TOP BAR */

	.xts-top-bar .xts-logo img {
		max-height: 40px;
	}

	.xts-sticked .xts-top-bar .xts-logo img {
		max-height: 0px;
	}

	/* HEIGHT ELEMENTS IN GENERAL HEADER */

	.xts-general-header .xts-logo img {
		max-height: 100px;
	}

	.xts-sticked .xts-general-header .xts-logo img {
		max-height: 90px;
	}

	/* HEIGHT ELEMENTS IN BOTTOM HEADER */

	.xts-header-bottom .xts-logo img {
		max-height: 50px;
	}

	.xts-sticked .xts-header-bottom .xts-logo img {
		max-height: 0px;
	}

	/* HEIGHT ELEMENTS IN HEADER CLONE */

	.xts-header-clone .xts-general-header .xts-logo img {
		max-height: 50px;
	}
}

@media (max-width: 1024px) {

	/* HEIGHT OF ROWS ON HEADER */

	.xts-top-bar .xts-header-row-inner {
		height: 0px;
	}

	.xts-general-header .xts-header-row-inner {
		height: 60px;
	}

	.xts-header-bottom .xts-header-row-inner {
		height: 0px;
	}

	/* HEADER OVER CONTENT */

	.xts-header-overlap .xts-page-title {
		padding-top: 80px;
	}

	/* HEIGHT ELEMENTS IN TOP BAR */

	.xts-top-bar .xts-logo img {
		max-height: 0px;
	}

	/* HEIGHT ELEMENTS IN GENERAL HEADER */

	.xts-general-header .xts-logo img {
		max-height: 60px;
	}

	/* HEIGHT ELEMENTS IN BOTTOM HEADER */

	.xts-header-bottom .xts-logo img {
		max-height: 0px;
	}
}
.xts-close-side.xts-location-header {
	top: 190px;
}
.admin-bar .xts-close-side.xts-location-header {
	top: 222px;
}
.xts-close-side.xts-location-sticky-header {
	top: 90px;
}
.admin-bar .xts-close-side.xts-location-sticky-header {
	top: 122px;
}
		
.xts-top-bar {
	border-color: rgba(237, 237, 237, 1);border-bottom-width: 1px;border-style: solid;
}

.xts-general-header {
	border-color: rgba(237, 237, 237, 1);border-bottom-width: 1px;border-style: solid;
}

.xts-header-bottom {
	border-style: solid;
}
