/*
 Theme Name:   Divi Child
 Theme URI:    https://www.theroomsocial.com
 Description:  Divi Child Theme
 Author:       THE ROOM SOCIAL
 Author URI:   https://www.theroomsocial.com
 Template:     Divi
 Version:      1.0.0 
 Text Domain:  divi-child
*/


/* Quitar ttulo de imágenes en galería al abrir */
.mfp-gallery .mfp-title {display: none}




/*responsive con 2 columnas*/
@media only screen and (max-width: 981px) {
.dos-columnas .et_pb_column { width: 50%!important; }
}




/* icono + de los proyectos de la home */
.proyectos-home .entry-title {position:relative!important}
.proyectos-home .entry-title::after{
	content: "+";
    color: #287CBB;
    position: absolute;
    font-size: 20px;
    z-index: 1000;
    font-weight: 800;
    margin-right: 0px;
    right: 0;
}


/* Menú principal */

.menu-principal li a{
    background: none !important;
    padding-top: 5px !important;
    transition: 0.1s;
    padding-left: 10px !important;
    padding-right: 10px !important;
	
}
.menu-principal li a:hover {
    background: #287bbb !important;
	color: #202A2C !important;
	
}

.menu-principal .menu-item-type-custom a:active {
    background: #fafafa !important;
	color: #202A2C !important;
	
}


/*redes header */
.social-header .et_pb_text_inner a{
background: #287bbb; border-radius: 100px;
}
.social-header .et_pb_text_inner a:first-child{
padding: 10px 12px; 
}
.social-header .et_pb_text_inner a:nth-child(2){
padding: 10px 10px; 
}
.social-header .et_pb_text_inner a:nth-child(3){
padding: 10px 14px; 
}
.social-header .et_pb_text_inner a:nth-child(4){
padding: 10px 14px; 
}
.social-header .et_pb_text_inner a:hover{
	background: #282828;
}


/*redes footer */
.social-footer .et_pb_text_inner a{
background: #ffffff; border-radius: 100px;
}
.social-footer .et_pb_text_inner a:first-child{
padding: 10px 12px; 
}
.social-footer .et_pb_text_inner a:nth-child(2){
padding: 10px 10px; 
}
.social-footer .et_pb_text_inner a:nth-child(3){
padding: 10px 14px; 
}
.social-footer .et_pb_text_inner a:nth-child(4){
padding: 10px 14px; 
}
.social-footer .et_pb_text_inner a:hover{
	background: #287bbb;
}

