
html {
    margin-top: 0 !important;
}

html body img:hover { /* Im getting rid of all the weird animations */
    opacity: 1;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transform: scale(1);
}

.site-container {
    background-color: #FBFBFB;
}

html body .hero-section-custom {
    display: flex;
    align-items: center;
    min-height: 740px;
    background-image: url(/wp-content/uploads/Rectangle-19453-1-1.jpg) !important;
    background-size: cover;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.hero-section-custom h1 {
    margin-top: 320px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Ubuntu", Sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 65px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    height: 100%;
    padding: 0% 0% 0% 0%;
}

.content-area {
    background-color: #FFFFFF !important;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.fh-header {
    margin-top: 70px;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: white;
}

.fh-header img {
    width: 350px;
    height: auto;
}

.place-info {
    display: flex;
    flex-direction: column;
    margin-left: 32px !important;
}

.address-wrapper {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-align: left;
}

.place-info h2 {
    font-family: Ubuntu;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #5D5D5D;
    margin-bottom: 0;
}

.section-header {
    /*margin-top: 64px;*/
    background-color: #7BBCD0;
    height: 107px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-header h2 {
    color: #3F6B73;
    font-family: Ubuntu;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.02em;
    vertical-align: middle;
    text-align: center;
    margin: 0;
}

.content-section {
    background-color: #FFFFFF;
    padding: 15px 60px 40px 60px;
}

#cremation-table .content-section,
#burial-table .content-section {
    padding: 15px 20px 40px 20px;
}

.buttons-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #FFFFFF;
}

.buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.switch-button {
    margin: 0px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 140px;
    height: 52px;
    text-align: center;

    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.01em;
    text-align: center;

    background-color: #D1D1D1;
    color: #868686;
    transition: background-color 0.1s ease-in-out;
}

.switch-button.active {
    background-color: #8ECEE2;
    color: #3F6B73;
    transition: background-color 0.1s ease-in-out;
}

.table-title-section h2 {
    font-family: Ubuntu;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
}

.table-title-section-aux {
    margin-top: 60px;
}

@media (width <= 1280px) {

    body .content-area, body #subtotal-section, body .buttons-container, body .content-section {
        max-width: 100%;
        padding: 15px 10px 40px 10px;
    }

    .table-contents,
    .services-table-wrapper-cremation,
    .services-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .table-contents table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .direction-col {
        display: flex;
        flex-direction: column;
    }

}

@media (width <= 600px) {

    html body .hero-section-custom {
        min-height: 940px;
    }

    .single-casket-container {
        width: 100%;
    }

    .fh-header {
        flex-direction: column;
    }

    .place-info {
        margin: 0 !important;
        padding: 16px;
    }

    .caskets-wrapper, .allowances-wrapper {
        display: flex;
        flex-direction: column !important;
        margin: 0 !important;
    }

    .single-casket-container {
        margin-left: 0;
        margin-right: 0;
    }
}


/* Table related styles */

html body td {
    padding: 8px;
}

.table-contents tr .table-service, .table-contents tr .table-service-cremation,
.table-service.second-row th {
    font-family: Ubuntu !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em !important;
    text-align: left;
    width: 420px !important;
}

.table-service.second-row th {
    text-align: center;
    font-weight: 600 !important;
}

table tr td .variable-col,
.table-value.variable-col,
.variable-col {
    text-align: left !important;
}

.table-contents td, .table-contents-cremation td {
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-align: left;
}

.table-value {
    text-align: right !important;
    width: 7.5%;
    padding: 8px 2px !important;
}

.bronze-header, .silver-header, .gold-header {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: center;
}

.bronze-header {
    color: #D36F0C;
}

.silver-header {
    color: #8B8B8B;
}

.gold-header {
    color: #DEAD10;
}

.included-tick {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
    height: auto;
}

.select-col-button, .select-casket-button, .select-allowance-button {
    /*width: 125px;*/
    width: 100%;
    font-size: 18px;
    color: #6EA6B6;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    border: 1px solid #6EA6B6;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out, opacity 0.125s ease-in-out;
    opacity: 1;
}

