/* 
 Theme Name:     Child theme for Divi
 Author:         Les Volté.e.s
 Template:       Divi
*/ 


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

sup {
    position: relative;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    font-size: 0.6em;
	}

#main-content {
    background-color: transparent;
}

h1#comments.page_title {
font-size: medium;
}

#reply-title {
font-size: medium;
}

.et_pb_inline_icon::before, .et_overlay.et_pb_inline_icon::before {
    display: none;
}

h1.entry-title { color: #232323;
}

h4.widgettitle { color: #232323;
}

a { color: #0055FF;
}

.single .et_pb_post {
margin-bottom: 0;
padding-bottom: 0;
}
.single #left-area {
padding-bottom: 0;
} 

/*style blockquote*/
blockquote {
color: #000000;
border-left: 5px solid #0055FF;
padding: 10px;
background: #f4f4f4;
}

/* Styling CF7 to look like the Divi Contact Form */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #eee !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 3px !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-submit {
	color: #000 !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: transparent;
	border: 2px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.wpcf7-submit:hover {
	background-color: #eee;
	border-color: #000;
	padding: 6px 20px !important;
}

/*styles wp-pagenavi*/

.wp-pagenavi {
	border-top: 0px !important;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #ffffff !important;
}

/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.3em 0.8em !important;
  font-size: 2em !important;
  color: #ffffff;
  line-height: 2em;
  background: rgba(0,85,255,0.48);
  transition: all .5s;
}
 
/*styles the wp-pagenavi current page number*/
.wp-pagenavi span.current {
  color: #0055ff !important;
  background: #ffffff !important;
}
 
/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
  color: #0055ff !important;
  background: #ffffff !important;
}
 
/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
  color: #ffffff !important;
  background: rgba(0,85,255,0.48) !important;
}

/*replace G+ icon by peertube*/

.et-social-google-plus a.icon:before { 
	background: url('https://lavolte.net/wp-content/uploads/icons/peertube.svg'); 
	content: '' !important; 
	display: inline-block !important;  
	background-repeat: no-repeat;
}
.et_pb_social_media_follow .et-social-google-plus a.icon:before { 
	display: block !important;
}
#top-header .et-social-google-plus a.icon:before {
	height: 14px;
	width: 15px;
	margin-bottom: -1px;
}
#main-footer .et-social-google-plus a.icon:before { 
	height: 24px; 
	width: 24px; 
	margin-bottom: -1px;
}


/*EventOn tweaks*/

.EOhome .ajde_evcal_calendar .calendar_header { display: none; }

.EOhome .ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events {
border-radius: 0px;
border: 0px;
}

.AGhome .ajde_evcal_calendar.evoEL .calendar_header { display: none; }

.AGhome #evcal_list {
border-color: 1px solid #ffffff;
border-radius: 0px;
}

.AGhome .eventon_events_list .eventon_list_event .evcal_desc span.evo_below_title { display: none; }

.AGhome .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc_info { display: none; }

.AGhome .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc3 { display: none; }

.EOactus .ajde_evcal_calendar .calendar_header { display: none; }

