* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #3e3e3e;
    background-color: #1D1D1D;
    position: relative;
    margin: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    overflow-wrap: break-word;

}

.no-scroll {
    overflow: hidden;
}

.slideout-menu {
    display: none;
}

.slideout-open .slideout-menu {
    display: none;
}

.login-page, .login-html {
    min-width: 100%;
    height: 100%;
    margin: 0;
}

.login-html {
}

.login-page .body-wrap {
    background: url(./images/page-bg-ee.jpg) no-repeat fixed center center transparent;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    overflow: auto;
    max-width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page .form-container {
    width: 98%;
    max-width: 520px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    align-self: center;
}

.login-page .form-border {
    border: 3px solid #bba266;
    padding: 10px 30px 30px;
    box-sizing: border-box;
    position: relative;
}

.login-page .form-border .corner {
    position: absolute;
    background: url("./images/gold-corners.png") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 17px;
}

.login-page .form-border .corner#top_left {
    top: 1px;
    left: 1px;
}

.login-page .form-border .corner#top_right {
    top: 1px;
    right: 1px;
    background-position: right 0;
}

.login-page .form-border .corner#bottom_right {
    bottom: 1px;
    right: 1px;
    background-position: right bottom;
}

.login-page .form-border .corner#bottom_left {
    bottom: 1px;
    left: 1px;
    background-position: 0 bottom;
}

.login-page .logo {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.login-page .logo img{
    max-width: 100%;
}

.login-page h3 {
    font: 300 45px "Source Sans Pro", sans-serif;
    margin-bottom: 20px;
}

.login-page input {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 18px;
}

.login-page #email, .login-page #Password, .login-page #Email {
    border-bottom: 1px solid #bba266;
    padding-left: 45px;
}

.login-page .remember-container {
    margin-top: 15px;
}

.login-page .remember-container input {
    width: auto;
    height: auto;
}

.login-page #Email, .login-page #email {
    background: url("./images/email-icon.png") scroll no-repeat 0 center transparent;

}

.login-page #Password {
    background: url("./images/lock-icon.png") scroll no-repeat 0 center transparent;
}

.login-page #login-form {
    position: relative;
    overflow: hidden;
}

.login-page #forgot-form {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    top: 100%;

}

.login-page #forgot-form p {
    font: 300 22px "Source Sans Pro", sans-serif;
    margin: 20px 0;
}

.login-page .login-error {
    color: #ff0000;
    font-weight:700;
}

.login-page #login-submit, .login-page #forgot-submit {
    color: #bba266;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}

.login-page .link-wrap {
    width: 90%;
    border-top: 1px solid #bba266;
    margin: 0 auto;
}

.login-page .link-wrap > div {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.login-page .link-wrap a {
    color: #bba266;
}

.login-page .create {
    display: none;
}

.login-page .link-wrap a.fb-login {
    display: inline-block;
    background-color: #3b5998;
    color: #fff;
    font: 700 17px "Raleway", sans-serif;
    letter-spacing: 1px;
    padding: 10px 20px 10px 15px;
    border-radius: 3px;
}

.login-page .link-wrap a.fb-login .fb-icon {
    font-size: 25px;
    vertical-align: middle;
}

.page-bg {
    background: url("./images/page-bg-ee.jpg") no-repeat scroll right top #ffffff;
    background-size: 100% auto;
}
.belltower .page-bg {
    background-image: url("./images/page-bg.png");
}

.clock-icon {
    background: url("./images/clock-icon.png") no-repeat scroll 0 0 transparent;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.phone-icon {
    background: url("./images/phone-icon.png") no-repeat scroll 0 0 transparent;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.support-icon {
    background: url("./images/support-icon.png") no-repeat scroll 0 0 transparent;
    width: 19px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.body-wrap {
    width: 95%;
    padding: 5% 2.5%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(37, 37, 37, 0.2);

}

.header-content {
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.site-header{
    flex: 2 1 60%;
}

.site-header {
    display: inline-flex;
}

.header-info, .logo-wrap {
    flex: 1 1 50%;
    align-self: center;
    min-width: 200px;
}
.header-info {
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 10px;
    font: 400 16px "Lato", sans-serif;
    color: #666666;
    border-left: 1px solid;
}

.header-info a {
    transition: none;
    color: #666666;
}

.header-info div {
    margin: 5px 0;
}

.header-info div span{
    margin: 0 7px 0 0;
}


.logo-wrap img {
    width: 100%;
    height: auto;
}

.user-header {
    flex: 1 1 40%;
    text-align: right;
    align-self: flex-end;
}

.user-menu, .selected-event {
    font: 300 18px "Lato", sans-serif;
    color: #343434;
    margin: 5px 0;
}

.user-menu:before {
    background: url(/images/gold-down-icon.png) scroll repeat 0 0 transparent;
    width: 18px;
    height: 10px;
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

a.mobilemenu {
    display: none;
}

.menu {
    width: 100%;
    background-color: #bba266;
    color: #fff;
    font: 300 18px "Lato", sans-serif;
}

.menu a {
    color: #fff;
}

.menu li:hover {
    font-weight: 700;
}

.menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.menu>ul li {
    padding: 10px;
    text-transform: uppercase;

    text-align: center;
}

.menu li.has-submenu {
    position: relative;
}

.menu li.has-submenu:hover .submenu {
    display: block;
}

.menu li.has-submenu .submenu {
    display: none;
    position: absolute;
    background-color: rgba(187, 162, 102, 0.9);
    z-index: 10;
}

.menu li.has-submenu:last-child .submenu {
    right: 0;
}

.menu ul.submenu li {
    white-space: nowrap;
    padding: 5px 10px;
    text-align: left;
    font-weight: 300;
}

.menu ul.submenu li:hover {
    font-weight: 700;
}

.user-menu {
    position: relative;
    display: inline-block;
}


.popup-menu {
    position: absolute;
    background-color: #e6e6e6;
    font: 300 18px "Lato", sans-serif;
    text-align: left;
    padding: 5px 10px;
    right: 0px;
    display: none;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.popup-menu li {
    white-space: nowrap;
}

.popup-menu li.account-item {
    text-transform: uppercase;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.popup-menu li.support-item {
    text-transform: uppercase;
    border-bottom: 1px solid #b8b8b8;
    padding: 5px 0;
    margin: 5px 0;
}

.popup-menu li.support-item ul {
    border-top: 1px solid #b8b8b8;
    padding-top: 5px;
    margin-top: 5px;
}

.popup-menu li.support-item ul li {
    text-transform: none;
}

.popup-menu li.choose-event {
    text-transform: uppercase;
    border-top: 1px solid #b8b8b8;
    padding-top: 5px;
    margin-top: 5px;
}

.user-menu:hover .popup-menu {
    display: block;
}

.footer {
    background: url("/images/footer-pattern.jpg") scroll repeat 0 0 transparent;
    width: 100%;
    color: #fff;
    margin: 0;
    padding:10px 0px;
}

.footer a {
    color: #ffffff;
}

.footer .copy-policy {
    margin: 0px 0 0;
}

#menu-toggle {
    display: inline-block;
    color: #ffffff;
    padding: 5px 0px;
    text-decoration: none;
    width: 30px;
    height: 30px;
}

#mobile-menu {
    display: none;
    overflow: visible;
    position: relative;
    padding: 5px 10px;
    font:300 18px "Lato", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 0 3px #000;
    background: #bba266;
    background-size: auto 40px;
    width: 100%;
    z-index: 1;
}

#mobile-menu .menu-bar {
    height: 40px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: row;
}

#mobile-menu .toggle-wrap {
    /*display: inline-block;*/
    /*width: 49%;*/
    /*vertical-align: middle;*/
    /*text-align: left;*/
    flex: 1 1 auto;
    text-align: left;
    align-self: center;
}

#mobile-menu .banner-wrap {
    /*display: inline-block;*/
    /*text-align: right;*/
    /*width: 49%;*/
    /*vertical-align: middle;*/
    flex: 1 1 auto;
    text-align: right;
    align-self: center;
}



#mobile-menu svg {
    max-height: 40px;
    max-width: 150px;
    width: auto;
}

#mobile-menu a {
    color: #ffffff;
}
#mobile-menu-list {
    background-color: #bba266;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    z-index: 100;
}

