/*
Theme Name: Clusterbusters
Template: Divi
Author: Child Theme Configurator
Version: 3.0.53.1588364552
Updated: 2020-05-01 16:22:32

*/

/*.menu-item-161 a {
	font-weight: 600;
	color: #ffffff !important;
	background: #695d70;
	padding: 10px 12px 10px 12px !important;
}*/

#et-secondary-nav>li:last-child {
    margin-right: 0;
    background-color: #00497a;
    padding: 10px 10px 0;
}

#top-header .container {
    padding-top: 0;
}

@media only screen and (min-width: 981px) {
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 18px 0 0 0!important;
}
}

/* Increase width of drop-down menus */
@media screen and (min-width: 981px) {
.sub-menu {
	min-width: 300px;
}
#top-menu li li a {
    width: 260px;
	/* Extra - Reduce padding on list items */
	padding: 4px 12px;
	}
}

.v-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

/*KNOWLEDGEBASE PLUGIN*/
ul.uk-list.uk-list-large {
    padding: 0;
}

.uk-list li, ul.pakb-toc, ul.uk-nav-sub {
    list-style-type: none!important;
}

em {
    color: inherit;
}

/*Changes the hover for homepage slider titles to be white*/
h2.et_pb_slide_title a:hover {
    color: #ffffff;
}

/*Changes the hover for the title for events on events page*/
.tribe-event-url, .tribe-event-url:hover {
	color: #3d3d3d;
}

/*Edits the Important links on PR page link color and hover color*/
.links, .links:hover {
		color: #3d3d3d;
	
}

/*Edits the spacing above the "get your tickets here" on the May 9th cocktail event*/
.cocktail {
	margin-top: 15px;
}

/*edits 5k event sign up/donate buttons*/
.eventButton {
	padding-bottom: 10px;
}

ul.uk-breadcrumb {
    list-style-type: none!important;
    padding: 0!important;
}

ul.uk-margin-medium-top {
    padding: 0!important;
}

/*KNOWLEDGEBASE TEMPLATE PAGE*/
.single-knowledgebase .container:before { background-color:transparent !important; }
.single-knowledgebase .et_pb_widget_area_right { border-left:0 !important; }
.single-knowledgebase .et_pb_widget_area_left { border-right:0 !important; }
.tax-knowledgebase_category .container:before { background-color:transparent !important; }

.link-icon-right li a::after {
	    color: #003ca6;
}

.uk-margin-remove-top {
    margin-top: 5px !important;
}

article.uk-article.pakb-link {
    background-color: #fdfafa;
    padding: 20px;
}

div#left-area-fullwidth {
    padding-bottom: 7em;
}

.uk-breadcrumb+.pakb-category-decs {
    margin-top: 25px;
    color: #003ca6;
}

.uk-button-default {
    background-color: #0d4c93!important;
    color: #fff!important;
}

ul.uk-nav li a {
    font-size: 14px;
    line-height: 1.2;
}

h3.uk-margin-medium-bottom {
    color: #666;
}

.uk-margin-medium-bottom {
    margin-bottom: 0px !important;
}

/*KELLI!*/
/*KNOWLEDGEBASE TEMPLATE PAGE*/
/*#left-area-fullwidth {
    float: left;
    width: 100%;
}

.tax-knowledgebase_category #main-content .container:before {
	width:0px!important;
}



.knowledgebase-template-default .main_title {
    margin-bottom: 0;
}*/

/*oxygen article page-changes the size of text for "sayings/quotes". */
.h5Para {
	font-size:13.28px;
}

/*changes the size of the "never and please understand" paragraph on the oxygen page*/
.warning {
	font-size: 19px!important;
	font-weight: 500!important;
	line-height:1.4em;
	color: #333;
}

/*styles the beware/scuba paragraph box on the oygen article page*/
.boxed {
	font-size:13.28px; 
	line-height: 1.7em;
	border: 2px;
	border-color: #0d4c93;
	border-style:solid;
	padding: 25px;
}

/*add border boxes on treatment option pages at bottom of pages*/
#treatBoxed {
	border: 2px;
	border-color: #0d4c93;
	border-style:solid;
	padding: 25px;
}

.pakb-article-content>p {
    margin-bottom: 15px;
}

/*Gets rid fo the blue file folders on KB library pages. */
svg {
	display: none;
}

/*adds padding to volunteer form*/
#nf-form-2-cont{
	width: 100%;
	padding: 50px;
}
/*gets rid of field marked text*/
.nf-form-fields-required{
	display: none;
}

/*EVENTS*/
.tribe-mini-calendar-event .list-date {
	width: 20%!important;
}

.tribe-mini-calendar-event .list-info {
	width: 75%!important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 2px solid #e4e4e4!important;
}

/*gets rid of the "related articles section on the ACCESS TO CARE PAGE ONLY!"*/
.postid-3538 .uk-margin-large-top.pakb-primary {
    display: none;
}

/*adds top padding to event button*/
.readMore {
	padding-top: 15px; 
}
/*adds space to sup tags.*/
sub, sup {
    line-height: 2;
    font-size: 10px;
}
/*creates a scroll bar on the article sections left sidebar that are too long*/
/*.uk-sticky-fixed
{
    overflow-y: auto;
    bottom: 0px;
    position: fixed;
    top: 150px;
    width: 0px;
}
*/
/*Makes scrollbar transparent */
/*::-webkit-scrollbar {
        width: 0px;
        background: transparent; *//* make scrollbar transparent */
    /*}*/