/*
Theme Name:         Sessamarine International
Description:
Version:            1.0.0
Author:             Evolution People
*/

.mb-2 {
	margin-bottom: 15px;
}

.mb-4 {
	margin-bottom: 30px;
}

.c-eventi__more {
	border-radius: 50px;
	width: 250px;
    margin-left: 0;
	color: #000;
	border: 1px solid #000;
}

.c-eventi__more--rev:hover, .c-form__button--contacts:hover {
    border-color: #9ebcc5;
}

.c-form__button--contacts {
    color: #000;
    border: 1px solid #000;
}

.c-form__button {border-radius: 50px;}


.c-brandline__video iframe {
  width: 100%;
  min-height: 350px;
  display: block;
}

.c-brandline__img {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}

/* alternanza */
@media screen and (min-width: 64em) { /* large */
  .c-brandline--reverse .c-brandline__col-text  { order: 2; }
  .c-brandline--reverse .c-brandline__col-media { order: 1; }
}

.c-footer__title {
	margin-top: 0;
}

.c-social__link {color: #000;}



@media(max-width: 992px) {
   #contatti .small-12 {
      text-align: center;
	  margin-bottom: 15px;
   }
	.c-social {
		display: flex;
		justify-content: center;
	}
}