#mobile-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
}

#mobile-menu-list ul {
    margin: 10px 0 0 10px;
}

#mobile-menu .submenu {
    display: none;
}

#mobile-menu li.has-submenu {
    position: relative;

}

#mobile-menu li.has-submenu .icon-wrap {
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    top: 7px;
}

.action-icon {
    width: 100%;
    height: 100%;
    display:block;
    position:relative;
    overflow: hidden;
}

.action-icon span {
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #ffffff;
    display: inline-block;
    transition: all 0.2s ease;
}

.action-icon.bars .bar {
    left:0;
    right: 0;

}

.action-icon.bars .bar:nth-child(2){
    top: 50%;
}
.action-icon.bars .bar:first-child {
    top: 0;
}
.action-icon.bars .bar:last-child {
    bottom: 0;
}

.action-icon.bars.open .bar:first-child {
    transform-origin: center center;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
}
.action-icon.bars.open .bar:last-child {
    transform-origin: center center;
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
}

.action-icon.bars.open .bar:nth-child(2) {
    transform: translateX(-100%);
}

.action-icon.down-caret .bar:first-child {
    top:50%;
    transform-origin: left center;
    transform: translate(0%, -50%) rotate(45deg);
}

.action-icon.down-caret .bar:last-child {
    top:50%;
    right: 0px;
    transform-origin: right center;
    transform: translate(0%, -50%) rotate(-45deg) ;
}

.action-icon.down-caret.open .bar:first-child {
    transform-origin: center center;
    transform: rotate(-45deg) translate(0%, -50%);
    bottom: 0;
}

.action-icon.down-caret.open .bar:last-child {
    bottom: 0;
    transform-origin: center center;
    transform: translate(0, -50%) rotate(45deg);
    right: 0px;
}
.transaction-content,
.videos-content {
    text-align: center;
}

h1 {
    font: 300 48px "Source Sans Pro", sans-serif;
}

h3 {
    font: 900 20px "Lato", sans-serif;
    text-transform: uppercase;
}

h4 {
    font: 400 20px "Lato", sans-serif;
}

.footer h3 {
    font: 300 21px "Lato", sans-serif;
}

.footer p {
    font: 400 16px "Lato", sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.swirly-wrap {
    margin: 40px 0 10px;
}

.card-row {
    margin: 10px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    margin: 10px;
    flex: 1 1 auto;
}

#paymnent-card {
    background: url("./images/pay-card.jpg") scroll no-repeat 0 0 transparent;
    background-size: cover;
    padding:12px;
    border-radius: 10px;
    max-width: 285px;
    max-height: 285px;
 }

