a.wpmre-content-link {
	text-decoration: none !important;
}

.wpmre-stars-container-wrapper{

	text-align: center;
}
.wpmre-stars-container-wrapper .fa{
font-size:35px;
}

.wpmre-stars-container .rating-text {
    font-size: 14px;
}

.wpmre-stars-container-wrapper p.review-title {
    margin-bottom: 15px;
    font-size: 18px;
}
.wpmre_response , .wpmre-content {

	position: fixed;
    background: rgba(0, 0, 0, 0.3411764705882353);
    top: 0;
    z-index: 99999999999999999 !important;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    overflow-y:scroll;
}
.wpmre-popup {
   position: relative;
    margin: 0 auto;
     max-width: 60%;
    display: inline-block;
    background: #fff;
    margin-top: 15%;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10%;
}
.wpmre-content.wpmre-res{
display:none;
	
}

.wpmre-content.wpmre-res p.review-text {
    font-size: 16px;
}


.wpmre-content.wpmre-res a.review-text {
    font-size: 16px;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}



.wpmre-close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 25px;
    color: #fff !important;
    height: 25px;
    background: #000;
    border-radius: 50%;
    font-size: 14px;
}
.wpmre-popup.wpmre-logo-container {
    display: flex;
    justify-content: space-evenly;
}

.wpmre-popup.wpmre-logo-container a{

	max-width:250px;
}

@media (max-width: 415px){

	.wpmre-popup.wpmre-logo-container{

		display:block;
	}
	.wpmre-popup {

    max-width:85%;
	}
}
