/*
Theme Name: Review Theme
Version: 3
*/

@import url('https://fonts.googleapis.com/css2?family=Stylish&family=Tangerine:wght@400;700&display=swap');

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #393939;

}


a {
	outline: none;
	text-decoration: none;
}

#page-container h1 {
	background: #ffab9f;
	margin: 0;
	color: #fff;
	padding: 10px 0 10px 0;
}

a:hover {
	text-decoration: none;
}

.row {
	width: 1140px;
	margin: 0 auto;
}

.row:after {
	display: block;
	content: '';
	clear: both;
}

#header {
	margin: 20px 0 0 0;
	display: inline;
	font-family: math;
}

#logo {
	float: left;
	width: 110px;
	text-align: center
}

#logo img {
	width: 185px;
	margin: 10px 0 0 0;
}

#logo a {
	color: #19357f;
	font-size: 17px;
}

#nav {
	float: left;
	width: 800px;
	text-align: center;
}

#mnav-button,
#mnav {
	display: none;
}

#nav #top-menu {
	list-style: none;
	margin: 23px 0 0;
}

#nav #top-menu li {
	display: inline-block;

}

#nav #top-menu li a:hover {}

#nav #top-menu li a {

	color: #000;
	padding: 5px 0;
	margin: 0 20px;

}

#nav #top-menu li a:hover {
	border-bottom: 2px solid #ffab9f;
}


#right-button {
	float: right;
	width: 200px;
	margin: 5px 0 0;
}

#right-button a {
	background: #ffab9f;
	color: #fff;
	display: inline-block;
	transition: background .5s;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 10px 0 10px 0;
	margin: 7px 0 0 0;
}


#right-button a.register {
	background: #19357f;
	color: #fff;
}

#right-button a:hover {
	background: #fff;
	border: 1px solid #eb4585;
	color: #000;


}

.page-title {
	color: #fff;
	text-align: center;
}

#page-left {
	float: left;
	width: 70%;
	line-height: 30px;
}

#page-left a {
	color: #f0487a
}

#page-left a:hover {
	color: #19357f;

}

#page-right {
	float: right;
	width: 25%;
}

#page-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page-right ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #e0e0e0;
}

#page-right ul li .post-date {
	font-size: 12px;
	display: block;
	margin-top: 10px
}

#page-right ul li a {
	color: #19357f
}

#page-right ul li a:hover {
	color: #f0487a;
}

#page-right h2 {
	color: #f0487a
}



.page-content {
	padding: 50px 0 0 0;

}

.ad-container {
	text-align: center;
	padding: 30px 0;
}

div#recent-posts {
	background-image: linear-gradient(rgba(0, 0, 0, 6), rgba(0, 0, 0, .6)), url(https://www.africandatereview.com/wp-content/uploads/2023/09/rose-flower-close-up-petals-wallpaper-preview.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 10px solid #ffab9f;
}

#recent-posts .col img {
	height: 230px;
}

#recent-reviews.listing-container .col a {
	float: none !important;
	margin: 0px;
	background: #19357f;
	font-size: 14px;
}

.listing-container .load-posts .col img {
	border: none;
}

#recent-reviews.listing-container.rsingle .col {
	float: none;
	width: 100%;
	border-bottom: 1px dotted #000;
	margin: 10px 0px;
	min-height: 110px;
	padding-bottom: 10px;
}

#recent-reviews h2 {
	color: #000 !important;
}

#post-review-form label {
	display: block;
	margin-top: 20px;
	font-size: 16px;
}

#post-review-form .rating label {
	margin-top: 0px;


}

.message {
	background: #19357f;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	width: 50%;
}

.message a {
	color: #fff;

}

.message a:hover {
	color: #000;

}

#post-review-form input[type=text],
textarea,
select {
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin: 5px 0;
	width: 50%;

}

#post-review-form input[type=submit] {
	border: none;
	background: #f0487a;
	color: #fff;
	padding: 15px 40px;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.rating {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
}

.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rating label:last-child {
	position: static;
}

.rating label:nth-child(1) {
	z-index: 5;
}

.rating label:nth-child(2) {
	z-index: 4;
}

.rating label:nth-child(3) {
	z-index: 3;
}

.rating label:nth-child(4) {
	z-index: 2;
}

.rating label:nth-child(5) {
	z-index: 1;
}

.rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.rating label .icon {
	float: left;
	color: transparent;
	font-size: 40px;
}

