.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.no-padding {
  padding: 2px;
}

/* ---------- COMMON ---------- */
html {
  overflow-x: hidden;
}

.directory{margin:0 auto;}.directory p{display:none}.directory img{height:60px;width:auto;overflow:hidden;} @media screen and (max-width: 768px) { .directory { display: none; } } .directory img { display:inline; height: 50px; clear: both; margin: auto; overflow: hidden; }

body {
	background-color: #000;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#d4af37;
}

.text-gold {
	color: #d4af37 !important;
}

.text-gold-homepage {
	color: #d4af37 !important;
}

.text-white {
	color: #fff !important;
}

.text-white-girls {
	color: #fff !important;
	min-height: 30px;
}

.text-white-homepage {
	color: #fff !important;
}

.hidden-overflow {
	overflow: hidden;
}

a {
	color: #d4af37;
	text-decoration: none;
}

a:hover {
	color: #d4af37;
	text-decoration: underline;
}

b {
	color:#d4af37;
	text-decoration: none;
}

p {
  font-weight: 100;
  letter-spacing: 0.1rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------- HEADER ---------- */

.navbar {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #d4af37;
	min-height: 75px;
	border-radius: 0;
	margin-bottom: 70px;
}

.navbar-brand {
	height: 75px;
	padding: 27px;
}

.navbar-brand img {
	max-height: 21px;
	max-width: 100%;
}

.navbar .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 45px;
	position: relative;
}

.navbar .navbar-nav > li > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	transform: translateY(-50%);
	transition: opacity 0.25s, height 0.25s;
}

.navbar .navbar-nav > li > a:hover {
	background-color: transparent;
}

.navbar .navbar-nav > li > a:hover::before {
	opacity: 0.1;
	height: 100%;
}

.navbar-toggle {
	clear: both;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
}

header {
	position: relative;
}

header .phone-number {
	position: absolute;
	top: 76px;
	right: 100px;
	display: block;
	padding: 6px 35px;
	background-color: #d4af37;
	border-top: 1px solid #d4af37;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	font-size: 26px;
	text-decoration: none;
	max-width: 100%;
	letter-spacing: 2px;
  transition: all 0.4s;
      padding-bottom: 0;
}

header .phone-number:nth-child(2) {
	    top: 118px;
	    padding-top: 0;
		padding-bottom: 15px;
		border-top:0;
}

.phone-holder{
		position: absolute;
		top: 151px;
		right: 100px;
		display: block;
		padding: 15px 45px;
		background-color: #d4af37;
		border-top: 1px solid #d4af37;
		border-radius-right: 3em;
		border-bottom-right-radius: 2em 3em;
		border-bottom-left-radius: 2em 3em;
		max-width: 100%;

}

header .phone-number.phone-number--left {
	left: 100px;
	right: auto !important;
}

header .phone-number::before {
	position: absolute;
	content: "";
	top: 1px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.25s, height 0.25s;
}

header .phone-number:hover::before {
	height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	header .phone-number {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (min-width: 874px) {
	header .phone-number {
		top: 154px;
		right: 10px;
	}
	header .phone-number:nth-child(2) {
		top: 198px;
	}
}

@media (min-width: 768px) {
	header .phone-number {
		top: 219px;
		right: 10px;
	}
	header .phone-number:nth-child(2) {
		top: 263px;
			    border-bottom-right-radius: 3em 3em;
			    border-bottom-left-radius: 3em 3em;
	}
}

@media (min-width: 874px) {
	header .phone-number {
		top: 154px;
		right: 10px;
	}
	header .phone-number:nth-child(2) {
		top: 198px;
	}
}

@media (min-width: 1200px){
	header .phone-number {
		top:76px;
		right: 100px;
	}
	header .phone-number:nth-child(2) {
		top: 118px;
	}
}

@media (max-width: 767px) {
	header .phone-number {
		border-top: 0;
	}
}

/* ---------- HOME PAGE ---------- */

#main-banner {
	min-height: 600px;
	min-height: 5vw;
	display: flex;
	align-items: center;
    text-align: center;
}

.homepage-logo {
    display:inline!important;
}

.b-descriptionreadmore_button {
    background-color: #d4af37;
    width: 30%;
    margin: auto;
    text-align: center;
    text-transform: capitalize;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .4s ease-in;
}

#main-banner img {
	max-width: 100%;
}

