/**
Dells Theme for Mobile
*/

/**
 * Table of Contents
 *
 * 1.0 - Resets & Overrides
 * 2.0 - Elements
 * 3.0 - Navigation
 *   3.1 - Links
 *   3.2 - Menus
 * 4.0 - Widgets
 * 5.0 - Header
 * 6.0 - Content
 *   6.1 - Classes
 *   6.2 - Reveal Modals
 *   6.3 - Front Page
 *   6.4 - Sub Page Styles
 *   6.5 - Landing Page
 *   6.6 - Listing Page
 *   6.7 - Detail Page
 *   6.8 - Product Page
 *   6.9 - Price List
 *   6.10 - Blog Page
 *   6.11 - Events Page
 *   6.12 - Coupon Page
 *   6.13 - Special Offers
 * 7.0 - Footer
 * 8.0 - Media Queries
 */

/**
 * 1.0 - Resets & Overrides
 */
.evo_sort_btn {
    display: none;
}

/**
 * 2.0 - Elements
 */

body {
    background-color: #FFFFFF;
    color: #fff;
}

ul {
    font-size: .75rem;
}

h1 {
    margin: 0;
    font-weight: 300;
    font-size: 1.375rem !important;
}

h2 {
    margin: 0;
    font-size: 1.25rem;
}

/**
 * 3.0 - Navigation
 */
.sub-menu {
    list-style-type: none;
    margin: 0;
}

.sub-menu .menu-item a {
    padding-left: 1.5rem;
    background-color: rgba(0, 0, 0, 0.15);
}

button.menu-more {
    padding: 0;
    margin: 0 1rem 0 0;
    width: 40px;
    height: 40px;
    float: left;
    background-color: #212121;
    border: none;
    z-index: 1001;
}

/**
 * 3.1 - Links
 */
.breadcrumbs-wrap {
    box-shadow: none;
    background: none;
}

.breadcrumbs {
    margin-bottom: 1rem;
}

.detail-page-breadcrumbs .breadcrumbs {
    margin-bottom: 0 !important;
}
.breadcrumbs a {
    color: #1F2229;
}
.breadcrumbs > ::after {
    color: #fff !important;
}

/**
 * 3.2 - Menus
 */

.tab-bar {
    background-color: #1F2229;
    height: 3.3rem;
    line-height: 3rem;
    border-bottom: 4px solid #51E4EC;
}

.tab-bar a,
.tab-bar a:hover {
    color: #fff;
}

.left-small,
.right-small {
    border: none;
}

.right-small {
    right: 30px;
}

.tab-bar img.ubermenu-image {
    width: 200px;
    height: auto;
}

.tab-bar .menu-icon {
    text-indent: -1.8rem;
    text-transform: uppercase;
}

.tab-bar .menu-icon span::after {
    box-shadow: 0 0 0 1px #51E4EC, 0 7px 0 1px #51E4EC, 0 14px 0 1px #51E4EC;
    margin-top: -.3rem;
}

.tab-bar .search-icon i,
.tab-bar .home-icon i {
    font-size: 1.5rem;
    float: left;
}

.tab-bar .search-icon i {
    margin-left: 0.90625rem;
}

.tab-bar .home-icon i {
    margin-left: 7px;
}

.left-small {
    width: 100%;
}

.right-off-canvas-toggle {
    text-transform: uppercase;
}

.tab-bar span:after {
    content: "\f0c9";
    font-family: 'evo_FontAwesomeS','evo_FontAwesome','evo_FontAwesomeB', 'FontAwesome';
    position: absolute;
    right: -22px;
    top: 0px;
    font-size: 1.5rem;
}

.off-canvas-wrap.move-left .tab-bar span:after {
    content: "\f00d";
    font-size: 1.8rem;
}

/**
 * 4.0 - Widgets
 */

/**
 * 5.0 - Header
 */

.header-content {
    position: relative;
    margin-bottom: 1rem;
}
.sunglasses-mobile {
    display: block;
    margin: 0 auto;
}
/**
 * 6.0 - Content
 */

/**
 * 6.1 - Classes
 */

.comment {
    margin-top: 1rem;
}

.mobile-header,
.az-header {
    padding: .6rem 0.9375rem;
    background-color: #51E4EC;
    font-size: 1.2rem;
    letter-spacing: .5px;
    color: #1F2229;
}

