
*, :after, :before {
	box-sizing: border-box;
}

.rt-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.rt-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.rt-no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.rt-no-gutters>.rt-col, .rt-no-gutters>[class*=rt-col-] {
	padding-left: 0;
	padding-right: 0;
}

.rt-col-1, .rt-col-10, .rt-col-11, .rt-col-12, .rt-col-2, .rt-col-3, .rt-col-4, .rt-col-5, .rt-col-6, .rt-col-7, .rt-col-8, .rt-col-9, .rt-col-lg, .rt-col-lg-1, .rt-col-lg-10, .rt-col-lg-11, .rt-col-lg-12, .rt-col-lg-2, .rt-col-lg-3, .rt-col-lg-4, .rt-col-lg-5, .rt-col-lg-6, .rt-col-lg-7, .rt-col-lg-8, .rt-col-lg-9, .rt-col-md, .rt-col-md-1, .rt-col-md-10, .rt-col-md-11, .rt-col-md-12, .rt-col-md-2, .rt-col-md-3, .rt-col-md-4, .rt-col-md-5, .rt-col-md-6, .rt-col-md-7, .rt-col-md-8, .rt-col-md-9, .rt-col-sm, .rt-col-sm-1, .rt-col-sm-10, .rt-col-sm-11, .rt-col-sm-12, .rt-col-sm-2, .rt-col-sm-3, .rt-col-sm-4, .rt-col-sm-5, .rt-col-sm-6, .rt-col-sm-7, .rt-col-sm-8, .rt-col-sm-9, .rt-col-xl, .rt-col-xl-1, .rt-col-xl-10, .rt-col-xl-11, .rt-col-xl-12, .rt-col-xl-2, .rt-col-xl-3, .rt-col-xl-4, .rt-col-xl-5, .rt-col-xl-6, .rt-col-xl-7, .rt-col-xl-8, .rt-col-xl-9 {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.rt-col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.rt-col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.rt-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.rt-col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.rt-col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.rt-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.rt-col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.rt-col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.rt-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.rt-col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.rt-col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.rt-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.rt-media {
	align-items: flex-start;
	display: flex;
}

.rt-media-body {
	flex: 1;
}

@media (min-width:576px) {
	.rt-container {
		max-width: 540px;
	}
	
	.rt-col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.rt-col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.rt-col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.rt-col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.rt-col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.rt-col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.rt-col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.rt-col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.rt-col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.rt-col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.rt-col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.rt-col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.rt-col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.rt-container {
		max-width: 720px;
	}
	
	.rt-col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.rt-col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.rt-col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.rt-col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.rt-col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.rt-col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.rt-col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.rt-col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.rt-col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.rt-col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.rt-col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.rt-col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.rt-col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.rt-container {
		max-width: 960px;
	}
	
	.rt-col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.rt-col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.rt-col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.rt-col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.rt-col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.rt-col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.rt-col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.rt-col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.rt-col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.rt-col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.rt-col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.rt-col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.rt-col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.rt-container {
		max-width: 1140px;
	}
	
	.rt-col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.rt-col-xl-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.rt-col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.rt-col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.rt-col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.rt-col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.rt-col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.rt-col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.rt-col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.rt-col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.rt-col-xl-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.rt-col-xl-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.rt-col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.rt-layout-heading {
	font-size: 24px;
}

.rt-layout-heading, .rt-layout-heading-sm {
	font-family: inherit;
	font-weight: 600;
	margin-bottom: 25px;
}

.rt-layout-heading-sm {
	font-size: 17px;
}

.rt-loadmore-btn {
	display: block;
	padding: 20px 0 40px;
	text-align: center;
	width: 100%;
}

.rt-loadmore-btn a {
	color: #1d2124;
	font-family: inherit;
	font-size: 16px;
	text-decoration: underline;
	transition: all .3s ease-in-out;
}

.rt-loadmore-btn a:hover {
	background: #1d2124;
	color: #fff;
}

.rt-isotope-classes-tab {
	margin-bottom: 30px;
	text-align: center;
}

.rt-isotope-classes-tab .nav-item {
	border: 1px solid;
	border-radius: 4px;
	color: #1d2124;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	margin-bottom: 5px;
	padding: 10px 25px;
	position: relative;
	text-decoration: none;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.rt-isotope-classes-tab .nav-item.current, .rt-isotope-classes-tab .nav-item:hover {
	background-color: #4285f4;
	border-color: #4285f4;
	color: #fff;
}

.rt-slick-carousel .rt-slick-slide:focus {
	outline: none;
}

.rt-slick-carousel .slick-list {
	margin: 0 -10px;
}

.rt-slick-carousel .rt-slick-slide {
	margin: 0 10px;
}

.rt-slick-carousel .slick-arrow {
	border-radius: 50%;
	height: 42px;
	line-height: 45px;
	text-align: center;
	transition: all .3s ease-in-out;
	width: 42px;
	z-index: 5;
}

@media only screen and (max-width:1199px) {
	.rt-slick-carousel .slick-arrow {
		opacity: 0;
		visibility: hidden;
	}
}

.rt-slick-carousel .slick-arrow:before {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: inherit;
	opacity: 1;
}

.rt-slick-carousel .slick-prev {
	left: -60px;
}

@media only screen and (max-width:1199px) {
	.rt-slick-carousel .slick-prev {
		left: 0;
	}
}

.rt-slick-carousel .slick-next {
	right: -60px;
}

@media only screen and (max-width:1199px) {
	.rt-slick-carousel .slick-next {
		right: 0;
	}
}

.rt-slick-carousel .slick-dots {
	bottom: -35px;
	left: 0;
}

.rt-slick-carousel .slick-dots li {
	border-radius: 50%;
	height: 13px;
	margin: 0 6px 0 0;
	width: 13px;
}

.rt-slick-carousel .slick-dots li button {
	background-color: #dadada !important;
	border-radius: 50%;
	height: 13px;
	transition: all .3s ease-in-out;
	width: 13px;
}

.rt-slick-carousel .slick-dots li button:before {
	display: none;
}

.rt-slick-carousel .slick-dots li.slick-active button {
	background-color: #4486f5 !important;
}

.rt-grid-view-style {
	background-color: #fcfcfc;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px 20px 8px;
}

.rt-grid-view-style .rt-media {
	align-items: center;
	margin-bottom: 10px;
}

.rt-grid-view-style .rt-author-img {
	margin-right: 20px;
}

.rt-grid-view-style .rt-author-img img {
	border-radius: 50%;
	border-style: none;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	width: 80px;
}

.rt-grid-view-style .rt-media-body {
	position: relative;
}

.rt-grid-view-style p {
	color: #646464;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 12px;
}

.rt-grid-view-style .rt-author-title {
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 2px;
}

.rt-grid-view-style .rt-author-title a {
	color: #1d2124;
	text-decoration: none;
}

.rt-grid-view-style .rt-author-title a:hover {
	color: #777;
}

.rt-grid-view-style .rt-time-ago {
	color: #8c8c8c;
	font-family: inherit;
	font-size: 13px;
	line-height: 22px;
}

.rt-grid-view-style .rt-right-item {
	bottom: 0;
	position: absolute;
	right: 0;
	text-align: right;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style .rt-right-item {
		position: inherit;
		text-align: left;
	}
}

.rt-grid-view-style .rt-social-icon {
	margin-bottom: 5px;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style .rt-social-icon {
		position: absolute;
		right: 0;
		top: -50px;
	}
}

.rt-grid-view-style .rt-social-icon img {
	border-style: none;
	display: inline-block;
	height: 29px;
	vertical-align: middle;
	width: 22px;
}

.rt-grid-view-style .google-rating svg {
	fill: #ffb300;
}

.rt-grid-view-style .facebook-rating svg {
	fill: #485396;
}

.rt-grid-view-style .yelp-rating svg {
	fill: #fff;
	background-color: #d32323;
	border-radius: 3px;
	height: 18px;
	padding: 3px;
	width: 18px;
}

.rt-grid-view-style-1 .rt-author-img img {
	height: 60px;
	width: 60px;
}

.rt-grid-view-style-1 .rt-media-body {
	padding-right: 100px;
}

.rt-grid-view-style-2 {
	margin-top: 50px;
	padding: 0 20px 20px;
	text-align: center;
}

.rt-grid-view-style-2 .rt-author-img {
	border: 10px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -50px;
	margin-right: 0;
	transform: translateY(-50px);
	transition: all .3s ease-in-out;
}

.rt-grid-view-style-2 .rt-social-icon {
	background-color: #fff;
	border-radius: 50%;
	height: 35px;
	line-height: 30px;
	margin: 0 auto -28px;
	position: inherit;
	text-align: center;
	transform: translateY(-35px);
	width: 35px;
}

.rt-grid-view-style-2 .rt-social-icon img {
	height: 24px;
	width: 18px;
}

.rt-grid-view-style-2 .rt-time-ago {
	margin-bottom: 10px;
}

.rt-grid-view-style-2 .rt-item-rating {
	margin-top: 18px;
}

.rt-grid-view-style-3 {
	padding: 35px 30px 30px;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style-3 {
		padding: 20px 10px;
	}
}

.rt-grid-view-style-3 .rt-media {
	align-items: flex-start;
	margin-bottom: 0;
}

.rt-grid-view-style-3 .rt-left-item {
	margin-right: 30px;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style-3 .rt-left-item {
		margin-right: 15px;
	}
}

.rt-grid-view-style-3 .rt-author-title {
	padding-right: 40px;
}

.rt-grid-view-style-3 .rt-author-img {
	margin-bottom: 25px;
	margin-right: 0;
	text-align: center;
}

.rt-grid-view-style-3 .rt-social-icon {
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: auto;
}

.rt-grid-view-style-3 .rt-social-icon img {
	height: 40px;
	width: 30px;
}

.rt-grid-view-style-4 {
	padding: 25px 20px;
	text-align: center;
}

.rt-grid-view-style-4 .rt-social-icon {
	margin-bottom: 14px;
	position: inherit;
}

.rt-grid-view-style-4 .rt-social-icon img {
	height: 40px;
	width: 30px;
}

.rt-grid-view-style-4 .rt-item-rating {
	margin-bottom: 15px;
}

.rt-grid-view-style-4 .rt-author-img {
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 25px;
}

.rt-grid-view-style-5 {
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.rt-grid-view-style-5 .rt-author-title {
	padding-left: 30px;
}

.rt-grid-view-style-5 .rt-item-rating {
	display: inline-block;
	margin-right: 15px;
	padding-left: 30px;
}

.rt-grid-view-style-5 .rt-time-ago {
	display: inline-block;
}

.rt-grid-view-style-5 .rt-item-right {
	margin-left: 20px;
	text-align: center;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style-5 .rt-item-right {
		margin-left: 0;
	}
}

.rt-grid-view-style-5 .rt-author-img {
	border: 10px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: -80px;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style-5 .rt-author-img {
		margin: 0;
	}
}

.rt-grid-view-style-5 .rt-social-icon {
	margin-bottom: 0;
	position: inherit;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style-5 .rt-social-icon {
		margin-bottom: 10px;
	}
}

.rt-grid-view-style-5 .rt-social-icon img {
	height: 40px;
	width: 30px;
}

.rt-grid-view-style-5 .rt-media {
	background-color: #fcfcfc;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	flex-direction: row-reverse;
	margin-top: 25px;
	padding: 20px 25px;
	position: relative;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style-5 .rt-media {
		display: block;
		text-align: center;
	}
}

.rt-grid-view-style-5 .rt-media:before {
	border-bottom: 25px solid #fcfcfc;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	content: "";
	left: 88px;
	position: absolute;
	top: -25px;
	z-index: 2;
}

.rt-grid-view-style-5 .rt-media:after {
	border-bottom: 27px solid #e1e1e1;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	content: "";
	left: 86px;
	position: absolute;
	top: -27px;
	z-index: 1;
}

.rt-grid-view-style-6 {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.rt-grid-view-style-6 .rt-media {
	align-items: inherit;
}

.rt-grid-view-style-6 .rt-media .rt-left-item {
	margin-right: 20px;
	text-align: center;
	width: 150px;
}

@media only screen and (max-width:575px) {
	.rt-grid-view-style-6 .rt-media .rt-left-item {
		margin-right: 15px;
	}
}

.rt-grid-view-style-6 .rt-media .rt-author-img {
	margin-bottom: 10px;
	margin-right: 0;
}

.rt-grid-view-style-6 .rt-media .rt-time-ago {
	margin-bottom: 5px;
}

.rt-grid-view-style-6 .rt-media-body {
	background-color: #fafafa;
	padding: 15px 20px;
	position: relative;
}

@media only screen and (max-width:575px) {
	.rt-grid-view-style-6 .rt-media-body {
		padding: 30px 15px;
	}
}

.rt-grid-view-style-6 .rt-media-body:after {
	border-bottom: 10px solid transparent;
	border-right: 15px solid #f8f8f8;
	border-top: 10px solid transparent;
	content: "";
	height: 0;
	left: -15px;
	position: absolute;
	top: 40px;
	width: 0;
}

.rt-grid-view-style-6 .rt-media-body p {
	font-style: italic;
}

.rt-grid-view-style-6 .rt-media-body p a {
	color: #4285f4;
}

.rt-grid-view-style-7 {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.rt-grid-view-style-7 .rt-media {
	align-items: inherit;
	flex-direction: row-reverse;
}

.rt-grid-view-style-7 .rt-media .rt-left-item {
	margin-left: 20px;
	text-align: center;
	width: 150px;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style-7 .rt-media .rt-left-item {
		margin-left: 15px;
	}
}

.rt-grid-view-style-7 .rt-media .rt-author-img {
	margin-bottom: 10px;
	margin-right: 0;
}

.rt-grid-view-style-7 .rt-media .rt-time-ago {
	margin-bottom: 5px;
}

.rt-grid-view-style-7 .rt-media-body {
	background-color: #fafafa;
	padding: 15px 20px;
	position: relative;
}

@media only screen and (max-width:575px) {
	.rt-grid-view-style-7 .rt-media-body {
		padding: 30px 15px;
	}
}

.rt-grid-view-style-7 .rt-media-body:after {
	border-bottom: 10px solid transparent;
	border-right: 15px solid #f8f8f8;
	border-top: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: -15px;
	top: 40px;
	transform: scaleX(-1);
	width: 0;
}

.rt-grid-view-style-7 .rt-media-body p {
	font-style: italic;
}

.rt-grid-view-style-7 .rt-media-body p a {
	color: #4285f4;
}

.rt-grid-view-style-8 {
	padding: 25px 20px;
	text-align: center;
}

.rt-grid-view-style-8 .rt-author-img {
	margin-bottom: 15px;
	margin-right: 0;
}

.rt-grid-view-style-8 .rt-time-ago {
	margin-bottom: 5px;
}

@media only screen and (max-width:479px) {
	.rt-grid-view-style-8 .rt-social-icon {
		position: inherit;
	}
}

.rt-list-view-style .rt-media {
	background-color: #fafafa;
	border-radius: 5px;
	margin-bottom: 6px;
	padding: 20px 25px 0;
}

@media only screen and (max-width:479px) {
	.rt-list-view-style .rt-media {
		padding: 20px;
	}
}

.rt-list-view-style .rt-media:last-child {
	margin-bottom: 30px;
}

.rt-list-view-style .rt-media .rt-media-body {
	position: relative;
}

.rt-list-view-style .rt-author-img {
	border-radius: 50%;
	box-shadow: 5px 6px 24px 0 rgba(0, 0, 0, .24);
	margin-right: 15px;
	margin-top: 5px;
}

.rt-list-view-style .rt-author-img img {
	border-radius: 50%;
	border-style: none;
	height: 60px;
	margin: 0 auto;
	vertical-align: middle;
	width: 60px;
}

.rt-list-view-style .rt-social-icon {
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (max-width:479px) {
	.rt-list-view-style .rt-social-icon {
		position: inherit;
	}
}

.rt-list-view-style .rt-author-title {
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	line-height: 25px;
	margin: 0 0 5px;
	padding-right: 50px;
}

.rt-list-view-style .rt-author-title a {
	color: #1d2124;
	text-decoration: none;
}

.rt-list-view-style .rt-author-title a:hover {
	color: #777;
}

.rt-list-view-style .rt-item-meta {
	margin: 0;
	padding: 0;
}

.rt-list-view-style .rt-item-meta li {
	color: #8c8c8c;
	display: inline-block;
	font-family: inherit;
	font-size: 15px;
	position: relative;
}

.rt-list-view-style .rt-item-meta li:after {
	color: #8c8c8c;
	content: "/";
	font-size: 13px;
	padding: 0 6px;
}

.rt-list-view-style .rt-item-meta li:last-child:after {
	display: none;
}

.rt-list-view-style p {
	color: #646464;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
}

.rt-list-view-style .rt-item-rating i {
	display: inline-block;
	font-size: 17px;
}

.rt-list-view-style .google-rating svg {
	fill: #ffb300;
}

.rt-list-view-style .facebook-rating svg {
	fill: #485396;
}

.rt-list-view-style .yelp-rating svg {
	fill: #fff;
	background-color: #d32323;
	border-radius: 3px;
	height: 18px;
	padding: 3px;
	width: 18px;
}

.rt-slick-slide .rt-slide-style .rt-slick-slide {
	margin: -3px 0 0;
}

.rt-list-view-style-2 .rt-media {
	background-color: transparent;
	border-bottom: 1px solid #ededed;
	border-radius: 0;
	padding: 5px 0 12px;
}

.rt-list-view-style-2 .rt-media:last-child {
	border-bottom: none;
}

.rt-list-view-style-2 .rt-author-img {
	margin-right: 25px;
	position: relative;
}

@media only screen and (max-width:575px) {
	.rt-list-view-style-2 .rt-author-img {
		margin-right: 15px;
	}
}

.rt-list-view-style-2 .rt-author-img img {
	height: 80px;
	width: 80px;
}

.rt-list-view-style-2 .rt-author-img .rt-social-icon {
	background-color: #fff;
	border-radius: 50%;
	bottom: -3px;
	height: 30px;
	left: 3px;
	line-height: 27px;
	position: absolute;
	right: auto;
	text-align: center;
	top: auto;
	width: 30px;
}

.rt-list-view-style-2 .rt-author-img .rt-social-icon img {
	height: 26px;
	width: 21px;
}

.rt-list-view-style-2 p {
	margin-bottom: 10px;
}

.rt-list-view-style-2 .rt-author-inline {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.rt-list-view-style-2 .rt-author-title {
	margin-bottom: 15px;
}

@media only screen and (max-width:575px) {
	.rt-list-view-style-2 .rt-author-title {
		margin-bottom: 5px;
	}
}

.rt-badge-style .rt-media {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 18px;
	padding-bottom: 20px;
}

.rt-badge-style .rt-media:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.rt-badge-style .rt-author-img {
	border-radius: 50%;
	margin-right: 15px;
}

.rt-badge-style .rt-author-img img {
	border-radius: 50%;
	border-style: none;
	height: 80px;
	vertical-align: middle;
	width: 80px;
}

.rt-badge-style .rt-author-title {
	font-family: inherit;
	font-size: 17px;
	line-height: 30px;
	margin: 0 0 5px;
}

.rt-badge-style .rt-author-title a {
	color: #1d2124;
	font-weight: 600;
	text-decoration: none;
}

.rt-badge-style .rt-author-title a:hover {
	color: #777;
}

.rt-badge-style .rt-time-ago {
	color: #a8a8a8;
	font-family: inherit;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: -5px;
}

.rt-badge-style p {
	color: #646464;
	display: inline;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
	margin: 3px 0 8px;
	word-break: break-word;
}

.rt-badge-style .rt-item-rating {
	display: inline-block;
	margin-right: 5px;
}

.rt-badge-style .google-rating svg {
	fill: #f87a48;
}

.rt-badge-style .facebook-rating svg {
	fill: #485396;
}

.rt-badge-style .yelp-rating svg {
	fill: #fff;
	background-color: #d32323;
	border-radius: 3px;
	height: 18px;
	padding: 3px;
	width: 18px;
}

.rt-badge-style .rt-review-top {
	border-bottom-width: 3px;
}

.rt-badge-style .rt-review-top .rt-author-img img {
	background-color: #f4f4f4;
	border-style: none;
	padding: 8px;
	vertical-align: middle;
}

.rt-badge-style .rt-review-top .rt-author-title a {
	color: #000;
}

.rt-badge-style .rt-review-top .rt-author-title a:hover {
	color: #777;
}

.rt-badge-style .rt-review-top .rt-item-rating {
	margin-bottom: 10px;
}

.rt-badge-style .rt-review-top .rating-text {
	color: #444;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
}

.rt-badge-style .rt-review-top .rating-text span {
	color: #8f8f8f;
	font-style: italic;
}

.rt-badge-style .rt-review-top .powerd-by {
	color: #969595;
	font-family: inherit;
	font-size: 14px;
	font-style: italic;
	margin-top: -5px;
}

.rt-badge-style .rt-review-top .powerd-by img {
	border-style: none;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.rt-badge-style-2 {
	background-color: #fafafa;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	position: relative;
}

.rt-badge-style-2:before {
	background-color: #4285f4;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.rt-badge-style-2 .rt-media {
	margin: 0;
	padding: 20px 20px 15px;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width:575px) {
	.rt-badge-style-2 .rt-media {
		padding: 20px 10px;
	}
}

.rt-badge-style-2 .rt-media:last-child {
	padding-bottom: 24px;
}

.rt-badge-style-2 .rt-media:hover {
	background-color: #fff;
}

.rt-badge-style-2 .rt-media.rt-review-top {
	padding: 24px 20px;
}

.rt-badge-style-2 .rt-time-ago {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
}

.rt-badge-style-2 .rt-item-rating {
	margin-bottom: 5px;
}

.rt-badge-style-2 p {
	display: block;
}

.rt-badge-style-2 .rt-author-img {
	position: relative;
}

.rt-badge-style-2 .rt-author-img .rt-social-icon {
	background-color: #fff;
	border-radius: 50%;
	bottom: -3px;
	height: 30px;
	left: 3px;
	line-height: 27px;
	position: absolute;
	right: auto;
	text-align: center;
	top: auto;
	width: 30px;
}

.rt-badge-style-2 .rt-author-img .rt-social-icon img {
	border-style: none;
	height: 26px;
	vertical-align: middle;
	width: 21px;
}

.rt-badge-style-2 .rt-review-top {
	border-bottom-width: 1px;
}

.rt-badge-tab-style .rt-review-top {
	background-color: #fafafa;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 30px !important;
	padding: 20px 10px !important;
}

.rt-badge-tab-style .rt-review-top .rt-author-img {
	margin-right: 15px;
}

.rt-badge-tab-style .rt-review-top .rt-item-rating a {
	pointer-events: none;
}

.rt-badge-sidebar {
	background-color: #fff;
	bottom: 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	display: none;
	height: 100%;
	padding: 100px 15px 50px;
	position: fixed;
	right: 0;
	width: 370px;
	z-index: 9999;
}

@media only screen and (max-width:479px) {
	.rt-badge-sidebar {
		width: 300px;
	}
}

.rt-badge-sidebar .rt-review-head {
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	left: 0;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.rt-badge-sidebar .rt-review-head .rt-media {
	align-items: center;
}

.rt-badge-sidebar .rt-review-head .rt-close-btn {
	color: #000;
	cursor: pointer;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	right: 20px;
	top: 15px;
}

.rt-badge-sidebar .rt-review-body {
	height: 100%;
	overflow: auto;
	padding: 10px 0;
}

.rt-badge-sidebar .rt-review-content {
	height: 100%;
}

.rt-badge-sidebar .rt-review-footer {
	background-color: #fff;
	bottom: 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	font-family: inherit;
	left: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	text-align: center;
}

.rt-badge-sidebar .rt-review-footer img {
	display: inline-block;
	vertical-align: middle;
}

.rt-badge-sidebar.open {
	display: block;
}

.rt-slide-style {
	margin-bottom: 90px !important;
}

.rt-slide-style .rt-slick-slide {
	background-color: #fafafa;
	margin-bottom: 15px;
	padding: 20px 25px 13px;
	position: relative;
}

.rt-slide-style .rt-slick-slide:after {
	border-right: 15px solid transparent;
	border-top: 15px solid #eee;
	bottom: -15px;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	z-index: -1;
}

.rt-slide-style .rt-media {
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.rt-slide-style .rt-author-img {
	display: inline-block;
}

.rt-slide-style .rt-author-img img {
	border-style: none;
	height: 55px;
	vertical-align: middle;
	width: 55px;
}

@media only screen and (max-width:479px) {
	.rt-slide-style .rt-social-icon {
		margin-bottom: 15px;
	}
}

.rt-slide-style .rt-social-icon img {
	border-style: none;
	height: 26px;
	vertical-align: middle;
	width: 20px;
}

.rt-slide-style p {
	margin: 6px 0 10px;
}

.rt-slide-style .rt-item-meta li {
	margin-right: 5px;
}

.rt-slide-style .rt-item-meta li:last-child {
	margin-right: 0;
}

.rt-slide-style .rt-item-meta li:after {
	display: none;
}

.rt-slide-style .rt-item-meta .rt-time-ago {
	color: #a8a8a8;
	font-size: 13px;
}

.rt-slide-style-2 .slick-list {
	margin: 0 -22px;
}

.rt-slide-style-2 .rt-slick-slide {
	margin: 0 22px;
}

.rt-slide-style-2 .rt-media {
	align-items: center;
	flex-direction: row-reverse;
}

@media only screen and (max-width:479px) {
	.rt-slide-style-2 .rt-media {
		display: block;
	}
}

.rt-slide-style-2 .rt-media img {
	border-style: none;
	display: inline-block;
	vertical-align: middle;
}

.rt-slide-style-2 .rt-media .rt-right-item {
	margin-left: 25px;
	text-align: center;
}

@media only screen and (max-width:479px) {
	.rt-slide-style-2 .rt-media .rt-right-item {
		margin-left: 0;
	}
}

.rt-slide-style-2 .rt-media .rt-author-img img {
	border-radius: 8px;
	border-style: none;
	vertical-align: middle;
}

.rt-slide-style-2 .rt-media .rt-social-icon {
	background-color: #fff;
	border-radius: 50%;
	height: 30px;
	line-height: 28px;
	margin: -15px auto 0;
	position: relative;
	text-align: center;
	width: 30px;
}

.rt-slide-style-2 .rt-media .rt-social-icon img {
	border-style: none;
	height: 25px;
	vertical-align: middle;
	width: 19px;
}

.rt-slide-style-2 .rt-media .rt-author-title {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	line-height: 30px;
	margin: 4px 0;
}

.rt-slide-style-2 .rt-media .rt-author-title a {
	color: #1d2124;
	text-decoration: none;
}

.rt-slide-style-2 .rt-media .rt-author-title a:hover {
	color: #777;
}

.rt-slide-style-2 .rt-media .rt-item-rating {
	margin-bottom: 2px;
}

.rt-slide-style-2 .rt-media .google-rating svg {
	fill: #f87a48;
}

.rt-slide-style-2 .rt-media .facebook-rating svg {
	fill: #485396;
}

.rt-slide-style-2 .rt-media .yelp-rating svg {
	fill: #fff;
	background-color: #d32323;
	border-radius: 3px;
	height: 18px;
	padding: 2px;
	width: 18px;
}

.rt-slide-style-2 .rt-media .rt-time-ago {
	color: #a8a8a8;
	font-family: inherit;
	font-size: 13px;
	line-height: 22px;
}

.rt-slide-style-2 .rt-media .rt-media-body {
	background-color: #fafafa;
	padding: 20px;
	position: relative;
}

.rt-slide-style-2 .rt-media .rt-media-body p {
	color: #646464;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
}

@media only screen and (max-width:479px) {
	.rt-slide-style-2 .rt-media .rt-media-body {
		margin-top: 20px;
	}
}

.rt-slide-style-2 .rt-media .rt-media-body:before {
	border-bottom: 12px solid transparent;
	border-left: 20px solid #fafafa;
	border-top: 12px solid transparent;
	content: "";
	position: absolute;
	right: -20px;
	top: 15px;
}

@media only screen and (max-width:479px) {
	.rt-slide-style-2 .rt-media .rt-media-body:before {
		display: none;
	}
}

.rt-slide-style-2:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.rtbr-full-review {
	display: none;
}

.rtbr-review-hide {
	display: none !important;
}

.rtbr-pagination .rtbr-direct-review {
	margin-left: 10px;
}

.rtbr-pagination .rtbr-load-more+a {
	display: none;
}

.rtbr-widget-review-class {
	min-width: 0;
}

.rt-badge-floating {
	position: fixed;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
	z-index: 9999;
}

.rt-badge-floating .rt-review-top {
	padding: 10px 5px 10px 7px !important;
}

.rt-item-rating svg {
	display: inline;
}

.rtbr-pagination.rt-loadmore-btn a {
	border: 2px solid;
	border-radius: 5px;
	padding: 14px 30px;
	text-decoration: none;
}

.rt-badge-sidebar .rtbr-pagination.rt-loadmore-btn a {
	padding: 10px 20px;
}

.rt-badge-sidebar .rt-loadmore-btn {
	padding: 10px 0 40px;
}

.rt-badge-sidebar .rt-badge-style .rt-author-img img {
	height: 60px;
	width: 60px;
}

.rt-badge-sidebar .rt-badge-style .rt-media {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.rt-badge-sidebar .rt-badge-style .rt-media.rt-review-top {
	margin-bottom: 0;
	padding-bottom: 0;
}

.rt-badge-style .rt-review-top .rt-author-title {
	font-size: 22px;
}

.rt-badge-tab-style .rt-review-top .rt-author-title {
	font-size: 19px;
}

.rt-badge-style.rt-badge-style-2 .rt-loadmore-btn {
	margin-bottom: -5px;
	margin-top: 15px;
}

.rt-slick-carousel .slick-next:before, .rt-slick-carousel .slick-prev:before {
	color: #1d2124 !important;
}

.rt-grid-layout .rt-grid-view-style {
	height: 100%;
	margin-bottom: 0;
}

.rt-grid-layout {
	margin-bottom: 30px;
}

.rt-grid-layout-two {
	margin-bottom: 80px;
}

.rt-grid-layout-two+.rtbr-pagination {
	margin-top: -30px !important;
}

.rt-grid-view-style-2 {
	margin-top: 20px;
	padding: 0 20px;
}

.rt-grid-view-style p {
	max-height: 100px;
	overflow-y: auto;
}

.rt-grid-view-style ::-webkit-scrollbar {
	width: 5px;
}

.rt-grid-view-style ::-webkit-scrollbar-thumb {
	background: #888;
}

.rt-grid-view-style ::-webkit-scrollbar-thumb:hover {
	background: #555;
}