#available-home {
	min-height: 600px;
	min-height: 37.5vw;
	display: flex;
	align-items: center;
	padding: 50px 0;
	padding-bottom: 25px;
	position: relative;
}

#available-home::after {
	content: "Manchester Escorts";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	color: #d4af37;
	background-color: #000;
	font-size: 18px;
	padding: 15px 60px;
	border-radius: 50px;
	letter-spacing: 2px;
	max-width: 100%;
}

.view-our-gallery {
	display: inline-block;
	background-color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	max-width: 100%;
	padding: 15px 45px;
	border: 2px solid #7b7b7b;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: "Raleway", sans-serif;
	position: relative;
	background-color: #000;
	margin-bottom: 30px;
}

.view-our-gallery:hover {
	text-decoration: none;
	color: #fff;
}

.view-our-gallery::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 9999px;
	left: 100%;
	top: 50%;
	background-color: #7b7b7b;
}

.view-our-gallery::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 9999px;
	right: 100%;
	top: 50%;
	background-color: #7b7b7b;
}

#home-twitter {
	margin-top: 30px;
}

#featured-home {
	background-image: url("/themes/bespoke/img/bg-3.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.quick-nav {
	margin-top: 20px;
	margin-bottom: 30px;
}

.form-row input,
.form-row textarea {
	min-height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 0;
}

.form-row textarea {
	line-height: 1.6;
}

.home-reviews {
	margin-top: 30px;
	padding-top: 15px;
}

.home-reviews .h2 {
	margin-bottom: 30px;
  font-family: 'Roboto';
}

.home-review-holder {
	margin-bottom: 15px;
}

.home-review-holder a:hover .home-review-holder__inner {
	background-color: rgba(255, 255, 255, 0.1);
}

.home-review-holder__inner {
	transition: background-color 0.25s;
}

.home-review-holder__image {
	padding: 0;
}

.home-review-holder__text {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
  font-weight: 100;
  font-family: 'Open Sans';
}

.home-blogs {
	padding-top: 30px;
	padding-bottom: 30px;
}

.home-blog-holder {
	margin-bottom: 15px;
}

.home-blog-holder a:hover,
.home-blog-holder a:focus,
.home-blog-holder a:active {
	text-decoration: none;
}

.home-blog-holder a:hover .home-blog-holder__inner,
.home-blog-holder a:focus .home-blog-holder__inner,
.home-blog-holder a:active .home-blog-holder__inner {
	background-color: rgba(255, 255, 255, 0.1);
}

.home-blog-holder__inner {
	background-color: rgba(255, 255, 255, 0.05);
	padding: 15px;
	text-align: center;
	transition: background-color 0.15s;
}

.home-blog-holder__title {
	text-transform: uppercase;
	color: #d4af37;
	font-size: 1.25em;
  letter-spacing: 0.2rem;
}

.home-blog-holder__date {
	color: #fff;
	font-size: 0.75em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.home-blog-holder__content {
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.15rem;
  font-family: 'Open Sans';
  margin-top: 10px;
  line-height: 2.3rem;
}

.home-blog-holder__read-more {
  margin-top: 15px;
  letter-spacing: 0.2rem;
}



/* ---------- GALLERIES ---------- */

#available-home .available {
	margin-bottom: 30px;
}

#available-home .available > a > div {
	position: relative;
	overflow: hidden;
	box-shadow: 0 14px 28px rgba(0,0,0,0.5), 0 10px 10px rgba(0,0,0,0.5);
}



#available-home .available > a:hover > div::before {
	background-color: rgba(60, 60, 60, 0.9);
}

#available-home .available img {
	width: 100%;
}

#available-home .available .profile-inner {
	font-size: 16px;
	letter-spacing: 2px;
	text-align: right;
}

#available-home .available .text-gold {
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

