#specials_lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    z-index: 100000;
    display: none;
}
#specials_lightbox .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#specials_lightbox .outer_box {
    position: relative;
    width: 86vw;
    max-width: 800px;
    max-height: 90vh;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
}
#specials_lightbox.default .outer_box {
    border-radius: 5px;
}
#specials_lightbox .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    text-align: center;
    box-sizing: border-box;
    max-height: inherit;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#specials_lightbox.default .inner,
#specials_lightbox.vertical .content,
#specials_lightbox.horizontal .content {
    padding: 1em;
}
#specials_lightbox.horizontal .content {
    max-width: 50%;
}
#specials_lightbox.default .inner, #specials_lightbox.vertical .inner {
    flex-wrap: wrap;
}
#specials_lightbox.horizontal .inner {
    align-items: stretch;
}
#specials_lightbox .image {
    background-size: cover;
    background-position: center;
    width: 100%;
}
#specials_lightbox.vertical .image {
    height: 200px;
}
#specials_lightbox .image.small img {
    max-height:300px;
}
#specials_lightbox .image.big {
    line-height:0;
}
#specials_lightbox .image.big img {
    margin:0;
}
#specials_lightbox .image div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 3em;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 5px;
}
#specials_lightbox .close {
    line-height: 1.25em;
    text-align: center;
    position: absolute;
    top: -0.75em;
    right: -0.75em;
    cursor: pointer;
    color: #fff;
    background: rgba(0,0,0,.85);
    border: 2px solid #fff;
    box-shadow: 0 0 5px #000;
    border-radius: 50%;
    width: 1.125em;
    height: 1.125em;
    padding: 2px;
    box-sizing: content-box;
    z-index: 9;
}
#specials_lightbox .close:before {
    content: "\2715";
}
#specials_lightbox .close:hover {
    color: #000;
    background: #fff;
}
#specials_lightbox img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0.625em 0;
}
#specials_lightbox .title {
    font-size: 2em;
    line-height: 1;
    margin: 0.625em 0;
}
#specials_lightbox .desc {
    margin: 0.625em 0;
    text-align: left;
}
#specials_lightbox .desc p {
    margin: 0.625em 0;
}
#specials_lightbox .desc ul {
    width:fit-content;  /* helps center list */
    max-width:50%;
    margin:1em auto;
    padding:0.5em 0 0 0;
}
#specials_lightbox .desc > ul > li {
    margin-bottom: 1em;
    margin-right:-2em; /* helps center list */
}
#specials_lightbox .cta {
    display: inline-block;
    margin: 0.5em auto;
    font-size: 1.25em;
    padding: 0.6em 1.6em;
    background: #000;
    color: #fff;
    text-decoration: none;
    position: relative;
}
#specials_lightbox .cta:before, #specials_banner .cta:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
#specials_lightbox .cta:hover:before, #specials_banner .cta:hover:before {
    opacity: .25
}

/* cta form */
#specials_lightbox .cta_form_wrap {
    margin:2em auto;
    width:fit-content;
    background:#eee;
    border:1px solid #c9c9c9;
    padding:0.25em 0.75em;
}
#specials_lightbox .cta_form_wrap h3 {
    margin:0;
    padding:0.25em 0;
}

#specials_lightbox .cta_form_wrap_cases {
    margin:2em auto;
    width:fit-content;
    background:#eee;
    border:1px solid #c9c9c9;
    padding:0.75em 1.25em;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
#specials_lightbox .cta_form_wrap_cases h3 {
    margin:0 1em 0 0;
    padding:0.25em 0;
}
#specials_lightbox .cta_form_wrap_cases a.btn {
    padding-left:1em; 
    padding-right:1em;
    font-size:1.2em;
}

#specials_lightbox .gform_wrapper {
    margin:0;
}
#specials_lightbox .gform_wrapper .gform_body, #specials_lightbox .gform_wrapper .gform_footer {
    display:inline-block;
    width:auto;
}
#specials_lightbox .gform_wrapper ul.gform_fields {
    display:flex;
}

#specials_lightbox .gform_wrapper ul.gform_fields > li {
    margin-top:0.25em;
    margin-bottom:0.25em;
}
#specials_lightbox .gform_wrapper ul.gform_fields > li > label {
    display:none;
}
#specials_lightbox .gform_wrapper ul.gform_fields > li > div.ginput_container {
    margin-left:0;
    margin-right:0.75em;
    width:auto !important;
}
#specials_lightbox .gform_wrapper ul.gform_fields > li > div.ginput_container input {
    background:#fff;
    border:1px solid #ddd;
}
#specials_lightbox .ui-datepicker-trigger {
    margin-top:0;
    cursor:pointer;
}
#specials_lightbox .gform_wrapper .gform_footer {
    margin-top:0.25em !important;
    margin-bottom:0.25em;
    margin-left:0;
    padding-bottom:0;
    position:relative;
}
#specials_lightbox .gform_wrapper .gform_footer input[type=submit] {
    margin:0;
}
#specials_lightbox .gform_wrapper .gform_footer img.gform_ajax_spinner {
    position:absolute;
    right:4px;
    top:0;
}

/* columns: always show 1 field/row for this layout */
#specials_lightbox.horizontal .gform_wrapper ul.gform_fields {
    display:block;
}
#specials_lightbox.horizontal .gform_wrapper .gform_body {
    width:100%;
}
#specials_lightbox.horizontal .gform_wrapper ul.gform_fields > li > div.ginput_container {
    margin-right:0;
}
#specials_lightbox.horizontal .gform_wrapper ul.gform_fields > li > div.ginput_container input {
    width:100%;
}
#specials_lightbox.horizontal .gform_wrapper .gform_footer {
    width:100%;
}
#specials_lightbox.horizontal .gform_wrapper .gform_footer input[type=submit] {
    width:100%;
}

