/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.1.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* 0-767 = mobile */
/* 768-980 = tablet */
/* 981-... = desktop */

#rsvp_form {
    margin-top: 2em;
}

#rsvp_table .rsvp_row > * {
    padding: 4px 32px;
}

#rsvp_table .rsvp_row > .name {
    font-weight: bold;
}

#rsvp_table label {
    display: block;
    text-align: center;
    font-weight: 500;
}

#rsvp_table .rsvp_row select {
    max-width: 100%;
    border-radius: 8px;
    background: #eee;
}

#rsvp_table .rsvp_row select[disabled] {
    background-color: #ccc;
    opacity: 0.5;
}

#rsvp_form .message,
#rsvp_do_form .message {
    font-weight: bold;
    border-top: 3px solid black !important;
    border-bottom: 3px solid black !important;
    border-color: #39a9ed !important;
    padding: 16px 0;
    margin-bottom: 56px;
    font-size: 24px;
    line-height: 24px;
}

#rsvp_do_form .message a {
    color: #39a9ed;
    border: 0!important;
}

@media (max-width: 988px) {
    #rsvp_table .rsvp_row {
        border-bottom: 1px solid #ccc;
        padding: 32px 0;
    }
    #rsvp_table .rsvp_row:first-child {
        padding-top: 0;
    }
    #rsvp_table .rsvp_row select {
        text-align: center;
    }

    #rsvp_form .message,
    #rsvp_do_form .message {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (min-width: 981px) {
    #rsvp_table {
        display: table;
        width: 100%;
    }
    #rsvp_table label {
        display: none;
    }
    #rsvp_table .rsvp_row {
        display: table-row;
    }
    #rsvp_table .rsvp_row select {
        width: 100%;
    }
    #rsvp_table .rsvp_row > * {
        display: table-cell;
        width: 60%;
        text-align: left;
        border-bottom: 1px solid #ccc;
        padding: 16px 32px;
    }
    #rsvp_table .rsvp_row:last-child > * {
        border-bottom: 0;
    }
    #rsvp_table .rsvp_row > .name {
        width: 20%;
    }
    #rsvp_table .rsvp_row > .presence {
        width: 20%;
    }
}

#rsvp_code {
    display: block;
    font-size: 200%;
    padding: 16px 32px;
    border-radius: 16px;
    width: 10em;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

#rsvp_form input[type=submit],
#rsvp_do_form input[type=submit] {
    margin-top: 32px;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    color: #fff;
    background: #39a9ed;
    border-radius: 16px;
    font-size: 120%;
    padding: 8px 16px;
    cursor: pointer;
}


#main-footer .container {
    display: none;
}

#footer-info {
    display: none;
}

#et_top_search {
    /*display: none;*/
}

body.search .post-meta {
    display: none!important;
}

.white-links a {
    color: #fff!important;
}

small {
    font-size: 80%;
}

.force_hide {
    display: none!important;
}

a[href^="tel:"],
.et_pb_blurb_1.et_pb_blurb .et_pb_blurb_description a[href^="tel:"] {
    color: white!important;
}

a.special {
    color: rgb(51,51,51);
    border-bottom: 1px dotted rgb(51,51,51);
}

a.special:hover {
    border-color: #39a9ed;
    color: #39a9ed;
    border-width: 1px;
}

/* PHOTOS */

ul.photos {
    list-style: none!important;
    padding: 0;
}
ul.photos li {
    padding: 0;
    margin-bottom: 32px;
    text-align: left;
}
ul.photos li::before {
    display: none;
}
ul.photos h3 {
    font-size: 12px;
    color: #333;
}
ul.photos img {
    width: 100%;
    max-width: 100%;
    height: auto;
}