
body {
    background: #f9f9f9;
    min-width: 0px;
    overflow-x: hidden;
}

a {
    color: #136783;
    font-weight: bold;
    text-decoration: none;
}

.only_narrow {
    display: none;
}

.spacing {
    visibility: hidden;
}

.square_spacer {
    padding-top: 100%;
}

.half_spacer {
    padding-top: 50%;
}

/*-- Header --*/
#header_wrapper {
	position: static;
	background-color: transparent;
	z-index: 0;
}

#navbar_shadow {
	display: none;
}

#header_spacer {
	display: none;
}

#header.registry_header {
  height: 20px;
}

#header.registry_header .main {
  overflow: visible;
}

#header.registry_header #logo_wrapper {
  background: #;
  display: block;
  height: 100px;
  left: 0;
  margin: -5px 20px 0 20px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100px;
}

#header.registry_header #logo{
  height: 68px;
  margin: 16px 19px;
  position: relative;
  width: 62px;
  z-index: 2;
}

#registry_header_background {
    background: url('https://simpleregistry.com/wedding/img/registry/header.jpg') top center no-repeat;
    background-size: cover;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
//	z-index: -1;
}

#registry_header_background .overlay {
    background: black;
    height: 100%;
    left: 0;
    opacity: 0.2;    position: absolute;
    top: 0;
    width: 100%;
}

#registry_header_background .color_overlay {
    background: #;
    height: 100%;
    left: 0;
    opacity: 0;    position: absolute;
    top: 0;
    width: 100%;
}

.registry_header {
    color: white;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}

.registry_header .logo {
    background: url('https://simpleregistry.com/wedding/img/logos/registry.png') center center no-repeat;
    background-color: rgba(0,0,0,0.5);
    background-size: 80px 80px;
    border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;    display: inline-block;
    float: none;
    height: 80px;
    margin: 15px 20px 20px;
    width: 80px;
}

.registry_header .name {
    font-family: 'Primary-Condensed-Bold', Helvetica, sans-serif;
    font-size: 64px;
    font-weight: normal;
}

.registry_header .wedding_date {
    margin: 0 auto;
    max-width: 972px;
    overflow: auto;
    padding: 0;
    position: relative;
}

.registry_header .wedding_date .date_spacer {
    padding-top: 5%;
}

#content_wrapper {
    position: relative;
    width: 100%;
}

.member_photos_wrapper {
    position: relative;
}

.member_photos_wrapper .member_photos_bg {
    background: #f9f9f9;
    bottom: 0;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.member_photos {
    background: white;
    border: 5px solid white;
    border-radius: 300px;-webkit-border-radius: 300px;-moz-border-radius: 300px;    display: block;
    margin: 0 auto;
    max-width: 300px;
    min-width: 150px;
    overflow: hidden;
    position: relative;
    width: 30%;
}

.member_photos .member_photo {
    background-size: cover;
    border-radius: 300px;-webkit-border-radius: 300px;-moz-border-radius: 300px;    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.member_photos .member_photo a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#registry_content {
    background: #f9f9f9;
    color: #888;
	font-size: 1.2em;
    line-height: 1.6;
    margin: 0;
}

.section {
    margin: 0 auto;
    max-width: 972px;
    overflow: auto;
    padding: 1em 0 2em;
    position: relative;
}

#guest_message {
    font-size: 1.2rem;
    padding: 1em 1em 0;
}

#section_nav {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 auto 0;
    min-height: 2.5em;
    overflow: visible;
    line-height: 1;
    padding: 2em 0 0;
}

#section_nav > * {
    vertical-align: middle;
}

#section_nav .show_all {
    cursor: pointer;
    display: none;
    font-size: 0.5em;
    text-decoration: underline;
}

#section_wrapper {
    display: inline-block;
    margin-right: 11em;
}

.section_toggle {
    background: #03141a;
    border: 1px solid #136783;
    border-radius: 2em;-webkit-border-radius: 2em;-moz-border-radius: 2em;    display: inline-block;
    font-size: 0.6em;
    font-weight: normal;
    height: 1.8em;
    line-height: 1.8em;
    margin: 0.2em 0;
    padding: 0 1em;
    white-space: nowrap;
}