.mobile-search {
    padding: .6rem 0.9375rem;
    color: #FFF;
}

.hidden-content {
    padding: 1rem;
    color: #1F2229;
    background: #FFF;
}

.dropdown {
    background: #1F2229;
    color: #FFF;
    text-shadow: none;
    border: none;
}

.wp-content {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #FFF;
    color: #1F2229;
}

.read-more-phone {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.7rem;
    color: #1F2229;
}

.read-more-rotate {
    color: #1F2229;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.row.gutter {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.quick-link-item {
    display: block;
    font-family: "Saira Extra Condensed", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-align: center;
    /*text-shadow: 0 2px 4px #1F2229;*/
    text-transform: uppercase;
    color: #1F2229;
}

.quick-link-item i {
    margin-right: 5px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.tile-ads-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFF;
}

.tile-ads-wrap:nth-child(even) {
    background: #efefef;
}

.tile-ads-wrap [id^=slot] div {
  margin: 5px 0;
}

.tile-ad {
    margin-right: .5rem;
    margin-left: .5rem;
    margin-bottom: 1rem;
}

.leaderboard-banner {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.leaderboard-banner div {
    margin: 0 auto;
}

.iso-filters button.dropdown {
  margin-top: 1.25rem;
}

/* This solution only fixed scrolling on Androids, but caused issues with iPhones.
.content-wrap {
    overflow: scroll;
    max-height: 102vh;
    min-width: 102%;
}*/

/**
 * 6.2 - Reveal Modals
 */

.reveal-modal.search {
    position: fixed;
    top: 73px;
}

.reveal-modal, dialog {
    min-height: 0;
}

.reveal-modal p,
.reveal-modal dt,
.reveal-modal dd {
    color: #1F2229;
}

/**
 * 6.3 - Front Page
 */

main {
    margin-top: -20px;
}

.slick-prev {
    left: 2rem;
}

.slick-next {
    right: 3rem;
}

.slick-prev::before,
.slick-next::before {
    font-size: 2rem;
    color: black;
}

.home-links ul li {
    margin: 0;
    list-style: none;
}

.home-links ul li a {
    margin: 0 1rem 1rem 0;
    padding: .2rem 0;
    width: 45%;
    background-color: #51E4EC;
    display: block;
    font-family: "Saira Extra Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #1F2229;
}

.home-links ul li:nth-child(2n+1) a {
    float: left;
}

.home-links ul li:nth-child(2n+2) a {
    float: right;
}

/**
 * 6.5 - Landing Page
 */

.sub-page {
    margin-bottom: 3rem;
    position: relative;
}

.sub-page img {
    width: 100%;
    height: 157px;
}

.sub-page h2 {
    position: absolute;
    bottom: -2rem;
    left: 0;
    right: 0;
    padding: .575rem;
    background-color: #51E4EC;
    text-align: center;
    color: #1F2229;
}

.sub-page a:hover h2 {
    color: #1F2229;
}

.sub-page a:hover::before {
    opacity: 1;
}

.sub-page-wrap:last-child {
    float: left !important;
}

/**
 * 6.6 - Listing Page
 */

.mobile-arrow {
    display: block;
    font-size: .75rem;
    margin-top: 5px;
    padding: 0 10px;
    width: 92%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff;
}

.mobile-arrow:hover {
    position: relative;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.mobile-arrow.website {
    margin-bottom: 1rem;
    background: #51E4EC;
    border: 1px solid #51E4EC;
    color: #1F2229;
}
.mobile-arrow.website:hover {
    background: #FFF;
    color: #1F2229;
}


.mobile-arrow.info {
    margin-bottom: 5px;
    background: #D63054;
    border: 1px solid #D63054;
}

.mobile-arrow.info:hover {
    color: #1F2229;
    background-color: #FFF;
}

.listing:nth-child(odd) {

    background: #FFF;
}

.listing:nth-child(even) {
    background: #efefef;
}

.listing {
    padding: 5px 0;
    width: 100%;
}

.listing .small-2 {
    width: 22.22%;
}

.listing h2 {
    margin-bottom: 5px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    text-transform: inherit;
    color: #1F2229 !important;
    line-height: 1.3;
}

.listing address {
    font-size: .6875rem;
    font-weight: 300;
    color: #1F2229;
}

.listing img {
    margin-top: 5px;
    margin-bottom: 2px;
}
.locationbox {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    background-color: #1F2229;
    padding-top: 1rem;
    margin-bottom: 0;
}
.locationbox h2 {
    margin-top: 1rem;
}
.locationbox a, .locationbox h2 {
    color: #FFF;
}
.locationbox a:hover {
    color: #FFFFFF;
}
/**
 * 6.7 - Detail Page
 */

.detail-address {
    color: #1F2229;
}

h1.listing-title {
    margin-top: 1rem;
    color: #1F2229;
}

.royalSlider {
    margin-top: 1rem;
}

h2.deals {
    background: #D63054;
}

h2.review {
    background: #a3a3a5;
}

.nearby-wrap {
    margin-top: 1rem;
}

a.deal-link {
    display: block;
    color: black;
}
.deal-content-container {
    color: black;
    background: #F8F8F8;
    margin: 0 0.5rem 1rem 0.5rem;
    padding: 1rem 0 1rem 1rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.deal-content {
    clear: both;
}

.deal-content .left-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-content .middle-container {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.deal-content .right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.deal-content-container.red {
    border-left: solid 4px #D63054;
}

.deal-content-container.red .save-amt {
    color: #D63054;
}

.deal-content-container.red .deal-type-label,
.deal-content-container.red .deals-button {
    background: #D63054;
}


.deal-content-container.red.expired-deal {
    border-left: solid 4px #6D6D6D;
}
.deal-content-container.red.expired-deal .save-amt {
    color: #6D6D6D;
}
.deal-content-container.red.expired-deal .deal-type-label,
.deal-content-container.red.expired-deal .deals-button {
    background: #6D6D6D;
}
.deal-content-container.red.expired-deal {
    color: #6D6D6D;
}


.deal-content span.deal-title {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: "Saira Extra Condensed", Helvetica, Arial, sans-serif;
}

.deal-content .deal-details {
    color: #6D6D6D;
}

.deal-content span.save-amt {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
}

.deal-content .before-amt,
.deal-content .after-amt {
    color: #D63054;
}

.deal-content .deal-type-label {
    color: white;
    border-radius: 3px;
    text-transform: uppercase;
    width: 7rem;
    margin: 0 auto;
}

.deal-content .deals-button {
    color: white;
    text-transform: uppercase;
    width: 8rem;
    padding: 0.5rem;
    border-radius: 5px;
}

.deal-content-container .accordion {
    margin: 0;
}
.deal-content-container .accordion p.phone,
.deal-content-container .accordion p.email {
    margin: 1rem 0;
}
.deal-content-container .accordion .content {
    padding: 0;
}
.deal-content-container .accordion .accordion-navigation > a {
    background: none;
    color: #51E4EC;
    display: inline;
    padding: 0;
    margin: 1rem 0 0 0;
}
/**
 * 6.8 - Product Page
 */
.product-page {
    background: #fff;
}
.product-wrap {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 2rem 1rem 1rem 1rem;
    background: #fff;
    color: #1F2229;
}

.dropdown-wrap {
    background: #2b303c;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
    padding: 1rem 1rem 0 1rem;
}

.dropdown-wrap .row {
    padding-bottom: 1rem;
}

.participant-list {
    background: #fff;
    padding: 0 1rem;
}

.product-wrap h3 {
    margin: 1.1rem 0 0 0;
}

.availability {
    font-family: "Saira Extra Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
}

.phone-orders {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
}

.phone-orders a {
    color: #373737;
}

.share {
    display: block;
    margin-top: .8rem;
    font-family: "Saira Extra Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #373737;
}

.evo_sm.product a {
    padding: 1rem;
    font-size: 1.3rem;
    display: block;
}

.participant-header {
    margin-top: 2rem;
    margin-bottom: 1rem;
    background: #1F2229;
}

.participant-header h3 {
    font-size: 1rem !important;
    color: #fff;
}

.participant-header.value {
    background: #D63054;
}

.participant-header.value h3 {
    color: #fff;
}

.participant-header h3 {
    margin: 0;
    padding: 1rem .5rem;
    font-size: 1.2rem;
}

.participant a,
.participant h4 {
    color: #4c4b4b;
}

.participant h4,
.participant p {
    margin: 0 !important;
    padding: 0 1rem;
}

.participant h4 {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.participant {
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid #eee;
}

/**
 * 6.9 -Price List
 */

.price-list {
    background: #fff;
}

.price-list h2 {
    padding: 1rem;
}

.attraction-wrap:nth-child(even) {
    background: #fff;
}

.attraction-wrap:nth-child(odd) {
    background: #f3f3f3;
}

.attraction-title {
    margin: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.attraction-title span i {
    margin-right: 10px;
    display: inline-block;
    color: #D63054;
}

.attraction-prices-wrap {
    margin-left: 10px !important;
    padding-bottom: 1rem;
    display: none;
    color: #1F2229;
}

/**
 * 6.10 - Blog Page
 */

.sidebar-content {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fff;
    max-width: 300px;
}

.blog-post {
    position: relative;
    margin: 0 auto 2rem auto;
    width: 300px;
    background: #fff;
}

.blog-post h2 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #474747;
}

.blog-post .blog-content {
    padding: 1rem;
}

.blog-post .blog-term-list {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 2px 5px;
    border-radius: 1px;
    background: #D63054;
    font-size: .687rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.blog-post .blog-term-list a {
    color: #fff;
}

.blog-date {
    margin-bottom: .5rem;
    font-size: .75rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b5b5b5;
}

.blog-buttons {
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
}

.blog-share,
.blog-read-more {
    display: inline-block;
    width: 50%;
    font-size: .9375rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.blog-excerpt {
    color: #1F2229;
}

.blog-post .blog-share {
    padding: 1rem;
    border-right: 1px solid #e1e1e1;
    color: #2b303c;
}

.blog-post .blog-read-more {
    padding: 1.125rem .5rem;
    background: #D63054;
    color: #fff;
    float: right;
}

.blog-post .blog-read-more:hover {
    background: #D63054;
    color: #fff;
}

.editors-info {
    text-align: center
}

.editors-info img {
    display: block;
    margin: 35px auto -5px auto;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 0 2px 3px #f0f0f0;
}

.editors-title {
    padding: 3px 15px;
    border-radius: 10px;
    background: #D63054;
    font-family: "Saira Extra Condensed", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.editors-name {
    margin: .6rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.editors-info a i {
    margin: 0 5px;
    font-size: 2.5rem;
    text-align: center;
    color: #2b303c;
}

.tags a {
    font-weight: 300;
    color: #474747;
}

.tags a:hover {
    color: #51E4EC;
}

.archive select {
    background-image: url("../img/arrow2.jpg");
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #1F2229;
}

.editors-picks .clearfix {
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid #ececec;
}

.editors-picks .clearfix:last-child {
    border-bottom: none;
}

.editors-picks img {
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.editor-header {
    text-transform: uppercase;
    color: #1F2229;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.editor-date,
.article-date {
    text-transform: uppercase;
    color: #949393;
    font-size: .75rem;
}

.pagination {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #2b303c;
}

.pagination ul {
    margin: 0 auto;
    width: 230px;
    list-style: none;
}

.pagination ul li {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}

.pagination ul li a {
    color: #FFFFFF;
}
.pagination ul li a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.blog-post .evo_sm i {
    font-size: 1.5rem;
    color: #aaa;
}

.article-term,
.article-header h1,
.article-date {
    margin-bottom: 1rem;
    text-align: center;
}

.article-term a {
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    color: #1F2229;
}

.article-header h1 {
    color: #474747;
    font-size: 1.875rem;
}

.article-header {
    margin-left: -1rem;
    margin-right: -1rem;
}

.article-content {
    padding: 2rem 0;
}

.article-content p,
.article-content ul,
.article-content dd,
.article-content pre {
    color: #474747;
}

.sidebar-content {
    margin-left: auto;
    margin-right: auto;
}

.sidebar-content.expand {
    padding: 0;
}

.related-posts {
    margin-bottom: 1rem;
    padding-top: 1rem;
    background: #fff;
}

/**
 * 6.11 - Events Page
 */

.wp-content.events {
    background: #fff;
}

/**
 * 6.12 - Coupon Page
 */

.coupons {
    padding-top: 2rem;

}

.coupon {
    margin-bottom: 1rem !important;
    padding-top: .5rem;
    border: 1px solid #edecec;
    border-radius: 5px;
    background: #fff;
}

.coupon-term-list span {
    margin-right: -3px;
    padding: 2px 5px;
    border-radius: 1px;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    float: right;
}

.coupon-savings,
.coupon-print {
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.coupon-savings {
    border-bottom: 1px solid #edecec;
    font-size: 1.5rem;
    color: #606060;
}

.coupon-print {
    border-top: 1px solid #edecec;
    font-size: .875rem;
    color: #474747;
}

.coupon-content {
    padding: .5rem .5rem 0 .5rem;
}

.coupon-content p {
    margin-bottom: .5rem;
}

.coupon-listing {
    color: #1F2229;
}

.coupon-title {
    font-size: .875rem;
    color: #c0c0c0;
}

.coupon-expiration {
    color: #474747;
}

.button-group.list {
    margin-left: -1rem;
    margin-right: -1rem;
    background: #f7f7f7;
}

.button-group a {
    position: relative;
    z-index: 2;
    padding: 10px 15px;
    display: inline-block;
    font-size: .875rem;
    color: #474747;
}

.button-group a:after {
    display: inline-block;
    content: '\203A';
    margin-left: 10px;
    color: #c3c3c3;
    font-weight: 600;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.button-group a.is-checked:after,
.button-group a:hover,
.button-group .is-checked {
    background: #D63054;
    color: #fff;
}

.Attractions .coupon-term-list span,
.button-group a.attractions.is-checked:after,
.button-group a.attractions:hover,
.button-group .attractions.is-checked,
.button-group .attractions.is-checked::before {
    background: #D63054;
    color: #fff;
}

.Lodging .coupon-term-list span,
.button-group a.lodging.is-checked:after,
.button-group a.lodging:hover,
.button-group .lodging.is-checked,
.button-group .lodging.is-checked::before {
    background: #51E4EC;
    color: #1F2229;
}

.coupon-term-list span,
.button-group a.campgrounds.is-checked:after,
.button-group a.campgrounds:hover,
.button-group .campgrounds.is-checked,
.button-group .campgrounds.is-checked::before {
    background: #8dc63f;
    color: #1F2229;
}

.Dining .coupon-term-list span,
.button-group a.dining.is-checked:after,
.button-group a.dining:hover,
.button-group .dining.is-checked,
.button-group .dining.is-checked::before {
    background: #3c4354;
    color: #fff;
}

.Shopping .coupon-term-list span,
.button-group a.shopping.is-checked:after,
.button-group a.shopping:hover,
.button-group .shopping.is-checked,
.button-group .shopping.is-checked::before {
    background: #f7941D;
    color: #1F2229;
}

.button-group .is-checked::before {
    content: ' ';
    position: absolute;
    bottom: -10px;
    right: 10px;
    display: block;
    z-index: -1;
    height: 25px;
    width: 25px;
    background: #D63054;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**
 * 6.13 - Special Offers Page
 */

.offers {
    padding-top: 2rem;
}

.special-offer-wrap {
    position: relative;
}

.special-offers {
    background: #51E4EC;
}

.featured-offer {
    margin: 0 1rem;
    background: #fff;
    font-size: .875rem;
    text-align: center;
    line-height: 1.4;
}

.special-offer {
    margin-bottom: 2rem;
    background: #fff;
    font-size: .875rem;
    text-align: center;
    line-height: 1.4;
}

.featured-offer a,
.special-offer a {
    color: #1F2229;
}

.featured-offer .offer,
.special-offer .offer {
    padding: .675rem;
    height: 80px
}

.featured-offer .offer-title,
.special-offer .offer-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 600;
    text-transform: capitalize;
}

.featured-offer .offer-location,
.special-offer .offer-location {
    font-size: .775rem;
}

.featured-offer .offer-amount,
.special-offer .offer-amount {
    padding: .5rem;
    background-color: #1F2229;
    font-family: "Saira Extra Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.featured-offer .strike,
.special-offer .strike {
    margin-right: .5rem;
    text-decoration: line-through;
    color: #D63054;
}

/**
 * 6.13 - Search Page
 */

.search-results {
    margin-left: -1rem;
    margin-right: -1rem;
    background: #2b303c;
}

.search-results .listing {
    padding-left: 1rem;
    padding-right: 1rem;
}

.search-results .listing h3 a {
    color: #fff;
}

.search-results .listing address,
.search-results .listing .phone,
.search-results .listing .listing-types {
    padding-bottom: .5rem;
}

.search-results .listing .button {
    margin-bottom: .5rem;
}

.search-results .blog-excerpt {
    color: #fff;
}

/**
 * 6.14 - Tickets & Reservations
 */

.tickets-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ticket {
    display: block;
    margin-bottom: 1rem;
    background: #fff;
    width: 230px;
}

.ticket .border-top {
    display: block;
    height: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .9);
    z-index: 1;
    position: relative;
}

.ticket:hover .border-top {
    background: #D63054;
}

.ticket .ticket-img {
    position: relative;
}

.ticket .ticket-img .bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .275);
    font-family: "Saira Extra Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.275rem;
    font-weight: 300;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

.ticket:hover .ticket-img .bg::before {
    opacity: 0;
}

.ticket .ticket-img .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.ticket .ticket-img .bg img {
    width: 100%;
}

.ticket .ticket-content {
    border-top: 1px solid #2b303c;
    border-bottom: 1px solid #2b303c;
}

.ticket .ticket-content .title {
    font-size: .9375rem;
    text-transform: uppercase;
    color: #1F2229;
}

.ticket .ticket-content .sub-title {
    font-size: .75rem;
    color: #474747;
}

.ticket .ticket-content,
.ticket .ticket-button {
    padding: 1rem;
}

.ticket .ticket-button {
    font-size: .9375rem;
    text-transform: uppercase;
    color: #fff;
    background: #D63054;
}

.ticket:hover .ticket-button {
    background: #D63054;
    color: #fff;

}

.tickets-featured {
    margin-bottom: 2rem !important;
    padding: 2rem 0;
    background: #D63054;
    color: #FFF;
    position: relative;
}

.tickets-featured a:before {
    content: '';
    background: #2b303c;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 5px solid #fff;
    position: absolute;
    bottom: -50px;
}



.feature-link-title {
    color: #fff;
    text-transform: uppercase;
}

.feature-link-subtitle {
    color: #8c8d8d;
    text-transform: lowercase;
}

.tickets-featured a:hover .feature-link-subtitle {
    color: #51E4EC;
}

.tickets-featured i {
    font-size: 2rem;
    color: #D63054;
}

/* Reservations Page */
.reservation-rates {
    margin-top: .5rem !important;
    font-size: 1rem;
    color: #1F2229;
}

.reservation-rates .starting-rates {
    font-size: 2.5rem;
    color: #1F2229;
}

.reservation-rates .button {
    font-size: .8rem;
}

.book-direct-icon {
    font-size: 1.45rem;
}

.book-direct-icon .fa:last-child {
    margin-left: -0.6rem;
}

.nav-search-mobile {
    border-bottom: 1px solid #262626;
    color: rgb(255, 255, 255);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease
}


/**
 * 7.0 - Footer
 */

footer .email-registration {
    padding: 1rem 0 0 0;
}

footer .email-registration .sign-up {
    margin-bottom: 1rem;
    color: #1F2229;
}

/*.sign-up.columns {
    padding: 0 20%;
}*/

footer .social-links {
    padding: 2rem 0;
}

footer .social-links li {
    margin-left: .8rem;
    display: inline-block;
}

footer .social-links i {
    font-size: 2rem;
    color: #fff;
}
footer .sign-up button {
    border-color: transparent;
    background: transparent;
}
/** Find Lodging **/
.find-lodging {
    margin: 1rem;
}

.find-lodging h2 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
}

/**
 * 8.0 - Media Queries
 */

@media only screen {
}

@media only screen and (max-width: 40em) {
}

@media only screen and (min-width: 40.063em) {
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
}

@media only screen and (min-width: 64.063em) {
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
}

@media only screen and (min-width: 90.063em) {
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
}

@media only screen and (min-width: 120.063em) {
}

@media only screen and (max-width: 350px) {
    .home-links ul li a {
        margin: 0 0 1rem 0 !important;
        padding: 0 !important;
        width: 94% !important;
        float: left !important;
    }
}