.rating label:last-child .icon {
	color: #e0e0e0;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
	color: #ffa500;
}

.rating label input:focus:not(:checked)~.icon:last-child {
	color: #e0e0e0;

}


.listing-container.single {
	text-align: center;
	color: #fff;
}

.listing-container.single .ratingstar {
	color: #415eab;
}

.listing-container.single .ratingstar.selected {
	color: #ffa500;
}

.listing-container.single h1 {
	font-size: 40px;
	padding: 0px;
	margin: 0px;
	word-wrap: break-word;

}

.listing-container .ratingstar {
	color: #e0e0e0;
}

.listing-container .ratingstar.selected {
	color: #ffa500;
}

.listing-container.single #links a {
	float: none;
	margin: 0px;
}

#recent-reviews.listing-container .col .review-text {
	color: brown !important;
	font-size: 16px;
	font-family: math;
}

#recent-reviews.listing-container .col a:hover {
	background: #f0487a;
	color: #fff;
}

#recent-reviews.listing-container .col {
	min-height: 240px;
	font-family: sans-serif;
	font-weight: 500;
	color: darkslategray !important;
	box-shadow: .9px .9px .9px .9px black;
}

#recent-reviews.listing-container .col img {
	width: 25px;
	border-radius: 25px;
	margin-right: 10px;
	cursor: pointer;
}
.col.review {
transition: transform .5s;
}

.col.review:hover{
    transform: scale(1.1);
} 

#recent-reviews.listing-container .user-info {
	line-height: 25px;
	font-size: 14px;

}

#recent-reviews.listing-container .user-info span {
	color: #f0487a;
}

.listing-container {
	padding: 20px;
}

.listing-container.dark,
div#best-businesses {
	background-image: linear-gradient(rgba(0, 0, 0, 6), rgba(0, 0, 0, .6)), url(https://www.africandatereview.com/wp-content/uploads/2023/09/heart-love-image-flower-rose-wallpaper-preview.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 10px solid #ffab9f;
}

div#follow-us h3 {
	margin: 19px 0 0;
}

.listing-container.dark h2 {
	color: #fff;
	float: left;
}

.listing-container.light h2 {
	color: #ffab9f !important;
	float: left;
	font-family: 'Tangerine', cursive;
	font-size: 50px;
	margin: 0px !important;
}

.listing-container a {
	float: right;
	display: inline-block;
	margin: 15px 35px 5px 0px;
	padding: 9px 20px;
	font-size: 14px;
	border-radius: 20px;
	color: #f0487a;
}

.listing-container.dark a.view-all {
	border-radius: 10px 0px 10px 0px;
	color: #fff;
	FONT-WEIGHT: 600;
	background-color: #ffab9f;
}

.listing-container.dark a.view-all:hover {
	background: #ff5757;
	color: #fff;
	border-radius: 10px 0 10px 0;
	transition: .7s;
}

.listing-container .col .post-details a {
	font-size: 14px;
	border-radius: 10px 5px 10px 5px;
	color: #fff;
	text-outline: white;
	FONT-WEIGHT: 600;
	font-family: -webkit-body;
	text-transform: normal;
	background-color: #ffab9f;
}

.listing-container .col .post-details a:hover {
	background: #ff5757;
	color: #fff;
	border-radius: 5px 10px 5px 10px;
	transition: .7s;
}

.listing-container .col a {
	margin: 10px;
}

.listing-container.dark a {
	background: #fff;
	color: #f0487a;
}

.listing-container.light a,
.listing-container.single a {
	border-radius: 10px 0px 10px 0px;
	color: #fff;
	FONT-WEIGHT: 600;
	background-color: #ffab9f !important;
}

.listing-container.light a:hover,
.listing-container.single a:hover {
	background: #ff5757 !important;
	color: #fff !important;
	border-radius: 10px 0 10px 0;
	transition: .7s;
}

.listing-container .pagination {
	clear: both;
	text-align: center;
	padding-top: 30px;
	color: #ffab9f;
}

.listing-container .pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

.listing-container .pagination ul li {
	display: inline-block;
	padding: 5px 10px;
	line-height: 26px;
	margin: 5px;

}

#recent-reviews.listing-container .pagination ul li {
	border: 2px solid #000;
	border-radius: 10px;
	color: #000;
}


.listing-container .pagination ul li.active {
	cursor: pointer;
}