#featured-home .featured {
	margin-bottom: 30px;
}

#featured-home .featured img {
	width: 100%;
	margin-bottom: 10px;
}

#featured-home .featured .profile-inner {
	text-align: right;
	font-size: 16px;
	letter-spacing: 2px;
	border-bottom: 1px solid #d4af37;
	padding-bottom: 10px;
	position: relative;
}

#featured-home .featured .profile-inner .text-gold {
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	letter-spacing: 2px;
}

#featured-home #featured-row {
	padding: 30px 0;
}

#featured-home .featured > a {
	text-decoration: none;
}

#featured-home .featured > a .profile-inner::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #d4af37;
	bottom: -2px;
	right: 0;
	transition: width 0.25s ease-in-out;
}

#featured-home .featured > a:hover .profile-inner::after {
	width: 100%;
}

.gallery-holder {
	margin-bottom: 30px;
  transition: 0.4s;
}

.gallery-holder img {
	width: 100%;
  transition: 0.4s;
}

.gallery-holder .profile-inner {
	text-align: right;
	font-size: 1.3rem;
	letter-spacing: 2px;
	border-bottom: 1px solid #d4af37;
	padding-bottom: 10px;
	position: relative;
}

.gallery-holder .profile-inner .text-gold {
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	letter-spacing: 2px;
}

.gallery-holder > a {
	text-decoration: none;
}

.gallery-holder > a .profile-inner::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #d4af37;
	bottom: -2px;
	right: 0;
	transition: width 0.25s ease-in-out;
}

.gallery-holder > a:hover .profile-inner::after {
	width: 100%;
}


.profile-banner {
	position: absolute;
	bottom: calc(100% + 10px);
	padding-top: 10px;
	padding-bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #d4af37;
	text-transform: uppercase;
}

/* --------- PROFILES ---------- */

.profile-image img {
	width: 100%;
	margin-bottom: 30px;
}

.profile .quick-nav {
	margin-bottom: 50px;
}

.profile .profile-tagline {
	letter-spacing: 1px;
}

.profile-box {
	margin-bottom: 15px;
}

.profile-box .h3 {
	border-bottom: 5px solid #d4af37;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.stat > div {
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	margin: 5px 0;
	overflow: hidden;
}

#reviews-form input,
#reviews-form select,
#reviews-form textarea {
	border: none;
	border-radius: 0;
	min-height: 45px;
	line-height: 45px;
	margin-bottom: 15px;
}

#reviews-form textarea {
	line-height: 1.6;
}

.datepicker.dropdown-menu {
    background-color: rgba(40, 40, 40, 0.95);
}

.prev-next > div > a {
	padding: 20px 0;
	text-align: center;
	font-size: 14px !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	color: #fff;
	border: 2px solid #d4af37;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	margin-bottom: 15px;
}

.prev-next > div > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	transform: translateY(-50%);
	transition: opacity 0.25s, height 0.25s;
}

.prev-next > div > a:hover::before {
	opacity: 0.1;
	height: 100%;
}
@media screen and (max-width: 767px){
	.prev-next > div > a {
	padding: 10px 20px;
	width: auto;

	}
	.prev-next span{
		display: none;
	}
	.profile .quick-nav{
		text-align: center;
	}
}
.profile-number {
	display: block;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 60px;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: color 0.25s;
}

.profile-number:hover,
.profile-number:focus,
.profile-number:active {
	text-decoration: none;
}

/* ---------- BLOG ---------- */

.blog-holder {
	margin-bottom: 15px;
}

.blog-holder .h3 {
	margin-top: 0;
}

.blog-holder .blog-inner {
	padding: 15px 10px;
	background-color: rgba(40, 40, 40, 0.65);
	position: relative;
}

.blog-holder > a:hover {
	text-decoration: none;
}

.blog-holder > a .blog-inner::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	transform: translateY(-50%);
	transition: opacity 0.25s, height 0.25s;
}

.blog-holder > a:hover .blog-inner::before {
	opacity: 0.1;
	height: 100%;
}

/* ---------- FOOTER ---------- */

