/* @override 
	http://carpetcleaningcork.fathost.ie/wp-content/themes/Divi-child/style.css?ver=2.7.1 */


/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

span#et-info-email {
	display: none;
}

.menu
{
padding: 0;
margin: 0;
list-style-type: none;
}

.menu li
{
padding: 0;
background: none;
}


.menu li a
{
display: block;
padding: 2px 15px;
color: #fff!important;
margin: 0 0 2px 0;
background: #e0293b;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight: bold;
font-size: 12px;
}

.menu li a:hover,
.menu .current-menu-item a
{
background: #ae0717;
text-decoration: none;
}


