.kk-star-ratings {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.kk-star-ratings.kksr-shortcode {display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;}.kk-star-ratings.kksr-valign-top {margin-bottom: 2rem;}.kk-star-ratings.kksr-valign-bottom {margin-top: 2rem;}.kk-star-ratings.kksr-align-left {-webkit-box-pack: flex-start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;}.kk-star-ratings.kksr-align-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.kk-star-ratings.kksr-align-right {-webkit-box-pack: flex-end;-webkit-justify-content: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end;}.kk-star-ratings .kksr-muted {opacity: .5;}.kk-star-ratings .kksr-stars {position: relative;}.kk-star-ratings .kksr-stars .kksr-stars-active, .kk-star-ratings .kksr-stars .kksr-stars-inactive {display: flex;}.kk-star-ratings .kksr-stars .kksr-stars-active {overflow: hidden;position: absolute;top: 0;left: 0;}.kk-star-ratings .kksr-stars .kksr-star {cursor: pointer;padding-right: 0px;}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {cursor: default;}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {transition: .3s all;}.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {width: 0 !important;}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {background-image: url(//prpfinder.co.uk/wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg);}.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {background-image: url(//prpfinder.co.uk/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg);}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {background-image: url(//prpfinder.co.uk/wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg);}.kk-star-ratings .kksr-legend {margin-left: .75rem;margin-right: .75rem;}[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {left: auto;right: 0;}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #F7F7F7;
font-size: 14px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h1 {
color: #23282d;
font-weight: bold;
font-size: 20px;
margin: 20px 0;
}
p {
margin: 0 0 15px 0;
}
p a {
color: rgb(0, 135, 190);
}
p.footer {
padding: 15px;
background: rgb(250, 251, 252) none repeat scroll 0% 0%;
margin: 10px 0px 0px;
display: inline-block;
width: 100%;
color: rgb(68, 68, 68);
font-size: 13px;
border-top: 1px solid rgb(224, 224, 224);
}
#main {
margin: 0 auto;
max-width: 55rem;
padding: 1.5rem;
width: 100%;
}
#sitemaps {
width: 100%;
box-shadow: 0 0 0 1px rgba(224, 224, 224, 0.5), 0 1px 2px #a8a8a8;
background: #fff;
margin-top: 20px;
display: inline-block;
}
#sitemaps .loc, #sitemaps .lastmod {
font-weight: bold;
display: inline-block;
border-bottom: 1px solid rgba(224, 224, 224, 1);
padding: 15px;
}
#sitemaps .loc {
width: 70%;
}
#sitemaps .lastmod {
width: 30%;
padding-left: 0;
}
#sitemaps ul {
margin: 10px 0;
padding: 0;
}
#sitemaps li {
list-style: none;
padding: 10px 15px;
}
#sitemaps li a {
color: rgb(0, 135, 190);
text-decoration: none;
}
#sitemaps li:hover {
background: #F3F6F8;
}
#sitemaps .item-loc {
width: 70%;
display: inline-block;
}
#sitemaps .item-lastmod {
width: 30%;
display: inline-block;
padding: 0 10px;
}