
/*hide title*/
.entry-header {
    display: none;
}
div#navigation.d-lg-block {
    display: flex !important;
    width: 100%;
    justify-content: flex-end;
}
/*link on dark*/
.link-on-dark a {color: #ffffff;}
.link-on-dark a:hover {color: #fbbd39;}

span.ajax-loader{
  display: none!important;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #ff0000;
    background-color: #ffffff;
}
.wpcf7-acceptance-missing, .wpcf7-validation-errors {
    background-color: #ffffff;
}
.wpcf7-text.uf-input-group {
    border-radius: 100px;
}

/*custom css form subscribe*/
.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-submit {
    width: auto;
}

.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-text {
    width: 30%!important;
}

.form-on-subscribe2 span, .form-on-subscribe2 span{
    padding: 0 3px;
}

@media (max-width: 1024px) {
.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-text {
    width: 50%!important;
    }
}

@media (max-width: 479px) {
.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-submit   {
    width: 100%;
}

.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-text {
    width: 100%!important;
  }
    input.wpcf7-form-control.wpcf7-text   {
        margin-bottom: 12px
  }
}		

/*FOOTER */
#footer div#bottom {
    padding-top: 0;
}
#footer .widget a {
    display: inline-block;
}