﻿@import url('/css/hhfont.css');
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
/****************** Fonts *******************/
.oswaldFont {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
header {
  font-family: "Oswald", sans-serif;
}
body {
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
}
/****************** Colours ********************/
/*Black*/
/*White*/
/*search Item Only*/
/*very light background*/
/*grey form background*/
/*facebook blue*/
/*twitter blue*/
/*Review title blue */
.plusIcon {
  background-color: #a3a3a3;
  border: 4px solid #000000;
  border-radius: 50%;
  display: block;
  float: right;
  height: 26px;
  text-align: center;
  text-indent: 1px;
  width: 26px;
}
.plusIcon span {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  vertical-align: top;
}
.socialIcon {
  display: inline-block;
  height: 26px;
  text-align: center;
  width: 26px;
  line-height: 30px;
}
.socialIcon span {
  color: #ffffff;
}
.header {
  color: #a3a3a3;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.propertyHeader {
  color: #a3a3a3;
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  font-weight: 400;
}
.blackButton {
  background: #b00135;
  color: #ffffff;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0px 3px 0px 0px;
  text-indent: 15px;
  text-transform: uppercase;
  transition: background 0.5s linear;
}
.blackButton:hover {
  background: #920135;
}
.reviewTitle {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.reviewShare {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
/*# sourceMappingURL=styles.css.map */