/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #666;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing:1px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.small {font-size:12px;}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

sup {
 font-size: .60em;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: -0.5em;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


.flickity-viewport {
        border-radius: 25px;
    }

.gallery {margin-top:125px;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: neue-haas-grotesk-display, sans-serif;
}
h1, h2, h3, h4, h5 {
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0.02em;
}
h1 {
    display: block;
    font-size: 23px;
    font-weight: 400;
    color: #8D9091;
}
h1.with-line-above {
    border-top: 1px solid #8D9091;
    padding-top: 10px;
    margin-bottom: 10px;
}

.location .location-text h1 { 
font-weight: 500;
font-style: normal;}

.team h1.with-line-above { 
font-weight: 500;
font-style: normal;}


h2 {
    font-size: 22px;
    font-weight: 500;
  
font-weight: 500;
font-style: normal;
}
h3 {
    font-size: 20px;
    font-weight: 500;
}
h4 {
    font-size: 18px;
    font-weight: 500;
    color: #8D9091;
}
p {
    font-weight: 500;
    line-height: 120%;
    color: #8D9091;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1024px) {
    h2 {
        font-size: 30px;
    }
}

main {
    margin: 80px auto 0 auto;
    max-width: 1270px;
}





@media only screen and (min-width: 768px) {
    main {
        margin: 100px auto 0 auto;
    }
}




header {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.header-container {
    margin: 0 auto;
    max-width: 1270px;
    text-align: center;
    position: relative;
}


@media only screen and (max-width: 1300px) {
    main {
        margin: 100px 40px 0 40px;
    }
    .header-container {
    margin: 0 40px 0 40px; 
}
}




.logo-container {
    width: 150px;
    display: inline-block;
    padding: 18px 0 10px 0;
}
@media only screen and (min-width: 768px) {
    .logo-container {
        width: 240px;
        padding: 20px 0 30px 0;
    }
}
.logo-container img {
    width: 100%;
}
#menu-icon-container {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    z-index: 100;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
}
@media only screen and (min-width: 768px) {
    #menu-icon-container {
        top:60px;
        right: 0px;
    }
}
.menu-off {
    background-image: url('../img/menu.svg');
    width: 40px;
    height: 30px;
}
.menu-off:hover {
    background-image: url('../img/menu-hover.svg');
}
.menu-on {
    width: 40px;
    height: 30px;
    background-image: url('../img/menu-close.svg');
}
.menu-on:hover {
    background-image: url('../img/menu-close-hover.svg');
}
#menu {
    position: fixed;
    top: 100;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 50;
    background-color: #898B8C;
    animation: slideIn 1s;
    -webkit-animation: slideIn 1s;
    -moz-animation: slideIn 1s;
    -o-animation: slideIn 1s;
    -ms-animation: slideIn 1s;
}
@keyframes slideIn {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0%); }
}

#menu-container {
    display: block;
    padding: 100px 0 0 0;
    text-align: center;
}
#menu-container p {
    color: #ddd;
    font-size: 1.2em;
}
#menu-container a {
    color: #ddd;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
#menu-container a:hover {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}
#menu-container h3 {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    font-size: 1.5em;
}
#menu-container p {
    padding: 0;
    margin: 10px 0 25px 0;
}
.hide-menu {
    display: none;
}


.blocker {
    z-index: 100;
}
.modal {
    max-width: unset;
    box-shadow: unset;
    background-color: transparent;
}
.modal a.close-modal {
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    background-color: transparent;
}
.model p.modal-text {
    color: white!important;
}
.modal img {
    width: 100%;
}

.content {
    padding: 0 0px;
}
@media only screen and (min-width: 768px) {
    .content {
        padding: 0 0px;
    }
}

#home-splash {
    
}

.gallery, .location-gallery {
    background: transparent;
}
.gallery-cell, .location-gallery-cell {
    display: block;
    background-size: cover;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
}
.flickity-prev-next-button {
    color: #ccc;
    border: 2px solid #ccc;
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.flickity-prev-next-button:hover {
    color: white;
    border: 2px solid white;
    background-color: transparent;
}
@media only screen and (min-width: 550px) {
    .gallery-cell, .location-gallery-cell {
        padding-bottom: 56.25%; /* 16:9 */
    }
    .flickity-prev-next-button {
        width: 40px;
        height: 40px;
    }
}
#slide-1 {
    background-image: url('../img/slideshow-1.jpg');

}
#slide-2 {
    background-image: url('../img/slideshow-2.jpg');
}
#slide-3 {
    background-image: url('../img/slideshow-3.jpg');
}

