/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
/*----RIGHT SCROLL SPACE----*/

#mk-theme-container {
    max-width: 100%;
    overflow-x: hidden;
}

/*MOBILE CONTAINER*/
@media screen and (max-width: 768px){
    .mk-padding-wrapper {padding: 0px !important;}
    
}
/*CUSTOM HEADER*/
.header-style-1.header-align-center .header-logo a {
    margin-top: 25px;
}

.mk-header.sticky-style-fixed .mk-header-bg {
    background-color: transparent;
}

/*.main-navigation-ul>li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {padding: 10px 20px 10px 2px;}
.main-navigation-ul li.no-mega-menu ul.sub-menu {top: 70%;}*/

.main-navigation-ul li.no-mega-menu ul.sub-menu {
    border-radius: 5px;
}

@media screen and (max-width:768px){
    .header-logo img {
    top: 20% !important;
    }
}

/*SOCIAL NETWORK HEADER*/
.mk-header-social ul li {
    margin: 0;
    display: block;
    height: 25px;
}

.mk-header-right .mk-header-social ul {
    padding-top: 40px;
}

.mk-header-social ul li a svg {
    vertical-align: top;
    height: 20px !important;
    width: 20px !important;
}



#social-right-header ul li a:hover svg {
    fill: #aaaaaa !important;
}

/*MAGAZINE HOMEPAGE SECTION*/
.magazine-home-section .blog-grid-footer {
    border-top: 0px !important;
    margin-bottom: 10px;
}

.magazine-home-section .mk-blog-meta {
    padding-bottom: 0px;
    margin-bottom: -10px;
}

.magazine-home-section .the-title a {
    font-size: 13px;
    line-height: 14px;
}

.magazine-home-section .mk-readmore {
    font-size: 14px;
    margin-left: 5px;
    border: 1px solid !important;
    border-radius: 32px;
    padding: 6px 26px 6px 7px;
    font-weight: 300;
}
.magazine-home-section .mk-readmore:before {
    content: "→";
    padding-right: 30px;
}

.magazine-home-section .mk-readmore svg {display: none;}

.magazine-home-section .mk-readmore {
    background-color: #fff !important;
    color: #000 !important;
}

@media screen and (min-width: 769px){
.magazine-home-section .the-title {
    min-height: 76px;
}
}

/*READ MORE ARROW EFFECT*/
.read-more-text {
    font-size: 14px;
    display: inline-block;
    margin-left: -135px;
    opacity: 0;
    padding-left: 23px;
    padding-right: 0px;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.read-more-arrow:hover .read-more-text {
    opacity: 1;
    margin-left: 0px;
}

.read-more-arrow {
    font-size: 14px;
    margin-left: 5px;
    border: 1px solid;
    border-radius: 32px;
    padding: 6px 26px 6px 7px;
}

.read-more-arrow svg {
    display: inline-block;
    vertical-align: text-top;
}

/*READ MORE ARROW EFFECT V2*/
.read-more-text-2 {
    font-size: 14px;
    display: inline-block;
    margin-left: -78px;
    opacity: 0;
    padding-left: 23px;
    padding-right: 0px;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.read-more-arrow-2:hover .read-more-text-2 {
    opacity: 1;
    margin-left: 0px;
    color: #fff !important;
}

.read-more-arrow-2 {
    font-size: 14px;
    margin-left: 5px;
    border: 1px solid #ffffff;
    border-radius: 32px;
    padding: 6px 26px 6px 7px;
    color: #fff !important;
}

.read-more-arrow-2 svg {
    display: inline-block;
    vertical-align: text-top;
    color: #fff !important;
}



/*SUBFOOTER*/
#sub-footer {
    border-top: 1px solid #333333;
    
}

#sub-footer a {color: #fff;}

.mk-footer-copyright {
    width: 100%;
    opacity: 1;
}

.subfooter-left {
    float: left;
}

.subfooter-right {
    float: right;
}

@media screen and (max-width: 768px){
.subfooter-right, .subfooter-left {
    float: left;
    width: 95%;
    padding-bottom: 10px;
    text-align: center;
}
    
.footer-left-block, .footer-right-block {text-align: center !important;}    
    .footer-social-links {padding-left: 15px;}
}
.mk-footer-copyright a {
    color: #444444;
}

#sub-footer .mk-grid {
    max-width: 1060px;
}

