﻿﻿body {
    font-family: 'Open Sans', sans-serif;
}
.container-fluid {
    padding: 0;
}

.public-header-top-border {
    width: 100%;
    height: 70px;
}

.public-header {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 50px 25px;
    display: flex;
    font-family: 'Open Sans', sans-serif;
}

.public-header.StoreHeader {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 50px 5px;
    display: flex;
    font-family: 'Open Sans', sans-serif;
}

.public-header .left-container {
    border-right: 1px solid #d4d4d4;
    padding: 0 20px;
}

.public-header .right-container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.public-header .page-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
}

.public-header .mobile-page-title {
    display: none;
}

.share-icon {
    font-size: 22px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
}

.left-container .public-description {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.right-container .tenant-logo {
    text-align: center;
    flex-grow: 2;
}

.right-container .tenant-logo img {
    width: auto;
    max-height: 300px;
    max-width: 300px;
    margin-bottom: 10px;
}


.page-section {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}

.page-section .section-header {
    display: inline-block;
    font-size: 24px;
}

.page-section .btn-edit-section {
    height: 34px;
    margin-top: 4px;
}

.page-section .edit-details .continue-button {
    margin-top: 20px;
}

.page-section .edit-details .panel {
    padding: 15px 20px;
    margin-top: 20px;
}

/*Style form see more*/
.RegistrationHeader.teaser-required.teaser-applied .teaser {
    max-height: 340px;
    overflow: hidden;
    position: relative;
}

.RegistrationHeader.teaser-required .desciption-teaser-wrapper {
    position: relative;
    padding-bottom: 25px;
}

.RegistrationHeader.teaser-required {
    align-items: initial;
}

.RegistrationHeader.teaser-required.teaser-applied .teaser:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,0));
}

.RegistrationHeader.teaser-required .see-more-toggle {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.RegistrationHeader .see-more-toggle,
.RegistrationHeader.teaser-required.teaser-applied .see-less-link,
.RegistrationHeader.teaser-required .see-more-link {
    display: none;
}

.RegistrationHeader.teaser-required .see-less-link,
.RegistrationHeader.teaser-required.teaser-applied .see-more-link {
    display: inline;
}

.RegistrationHeader .see-more-toggle:hover {
    text-decoration: underline;
    cursor: pointer;
}

.StoreHeader.teaser-required.teaser-applied .teaser {
    max-height: 125px;
    overflow: hidden;
    position: relative;
}

.StoreHeader.teaser-required .desciption-teaser-wrapper {
    position: relative;
    padding-bottom: 25px;
}

.StoreHeader.teaser-required {
    align-items: initial;
}

    .StoreHeader.teaser-required.teaser-applied .teaser:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 75px;
        background: linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,0));
    }

    .StoreHeader.teaser-required .see-more-toggle {
        position: absolute;
        bottom: 0px;
        left: 0px;
        font-size: 18px;
        display: block;
        font-weight: bold;
    }

    .StoreHeader .see-more-toggle,
    .StoreHeader.teaser-required.teaser-applied .see-less-link,
    .StoreHeader.teaser-required .see-more-link {
        display: none;
    }

    .StoreHeader.teaser-required .see-less-link,
    .StoreHeader.teaser-required.teaser-applied .see-more-link {
        display: inline;
    }

.StoreHeader .see-more-toggle:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 768px) {
    /* For mobile phones: */
    .public-header {
        flex-wrap: wrap-reverse;
        padding: 25px 30px;
    }

    .public-header .right-container {
        padding: 0 0 15px 0;
        width: 100%;
    }

    .public-header .right-container .campaign-goal {
        margin: 0 20px;
    }

    .public-header .left-container {
        border-top: 1px solid #d4d4d4;
        padding: 20px 0;
        border-right: none;
    }
    .public-header .page-title {
        display: none;
    }
    .public-header .mobile-page-title {
        display: block;
    }
        

}