/*
 Theme Name:     SVDP - Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

h3 {
	    color: #2B3F89!important;
	    font-size: 20px!important;
margin-top: 10px;
	font-weight:bold;
}



.container.et_menu_container {
    z-index: 99;
    max-width: unset;
    margin: 0;
    width: inherit;
}


#top-menu li li {
	padding:0!important;
}

#top-menu li li a {
	line-height: 1.35em;
}

.nav li ul {
	width:200px!important;
	padding: 0px 0!important;
}

.menu-item-4868 a {
    background: #94d600;
    color: white!important;
    padding: 9px;
    font-size: 14px;
    border-radius: 8px;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background-color:rgba(43,63,137,.6)!important;
	opacity:1;
}

.et-search-form input {
	height: 30px;
	width: 40%;
	background-color: #ededed;
	padding: 0 10px;
}

.post-slider .et_pb_slide_content {
	display:none!important;
}

.hero {
    max-height: 500px;
}

.hero img {
    width: 100%;
    max-height: 200px;
}


.button {
    background-color: rgba(0, 202, 207, 0.90);
    border: none;
    color: white;
    padding: 13px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 6px 0px 6px 0px;
    cursor: pointer;
    vertical-align: text-bottom;
   font-weight:bold;
}

.footer, .footer a {
	color:#878581;
}


.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 


.all-posts .et_pb_post {
    margin-bottom: 30px;
}

.all-posts h2.entry-title {
    padding-bottom: 0;
}

h3.happyforms-form__title {
    display: none;
}


/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}


/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/*** Hide Sidebar ***/
#sidebar {display:none;}

.et_monarch .et_social_6col li {
    width: unset;
}

#main-content .container {
    padding-top: 0px;
}

.et_pb_post .entry-content {
    padding-top: 0px;
}


@media (min-width: 981px) {
#left-area {
    padding: 23px 170px 0px !important;
}
	}

@media only screen and (min-width: 981px) {
	
#logo {
    max-height: 100%!important;
    margin-top: -32px;
	content: url(https://stvincentdayton.org/wp-content/uploads/2019/03/Logo.jpg);
}	
	
.et_header_style_left #et-top-navigation nav>ul>li>a {
	    padding-bottom: 18px!important;
	}
	
	.et_header_style_left #et-top-navigation {
		    padding: 100px 0 0 0!important;
	}
}


/* Switch Divi Logo on Mobile Devices */
@media only screen and (max-width: 981px) {
#logo {
content: url(https://stvincentdayton.org/wp-content/uploads/2019/03/mobile-logo.jpg);
/*max-height: 160px;*/
height: auto; /* default value - the browser calculates the height */
}
	
	.container.clearfix.et_menu_container {
    padding: 0 15px;
}
	
	div#et_top_search {
		display:none;
	}
}




#main-footer {
	display:none;
}


/* CONFERENCE SEARCH 

div#slp_tagline {
    display: none;
}

.text_below_map {
    display: none;
}

.slp_map {
    display: none;
}

span.slp_result_contact.slp_result_directions {
    display: none;
}

div.results_entry .results_row_left_column {
    width: 100% !important;
}

span.slp_result_address.slp_result_phone {
    font-weight: bold !important;
}

div.results_entry span.location_name {
    color: #2B3F89 !important;
}

div#map_sidebar {
    overflow: inherit !important;
}

#searchForm #addy_in_radius LABEL {
    min-width: 27.5% !important;
	display:none !important;
}

#searchForm LABEL {
    min-width: 9% !important;
}

#searchForm INPUT[type="text"].label_text {
    width: 86% !important;
}

select#radiusSelect {
    display: none !important;
}*/


/*.slp_results_container .results_wrapper,*/
div#slp_tagline,
div#addy_in_radius {
	display:none;
}

.slp_search_form .search_box .search_item {
	display:unset!important;
	flex: unset!important;
}

.slp_search_form .search_box .search_item .slp_ui_button {
    margin: 0 0 12px 0!important;
    background: #00cacf;
	color:white;
	font-weight:bold;
	font-size: 14px;
	    padding: 5px 8px;
	border-width: 0px;
}

input#addressInput {
    padding: 4px!important;
    font-size: 14px!important;
}


div#tablepress-1_length,
div#tablepress-1_filter {
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 10px;
}

.dataTables_wrapper label select {
    font-size: 16px;
	color: grey;
}

.paginate_button.disabled:after, .paginate_button.disabled:before {
    color: lightgray!important;
	    text-shadow: none!important;
}

.paginate_button:after, .paginate_button:before {
    color: gray!important;
	    text-shadow: none!important;
}

.dataTables_wrapper label input {
    font-size: 16px;
    padding: 2px 5px;
    border: solid grey 1px;
    color: grey;
}

.dataTables_paginate a,
.dataTables_info {
	font-weight:bold;
}

.entry-content table {
    color: grey;
    font-weight: 600;
}