.select-col-button:hover, .select-casket-button:hover, .select-allowance-button:hover {
    opacity: 0.8;
    transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out, opacity 0.125s ease-in-out;
}

.select-allowance-button {
    margin-top: 16px;
}

.selected-button {
    background-color: #6EA6B6;
    color: white;
    transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out;
}

.select-casket-button {
    width: 100%;
}

html body td {
    transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out;
}

.highlighted-column {
    background-color: #f0feff;
    transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out;
}

/* CASKETS SECTION */
/* CASKETS SECTION */
/* CASKETS SECTION */

.caskets-wrapper, .allowances-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.single-casket-container {
    flex: 0 0 calc(33.333% - 16px);
    margin: 8px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
}

.casket-header-item, .allowance-header-item {
    width: 100%;
    font-family: Ubuntu;
    color: #5D5D5D;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
}

.casket-header-item.rental {
    margin-top: 60px;
}

.casket-image-wrapper {
    margin-top: 26px;
    margin-bottom: 26px;
    height: 160px;
    width: auto;
}

.casket-image-wrapper img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

.variable-field, .variable-additional-info-field {
    font-family: Ubuntu;
    color: #5D5D5D;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    min-height: 21px;
    letter-spacing: -0.01em;
    text-align: justified;
    margin-bottom: 8px;
}

.label-field, .color-field {
    font-family: Ubuntu;
    color: #5D5D5D;
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 16px;
}

.price-field {
    font-family: Ubuntu;
    color: #335C63;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

.casket-details input, .casket-details select {
    width: 100%;
    margin-bottom: 16px;
}

.selected-casket, .single-allowance-container.selected-allowance {
    background-color: #f0feff;
    border: 1px solid #6EA6B6;
    transition: background-color 0.125s ease-in-out, border 0.125s ease-in-out;
}

.single-allowance-container {
    flex: 0 0 calc(25% - 16px);
    margin: 8px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
}

/*************************************************/

.content-section.form-section {
    background-color: #FFFFFF;
    padding: 80px 150px 85px 150px;
}

.content-section.form-section .title-section h2 {
    font-family: Ubuntu;
    color: #5D5D5D;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 32px;
}

.flex-form.full-name, .flex-form.address, .flex-form.contact-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.input-wrapper {
    box-sizing: border-box;
}

.name-input, .address-input, .city-input {
    width: 100%;
    box-sizing: border-box;
}

.flex-form.full-name .input-wrapper {
    width: calc(33.333% - 10px);
}

.flex-form.address .input-wrapper:nth-child(1) {
    width: calc(66.666% - 4px);
}

.flex-form.address .input-wrapper:nth-child(2) {
    width: calc(33.333% - 10px);
}

html body input, html body select {
    background-color: #FFFFFF;
    width: 287px;
    height: 43px;
    padding: 12px 20px 12px 20px;
    border-radius: 5px;
    border: 1px solid #D1CECE;

    font-family: Ubuntu;
    color: #5D5D5D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
}

html body label {
    font-family: Ubuntu;
    font-size: 18px;
    color: #868686;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
}

.flex-form.contact-info .input-wrapper:nth-child(1) {
    width: calc(33.333% - 10px);
}

.flex-form.contact-info .input-wrapper:nth-child(2) {
    width: calc(33.333% - 10px);
}

.flex-form.contact-info .input-wrapper:nth-child(3) {
    width: calc(33.333% - 10px);
}

.state-select,
.zip-input,
.phone-input {
    width: 100%;
    box-sizing: border-box;
}

.buttons-container {
    text-align: right;
    margin-top: 20px;
    margin-right: -150px;
}

.buttons-container .download-button,
.buttons-container .continue-button {
    background: none;
    background-color: #FFFFFF;
    padding: 0px 18px !important;
    margin-left: 10px;
    margin-top: 100px;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #335C63;

    font-family: Ubuntu;
    color: #335C63;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 24px;
    text-align: left;

    opacity: 1;
    transition: opacity 0.125s ease-in-out;
}

.buttons-container .download-button:hover,
.buttons-container .continue-button:hover {
    opacity: 0.8;
    transition: opacity 0.125s ease-in-out;
}

.buttons-container .continue-button {
    color: #FFFFFF;
    background-color: #335C63;
}

#subtotal-section {
    margin-top: 80px;
    margin-bottom: 60px;
    color: black;
    font-weight: 500;
}

