
/* Body Background Color */

body {
	background: #101524;
}

/* Preloader Styles */

#preloader{
  background-color:#101524; 
}

.loader {
  background: url("https://www.bibliofiano.it/wp/wp-content/uploads/2017/01/2.gif") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}


/* Page Background images */

.page-container .single-page:first-of-type::after {
  background-image: url("https://www.bibliofiano.it/wp/wp-content/uploads/2015/12/Biblioteca_Copertina.jpg");
}

.page-container .single-page:nth-of-type(2)::after {
  background-image: url("https://www.bibliofiano.it/wp/wp-content/uploads/2015/12/Copertina_Libri.jpg");
}

.page-container .single-page:nth-of-type(3)::after {
  background-image: url("https://www.bibliofiano.it/wp/wp-content/uploads/2017/01/img-3-large.jpg");
}

.page-container .single-page:nth-of-type(4)::after{
  background-image: url("https://www.bibliofiano.it/wp/wp-content/uploads/2017/01/img-4-large.jpg");
}

/* Page overlay colors */ 

.single-page:nth-child(1) {
  background-color: #191D21;
}

.single-page:nth-child(2) {
  background-color: #1F2628;
}

.single-page:nth-child(3) {
  background-color:  #273336;
}

.single-page:nth-child(4) {
  background-color: #273a3f;
}


/* Theme Custom CSS */ 


.services {
	background: rgb(255, 100, 59) none repeat scroll 0px 0px;
	padding: 35px 0px 50px;
	position: relative;
}
.tribe-events-list-widget .widget-title,
.tribe-events-widget-link {
    display: none;
}
.tribe-events-list-widget .tribe-event-title a {
    font-size: 18px;
}
.tribe-events-list-widget .tribe-event-title,
.tribe-events-list-widget .tribe-event-duration {
    padding: 10px;
}
#tribe-events-list-widget-2 {
    background: none;
    border: none;
    padding: 0px;
    box-shadow: none;
}
.tribe-events-list-widget .tribe-list-widget {
    margin:0px;
    padding:0px;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
    padding:0px;
    background-color: #f9f9f9;
}

.vc_grid-item p {
    line-height: initial !important;
}

.home .recent-post-meta time, .single-post .blog-author,
.single-blog-meta .meta-date, .single-blog-meta .meta-comments,
.single-blog-meta time,
.single-post .author-avatar {
    display: none;
}

.single-blog-meta .meta-cat {
    width:100% !important;
}