/*
Theme Name: Website theme by Inovatyvus partneris
Author: Inovatyvus partneris
Author URI: http://asmeninis.lt
Version: 1.0
Text Domain: asmeninis
*/

.events-list-title {
	margin-bottom: 30px;
}

.single-event {
	display: inline-block;
    padding: 15px 30px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 14px;
	cursor: auto;
}

.single-event i {
	margin-right: 7px;
    color: #bf1e2e;
}

.translation-links img {
	padding: 4px;
    width: 30px;
    padding: 0 4px 4px 4px;
}

.single-blog-post .inner-box {
	background-size: cover;
}

a.read-more {
	text-decoration: underline;
}

.owl-item .single-testimonials img {
	width: 79px;
	height: auto;
}

.color-white {
	color: white !important;
}

.bottom-bar a {
	color: inherit;
	text-decoration: underline;
}

.single-vehicle-sorter .img-box img {
	margin-bottom: 20px;
}

.full-width-google-map iframe {
	width: 100%;
	height: 400px;
}

.gallery-item {
	margin-bottom: 30px;
}

.post-main-thumb img {
	margin-bottom: 30px;
}

a {
	color: #bf1e2e;
}

#logoImage {
	width: auto;
	height: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
}

@media (max-width: 1220px) {
	.tp-parallax-wrap {
		margin-left: 15px;
	}
	.section-padding {
		padding: 50px 0px;
	}
}

@media (max-width: 600px) {
	.inner-banner h2 {
		font-size: 27px;
	}
	.section-padding {
		padding: 20px 0px;
	}
}

/*.tp-banner {visibility: hidden}*/
@media (min-width: 1200px) {
	#slider1 {
		height: 750px; 
	}
}

@media (max-width: 1199px) {
	#slider1 {
		height: calc(100vw / 1.561); 
	}
}


/*SM*/
.sm-pagination {
	display: inline-flex;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}

.sm-pagination > * {
	display: inline-block;
	padding: 8px 8px;
	font-weight: 700;
	margin-right: 5px;
	margin-left: 5px;
	color: #C2C2C2;
	border-bottom: 2px solid transparent;
	transition: 0.3s all ease-in-out;
}
.sm-pagination > *.current, .sm-pagination > *:hover {
	color: #252525;
	border-bottom: 2px solid #bf1e2e;
}

.header-account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 28px;
	color: inherit;
	text-decoration: none;
}

.header-account-link:hover,
.header-account-link:focus {
	color: #bf1e2e;
	text-decoration: none;
}

.header-account-link .icon {
	font-size: 18px;
	line-height: 1;
}

.partner-booking-form .required {
	color: #b42318;
	font-weight: 700;
}