/*FOOTER*/
.footer-right-block {
    text-align: right;
    line-height: 21px;
}

.footer-center-block {
    text-align: center;
    font-size: 27px;
    line-height: 38px;
    font-weight: 600;
}

#mk-footer .mk-padding-wrapper .mk-col-1-3:nth-child(1){width: 30%;}
#mk-footer .mk-padding-wrapper .mk-col-1-3:nth-child(2){width: 40%;}
#mk-footer .mk-padding-wrapper .mk-col-1-3:nth-child(3){width: 30%;}

.footer-social {
    margin-top: -2px;
    margin-left: 5px;
}

#mk-footer .footer-social-links:hover img {
    opacity: 0.6;
}

.footer-contact-icons {
    margin-top: -4px;
}

.footer-contact-icons-links:hover img {
    opacity: 0.6;
}

/*HOME SERVICES SLIDER*/
.home-slider-section .slick-slider {
    background: transparent;
}

.home-slider-section .tdt-slider-heading {
    margin-left: 0px;
    min-height: 42px;
}

.home-slider-section p {
    color: #fff;
}

.home-slider-section .slick-prev {
    left: -35px !important;
}

.home-slider-section .slick-next {
    right: -35px !important;
}

/*NEWSLETTER BOX*/
.newsletter-form .wpcf7-submit {
    background-color: transparent;
    color: #000;
    border-radius: 35px;
    border: 1px solid;
    padding: 4.5px 4.5px 5.5px;
    margin-top: 6px;
    margin-left: -34px;
}

.newsletter-form .wpcf7-email {max-width: 312px;}

.newsletter-form-accettazione {margin-top: -33px;}

.newsletter-form-accettazione p, .wpcf7-response-output {
    font-size: 10px; color: #fff;
}

.newsletter-form-accettazione a {
    color:#eee;
}

.newsletter-form-accettazione .accettazioneprivacy {
    padding-right: 5px;
}


/*CONTACT FORM*/
.form-rapido .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    width: 100%;
}
.form-rapido .one-column {
    width: 100%;
    padding: 0px 0px 5px 0px;
    clear: both;
}
.form-rapido .three-column {
    width: 33.33%;
    float: left;
    padding: 7px 15px 7px 0px;
}
.form-rapido .three-column-row .three-column:last-child {
    width: 33.33%;
    float: left;
    padding: 7px 0px 7px 0px;
}

.form-rapido .four-column {
    width: 25%;
    float: left;
    padding: 7px 15px 7px 0px;
}
.form-rapido .four-column-row .four-column:last-child {
    width: 25%;
    float: left;
    padding: 7px 0px 7px 0px;
}
.form-rapido .two-column {
    width: 50%;
    float: left;
    padding: 7px 15px 7px 0px;
}

.form-rapido .two-column-row .two-column:last-child {
    width: 50%;
    float: left;
    padding: 7px 0px 7px 0px;
}

@media screen and (max-width: 768px){
    .form-rapido .two-column,
    .form-rapido .two-column:last-child,
    .form-rapido .three-column,
    .form-rapido .three-column:last-child,
    .form-rapido .four-column,
    .form-rapido .four-column:last-child {
    width: 100% !important;
    float: left;
    padding: 7px 0px 7px 0px;
    }
    .invio-messaggio {
        text-align: center;
    }
}

.form-rapido .accettazione p {
    width: 100%;
    padding: 0px 7px 22px 0px;
    clear: both;
    font-size: 10px;
    line-height: 16px;
}

.form-rapido .accettazione .wpcf7-list-item input {
    margin-top: -4px;
}

