/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#main {
  background-color: rgba(255, 255, 255, 0.65) !important;
}
#header_main{
  background: url(images/header-gaia.png) left top repeat-x;
}
ol, ul, ol li, ul li {
	list-style: none;
}
.avia_textblock ul li{
	padding-left: 15px;
	background: url(images/puce.png) left 10px no-repeat;
}
.avia_textblock h5 {
  color: #f7b134;
  font-weight: bold;
  margin-bottom: 15px;
}
.avia_textblock h5:hover {
  color: #333;
  text-decoration: underline;
}
#footer {
  background: url(images/fleurs.png) right bottom no-repeat;
}
.entry-content-header .blog-categories, .slide-meta {
  display: none;
}
.sub-menu li {
  background-color: #f7b134 !important;
}
.av_promobox {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
h2.av-special-heading-tag, h3.av-special-heading-tag {
  color: #00632e;
}