@font-face {
  font-family: gothamLight;
  src: url(../fonts/GothamLight.otf) format("opentype"), url(../fonts/GothamLight.ttf) format("truetype"); }
@font-face {
  font-family: gothamBook;
  src: url(../fonts/GothamBook.ttf); }
@font-face {
  font-family: gothamMedium;
  src: url(../fonts/GothamMedium.otf) format("opentype"), url(../fonts/GothamMedium.ttf) format("truetype"); }
@font-face {
  font-family: gothamBold;
  src: url(../fonts/GothamBold.ttf); }
/* Mixins */
.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

/* Standard CSS */
html, body {
  height: 100%; }

body {
  margin: 0;
  background: #ededed; }

a {
  text-decoration: none;
  cursor: pointer;
  font-family: gothamLight; }

img {
  border: 0; }

b, strong {
  font-family: gothamMedium; }

html, body {
  padding: 0;
  margin: 0; }

* {
  box-sizing: border-box;
  font-family: helvetica;
  font-weight: normal; }

p.error {
  margin: 10px 0px;
  color: #cd0000;
  font-family: gothamBook;
  font-size: 14px; }

h2.thank-you {
  width: 100%;
  position: absolute;
  font-size: 17px;
  text-align: center;
  background: #77ab41;
  margin: 0;
  color: white;
  padding: 10px 0px; }

input[type="text"], input[type="password"] {
  width: 300px;
  font-size: 13px;
  padding: 10px;
  height: 40px;
  line-height: 40px;
  font-family: gothamLight; }

input[type="submit"] {
  background: #787878;
  border: none;
  color: white;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0px 18px;
  display: inline-block;
  font-family: gothamMedium;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none; }

p {
  font-family: gothamLight; }

h1 {
  font-family: gothamLight;
  font-size: 40px;
  line-height: 45px;
  color: white; }

h2 {
  font-family: gothamLight;
  font-size: 18px;
  line-height: 30px;
  color: white; }

h3 {
  font-family: gothamMedium;
  font-size: 26px;
  line-height: 26px;
  color: #77AB41; }

h4 {
  font-family: gothamMedium;
  font-size: 18px;
  line-height: 22px;
  color: #77AB41; }

.full-width {
  width: 100%;
  margin-bottom: 30px; }

.half-width {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }
  .half-width.lhs {
    padding-right: 15px; }
  .half-width.rhs {
    padding-left: 15px; }

.third-width {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }
  .third-width.lhs {
    padding-right: 15px; }
  .third-width.rhs {
    padding-left: 15px; }

.wrapper {
  height: 100%;
  width: 100%;
  background: url(../img/cardiff-bg-4.jpg) no-repeat;
  background-size: cover;
  background-position: 50% top; }
  .wrapper a.contact {
    display: inline-block;
    background: #77ab41;
    position: absolute;
    right: 50px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    opacity: 1; }
    .wrapper a.contact img {
      padding: 5px 10px; }
    .wrapper a.contact:hover {
      opacity: 0.8; }
  .wrapper .content-area {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    text-align: center; }
    .wrapper .content-area .ppc-logos {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding: 20px; }
      .wrapper .content-area .ppc-logos img {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 35px;
        opacity: 0.7;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out; }
        .wrapper .content-area .ppc-logos img:hover {
          opacity: 1; }
    .wrapper .content-area .splash-logo {
      padding: 20px;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      position: absolute;
      transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      opacity: 0;
      top: -100px; }
      .wrapper .content-area .splash-logo.visible {
        top: 20px;
        opacity: 1; }
    .wrapper .content-area .splash {
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      width: 680px;
      max-width: 90%; }
      .wrapper .content-area .splash .splash-text {
        padding: 35px 25px; }
        .wrapper .content-area .splash .splash-text a.get-in-touch {
          text-decoration: none;
          color: white;
          padding: 12px 45px;
          display: inline-block;
          font-size: 16px;
          background: #77ab41;
          margin-top: 30px;
          position: relative;
          font-family: gothamMedium;
          text-transform: uppercase;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
          .wrapper .content-area .splash .splash-text a.get-in-touch:hover {
            opacity: 0.8; }
      .wrapper .content-area .splash h1 {
        margin-top: 0;
        padding-bottom: 25px;
        position: relative;
        margin-bottom: 20px; }
        .wrapper .content-area .splash h1:after {
          content: '';
          position: absolute;
          bottom: 0px;
          height: 2px;
          width: 70px;
          background: rgba(119, 171, 65, 0.4);
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0; }
      .wrapper .content-area .splash h2 {
        margin-bottom: 0; }
    .wrapper .content-area.login-register, .wrapper .content-area.forgot-password {
      height: 100%;
      padding: 20px; }
      .wrapper .content-area.login-register .login-form, .wrapper .content-area.login-register .register-form, .wrapper .content-area.login-register .forgot-form, .wrapper .content-area.forgot-password .login-form, .wrapper .content-area.forgot-password .register-form, .wrapper .content-area.forgot-password .forgot-form {
        margin: 0 auto;
        position: relative;
        width: 100%;
        max-width: 400px;
        text-align: center;
        border: 1px solid rgba(186, 186, 186, 0.5);
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        padding: 25px;
        background: rgba(217, 217, 217, 0.5);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        .wrapper .content-area.login-register .login-form.hidden, .wrapper .content-area.login-register .register-form.hidden, .wrapper .content-area.login-register .forgot-form.hidden, .wrapper .content-area.forgot-password .login-form.hidden, .wrapper .content-area.forgot-password .register-form.hidden, .wrapper .content-area.forgot-password .forgot-form.hidden {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          height: 0;
          padding: 0;
          margin: 0;
          left: -1000px;
          transition: all 0s ease-in-out;
          -webkit-transition: all 0s ease-in-out;
          -moz-transition: all 0s ease-in-out; }
        .wrapper .content-area.login-register .login-form h3, .wrapper .content-area.login-register .register-form h3, .wrapper .content-area.login-register .forgot-form h3, .wrapper .content-area.forgot-password .login-form h3, .wrapper .content-area.forgot-password .register-form h3, .wrapper .content-area.forgot-password .forgot-form h3 {
          font-size: 21px;
          line-height: 21px;
          margin: 35px 0px 15px 0px; }
        .wrapper .content-area.login-register .login-form a, .wrapper .content-area.login-register .register-form a, .wrapper .content-area.login-register .forgot-form a, .wrapper .content-area.forgot-password .login-form a, .wrapper .content-area.forgot-password .register-form a, .wrapper .content-area.forgot-password .forgot-form a {
          color: #77ab41;
          font-size: 14px; }
        .wrapper .content-area.login-register .login-form form, .wrapper .content-area.login-register .register-form form, .wrapper .content-area.login-register .forgot-form form, .wrapper .content-area.forgot-password .login-form form, .wrapper .content-area.forgot-password .register-form form, .wrapper .content-area.forgot-password .forgot-form form {
          margin-top: 20px; }
          .wrapper .content-area.login-register .login-form form input[type="text"], .wrapper .content-area.login-register .login-form form input[type="password"], .wrapper .content-area.login-register .register-form form input[type="text"], .wrapper .content-area.login-register .register-form form input[type="password"], .wrapper .content-area.login-register .forgot-form form input[type="text"], .wrapper .content-area.login-register .forgot-form form input[type="password"], .wrapper .content-area.forgot-password .login-form form input[type="text"], .wrapper .content-area.forgot-password .login-form form input[type="password"], .wrapper .content-area.forgot-password .register-form form input[type="text"], .wrapper .content-area.forgot-password .register-form form input[type="password"], .wrapper .content-area.forgot-password .forgot-form form input[type="text"], .wrapper .content-area.forgot-password .forgot-form form input[type="password"] {
            width: 100%;
            margin-bottom: 20px;
            border: 1px solid #c6c6c6;
            padding: 15px;
            height: 45px;
            line-height: 45px;
            font-size: 15px; }
          .wrapper .content-area.login-register .login-form form input[type="submit"], .wrapper .content-area.login-register .register-form form input[type="submit"], .wrapper .content-area.login-register .forgot-form form input[type="submit"], .wrapper .content-area.forgot-password .login-form form input[type="submit"], .wrapper .content-area.forgot-password .register-form form input[type="submit"], .wrapper .content-area.forgot-password .forgot-form form input[type="submit"] {
            background: #77ab41;
            border: none;
            color: white;
            font-size: 15px;
            height: 40px;
            line-height: 40px;
            padding: 0px 40px;
            display: inline-block;
            font-family: gothamMedium;
            vertical-align: top; }

.content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 30px; }

.workspace {
  padding-left: 160px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  .workspace.wider {
    padding-left: 45px; }
  .workspace.dashboard .container .activity-cont {
    background: #f4f4f4;
    padding: 10px 10px 20px 10px;
    border: 1px solid silver;
    border-bottom: 5px solid #77AB41; }
    .workspace.dashboard .container .activity-cont .title {
      padding: 5px 0px;
      border-bottom: 1px solid silver; }
  .workspace .form-area {
    display: none; }
    .workspace .form-area.active {
      display: block; }
  .workspace .search-options .option {
    padding: 25px;
    width: calc((100% / 3) - 27px);
    background: black;
    min-height: 150px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    display: inline-blok;
    margin: 0px 20px;
    background: gray;
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #474747 48%, #2c2c2c 80%, #131313 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%, #474747 48%, #2c2c2c 80%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer; }
    .workspace .search-options .option.active {
      background: #77ab41; }
    .workspace .search-options .option.one {
      margin-left: 0; }
    .workspace .search-options .option.three {
      margin-right: 0; }
  .workspace .search-options .option .option-cont {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: calc(100% - 50px);
    text-align: center; }
  .workspace .search-options .option h4 {
    color: white;
    text-align: center;
    line-height: 22px;
    margin: 10px 0px 0px 0px;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }

.sidebar {
  position: fixed;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 0px;
  width: 160px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#070707+0,0f0f0f+61,1c1c1c+100 */
  background: #070707;
  /* Old browsers */
  background: -moz-linear-gradient(top, #070707 0%, #0f0f0f 61%, #1c1c1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #070707 0%, #0f0f0f 61%, #1c1c1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #070707 0%, #0f0f0f 61%, #1c1c1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#1c1c1c',GradientType=0 );
  /* IE6-9 */
  box-shadow: 1px 0px 10px #888888;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }
  .sidebar .logo {
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px; }
    .sidebar .logo img.logo-only {
      visibility: hidden;
      opacity: 0;
      display: inline-block;
      top: -100px;
      position: relative;
      transition: all 0s ease-in-out;
      -webkit-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out; }
    .sidebar .logo img.logo-text {
      display: block;
      margin: 0 auto;
      visibility: visible;
      opacity: 1;
      transition: all 0.8s ease-in-out;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out; }
  .sidebar.closed {
    width: 45px; }
    .sidebar.closed .logo img.logo-text {
      visibility: hidden;
      opacity: 0;
      height: 0; }
    .sidebar.closed .logo img.logo-only {
      visibility: visible;
      opacity: 1;
      top: 0px;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
    .sidebar.closed ul li {
      position: relative;
      color: transparent;
      display: inline-block; }
      .sidebar.closed ul li a {
        color: transparent;
        display: inline-block; }
  .sidebar .sidebar-toggle {
    color: white;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #77ab41;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer; }
    .sidebar .sidebar-toggle:after {
      content: "<"; }
    .sidebar .sidebar-toggle.closed:after {
      content: ">"; }
  .sidebar ul {
    padding: 0;
    margin: 0; }
    .sidebar ul li {
      list-style-type: none;
      font-size: 13px;
      color: white;
      font-family: gothamLight, helvetica;
      padding: 10px 10px 11px 10px; }
      .sidebar ul li a {
        color: white;
        text-decoration: none;
        font-family: gothamLight, helvetica; }
      .sidebar ul li:last-child {
        border-bottom: 0; }

#map {
  height: 380px; }
  #map form {
    max-width: 350px; }
  #map p {
    margin: 3px 0px;
    font-size: 13px; }
    #map p a {
      color: #77AB41; }
  #map a.map-submit {
    border: none;
    color: white;
    padding: 0px 18px;
    display: inline-block;
    font-family: gothamMedium;
    margin: 10px 0px 3px 0px;
    font-size: 15px;
    line-height: 27px;
    height: 27px;
    background: #77ab41;
    width: 100%;
    cursor: pointer;
    text-align: center; }
  #map h5 {
    font-family: gothamMedium;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0px;
    padding-bottom: 8px;
    color: #77AB41;
    border-bottom: 1px solid #c3c3c3; }
  #map #description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300; }
  #map #infowindow-content .title {
    font-weight: bold; }
  #map #infowindow-content {
    display: none; }
  #map #map #infowindow-content {
    display: inline; }
  #map .pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto; }
  #map #pac-container {
    padding-bottom: 12px;
    margin-right: 12px; }
  #map .pac-controls {
    display: inline-block;
    padding: 5px 11px; }
  #map .pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300; }
  #map #pac-input {
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: calc(100% - 65px);
    max-width: 330px;
    box-sizing: border-box;
    margin-top: 10px;
    height: 35px;
    outline: none; }
  #map #pac-input:focus {
    border-color: #4d90fe; }
  #map #title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px; }
  #map #target {
    width: 345px; }

.places-results {
  margin-top: 30px; }
  .places-results .place-info {
    padding: 20px;
    background: white;
    margin-bottom: 15px;
    margin-top: 15px;
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top; }
    .places-results .place-info:nth-child(even) {
      margin-left: 20px; }
    .places-results .place-info p {
      margin: 10px 0px;
      font-size: 13px;
      color: #131313; }
      .places-results .place-info p a {
        color: #77AB41; }
    .places-results .place-info div {
      margin: 0px;
      font-size: 13px;
      color: #131313; }
      .places-results .place-info div.detail {
        border-bottom: 1px dotted #cecece;
        cursor: pointer;
        padding: 5px 0px 7px 0px; }
        .places-results .place-info div.detail:nth-of-type(1) {
          border-top: 1px dotted #cecece; }
      .places-results .place-info div.image-gallery {
        border-bottom: 0px !important; }
      .places-results .place-info div a {
        color: #77AB41; }
    .places-results .place-info .image-gallery .gallery-title {
      display: block;
      position: relative; }
      .places-results .place-info .image-gallery .gallery-title strong {
        vertical-align: middle; }
      .places-results .place-info .image-gallery .gallery-title:after {
        content: ">";
        color: #77ab41;
        margin-left: 10px;
        vertical-align: middle;
        position: absolute;
        right: 0;
        font-weight: 700; }
      .places-results .place-info .image-gallery .gallery-title.open:after {
        content: ">";
        color: #77ab41;
        margin-left: 10px;
        vertical-align: middle;
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .places-results .place-info .image-gallery .gallery-images {
      display: none; }
      .places-results .place-info .image-gallery .gallery-images.open {
        display: block; }
    .places-results .place-info .opening-times .opening-title {
      display: block;
      position: relative; }
      .places-results .place-info .opening-times .opening-title strong {
        vertical-align: middle; }
      .places-results .place-info .opening-times .opening-title:after {
        content: ">";
        color: #77ab41;
        margin-left: 10px;
        vertical-align: middle;
        position: absolute;
        right: 0;
        font-weight: 700; }
      .places-results .place-info .opening-times .opening-title.open:after {
        content: ">";
        color: #77ab41;
        margin-left: 10px;
        vertical-align: middle;
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .places-results .place-info .opening-times .times-cont {
      display: none; }
      .places-results .place-info .opening-times .times-cont.open {
        display: block; }
    .places-results .place-info a.map-submit {
      border: none;
      color: white;
      padding: 0px 18px;
      display: inline-block;
      font-family: gothamMedium;
      margin: 10px 0px 3px 0px;
      font-size: 15px;
      line-height: 27px;
      height: 27px;
      background: #77ab41;
      width: 200px;
      cursor: pointer;
      text-align: center; }
    .places-results .place-info h5 {
      font-family: gothamMedium;
      font-size: 18px;
      line-height: 20px;
      margin: 0px 0px 10px 0px;
      padding-bottom: 8px;
      color: #77AB41;
      border-bottom: 1px solid #c3c3c3; }

@media only screen and (max-width: 1024px) {
  /* Styles */ }
@media only screen and (max-width: 800px) {
  .places-results {
    margin-top: 30px; }
    .places-results .place-info {
      padding: 15px;
      margin-bottom: 15px;
      margin-top: 15px;
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .places-results .place-info:nth-child(even) {
        margin-left: 0px; } }
@media only screen and (max-width: 768px) {
  /* Styles */
  .wrapper a.contact {
    right: 10px; }

  .wrapper .content-area .splash-logo.visible {
    top: 0px;
    opacity: 1; }

  .wrapper .content-area .splash-logo img {
    width: 120px; }

  h1 {
    font-size: 27px;
    line-height: 32px;
    color: white; }

  h2 {
    font-family: gothamLight;
    font-size: 15px;
    line-height: 20px;
    color: white; }

  .wrapper .content-area .ppc-logos img {
    margin: 0px 20px;
    width: 60px; }

  .wrapper .content-area .splash .splash-text a.get-in-touch {
    font-size: 14px; } }

/*# sourceMappingURL=main.css.map */
