/*
Site Colors

Goldish Yellow = #a32cc4
Charcoal Gray = #353535
Prop Service Blue = #3399cc

*/

@import url(https://fonts.googleapis.com/css?family=Palanquin:100,400,600);
@import 'lightbox.css';
* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  background-color: #353535;
  font-family: "Palanquin", sans-serif, "helvetica";
  background: url(/wp-content/themes/Northpointe/images/mountainValley.jpg) no-repeat center center fixed;
  background-size: cover;
}
.centerContent {
  width: 85%;
  margin: 0 auto;
}

/*====================================
Static Image and center content styles
=====================================*/

.staticImage {
  width: 100%;
  padding: 50px 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -45px;
}
.headline {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  background-color: #3399cc;
  color: white;
  border-radius: 5px;
}
.contentBackground {
  padding: 25px 30px;
  width: 88%;
  margin: 0 auto;
  border-radius: 15px;
}
.listing {
  border: 1px solid #353535;
  border-radius: 5px;
  padding: 30px;
  transition: all .5s ease;
  background-color: rgba(51, 51, 51, .9);
  color: #fff;
  font-size: 10pt;
  margin: 10px 0;
  width: 100%;
}

/*=========================
Left Side Content (Images)
==========================*/

#leftSideContent {
  width: 22%;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
#leftSideContent a {
  text-decoration: none;
}
#mainImage img {
  width: 100%;
}
.thumbnails a {
  text-decoration: none;
}
.thumbnails img {
  display: inline;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 5px;
}
#mainImage img {
  width: 100%;
}
#test {
  margin-top: 20px;
  width: 100%;
}

/*=========================
Right Side Content
==========================*/

#rightSideContent {
  width: 70%;
  display: inline-block;
}
.details {
  width: 100%;
  margin-bottom: 30px
}
.details h2 {
  font-size: 16pt;
  color: #fff;
  margin: 0 0 15px 0;
  line-height: 1;
}
.amenities {
  display: block;
  font-size: 12pt;
  line-height: 1.5;
}
.addressHeader {
  color: #fff;
  font-size: 18pt;
  margin: 0 0 15px 0;
  line-height: 1;
}
.address {
  color: #a32cc4;
  font-weight: 600;
  background-color: #353535;
  padding: 10px;
}
.description {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  font-size: 12pt;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

/*==========================
Footer and pre-footer image
===========================*/

footer {
  width: 100%;
  margin: 0 auto;
  color: white;
  background-color: #353535;
  padding: 10px 0;
  font-size: 10pt;
  position: fixed;
  bottom: 0px;
}
footer p {
  margin: 0;
  padding: 0;
}
.footerImg {
  width: 100%;
  height: 75px;
  overflow: hidden;
}
footer span {
  text-transform: uppercase;
}
.footerCol {
  display: inline-block;
}
.footerRight {
  float: right;
}
.footerRight a {
  color: #fff;
  transition: color .3s ease;
}
.footerRight a:hover {
  color: #36b1bf;
}

/*===================
    MEDIA QUERIES
    =====================*/

@media (max-width: 750px) {
  #leftSideContent {
    width: 100%;
    margin-bottom: 20px;
  }
  #rightSideContent {
    width: 100%;
  }
  footer{position:relative;}
}
@media (max-width: 500px) {
  .addressHeader,
  .details h2 {
    font-size: 12pt;
    line-height: 1;
  }
  .description,
  .amenities {
    font-size: 10pt;
  }
}
@media (max-width: 400px) {
  .phoneNumber {
    margin: 0 auto;
    width: 100%;
  }
  .phoneNumber p {
    text-align: center;
  }
  .socialIcons {
    width: 100%;
    text-align: center;
    float: none;
  }
  .footerCol {
    width: 100%;
    text-align: center;
  }
}
