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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Roboto';
    --primary-color: #9cdf38;
    --secondary-color: #ffffff;
    --tertiary-color: #191919;
    --primary-color-border: rgba(66,133,0,.15);

    --h1-font-size: 60px;
    --h1-font-color: #1a1a1a;
    --h1-line-height: 64px;
    --h1-text-transform: uppercase;
    --h1-font-weight: bold;

    --h2-font-size: 36px;
    --h2-font-color: #1a1a1a;
    --h2-line-height: 40px;
    --h2-text-transform: uppercase;
    --h2-font-weight: bold;

    --h3-font-size: 28px;

    --line-theme1: #f3f6f9;
    --line-theme2: #e9edf1;
    --line-theme3: #1a1a1a;
    --line-theme4: linear-gradient(180deg, rgba(13,13,13,0.70) 0%, rgba(26,26,26,1.00) 100%);
    --navbar-inner-background: linear-gradient(45deg, #1a1a1a 0%, #1a1a1a 100%);

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

#main-composition h3 {
    font-family: var(--font-family);
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

/*
 * Site
 */
header, header > .navbar.affix {
    background: #1a1a1a;
}
.navbar-nav > li > a {
    color: #f7f7f7;
}
.sidebar-search input {
    background: #3e3e3e;
    border: none;
    height: 50px;
    border-radius: 0px;
    color: white;
}
#main-composition .sidebar-search .btn {
    background: white;
    color: #9cdf38;
    margin-left: 10px;
}
.sidebar h4 {
    color: #a5a5a5;
}
.sidebar hr {
    border-bottom: 2px solid #a5a5a5;
}
.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: #a5a5a5;
}
.sidebar .categories a {
    color: #a5a5a5;
}

/*** ARTICLES ***/
#articles_template1 .article {
    border-bottom: 2px solid #a5a5a5;
}
.blog-post ul.meta li {
    color: #a5a5a5;
}
.post_content p,
.post_content li {
    color: #ffffff;
    font-size: 16px;
}
.blog-post .post_content .social {
    border-top: 2px solid #a5a5a5;
    border-bottom: 2px solid #a5a5a5;
}
.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: #3e3e3e;
}
.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: #9cdf38;
    padding: 15px 45px;
    font-size: 18px;
}
.article_comments p {
    color: #ffffff;
}
.article_comments .talkbubble textarea::placeholder,
.sidebar-search input::placeholder {
    color: #a5a5a5;
}
.article_comments .comments .btn-show-answers {
    background: #3e3e3e !important;
    color: #9cdf38;
    border: none !important;
    margin-left: 70px;
}
.article_comments #shownextelements a {
    background: #ffffff;
    color: #9cdf38;
    padding: 15px;
    border-radius: 0;
    font-size: 18px;
}
