/*
Theme Name: AAF Portfolio Review
Theme URI: https://mgcaf.org/
description: >-
  Theme for AAF Portfolio Review, Mississippi Gulf Coast
Author: Future Design Group
Author URI: https://www.futuredesigngroup.com/
Template: wp-bootstrap-starter
Version: 1.0.0
*/
h1,
h2,
h3 {
	padding: 0;
	margin: 0;
}
.btn {
	border-radius: 3px;
}

.btn-primary {
	background-color: #e9006d;
	color: #fff;
	border: 1px solid#c2025b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 3px;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 400;
	box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #e9006d !important;
	border: 1px solid#c2025b !important;
	outline: none;
}

.imgbg {
	padding: 2rem;
	display: block;
	background-image: url("imgs/imgbg.png");
	background-repeat: repeat;
	min-height: 350px;
	border: 1px solid #c0c0c0;
	position: relative;
	margin-bottom: 2rem;
}

.imgbg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2rem;
	max-height: 350px;
}

.single-portfolio .imgbg {
	min-height: initial;
}

.single-portfolio .imgbg img {
	max-height: initial;
	position: relative;
	top: initial;
	left: initial;
	transform: none;
}

.magnify > .magnify-lens {
	background-color: #fff !important;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85),
		0 0 7px 5px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25) !important;
	border-radius: 50%;
}

.rwp-select.rwp-box__sorting {
	display: none;
}

.rwp-u-review__content {
	margin-left: 0 !important;
}

.rwp-u-review {
	border: 1px solid #c0c0c0;
}

.rwp-review-wrap .rwp-review .rwp-scores {
	text-align: center;
	margin: 0 auto;
	width: 46%;
}

.rwp-header.rwp-no-image {
	margin: 0 auto;
	width: 109px;
}

.reviews {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px 1rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
.reviewslink {
	color: #fff !important;
}
@media only screen and (max-width: 1025px) {
	.rwp-review-wrap .rwp-review .rwp-scores {
		width: 55%;
	}
}

@media only screen and (max-width: 769px) {
	.rwp-review-wrap .rwp-review .rwp-scores {
		width: 73%;
	}
}

@media only screen and (max-width: 767px) {
	.rwp-criterion {
		margin-left: 28px !important;
		margin-bottom: 20px !important;
	}

	.rwp-review-wrap .rwp-review .rwp-scores {
		width: 92%;
	}
}
