/*
 Theme Name:   Royal Child
 Theme URI:    http://8theme.com/
 Description:  Royal Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     royal
 Version:      0.0.1
 Text Domain:  royal-child
*/


/*-----------------------
HOME PAGE
-----------------------*/

.page-content {
    margin-bottom: 0px;
    margin-top: 0px;
}

/*-----------------------
TYPOGRAPHIE
-----------------------*/
/* Josefin sans sur les HN */


h3 {
    	font-family: Josefin Sans;
}

.content li {
    list-style: inherit;
    list-style-position: inside;
    line-height: 1.8;
}

/*-----------------------
MENU NAVIGATION et HEADER PRINCIPAL
-----------------------*/

/*LOGO*/

.header-logo img {
    max-width: 50%;
    width: auto;
}


/*Texte Menu*/

.menu > li a {
    font-family: 'Josefin Sans';
    font-size: 14px;
    font-style: normal;
}

/*Reduction gros espace blanc sous menu page accueil*/

.content-page {
    margin-top: 0px;
}


/*Enlever retour page précédente*/

.back-history {
	display : none;
}


/*-----------------------
BANDEAU HEADER CATEGORIE
-----------------------*/

/*Texte Fil d'ariane */

.page-heading #breadcrumb, .page-heading a {
	font-size : 14px !important;
}


/* Mise en forme Header */

.page-heading {
    	border-top: 1px solid white;
    	border-bottom: 1px solid white;
	padding: 0;
}


/* Background du header*/

.page-heading.bc-type-2 {
    	text-align: left;
    	background: url(../../uploads/2016/03/bg-light-white.png) repeat;
}


/* Display du Title */

.page-heading.bc-type-2 .title {
    	display: none;
}

.page-heading.bc-type-5 .title {
    	display: none;
}


/*-----------------------
CALENDRIER
-----------------------*/
/* Chevrons mois précédent/suivant*/

.simcal-default-calendar-light .simcal-nav-button {
    color: white;
}


/*-----------------------
BLOG
-----------------------*/

/* Vignette dates derniers articles*/

.sidebar-widget .blog-post-list .date-event, .sidebar-slider .blog-post-list .date-event {
    background-color: #f16249;
    outline-color: #fff;
    border-color: #FE5E0F;
    cursor: default !important;
}

/* Typos blog */

article.post h2, .related-posts .title span, .comment-reply-title span, .sidebar-widget .widget-title span, .sidebar-slider .widget-title span {
    font-family: josefin sans;
}

/* Modif champs de recherche blog */

button.btn.medium-btn {
    padding: 0 10px !important;
}

/*-----------------------
Page témoignage
-----------------------*/

#temoignage .esg-filterbutton:hover, .simple-dark .esg-filterbutton:hover, .simple-dark .esg-navigationbutton:hover, .simple-dark .esg-sortbutton:hover, .simple-dark .esg-cartbutton:hover, .simple-dark .esg-sortbutton-order:hover, .simple-dark .esg-cartbutton-order:hover {
    color: black !important;
}

/*-----------------------
FOOTER
-----------------------*/

/* CALENDRIER */

.calendar {
    font-family: josefin sans;
}

.main-footer p {
	font-size : 12px;
}

.wpcf7-form-control wpcf7-textarea {
	height: 102px;
}