/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
.bgs_resource_title{
    font-family: "Montserrat",sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
}
.bgs_resource_content{
    font-family: "Montserrat",sans-serif !important;
    font-size: 12px !important;
}
.bgs_resource_loop{
    margin-bottom: 20px;
    padding: 8px !important;
}

.card-body,.bgs_resource_content{
    padding: 0px 2px;
}

.card-img-top{
    width: 300px;
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgs_container_card{
    border: lightgrey 1px solid;
    height: 380px;
}

@media(max-width:420px){
    .bgs_container_card{
        height: 350px;
    }
    .card-body h6{
        margin-top: 10px;
    }
}


.bgs_nav_pagination{
    margin-bottom: 20px;
}

.bgs_pages_directory ul{
    list-style: none !important;
}
.bgs_author::marker,.post_tag::marker,.categories::marker{
    content: '';
}

#tag_cloud-2 a,#tag_cloud-4 a,#tag_cloud-3 a,#tag_cloud-5 a,#tag_cloud-6 a,#tag_cloud-7 a,#tag_cloud-8 a,#tag_cloud-9 a{
    display: block !important;
    font-size: 14px !important;
    margin-bottom: 3px !important;
}

li.br-external-link a span:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://centeramishmennonitechurch.beachyresources.org/wp-content/themes/bb-theme-child/link.svg);
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px;
}