/* Theme Name: RemoteMore Resources Child Theme
Theme URI: https://remotemore.com
Description: This is child theme of RemoteMore
Author: RemoteMore
Author URI: https://remotemore.com
Template: egovt
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  egovt-child
*/

.footer-btn-highlight {
    display: inline-block;
    background: #1E70BF;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin-left: 20px;
}

.elementor.elementor-982{
    position: sticky;
    top: 0;
    z-index: 99999;
}

.blog-grid article.post-wrap .post-meta-date{
    margin-top: 0px !important;
}

.blog-grid article.post-wrap .evgovt-content {
    padding: 15px 0px 15px 0px !important;
}

.ova-blog .post-wrap .wrap-article .evgovt-content {
    background: #ffffff00 !important;
}

.blog-grid article.post-wrap .wrap-article {
    box-shadow: none !important;
}

span.post-meta-content-date {
    padding: 0px !important;
}

/***Remote More Posts Widget***/
a.remote-more-right-side-button {
    text-align: center;
    justify-content: center;
    display: flex;
    height: 50px;
    align-items: center;
    border-radius: 30px;
}

.remote-more-posts-right-content {
    position: sticky;
    top: 100px;
    margin-top: -40px !important;
}

@media (max-width: 868px) {
    .remote-more-posts {
        flex-direction: column;
        gap: 20px;
    }
    .remote-more-posts-left,
    .remote-more-posts-right {
        width: 100% !important;
        
    }
}

.single-post article.post-wrap .post-media{
    margin-bottom: 0px !important
}

.ova-blog-slide.blog-grid .owl-item {
    box-shadow: none !important;
}

/**
Scroll Up Button
**/

#scrollUp{
    background-color: #003350 !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    color: #fff !important;
}

.elementor-5973 .elementor-element.elementor-element-1afe090 .ova-blog-slide.blog-grid .owl-nav button:hover{
    color: #003350 !important;
}


/***
Contact Form 7 Subscription
***/

label.resources-label {
    color: #003350;
    width: 100%;
    font-weight: 600;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"]{
    direction: ltr;
    width: 100%;
    border: none;
    border-radius: 5px 5px 5px 5px;
    height: 45px;
    margin-top: 5px;
}

input[type="checkbox"] {
    height: 12px !important;
}

.wpcf7-list-item{
    margin: 0px 0px 0px 0px !important;
}

input[type="submit"]{
    padding-left: 70px !important;
    padding-right: 70px !important;
    background-color: #B4F626 !important;
    color: #003350 !important;
    border-radius: 30px 30px 30px 30px !important;
    border: none;
    font-weight: 700;
    height: 60px !important;
}

input[type="submit"]:hover {
    background-color: #1E70BF !important;
    color: #fff !important;
    transition: 0.7s;
}

@media (max-width: 1024px) {
    .resource-submit p {
    display: flex;
    justify-content: center;
   
}
}

.resource-submit p {
    display: flex;
    justify-content: center;
    padding-left: 60px;
}