.section_toggle.active {
    background: #136783 !important;
    color: white;
}

.section_toggle:hover {
    background: #093341;
    color: white;
    cursor: pointer;
}

#price_filter_wrapper {
    display: block;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2em;
}

#price_filter {
    display: inline-block;
    float: right;
    font-size: 0.7em;
    font-weight: normal;
    margin: 0.3em 0;
}

#price_filter li {
    background: #03141a;
    border: 1px solid #136783;
    border-right-width: 0;
    float: left;
    height: 2em;
    line-height: 2em;
    padding: 0 0.5em;
    vertical-align:middle;
}

#price_filter li:last-child {
    border-right-width: 1px;
    border-top-right-radius: 1em;-webkit-border-top-right-radius: 1em;-moz-border-radius-topright: 1em;-webkit-border-top-right-radius: 1em;-moz-border-radius-bottomright: 1em;-webkit-border-top-right-radius: 1em;-moz-border-radius-bottomleft: 1em;    border-bottom-right-radius: 1em;-webkit-border-bottom-right-radius: 1em;-moz-border-radius-bottomright: 1em;-webkit-border-bottom-right-radius: 1em;-moz-border-radius-bottomleft: 1em;}

#price_filter li:first-child {
    border-right-width: 1px;
    border-top-left-radius: 1em;-webkit-border-top-left-radius: 1em;-moz-border-radius-topleft: 1em;-webkit-border-top-left-radius: 1em;-moz-border-radius-topright: 1em;-webkit-border-top-left-radius: 1em;-moz-border-radius-bottomright: 1em;-webkit-border-top-left-radius: 1em;-moz-border-radius-bottomleft: 1em;    border-bottom-left-radius: 1em;-webkit-border-bottom-left-radius: 1em;-moz-border-radius-bottomleft: 1em;}

#price_filter li.active {
    background: #136783 !important;
    color: white;
}

#price_filter li:hover {
    background: #093341;
    color: white;
    cursor: pointer;
}

#items {
    margin: 0 auto;
    max-width: 1004px;
    overflow: hidden;
    padding-bottom: 0;
    text-align: center;
}

#items:last-child {
    padding-bottom: 2em;
}

.item {
    background: white;
    display: inline-block;
    float: left;
    height: 240px;
    margin: 1em;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 470px;
}

.progressbar {
    background: #;
    height: 0.5em;
    left: 0;
    margin-top: -0.5em;
    position: absolute;
    top: 0;
    width: 0;
}

.item .item_image {
	background-position: center;
    background-size: cover;
    float: left;
    height: 240px;
    width: 240px;
}

.item .image_wrapper {
    position: relative;
}

.item .item_link {
    background: rgba(0,0,0,0.5);
    border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;    bottom: 3%;
    color: white !important;
    font-size: 1.9em;
    height: 1.6em;
    left: 3%;
    line-height: 1.6em;
    padding: 0 0 0 0.1em;
    position: absolute;
    text-align: center;
    width: 1.5em;
}

.item .item_link .fa-external-link {
    position: relative;
    top: 4px;
}

.item .item_link:hover {
    background: rgba(0,0,0,0.4);
}