#slide-4 {
    background-image: url('../img/slideshow-4.jpg');
}

.top-50 {
    margin-top: 50px;
}
.top-minus-50 {
    margin-top: -50px;
}

.centered-text {
    text-align: center;
    padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
    .centered-text {
        padding: 20px 18% 0 18%;
    }
}



.rounded-container-wrapper {
    position: relative;
    padding-bottom: 0;
    display: block;
}
.rounded-container {
    border-radius: 17px;
}
@media only screen and (min-width: 768px) {
    .rounded-container-wrapper {
        padding-bottom: 40.25%;
    }
    .rounded-container {
        border-radius: 25px;
    }
}
.rounded-container h2 {
    padding: 0 25px;
}
.rounded-container p {
    font-size: 16px;
    padding: 0 25px;
    color: white;
}
.rounded-container a {
    color: white;
    font-weight: 500;
    color:#939292;
}
@media only screen and (min-width: 768px) {
    .rounded-container p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) {
    .rounded-container p {
        font-size: 18px;
    }
}

.vertical-centered {
    width: 100%;
    margin:0 10%;
}

.stack-bg-left {
    background-color: #D8E1DA;
    opacity: 0.9;
    color: #939292;
    text-align: center;
    position: unset;
    display: block;
    padding: 30px 0 40px 0;
    margin: -30px 0 30px 0;
}
.image-bg-right {
    background-size: cover;
    position: unset;
    display: block;
    border-radius: 17px;
    padding: 0 0 56.25% 0;
}

