Tag: DOHR

/* Added by DonDivi */
.dd-menu-flex-sub {
z-index: -1 !important;
}
#main-content .container {
z-index: 0 !important;
}

/*Hides default related posts at bottom of post so we can replace with a more customizable plugin tool */

.single .et_extra_other_module.related-posts {
display: none;
}

/*Removes the Previous and Next text at end of posts to tidy up*/

body.single-post .post-nav {
display: none;
}

/* YARP Reduces the title font size and displays more than two title lines */
.yarpp-thumbnail {height: 200px !important;}
.yarpp-thumbnail-title {font-size:0.8em !important; max-height: 4em !important}

header.et-l.et-l--header {
z-index: 99999;
position: relative;
}

.et_pb_section_0_tb_header {
overflow: initial !important;
}

/*MD*/
.md-header-menu .et_pb_menu_inner_container
.et_pb_menu__logo {
overflow: hidden;
}

.md-header-menu .et_pb_menu_inner_container
.et_pb_menu__logo img {
margin-top: -25px;
margin-bottom: -25px;
}

@media (max-width: 980px) {
.md-header-top .et_pb_menu__wrap {
justify-content: flex-end;
}
}

@media (min-width: 981px) {
.md-header-menu {
height: 100% !important;
min-height: 185px !important;
}

.md-header-menu .et_pb_menu__wrap {
align-self: flex-end !important;
padding-bottom: 15px !important;
}

.md-header-menu
.et_pb_menu_inner_container {
height: 100% !important;
align-items: end;
}

.md-header-menu nav>ul>li>a {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
}

/*Makes Links Bold */
a, a:visited, .post-content a, .et_pb_pagebuilder_layout .et_pb_blurb_container p a, .et_pb_pagebuilder_layout .et_pb_code a, .et_pb_pagebuilder_layout .et_pb_promo_description a, .et_pb_pagebuilder_layout .et_pb_newsletter_description a, .et_pb_pagebuilder_layout .et_pb_team_member_description>a, .et_pb_pagebuilder_layout .et_pb_pricing li a, .et_pb_pagebuilder_layout .et_pb_slide_content a, .et_pb_pagebuilder_layout .et_pb_tab a, .et_pb_pagebuilder_layout .et_pb_text a, .et_pb_pagebuilder_layout .et_pb_toggle_content a, .et_pb_pagebuilder_layout .et_pb_fullwidth_code a {
color: #b88917;
font-weight: bold;
}