/* Variables */
.page-id-37 #content .content-area {
  margin-bottom: 0; }
.page-id-37 .contact-map {
  margin-bottom: 40px; }
.page-id-37 .locations {
  display: flex;
  justify-content: space-evenly; }
  .page-id-37 .locations .location {
    flex-basis: 0;
    flex-grow: 1;
    padding: 20px;
    text-align: center; }
    .page-id-37 .locations .location .location-inner {
      display: flex;
      flex-direction: column;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 500px; }
      .page-id-37 .locations .location .location-inner .location-content {
        background: #fff;
        flex-grow: 1;
        padding: 35px 20px 120px;
        position: relative;
        z-index: 2; }
        .page-id-37 .locations .location .location-inner .location-content .excerpt {
          margin: 25px 0 30px; }
        .page-id-37 .locations .location .location-inner .location-content .wp-block-button {
          position: absolute;
          bottom: 40px;
          width: calc(100% - 40px); }
  @media (max-width: 959px) {
    .page-id-37 .locations {
      flex-direction: column;
      justify-content: center; }
      .page-id-37 .locations .location {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px; } }

.single-location .contact-details {
  text-align: center;
  line-height: 30px; }
  .single-location .contact-details p {
    margin-bottom: 0; }
  .single-location .contact-details a {
    background: none;
    border-bottom: solid 3px #1DE1FA;
    border-radius: 0;
    color: #211D70;
    display: inline-block;
    font-family: 'Palanquin Dark';
    font-weight: bold;
    line-height: 20px;
    padding: 0 30px 5px 0;
    position: relative;
    padding-right: 0; }
    .single-location .contact-details a:after {
      background-image: url("/wp-content/themes/duxdigital/images/arrow-dark.png");
      background-size: 18px 15px;
      background-position: right center;
      background-repeat: no-repeat;
      content: " ";
      display: inline-block;
      height: 20px;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.3s;
      transform: translateX(0);
      width: 18px; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .single-location .contact-details a:after {
          background-image: url("/wp-content/themes/duxdigital/images/arrow-dark@2x.png"); } }
    .single-location .contact-details a:hover {
      color: #211D70;
      opacity: 1; }
      .single-location .contact-details a:hover:after {
        transform: translateX(5px); }
    .single-location .contact-details a:after {
      display: none; }
.single-location .location-map h2 {
  margin-top: 50px; }

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