/* generale */
.main-container, .footer-container {
  max-width: 100%!important;
}
.nav-1 {
  max-width: 100%!important;
}
.nav-1 .logo {
    margin-right: 10px!important;
}

a:focus, a:hover {
  color: #862101!important;
  text-decoration: none!important;
}

p {
  font-size: 16px!important;
  line-height: 20px!important;
}
h3 {
  margin-bottom: 10px!important;
}
h2 {
  margin-bottom: 0px!important;
}
h5 {
  margin-bottom: 0px!important;
  line-height: 20px!important;
}


p.super-lead {
  font-size: 24px!important;
  font-weight: 300;
  line-height: 36px!important;
  color: #333;
}
/*home*/
.backmatrimoni .overlay:before {
  opacity: 0!important;
}

/* casali */
.bigboxcasali{
 /* border-color: rgba(0,0,0,0.1)!important;*/
}

.boxcasali{
  width:50%; 
  float: left; 
  padding: 15px;
  text-align: center;
  /*color: #862101;*/
  /*border-color: rgba(0,0,0,0.1)!important;*/
}

.boxcasali .simbol{
  font-size: 48px;
  /*color: #862101;*/
  line-height: 56px;
}
.boxcasali .number{
  font-size: 38px;
  line-height: 56px;
  font-weight: bold;
}
.boxcasali .sub{
  font-size: 16px;
}

.text-block h4 {
  margin-bottom: 20px!important;
}

/* bottone prenota */
.butprenota {
  right: 0px;
  top: 0;
  background-color: #862101;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #862101;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: -45px 0 0;
  padding: 19px 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 1;
  z-index: 9;
  cursor: pointer;
}

.nav-functions {
    top: 17px!important;
}
.butprenota:hover {
  opacity: 1;
}
.butprenota a{
  color: white;
}

.nav-1 ul ul li a {
  padding: 4px 24px!important;
    
}

.nav-1 .social-links {
  /*margin-right: 100px;*/
}

/*bottone form*/
.buttonform {
  background-color: #862101!important;
  color: white!important;
  padding: 9px 12px!important;
  border-radius: 4px!important;
  border: 1px solid transparent!important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.buttonform:hover{
  background-color: #f23630!important;
  color: #f7f7f7 !important;
}

/*footer*/
footer h5 {
  margin-bottom: 20px!important;
  font-size: 20px!important;
}
.nav-1 ul li a {
  padding: 18px 10px!important;
}

@media screen and (max-width:1199px){
.nav-1 ul li a {
  padding: 18px 10px!important;
}
}

/*carosello*/
/*
.vc_carousel-inner img {
  width: 1140px;
}*/
.vc_images_carousel ol.vc_carousel-indicators {
  margin: 0 0px -55px -30%!important;
  display: none;
}

/********HOVER CASALI*******/
/********HOVER CASALI*******/
/********HOVER CASALI*******/
.view {
  width: 30.8333%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 1.25%;
}
.view1 {
   background-color: #f18e37;
}
.view2 {
   background-color: #72be54;
}
.view3 {
   background-color: #e9dc43;
}
.view4 {
   background-color: #e4a5ea;
}
.view5 {
   background-color: #de7ab0;
}
.view6 {
   background-color: #9a83be;
}
.view7 {
   background-color: #6f53a4;
}
.view8 {
   background-color: #4462ae;
}
.view9 {
   background-color: #48c4eb;
}
.view10 {
   background-color: #df2695;
}
.view11 {
   background-color: #2c9045;
}

.view .mask,.view .content {
   max-width: 360px;
   max-height: 360px;
   width:  100%;
   position: absolute;
   overflow: hidden;
   top: 32%;
   left: 0;
}
/*TRANSIZIONI*/
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   /*background-color: rgba(255, 231, 179, 0.3);*/
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth a{
  color:#000000;
}
.view-tenth h2 {
   /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
   background: transparent;
   /*margin: 20px 40px 0px 40px;*/
  padding-bottom: 10px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #FFF;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.view-tenth p {
   color: #FFF;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}


/*hover immagini*/

.effettovelo {
  position: relative;
  opacity:1;
  background-color: black;
  display: block;
}
.effettovelo img{
  opacity:1;
  -webkit-transition: 1s;
  transition: 1s; 
}
.effettovelo img:hover {
  opacity: 0.7;
}

/*carosello casali*/
.vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: '\3008'!important;
  position: relative;
  top: 0px!important;
  color: white;
  /* background-color: black; */
  /* height: 300px; */
  /*text-shadow: black 1px 1px 7px;*/
}

.vc_images_carousel .vc_carousel-control .icon-next:before {
  content: '\3009'!important;
  position: relative;
  top: 0px!important;
  color: white;
  /* background-color: black; */
  /* height: 300px; */
  /*text-shadow: black 1px 1px 7px;*/
}


section{
  background: #f7f7f7;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

/*header*/
.nav-1 .social-links a {
  padding: 0px 10px!important;
  /* background-color: #3B5998; */
  /* border-radius: 20px!important; */
  margin: 2px 8px!important;
  opacity: 1!important;
}
.nav-1 ul {
  overflow: inherit!important;
}
.nav-1 .social-links {
  margin-left: 0px!important;
}

.nav-1 .social-links a:hover, .nav-2 .social-links a:hover {
  color: white!important;
}
ul.social-links {
  background-color: #3B5998;
}


.nav-1 .social-links a, .nav-2 .social-links a {
  color: #fff;
  font-size: 25px!important;
  opacity: 1!important;
}

.nav-1 .social-links li {
  padding: 16px 0 14px 0!important;
}

@media (max-width: 1200px){
.nav-1 .logo {
  margin-right: 32px;
  width: 165px;
}
br{
  display:none!important;
}
}


/*sezione storia*/
.testostoria p{
  font-size: 20px!important;
  line-height: 26px!important;
  font-weight: 300;
  color: rgb(160, 160, 160);
}

/*colore tasti*/


.vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink {
  background-color: #862101!important;
  color: #ffffff !important;
}

/*menu ancore*/
.menuancore {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.64);
}
.menuancore div div ul li {
  display: inline-block;
  margin: 5px 6px;
}
.menuancore div div ul li a{
  color: black;
}
ul#menu-arte-e-cultura {
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width:768px){
  .menuancore {
  display:none;
}
}
@media screen and (max-width:1125px){
  .menuancore {
  height: 70px;
}
  .menuancore div div ul li {
  margin: 5px 2%;
}
}
.sectionart {
  padding: 80px 0;
}

