.bar-detail_page {
    background: #000 url(../images/bar-detail-bg.jpg) center top no-repeat;
    background-size: cover;
}
.results-previewDuo.bar-detail-main .share-sips .col-57 {
    align-items: center;
}
.results-previewDuo.bar-detail-main .share-sips .col-43 {
	padding-top: 40px;
	padding-bottom: 40px
}
.results-previewDuo.bar-detail-main .share-sips .col-43 .p {
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
}
.results-previewDuo.bar-detail-main .share-sips .col-43 .h2 {
    max-width: 9.7em;
    margin-left: auto;
    margin-right: auto;
}
/*-- Control Header --*/

.results-main.common-spacing {
    padding: 110px 0;
}
.results-controls {
    background: #000;
    padding: 24px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.results-controls ul li:not(:last-child) {
    margin-right: 60px;
}
.find-bar-results ul li a {
    display: block;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-indent: -999em;
    padding-top: 35px;
    position: relative;
    min-width: 51px;
    transition: color 500ms;
    font-family: "brandon-grotesque";
}
.find-bar-results .map-fullAddress a {
    padding-top: 70px;
}
.find-bar-results .map-fullAddress .control-name {
    font-size: 16px;
    padding: 0;
    line-height: 1em;
    border: none;
    width: 60px;
}
.map-fullAddress .icon-map.icon {
    background-image: url(../images/icon-map-black.svg);
    background-size: auto 58px;
}
.computer .results-controls ul li a:hover,
.results-controls ul li a.active {
    color: #fff;
}
.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 25px;
}
.icon-back.icon {
    background-image: url(../images/icon-back-svg.svg);
}
.icon-heart.icon {
    background-image: url(../images/love-svg-white.svg);
}
.icon-heart.loved.icon {
    background-image: url(../images/love-svg-white.svg);
    background-position: center 0;
}
.icon-map.icon {
    background-image: url(../images/icon-map.png);
}
.icon-saved.icon {
    background-image: url('../images/icon-saved-bars.svg');
}
.saved-bar-name {
    text-indent: 0;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.find-bar-results .control-name {
    display: block;
    text-indent: 0;
    padding-top: 3px;
    position: relative;
}
.showAllList {
    display: none;
}
.mapActive ~ .showAllList {
    display: flex !important;
}

/*-- Email Popup --*/
.overlay.email-popup .overlay-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
}
.email-popup .form-control {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    border: none;
    border-bottom: 2px solid #000;
    text-align: center;
    padding-bottom: 5px;
}
button.overlay-close {
    background: url(../images/cross-white.png) center center no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    top: -38px;
    right: 0;
}
button.overlay-close.black {
    background-image: url(../images/cross.png);
}
.form-inputs {
    max-width: 300px;
    margin: 20px auto 0;
    position: relative;
}
.form-inputs .xm-tooltip {
    bottom: 103%;
}
.form-inputs .btn {
    width: 100%;
}
.success-msg .p {
    margin: 1.1em 0 1em;
}
.success-msg .btn {
    width: 300px;
}
.popup-email-btn {
    margin-top: 10px;
}
.action-btn-css {
	overflow: hidden;
}
.action-btn-css .content {
    position: relative;
    z-index: 10;
    transition: transform 300ms ease-in-out 300ms;
    height: 100%;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}
