::selection { background: #c5161d }

:-moz-selection { background: #c5161d }

.top-bar { border-top-color: #c5161d }

.trending-ticker .heading, .breadcrumbs .location, .news-focus .heading, .gallery-title, .related-posts .section-head, 
.news-focus .heading .subcats a.active, .post-content a, .comments-list .bypostauthor .comment-author a, .error-page 
.text-404, .main-color, .section-head.prominent, .block.posts .fa-angle-right, a.bbp-author-name, .main-stars span:before,
.main-stars, .recentcomments  .url { color: #c5161d }

.navigation .menu > li:hover > a, .navigation .menu >.current-menu-item > a, .navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-menu-ancestor > a, .tabbed .tabs-list .active a,  
.comment-content .reply, .sc-tabs .active a, .navigation .mega-menu { border-bottom-color: #c5161d }

.main-featured .cat, .main-featured .pages .flex-active, .rate-number .progress, .highlights .rate-number .progress, 
.main-pagination .current, .main-pagination a:hover, .cat-title, .sc-button-default:hover, .drop-caps, .review-box .bar,
.review-box .overall, .post .read-more a, .button, .post-pagination > span { background: #c5161d }

.post-content .wpcf7-not-valid-tip, .main-heading, .review-box .heading, .post-header .post-title:before, 
.highlights h2:before, div.bbp-template-notice, div.indicator-hint, div.bbp-template-notice.info, 
.modal-header .modal-title, .entry-title, .page-title { border-left-color: #c5161d }

@media only screen and (max-width: 799px) { .navigation .mobile .fa { background: #c5161d } }

.post-content a { color: #c5161d }

.top-bar { background-color: #ffffff; }

.main-head { background-color: #ffcb05; background-image: none; }


.cat-4, .cat-title.cat-4 { background: #f23000; }
.navigation .menu .menu-cat-4 .mega-menu { border-bottom-color: #f23000; }
.news-focus .heading.cat-4 .subcats .active, .news-focus .heading.cat-4, .cat-text-4 {  color: #f23000;  }

.navigation .menu > .menu-cat-4:hover > a, .navigation .menu > .menu-cat-4.current-menu-item > a, .navigation .menu > .menu-cat-4.current-menu-parent > a {
	border-bottom-color: #f23000;
}


.cat-5, .cat-title.cat-5 { background: #c5161d; }
.navigation .menu .menu-cat-5 .mega-menu { border-bottom-color: #c5161d; }
.news-focus .heading.cat-5 .subcats .active, .news-focus .heading.cat-5, .cat-text-5 {  color: #c5161d;  }

.navigation .menu > .menu-cat-5:hover > a, .navigation .menu > .menu-cat-5.current-menu-item > a, .navigation .menu > .menu-cat-5.current-menu-parent > a {
	border-bottom-color: #c5161d;
}


.cat-10, .cat-title.cat-10 { background: #c5161d; }
.navigation .menu .menu-cat-10 .mega-menu { border-bottom-color: #c5161d; }
.news-focus .heading.cat-10 .subcats .active, .news-focus .heading.cat-10, .cat-text-10 {  color: #c5161d;  }

.navigation .menu > .menu-cat-10:hover > a, .navigation .menu > .menu-cat-10.current-menu-item > a, .navigation .menu > .menu-cat-10.current-menu-parent > a {
	border-bottom-color: #c5161d;
}


.cat-11, .cat-title.cat-11 { background: #c5161d; }
.navigation .menu .menu-cat-11 .mega-menu { border-bottom-color: #c5161d; }
.news-focus .heading.cat-11 .subcats .active, .news-focus .heading.cat-11, .cat-text-11 {  color: #c5161d;  }

.navigation .menu > .menu-cat-11:hover > a, .navigation .menu > .menu-cat-11.current-menu-item > a, .navigation .menu > .menu-cat-11.current-menu-parent > a {
	border-bottom-color: #c5161d;
}


.cat-12, .cat-title.cat-12 { background: #c5161d; }
.navigation .menu .menu-cat-12 .mega-menu { border-bottom-color: #c5161d; }
.news-focus .heading.cat-12 .subcats .active, .news-focus .heading.cat-12, .cat-text-12 {  color: #c5161d;  }

.navigation .menu > .menu-cat-12:hover > a, .navigation .menu > .menu-cat-12.current-menu-item > a, .navigation .menu > .menu-cat-12.current-menu-parent > a {
	border-bottom-color: #c5161d;
}


.cat-13, .cat-title.cat-13 { background: #c5161d; }
.navigation .menu .menu-cat-13 .mega-menu { border-bottom-color: #c5161d; }
.news-focus .heading.cat-13 .subcats .active, .news-focus .heading.cat-13, .cat-text-13 {  color: #c5161d;  }

.navigation .menu > .menu-cat-13:hover > a, .navigation .menu > .menu-cat-13.current-menu-item > a, .navigation .menu > .menu-cat-13.current-menu-parent > a {
	border-bottom-color: #c5161d;
}


.cat-14, .cat-title.cat-14 { background: #c5161d; }
.navigation .menu .menu-cat-14 .mega-menu { border-bottom-color: #c5161d; }
.news-focus .heading.cat-14 .subcats .active, .news-focus .heading.cat-14, .cat-text-14 {  color: #c5161d;  }

.navigation .menu > .menu-cat-14:hover > a, .navigation .menu > .menu-cat-14.current-menu-item > a, .navigation .menu > .menu-cat-14.current-menu-parent > a {
	border-bottom-color: #c5161d;
}


.post .read-more a, .article .read-more a {
    font: inherit;
    display: inline-block;
    padding: 2px 7px;
    background: #e54e53;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}




/*  No category title on an image code  */
span.cat-title {
display: none;
}

/* Keeps header from resizing code */
@media only screen and (max-width: 1128px){
.main-head .right{
margin-left: 300px;
}
}

/* Adds horizontal scrolling to tables for smartphones */
.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}


/* Removes grey area from left side of slider and moves slider to the left*/
.post-content ul{
margin-left: 0 !important;
}

/*Makes slider even with top of sidebar*/
.page > .row.builder{
margin-bottom: 0;
margin-top: -25px;
}

/*Changes design of the timeline category listing style*/
.list-timeline .posts time {
padding-right: 8px;
} 
.list-timeline .excerpt{
font-family: "Open Sans";
color: #949697;
} 
/* Classifieds wrapper class around individual featured ads, seen when people are browsing the list of ads */
.awpcp_featured_ad_wrapper {
    background: #FFFFFF;
    border: 2px solid #c4151c !important;
}


/* list item in the featured classifieds widget */
.featured_ad_item {
    background-color: #FFFFFF !important;
}

/*positions subscribe image in top bar*/

.top-bar .adwrap-widget {
    
    float: left;
    margin-right: 1px;
    margin-left: -15px;
}

.top-bar .social-icons {
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}
.top-bar .search {
 
    margin: 0 0 -30px 50px;
}
.top-bar .search .query:focus {
    width: 130px;
}
/* With Ads widget*/
.main-head header {
    clear: left;
}
.top-bar .adwrap-widget img {
    padding-left: 16px;
}

/* tab fix for classifieds*/
.post-content .awpcp-classifieds-menu--menu-item-link:hover {     color: #fff; }

.post-content .awpcp-classifieds-menu--menu-item-link:out {     color: #fff; }

/* CM business directroy style */

input.cmbd-filter-submit {
    background: #C5161E!important;
    padding: 8px 15px;
}
input.cmbd-filter-submit:hover{
background: #C5161E!important;
}
.cmbd_directory_view_col_5c > a{
 background: #C5161E!important;
text-decoration: none;
}
.cmbd_directory_view_col_5c > a:hover{
color:#ffffff;
}
.cmbd_directory_view_col_5c > a span {
    line-height: 1.3em;
}
 .business-title{color:#141412 !important;font-size:20px !important; font-family: "Roboto Slab"!important;}

ul.cmbd-output-items-top.cmbd-output-items-top-address {
    font-size: 11px;
    text-transform: uppercase;
    font-family: inherit;
    line-height: 1.8em;
}
ul.cmbd-output-items-top.cmbd-output-items-top-address span.dashicons.dashicons-admin-home.cmbd-dashicons {
    font-size: 16px;
}

.business-info-text .cmbd-description p {
    font-family: inherit!important;
    font-size: 13px!important;
    color: #606569;
}
aside.business-aside p {
    display: none;
}
ul.list-unstyled li span.dashicons.cmbd_dashicons {
    color: #e54e53;
}
li.shopping-cart {
    display: none;
}

@media (min-width: 961px){
.cmbd_directory_view_col_5c {
    width: calc(100%/3);
}
}
.btn.btn-primary.ad_btn {
    background: #c5161d;
    color: white;
    padding: 6px;
    margin-left: 20px;
}