/* Borders for each package */
/* Borders for each package */
/* Borders for each package */
.bronze-left {
    border-left: 2px solid #D36F0C !important;
}

.bronze-right {
    border-right: 2px solid #D36F0C !important;
}

.bronze-bottom {
    border-bottom: 2px solid #D36F0C !important;
}

.bronze-top {
    border-top: 2px solid #D36F0C !important;
}

.silver-left {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 2px solid #8B8B8B !important;
}

.silver-right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 2px solid #8B8B8B !important;
}

.silver-bottom {
    border-bottom: 2px solid #8B8B8B !important;
}

.silver-top {
    border-top: 2px solid #8B8B8B !important;
}

.gold-left {
    border-left: 2px solid #DEAD10 !important;
}

.gold-right {
    border-right: 2px solid #DEAD10 !important;
}

.gold-bottom {
    border-bottom: 2px solid #DEAD10 !important;
}

.gold-top {
    border-top: 2px solid #DEAD10 !important;
}

.ucase-text {
    text-transform: uppercase;
}


.table-input {
    width: 90%;
    text-align: right;
    height: 2em;
    padding: 4px;
    font-size: 12px;
}

.empty-mandatory-field {
    border: 1px solid red;
}


@media (width <= 1024px) {
    .services-table-wrapper,
    .services-table-wrapper-cremation {
        overflow-x: auto !important;
    }
}

@media (width <= 600px) {
    .caskets-wrapper,
    .allowances-wrapper,
    .fh-header {
        flex-direction: column !important;
    }

    .place-info {
        padding: 20px 0 !important;
        margin: 0 !important;
    }

    body .buttons-container {
        text-align: center;
    }

    .buttons-container .download-button,
    .buttons-container .continue-button {
        width: 90%;
        margin: 12px 0;
        text-wrap: pretty;
        text-align: center;
    }
}

.status-circle {
    background: #fff;
    color: #fff;
    width: 1.5em !important;
    height: 1.5em !important;
    border-radius: 50%;
    border: solid 1px #5D5D5D
}

.status-circle[data-status="Pending"] {
    background-color: white;
}

.status-circle[data-status="Sent"] {
    background-color: tomato;
}

.status-circle[data-status="Partially"] {
    background-color: yellow;
}

.status-circle[data-status="Completed"] {
    background-color: greenyellow;
}
.table-input {
    width: 90%;
    text-align: right;
    height: 2em;
    padding: 4px;
    font-size: 12px;
}
.empty-mandatory-field {
    border: 1px solid red;
}

.content-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-header-section h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
}

.preselected-casket-list .casket-header-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preselected-casket-list .casket-item-body {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 16px;
}

.preselected-casket-list .casket-item-body .column-3 {
    width: 33.33%;
    padding: 5px;
}

.preselected-casket-list .casket-item-body .column-3.casket-property {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.preselected-casket-list .casket-item-body .column-2 {
    width: 50%;
    padding: 5px;
}

.preselected-urn-allowance-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preselected-urn-allowance-list .preselected-urn-allowance-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.preselected-urn-allowance-list .preselected-urn-allowance-list-header h2 {
    margin: 0;
}

.preselected-urn-allowance-list .preselected-urn-allowance-list-inner {
    width: 25%;
}
.display-options-button,
.display-options-button:hover,
.display-options-button:focus
{
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #335C63;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 24px;
}
.chevron-down {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    margin: 20px;
}
.chevron-up {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(-135deg);
    margin: 20px;
}
