/*
 Theme Name:  Blueyes Below Child Theme
 Theme URI:    https://candidbadgercreations.com
 Description:  Child Theme for Blueyesbelow
 Author:       Candid Badger
 Author URI:   https://candidbadgercreations.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* menu related */
.nav li ul {
    right: 0!important;

}


header .mobile_menu_bar:before {
    color: #ffffff;
}


/* wider menu */
.nav li ul {
    width: 420px;
}
#top-menu li li a {
    width: 100%;
}

/*set the width of the rows inside the Post Content module*/
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}

/* equalize blog cards */

.pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}
.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}