.listing-container .pagination ul li.active:hover,
.listing-container .pagination ul li.selected {
	background: #eb4585;
	color: #fff;
	border-radius: 10px;
}


.listing-container .col {
	float: left;
	width: 31%;
	margin: 1%;
	position: relative;
}

.listing-container .col img {
	width: 100%;
	opacity: 0.8;
	border-radius: 0 0 0 10px;
	border: solid;
	border-color: #ffab9f;
}

#page-left img {
	width: 100%;
	height: auto;
}



.listing-container .col img:hover {
	opacity: 1;
}

.listing-container .col .post-details {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px 0;
}

#best-businesses.listing-container .col .post-details {
	bottom: 20px;
	border-radius: 20px;

}

.listing-container .col .post-rating {
	display: block;
	color: #fff;
}

.listing-container .col .post-rating {
	position: relative;
}

.listing-container .col .avg-rating {
	position: absolute;
	visibility: hidden;
	right: -4px;
	background: #f0487a;
	color: #ffff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
}

.listing-container .col:hover .avg-rating {
	visibility: visible;
}

.listing-container.dark h1 {
	color: #fff;
	font-family: 'Tangerine', cursive;
	font-size: 75px;
}

.listing-container.dark h2 {
	float: left;
	color: #fff;
	font-family: 'Tangerine', cursive;
	font-size: 50px;
	margin: 0px !important;

}


.col.review {
	margin: 4px;
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #fff;
}


#pagination:before {
	content: "";
	display: block;
	clear: both;

}

.sliding-review {
	min-height: 150px !important;
}

.sliding-review-container {
	padding: 0px !important;

}

#footer {
	padding: 50px 0;
	color: #fff;
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(https://www.africandatereview.com/wp-content/uploads/2023/09/fingers-heart-love-image-4k-wallpaper-preview.jpg);
	background-repeat: no-repeat;
	background-size: cover;

}

.footer-widget p {
	font-weight: 500;
	margin: 0px 0 7px 0px;
	padding: 2px 0px 0px 0px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer ul li a {
	display: block;
	padding: 7px 0;
	color: #fff;
}

#footer ul li a:hover {
	color: #f0487a;
	;

}

.footer-logo {
	width: 50%;



}


#footer .col {
	float: left;
	width: 20%;
	margin: 1%;
}

#footer .col1 {
	float: left;
	width: 40%;
	margin: 15px 0 0;

}

#footer .col1 img {
	width: 25%;


}

#reveiw-slide {
	padding: 20px;

}

#reveiw-slide div {
	display: inline-block;
}

.tnp-field label {
	font-size: 22px;
	font-weight: 600;
}

.tnp-widget input[type=email] {
	background: #fff;
}

.tnp-field input[type="submit"] {
	position: inherit;
	background: transparent;
	border: 1px solid;
	border: 1px solid #ffab9f;

}

.tnp-field input[type="submit"]:hover {
	background: #ffab9f;
	color: #000;
}

#cr {
	background: #000;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

#follow-us a {
	display: inline-block;
	color: #fff;
	padding: 10px 5px;
	font-size: 20px;

}

#follow-us a:hover {
	color: #f0487a;

}

.tnp-subscription input.tnp-submit {
	background-color: #f0487a !important;
	cursor: pointer;
	border-radius: 25px;
	margin: auto;
	width: -webkit-fill-available;
}

.tnp-subscription input.tnp-submit:hover {
	background-color: #fff !important;
	color: #f0487a !important;
}



.tnp-subscription input[type="email"] {
	height: 35px !important;
	border-radius: 25px;
}

#mnav {
	width: 100%;
	clear: both;
}

#mnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mnav ul li {
	display: block;
	text-align: center;
}

#mnav ul li a {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #e0e0e0;
	color: #4817b9;

}


/*768 */
@media only screen and (max-width: 959px) {

	#nav {
		display: none;
	}

	#mnav-button {
		float: right;
		display: block;
		margin-right: 10px;
		width: 550px;
		text-align: right;
	}

	#mnav-button a {
		font-size: 25px;
		color: #888;
	}

	#right-button {
		text-align: right;
		margin-top: 0px;
	}

	#right-button a {
		font-size: 14px;
	}

	#right-button a {
		background: #f0487a;
		color: #fff;
		display: inline-block;
		transition: background .95s;
		text-align: center;
		padding: 10px 20px;
		border-radius: 20px;
	}

	.ad-container img {
		width: 100%;
	}

	.row {
		width: 95%;
	}




	.listing-container .col {
		float: left;
		width: 47%;
		margin-bottom: 20px;
	}

	#recent-reviews.listing-container .col {
		min-height: 240px;
		font-family: sans-serif;
		font-weight: 500;
		color: darkslategray;
		box-shadow: .9px .9px .9px .9px black;
	}


	#footer .col1,
	#footer .col {
		float: left;
		width: 47%;
		min-height: 180px;
	}


	#page-left,
	#page-right {
		float: none;
		width: 100%;
	}

	.sliding-review-container {
		display: none;
	}

	#post-review-form input[type="text"],
	textarea,
	select {
		width: 90%;
	}


}

