/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Alsina
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        5
*/



/*

Main Stylesheet file is located at stylesheet/css/styles.css

*/

/* Quitar categorías de los portafolios */
.portfolio-categories{
display: none!important;
}

.portfolio-meta{
padding: 25px 10px 10px!important;
width: 101%!important;
}



/* Quitar opción de maximizar fotos en los enlaces */

a.zoom-badge.mk-lightbox{
display: none!important;
}

/* HIDE MAILCHIMP ON TOP OF THE PAGE */
.mk-header-signup {
    display: none;
    visibility: hidden;
}


/*POSICION DEL SELECTOR DE IDIOMAS EN LA CABECERA*/
.mk-language-nav{
    position: relative;
    display: inline-block;
    float:right;
    line-height: 35px;
    height: 35px;
    width: 130px;
}

.mk-language-nav>a{
float:right;
}

/* OCULTAR ESPACIO TÍTULO DE LAS PÁGINAS */

.mk-zindex-fix{
display:none;
}

/*FORMULARIO*/
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea{
width:100%!important;
color: #3d3d3d;
background-color:#fff;
border: 1px solid #e9d5d6;
}

/*FORMULARIO* *BOTON DE ENVIO*/
.wpcf7-submit{
color: #ac1f2d!important;
border: 1px solid #e9d5d6!important;
}
.wpcf7-submit:hover{
color: #ffffff!important;
background-color:#ac1f2d!important;
}

/*QUITAR INFORMACION DE LOS RESULTADOS DE BÚSQUEDA*/

.search-result-item .search-loop-meta {
  display: none;
}

/*margenes del widget de suscripción a newsletter*/
fieldset {
  padding: 0;
  margin-bottom: 5px;
}

/*margenes inferiores de los titulares*/
#theme-page h2 {
  margin-bottom: 0px;
}
#theme-page h1 {
  margin-bottom: 0px;
}

/*idiomas siempre abiertos en el movil*/

.mk-header-toolbar{
display:block;
}

/*formulario de newsletter*/

#knewsform_1 input[type="text"]{
width:100%;
height:30px;
margin-bottom:5px!important;
}

/*altura del subfooter*/

.mk-footer-copyright{
padding:10px 0 10px;
}

/*que se muestre la imagen de descargas en los productos*/
.mk-image-shortcode img{
display:block;
}

.mk-gallery .hover-slow_zoom img,
.mk-portfolio-item.slidebox-hover .featured-image img {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

/* 404 */
.error404 .mk-col-6-12 {
    text-align: left;
}
.error404 .not-found-subtitle {
    margin: 0;
    padding: 0;
    font-size: 120px;
    font-weight: 700;
}
.error404 .not-found-divider {
    display: block;
    width: 30px;
    border-top: 3px solid #ac1f2d;
    margin-top: 20px;
    padding-bottom: 20px;
}
.error404 section {
    margin-top:30px;
    margin-right:15px;
}
.error404 section .error-button {
    position: relative;
    display:inline-block;
    max-width:100%;
    background-color:#ac1f2d;
    color: #fff;
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    outline: 0 none;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
}
.error404 section .error-button i {
    margin: -2px 15px 0 0;
    opacity: 0;
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition: opacity .2s,transform .2s;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
}
.error404 section .error-button i svg {
    vertical-align: middle;
}
.error404 section .error-button span {
    display: inline-block;
    text-transform: uppercase;
    -ms-transform: translateX(-17px);
    transform: translateX(-17px);
    -webkit-transform: translateX(-17px);
    transition: transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transition-delay: .01s;
    -webkit-transition-delay: .01s;
}
.error404 section .error-button:hover {
    color:#ffffff !important;
    background-color:#ac1f2d;
}
.error404 section .error-button:hover i {
    opacity: 1;
    color:#ffffff !important;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.error404 section .error-button:hover span {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
