/*
Theme Name:   Movedo - djm digital child
Theme URI:    http://themeforest.net/user/greatives
Description:  Movedo Child Theme
Version:      0.4.0
Author:       Greatives Team, djm digital
Author URI:   https://www.djmdigital.be/fr/
Template:     movedo
*/

/* Custom font */
.secondary-font {
	font-family: 'PP Hatton', serif;
	font-weight: 300;
}

/* Form - about your project */
.form-about-your-project .nf-breadcrumbs li {
    width:25%;
    text-align:center;
}
.form-about-your-project .submit-wrap {
    position: absolute;
    right: 0;
    top: 20px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
    min-height:55px;
}
.flatpickr-calendar .numInputWrapper span {
    display:none !important;
}
.flatpickr-current-month input.cur-year {
    text-align:center;
    padding:0;
}
@media only screen and (max-width:767px) {
    .form-about-your-project .nf-breadcrumbs li a {
        display:none;
    }
}

/* SIGNATURE */
.saboxplugin-wrap {
    max-width:955px;
    width:90% !important;
    margin:30px auto 0 !important;
}
.testimonial .saboxplugin-wrap {
    display:none;
}

/*FOOTER*/
@media only screen and (min-width:451px) and (max-width:767px) {
    .adobefooter {
        text-align:left !important;
    }
    .adobefooter img{
        float:left !important;
    }
}
@media only screen and (max-width:450px) {
    .adobefooter {
        text-align:center !important;
    }
    .adobefooter img{
        float:none !important;
    }
}

/* CookieYes */
.cky-btn {
	transition: all .5s ease;
}

.cky-btn:hover {
	opacity: 1 !important;
}

.cky-btn-accept:hover {
	background-color: #0D0D0C !important;
	border: 2px solid #0D0D0C !important;
}

.cky-btn-reject:hover,
.cky-btn-customize:hover,
.cky-btn-preferences:hover {
	background-color: #987F49 !important;
	color: #fff !important;
}

.cky-notice-des a.cky-policy {
	border: none !important;
}