/*
Theme Name: Socialwork Blog
Description: Custom Theme for NASW
Author: Digital Web Ink
Author URI: http://digitalwebink.com/
Template: Divi
Version: 2.0.2
*/

/*MENU STYLES*/

.top_menu .et_pb_menu__menu {
    display: flex !important;
}
.top_menu .et_mobile_nav_menu {
    display: none !important;
}

.footer_section .et_pb_menu_0_tb_footer.et_pb_menu ul {
    flex-wrap: wrap !important;
}

/*GLOBAL STYLES*/

.et_pb_menu .et_pb_menu__search-input {
    color: white;
}


.home .et_pb_posts article,
/*.category .et_pb_posts:not(.most_recent_post) article,*/
.single .et_pb_posts article {
/*.archive .et_pb_posts:not(.most_recent_post) article,*/
/*.search .et_pb_posts article {*/
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: auto 1fr;
    gap: 10px 20px;
    padding-bottom: 10px;
}

.home .et_pb_posts article a,
/*.category .et_pb_posts:not(.most_recent_post) article a,*/
.single .et_pb_posts article a {
/*.archive .et_pb_posts:not(.most_recent_post) article a,*/
/*.search .et_pb_posts article a {*/
    grid-row-start: 1;
    grid-row-end: end;
    margin-bottom: 0;
}

.home .et_pb_posts article h2.entry-title,
.home .et_pb_posts article .post-meta,
/*.category .et_pb_posts:not(.most_recent_post) article h2.entry-title,*/
/*.category .et_pb_posts:not(.most_recent_post) article .post-meta,*/
.single .et_pb_posts article h2.entry-title,
.single .et_pb_posts article .post-meta {
/*.archive .et_pb_posts:not(.most_recent_post) article h2.entry-title,*/
/*.archive .et_pb_posts:not(.most_recent_post) article .post-meta,*/
/*.search .et_pb_posts article h2.entry-title,*/
/*.search .et_pb_posts article .post-meta {*/

    grid-column-start: 2;
    grid-column-end: end;
    margin: 0;
    padding: 0;

}

/* END: GLOBAL STYLES*/


/* CATEGORY & TAG PAGE STYLES */

/*.category .et_pb_posts:not(.most_recent_post) article,*/
/*.archive .et_pb_posts:not(.most_recent_post) article,*/
/*.search .et_pb_posts article {*/
/*    gap: 10px 35px;*/
/*}*/

/* END: CATEGORY & TAG PAGE STYLES */