﻿@charset "UTF-8";


.px1
{height: 3px; background: url(../img/px1.png) 0 0 repeat-x;}

    .gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}	
	.gal img{ width: 100%; padding: 0px 0;}
@media (max-width: 500px) {
		.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
}

    .whatsapp:hover {
        transform: scale(1.1);
    }

.zoom {
    transition: transform 3s;
    width: 100%;
    height: auto;
    border-radius: 1%;
    overflow: hidden;
    margin: 0 auto;
}

    .zoom img {
        transition: transform 3s;
    }

        .zoom img:hover {
            -ms-transform: scale(1.5); /* IE 9 */
            -webkit-transform: scale(1.5); /* Safari 3-8 */
            transform: scale(1.5);
        }

/* ======= About style ======= */

.about2 .img {
  position: relative;
    overflow: hidden;
}
.about2 .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.about2 .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

p {
  font-family: "Playfair Display", serif;
  color:#D5BCA2;
    font-weight: 400;
    font-size: 19px;
    line-height:30px;
    font-style: italic;
}

p span{
  font-family: "Playfair Display", serif;
  color:#D5BCA2;
    font-weight: 400;
    font-size: 19px;
    line-height:30px;
    font-style: italic;
}


/* testo centrato */
.about2 .content .cont {
  display: table-cell;
  vertical-align: middle;
}
   .about2 .content .cont h4 {
    font-size: 52px;
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    color: #D5BCA2;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 5px;
}


/* ======= Footer style ======= */
.main-footer {
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer.dark {
    background-image: url("../img/footerbg.jpg"); background-repeat: repeat;
}
.main-footer .abot p {
      font-family: 'Barlow', sans-serif;

  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #D5BCA2;
}
.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
}
.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #D5BCA2;
    color: #D5BCA2;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-footer .abot .social-icon a:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
