/*
Theme Name: lisa
Theme URI: https://lisamuthenthaler.at
Description: OceanWP WordPress theme child theme for https://lisamuthenthaler.at.
Author: TT
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.oew-navbar-wrap .oew-navbar-logo a{
	line-height: 22px !important;
}

.elementor-slideshow__title {
	display: none;
}

a:focus {
    outline: none !important;
}

@media(min-width: 960px) and (max-width: 1270px) {
	#content {
		padding-left: 70px;
	}
}

@media(max-width: 959px) {
	.oew-navbar-wrap .oew-navbar-logo a{
		line-height: 30px !important;
	}
	
	.oew-navbar-wrap.oew-is-responsive.oew-default-breakpoint {
		top: 0 !important;
	}
}