body::before {
	display: block;
	content: '';
	height: 60px;
}

.black-gradient {
	background-image: linear-gradient(to right, red , yellow);
}

.shadow {
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 2px 2px 80px #666;
}

.map {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.no-text-decoration * {
	text-decoration: none !important;
}

@media(min-width: 768px){
    .newsletter-input{
         width: 50%;
    }
}