#vendor-card {
    background: url("./images/vendor-card.jpg") scroll no-repeat 0 0 transparent;
    background-size: cover;
    padding:12px;
    border-radius: 10px;
    max-width: 285px;
    max-height: 285px;
}

#producer-card {
    background: url("./images/producer-card.jpg") scroll no-repeat 0 0 transparent;
    background-size: cover;
    padding:12px;
    border-radius: 10px;
    max-width: 285px;
    max-height: 285px;
}

#portrait-card {
    background: url("./images/portrait-card.jpg") scroll no-repeat 0 0 transparent;
    background-size: cover;
    padding:12px;
    border-radius: 10px;
    max-width: 285px;
    max-height: 285px;
}

#tasting-card {
    background: url("./images/tasting-card.jpg") scroll no-repeat 0 0 transparent;
    background-size: cover;
    padding:12px;
    border-radius: 10px;
    max-width: 285px;
    max-height: 285px;
}

#event-details-card {
    background: url(./images/event-details-card.jpg) scroll no-repeat 0 0 transparent;
    background-size: cover;
    padding: 12px;
    border-radius: 10px;
    max-width: 285px;
    max-height: 285px;
}

.card-link {
    font: 400 25px "Lato", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    width: 265px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 50%;
    text-align: center;
    border-radius: 10px;
    border: 4px solid transparent;
    min-height: 100%;
}

.card-link:hover {
    color: #FFFFFF;
    border-color: #bba266;
}

.card-link .payment-icon {
    background: url("./images/payment-icon-white.png") scroll no-repeat 0 0 transparent;
    width: 46px;
    height: 51px;
    display: block;
    margin-bottom: 10px;
}

.card-link .checklist-icon {
    background: url("./images/clipboard-icon-white.png") scroll no-repeat 0 0 transparent;
    width: 38px;
    height: 51px;
    display: block;
    margin-bottom: 10px;
}

.card-link .messages-icon {
    background: url("./images/chat-icon-white.png") scroll no-repeat 0 0 transparent;
    width: 51px;
    height: 44px;
    display: block;
    margin-bottom: 10px;
}

.card-link .list-icon {
    background: url("./images/list-icon-white.png") scroll no-repeat 0 0 transparent;
    width: 51px;
    height: 44px;
    display: block;
    margin-bottom: 10px;
}

.card-link .fa {
    display: block;
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}

.map-wrapper h1 {
    text-align: center;
    margin: 50px 0;
    font-family: "Lato", sans-serif;
}

.map {
    position:relative;
}

.map img {
    width: 100%;
    height: auto;
    min-height: 350px;
}

.map iframe {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    z-index: 20;
}

.popup {
    display: none;
    background: #fff;
    width: 90%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0%);
    padding: 20px;
}

.popup.show{
    display: block;
}

.popup-overlay.show {
    display: block;
}

.close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font: 700 15px "Lato", sans-serif;
}

.event-selection-pop option {
    width: auto;
    background-color: #bba266;
    padding: 5px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.event-selection-pop {
    background: #fff;
    width: 90%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.event-selection-pop h1 {
    text-align: center;
    margin: 30px 0;
}

.gold-borders {
    border: 3px solid #bba266;
    padding: 10px 30px 30px;
    box-sizing: border-box;
    position: relative;
}

.gold-borders .corner {
    position: absolute;
    background: url("./images/gold-corners.png") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 17px;
}

.gold-borders .corner#top_left {
    top: 1px;
    left: 1px;
}

.gold-borders .corner#top_right {
    top: 1px;
    right: 1px;
    background-position: right 0;
}

.gold-borders .corner#bottom_right {
    bottom: 1px;
    right: 1px;
    background-position: right bottom;
}

.gold-borders .corner#bottom_left {
    bottom: 1px;
    left: 1px;
    background-position: 0 bottom;
}

#event-selection {
    width: 100%;
}

span.select2-results ul{
    background: #bba266;
    color: #fff;
    padding: 0 10px;
    font:300 18px "Lato", sans-serif;
}

.select2-results__option[aria-selected] {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #bba266;
    border-radius: 0;
    color: #424242;
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #424242;
    font:300 18px "Lato", sans-serif;
    line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #424242;
    font:300 18px "Lato", sans-serif;
    line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}

.event-selection-pop .submit-wrap {
    margin: 30px 0 7px;
    text-align: center;
}

.event-selection-pop .submit-wrap input {
    background: var(--accent-blue);
    color: var(--content-background-color);
    font: 700 18px "Lato", sans-serif;
    padding: 20px 70px;
    border: none;
    outline: none;
    width: auto;
    height: auto;
    z-index: 999;
}

.event-details-content,
.vendor-content,
.account-content,
.real-wedding {
    text-align: center;
    padding: 0 0 50px;
}

.event-details .pending-payment, .echeck-content  .pending-payment{
    margin: 20px 0;
}
.event-selection-pop .select2-container {
    width: 100% !important;
}

.event-producer-info {
    margin: 10px 0;

}

.event-producer-info h4 {
    font: 400 20px "Lato", sans-serif;
}

.event-producer-info .gold-button,
.files-info .gold-button,
.menus-info .gold-button,
.floor-plan-info .gold-button,
.event-timelione-info .gold-button,
.todo-info .gold-button,
.vendor-community .gold-button,
.event-timeline-info .gold-button{
    margin-top: 20px;
}

.gold-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #bba266;
    color: #fff;
    font: 700 18px "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0.5rem auto;
}

button.gold-button{
    border: none;
    outline: none;
}

.gold-button:hover {
    color: #fff;
}

.gold-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}