.action-btn-css.action-click .content {
	transform: translateY(-100%);
}
.action-btn-css .content::before {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 2;
	content: '\2713 Added';
	position: absolute;
	opacity: 0;
	transition: opacity 300ms ease-in-out 300ms;
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.action-btn-css .content.like::before {
    content: '+1';
}
.action-btn-css.action-click .content::before {
    opacity: 1;
}
.love-add-to-itenary .love-it svg path {
    fill: #fff;
    transition: 500ms;
}
.love-add-to-itenary .love-it.liked svg path {
    fill: #b11b1c;
}


/*--- Bar Detail ---*/
.bar-detail-address {
    padding: 44px 0 60px;
}
h3.address-detail {
    font-size: 14px;
}
.bar-detail-address .h3 {
    font-size: 30px;
    margin-bottom: 5px;
}
.social-row {
    margin-top: 14px;
}
.social-url img {
    width: 20px;
    margin: 0 6px;
}
.love-add-to-itenary {
    margin: 38px auto 0;
    width: 225px;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #fff;
    flex-wrap: wrap;
    overflow: hidden;
}
.love-it {
    width: 50px;
    height: 42px;
    border-radius: 30px 0 0 30px;
}
.love-it svg {
    width: 18px;
    position: relative;
    left: 2px;
}
.add-to-route {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: calc(100% - 50px);
    border-left: 2px solid #fff;
    text-transform: uppercase;
    font-family: "brandon-grotesque";
    height: 42px;
}
.web-number a {
    margin: 0 4px;
}
.seperator-white {
    background-image: url('../images/white-small-seperator.svg');
}
.imgCol img {
    width: 340px;
    border: 6px solid #ED911B;
}
.address-location {
    padding-left: 22px;
    background: url('../images/address-icon-white.svg') center left/16px no-repeat;
    text-decoration: underline;
}
.web-address {
    padding-left: 18px;
    background: url('../images/website-icon-white.svg') center left/12px no-repeat;
}
.phone-number {
    padding-left: 20px;
    background: url('../images/phone-icon-white.svg') center left/14px no-repeat;
}

@media screen and (min-width: 1279px) {
    /*-- Controls Header --*/
    .results-main.common-spacing {
        padding: 127px 0;
    }
    .results-controls {
        padding: 28px 0;
    }
    .results-controls ul li:not(:last-child) {
        margin-right: 70px;
    }
    .find-bar-results ul li a {
        font-size: 14px;
        padding-top: 41px;
        min-width: 59px;
    }
    .find-bar-results .map-fullAddress a {
        padding-top: 81px;
    }
    .find-bar-results .map-fullAddress .control-name {
        font-size: 19px;
        width: 70px;
    }
    .saved-bar-name {
        font-size: 24px;
        line-height: 24px;
        width: 24px;
    }
    
    /*-- Email Popup --*/
    .overlay.email-popup .overlay-container {
        max-width: 554px;
        padding: 35px;
    }
    .email-popup .form-control {
        font-size: 24px;
        margin-bottom: 12px;
        padding-bottom: 6px;
    }
    button.overlay-close {
        width: 44px;
        height: 44px;
        top: -43px;
    }
    .form-inputs {
        max-width: 346px;
        margin: 24px auto 0;
    }
    .success-msg .btn {
        width: 346px;
    }
    .popup-email-btn {
        margin-top: 12px;
    }

    /*--- Bar Detail ---*/
    .bar-detail-address {
        padding: 51px 0 70px;
    }
    h3.address-detail {
        font-size: 17px;
    }
    .bar-detail-address .h3 {
        font-size: 35px;
        margin-bottom: 6px;
    }
    .social-row {
        margin-top: 17px;
    }
    .social-url img {
        width: 24px;
        margin: 0 7px;
    }
    .love-add-to-itenary {
        margin: 44px auto 0;
        width: 260px;
    }
    .love-it {
        width: 58px;
        height: 49px;
    }
    .love-it svg {
        width: 21px;
    }
    .add-to-route {
        font-size: 19px;
        width: calc(100% - 58px);
        height: 49px;
    }
    .web-number a {
        margin: 0 5px;
    }
    .imgCol img {
        width: 392px;
        border: 7px solid #ED911B;
    }
    .address-location {
        padding-left: 26px;
        background-size: 19px;
    }
    .web-address {
        padding-left: 21px;
        background-size: 14px;
    }
    .phone-number {
        padding-left: 24px;
        background-size: 17px;
    }
}

@media screen and (min-width: 1599px) {
    /*-- Controls Header --*/
    .results-main.common-spacing {
        padding: 140px 0;
    }
    .results-controls {
        padding: 31px 0;
    }
    .results-controls ul li:not(:last-child) {
        margin-right: 77px;
    }
    .find-bar-results ul li a {
        font-size: 16px;
        padding-top: 45px;
        min-width: 65px;
    }
    .find-bar-results .map-fullAddress a {
        padding-top: 89px;
    }
    .find-bar-results .map-fullAddress .control-name {
        font-size: 21px;
        width: 77px;
    }
    .saved-bar-name {
        font-size: 26px;
        line-height: 26px;
        width: 26px;
    }

    /*-- Email Popup --*/
    .overlay.email-popup .overlay-container {
        max-width: 610px;
        padding: 39px;
    }
    .email-popup .form-control {
        font-size: 26px;
        margin-bottom: 13px;
        padding-bottom: 7px;
    }
    button.overlay-close {
        width: 49px;
        height: 49px;
        top: -48px;
    }
    .form-inputs {
        max-width: 381px;
        margin: 26px auto 0;
    }
    .success-msg .btn {
        width: 381px;
    }
    .popup-email-btn {
        margin-top: 13px;
    }
    /*--- Bar Detail ---*/
    .bar-detail-address {
        padding: 56px 0 77px;
    }
    h3.address-detail {
        font-size: 18px;
    }
    .bar-detail-address .h3 {
        font-size: 39px;
        margin-bottom: 7px;
    }
    .social-row {
        margin-top: 18px;
    }
    .social-url img {
        width: 26px;
        margin: 0 8px;
    }
    .love-add-to-itenary {
        margin: 49px auto 0;
        width: 286px;
    }
    .love-it {
        width: 64px;
        height: 54px;
    }
    .love-it svg {
        width: 23px;
    }
    .add-to-route {
        font-size: 21px;
        width: calc(100% - 64px);
        height: 54px;
    }
    .web-number a {
        margin: 0 6px;
    }
    .imgCol img {
        width: 432px;
        border: 8px solid #ED911B;
    }
    .address-location {
        padding-left: 28px;
        background-size: 21px;
    }
    .web-address {
        padding-left: 23px;
        background-size: 16px;
    }
    .phone-number {
        padding-left: 26px;
        background-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /*-- Controls Header --*/
    .results-main.common-spacing {
        padding: 91px 0;
    }
    .results-controls {
        padding: 20px 0;
    }
    .results-controls ul li:not(:last-child) {
        margin-right: 50px;
    }
    .find-bar-results ul li a {
        font-size: 10px;     
        padding-top: 29px;
        min-width: 42px;
    }
    .find-bar-results .map-fullAddress a {
        padding-top: 58px;
    }
    .find-bar-results .map-fullAddress .control-name {
        font-size: 14px;
        width: 50px;
    }
    .saved-bar-name {
        font-size: 15px;
        line-height: 15px;
        width: 15px;
    }

    /*-- Email Popup --*/
    .overlay.email-popup .overlay-container {
        max-width: 394px;
        padding: 25px;
    }
    .email-popup .form-control {
        font-size: 17px;
        margin-bottom: 9px;
        padding-bottom: 5px;
    }
    button.overlay-close {
        width: 32px;
        height: 32px;
        top: -31px;
    }
    .form-inputs {
        max-width: 247px;
        margin: 17px auto 0;
    }
    .success-msg .btn {
        width: 247px;
    }
    .popup-email-btn {
        margin-top: 9px;
    }

    /*--- Bar Detail ---*/
    .bar-detail-address {
        padding: 37px 0 50px;
    }
    h3.address-detail {
        font-size: 12px;
    }
    .bar-detail-address .h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .social-row {
        margin-top: 12px;
    }
    .social-url img {
        width: 17px;
        margin: 0 5px;
    }
    .love-add-to-itenary {
        margin: 32px auto 0;
        width: 185px;
    }
    .love-it {
        width: 42px;
        height: 35px;
    }
    .love-it svg {
        width: 15px;
    }
    .add-to-route {
        font-size: 14px;
        width: calc(100% - 42px);
        height: 35px;
    }
    .web-number a {
        margin: 0 4px;
    }
    .imgCol img {
        width: 279px;
        border: 5px solid #ED911B;
    }
    .address-location {
        padding-left: 19px;
        background-size: 14px;
    }
    .web-address {
        padding-left: 15px;
        background-size: 10px;
    }
    .phone-number {
        padding-left: 17px;
        background-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    /*-- Controls Header --*/
    .find-bar-results ul li a {
        font-size: 12px;
    }
    .results-controls ul li:not(:last-child) {
        margin-right: 35px;
    }
    .bar-detail-address {
        padding: 60px 0;
    }
    .imgCol img {
        width: 290px;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .find-bar-results ul li a {
        font-size: 18px;
    }
    .results-controls ul li:not(:last-child) {
        margin-right: 51px;
    }   
    h3.address-detail {
        font-size: 21px;
    }
    .bar-detail-address .h3 {
        font-size: 44px;
        margin-bottom: 8px;
    }
    .social-row {
        margin-top: 21px;
    }
    .social-url img {
        width: 30px;
        margin: 0 10px;
    }
    .love-add-to-itenary {
        margin: 55px auto 0;
        width: 324px;
        border-radius: 44px;
    }
    .love-it {
        width: 72px;
        height: 61px;
        border-radius: 44px 0 0 44px;
    }
    .love-it svg {
        width: 26px;
        left: 3px;
    }
    .add-to-route {
        font-size: 24px;
        width: calc(100% - 72px);
        height: 61px;
    }
    .web-number a {
        margin: 0 6px;
    }
    .bar-detail-address {
        padding: 87px 0;
    }
    .imgCol img {
        width: 418px;
        border-width: 9px;
    }
}