/* Custom CSS added by Paideia Team */


/* Elementa Product Display by DM*/

.product-wrapper {
    display: flex;
}
.product-img {
    float: right; 
    padding-right: 10px; 
    padding-left: 10px; 
    padding-bottom: 10px; 
    padding-top: 0px;
}
.product-text {
    width: 80%;
}

#mobilebutton {
    display: none;
}

@media screen and (max-width: 600px) {
    .product-wrapper {
        display: block;
    }
        .product-img {
            float: none;
            padding-right: 0px; 
            padding-left: 0px; 
            padding-bottom: 0px; 
            padding-top: 0px; 
    }

    .product-text{ width: 100%;}

    #mobilebutton {
        display: block;
    }

    #desktopbutton {
        display: none;
    }
}

.product-wrapper img {
    margin-top: .5em;}

    .blog_post_card .entry-title{font-size: 19px;}

    .blog_post_card img {
    height: 250px;
}

.new_home .new-features .feature-slides .slides li.feature-slide .feature-content .feature-excerpt {
    font-family: 'Lato';
}

.new_home .featured_sidebar_wrapper .blog_post_card .entry-title {
  font-weight: bold;
}

.new_home .featured_sidebar_wrapper h5 {
    margin-bottom: 3px;
}

.text-muted {
    color: #000;
}

.new_home .featured_sidebar_wrapper .blog_post_card .published {
    font-size: 12px;
}

@media screen and (max-width: 768px){
.new_home .featured_sidebar_wrapper .blog_post_card {
    height: 100%;
    padding: 15px 0px;
    MARGIN-BOTTOM: -25px !important;
    margin: 10px;
  
}
}

@media screen and (max-width: 768px) {.new_home .featured_sidebar_wrapper .imr-headings {
    padding: 0 10px;
    MARGIN-TOP: 10PX;
    MARGIN-BOTTOM: -19PX;
}}