.scheduling {
    margin: 30px 0;
}

.scheduling .portrait, .scheduling .tasting {
    display: flex;
    margin: 10px -10px;
    flex-wrap: wrap;
}

.scheduling .input-wrap {
    margin: 10px 10px;
    flex: 1 1 auto;
    text-align: left;
    box-sizing: border-box;
    min-width: 280px;
}

.scheduling .input-wrap .gold-button {
    width: 100%;
    background-color: #96751e;
    margin: 23px 0 0;
    padding: 15px 10px;
}

.scheduling label {
    display: block;
    font: 700 17px "Raleway", sans-serif;
    box-sizing: border-box;
}

.scheduling .input-wrap input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 5px 0 0;
    background-color: transparent;
    border: 1px solid #bba266;
    box-sizing: border-box;
}

.scheduling .preview-link {
    display: block;
    font:600 18px "Lato", sans-serif;
    font-style: italic;
    color: #96751e;
}


.payment {
    background-color: #f2f2f2;
    margin: 0 -30px 20px;
    padding: 30px 50px 50px;
}

.payment .input-row {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.payment .input-wrap {
    flex: 1 1 auto;
    margin: 10px;
    text-align: center;
}

.payment .input-wrap label {
    display: block;
    font: 700 18px "Lato", sans-serif;
    text-align: left;
}

.payment .input-wrap input, .payment .input-wrap select {
    width: 100%;
    border: 1px solid #bba266;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
}

.payment #log .input-wrap .gold-button {
    background-color: #bba266;
    width: 100%;
    max-width: 335px;
    box-sizing: border-box;
}

option {
    width: auto;
}

.vendors {
    padding: 20px 0;
    font-family: "Lato", sans-serif;
}

.vendors h1 {
    font: 300 48px "Lato", sans-serif;
}

.vendors .new-vendor-form,
.cards-content .card-form-wrapper{
    border: 1px solid #bba266;
    padding: 20px 48px;
    display: none;
}

.vendors .new-vendor-form.saving {
    position: relative;
}

.vendors .new-vendor-form.saving .saving-overlay {
    display: flex !important;
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    justify-content: center;
    align-items: center;
}

.vendors .new-vendor-form.saving .saving-overlay .material-icons {
    font-size: 48px;
    animation-name: spinner;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

#vendor-links {
    max-width: 400px;
}

#vendor-links ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cards-content .card-form-wrapper {
    max-width: 500px;
    text-align: left;
    padding: 30px 48px;
    margin: 20px auto;
}

.cards-content .back {
    text-align: left;
}

.cards-content #update-card-form {
    text-align: left;
    margin: 20px auto;
    max-width: 500px;
}

.cards-content #update-card-form #default-card {
    margin: 20px 0 20px 20px;
}


.vendors #add-new-vendor:checked + .new-vendor-form,
.cards-content #add-new-card:checked + .card-form-wrapper
{
    display: block;
}

.vendors .outline-button,
.cards-content .outline-button,
.transaction .outline-button{
    font: 700 18px "Lato", sans-serif;
    color: #bba266;
    border: 1px solid;
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px auto 20px;
}

#videos {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
}

.video-wrapper {
    padding: 10px;
    margin-bottom: 20px;
    border: none;
}

.video-wrapper:hover {
    background-color: #b5a16596
}

.video-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.video {
    display: flex;
    flex-direction: column;
    justify-content:center;
    min-height: 180px;
    min-width: 180px;
    border: groove 2px #b5a165;
}

.vendor-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px -10px
}

.vendor-row.button-row {
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.vendor-row .vendor-item {
    flex: 1 1 45%;
    text-align: left;
    margin: 0 10px 10px;
}

.vendor-row.button-row .vendor-item {
    text-align: center;
    box-sizing: border-box;

}

.vendor-row .vendor-item label {
    display: block;
}

.vendor-row .vendor-item input, .vendor-row .vendor-item select {
    border: 1px solid #bba266;
    outline: none;
    background-color: #FFFFFF;
    width: 100%;
    height: 40px;
}

.vendor-row .vendor-item input {
    padding: 4px 10px;
    font: 300 18px "Lato", sans-serif;
    height: 48px;
}

.vendors span.select2.select2-container {
    width: 100% !important;
}
.vendors #vendor-name {
    width: 100%;
    min-width: 200px;
}

.vendor-list, .file-list, .user-list {
    margin: 40px 0 0;
}

.vendor-list .vendor-table,
.user-list .user-table,
.file-list .files-table {
    display: table;
    width: 100%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}


.vendor-list .list-heading,
.user-list .list-heading,
.file-list .list-heading {
    font: 900 20px 'Lato', sans-serif;
    text-transform: uppercase;
    text-align: left;
    background-color: #f2f2f2;
    padding: 0 20px;
    line-height: 30px;
    border-top: 1px solid #bba266;
    border-bottom: 1px solid #bba266;
    margin-bottom: 10px;
}

.vendor-list .list-row.table-heading .row-item,
.user-list .list-row.table-heading .row-item,
.file-list .list-row.table-heading .row-item {
    padding: 0 5px 20px;
}

.vendor-list .list-row,
.user-list .list-row,
.file-list .list-row {
    text-align: left;
    display: table-row;
    justify-content: space-between;
}

.vendor-list .list-row .row-item,
.user-list .list-row .row-item,
.file-list .list-row .row-item {
    display: table-cell;
    padding: 5px;
    font: 300 18px "Lato", sans-serif;
}

