/*
Theme Name: Evently Child
Theme URI: https://evently.qodeinteractive.com/
Description: A child theme of Evently Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: evently
Template: evently
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
  font-family: "New Helvetica";
  src: url("/wp-content/themes/evently-child/font/NewHelvetica-Regular.otf") format("OpenType");
}



@font-face {
  font-family: "Abril Fatface";
  src: url("/wp-content/themes/evently-child/font/AbrilFatface-Regular.ttf") format("TrueType");
}

@font-face {
  font-family: "coolvetica";
  src: url("/wp-content/themes/evently-child/font/coolvetica.regular.ttf") format("TrueType");
}




body {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: black;
}

h1, h2, h3, h4, h5 {
    /*font-family: "coolvetica";*/
    font-family: 'coolvetica';
    font-weight: 400!important;
}

.mkdf-section-title-holder h6.mkdf-st-subtitle {
    margin-top: 5px;
}
.mkdf-section-title-holder .mkdf-st-separator {
    margin: 10px 0 0;
}
 
h2.rosso {
    letter-spacing: 1px;
    color: #e62b1e;
}

h2 {
    font-size: 45px;
    line-height: 1.2em;
}

h1 {
    letter-spacing: 1px;
}

.single h3 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.8px;
}

.widget > .mkdf-btn {
    font-size: 18px;
    line-height: 10px;
    padding: 18px 10px;
}

.mkdf-logo-wrapper img {
    width: 230px!important;
    height: auto!important;
}

.mkdf-menu-area .mkdf-logo-wrapper img {
    margin-top: 8px;
}

span.mkdf-st-title-mark {
    font-family: montserrat;
}


.mkdf-page-footer .widget.widget_mkdf_instagram_widget .mkdf-col-3.mkdf-instagram-gallery.mkdf-tiny-space li {
    width: 33.33333%!important;
}

.mkdf-page-footer .widget.widget_mkdf_instagram_widget .mkdf-col-3.mkdf-instagram-gallery.mkdf-tiny-space {
    max-width: 90%;
}


h6 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
}


.bianco.quote blockquote {
    color: white;
    font-family: 'Playfair Display', serif;
    max-width: 800px;
    width: 70%;
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
    left: -38px;
}


.quote span.grande {
    font-size: 30px;
    line-height: 18px;
}

.mkdf-countdown, .mkdf-countdown .countdown-row, .mkdf-countdown .countdown-row .countdown-section {
	text-transform: uppercase;
}



a.sbi_load_btn {
    display: none!important;
}

#sb_instagram .sbi_follow_btn a {
    background: #000;
    border-radius: 50px;
    font-family: 'coolvetica';
}

#sb_instagram .sbi_follow_btn a:hover {
        box-shadow: inset 0 0 10px 20px #e62b1e;
}

.mkdf-btn {
    border-radius: 50px;
}

.bianco {
    color: #fff;
}

h5.mkdf-st-title {
    font-size: 20px;
    font-family: 'Roboto';
    line-height: 26px;
    font-weight: 600;
}

.mkdf-iwt.mkdf-iwt-icon-left .mkdf-iwt-icon {
    vertical-align: middle;
}

.mkdf-iwt-icon img {
    max-width: 100px!important;
}

#contattaci-home span.mkdf-st-title-mark {
    margin-left: 5px;
}

.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-submit {
    background-color: rgb(230 43 30);
    font-size: 14px;
    letter-spacing: 1.5px;
}

/*** footer **/

.footer-center.widget.mkdf-image-widget img {
    display: inline-block;
}

footer .textwidget p span {
    line-height: 18px;
    font-size: 14px;
}

footer .mkdf-grid-row div {
    text-align: center;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, #mkdf-back-to-top>span {
    color: #e62b1e;
}
.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
	background-color: #e54237;
}


/*
/* righetta arcobaleno 

.mkdf-st-separator, 
.bottone-arcobaleno,
.mkdf-title-holder .mkdf-title-wrapper .mkdf-page-title .mkdf-title-separator,
a.mkdf-btn.mkdf-btn-medium.mkdf-btn-solid.mkdf-btn-custom-hover-bg.mkdf-btn-custom-border-hover.mkdf-btn-custom-hover-color,
.mkdf-main-menu ul li a>span.item_outer:before,
.mkdf-team-single-holder .mkdf-team-name-separator .mkdf-separator,
.mkdf-team-single-holder .mkdf-ts-website .mkdf-team-info-section-title:after{
    /*height: 200px;*/
    /* background: black!important; For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(left, #f7ab81 , #edff00, #00ff73, #00fff8, #ff00f9)!important; /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(right, #f7ab81 , #edff00, #00ff73, #00fff8, #ff00f9)!important; /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(right, #f7ab81 , #edff00, #00ff73, #00fff8, #ff00f9)!important; /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(to right, #f7ab81 , #edff00, #00ff73, #00fff8, #ff00f9)!important; /*Standard syntax (must be last) */
    /* border:  0px; 
}

*/
/* PER IMMAGINE SFONDO TITOLO PAGINA */
.mkdf-title-holder.mkdf-centered-type.mkdf-has-bg-image.mkdf-bg-parallax-disabled.mkdf-title-predefined-size {
    background-size: cover;
    background-position-y: 72%;
}



