/* The Company / Agentdetails page */

.property-container{
	cursor: pointer;
}

.property-container:hover .ap-property-details-box{
    background-image: none;
    background-color: #ffffff;
}

.listing-image{
    background-size: cover;
    background-position: 50%;
}

.pagination .page-link{
	border: none;
	color: #333333;
	background-color: unset!important;
	font-family: 'Archer A', 'Archer B', Helvetica, Arial, sans-serif;
	display: inline;
	padding: 0;
    margin: 0 7px;
	font-weight: 500;
	font-size: 18px;
    border-bottom: 1px solid #333333;
}

.page-item.active .page-link,
.page-item:hover .page-link {
	color: #333333;
    border-bottom: none;
}

.pagination .page-item.disabled .page-link {
	color: #939598;
    border-bottom: none;
}

.pagination .page-item.previous,
.pagination .page-item.next{
    width: 120px;
}

.pagination .page-item.previous .page-link,
.pagination .page-item.next .page-link{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 0;
    margin: 0;
}

.pagination .page-item.previous::before{
    content: "<";
	font-weight: 500;
}

.pagination .page-item.next::after{
    content: ">";
	font-weight: 500;
}

.page-number{
	color: #333333;
	font-family: 'Archer A', 'Archer B', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 500;
}

#testimonials hr {
	width: 100%;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card::before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card::after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

.more-link {
    cursor: pointer;
    font-weight: 600;
}

.youtube-video,
.vimeo-video {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 100px;
    background-color: lightgrey;
    margin-left: 15px;
}

.youtube-play-image,
.vimeo-play-image {
    width: 75px;
    margin-left: 40px;
    margin-top: 20px;
}

/* Social */

.switchShare.mobile .shareOver {
  line-height: 28px;
}

.no-fee-icon {
    position: absolute; 
    right: 30px; 
    top: 15px; 
    width: 30px;
}