/*matrimoni*/
.servizimatrimoni p{
  margin-bottom: 10px;
}

/*menu head*/
.has-dropdown:before {
  display: none!important;
}


/*sezione eventi*/
div.wpcf7 {
  display: block;
  clear: both;
}

.boxevent:nth-child(3n+1){
  clear:both;
}
p.dataevento {
    font-style: italic;
    font-size: 12px!important;
    line-height: 0!important;
    margin: 15px 0px;
}

.imagegroupevent {
  width: 48%;
  float: left;
  margin: 1%;
}
.boxtexteventi{
  width: 48%;
  float: left;
  margin: 1%;
}
.wpb_single_image .wpb_wrapper {
  /*height: 200px!important;*/
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
  box-shadow: none;
}

.boxevent{
  background-color: #eee;
}
.concluso{
	background-color: rgba(238, 238, 238, 0.5);
}

.concluso h2
{
 position: relative;
}
.concluso h2::before
{
    content: 'concluso';
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #862101;
    color: #fff;
    padding: 2px 10px;
    font-size: 16px;
    display: block;
    margin: 0;
    line-height: 120%;
    font-weight: 700;
    z-index: 10;
}
.concluded{
	background-color: rgba(238, 238, 238, 0.5);
}

.concluded h2
{
 position: relative;
}
.concluded h2::before
{
    content: 'concluded';
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #862101;
    color: #fff;
    padding: 2px 10px;
    font-size: 16px;
    display: block;
    margin: 0;
    line-height: 120%;
    font-weight: 700;
    z-index: 10;
}

@media screen and (max-width:768px){
  .boxlocandina,
  .descrevent{
    width: 100%!important;
}
}

/*ombra*/
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  box-shadow: none!important;
}


select#persone {
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
}

.clickarea a:hover {
  color: white!important;
}


.imageslidefull img {
    width: 1000px;
}

/*testimonianze*/
.testimonials p {
    color: #7F7F7F;
  text-align: left;
}
.testimonials .alt-font {
    font-size: 12px;
    color: #404040!important;
    opacity: .95;
  text-align: left;
      float: left;
}
.testimonials .text-center {
    margin-left: 0;
    padding-left: 0;
}



/*404*/
.error-page-2 {
  background: #292929 url(http://www.abbaziadispineto.com/wp-content/uploads/2015/07/image404.jpg) 50% 50% fixed!important;
    height: 100vh;
    background-size: cover!important;
}


/*personalizzazione selettore lingua*/
.menu-item-language.dropdown-current a.js-activated {
    opacity: 1;
    font-weight: bolder!important;
}
li.menu-item.menu-item-language.dropdown a {
  font-style: italic;
  font-weight: 300;
}


/*icone social*/
.addtoany_share_save_container {
    text-align: center;
}



/*altezza intestazione*/
.hero-slider.short-header .slides li {
    height: 200px;
    padding: 100px 0 50px;
}


/* netinformatica */


.nav-1 ul li a {
    font-size: 13px;
    padding: 18px 14px!important;
}

.nav-1 .social-links a, .nav-2 .social-links a {
    font-size: 21px!important;
  }


input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    color: #000;
}

div.wpcf7-validation-errors, .highlight {
    background-color: #000;
}