/*
 Theme Name:   Spacious - PP
 Theme URI:    
 Description:  Spacious Child Theme
 Author:       Gustavo Troisi
 Author URI:   http://www.gustavotroisi.com.ar
 Template:     spacious
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Ligero, Blanco, Negro, Dos columnas, Barra lateral derecha, Barra lateral izquierda, Diseño fluido, Diseño adaptable, Cabecera personalizada, Fondo personalizado, Menú personalizado, Colores personalizados, Entrada fija, Comentarios anidados, Traducción lista, Imágenes destacadas, Opciones del tema
 Text Domain:  spacious-pp
*/

.footer-widgets-area a {
	color: #000 !important;
}

.tg-one-fourth-last{
	text-align:center;
}


#pp-menu-turnos{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#pp-menu-turnos li{
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}
#custom_html-2 {
    margin: 0;
}

#header-right-section{
	float:none;
}
#site-navigation {
    float: right;
}

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

	.tg-one-fourth-last{
		float: right;
		width: 50%;
	}
	.tg-column-2, .tg-column-4 {
		float: left;
		
	}
	
	.tg-column-1, .tg-column-3 {
		float: left;
		width: 45.85%;
	}

}

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

#header-right-section .widget{
	margin-top:30px;
}

.tg-one-fourth-last{
			float: right;
			width: 100%;
		}
	.tg-column-2, .tg-column-4 {
		width: 100%;
		
	}
	
	.tg-column-1, .tg-column-3 {
		
		width: 100%;
	}

}

#eventiframe {
    height: 530px;
}


/*
@media screen and (max-width: 600px) {
	.tg-one-fourth-last{
			float: right;
			width: 100%;
		}
}*/