footer {
	border-top: 1px solid #7d7d7d;
	padding: 50px 15px;
	margin-top: 50px;
}

footer img {
	margin-bottom: 15px;
	max-width: 100%;
}

footer ul > li > a {
	color: #d4af37;
	text-transform: uppercase;
	text-decoration: none;
}

footer ul > li > a:hover {
	color: #d4af37;
}




/* ---------- OTHER ---------- */


.row.is-flex > [class*='col-'] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.click-nav {
	margin-top: 15px;
}

.click-nav ul {
	position: relative;
	padding: 0;
	margin-bottom: 0;
}

.click-nav ul li {
	position: relative;
	list-style: none;
	cursor: pointer;
}

.click-nav ul li ul {
	position: absolute;
	left: 35px;
	right: 35px;
	z-index:999;
	display: none;
}

.click-nav ul .clicker {
	margin-bottom: 0;
	position: relative;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	border: 2px solid #d4af37;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-size: 14px !important;
	letter-spacing: 3px;
}

.click-nav ul .clicker::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	transform: translateY(-50%);
	transition: opacity 0.25s, height 0.25s;
}

.click-nav ul .clicker:hover::before {
	opacity: 0.1;
	height: 100%;
}

.click-nav ul li a {
	display: block;
	background-color: #d4af37;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}

.click-nav ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.25s, height 0.25s;
}

.click-nav ul li a:hover::before {
	opacity: 0.1;
	height: 100%;
}

.click-nav span {
	padding: 0;
}

.byline {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	padding: 10px 0;
	font-weight: 400;
	background-color: #000;
	border-top: 1px solid #7d7d7d;
	color: #fff;
}

.byline p {
	margin: 0;
	line-height: 48px;
}

.byline img {
	padding-right: 10px;
}

.nav>li>a {
	padding: 10px 8px;
}

/* ---------- MEDIA QUERIES ---------- */

@media (min-width: 768px) {
	#main-banner {

	}
}

@media (max-width: 1199px) {
	.navbar-collapse {
		text-align: center;
	}
	.navbar-nav {
		float: none !important;
		display: inline-block;
	}
	.navbar .container-fluid {
		text-align: center;
	}
	.navbar-header {
		display: inline-block;
		float: none !important;
	}
}

@media (max-width: 989px) {
	.navbar .navbar-nav > li > a {
		padding: 10px;
	}
	#main-banner {
		min-height: 400px;
		min-height: 37.5vw;
		margin-top: 85px;
	}
	#available-home .available {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.byline p.pull-left,
	.byline p.pull-right {
		text-align: center;
	}
	.navbar-header {
		width: 100%;
	}
	.navbar-brand {
		width: 100%;
		height: 45px;
		padding: 15px;
	}
	.navbar-brand > img {
		margin-left: auto;
		margin-right: auto;
	}
	.navbar .navbar-nav {
		width: 100%;
	}
	.navbar .navbar-nav > li > a {
		line-height: 25px;
	}
	.navbar-collapse {
		border-top: 1px solid #d4af37;
		background-color: #0d0d0d;
	}
	.navbar .navbar-nav > li > a::before {
		background-color: transparent;
	}
	.navbar {
		margin-bottom: 0;
	}
	header .phone-number {
		padding: 0px;
		text-align: center;
		position: initial;
		margin-left: auto;
		margin-right: auto;
		font-size: 24px;
	}
	header .phone-number:nth-child(2) {
		top: 118px;
		padding: 0px;
	}
	#main-banner {
		min-height: 200px;
		min-height: 37.5vw;
		margin-top: -30px;
	}
	#main-banner > div {
		padding: 0px 0;
	}
	#main-banner p {
		font-size: 12px;
	}
	#main-banner p.h2 {
		font-size: 18px;
	}
	#available-home .available > a > div::before {
		top: 75%;
	}
	#featured-home .featured {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.gallery-holder {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.view-our-gallery > div {
		padding: 15px;
	}
	.directory {
		display: none;
	}
}

.position--left {
	margin-right: 50%;
	margin-left: 0;
}

.text--left {
	text-align: left;
}

