/*
Theme Name: persetheme
Author: perse.lt
Version: 1.2
*/

body {
	margin:0px!important;
}

button {
	cursor:pointer;
}

p {
	margin-top:0px!important;
}

html, body {
	width:100%;
	overflow-x:hidden;
}

*:focus {
    outline: none;
	box-shadow:none!important;
}

ul.elementor-nav-menu--dropdown a {
	border:0px!important;
}

.elementor-slideshow__header {
	flex-direction:unset!important;
}

.elementor-slideshow__footer {
	display:none;
}


/* Laptop */
@media (max-width: 1200px) {

}

/* Tablet */
@media (max-width: 1024px) {
	.mainslider .swiper-slide-contents {
		display: flex;
		align-items: flex-end;
		height: 100%;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		background: #98a27fc7;
		padding: 50px;
	}

	.mainslider .swiper-pagination-bullets {
		text-align: right;
		padding: 50px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {

}