.stack-bg-left p {
    color: #939292;;
    
}
@media only screen and (min-width: 768px) {
    .stack-bg-left {
        position: absolute;
        top: 0;
        left: 0;
        right: 50%;
        bottom: 0;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .image-bg-right {
        width: 75%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        border-radius: 25px;
    }
}



.stack-bg-right {
    background-color: #D8E1DA;
    opacity: 0.9;
    color: #939292;
    text-align: center;
    position: unset;
    display: block;
    padding: 30px 0 40px 0;
    margin: -30px 0 30px 0;

}
.image-bg-left {
    background-size: cover;
    display: block;
    position: unset;
    border-radius: 17px;
    padding: 0 0 56.25% 0;
}

.stack-bg-right p {
    color: #939292;;
    
}
@media only screen and (min-width: 768px) {
    .stack-bg-right {
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .image-bg-left {
        width: 75%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        border-radius: 25px;
    }
}






.stack-bg-top {
    background-color: #D8E1DA;
    opacity: 0.9;
    color: #939292;
    text-align: center;
    display: block;
    padding: 20px 0 30px 0;
    margin-top: 50px;
    position: relative;
    z-index: 10;
}

.stack-bg-top p {
    color: #939292;;
    
}

.stack-bg-top h2 {
    padding: 0 25%;
}
.stack-bg-top p {
    padding: 0 25%;
}
.image-bg-bottom {
    background-size: cover;
    display: block;
    border-radius: 17px;
    padding-bottom: 70.25%;
    margin: -40px 0 40px 0;
}
@media only screen and (min-width: 768px) {
    .image-bg-bottom {
        border-radius: 25px;
    }
}




.right-caption-image-container {
    display: block;
    position: relative;
    margin: 50px 0 0 0;
}
.caption-image-left {
    background-size: cover;
    width: 100%;
    border-radius: 17px;
    padding-bottom: 56.25%;
    display: inline-block;
    box-sizing: border-box;
    opacity: 0.9;
}
.caption-right {
    color: black;
    text-align: left;
    position: unset;
    display: block;
    box-sizing: border-box;
}
.caption-right p {
    padding-left: 0;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .right-caption-image-container {
        margin: 50px 0 0px 0;
    }
    .caption-image-left {
        width: 75%;
        border-radius: 25px;
    }
    .caption-right {
        position: absolute;
        display: inline-block;
        top: 0px;
        left: 75%;
        right: 0;
        bottom: 0;
    }
    .caption-right p {
        padding-left: 30px;
        font-size: 19px;
        margin-top:0px;
    }
}
@media only screen and (min-width: 1024px) {
    .caption-right p {
        padding-left: 30px;
        font-size: 19px;
    }
}





.left-caption-image-container {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    border: 0;
    margin: 50px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.caption-left {
    /*display: block;*/
    flex: 0 0 100%;
    color: black;
    /*float: none;*/
    border: 0;
    margin: 0;
    padding: 0;
}
.caption-left p {
    padding: 0;
    margin-top: 0;
    font-size: 16px;
}
.caption-image-right {
    background-size: cover;
    /*display: block;
    float: none;*/
    flex: 0 0 100%;
    border-radius: 17px;
    border: 0;
    margin: 0;
    padding: 0 0 56.25% 0;
}
@media only screen and (min-width: 768px) {
    .caption-left {
        display: inline-block;
        flex: 0 0 25%;
        /*float: left;
        width: 25%;*/
    }
    .caption-left p {
        padding-right: 20px;
        font-size: 19px;
    }
    .caption-image-right {
        display: inline-block;
        /*float: right;
        width: 75%;*/
        flex: 0 0 75%;
        border-radius: 25px;
    }
}
@media only screen and (min-width: 1024px) {
    .caption-left p {
        padding-right: 20px;
        font-size: 19px;
    }
}




.accommodation-3-column {
    display: block;
}
.accommodation-column {
    display: block;
    margin-bottom: 20px;
    margin:0 auto;
}
.accommodation-column a {
    display: block;
    background-color: #D8E1DA;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    color: #939292;
}
.accommodation-column a:hover {
    background-color: #AD953B;
    color:#fff;
}
@media only screen and (min-width: 768px) {
    .accommodation-3-column {
        display: flex;
        flex-wrap: nowrap;
        align-content: space-between;
        gap: 10px 15px; /* row-gap column gap */
        padding-top:10px;
    }
    .accommodation-column {
        flex: 0 1 50%;
    }
}


.section-column-container {
    display: flex;
    align-items: stretch;
    cursor: pointer;
}

.section-column-container:hover .text-position {
    color: black;
}
.section-column-container.highlight .text-position {
    color: white;
}

.section-column-container.highlight .level-item {
    background-color: #AD953B;
}
.column-image {
    display: none;
}
@media only screen and (min-width: 768px) {
    .column-image {
        display: unset;
        flex: 4 1 50%;
    }
}
.column-image img {
    width: 100%;
}
.column-table {
    flex: 1 1 12%;
    position: relative;
    min-height: 40px;
}
.column-spacer {
    flex: 1 1 2%;
}
.column-table-double {
    flex: 1 1 24%;
    position: relative;
}
.table-header {
    padding-left: 20px;
    padding-right: 20px;
}
.text-position {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
}
.total-position {
    position: absolute;
    top: 25px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.border-below {
    border-bottom: 1px solid #ccc;
}
.first-piece {
    border-radius: 25px 0 0 0;
}
.end-piece {
    border-radius: 0 25px 0 0;
}
.floor h3 {
    color: white;
    font-size: 30px;
    padding: 0 25px;
}
.floor p {
    font-size: 18px;
    padding: 0 25px;
}
.floor-visible {
    display: block!important;
}

.plan-bg {
    background-color: #A5AEB2;
    display: none;
}
.plan-columns {
    display: block;
}
.plan-column-left {
    display: block;
    padding-top: 1px;
    padding-bottom: 10px;
}
.plan-column-right {
    display: block;
}
.plan-column-right img {
    width: 100%;
    border-radius: 17px;
}
@media only screen and (min-width: 768px) {
    .plan-columns {
        display: flex;
    }
    .plan-column-left {
        flex: 0 0 200px;
    }
    .plan-column-right {
        flex: 1;
    }
    .plan-column-right img {
        border-radius: 25px 0 25px 25px;
    }
}



.specification-content {
    display: block;
}
.specification-column {
    display: block;
}

.specification-column h4 {text-decoration:underline; font-weight:600;}

.specification-column strong {font-weight:600;}

.space-team {min-height:27px;}

.plan-column-left p {font-size:80%;}

@media only screen and (min-width: 768px) {
    .specification-content {
        display: flex;
    }
    .specification-column {
        box-sizing: border-box;
        flex: 0 0 50%;
        padding-right: 25px;
    }
}

#specification-tab {
    display: none;
}

.team-2-column {
    display: block;
}
.team-column {
    display: block;
}
.team-column h4 {
    color: #8D9091;
}
.team-column a {
    text-decoration: none;
    color: #8D9091;
}
.team-column a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
    .team-2-column {
        display: flex;
    }
    .team-column {
        flex: 0 0 50%;
    }
}

a.full-width-button {
    display: block;
    background-color: #D8E1DD;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    color: #8D9091;
    padding: 10px;
    cursor: pointer;
    margin: 30px 0 30px 0;
}
a.full-width-button:hover {
    background-color: #c9ad45;
}


#location-1 {
    background-image: url('../img/carousel-1.jpg');
}
#location-2 {
    background-image: url('../img/carousel-2.jpg');
}
#location-3 {
    background-image: url('../img/carousel-3.jpg');
}
#location-4 {
    background-image: url('../img/carousel-4.jpg');
}
#location-5 {
    background-image: url('../img/carousel-5.jpg');
}
#location-6 {
    background-image: url('../img/carousel-6.jpg');
}
#location-7 {
    background-image: url('../img/carousel-7.jpg');
}





