.cf-source {
    text-align: right;
    font-size: 15px!important;
    color: #615a5a!important;
    margin-top: 15px;
}

.logged-in-as{
	display:none!important;
}

.comment-reply-title{
	margin-top:0px!important;
}

/*homepage start*/
.entry-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.site-title{
	display:none;
}

.twp-scroll-top{
	bottom: 90px!important;
}

.twp-post-title-richard{
	height:58px;
}

.twp-editorial-post-richard{
	width:100%;
}
/*homepage end*/


/*tire score bar start*/


.progress-bar{
	background-color: #007bff!important;
	text-align: left!important;
	padding-left: 5px!important;
	font-weight: bold;
}

.swiper-slide.swiper-slide-active{
    line-height: 300px;
}


.swiper-pagination.swiper-pagination-bullets{
	bottom: -5px!important;
}

.tire-score{
	margin-top: 15px!important;
}

.tire-gallery{
	text-align: center;
}

.tire-info{
	margin-bottom: 20px;
}

.entry-title-richard{
	height: 87px;
}

/*tire score bar end*/

/* google login info start*/

.chaty-widget{
	z-index: 99;
}
/* google login info end*/

.twp-article-post-thumbnail{
	text-align: center;
	max-height: 242px;
    overflow: hidden;
}

.link-blue {
  color: #0C5FCB !important;
}

.cta-white{
	color: #FFF; 
}

.cta-background-red{
	background-color: #ff0036;
}

.cta-background-blue{
	background-color: #094074;
}

.cta-background-gray{
	background-color: #4E4E4E;
}


/*cta button*/

.cta-button-a, .cta-button-b, .cta-button-c{
	width: calc(100%/3)!important; 
	text-align: center; 
	border-radius: 3px; 
	display: inline; 
	padding: 10px 14px;
	font-size: 16px; 
	box-shadow: 3px 3px 8px 0 #928588;
}

.cta-button-a:hover, .cta-button-b:hover, .cta-button-c:hover{
	background-color: #FFF; 
}


.cta-button-a:hover{
	color: #ff0036;
}

.cta-button-b:hover{
	color: #094074;
}

.cta-button-c:hover{
	color: #4E4E4E;
}



/*end*/


@media (max-width: 624px){
	.entry-title{
		font-size:26px!important;
	}
}


