* {
  box-sizing: border-box;
}
/*
 This ruleset is just for checking if the template is working correctly by giving menu and footer some space to occupy. Comment it remove it if you want.
 *******************************************/
#footer {
  background-color: #000;
  COLOR: #fff;
}
img.subpage-header {
  width: 100%;
}
/******************************************/
hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #6b2073;
  background: none;
}
.flex-direction-nav a:before {
  color: rgba(255, 255, 255, 0.8);
}
#header div.links a {
  text-decoration: none;
  color: #fff;
}
#header div.links a:hover {
  color: #6b2073;
}
#header {
  z-index: 9999;
}
#responsive-menu-pro-button {
  z-index: 9999999;
}
#responsive-menu-pro-wrapper {
  padding-top: 100px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  position: relative;
}
.subpage-content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 20px auto;
  display: block;
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (max-width: 1300px) {
  .subpage-content {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin: 20px auto;
    display: block;
    font-size: 18px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 980px) {
  .subpage-content {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 20px auto;
    display: block;
    font-size: 16px;
    line-height: 1.4em;
  }
}
html, body, .site-wrapper {
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Poppins';
  margin: 0;
  overflow-x: hidden;
}
.more {
  text-transform: uppercase;
  font-size: 22px;
  padding: 10px;
  display: block;
  max-width: 300px;
  margin: 30px auto;
  font-weight: 700;
  text-decoration: none;
}
.purple {
  color: #6b2073;
  border: 5px solid #6b2073;
}
.white {
  color: #fff;
  border: 5px solid #fff;
}
h1 {
  color: #6b2073;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 1.1em;
}
h2 {
  color: #6b2073;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 1.1em;
}
h3 {
  color: #6b2073;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 1.1em;
}
h4 {
  color: #6b2073;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 1.1em;
}
h5 {
  color: #6b2073;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 1.1em;
}
h6 {
  color: #6b2073;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 1.1em;
}
#header {
  background: #a7a8ac;
}
.header-inner {
  background: #a7a8ac;
  height: calc(100vw * 0.0672);
  min-height: 85px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 70px;
  padding-right: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
img.logo {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header-inner {
    height: 85px;
  }
  .header-inner img.logo {
    max-width: 800px;
    width: 800px;
    height: auto;
  }
}
@media screen and (max-width: 1600px) {
  .header-inner {
    height: 85px;
  }
  .header-inner img.logo {
    max-width: 650px !important;
    width: 650px !important;
    height: auto;
  }
}
.links {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}
.links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.links li {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .links {
    font-size: 14px;
  }
  .header-inner, #header {
    height: auto;
  }
  .header-inner img.logo {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1360px) {
  .links {
    display: none;
  }
  .header-inner {
    width: 90% !important;
    max-width: 90% !important;
  }
  .header-inner img.logo {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-inner, .header-inner img.logo {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#slides {
  position: relative;
}
#slides img {
  width: 100%;
  height: auto;
}
#intro {
  text-align: center;
  padding-top: 30px;
  font-size: 22px;
  color: #6b2073;
  font-weight: 700;
  padding-left: 10%;
  padding-right: 10%;
}
#properties {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  color: #6b2073;
  font-weight: 700;
  padding-left: 10%;
  padding-right: 10%;
}
@media all and (min-width: 980px) {
  .land-ten {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 979px) {
  .land-ten {
    grid-template-rows: 1fr 1fr;
  }
  #properties .more {
    margin: 80px auto 10px !important;
  }
}
.land-ten {
  display: grid;
}
.land-ten > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
}
.land-ten > div > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.landlords {
  background: url(../../img/landlords.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  min-height: 60vh;
}
.landlords h2 {
  color: #fff;
  display: block;
  margin-top: 0;
}
.tenants {
  background: url(../../img/tenants.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  min-height: 60vh;
}
.tenants h2 {
  margin-top: 0;
  color: #fff;
  display: block;
}
#subscribe {
  background: #6b2073;
  color: #fff;
}
#subscribe h2 {
  color: #fff;
  display: block;
}
#subscribe input {
  height: 50px;
}
.sub-form {
  display: inline-block;
  margin-top: -30px;
  text-align: center;
}
.email {
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Poppins';
  background: none;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-weight: 700;
}
.submit {
  background: #fff;
  border: 2px solid #fff;
  color: #6b2073;
  text-align: center;
  font-size: 20px;
  font-family: 'Poppins';
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  font-weight: 700;
}
.testimonials {
  background: url(../../img/testimonials.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  font-weight: 700;
  padding-top: 20vh;
  padding-bottom: 20vh;
  font-size: 22px;
  min-height: 60vh;
}
.flexslider {
  border: 0;
}
.flexslider.testimonial-slider {
  background: rgba(0, 0, 0, 0);
  padding-bottom: 5%;
}
@media all and (min-width: 980px) {
  .logos {
    height: calc(100vw * 0.099);
  }
  .logos a {
    height: 100%;
    width: auto;
    padding: 0 1%;
    display: inline-block;
  }
  .logos a img {
    height: 100%;
    width: auto;
  }
}
@media all and (max-width: 979px) {
  .logos {
    height: auto;
  }
  .logos a {
    width: 50%;
    height: auto;
    padding: 1% 5%;
    display: inline-flex;
    align-items: center;
  }
  .logos a img {
    width: 100%;
    height: auto;
  }
}
.logos {
  width: 100%;
  padding: 2% 1%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.logos a {
  text-decoration: none;
}
@media all and (min-width: 980px) {
  .map-sub {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 979px) {
  .map-sub {
    grid-auto-flow: row;
  }
  #subscribe h2 {
    margin-top: 0;
  }
}
.map-sub {
  display: grid;
}
.map-sub > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
}
.map-sub > div > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#footer {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (min-width: 980px) {
  .pptys {
    grid-auto-flow: column;
    grid-column-gap: 3%;
  }
}
@media all and (max-width: 979px) {
  .pptys {
    grid-auto-flow: row;
    grid-row-gap: 3%;
  }
}
.pptys {
  display: grid;
}
.pptys .property {
  position: relative;
  max-width: 33.33%;
  margin: 0 auto;
}
.pptys .property img {
  width: 100%;
  vertical-align: bottom;
}
.pptys .property .ppty-info {
  position: absolute;
  bottom: 3%;
  left: 3%;
  text-transform: uppercase;
  background-color: rgba(107, 32, 115, 1);
  color: #fff;
  padding: 5%;
  font-size: 80%;
  text-align: left;
}
.pptys .property .ppty-info span {
  display: block;
}
.pptys .property .ppty-info span:nth-child(1) {
  padding-bottom: 8%;
}
/*--- PROPERTIES ---*/
.details a, .details h3 {
  text-decoration: none;
  text-align: left !important;
  color: #6b2073;
}
.price {
  color: #6b2073;
  font-weight: 700;
}
.actions {
  margin-top: 10px;
}
.actions a {
  color: #6b2073;
  font-weight: 700;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  border: 2px solid #6b2073;
}
/*--- MEDIA QUERIES ---*/
@media screen and (max-width: 980px) {
  .landlords, .tenants, .testimonials {
    min-height: 30vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .sub-form input {
    max-width: 90%;
  }
}
/*--- INDIVIDUAL PROPERTIES ---*/
.type-property {
  font-size: 22px;
  line-height: 1.5em;
}
h4 {
  text-align: left;
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.property_actions a {
  color: #6b2073;
  text-decoration: none;
  font-weight: 700;
}
.type-property .property_title {
  text-align: left;
  font-size: 40px;
}
.type-property ul {
  padding-top: 0;
  margin-top: 0;
}
.type-property .price {
  margin-bottom: 30px;
}
.fancybox-slide--html .fancybox-content {
  padding-bottom: 60px;
  font-family: 'Poppins';
  font-size: 22px;
  line-height: 1.5em;
}
.property-enquiry-form .control {
  margin-bottom: 20px;
}
.control input, .control textarea {
  border: 2px solid #000;
  font-family: 'Poppins';
}
.control input, .control textarea {
  padding: 10px;
}
form [type=button], form [type=reset], form [type=submit], form button {
  background: #6b2073;
  border: 2px solid #6b2073;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Poppins';
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: inline-block;
  font-weight: 700;
}
form [type=button]:hover, form [type=reset]:hover, form [type=submit]:hover, form button:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Poppins';
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  font-weight: 700;
}
.fancybox-close-small:hover a, .fancybox-close-small:hover {
  color: #fff !important;
  background: #000 !important;
}