.vendor-list .list-row:nth-child(odd),
.user-list .list-row:nth-child(odd),
.file-list .list-row:nth-child(odd){
    background-color: #f2f2f2;
}

.vendor-list .list-row.table-heading .row-item,
.user-list .list-row.table-heading .row-item,
.file-list .list-row.table-heading .row-item{
    font: 700 18px "Lato", sans-serif;
}

.vendor-list .list-row.new .row-item{
    animation-name: newVendor;
    animation-fill-mode: forwards;
    animation-duration: 4s;
}

@keyframes newVendor {
    from{
        background-color: rgba(0, 255, 0, 0.3);
    }
    to {
        background-color: rgba(0, 255, 0, 0.0);
    }
}


.mobile-only {
    display: none;
}

.display-mobile {
    display: none;
}

.mobile-legend {
    font: 700 18px "Lato", sans-serif;
    margin-right: 10px;
}

.vendor-list .actions a {
    color: #B1B1B1;
}

.vendor-list .actions a:hover {
    color: #2A2A2A;
}

.vendor-list .actions .edit-vendor {
    margin-right: 10px;

}

.vendor-list .no-vendors,
.user-list .no-users,
.file-list .no-files {
    font: 300 18px "Lato", sans-serif;
    text-align: center;
    width: 100%;
}

.new-vendor-form #add-vendor, .new-vendor-form #update-vendor {
    border: none;
    outline: none;
    background-color: #96751e;
    box-sizing: border-box;
    padding: 15px 30px;
    margin: 0 auto;
    width: 100%;
}

.new-vendor-form #cancel-vendor {
    background-color: transparent;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 30px;
    width: 100%;
}

.hide {
    display: none;
}

.card-pop-row, .form-row {
    margin: 0 0 10px;
}


.card-pop-row label,
.form-row label{
    display:block;
    font: 400 18px "Lato", sans-serif;
}
.form-row label {
    text-align: left;
}

.card-pop-row input[type=text],
.card-pop-row select,
.form-row input[type=text],
.form-row input[type=number],
.form-row input[type=password],
.form-row select{
    width: 100%;
    border: 1px solid #bba266;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
    font: 300 18px "Lato", sans-serif;
}

.todo-card .form-row input[type=text], .todo-card .form-row input[type=number], .todo-card .form-row input[type=password], .todo-card .form-row select {
    width: 100%;
    border: 1px solid var(--button-color);
    height: 35px;
    box-sizing: border-box;
    padding: 5px;
    background-color: transparent;
    margin: 5px 0;
    font: 300 18px "Lato", sans-serif;
    box-sizing: border-box;
}

.card-pop-row .two-column {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 -10px;
}

.card-pop-row .two-column .column {
    flex: 1 1 45%;
    margin: 0 10px;
}

.card-pop-row .gold-button,
.form-row .gold-button{
    width: 100%;
    cursor: pointer;
}

#timeline-pop p.message {
    text-align: center;
}

.transaction .form-row .outline-button {
    width: 100%;
}

.card-pop-row .outline-button {
    width: 100%;
    text-align: center;
}

input.gold-button {
    border: none;
    outline: none;
    -webkit-appearance: none;
    display: inline-block;
    white-space: break-spaces;
}

.notifier {
    position: fixed;
    text-align: center;
    background-color: #42f47a;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,0);
    color: #fff;
    font: 700 17px "Raleway", sans-serif;
    padding: 20px 30px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    z-index:10;
}

.notifier #close-notifier {
    margin: 15px -25px 0 0;
    text-align: right;
    font-weight: 400;
}

.timeline-row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
    max-width: 100%;
}

.timeline-row .half {
    flex: 1 1 auto;
    margin: 0 10px 10px;
}

.internal-content {
    padding: 50px 0;
    text-align: center;
}

.content-heading {
    text-align: center;
}

.forms-list, .cards-list {
    display: inline-block;
    margin: 0 auto;
    font: 400 18px "Lato", sans-serif;
    text-align: left;

}

.cards-list .card-nuumber {
    margin: 0 20px 0 0;
    font-size: 2.25rem;
}

.forms-list li, .cards-list li {
    margin: 20px 0;
}

.cards-list form.edit-card-link {
    display: inline-block;
}

.cards-list form.edit-card-link .small-button{
    border:none;
    outline: none;
}

.small-button {
    padding: 7px 15px;
    font: 400 14px "Lato", sans-serif;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

select#set-default-cc {
    max-width: 250px;
    width: 100%;
    border: 1px solid #bba266;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
}

.cards-content .select-default-wrap {
    margin: 40px 0;
    text-align: center;
}

.cards-content .add-section {
    margin: 40px 0;
}

.echeck-form-wrap, .pass-form-wrap {
    max-width: 500px;
    margin: 20px auto;
}

p.first-message {
    margin-bottom: 20px;
}

.jargon {
    text-align: left;
    font: 300 18px "Lato", sans-serif;
}

.jargon p {
    margin: 7px 0 0;
}

.jargon p.section-heading {
    margin: 25px 0 0;
}

.jargon ul {
    list-style: disc;
    padding-left: 20px;
}

.echeck .event-info, .echeck .current-payment {
    font: 400 20px "Lato", sans-serif;
    margin: 10px 0 20px;
    line-height: 30px;
}

.transaction .payment-info {
    width: 90%;
    max-width: 500px;
}

.transaction .form-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: left;
}

.transaction .form-row > * {
    flex: 1;
    align-self: flex-start;
    font: 400 20px "Lato", sans-serif;
}

