/*
Theme Name: Glassysteme
Description:
Author: Pascal Lehnert
Template: diaco
Text Domain: glassysteme
Version: 1.0
*/

ul.slides li img {
	margin-top: 0!important
}

.metaslider .flex-control-nav {
	display: none!important;
}

.metaslider .caption-wrap {
    bottom: 35%!important;
    background: white!important;
    color: black!important;
    max-width: 500px!important;
    line-height: 1.4em;
    margin-left: 15%!important;
	font-size: 17px;
	padding: 30px;
	opacity: 0.9!important;
	font-family: Oswald;
	font-weight: 400;
	border: 1px solid #bbb;
}

.sl_but {
	margin-top: 20px;
	background: #00adef;
	display: block;
	text-align: center;
	padding: 6px 10px;
	color: white;
	text-decoration: none;
	opacity: 1!important;
	font-weight: 600;
}

.sl_but:hover {
	text-decoration: none;
	color: white;
	background: #0081b2;
}

@media only screen and (max-width: 1300px) {
	.metaslider .caption-wrap {
      bottom: 30%!important;
    }
}

@media only screen and (max-width: 900px) {
	.metaslider .caption-wrap {
        bottom: 0!important;
		max-width: 100%!important;
		margin-left: 0!important;
    }
}

@media only screen and (max-width: 650px) {
	.metaslider .caption-wrap {
      display: none!important;
    }
}

body.elementor-page-1241 .page-title .content-box h1 {
    display: block!important;
}

.proj-list {
	padding-left: 25px;
}

.proj-list li {
	text-transform: capitalize!important;
    line-height: 1.2em!important;
}