#specials_lightbox .gform_wrapper div.validation_error {
    margin:0;
    padding:0 0 0.25em 0;
}
/* end forms */

#specials_lightbox .disclaimer {
    font-size: 0.75em;
    color: #aaa;
    margin: 10px 0;
}

#specials_bubble {
    display: none;
    position: fixed;
    z-index: 9999;
    box-sizing: border-box;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
    border: 1px solid rgba(0,0,0,.13);
    background: #fec264;
    color: #f78f1e;
    border-radius: .75em;
    cursor: pointer;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 32px;
    line-height: .5;
    height: 1.5em;
    padding: .25em;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
#specials_bubble i {
    width: 1em;
    text-align: center;
    vertical-align: middle;
}
#specials_bubble span {
    display: inline-block;
    text-transform: uppercase;
    font-size: .5em;
    opacity: 0;
    max-width: 0;
    transition: max-width .75s ease, opacity 1.25s ease;
    vertical-align: middle;
}
#specials_bubble:hover {
    color: #fff;
}
#specials_bubble:hover span {
    opacity: 1;
    max-width: 320px;
    transition: max-width 1s ease;
}

#specials_banner {
    display: none;
    color: #fff;
    background: #c00;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: .5em;
    box-shadow: 0 0 .5em rgba(0,0,0,.5);
    z-index: 9999;
}
#specials_banner .inner {
    margin: 0 2em;
    text-align: center;
}
#specials_banner .close {
    line-height: 1.1;
    text-align: center;
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -1em;
    cursor: pointer;
    font-size: .8em;
    box-sizing: content-box;
    border: 1px solid;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    padding: 5px;
    opacity: .75;
}
#specials_banner .close:before {
    content: "\2715";
}
#specials_banner .cta {
    display: inline-block;
    margin-left: .5em;
    padding: 0.25em 1em;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
.logged-in #specials_banner {
    top: 32px;
}
.has_banner {
    -o-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
    transition: all .5s cubic-bezier(0, 1, 0.5, 1);
}

#specials_banner .edit_link, #specials_lightbox .edit_link {
    font-size: .75em;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
}
#specials_lightbox .edit_link {
    top: -2em;
    left: 1em;
    padding: .25em .75em;
    background: #fff;
}
#specials_banner .edit_link {
    top: 50%;
    margin-top: -1em;
}

ul[style*="star"], ul[style*="heart"], ul[style*="check"], ul[style*="rocket"], ul[style*="thumbs-up"],
ul.star, ul.heart, ul.check, ul.rocket, ul.thumbs-up
{
    list-style: none !important;
}
ul[style*="list-style-type"] li:before, ul.star li:before, ul.heart li:before, ul.check li:before, ul.rocket li:before, ul.thumbs-up li:before {
    font-family: FontAwesome;
    margin-left: -2em;
    margin-right: 1em;
}
ul[style*="list-style-type: star"] li:before, ul.star li:before{
    content: "\f005";
}
ul[style*="list-style-type: heart"] li:before, ul.heart li:before {
    content: "\f004";
}
ul[style*="list-style-type: check"] li:before, ul.check li:before {
    content: "\f00c";
}
ul[style*="list-style-type: rocket"] li:before, ul.rocket li:before {
    content: "\f135";
}
ul[style*="list-style-type: thumbs-up"] li:before, ul.thumbs-up li:before {
    content: "\f164";
}

@media screen and (max-width: 1000px) {
    #specials_lightbox.horizontal .content {
        max-width: 100%;
    }
    #specials_lightbox.horizontal .image {
        width: 100%;
    }
    #specials_lightbox .image div {
        font-size: 2em;
    }
}
@media screen and (max-width: 782px) {
    .logged-in #specials_banner {
        top: 46px;
    }
}
@media screen and (max-width: 690px) {
    #specials_lightbox .outer_box {
        font-size: 14px;
    }
    #specials_lightbox .title {
        font-size: 1.5em;
    }
    #specials_banner .inner {
        font-size: .75em;
        line-height: 1.25;
    }
    #specials_banner .close {
        margin-top: -.75em;
        padding: 1px 1px 2px 2px;
    }
    #specials_lightbox.horizontal .image {
        height:200px;
    }
    body:not(.preview) #specials_lightbox.horizontal .inner {
        flex-wrap: wrap;
    }
    body:not(.preview) #specials_lightbox.horizontal .content, #specials_lightbox.vertical .content {
        padding: 0 1em;
    }
}
@media (max-width:641px) {
    #specials_lightbox .cta_form_wrap {
        width:100%;
        padding:0.75em;
    }
    #specials_lightbox .cta_form_wrap h3 {
        padding-top:0;
    }
    #specials_lightbox .desc ul {
        max-width:80%;
    }
    #specials_lightbox .gform_wrapper .gform_body, #specials_lightbox .gform_wrapper .gform_footer {
        display:block;
        width:100%;
    }
    #specials_lightbox .gform_wrapper ul.gform_fields {
        display:block;
    }
    #specials_lightbox .gform_wrapper ul.gform_fields > li {
        margin-bottom:0.75em;
    }
    #specials_lightbox .gform_wrapper ul.gform_fields > li > div.ginput_container {
        margin-right:0;
    }
    #specials_lightbox .gform_wrapper .gform_footer input[type=submit] {
        width:100%;
    }
}
@media only print {
    #specials_bubble { display: none !important; }
    #specials_banner { position: absolute; }
}