@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Blog
7. Sidebar
8. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/
.container_custom .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

    .container_custom .container .row {
        margin-left: 0;
        margin-right: 0;
    }

        .container_custom .container .row > div[class^='col'] {
            padding-left: 0;
            padding-right: 0;
        }

.button {
    width: 152px;
    height: 54px;
    background: #caac00;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

    .button:hover {
        box-shadow: 0px 10px 23px rgba(0,0,0,0.15);
    }

    .button a {
        display: block;
        height: 100%;
        line-height: 54px;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
    }

/*********************************
6. Blog
*********************************/

.blog {
    background: #ffffff;
    padding-top: 82px;
    padding-bottom: 110px;
    border-bottom: solid 2px #eaf2f7;
}

.blog_post_date {
    position: absolute;
    top: 36px;
    left: 37px;
    width: 116px;
    height: 26px;
    background: #caac00;
    text-align: center;    
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}    

.blog_post_content {
    padding-top: 45px;
    padding-left: 64px;
    padding-bottom: 59px;
    padding-right: 75px;
}

.blog_post_info {
    margin-top: 2px;
}

    .blog_post_info ul li {
        margin-bottom: 5px;
    }

        .blog_post_info ul li:not(:last-of-type) {
            margin-right: 21px;
        }

        .blog_post_info ul li img {
            margin-right: 5px;
        }

        .blog_post_info ul li a {
            font-size: 15px;
            font-weight: 500;
            color: #abaaaa;
        }

            .blog_post_info ul li a:hover {
                color: #000000;
            }

.blog_post_text {
    margin-top: 16px;
}

.blog_post_button {
    margin-top: 42px;
}

.page_nav {
    margin-top: 46px;
}

    .page_nav ul li:not(:last-of-type) {
        margin-right: 5px;
    }

    .page_nav ul li a {
        font-size: 18px;
        font-weight: 600;
        color: #393939;
    }

        .page_nav ul li a:hover,
        .page_nav ul li.active a {
            color: #caac00;
        }

/*********************************
7. Sidebar
*********************************/

.sidebar {
    padding-top: 41px;
}

.sidebar_search_form {
    display: block;
    position: relative;
}

.sidebar_search_input {
    width: 100%;
    height: 54px;
    background: #ffffff;
    border: none;
    border-bottom: solid 2px #cad5d9;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #393939;
}

    .sidebar_search_input::-webkit-input-placeholder {
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #6d6d6d !important;
    }

    .sidebar_search_input:-moz-placeholder {
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #6d6d6d !important;
    }

    .sidebar_search_input::-moz-placeholder {
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #6d6d6d !important;
    }

    .sidebar_search_input:-ms-input-placeholder {
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #6d6d6d !important;
    }

    .sidebar_search_input::input-placeholder {
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #6d6d6d !important;
    }

.sidebar_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 54px;
    background: #caac00;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

.sidebar_title {
}

.recent_posts {
    margin-top: 57px;
}

.sidebar_list {
    margin-top: 50px;
    padding-left: 24px;
}

    .sidebar_list ul li:not(:last-of-type) {
        margin-bottom: 14px;
    }

    .sidebar_list ul li a {
        font-size: 15px;
        font-weight: 500;
        color: #6d6d6d;
    }

        .sidebar_list ul li a:hover {
            color: #caac00;
        }

.categories {
    margin-top: 52px;
}

.tags {
    margin-top: 53px;
}

.tags_container {
    width: calc(100% + 40px);
    margin-top: 52px;
    padding-left: 24px;
}

    .tags_container ul li {
        margin-bottom: 14px;
    }

        .tags_container ul li:not(:last-of-type) {
            margin-right: 40px;
        }

        .tags_container ul li a {
            font-size: 15px;
            font-weight: 500;
            color: #6d6d6d;
        }

            .tags_container ul li a:hover {
                color: #caac00;
            }

.special_offer {
    width: 100%;
    max-width: 264px;
    height: 387px;
    margin-top: 74px;
}

.special_offer_container {
    padding-top: 56px;
    height: 100%;
}

.special_offer_title {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
}

.special_offer_subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 6px;
}

.special_offer_button {
    position: absolute;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}