/*
Theme Name: zomia child
Tags:  custom-menu, editor-style, featured-images
Template: zomia
Version: 1.0.0
*/

@import '../zomia/style.css';


/*---------------------------------
      write your css from here
------------------------------------*/

a {
    color: unset;
}

span.wpcf7-spinner {
    display: inline !important;
}

span.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -45px;
    font-size: 13px;
    color: #ffffff;
    background-color: #ffa263;
    padding: 0 10px;
}


input#ff-emailnewsletter {
    border: 1px solid #740fd7;
    background-color: #f2edf7;
    height: 50px;
    border-radius: 5px 0 0 5px;
    padding: 5px 10px;
}

@media screen and (max-width: 768px) {
    input#ff-emailnewsletter {
        width: 160px;
    }
}

input#ff-emailnewsletter-beta {
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
    height: 50px;
    border-radius: 5px 0 0 5px;
    padding: 5px 10px;
}

input#ff-submit {
    background-color: #5a49f8;
    color: #ffffff;
    height: 50px;
    border-radius: 0 5px 5px 0;
}

input#ff-submit-beta {
    background-color: #fbfbfb;
    color: #5a49f8;
    height: 50px;
    border-radius: 0 5px 5px 0;
    border-color: #fbfbfb;
    border: 2px;
    margin-left: 2px;
}

span.wpcf7-list-item-label {
    font-style: italic;
    font-size: 12px;
}

.fond-bleu span.wpcf7-list-item-label {
    color: #fff;
}


a.meta_comments {
    display: none;
}

.zomia-blog-meta-left span::before, .zomia-blog-meta-left a::before {
    display: none;
}

.revslider-content a:hover {
    color: #000;
}

a#scrollUp, .grecaptcha-badge {
    display: none !important;
}

.section-title h3, .section-title h2, .title_tx h3, .title_tx h2 {
    text-transform: none !important;
}

#article-post-blog ul {
    margin: 15px 30px;
}

.stars img {
    margin: 0 auto;
    display: block;
    width: 170px;
}