.item_image .image_overlay {
    background-color: rgba(0,0,0,0.5);
    color: white;
    display: none;
    font-size: 3em;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.item_image .image_overlay > div {
    background: url('https://simpleregistry.com/wedding/img/registry/gift_selected.png') center top no-repeat;
    background-size: 100px 100px;
    margin-top: -81px;
    position: absolute;
    padding-top: 100px;
    top: 50%;
    width: 100%;
}

.item_image .image_overlay > div > div {
    height: 62px;
}

.item_image .image_overlay .instructions {
    display: block;
}

.item_image .image_overlay .instructions > div {
    display: inline-block;
    font-size: 0.5em;
    line-height: 1;
}

.item_image .image_overlay .instructions a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.item_image .image_overlay .item_total {
    display: none;
}

.item .item_info {
    height: 100%;
    margin-left: 240px;
}

.item .item_description {
    font-size: 0.75em;
    line-height: 1.3;
    padding: 1em;
}

.item .item_description .item_description_spacer {
    display: none;
}

.item .price_line {
    background: white;
    bottom: 3em;
    color: #606060;
    font-weight: bold;
    position: absolute;
    left: 240px;
    line-height: 1;
    right: 0;
    text-align: center;
}

.item .price_section {
    display: inline-block;
    padding: 0.5em;
}

.item .price_section label {
    display: block;
    font-size: 0.75em;
    margin-bottom: 2px;
}

.item .price_section span {
    font-size: 1.5em;
}

.cents {
    font-size: 0.5em !important;
    vertical-align: super !important;
}

.item .give_gift_button,
.item .item_select_wrapper,
.item .item_fulfilled_wrapper
{
    background: #136783;
    bottom: 0;
    color: white;
    display: block;
    height: 3rem;
    left: 240px;
    line-height: 3rem;
    position: absolute;
    right: 0;
    text-align: center;
}

.item .give_gift_button {
    cursor: pointer;
}

.item .give_gift_button:hover {
    background: #0f5268;
}

.item .give_gift_button:before {
    border: 1.5rem solid transparent;
    border-width: 1.5rem 1rem 1.5rem 0;
    border-right-color: #136783;
    content: ' ';
    height: 0;
    position: absolute;
    left: -1rem;
    top: 0;
    width: 0;
}

.item .give_gift_button:hover:before {
    border-right-color: #0f5268;
}

.item .give_gift_button span,
.item .item_fulfilled_wrapper span
{
    font-size: 1.5em;
    font-weight: bold;
}

.item .item_select_wrapper {
    background: white;
    color: #606060;
    display: none;
    font-size: 1.3em;
    font-weight: bold;
}

.item .item_select_wrapper .give_list {
    font-size: 16px;
    vertical-align: middle;
}

.item .item_fulfilled_wrapper {
    background: white;
    color: #136783;
}

#general_item_block {
    background: white;
    border: 1px solid #136783;
    color: #136783;
    height: 100px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#general_image {
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 200px;
}

#general_description {
    height: 100%;
    margin: 0 240px 0 200px;
    position: relative;
}

#general_description div {
    font-size: 2.5em;
    line-height: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);    margin: 0 1em;
}

#general_amount_wrapper {
    border: 1px solid #136783;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 200px;
}

#general_dollar {
    font-size: 50px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

#general_item_amount {
    background: white;
    border: none;
    color: #136783;
    font-size: 2em;
    height: 100%;
    margin: 0 10px 0 40px;
    padding: 0;
    text-align: right;
    width: 150px;
}

#give_slidein {
    background: 136783;
    background: ;
    /*border-top: 0.2em solid #136783;*/
    bottom: -0.2em;
    color: white;
    font-size: 2.5em;
    height: 3em;
    left: 0;
    line-height: 3em;
    margin-bottom: -3em;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#give_slidein > div {
    text-align: center;
    vertical-align: middle;
}

#give_total_section {
    height: 2.5em;
    line-height: 2.5em;
}

#give_total_section .spacer {
    float: right;
    height: 1px;
    min-width: 9.5em;
    width: 40%;
}

#give_button_section {
    line-height: 2.7em;
    min-width: 9em;
    position: absolute;
    right: 0.5em;
    top: 0;
    width: 40%;
}

#give_slidein.open {
    margin-bottom: 0;
}

#give_slidein .total_display {
    font-size: 1.1em;
    font-weight: bold;
}

#give_slidein .give_button {
    background: white;
    color: #136783;
    cursor: pointer;
    display: inline-block;
    font-size: 0.5em;
    height: 3em;
    line-height: 3em;
    min-width: 18em;
    text-align: center;
    width: 90%;
}

#give_slidein .give_button .button
{
    font-size: 1.5em;
    font-weight: bold;
    min-width: 10em;
    padding: 0 1em;
	position: relative;
}

.footer_wrapper {
    background: #e0e0e0;
}

.footer {
    border: none;
    font-size: 0.7em;
    line-height: 1.7;
    margin-bottom: 0;
    overflow: auto;
    padding: 1em 1em 3em;
}