.mkdf-section-title-holder .mkdf-st-separator, 
.mkdf-title-holder .mkdf-title-wrapper .mkdf-page-title .mkdf-title-separator,
.mkdf-team-single-holder .mkdf-team-name-separator .mkdf-separator,
.mkdf-team-single-holder .mkdf-ts-website .mkdf-team-info-section-title:after  {
    width: 70px;
    height: 5px;
    border-width: 0px!important;
    border-radius: 50px;
    background-color: #e62b1e!important;
}

.mkdf-main-menu ul li a>span.item_outer:before {
    border-bottom: 2px solid #e62b1e;
}

span.mkdf-st-title-mark {
    display: none!important;
}

/* bottone arcobaleno */

/*a.mkdf-btn.mkdf-btn-medium.mkdf-btn-solid.mkdf-btn-custom-hover-bg.mkdf-btn-custom-border-hover.mkdf-btn-custom-hover-color {
    color:  black;
    border: 0px;
}*/

/*a.mkdf-btn.mkdf-btn-medium.mkdf-btn-solid.mkdf-btn-custom-hover-bg.mkdf-btn-custom-border-hover.mkdf-btn-custom-hover-color span {
    color:  black;
}*/




.mkdf-timetable-list .mkdf-timetable-list-item .mkdf-tli-title {
    font-size: 25px;
    font-family: "coolvetica";
    color: #000;
    background-color: #fff;
    display: inline-block;
    margin: 0;
    border-radius: 25px;
    font-style: inherit;
}

/* primo slider */

a#slider-4-slide-8-layer-5 > b {
    font-size: 16px!important;
    letter-spacing: 0.1em!important;
    font-weight: 700!important;
}



@media screen and (max-width:767px) {
    .fascia-titolo {
        display: none!important;
    }
    
    h2.rosso {
        font-size: 30px;
    }
}

/* 404  */

.mkdf-404-page .mkdf-content {
    background-image: none!important;
}

.mkdf-404-page .mkdf-page-not-found .mkdf-btn {
    background-color: #e62b1e;
    font-family: 'Roboto';
    font-size: 14px;
}

/*.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover {
    background-color: #e54237!important;
}*/

/*.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover {
    border-color: #e54237!important;
}*/

.mkdf-404-page .mkdf-page-not-found {
    padding:  0 20%;
}

.mkdf-title-holder .mkdf-title-wrapper .mkdf-page-subtitle {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    max-width: 700px;
    margin: 26px auto 0;    
}

.vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
    font-size: 30px;
    line-height: 32px;
}

.vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
    color: #fff;
    text-shadow: 0px 0px 15px black;
}

nav.mkdf-main-menu.mkdf-drop-down.mkdf-sticky-nav, nav.mkdf-main-menu.mkdf-drop-down.mkdf-default-nav {
    margin-right: 50px;
}

.mkdf-mobile-header .mkdf-mobile-nav ul li a:hover, .mkdf-mobile-header .mkdf-mobile-nav ul li h6:hover, .mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-ancestor>a, .mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-item>a, 
.mkdf-mobile-header .mkdf-mobile-nav>ul>li.mkdf-active-item>a {
    color: #e62b1e;
}

.mkdf-mobile-header .mkdf-mobile-nav ul li a, .mkdf-mobile-header .mkdf-mobile-nav ul li h6 {
    font-family: 'Roboto';
}

.home header.mkdf-page-header .mkdf-menu-area.mkdf-menu-right {
    visibility: hidden;
}
.box-logo-sponsor .vc-hoverbox-block.vc-hoverbox-front {
    background-size: contain!important;
    background-repeat: no-repeat;
}

.mkdf-accordion-content.ui-accordion-content.ui-corner-bottom.ui-helper-reset.ui-widget-content.ui-accordion-content-active {
    padding: 0;
}

