/* CSS Style by Nicola Piedimonte a.k.a. Mountaize */

/* Base */

/* Typography */
@import url('https://fonts.googleapis.com/css?family=Montserrat:500|Open+Sans');

/* Slider Home */
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

a{
	color: unset;
}

a:hover{
	color: #59514B;
	font-weight: 600;
}

p {
  line-height: 2rem;
}

h5{
    text-transform: uppercase;
}

/* BUTTONS */
.marrone-chiaro {
    background-color: #59514B!important;
}

/* NAV */
nav.menu {
    background-color: unset!important;
}

nav.menu ul a:hover {
    background-color: unset;
	color: #E7C650;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

nav.menu ul a {
    color: #433D38;
    text-transform: uppercase;
}

/* NAV Mobile */
a.sidenav-trigger>i{
	color:#59514B;
}

/* ICO SOCIAL */
.social-li{
    margin: 1px;
    vertical-align: middle;
    line-height: initial;
}

.social-li a{
	padding: 0 8px
}

.ico-social {
    height: 25px;
    top: 18px;
    position: relative;
}

.img-slogan{
	padding: 30px;
}


/* Logo */
.logo {
    width: auto;
    height: 55px;
    top: 5px;
    position: relative;
}

nav .brand-logo {
    height: 100%;
}

/* Parallax IMG */
.parallax-container {
  min-height: 380px;
  line-height: 0;
  width: 100%;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
}

.parallax-container .parallax img {
    filter: brightness(75%);
}

/* Testo su img */
.titolo-testo-img{
    color: #fff;
    text-shadow: 0px 2px 3px #000;
	font-size: 3em;
	line-height: 1.3;
}

.materialboxed {
    margin: 1em;
}

.ico-mail{
    top: 7px;
    position: relative;
	color: #E7C650;
}

/* Footer */
.copyright {
    	color: #433D38;
    	text-align: center;
    	padding: 2em 0;
    	position: relative;
		background-color: #E7C650;
}

.nicola-piedimonte{
	color: #59514B!important;
	font-weight: 600;
}

/* MAPPA */
.iframe-mappa{
	width: 100%
}


/* MEDIA QUERY */

/* MENU BREACKPOINT */
@media (max-width: 1224px){
  a.sidenav-trigger{
    display: block !important;
  }

  .hide-on-med-and-down {
      display: none !important;
  }

  nav .brand-logo {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
}


/* DESKTOP */
@media (min-width: 993px){
	.nascondi-desktop{
		display: none;
	}
}

/* MOBILE */
@media (max-width: 992px) {
	/* BASE */
	.nascondi-mobile{
		display: none;
	}
	
	.centra {
    	text-align: center;
	}
	
	.logo {
		width: auto;
		height: inherit;
		top: 0;
		position: relative;
		padding: 10px;
	}

	.social-li{
		padding-left: 15px;
	}
	.social-li>a{
		float: left;
		padding: 0 10px!important;
	}
	
	.ico-social {
    	height: 2em;
	}
	
	/* CAPTCHA DI MERDA */
	.rc-anchor-normal {
    	width: 85%;
	}
	
	.rc-anchor-normal-footer {
    	display: none!important;
	}
	
	.materialboxed {
		margin: 1em 0;
	}
	
	iframe {
		text-align: center;
		margin: 0;
		left: 20px;
		border: 1px solid;
		float: left;
	}
}