.footer .disclaimer {
    margin-bottom: 1em;
}

.footer .links {
    float: left;
}

#footer, #footertopfade {
	background-color: #f0f0f0;
	border-color: #ddd !important;
}

/* Member image popups */
.large_photo {
    position: relative;
}

.large_photo img {
    display: block;
}

.large_photo .caption {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    color: white;
    font-size: 1.5em;
    font-weight: normal;
    left: 0;
    padding: 0.2em 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.inactive_content h1 {
    line-height: 1;
    margin-bottom: 1em;
}

.inactive_content .spacer {
    padding-top: 5%;
}

@media only screen and (max-width: 1100px) {
    #destination_block {
        padding: 1.5em 1em 0;
    }

    #destination_block label .arrow {
        display: none;
    }

    #map_block {
        display: block;
        float: none;
        width: 100%;
    }

    #map_block .gmap_inner_container_l,
    #map_block .border_thick,
    #map_block .gmap_interface
    {
        height: 215px;
    }

    #map_block:last-child {
        margin-top: 0;
    }

    #map_block label {
        display: block;
    }

    #destination_details {
        display: block;
        margin-top: 1em;
        padding: 0;
        width: auto !important;
    }

    #destination_details label {
        display: none;
    }

    #destination_details:first-child {
        margin-top: 3em;
    }

    #destination_details:first-child label {
        display: block;
    }
}

@media only screen and (max-width: 1025px) {
    #section_nav {
        margin: 0 1rem;
    }

    #items, #general_item_wrapper {
        max-width: 960px;
    }

    #general_item_block {
        margin: 0 1%;
    }

    .item {
        height: auto;
        margin: 1em 1%;
        max-width: 300px;
        width: 31.33%;
    }

    .item .item_image {
        display: block;
        float: none;
        height: auto;
        width: 100%;
    }

    .item .item_info {
        height: auto;
        margin: 0;
        width: 100%;
    }

    .item .item_description {
        position: relative;
    }

    .item .item_description .item_description_display {
        left: 0;
        margin: 1em;
        position: absolute;
        top: 0;
    }

    .item .item_description .item_description_spacer {
        display: block;
        visibility: hidden;
        word-wrap: break-word;
    }

    .item .price_line {
        position: static;
    }

    .item .give_gift_button,
    .item .item_select_wrapper,
    .item .item_fulfilled_wrapper
    {
        margin: 0.7rem;
        position: static;
    }

    .item .give_gift_button:before {
        display: none;
    }
}

@media only screen and (max-width: 970px) {
    #items, #general_item_wrapper {
        max-width: 625px;
    }

    #general_description div {
        font-size: 1.5em;
    }

    .item {
        width: 48%;
    }
}

@media only screen and (max-width: 678px) {
    .only_fullwidth {
        display: none;
    }

    .only_narrow {
        display: inherit;
    }

    #registry_content {
        margin: 0;
    }

    #guest_message {
        padding: 1em;
    }

    #destination_details {
        margin: 1em 0 0;
    }
}

@media only screen and (max-width: 620px) {
    #general_item_block {
        height: auto;
        margin: 0 auto;
        max-width: 300px;
        width: 80%;
    }

    #general_image {
        display: block;
        height: auto;
        position: relative;
        width: 100%;
    }

    #general_description {
        height: auto;
        margin: 1em;
    }

    #general_description div {
        display: block;
        text-align: center;
        top: 0;
        transform: none;-webkit-transform: none;-moz-transform: none;    }

    #general_amount_wrapper {
        margin: 1em auto;
        position: relative;
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 500px) {
    .registry_header .wedding_date .date_spacer {
        height: 24px;
        padding-top: 0;
    }

    #give_slidein {
        font-size: 7vw;
    }
}

@media only screen and (max-width: 450px) {
    #section_wrapper {
        display: none;
    }

    #price_filter_wrapper {
        position: static;
    }

    #price_filter {
        float: none;
    }

    .item {
        display: block !important;
        float: none;
        margin: 1em 10%;
        width: 80%;
    }
}
