/*
Theme Name:     factory.idra theme
Theme URI:      http://factory.idra.it/
Description:    Child theme for the intergalactic
Author:         Massimo Ciccolini
Template:       intergalactic
Version:        1.1
*/

/* We must first include the original css from the parent theme */
@import url("../intergalactic/style.css");

.home .more-link {
    display: none;
}

.home .entry-background, .home .has-post-thumbnail {
    /*min-height: 500px;*/
}

.testo_centro {
    text-align: center;
}
.blog .hentry, .archive .hentry, .search .hentry {
    background-color: #222;
    border-bottom: 0px solid #252525;
}
.menu-toggle {
    position: fixed;
    z-index: 100;
    border: 1px solid #222;
    height: 40px;
    padding: 12px 6px;
    width: 40px;
	outline: none
}
.blog .entry-background, .archive .entry-background, .search .entry-background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
}
.single .site-title, .error404 .site-title, .search-no-results .site-title {
    font-size: 1.11em;
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 3em;
    text-align: right;
}
.logged-in #collegati {
    display: none;
}
#text-3 {
    background-color: #fff;
    height: 142px;
    padding: 5px;
}
@media screen and (min-width: 768px) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.menu-toggle.x.toggle-on {
 		   background: none;
 		   margin-right: 650px;
 		   outline: none
		}
	}
}