/*
 * Fonts
 */
@import url(../../../base/fonts/OpenSans.css);

/*
 * Common
 */
@import url(../main.css);

/*
 * Specific values
 */
:root {
    --font-family: 'Mada';
    --primary-color: #fccf47;
    --secondary-color: #ffffff;
    --tertiary-color: #5c6566;
    --primary-color-border: rgba(162,117,0,.15);

    --h1-font-size: 56px;
    --h1-font-color: #5c6566;
    --h1-line-height: 60px;
    --h1-text-transform: initial;
    --h1-font-weight: initial;

    --h2-font-size: 36px;
    --h2-font-color: #5c6566;
    --h2-line-height: 40px;
    --h2-text-transform: initial;
    --h2-font-weight: initial;

    --h3-font-size: 22px;

    --line-theme1: #f7faf9;
    --line-theme2: #edf2f1;
    --line-theme3: #71e3ac;
    --line-theme4: linear-gradient(180deg, rgba(51,176,116,0.70) 0%, rgba(113,227,172,1.00) 100%);
    --navbar-inner-background: linear-gradient(45deg, #71e3ac 0%, #71e3ac 100%);

    --button-border-radius: 0px;
    --background-image: url(../../../../../../themes/builder/images/bienetre/fullwidth/fullwidth-bg-1.jpg) no-repeat;
}

/*
 * Site
 */
body.index {
    background: #71e3ac;
}
header, header > .navbar.affix {
    background: #71e3ac;
}
.navbar-nav > li > a {
    color: #f7f7f7;
}
.sidebar-search input {
    background: #63cc99;
    border: none;
    height: 50px;
    border-radius: 0px;
    color: white;
}
#main-composition .sidebar-search .btn {
    background: white;
    color: #fccf47;
    margin-left: 10px;
}
.sidebar h4 {
    color: #f1f1f1;
}
.sidebar hr {
    border-bottom: 2px solid #f1f1f1;
}
.sidebar .recent_posts li a {
    font-size: 18px;
}
.sidebar .recent_posts li .thumb {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.sidebar .recent_posts li a.link {
    color: #f1f1f1;
}
.sidebar .categories a {
    color: #f1f1f1;
}

/*** ARTICLES ***/
#articles_template1 .article {
    border-bottom: 2px solid #f1f1f1;
}
.blog-post ul.meta li {
    color: #f1f1f1;
}
.post_content p,
.post_content li {
    color: #ffffff;
    font-size: 16px;
}
.blog-post .post_content .social {
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
.post-author {
    background: transparent;
}
.blog-post .post-author p {
    color: #ffffff;
}
.article_comments h4 {
    color: #ffffff;
}
.article_comments .comments #addCommentForm {
    color: #ffffff;
}
.article_comments .comments #addCommentForm .talkbubble {
    padding: 10px;
    border-radius: 0px;
    border: none;
    background: #63cc99;
}
.article_comments .comments #addCommentForm .talkbubble:before {
    display: none;
}
.article_comments .comments #addCommentForm .talkbubble textarea {
    color: #ffffff;
}
.article_comments .comments .img-circle {
    border-radius: 0;
}
#main-composition .maincontainer.article_comments #addCommentForm .btn {
    background: white;
    color: #fccf47;
    padding: 15px 45px;
    font-size: 18px;
}
.article_comments p {
    color: #ffffff;
}
.article_comments .talkbubble textarea::placeholder,
.sidebar-search input::placeholder {
    color: #f1f1f1;
}
.article_comments .comments .btn-show-answers {
    background: #63cc99 !important;
    color: #ffffff;
    border: none !important;
    margin-left: 70px;
}
.article_comments #shownextelements a {
    background: #ffffff;
    color: #fccf47;
    padding: 15px;
    border-radius: 0;
    font-size: 18px;
}
