/* Enter Your Custom CSS Here */

/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px;
    cursor: pointer;
  	background: #e0e0e0;
  	
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {
  	padding-bottom: 20px;
 	padding-left: 20px;
	padding-top: 20px;
	border: 1px solid #e0e0e0;
}

.page-id-2065 .accordion-title {
	font-size: 18px !important;
  	padding: 2px 20px;
  	letter-spacing: 0;
  	color: #000 !important;
}
.page-id-2065 #accordion-1 br {
	display: none;
}

#catapult-cookie-bar {
	top: auto !important;
  	bottom: 0;
}
.ctcc-left-side {
	font-family: "Raleway";
}
.ctcc-left-side a {
	text-decoration: underline;
}



#bottom_footer {
	font-family: 'Raleway';
    font-size: 12px;
    color: #333;
    letter-spacing: 0.5px;
    padding: 20px 50px;
    background: #eae9e9;
}


.infos {
	font-family: "Raleway",arial;
	line-height: 1.3;
	font-size: 12px;
	padding-top: 30px;
  	padding-left: 25px;
  	color: #111;
  	display:block;
  	float: left;
	clear: left;
  	color: #333;
}

.infos p {
	padding-bottom: 5px;
}

.home-link {
  	width: 100%;
  	height: 300px;
  	position: relative;
  	display: block;
	background-position: center !important;
	background-size: cover !important;
  	margin-bottom: 30px;
}

.home-link-name {
  	position: absolute;
  	top: 50%;
  	left: 50%;
	transform: translate(-50%,-50%);
  	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 10px;
  	font-size: 26px;
	text-align: center;
	line-height: 1.2;
}

.home-link-1 {
	background: url(http://studiorz.it/wp-content/uploads/2016/04/chisiamo.png) no-repeat;
}
.home-link-2 {
	background: url(http://studiorz.it/wp-content/uploads/2016/04/sl-2a_970_3402.jpg) no-repeat;
}
.home-link-3 {
	background: url(http://studiorz.it/wp-content/uploads/2016/04/social-media-news-icon.png) no-repeat;
}
.home-link-4 {
	background: url(http://studiorz.it/wp-content/uploads/2017/12/dovesiamo.jpg) no-repeat;
}
.home-link-5 {
	background: url(http://studiorz.it/wp-content/uploads/2018/03/CONTATTA-lo-STUDIO.jpg) no-repeat;
}
.home-link-6 {
	background: url(http://studiorz.it/wp-content/uploads/2018/01/ReservedArea_Big.jpg) no-repeat;
}



header { 
  padding: 0 20px 0 20px; 
  background: #e0e0e0; 
  width: 300px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #bf2f38;
    font-family: 'Poiret One', cursive;
    font-size: 2em;
    letter-spacing: 2px;
    font-weight: bold;
}

.r {
	color: #bf2f38;
}

.mainlogo { width: 100%; }
header nav ul li a { transition: padding-left 0.5s; }
header nav ul li a:hover { padding-left: 30px; }
.content { text-align: justify; padding: 0; }
.accordion-content { padding-right: 20px; }
.header-search { display: none; }

@media only screen and (min-width: 1101px) {
	.main { padding-left: 340px; }
  	header .logo { margin-top: 20px; }
  	header nav { margin-top: 0px; }
  	.home .fl-module-content { margin-bottom: 0; }
  	.home .fl-row-content-wrap { padding-bottom: 0; padding-top: 0; }
} 

@media only screen and (max-width : 1100px) {
  header { 
    padding: 0 0px 0 0px; 
    width: 100%; 
    height: 130px;
  }
  
  header .logo h3 { margin: 0; }
  header .logo .mainlogo {
      margin: 8px 10px;
      max-width: 140px;
      height: auto;
  }
  #menu_icon {
      text-align: center;
      padding-top: 20px;
      font-size: 28px;
  }
  #menu_icon::before {
      content: "\f0c9 ";
      font-family: FontAwesome;
  }
  .infos { display: none; }
  header nav ul li a:hover {
      padding-left: 0;
  }
}

.spu-content {
	font-family: 'Arial';
	line-height: 1.3;
}

p {
	line-height: 18px !important;
}

.cookies-text,
.cookies-text p {
	font-family: 'Arial' !important;
  	line-height: 1.2;
	font-size: 13px;
}

.ctcc-inset p {
	text-align: center;
  	font-family: 'Arial' !important;
}

.ctcc-buttons {
	text-align: center;
	width: 300px;
	margin: 10px auto;
}

.ctcc-more-info {
	float: left;
    background: green;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
  	font-family: 'Arial' !important;
}
.ctcc-more-info:hover {
	background: #056805;
}

button#catapultCookie {
	background: red;
	color: #FFF;
  	font-size: 14px;
  	font-family: 'Arial' !important;
  	padding: 10px !important;
}
button#catapultCookie:hover {
	background: #d70505;
} 

html.has-cookie-bar.cookie-bar-top-bar {
	margin-top: 0 !important;
}