/*
Theme Name: Piedzīvojumi v4
Version: 1.0
Description: 
Author: Tere SIA
Author URI: https://tere.lv
*/

/*
	colors
		#25b2e8 / Blue
		#ffc20e / Yellow
		#ff0060 / Pink
*/

.booking-form-bills {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	margin: 35px 0 25px 0;
	font-size: 16px;
	font-weight: 300;
	list-style: none;
}

.booking-form-bills li {
	position: relative;
	margin: 0 40px 0 0;
}

.booking-form-bills li:last-child {
	margin-right: 0;
}

.booking-form-bills .fa-print, .booking-form-bills .fa-sticky-note {
	position: relative;
	top: 4px;
	margin-right: 10px;
	font-size: 32px;
}

.dashboard-add-record, .dashboard-more-info {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ff0060;
	text-decoration: underline;
}

.dashboard-header {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.dashboard-header .fa-power-off {
	position: relative;
	top: 2px;
	margin-right: 10px;
	font-size: 24px;
}

.dashboard-header .logout {
	position: relative;
}

.dashboard-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	list-style: none;
}

.dashboard-nav li {
	margin-right: 35px;
}

.dashboard-nav li:last-child {
	margin-right: 0px;
}

.dashboard-nav a, .dashboard-nav a.active:hover {
	text-decoration: none;
}

.dashboard-nav .active {
	font-weight: 500;
	color: #ff0060;
}

/*---Media Queries --*/

@media (max-width: 1300px) {
	
}

@media (max-width: 1024px) {
	
	.dashboard-header .logout {
		position: absolute;
		top: -50px;
		right: 0;
	}
	
	.dashboard-nav {
		justify-content: center;
	}
	
	.dashboard-nav li {
		margin-bottom: 20px;
	}

}

@media (max-width: 768px) {
	
}

@media (max-width: 576px) {
	
}

@media (max-width: 450px) {
	
}