.transaction .form-row.submit-row {
    display: block;
    text-align: center;
}

.real-wedding {
    margin: 50px 0;
}

.real-wedding .real-wedding-form {
    width: 90%;
    max-width: 500px;
}

.real-wedding .real-wedding-form .agree-row {
    text-align: left;
    margin: 20px 0;

}
.real-wedding .real-wedding-form .form-row {
    margin-bottom: 15px;
}

.real-wedding .real-wedding-form .form-row textarea{
    width: 100%;
    border: 1px solid #bba266;
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
    font: 300 18px "Lato", sans-serif;
}

.user-image .img-container {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
}

.social-bar {
    padding:4px 0;
}

.social-bar .social-link {
    background-color: #bba266;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin:0 5px;

}

.social-bar .social-link:first-child {
    margin-left: 0px;
}

.footer .social-bar a {
    display: inline-block;
    margin: 2px 5px;
}

.vendor-print-list {
    background-color: #ffffff;
}

.vendor-print-list .body-wrap {
    box-shadow: none;
}

.vendor-print-list .site-header {
    display: flex;
    justify-content: space-between;
}

.vendor-print-list .logo-wrap {
    flex: 1 1 50%;
    align-self: center;
    max-width: 300px;
    text-align: center;
}

.vendor-print-list .event-info {
    flex: 1 1 50%;
    text-align: right;
    align-self: center;
}

.vendor-print-list .event-info .info-content {
    text-align: left;
    display: inline-block;
}

.vendor-controls {
    text-align: right;
    margin: 10px 0;
}

iframe#print-frame {
    width: 100%;
    display:none;
}

#spinner {
    background: transparent;
    text-align: center;
    color: #bbb;
    text-shadow: 0 0 2px #555;
    top: 50%;
    transform: translate(-50%, -50%);
}

.happy-wrap {
    text-align: center;
    max-width: 400px;
    margin: 40px auto;
    width: 95%;
}

.happy-wrap .question-text {
    font: 300 20px "Source Sans Pro", sans-serif;
    display: block;
}


.happy-wrap input#happy, .happy-wrap input#unhappy {
    display: none;
}

.happy-wrap label {
    color: #ffffff;
    background-color: rgba(187, 162, 102, 0.5);
    cursor: pointer;
    display: inline-flex;
    width: 50px;
    height: 50px;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    margin: 10px 0;
}

.happy-wrap label svg {
    fill: #fff;
    width: 70%;
}

.happy-wrap input:checked + label {
    background-color: #bba266;
}

.happy-wrap #happy-more-info {
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.happy-wrap #happy-more-info textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
}

.happy-wrap #unhappy:checked ~ #happy-more-info {
    max-height: 400px;
}

.happy-wrap #happy-more-info h2 {
    font: 400 18px "Source Sans Pro", sans-serif;
}



input.hidden-option {
    display: none;
}

#make-payment .label-row {
    text-align: left;
    margin: 10px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#make-payment .label-row label {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-bottom: -1px;
    border-radius: 10px 10px 0 0;
}

#make-payment #payment-echeck-display:checked ~ .label-row #payment-echeck-display-label,
#make-payment #payment-credit-display:checked ~ .label-row #payment-credit-display-label,
#make-payment #payment-wiring-display:checked ~ .label-row #payment-wiring-display-label{
    background-color: transparent;
    border-bottom: 1px solid #f2f2f2;
}

#make-payment .payment-options {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top: none;
    padding: 10px;
}

#make-payment .payment-options .payment-option {
    display: none;
}
#make-payment .payment-options #wiring-option {
    padding: 20px 0;
}

#make-payment #payment-echeck-display:checked ~ .payment-options #echeck-option,
#make-payment #payment-credit-display:checked ~ .payment-options #credit-option,
#make-payment #payment-wiring-display:checked ~ .payment-options #wiring-option{
    display: block;
}

#make-payment .payment-title h1{
    display: inline-block;
}

#make-payment .payment-title .tooltip {
    vertical-align: top;
    display: inline-block;
    margin: 10px 0 0 5px;
    position: relative;
}


#make-payment .payment-title .tooltip-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    width: 320px;
    padding: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}

/* Start Event Image Styles */
.event-icon-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 70rem;
    margin-top: 1rem;
    grid-row-gap: 20px;
}

/* End Event Image Styles */


/* Start Todo Page Styles */
.todo-wrapper {
    display: flex;
    font-family: 'Lato', sans-serif;
    width: 90%;
}

.todo-info {
    width: 100%;
}

.todo-section-title{
    margin-bottom: 0.75rem;
}

.todo-section-title h3{
    font-weight: normal;
    text-transform: none;
    color: #626c92;
}

.todo-intro-content{
    max-width: 70%;
    text-align: inherit;
    margin: 1rem 0;
    line-height: 1.4;
}

.todo-toggle {
    display: flex;
    border: 2px solid #626c92;
    padding: 5px 0;
    border-radius: 25px;
    color: #c4c4c4;
    position: relative;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    max-width: 400px;
    margin: 0;
}

.todo-toggle span:hover{
    cursor: pointer;
}

.todo-toggle span{
    padding: 5px 15px;
}

.todo-toggle span.active{
    color: #fff;
}

.todo-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #626c92;
    z-index: -1;
    border-radius: 20px;
    left: 0;
    transform: translate(0, 0);
    transition: all 0.1s ease 0s;
}

.todo-toggle.active:before {
    transform: translate(100%, 0);
}

.todo-section{
    margin: 2rem 0;
}

