.img_125 {
    width: 125px;
}

.bg-ccblog {
    background: url("/assets/frontend/img/backgrounds/cc_background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

button, nav.site_navigation ul.menu > li:hover > a, nav.site_navigation ul.menu > li.current-menu-item > a, .big_calendar_box, .video_list .item .transition_line, .video_list_1 .item .transition_line, .video_list .item .label, .video_list_1 .item .label, .review_list .item .label, .header_menu .open_menu_mobile, .header_meta .open_menu_mobile, .tagcloud a, .widget_calendar tbody a, .header_border, .widget_review_posts .item .item_header .rate_stars, .breaking_news .breaking_title, .pricing_box .header, .accordion_group.colored .accordion_title, .tab_group.colored .ui-tabs-nav li.ui-tabs-active, .editor_review .review_group .review .review_footer span, .editor_review .review_summary .item_header, .price_slider_wrapper .ui-slider-range, .onsale {
    background-color: #9D4D33;
}

#page_wrapper {
    background-color: rgba(255, 240, 202, 0.94);
}

#wrapper {
    background-color: transparent;
}

.btn {
    background-color: #FD9B4C !important;
}

footer.post_footer .source_tag .content span {
    background-color: #FD9B4C !important;
}

.header_body.light {
    background-color: rgba(144, 44, 12, 0.85);
}

#header.style_1 .logo_brand {
    float: left;
    color: white;
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.slogan {
    float: right;
    font-size: 18px;
    right: 0;
    position: absolute;
}

.share_it_btn {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    border-right: 1px solid #fff;
    position: relative;
    display: block;
    line-height: 30px;
    color: #fff;
}

.share_it_btn_facebook {
    background-color: #354d8e;
}

.share_it_btn_twitter {
    background-color: rgb(94, 169, 221);
}

.sharer{
    cursor: pointer;
}

.page_404 {
    height: 400px;
}

.page_404 .title_404 {
    color: #9D4D33;
}

.contact_form input[type="email"] {
    width: 100%
}

.has_error input,.has_error textarea{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.help_block {
    color: #a94442;
}
.article_list.small .item .item_header {
    background-color: #fff7c7 !important;
}
.article_list.small .item .item_header img {
    opacity: 0.9 !important;
}
.article_list.small .item .item_header:hover img {
    opacity: 1.0 !important;
}

/* Autocomplete styles */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #fff7c7; cursor: pointer; }
.autocomplete-suggestions strong { font-weight: bold; color: #FD9B4C;}
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }


/*------------------------------------------------------------------
    Widget - Socialize
-------------------------------------------------------------------*/

.widget_socialize .soc_box {
    background-color: transparent;
    height: 60px;
    width: 65px;
    float: left;
    margin-bottom: 10px
}

.widget_socialize .soc_box:nth-child(2n+1) {
    float: left;
}



#disqus_thread {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

@media screen and (max-width: 800px) {

    #header.style_1 .logo_brand {
        font-size: 28px;
        margin-top: 10px;
    }

    .slogan {
        margin-top: 25px;
        font-size: 14px;
        right: 10px;
    }
}
