/*
Con estas dos lineas suficiente para crear el child, el primero el nombre del child y el segundo el nombre del parent ESTA LÍNEA BORRAR

Theme Name:maintenance-child
Template: maintenance-services
*/

.header-right .emltp {
    float: right;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 60%;
    padding: 15px 20px;
    margin: 0;
    font-family: 'Roboto';
    text-align: right;
}

body.wp-custom-logo .logo {
    padding: 15px 0 0px 0;
}

.header-right {
    padding: 0px 0;
}

.slider-wrapper {
    background: url(images/loading.gif) no-repeat center center #fff;
    min-height: 450px;
}

/* Campo de la dirección cabecera */
.header-right .sintp {
    display: none;
}

.blockthumb img {
    max-height: 120px;
}

.site-main {
    width: 100%;
}

#sidebar {
    display: none;
}

.slide_info .slide_more {
    display:none!important;
}

.slide_info h2 span{
    color:blue!important;
}

.blocksbox:hover h3 {
    color: #282828!important;
}

.home3_section_area {
    padding-bottom: 0;
}

.page_content {
    padding-top: 0;
}

.entry-header {display:none;}

#copyright-area {display:none;}

@media only screen and (max-width: 570px){	
.header-right .emltp {

    width: 100%;
}
	
}