.todo-section .overdue-title h3{
    color: #72b5bb;
}

.todo-card-container{
    display: grid;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.todo-card-container .bar{
    width: 5px;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}

.todos-overdue .todo-card-container .bar{
    background-color: #72b5bb;
}

.todos-upcoming .todo-card-container .bar{
    background-color: #626c92;
}

.todo-card{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    min-width: 200px;
}

.todos-overdue .todo-card-container .todo-card,
.todos-upcoming .todo-card-container .todo-card{
    margin-left: 20px;
}

.todo-card-head{
    display: flex;
    justify-content: space-between;
}

.todo-card-head .todo-card-icon{
    margin-left: 0;
    color: #72b5bb;
}

.todo-card-title h4{
    font-size: 1rem;
    font-weight: bold;
    margin: 5px 0;
}

.todo-card-head .todo-card-date{
    margin-right: 0;
    color: #898989;
    font-size: 10px;
}

.todo-card-btns{
    margin-top: 20px;
}

.todo-card-btns button, .todo-card-btns .button{
    width: 100%;
    border: none;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}

.todo-card-btns button:hover, .todo-card-btns .button:hover{
    cursor: pointer;
}

.todo-card-btns button:first-child, .todo-card-btns .button:first-child{
    background-color: #944e71;
    color: #fff;
}

.todo-card-btns button:nth-of-type(2), .todo-card-btns .button:nth-of-type(2){
    background-color: #fff;
    color: #944e71;
    border: 1px solid #944e71;
}

.todo-card-btns button.dismiss__button, .todo-card-btns .button.dismiss__button {
    border: none;
    background: transparent;
    color: #944e71;
}

/* End Todo Page Styles */

@media screen and (max-width: 360px){
    #make-payment .payment-title .tooltip-content {
        transform: translateX(50%);
        width: 300px;
    }
}

#make-payment .payment-title .tooltip-content p {
    margin: 10px 0;
}

#make-payment .payment-title .tooltip-content p:first-child {
    margin-top: 0;
}

#make-payment .payment-title .tooltip-content p:last-child {
    margin-bottom: 0;
}



#make-payment .payment-title .tooltip-trigger:hover + .tooltip-content {
    display: block;
}

.payment-review.transaction .form-row  .value {
    flex: 2;
}

.floorplan-unavailable div {
    text-align: center;
    margin-bottom: 20px;
}

.venue-table {
    table-layout: fixed;
}

.venue-table, .service-table {
    width: calc( 100% - 20px );
}
.planning-progress-card {
    box-shadow: 0 0 5px #a1a1a1;
    border-radius: 10px;
    padding: 1rem;
    margin: 1.5rem auto 0;
    max-width: 800px;
    text-align: center;
}
.planning-progress-title{
    margin: 0 0 1rem;
    text-align: center;
}

.planning-progress-title.planning-progress-incomplete-text {
    margin-bottom: 0.5rem;
}

.incompleted-steps li {
    line-height: 1.5;
    display: inline-block;
    margin: 0 0.25rem;
}

.incompleted-steps li:before{
    content: "•";
    margin-right: 0.5rem;
}

.planning-checkbox-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.progress-checkpoint {
    display: flex;
    align-items: center;
}
.checkpoint-title {
    font-size: 1rem;
}
.checkpoint-icon {
    font-size: 1.75rem;
}
.checkpoint-icon.check_box {
    color: #bba266;
}

.file-content .document-viewer {
    text-align: center;
}

.file-content .document-viewer iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.file-content .document-viewer .signature-area,
.file-content .document-viewer .comment-area,
.file-content .document-viewer .submit-area {
    display: none;
}

.file-content .document-viewer #deny-document:checked ~ .additional-info .comment-area,
.file-content .document-viewer #deny-document:checked ~ .additional-info .submit-area {
    display: block;
}

.file-content .document-viewer #approve-document:checked ~ .additional-info .signature-area,
.file-content .document-viewer #approve-document:checked ~ .additional-info .submit-area {
    display: block;
}

.file-content .document-viewer [contenteditable=true]:empty:before {
    content: attr(placeholder);
    pointer-events: none;
    display: block;/* For Firefox */
}

.file-content .document-viewer .comment-area {
    text-align: left;
    padding: 20px 10px;
}

.file-content .document-viewer .comment-area #comment-box {
    padding: 12px 15px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 251px;
    margin-top: 5px;
}

.file-content .document-viewer .additional-info {
    padding: 20px 0;
}

.file-content .document-viewer .additional-info h2 {
    margin: 1rem auto;
}

.file-content .document-viewer .additional-info p {
    font: 400 16px 'future-pt', sans-serif;
    margin: 15px 0;
}

.progress-bar-wrap {
    background: #eee;
    height: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 10px;
}

.progress-bar-wrap .progress-bar {
    background: #bba266;
    height: 100%;
    margin: 0;
    border-radius: 2px;
    transition: width 0.3s ease-in-out;
    box-shadow: inset 0 -3px 7px rgba(0, 0, 0, 0.1);
}

a.file-link {
    position: relative;
}

span.file-count {
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    background: red;
    font-size: 12px;
    padding: 2px 4px 2px;
    font-weight: 700;
    line-height: 1;
    border-radius: 11px;
    transform: translate(88%, -30%);
    text-align: center;
}

.permission-check-group {
    text-align: left;
    margin: 0 1rem 1rem;
}
.permission-check-group label {
    display: inline-block;
    margin-left: 1rem;
}