.form-rapido .wpcf7-submit {
    background-color: #000000;
    border-radius: 0px;
    padding: 14px 20px;
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    background-color: #ffffff;
    font-family: 'Montserrat' !important;
}

select {
    width: 100%;
    margin-bottom: 4px !important;
    padding: 12px 11px 12px 13px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #767676 !important;
}

/*SINGLE SERVICE PAGES*/
    
.under-layer-row {
    z-index: -1;
}

.over-layer-row {
    margin-top: -50px; z-index: 9999;
}
    
.single-service-image {
    margin-bottom: 10px;
    border: 3px solid #fff;
}

@media screen and (max-width: 768px){
    .single-service-image {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

.single-service-image-row {
    margin-left: 0px;
    margin-top: -50px;
    z-index: 99999;
}

.single-service-image-row .wpb_column {
    padding-right: 5px;
    padding-left: 5px;
}

.inner-page-content-row .page-section-content {
    padding: 10px 27px 10px;
}

.custom-milestones i {
    margin-bottom: 15px !important;
}

.custom-milestones .milestone-suffix {
    color: #000000 !important;
    font-size: 16px !important;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    width: 100%;
}

.custom-milestones .mk-svg-icon {
    display: none !important;
}

.milestone-image-icon .mk-image-container {max-width: 45px !important;}

/*SIDEBAR SERVICES PAGES*/
.services-links {
    font-weight: 700;
}

.services-links a {
    color: #fff;
    font-size: 15px;
    margin-bottom: -33px;
    display: block;
    font-weight: 700;
}

.services-links a:hover {
    color: #000;
}

services-links a:active {
    color: #000;
}

.sidebar-border-title {
    margin-bottom: 10px;
}

/*WALL*/
.single-service-image-row .column_container .single-service-image-wall {
    margin-bottom: 20px;
    margin-top: 8px;
    background-color: #fff;
    padding-top: 4px;
}

.fancybox-opened .fancybox-title {
    display: none;
}

.mk-gallery {
    width: calc(100% - 26px);
}



/*POST CATEGORY MENU DEPRECATED*
.category-menu ul {
    border: none !important;
}
.category-menu ul li {
    width: 19.9%;
    float: left;
    background-color: #fff;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid;
}
.category-menu ul li:last-child {
    border-right: none;
}
.category-menu ul li a {
text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.category-menu .widget_nav_menu {padding: 10px;} */

/*SINGLE POST*/
.single-format-standard #mk-page-introduce,
.single-format-standard .blog-single-meta,
.single-format-standard .single-social-section {
    display: none;
}

.single-format-standard #theme-page .theme-page-wrapper {
    margin: 0px auto;
}

.single-format-standard #theme-page .theme-page-wrapper .theme-content {
    padding: 0px 20px;
}

.single-format-standard .mk-blog-single {
    margin-top: -10px;
    margin-bottom: -60px;
}

/*MAGAZINE ARCHIVE*/

.magazine-archive .vc_gitem-zone {
    padding: 20px;
    background-color: #fff !important;
}

.magazine-archive .vc_grid-item-mini {
    border: 1px solid #e3e3e3;
}
.magazine-archive .vc_gitem-zone-mini h4 {
    font-size: 14px;
    min-height: 36px;
}

.magazine-archive .vc_btn3-left a {
    font-size: 14px;
    margin-left: 5px;
    border: 1px solid !important;
    border-radius: 32px;
    padding: 6px 26px 6px 7px;
    content: "→";
}
.magazine-archive .vc_btn3-left a:before {
    content: "→";
    padding-right: 30px;
}

.magazine-archive .vc_btn3-left a {
    background-color: #fff !important;
    color: #000 !important;
}

.magazine-archive .vc_btn3-left a:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;

}


.magazine-archive .vc-gitem-zone-height-mode-auto {
    height: 170px;
}

.magazine-archive2 .vc-gitem-zone-height-mode-auto {
    height: 260px !important;
}

