.rtw-post-categories {
    font-style: italic;
    text-transform: uppercase;
  }
.rtw-post-categories a{
    color: #8c919b;    
}
.rtw-post-authors {
   font-weight: 400;
   font-style: italic;
   font-size: 16px;
   color: #8c919b;
}
.rtw-post-authors a {
  color: #63676f;
}
.directory-listing-rating {
	display: none;
}

body .unslider-arrow {
    text-indent: 0;
    color: transparent;
    opacity: 1;
}

body .unslider-arrow {
  content: " ";
  background: url('/wp-content/uploads/2021/04/hd-chevron.svg');
  background-size: 30px 85px;
  height: 85px;
  width: 30px;
}

body .unslider-arrow:hover:after,
body .unslider-arrow:focus:after {
    opacity: 1;
}

body .unslider-arrow.next {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

body .unslider-arrow.prev {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

input#searchsubmit {display: none;}

.oxy-post-content {
    margin-top: 0.2em!important;
    margin-bottom: 0.2em!important;
}
.searchwp-live-search-result a { color: #374047}

.oxy-easy-posts-pages .page-numbers {
	padding: 6px 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	background-color: #5b6f80;
	color: #ffffff;
	margin: 0 3px;
	font-size: 16px;
	font-weight: 300;
}
.oxy-easy-posts-pages .page-numbers.current {
	background-color: #d1e4ef;
	border: 1px solid #5b6f80;
	color: #3e4c58;
	font-weight: 400;
}