dialog.edit-guest-user {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem;
    border: none;
    border-radius: 5px;
}

dialog.edit-guest-user .dialog-header {
    position: relative;
    text-align: center;
}

dialog.edit-guest-user .dialog-header .close-dialog {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
}

dialog.edit-guest-user .dialog-header .dialog-title {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;

}

dialog.edit-guest-user .button-row {
    display: flex;
    gap: 1rem;
}

dialog.edit-guest-user .outline-button {
    font: 700 18px "Lato", sans-serif;
    color: #bba266;
    border: 1px solid;
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
    cursor: pointer;
}

.page-section {
    margin-bottom: 2rem;
}

@media screen and (max-width: 875px){
    .vendor-list .vendor-table,
    .user-list .user-table,
    .file-list .files-table {
        padding: 0;
    }

    .vendor-list .mobile-only,
    .user-list .mobile-only,
    .file-list .mobile-only {
        display: inline-block;
    }



    .vendor-list .list-row,
    .user-list .list-row,
    .file-list .list-row {
        display: block;
        padding: 10px 0;
        border: 1px solid #efefef;
        position: relative;
    }

    .vendor-list .list-row .row-item,
    .user-list .list-row .row-item,
    .file-list .list-row .row-item {
        display: block;
    }

    .vendor-list .list-row .row-item.actions,
    .user-list .list-row .row-item.actions{
        position: absolute;
        top: 0;
        right: 0;
    }

    .vendor-list .list-row.table-heading,
    .user-list .list-row.table-heading,
    .file-list .list-row.table-heading {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .header-wrap .menu {
        display: none;
    }
    #mobile-menu {
        display: block;
    }
    .display-mobile {
        display: block;
    }
    .site-header {
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .user-header, .header-info {
        display: none;
    }

    .map img {
        display: none;
    }

    .map iframe {
        position: static;
        min-height: 350px; ;
    }

    .vendors .new-vendor-form {
        padding: 20px 5%;
    }

    .payment {
        padding: 30px 5% 50px;
    }

    .popup-overlay {
        bottom: 0;
    }

    .no-scroll {
        /*overflow: auto;*/
        /*position: relative;*/
        /*height:auto;*/
    }

}

@media screen and (max-width: 680px) {
    .cordova.belltower .page-bg {
        background-image: none;
    }

    /* .cordova.belltower .page-content {
        margin-top: 48px;
    } */

    .cordova.belltower #mobile-menu {
        position: fixed;
        top: -2px;
    }

    .cordova.belltower #announcement-bar-down {
        top: 0px;
    }

    .cordova.belltower #announcement-bar-down.up {
        top: -40px;
    }

    .belltower .header-wrap {
        display: none;
    }

    .belltower.event-details #real-wedding {
        display: none;
    }

    .belltower.transaction .map-wrapper {
        display: none;
    }

    .forms-list, .cards-list {
        display: inline-block;
        margin: 0 auto;
        font: 400 18px "Lato", sans-serif;
        text-align: center;
    }

    .cards-list form.edit-card-link {
        display: inline-block;
        margin: 1rem auto;
        width: 100%;
    }
}



.app-ad {
    padding-top: 30px;
}

.app-ad .app-ad__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.app-ad.in-app .app-ad__title {
    gap: 5px;
}

.app-ad .app-ad__title * {
    margin: 0;
}

.app-ad .app-ad__title img {
    border: 1px solid;
    border-radius: 10px;
}

.app-ad .app-ad__title strong {
    font: 300 48px "Source Sans Pro", sans-serif;
}

.app-ad.in-app .app-ad__title strong{
    font-size: 30px
}

.app-ad.in-app a {
    font-size: 24px;
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background-color: #cc2127;
    border-color: #cc2127;
    padding: 10px 20px;
}

.app-ad p {
    margin: 10px auto;
    font: 300 18px "Lato", sans-serif;
    color: #343434;
    max-width: 700px;
}

.app-ad .app-ad__store-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.app-ad .app-ad__store-links * {
    margin: 0;
}

.app-ad .app-ad__store-links img {
    max-height: 50px;
}

.event-icon {
    border-radius: 50%;
    padding: 1.5rem;
    background-color: #ffffff;
    transition: filter 0.1s ease-in;
}

.event-icon.selected {
    background-color: #eac53a;
}

.event-icon.loading {
    filter: blur(5px);
}

.event-icon img {
    width: 120px;
    height: auto;
}

.myConfetti {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 99999999;
    pointer-events: none;
    max-width: 800px;
    margin: auto;
    right: 0;
    bottom: 0;
}
.confetti-cannon, .button-close-pop, .button-tour-pop {
    background: #944e71;
    padding: 1rem;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin: 1rem 0;
}

.confetti-cannon:hover, .button-close-pop:hover, .button-tour-pop:hover {
    color: #fff;
    opacity: 0.9;;
}

#pop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

div#completeTodoPop {
    position: absolute;
    top: 10%;
    margin: auto;
    width: 90%;
    max-width: 600px;
    background: #73b6bb;
    left: 0;
    right: 0;
    padding: 5rem 2rem;
    border-radius: 15px;
    text-align: center;
    color: #ffffff;
}
span#completed-todo-icon {
    font-size: 10rem;
    margin: 0 auto 2rem;
}

#completeTodoPop h3 {
    font-size: 5rem;
    margin: 0 auto 2rem;
    font-weight: 500;
    text-transform: capitalize;
}

#completeTodoPop p {
    font-size: 2rem;
    margin: 0 auto 2rem;
}

.flex-2-column {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
