/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version:  1.0.1

@import url("../Divi/style.css");


Notes for divi theme updates:
1. Comment out: 
add_action( 'wp_head', 'et_divi_add_customizer_css' );
In Divi theme functions.php file to remove all css
*/
@import url("css/bootstrap.min.css");
@import url("css/style.css");
 
/* =Theme customizations
------------------------------------------------------- 

#sidebar .searchandfilter {
  margin-bottom: 30px; }

#sidebar .searchandfilter input[type='submit'] {
  margin-top: 10px; }

body .searchandfilter ul li ul li, body .et_pb_widget ul li ul li {
  margin-left: 0px;
  width: 100%;
  margin-bottom: 5px; 
margin-top:5px;
padding:0px;}



body .current-cat  > label {
  background: rgba(247, 47, 162, 0.98);
 }
  
  
.searchandfilter input[type='checkbox']  {
	float:right;	
}

.searchandfilter input[type='submit'] {
  transition: all 0.2s ease-in-out 0s;
  padding: 0.2em 10px;
  margin: 0;
  background: #F62FA1;
  border: 0px;
  font-size: 16px;
  color: #ffffff; }
  .searchandfilter label:hover {
    background: #f747ac; }


.searchandfilter .children {
    display: none;
}
 

.searchandfilter .showChildren,
.searchandfilter  .hideChildren {
    width: 100%;
    text-align: center;
    font-size: 11px;
cursor:pointer;
}

.searchandfilter  .hideChildren {
display:none;
}


.up {
   height:0;
   width:0px;
   border-top: 8px solid white;
   border-left: 8px solid transparent;
   transform:rotate(-45deg);   
 display: inline-block;
    margin-bottom: -1px;
    margin-left: 5px;
  }

.down {
    height: 0;
    width: 0px;
    border-bottom: 8px solid white;
    border-right: 8px solid transparent;
    transform: rotate(-45deg);
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 25px;
  }

.searchandfilter label {
	padding:4px;
	font-size:11px; 
	line-height:14px;
}



 .logoHover h4,  .logoHover h4 a {
height:auto!important;
}

 

.page-id-5744 .logoHover:hover .et_pb_blurb_container {
    opacity: 0.9;
    background: #6c1b78!important;
}


.page-id-5744 .et_pb_blurb_container p {
	font-size:14px!important;
}


.eo-event-board-items .eo-eb-event-box {
	margin:5px!important;	
}

.eo-event-board-items {
	width:100%!important;	
}

.eo-eb-event-title a {
font-size: 16px;
color: #FFFFFF;
line-height: 1.5;
font-weight: bold;
	word-wrap: break-word;
}
.eo-eb-event-meta,
.eo-eb-event-meta a {
	color:white;
}

.eo-event-board-items .eo-eb-event-title a {
font-size:16px!important;
	line-height: 13px!important;
}


.eo-event-board-items .eo-eb-event-box {
	padding:0px!important;	
}

.eo-event-board-items .eo-eb-event-meta-container {
	padding:10px!important;	
}

.eo-event-board-items .eo-eb-event-box .thumbnail a {
	display:block!important;
}

.eo-event-board-items .eo-eb-event-box .thumbnail img {
	width:100%!important;
}

.eo-event-board-items .thumbnail a {
	display:block!important;

}
.eo-event-board-items img {
	width:100%!important;	
		margin-top:0px!important;
}



#et-top-navigation {
	padding-left:160px!important;
}

#top-menu li {
    font-size: 11px !important;
    padding-right: 10px !important;
}

#logo {
    max-height: 39%!important;
    max-width: 200px;
}


@media (max-width:1286px) {
#top-menu li {
    font-size: 13px !important;
    padding-right: 15px !important;
}
}
*/

