/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* --------------------------------------------- */
ul li a:focus, img{
     border:none!important;
	 outline:none!important;
}
a:link{
	border:none!important;
	 outline:none!important;
}
/* Fonts */


/* HEADER */
/* Fil d'ariane */
.home .filariane-accueil  {
  display:none !important;
}
.last{
	font-size:12px;
	font-weight:600
}

/* article */
.blog-entry-inner{
	border-color: #011E41!important;
}
/* THE EVENTS CALENDAR */
/* Minimal liste suppression Find out more */
.ectbe-evt-read-more, .ept-next-prev{
	display:none!important;
}

/* suppression Colonne latéral evenement seul */
.tribe-events-page-template #primary {
width: 100%;
}
.tribe-events-page-template #right-sidebar {
display: none;
}
.content-area{
	border: none;
}
#main #content-wrap{
	padding-top: 10px!important;
}
.epta-template-1{
	padding:0px!important;
}
/* border archives articles */
.blog-entry.grid-entry .blog-entry-inner{
	border-radius:25px;
}
/* article seul taille image mise en avant*/
.wp-post-image{
    width: 400px!important;
	border-radius:25px!important;
}
.thumbnail{
text-align: center;
	margin-top:0px!important;
}
.single .entry-title {
    padding: 0!important;
    margin: 0!important;
    border-bottom: 0px!important; */
}
.meta{
	margin-bottom:0px!important;
} 