
/*
Theme Name: Catch Base Child Theme
Author: Floriane Lemarié
Author URI: http://www.flemarie.fr
Description: Catch Base Child Theme
Version: 1.0
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: catchbase
Template: catch-base
*/

/* =Child Theme Custom CSS
Noir : 823f3f
Gris : 808080
Bleu : 62a5de
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
/*	color: #404040; */
	font-family: serif;
/*	font-size: 15px; */
/*	line-height: 1.5; */
}


/* Menu principal */

.nav-primary {
/*  background-color: #c9c9c9 ; */
  background-color: #7b6a6a ;


}

.nav-primary div.wrapper {
  border: 1px solid #ae3435;
  
}

.catchbase-nav-menu a,
.sidebar-header-right .widget_nav_menu a {
	color: #ffffff;
	font-weight: 700;
}

.catchbase-nav-menu li a:hover,
.catchbase-nav-menu li a:focus,
.sidebar-header-right .widget_nav_menu li a:hover,
.sidebar-header-right .widget_nav_menu li a:focus {
	color: #000000;
}


/* Barre latérale */

/* Post  */

/* Titre */
/*
 * ==> Version responsive
h1 {
	font-size: 20px;
}
*/

/* Titre des posts */
.entry-title,
.entry-title a {
	color: #1a1a1a ;
}

.entry-title a:hover {
	color: #808080 ;
}

.entry-title::first-letter { 
    font-size: 200%;
    color: #ae3435;
    font-weight:bold;
}


/* Titre 1 des posts */
.entry-content h1{
    color: #1a1a1a;
   font-size: 20px;
}

/* Paragraphe des posts */
.entry-content p{
  text-align: justify;
  
}



.logo-right #site-header {
	padding-right: 0px;
}

#site-header.logo-enable.logo-right {
    padding-right: 0px;
}

#site-branding {
	padding: 0px;
}

.widget-title::first-letter { 
    font-size: 150%;
}
.widget-title{ 
    color: #1a1a1a;
}

a.more-link {
    color: #ae3435;  
}

H1{ 
    color: #1a1a1a;
}

H1::first-letter { 
    font-size: 150%;
    color: #ae3435;
}
  
H2::first-letter { 
    font-size: 150%;
    color: #ae3435;
}


input.wysija-submit {
    color: #ae3435;  
}

a{
  color: #7b6a6a;
}

.comments-link a{
    color: #ae3435;  
}

.comments-link a:hover{
    color: #1a1a1a;  
}

#site-header {
  width: 100%;
}

.site-description {
  text-align: center;
  font-size:150%;
}

#search-toggle {
  color: #ffffff; 
}


.catchbase-nav-menu .current-menu-item > a,
.catchbase-nav-menu .current-menu-ancestor > a,
.catchbase-nav-menu .current_page_item > a,
.catchbase-nav-menu .current_page_ancestor > a,
.sidebar-header-right .widget_nav_menu .current-menu-item > a,
.sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
  color: #1a1a1a;
}





