/* GENERAL */
.sidebar_wrapper .sidebar .wrap .sidebar_title,
a {
	color: #E71D7F;
}

.read_more,
.content_wrap .content .post .read_more {
  	float: left;
  	border: 1px solid transparent;
    background: #E71D7F;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px 5px 10px;
    margin-bottom: 11px 0;
}

.sidebar_wrapper .sidebar .wrap .sidebar_title {
  background: none;
    height: auto;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0px;
}

.content_wrap .content .post .post_meta .date {
	background: url(wp-content/uploads/Icons/time.png);
    background-size: 14px;
    background-repeat: no-repeat;
}

.content_wrap .content .post .post_meta .author {
	background: url(wp-content/uploads/Icons/pencil.png);  
    background-size: 14px;
    background-repeat: no-repeat;
}

.content_wrap .content .post .post_meta .comment {
	background: url(wp-content/uploads/Icons/comments.png);
    background-size: 14px;
    background-repeat: no-repeat;
}

.content_wrap .content .post .post_meta .category {
	background: url(wp-content/uploads/Icons/category.png);
    background-size: 14px;
    background-repeat: no-repeat;
}


.read_more:hover,
.content_wrap .content .post .read_more:hover {
	background: #FFF;
  	border: 1px solid #E71D7F;
  	color: #E71D7F;
} 

/* BACKGROUND */

body.custom-background {
    background-position: center !important;
    background-attachment: fixed !important;
}

body {
	background-color: #FFF;
}

.header_wrapper .logo {
    position: relative;
    width: 50%;
    left: 53%;
}


/* ZONE DE CONTENU */

.content_wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  	border: 3px solid #E71D7F;
  	margin-bottom: 50px;
}

.double_line {
    border-bottom: 3px double #E71D7F;
    background: none;
}

/* MENU PRINCIPAL  */

#menu li a {
  color: #555;
}

#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a,
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a.selected:hover {
    text-decoration: none;
  	color: #000;
}

#menu .ddsmoothmenu ul.sub-menu {
  	border: 1px solid #E71D7F;
}

#menu .ddsmoothmenu li li a {
	background-color: #FFF;
  	border: none;
}

#menu .ddsmoothmenu li li a:hover {
	background-color: #FFF;
  	color: #E71D7F;
  	border: none;
}

/* Footer  */

.footer_last_content {
    display: none;
}

.footer_wrapper .inner h4 {
	border-bottom: 1px dotted #E71D7F;
    color: #E71D7F;
}

.footer_wrapper #searchform #s {
    background: none;
  	background-color: #FFF;
  	border: 1px solid #E71D7F;
}