@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Domine');
body {
	
	font-size:15px;

   font-weight: 400;
    
    font-family: 'Open Sans', sans-serif;
    
    

    
	
}


html, body {
    height: 100%;
}

.prova {
	min-height: 1000px;    height: auto !important;    height: 800px;   
}




img {
	 max-width: 100%;
  height: auto;
}

.icon-lg{	font-size:50px!important; }


.navbar {
    display: none;
}

input#edit-preview {
    display: none;
}

.navbar-brand {padding:0px;}


a span.quickedit-field {
    pointer-events: none;
   cursor: default;

}


 .logo img {
     
        padding-bottom: 20px;
        
    }


.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}




.media {
 
     display: inline-block;
    float: left;
   
    

}
/* ------------ HEADER ------------ */




/*  ---- NEWS ---- */







/* ------------ MENU ------------ */

.menu-footer ul li {
    display: inline-block;   
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    
}

.menu-footer {
    color: #fff;
}

.menu-footer ul li a {
    color: #fff;
}

.navbar-default {
    background-color:transparent;
    border-color:#fff;
}

.navbar {
    border: none;
}

ul.navbar-nav {
    background-color: #fff;
}

.navbar-nav {
    margin: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:#fff;
}


#navbar li {
    font-size: 12px;
    border-bottom: solid 1px #ccc;
    color: #000;
     font-family: 'Open Sans', sans-serif;
}
#navbar li a{
    color: #000;
} 




.menu-principale ul li{
    display: inline-block;   
    
    height: 50px;
 
}

.menu-principale ul li a {
   
    position:relative;
    display:block;
    padding: 10px 10px;
    margin:20px 0;
    text-decoration:none;
    text-transform:uppercase;
    color:#262626;
    
    transition:.5s;
} 

.menu-principale ul li a:hover {
     color:#fff;
    text-decoration:none;
}

 .menu-principaleul li a:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    transform: scaleY(2);
    opacity:0;
    transition:.5s;
    z-index:-1;
}

 .menu-principaleul li a:hover:before {
    transform: scaleY(1.2);
    opacity:1;
}
.menu-principale ul li a:after {
    content:'';
    position:absolute;
    top:1px;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    transform: scale(0);
    transition:.5s;
    z-index:-1;
}
.menu-principale ul li a:hover:after {
    transform: scale(1);
}


.menu-principale {
       
    padding-top:64px;
     font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    }



.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color:#C69C6D;

}




/* ------------ CONTENUTO ------------ */

 .blocchi-mobile{
        display:none;
    } 

.blocchi {
    font-family: 'Domine', serif;
    color:#fff;
   
 
}

.blocchi h1 {
    padding:20px 0px 20px 50px;
    font-size: 57px;
    
}

.presentazione {
    font-family: 'Domine', serif;
} 
.presentazione h1 {
    font-size: 40px;
    
    
    
    
}

.presentazione h2 {
    font-size: 20px;
    
    font-style: italic;
    
}

h1.js-quickedit-page-title, h1 {
    font-size: 40px;
    font-family: 'Domine', serif;
    padding-bottom: 40px;
    text-align: center;
}

h2.pagine{
    font-family: 'Domine', serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    
}

.testo {
     font-family: 'Domine', serif;
    font-size: 18px;
    
}

.titolo-paragrafo {
    color:#a4897a;
    font-family: 'Domine', serif;
}

h2.contatti {
    font-family: 'Domine', serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    
}

h2.contatti a {
    color: #000;
}

h2.node__title a, h2 a, h2 a:hover {
    color: #000;
    text-decoration: none;
    font-family: 'Domine', serif;
    font-size: 15px;
    line-height: 0.50 !important;
}

h2.node__title{
    line-height: 0.50 !important;
}

.btn.btn-dark a {
    color: #fff;
    text-decoration: none;
}

.blocchi .col-md-3 {
    padding:0px;
    margin:0px;
    
}

.blocchi h1 a {
    color: #fff;
    text-decoration: none;
}

a.link-progetti {
    color: #a4897a;
    text-decoration: none;
}



button .navbar-toggler-icon {
    background-image: url("/themes/amicizia/img/menu.svg");
    width: 44px;
    height: 44px;
    
}
button.navbar-toggle {
    background: #fff;
    border: none;
    
}

img{
    align-content: center;
}


.views-element-container .contextual-region p{
    
    min-height: 100px;
} 

.views-element-container .contextual-region{
    min-height: 800px;
} 


/* ------------- FORM ------------ */





@media (max-width:480px) {
  body { padding: 2rem 1rem; }
  
  .map-list { margin: 1.375em 0; }
  .map-list p { margin-bottom: 0.5rem; }
  .map-list .button {
    position: static;
    transform: none;
    width: 100%;
  }
}















.feed-icon{
    visibility: hidden;
} 




.pager__item a {
    color:#000;
    font-weight: 700;
} 







/* ------------ FOOTER ------------ */

footer{
    font-size: 10px;
 
}


/* ------------ FOOTER ------------ */










.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(/themes/amicizia/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}





@media only screen and (max-width: 487px) {

}



input, textarea {
	width:100%;

line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input.webform-calendar {
	width:24px;
}

input.webform-submit.button-primary.form-submit {
	width:200px;
}

input#edit-submitted-allego-cv-upload-button {
	width:200px;
	margin-top:10px;
}


@media only screen and (min-width: 300px) and (max-width: 1280px) {
  
    .blocchi h1{
        font-size:44px;
    } 
    
}

@media only screen and (min-width: 300px) and (max-width: 1024px) {
  
    
    h2.node__title a, h2 a {
    
    font-size: 20px;
}
    
}

@media only screen and (min-width: 300px) and (max-width: 800px) {
  
    
.menu-principale {
        font-size: 12px;
    }
    
    
  
    
    
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
   
    
    .menu-footer ul li {
    
    font-size: 10px;
   
    
}
    
    
    .menu-principale ul li a {
        padding: 5px 5px;
        
        
    }
    
    
    h2.pagine{
        font-size: 20px!important;
        
    } 
    
    

     
  
}




@media only screen and (min-width: 300px) and (max-width: 600px) {

    .navbar {
    display: block!important;
      
        
}
   
    .menu-principale {
        display: none;
        
    }
    .navbar-toggle {
        background: #ccc;
    }
    .logo {
       display: none;

    } 
  .logo-nav {
      
      width: 50%;
      

    } 
    
    .footer-link, .logo-footer{
    
    text-align: center;
} 


}

@media only screen and (min-width: 300px) and (max-width: 736px) {
     .navbar {
    display: block!important;
        
}
   .navbar-toggle {
        background: #ccc;
    }
  
   .menu-principale {
        display: none;
        
    }
    .navbar-toggle {
        background: #ccc;
    }
    .logo {
       display: none;

    } 
  .logo-nav {
      
      width: 50%;
      

    } 
    
    .footer-link, .logo-footer{
    
    text-align: center;
} 
    
   
    
    
    
    
    
     .menu-footer {
    
   display: none;
        
}
}

@media only screen and (min-width: 300px) and (max-width: 480px) {

    
   }
    .navbar-toggle {
        background: #ccc;
    }
    
}


@media only screen and (min-width: 300px) and (max-width: 414px) {
  
    .navbar-toggle {
        background: #ccc;
    }
    
   
    
}