@media only screen and (max-width: 1024px) {
	.row {
		width: 95%;
	}

	#nav {
		width: 600px;
	}
}

/* 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

@media only screen and (max-width: 767px) {}

/* 480 */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#nav {
		display: none;
	}

	#mnav-button {
		float: right;
		display: block;
		margin-right: 10px;
		width: 400px;
		text-align: right;
	}

	#mnav-button a {
		font-size: 25px;
		color: #888;
	}

	#right-button {
		text-align: right;
		margin-top: 0px;
	}

	#right-button a {
		font-size: 14px;
	}

	.ad-container img {
		width: 100%;
	}

	.row {
		width: 95%;
	}

	.listing-container .col {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#recent-reviews.listing-container .col {
		border-bottom: 1px dotted #e0e0e0;
	}

	#footer .col1,
	#footer .col {
		float: none;
		width: 100%;
	}





	#page-left,
	#page-right {
		float: none;
		width: 100%;
	}

	.sliding-review-container {
		display: none;
	}

	#post-review-form input[type="text"],
	textarea,
	select {
		width: 90%;
	}


}

/* 320 */
@media only screen and (max-width: 360px) {
	#header {
		margin: 40px 0px 20px 0;
	}

	#right-button {
		width: 270px !important;
	}

	#mnav-button {
		top: 75px;
	}

	.listing-container,
	#recent-reviews {
		padding: 0 40px 0 0;
	}
}

@media only screen and (max-width: 479px) {
	#header {
		display: inline-block;
		margin: 20px 0 20px 0;
	}

	#logo img {
		width: 125px;
		margin: 7px;
	}

	#nav {
		display: none;
	}

	#mnav ul {
		float: right;
	}

	#mnav-button {
		float: right;
		margin-right: 10px;
		width: 100px;
		position: absolute;
		top: 28px;
		right: 0;
	}

	#mnav-button a {
		font-size: 25px;
		color: #888;
	}

	#right-button {
		text-align: right;
		float: none;
		width: 310px;
		margin: 0 0 0 0;

	}

	#right-button a {
		margin: 8px 0 0;
		font-size: 8px;

	}

	.ad-container img {
		width: 100%;
	}

	.row {
		width: 98%;
	}

	#recent-reviews .row {
		width: 95%;
	}

	#best-businesses .row {
		text-align: center;
	}

	#best-businesses .row a {
		float: none;
	}

	#best-businesses .row a.view-all {
		margin: 0 0 20px 0;

	}

	.listing-container .col {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.listing-container a {
		margin: 0;
	}

	#recent-reviews.listing-container .col {
		border-bottom: 1px dotted #e0e0e0;
	}

	.listing-container,
	#recent-reviews {
		padding: 10px 30px 0 10px;
	}

	.listing-container.light h2 {
		font-size: 30px;
	}

	div#recent-reviews a {
		margin: 5px 0 0;
	}

	.listing-container .pagination ul {
		font-size: 10px;

	}

	.review_pagination.pagination {
		margin: 0 0 0 18px;
	}

	.listing-container .pagination {
		padding: 0;
	}

	#footer .col1,
	#footer .col {
		float: none;
		width: 100%;
	}

	.listing-container .pagination ul li {
		padding: 0 10px 0 10px;
	}

	.listing-container {
		padding: 20px;
	}

	.listing-container .review_pagination.pagination ul li {
		padding: 0 15px 0 15px;
		margin: 4px;
	}

	#page-left,
	#page-right {
		float: none;
		width: 100%;
	}

	.sliding-review-container {
		display: none;
	}

	#post-review-form input[type="text"],
	textarea,
	select {
		width: 90%;
	}

	#footer {
		padding: 50px 7px 5px 0;
	}

}

@media screen only and min- @media only screen and (max-width: 767px) {}