/*!
Theme Name: Simply
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Simply
*/

.admin-bar header {
    margin-top: 32px;
}

.wpcf7-form-control-wrap {
    position: initial;
}
.rounded__border-radius {
    border-radius: 20px;
}

.input-file.input-file--upl-err:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V13H11V15ZM11 11H9V5H11V11Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 100% 16px;
    border-radius: 0;
    width: 100%; 
    height: 100%;
}
.input-file.input-file--upl-err {
    border-radius: 0;
}
.wpcf7-spinner {
    display: none;
}

.footer-form .wpcf7-not-valid-tip {
    color: rgb(215 0 0 / 50%) !important;
    display: block !important;
}

/*
* jobs page
*/
.all-locations.locations__all-locations.red-btn.location-tag--active {
    pointer-events: none;
}
.locations__remote.red-btn {
    pointer-events: none;
    color: white;
}
.all-locations.locations__all-locations.location-tag {
    padding: 15px 30px 15px 34px;
}
.locations__remote.red-btn span{
    opacity: 1;
}

/*
* category tag style
*/
.b-article-head a.tag:hover {
    color: #565c64;
    border-color: #fff;
    background: #fff;
}
.article-foot a.tag:hover {
    color: #fff !important;
    border-color: #ef404b !important;
    background: #ef404b !important;
}
.article-foot a.tag,
.b-article-head a.tag,
.blog-items a.tag {
    margin-bottom: 6px !important;
}

@media screen and (max-width: 625px) {
    .b-article .box .article-foot .h4 {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1640px) {
    .b-article .box .article-foot .h4 {
        margin-top: 40px;
    }
}
.b-article .box .article-foot .h4 {
    margin-top: 50px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}