@media screen and (max-width: 768px){
.magazine-archive2 .vc-gitem-zone-height-mode-auto {
    height: 320px !important;
}    
}

.magazine-archive .vc_btn3-container {
    margin-bottom: -4px;
}

.magazine-archive .vc_gitem-post-data-source-post_excerpt {
    max-height: 115px;
    overflow: hidden;
}

.magazine-archive .vc_gitem-post-data-source-post_excerpt p {
    font-size: 14px;
}

.magazine-archive .vc_gitem-post-data-source-post_excerpt p:first-child {
    display: none;
}

.magazine-archive .vc_gitem-post-data-source-post_title {
    min-height: 72px;
}

.magazine-archive2 .vc_gitem-zone-b, .magazine-archive2 .vc_gitem-zone-mini .vc_gitem-col {background-color: #000 !important;}
.magazine-archive2 h4 {color: #fff !important;}

@media screen and (max-width: 768px){
    .magazine-row {padding: 0px 10px;}
    .magazine-archive {padding: 0px 4px; margin-top: -16px;}
    .magazine-archive select {
    padding: 15px 11px 15px 13px !important;
}
    .magazine-archive .vc_pageable-wrapper {padding: 0px 5px;}
    
}


/*MAGAZINE ARCHIVE CATEGORY MENU */
.magazine-archive .vc_grid-filter-item {
    width: 14%;
    border-right: 2px solid;
    border-radius: 0px !important;
}

.magazine-archive .vc_grid-filter-item:last-child {
    border-right: none;
}

.magazine-archive .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background-color: transparent !important;
}

.magazine-archive .vc_grid-filter-item{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.magazine-section .vc_pageable-wrapper {
    padding: 10px;
}

@media screen and (max-width:769px){
    .magazine-archive .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 0px;
}
}


/*EVENT DETAILS*/
.event-details-text p {
    font-size: 12px;
    padding-left: 30px;
    margin-top: -2px;
}

/*SINGLE POST RELATED POST SECTION*/
.related-post-section .mk-blog-meta {
    background-color: #fff;
    padding-bottom: 1px;
}

.related-post-section .newspaper-item-footer {
    border-top: none;
    background-color: #fff;
}

.related-post-section .newspaper-item-footer-holder{
    padding-top: 7px;
}

.related-post-section .the-title {
    min-height: 76px;
}

.related-post-section  .the-title a {
   font-size: 13px;
    line-height: 14px;
}

/*MAP*/
#mk-advanced-gmaps-30 .gm-style-iw .info_content p, #mk-advanced-gmaps-30 .gm-style-iw .info_content p strong {
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000 !important;
}

/*CLIENTS CAROUSEL*/
.vc_images_carousel .vc_carousel-control .icon-next {
    margin-top: -6px !important;
    margin-left: 25px !important;
}

.vc_images_carousel .vc_carousel-control .icon-prev {
    margin-top: -6px !important;
    margin-left: -55px !important;
}

@media screen and (min-width: 769px){
    .mobile-clients-slider {display: none;}
}

@media screen and (max-width: 768px){
    .desktop-clients-slider {display: none;}
}

.vc_images_carousel .vc_carousel-control {text-shadow: 0 0px 0px rgba(0,0,0,0) !important;}

/*PROGETTI ARCHIVE*/
.projects-container {padding-left: 10px; padding-right: 10px;}
@media screen and (min-width:769px){
.projects-container .vc_grid-filter-select {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -16px;
}
.projects-container .vc_pageable-wrapper {padding: 0px 10px;}    
}

@media screen and (max-width:768px){
.projects-container .vc_grid-filter-select {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
}
.projects-container .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 0px !important;    
}
.projects-container .vc_pageable-wrapper {padding: 0px 0px;}
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0px;
}
    
 .projects-container   .magazine-archive2 .vc-gitem-zone-height-mode-auto {
    height: 260px !important;
}
}

.projects-container select {padding: 15px 11px 15px 13px !important}

/*RECAPTCHA*/
.grecaptcha-badge { 
    visibility: hidden !important;
}