/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.0.9
*/


.mk-loop-custom-width {
    width: 23% !important;
    margin: 0 1% 20px 1%;
}

.mk-loop-custom-width .item-holder {
    margin: 0;
    height: 215px !important;
}

.mk-loop-custom-width .info-holder {
    background: white;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    position: relative;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}

.mk-loop-custom-width:hover .info-holder {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.mk-loop-custom-width .info-date {
    float: left;
    background: #dedede;
    padding: 10px;
    text-align: center;
    width: 65px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.mk-loop-custom-width .info-date span {
    display: block;
    text-transform: uppercase;
    color: #58595b;
    font-size: 13px;
    margin: 0;
}

.mk-loop-custom-width .info-date .news-day {
    color: #2c74bd;
    font-weight: 700;
    font-size: 38px;
}

.mk-loop-custom-width .info-holder-title {
    padding: 10px 5px;
}

.mk-loop-custom-width .info-holder-title a {
    color: black;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    line-height: 17px;
    transition: 0.3s;
    font-weight: 700;
    display: block;
}

.mk-loop-custom-width .info-holder-title a:hover {
    color: #2c74bd;
}

.mk-loop-custom-width-btn {
    display: block;
    margin-top: 12px;
    background: #58595b;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.3s;
    padding: 5px;
    text-align: center;
}

.mk-loop-custom-width-btn:hover {
    background: #2c74bd;
    color: white;
}

@media (max-width: 990px) {
    .mk-loop-custom-width {
        width: 48% !important;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .mk-loop-custom-width {
        width: 98% !important;
        margin-bottom: 50px;
    }
}


/* LANDING */
.landing-header {
    border-top: 25px solid black;
    background-color: white;
    padding: 25px 15px;
}
.landing-header img {
    max-width: 250px !important;
    margin: 0;
    padding: 0;
}
.landing-header .wpb_content_element {
    margin-bottom: 0 !important;
}
.landing-servicios-bg {
    background-color: #71b9c5;
}
.landing-gray-bg {
    background-color: #3d4045;
}
.landing-lightgray-bg {
    background-color: #f2f2f2 !important;
}
.landing-white-bg {
    background-color: white;
}
.landing-white-opacity-bg {
    padding: 40px 20px !important;
    background: rgba(255,255,255,.8);
}
.landing-secondary-btn a {
    background-color: white !important;
    border: 3px solid #71b9c5 !important;
    transition: 0.3s;
    font-size: 16px !important;
    margin-top: 20px;
    font-weight: 700 !important;
}
.landing-secondary-btn a:hover {
    background-color: #71b9c5 !important;
    color: white !important;
}
.landing-primary-btn a {
    background-color: #71b9c5 !important;
    border: 3px solid #71b9c5 !important;
    color: white !important;
    font-size: 16px !important;
    margin-top: 20px !important;
    transition: 0.3s;
    font-weight: 700 !important;
}
.landing-primary-btn a:hover {
    background-color: white !important;
    border: 3px solid white !important;
    color: #71b9c5 !important;
}
.landing-servicios-btn {
    margin: 50px auto !important;
    display: inline-block;
}
.landing-servicios-btn button, .landing-servicios-btn a {
    font-size: 25px !important;
    color: #71b9c5 !important;
    background-color: white !important;
    font-weight: 700 !important;
    border: 3px solid white !important;
}
.landing-servicios btn button:hover, .landing-servicios-btn a:hover {
    background-color: #71b9c5 !important;
    color: white !important;
}
.landing-img-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#landing-img-form-row .landing-img-bg {
    padding: 350px 0;
}
#landing-header-title {
    padding: 10px 20px !important;
}
.landing-title {
    margin: 70px 0 0 0;
    font-size: 40px !important;
    color: white !important;
    padding: 0;
    font-weight: 700 !important;
}
.landing-subtitle {
    margin: 0 0 15px 0 !important;
    padding: 0;
    color: white !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.landing-form {
    padding: 70px 30px;
}
.landing-section-title {
    color: black;
    font-size: 26px;
    text-align: center;
    margin: 0 0 25px 0;
}
.landing-form form {
    max-width: 550px;
    margin: 0 auto !important;
}
.landing-form from .wpcf7-not-valid-tip {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin-top: -15px !important;
    margin-bottom: 10px !important;
}
.landing-form form input:not(.wpcf7-submit), .landing-form form textarea, .landing-form form select {
    width: 100% !important;
    display: block;
    border: 1px solid #cccccc !important;
    border-left: 3px solid #71b9c5 !important;
    margin: 0 0 15px 0 !important;
    background: white;
    min-width: auto !important;
    padding: 10px 12px;
}
.landing-form .wpcf7-submit {
    background-color: #71b9c5 !important;
    color: white !important;
    border: none !important;
    margin: 0 !important;
    width: 100%;
}
.landing-features-item {
    border: 1px solid white;
    padding: 30px 15px;
    text-align: left;
    margin: 25px 0 !important;
}
.landing-features-item h4 {
    color: white !important;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.landing-features-item p {
    color: white !important;
    margin: 0 !important;
    font-size: 16px;
    text-align: left;
    line-height: 20px !important;
}
#landing-bg-img {
    text-align: center;
}
#landing-bg-img p {
    color: black;
    font-size: 20px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.landing-max-width {
    max-width: 1140px;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .landing-servicios-btn button {
        font-size: 18px !important;
    }
}