.sidebar .widget {
    margin-bottom: 40px;
}
.portfolio_item_list:hover .plugin-page-item {
    opacity: 0.7;
}
.portfolio_item_list .plugin-page-item {
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity  200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    opacity:0.9;
}
.portfolio_item_list .plugin-page-item:hover {
    opacity: 1;
}
.plugin_stats_block {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:#f3f3f3;
    font-size:12px;
    color:#666;
    padding:15px;
}
.plugin_stats_block ul {
    margin:0px;
}
.zilla-likes, .zilla-likes:hover, .zilla-likes.active {
    margin-bottom: 0px!important;
}
.at_available {
    font-size:12px;
    color:#999;
    text-align: center;
}
.short-btn.green.large.square {
    margin-right:0px;
}
.short-btn.green.large.square span {
    font-size: 10px;
    line-height: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    margin-left: 12px;
}
.item-demo-buy-btn {
    width: 100%!important;
}

.logged-in .drop-in-header { top: 0px; }
.admin-bar.logged-in .drop-in-header { top: 28px; }

.drop-in-header { 
    padding: 25px 30px; 
    /* background-color:#e85454; */ 
}
a:hover, p a:hover {
    color: #eb7170;
}
.entry-content p a:hover {
    color: #eb7170;
}
#header-container {
    padding: 25px 30px 50px;
}
#header-container p { 
    font-weight: 300;
    font-family: 'Lato';
}
.main-menu > .current_page_item > a {
    border-bottom: 3px solid #e85a59;
}
.feature-icon {
    background-color: #eb7170!important;
}
.featurearea_icon .icon {
    background-color: #EB716F;
}

/* 404 link color */
.Bean404Bounce h4 a { 
    color: #ffffff; 
    text-decoration: underline; 
}
.Bean404Bounce h4 a:hover { 
    color:#00BCEB; 
}


/* Support forum */
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background:#eb7170;
    color:#fff;
}
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results {
    border:none;
}
#bbpress-forums div.bbp-search-form {
    float: left;
    display: none;
}
.bbp-login-form label {
    width: 140px;
    display: inline-block;
    margin-top: 0px;
}
.bbp-login-form > fieldset {
    border: none;
}
.bbp-username label, .bbp-password label, .bbp-remember-me {
    display:none;
}
.bbpress .sidebar .widget_text:first-child {
    margin-bottom: 60px;
}
.bbpress .sidebar .widget_text #bbp-search-form #bbp_search {
    width: 240px!important;
    float: left;
    margin-right: 10px;
}