.text-homepage {
	text-align: center;
}


p {font-size: 16px!important;}

/*a {color:#d4af37 !important;}*/

b {color:#d4af37 !important;}

.search-column .text-gold {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.search-column ul {
  list-style: none;
  padding-left: 0;
  letter-spacing: 0.1rem;
  font-weight: 100;
}

.search-column a {
  color: white;
  font-weight: 100;
  font-family: 'Open Sans';
  letter-spacing: 0.2rem;
  line-height: 2.7rem;
}

.profile-inner {
  font-weight: 100;
}

.gallery-holder__stats, .gallery-holder__location {
  color: #fff;
}

.gallery-holder__stats {
  padding-bottom: 10px;
}

.text--left {
  text-align: left;
}

.gutters--small {
  width: 90%;
  margin: auto;
}

.gutters--large {
  width: 70%;
  margin: auto;
}

.text--uppercase {
  text-transform: uppercase;
  font-size: 1.8rem !important;
  letter-spacing: 0.15rem;
}

.text-homepage-uppercase {
  text-transform: uppercase;
  font-size: 2.8rem !important;
  letter-spacing: 0.15rem;
    text-align: center;}

.book--now {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 1.2rem !important;
}

.mt-1 {
  margin-top: 10px;
}

.pt-7 {
  padding-top: 70px;
}

.pt-4 {
  padding-top: 40px;
}

.main-col {
  padding-left: 30px;
}

.search-column {
  border-right: 1px solid #d4af37;
  padding-right: 10px;
}

.btn--white {
  background-color: #fff;
  padding: 30px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  width: 30%;
  margin-left: auto;
  transition: all 0.4s;
}

.text--center {
  text-align: center;
}

.margin-right--auto {
  margin-right: auto;
}

.featured--girl--background {
  background-image: url('escort1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30vh;
}

.width--50 {
  width: 50%;
}

.girl-of-the-month {
  position: relative;
  padding-right: 40px;
}

.girl-of-the-month p {
  background-color: white;
  color: black;
  text-align: center;
  position: absolute;
  padding: 10px 0;
  top: 0;
  padding: 3% 17.5%;
  width: calc(100% - 40px);
  }

  .girl-of-the-month--image {
    width: 100%;
  }

  @media all and (max-width: 1100px) {
    .btn--white {
      width: 50%;
      text-align: center;
  }

  #main-banner {
    margin-bottom: -30px;
  }

  .row.mobile-is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 480px) {
  .btn--white {
    width: 100%;
    margin-bottom: 20px;
  }
  .gutters--small {
    width: 100%;
  }
  #main-banner {
    margin-bottom: -40px;
  }
}

.profile-inner .text-white {
  font-size: 1rem;
}

.gallery-holder img:hover {
  box-shadow: 0 1px 26px #d4af37;
}

.gallery-holder:hover .profile-inner {
  background-color: #d4af37;
  color: black !important;
}

.gallery-holder:hover .text-gold {
  color: #000 !important;
}

.gallery-holder:hover .fa-phone {
  color: #fff;
}

.profile-inner {
  padding-top: 10px;
}

.btn--white:hover {
  background-color: #dddddd;
  box-shadow: 0 1px 26px #d4af37;
}

.fa-phone {
  font-size: 2rem;
}

.phone-number:hover {
  background-color: #D3B75B;
}
@media all and (max-width: 992px) {
#location-filter,#type-filter,#name-filter{
text-transform: uppercase;
letter-spacing: 0.1rem;
font-size: 1.65em !important;
text-align: center;
border-width: 1px;
border-color: #d4af37;
border-style: solid;
}
.search-column{
	border-width: 0px;
}
#type-list,#location-list,#name-list{
	text-align:center;
}
}

.mt-4 {
  margin-top: 40px;
}

@media all and (max-width: 600px) {
    .main-banner-home-text {
        display: none;
    }
    .pt-7 {
        padding-top: 10px;
    }
}

.available-flashing {
    animation: blinker 1s linear infinite;
    text-transform: uppercase;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.2rem;
    min-height: 42px;
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}