.location-text {
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}
.location-text p {
   font-size:18px;
}

.location-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.location-column-container {
    flex: 0 0 100%;
}
.map-container {
    flex: 0 0 100%;
}
.location-column {
    display: block;
    text-align: left;
    padding-right: 6px;
}
.location-column h4 {
    margin-bottom: 6px;
}
.location-slideshow-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.location-slideshow-text p {
    font-size: 16px;
    line-height: 20px;
}
@media only screen and (min-width: 768px) {
    .location-column-container {
        flex: 0 0 20%;
    }
    .map-container {
        flex: 0 0 80%;
    }

  
}


.marker-container {
    padding-bottom: 6px;
    cursor: pointer;
    color: #8D9091;
}
.marker-container:hover .marker-text {
    opacity: 0.6;
}
.marker-text {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%;
    color: white;
}
.marker-name {
    display: inline-block;
    padding-left: 6px;
}
.high-end-retail {
    background-color: #804788;
}
.hotels {
    background-color: #D56525;
}
.art-galleries {
    background-color: #2F6EB9;
}
.restaurants {
    background-color: #3C8A6F;
}
.map-container {
    padding: 30px 0;
}
.map-container img {
    width: 100%;
}




.m-brochure-row__map {
    display: block;
}
.m-brochure-row__map__svg {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .m-brochure-row__map__list {
        display: block;
        box-sizing: border-box;
        padding: 20px 20px;
        /*position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 80%;
       */
        background-color: rgba(255, 255, 255, 0.84);
    }
}

.m-brochure-row__map__list__title {
    color: red;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e2dfdf;
}
.m-brochure-row__map__list__title:after {
    content: '+';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title.is-active:after {
    content: '-';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title__calltoaction {
    font-size: 10px;
    color: black;
    display: inline; }

.m-brochure-row__map__list__group {
    display: none;
}

.m-brochure-row__map__list__group--first {
    display: block; }

.m-brochure-row__map__list__button {
    cursor: pointer;
}
.m-brochure-row__map__list__button:hover, .m-brochure-row__map__list__button.is-hover, .m-brochure-row__map__list__button.is-active {
    color: #725436;
}
@keyframes flash {
    50%, from, to {
    opacity: 1; }
    25%, 75% {
    opacity: 0; }
}

.m-brochure-row__map__circle {
    cursor: pointer;
    fill: #725436;}

.m-brochure-row__map__circle.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #725436;
    stroke-width: 15px;
    stroke-opacity: 0.4; }

.m-brochure-row__map__close {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    cursor: pointer;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column; }
@media only screen and (max-width: 750px), (max-height: 650px) {
    .m-brochure-row__map__close {
    display: none; } }
.m-brochure-row__map__close > div {
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background-color: #f00;
    transform: rotate(45deg); }
.m-brochure-row__map__close > div + div {
    transform: rotate(-45deg) translateY(-1px); }

.m-brochure-row__map__add {
    position: absolute;
    top: 15%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

.m-brochure-row__map__save {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }


footer {
    margin: 40px auto 0 auto;
    max-width: 1270px;
    background-color: #D8E1DA;
    padding: 30px 0 50px 20px;
}
.footer-text {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 11px;
    color:#000;
}
.footer-patrizia-logo {
    display: block;
    width: 180px;
    padding-top:10px;
}

b, strong {
    font-weight: 500;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media only screen and (max-width: 768px) {
  .location-text p br {
  display:none;
}

}