.mkdf-clients-wc-holder.mkdf-cc-hover-shadow .mkdf-cc-item:hover .mkdf-cc-image {
    box-shadow: 0 3px 20px 1px rgb(0 0 0 / 17%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 1000px;
    background: #fff;
}

.mkdf-clients-wc-holder.mkdf-cc-hover-shadow .mkdf-cc-item .mkdf-cc-image {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 1000px;
    background: #fff;
}

form a {
    text-decoration: underline;
}

.vc-hovebox-front .vc-hoverbox-inner h2 {
    margin-bottom: 60px;
}
.mkdf-timetable-list.mkdf-tl-shadow {
    background-color: #fff;
}


/** speaker **/

.mkdf-team.info-hover-simple .mkdf-team-name, 
.mkdf-team.info-hover-simple .mkdf-team-name:after {
    color: #e9ff00;
    border-bottom-color: #e9ff00;
}

.mkdf-team.info-hover-simple .mkdf-team-title-holder {
    background-color: rgb(14 0 188 / 60%);
}


.mkdf-team-single-holder .mkdf-team-social-icons .mkdf-icon-shortcode:hover {
    background-color: #e62b1e;
}


.mkdf-ts-website {
    display: none;
}

.mkdf-team-single-holder .mkdf-team-social-icons .mkdf-icon-shortcode {
    background-color: #000;
}

.mkdf-team-single-holder .mkdf-ts-website .mkdf-team-info-section-title:after {
    border-bottom: 2px solid #0310ff;
}

.single .mkdf-ts-image-holder.mkdf-grid-col-6 {
        text-align: center;
}
.mkdf-icon-shortcode .mkdf-icon-element:before {
    font-size: 25px!important;
}

h4.mkdf-team-name.entry-title {
    font-size: 28px;
    letter-spacing: 1px;
}

.postid-8672 .mkdf-team-single-holder .mkdf-team-social-icons .mkdf-icon-shortcode,
.postid-8676 .mkdf-team-single-holder .mkdf-team-social-icons .mkdf-icon-shortcode {
    background-color: #ff37cc;
}

/** fine speaker **/


/* blogpost  */

.mkdf-post-info-author {
    display: none!important;
}

.mkdf-post-info-date.entry-date.published.updated, 
.mkdf-blog-holder article .mkdf-post-image .mkdf-post-info-category a {
    display: none;
}



.mkdf-sidebar .widget {
    margin: 0 0 0px;
}

.page-id-4771 header a.mkdf-social-icon-widget-holder.mkdf-icon-has-hover,
.single header a.mkdf-social-icon-widget-holder.mkdf-icon-has-hover,
.archive.category  header a.mkdf-social-icon-widget-holder.mkdf-icon-has-hover {
    color: black!important;
}


.mkdf-bli-content h4 a {
    font-weight: 400;
}

.mkdf-bli-content h4.entry-title.mkdf-post-title {
    line-height: 1.2em;
}

span.mkdf-btn-text {
    font-family: 'Roboto';
}

/* fine blogpost  */

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 35px;
    background-color: #e62b1e;      
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #e54237; 
}


.mkdf-section-title-holder .mkdf-st-title .mkdf-st-title-mark {
    left:  -4px;
}


@media screen and (max-width: 1440px) {
    
    h2 {
        font-size: 50px;
    }

}


@media screen and (max-width:1024px) {
    h2 {
        font-size: 35px;
    }

    .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
        padding-top: 0!important;
    }

    .page-id-5050 .vc-hoverbox-inner {
        min-height: 500px!important;
    }
    .page-id-5050 .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
        font-size: 75px;
    }

}

@media screen and (min-width: 769px) {
    
    .single img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        width: 35vw!important;
        /*margin-top: 10vh;*/
    }

    .archive.category .mkdf-blog-holder article {
        width: 45%;
        float: left;
        margin-left: 3%;
    }

}


@media screen and (max-width:768px) {

    .page-id-5050 .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
        font-size: 55px;
    }

    .single img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        width: 80%!important;
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {
    
    

    
    .mkdf-mobile-logo-wrapper {
        position: relative;
        left: -25px;
        max-width: 92%;
        vertical-align: middle;
        margin-top: 10px;
    }
    
    body {
        font-size: 18px;
        line-height: 26px;
    }

	.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
		width: 170px;
		height: auto;
	}

    .mkdf-iwt.clearfix.mkdf-iwt-icon-left.mkdf-iwt-icon-medium, 
    .vc-hoverbox-wrapper.box-logo-sponsor {
        margin-top: 25px;
    }
	
	h2 {
		font-size: 25px;
        line-height: 35px;
	}
	
	h6 {
		font-size: 18px;
        line-height: 24px;
	}
	.mkdf-section-title-holder .mkdf-st-separator {
		margin: 0px 0 0;
	}
	
	.mkdf-section-title-holder .mkdf-st-separator {
		width: 80px;
	}

    blockquote:before {
        font-size: 45px;
    }

    blockquote {
        padding:  0 0 0 50px;
    }

    .bianco.quote blockquote {
        left: -25px;
        font-size: 20px;
        line-height: 26px;
    }

    span.wpcf7-list-item {
        font-size: 14px;
        line-height: 16px;
        margin-left: 0;
    }

    .page-id-5050 .vc-hoverbox {
        margin-bottom: 15px;
    }

    .no-mobile {
        display: none;
    }

    .page-id-6446 .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .page-id-6446 .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
        padding-top: 40px!important;
    }

    .single h3 {
        font-size: 30px;
        line-height: 33px;
        letter-spacing: 0px;
    }

}

@media screen and (max-width:480px) {

    .single img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        width: 90%!important;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mkdf-title-holder .mkdf-page-subtitle, .mkdf-title-holder.mkdf-centered-type .mkdf-page-subtitle {
        display: block;
        font-size: 18px!important;
        line-height: 22px!important;
    }
    .mkdf-title-holder.mkdf-has-bg-image {
        height: 300px!important;
    }
    .mkdf-title-holder.mkdf-has-bg-image .mkdf-title-image {
        height: 300px;
    }

    .mkdf-title-holder .mkdf-title-image img {
        height: 100%;
        object-fit: cover;
    }
}