/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body {
    width: 100%;
    overflow-x: hidden;
}
.lkb_review-block {
	display: flex;
	gap: 15px;
	justify-content: center;
}
.lkb_review-block.home-rb {
    margin-top: 30px;
    flex-wrap: wrap;
}
.lkb_review-block.home-rb .revb-title {
    flex: 0 0 100%;
}
.lkb_review-block a {
	display: flex;
	align-items: center;
	padding: 3px 5px;
    border: solid 1px #c0c0c0;
    border-radius: 4px;
    background: #fff;
	color: #000;
	transition: all .3s ease;
}
.lkb_review-block a:hover {
	background: #e7e7e7;
}
.lkb_review-block a span {

}
.lkb_review-block a .img img {
	display: block;
	max-height: 16px;
	width: auto;
}
.lkb_review-block a .rating {
	font-weight: bold;
	margin-left: 5px;
	font-size: 14px;
	line-height:normal;
}
.revb-title {
	font-weight: bold;
}
@media (max-width: 768px) {
    .inner-new {
		gap: 10px;
		flex-direction: column;
	}
	.revb-title {
		flex: 0 0 100%;
	}
	.lkb_review-block {
		gap: 10px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.revb-title {
		flex: 0 0 100%;
	}
}

.featured-image, .page-header-image {
    display:none;
}
#rmp-container-14028 {
    max-width: calc(100% - 55px - 5%) !important;
}
#rmp-menu-wrap-14028 .rmp-submenu .rmp-menu-item-link {
    min-height: 40px;
    height: auto;
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 8px;
    padding-bottom: 8px;
}