/*
Theme Name:  Tip Blog Child
Description: Thème enfant pour Twenty Fourteen
Author:      brw
Author URI:  http://www.wimex-webcom.com
Template:    twentyfourteen
Version:     1.3
*/

/* Début du code css */
body {
    background: none repeat scroll 0 0 #d99832;
}

#page {
    margin-left: auto;
    margin-right: auto;
}

.site-main {
    background-color: #ffffff;
}

.site-title,
.site-title a:hover {
    font-size: 30px;
}

.site-info {
    text-align: center;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
    text-decoration: none;
}

h1 {
    color: #d99832;
}

.entry-title a {
    color: #d99832;
}

a {
    color: #563b3b;
    text-decoration: none;
}

a:hover {
    color: #d99832;
}

.site::before,
#secondary,
.site-header,
.site-footer,
.menu-toggle,
.featured-content,
.featured-content .entry-header,
.slider-direction-nav a,
.ie8 .featured-content,
.ie8 .site::before {
    background-color: #563b3b;
}

.search-box {
    background-color: #d99832;
    padding: 12px;
}

.search-toggle:hover,
.search-toggle.active {
    background-color: #563b3b;
}

.search-toggle {
    background-color: #d99832;
    cursor: pointer;
    float: right;
    height: 48px;
    margin-right: 38px;
    text-align: center;
    width: 48px;
}

.grid .featured-content .entry-header {
    height: 100px;
}

.grid .featured-content .entry-header {
    border-color: #d7a75b;
    border-style: solid;
    border-width: 12px 10px;
    //height: 96px;
    padding: 3px 10px;

}

.featured-content .entry-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 240px;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #d99832;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.post-navigation a:hover,
.image-navigation a:hover {
    color: #d99832;
}

.widget a {
    color: #fff;
}

.widget a:hover {
    color: #d99832;
}

widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    background-color: #d99832;
    border: 0 none;
    font-size: 12px;
    padding: 5px 15px 4px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title::before {
    background-color: #d99832;
    color: #fff;
    margin: -1px 9px 0 0;
    padding: 6px 0 9px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}

.content-sidebar .widget .widget-title {
    border-top: 3px solid #d99832;
    color: #d99832;
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 18px;
    padding-top: 7px;
    text-transform: uppercase;
}

.content-sidebar .widget a {
    color: #d99832;
}

#btn-contact-us {
    padding: 10px 20px;
    background-color: #563B3B;
    color: #ffffff;
    border-radius: 20px;
}

#btn-contact-us:hover {
    background-color: #D99832;
    color: #ffffff;
}
