h3 {
    color: #22606C;
}

html, body, .is-fullheight {
    min-height: 100vh;
}

.standalone-logo {
    position: absolute;
    left: 1rem;
    top: 2rem;
}

.greyed-out {
    background-color: #F6FBFD;
}

.button.is-primary {
    background: #FC5549;
    background: linear-gradient(65deg, #d5483e 0, #ff6d66 100%);

    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.button.is-primary:hover {
    background: #FC5549;
    background: linear-gradient(65deg, #bd4239 0, #ff6d66 100%)
}

.button {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 2px;
    padding: 14px 56px;
    height: 42px;

    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

#standalone-auth-form {
    background-color: #fff;
    box-shadow: rgba(114, 182, 234, 0.2) 1px 0 30px;
    border-radius: 8px;
    padding: 2em 1.5em;
    max-width: 26rem;
    width: 90%;
    margin: 0 auto;
    display: block;
}

#standalone-auth-form input {
    margin: 0 auto;
    display: block;
    width: 100%;
}

#standalone-auth-form .button {
    margin: 0 auto;
    display: block;
    width: 100%;
}

#standalone-auth-form a {
    margin-top: 20px;
    display: block;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='number'] {
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #caeaf6;
    color: rgba(32, 78, 87, 0.9);
    box-shadow: none;
    background-color: #fff;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 7px;
    box-sizing: border-box;
    -webkit-appearance: none;
    height: auto;
    display: inline-block;
    -webkit-transition: color .15s ease-out, opacity .15s ease-out;
    transition: color .15s ease-out, opacity .15s ease-out;
}

select {
    font-size: 1rem;
    padding: 7px;
    border: 1px solid #caeaf6;
    color: rgba(32, 78, 87, 0.9);
    box-shadow: none;
    background-color: #fff;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 7px;
    box-sizing: border-box;
    height: 40px;
    display: inline-block;
}

.slogan {
    font-size: 1.2rem;
}

.slogan p {
    margin: 12px 0 3px 0;
}

.onboarding-task {
    background-color: #fff;
    box-shadow: rgba(114, 182, 234, 0.2) 1px 0 30px;
    border-radius: 8px;
    padding: 2em 1.5em;
    max-width: 768px;
    width: 90%;
    margin: 0 auto;
    display: block;
}

#entity-form label {
    display: block;
    font-weight: bold;
    font-size: 0.8rem;
    color: #5a5a5a;
    margin-bottom: 3px;
}

#entity-form input,
#entity-form select {
    width: 90%;
    max-width: 280px;
}

.main-content .sidebar {
    padding: 30px 50px 50px 50px;
    background-color: white;
}

.main-content .select {
    margin-bottom: 30px;
}

.empty-adspot-state {
    text-align: center;
    width: 100%;
    height: 100%;
}

.empty-adspot-state img {
    width: 80%;
    max-width: 450px;
}

.spaces-content {
    width: 95%;
    margin: 20px auto;
}

.spaces-content .spaces-form {
    margin: 15px auto;
}

.spaces-content .spaces-form label {
    font-weight: bold;
}

.spaces-content .spaces-form input[type='radio'] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.spaces-content .spaces-form ul {
    width: 90%;
    max-width: 1000px;
    display: table;
    margin: 0px auto 30px;
}

.spaces-content .spaces-form ul li {
    list-style: none;
    vertical-align: middle;
    display: table-cell;
    width: 19%;
    padding: 0px 1% 10px 1%;
}

.spaces-content .spaces-form ul label {
    cursor: pointer;
    color: #303030;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease-out;
    width: 100%;
    display: block;
    font-weight: normal;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 3px solid transparent;
    height: 190px;
}

.spaces-content .spaces-form ul label:hover {
    background-color: #f8f8f8;
}

.spaces-content .spaces-form input[type="radio"]:checked + label {
    background-color: #ecfff4;
    border: 3px solid #00B24A;
}

.spaces-content .spaces-form label small {
    font-weight: normal;
}

.spaces-content .spaces-form p.spaced {
    margin-top: 10px;
    margin-bottom: 10px;
}

.spaces-content .spaces-form p.form-delimiter {
    display: block;
    height: 32px;
}

.spaces-content .spaces-form input[type='text'],
.spaces-content .spaces-form input[type='number'] {
    max-width: 500px;
    width: 100%;
    height: 42px;
}

.spaces-content .spaces-form input[type='number'] {
    max-width: 250px;
    margin-left: 250px;
    width: 100%;

}

.space-card {
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 7px;
    border: 0;
}

.space-card h3 {
    margin-bottom: 0.3rem;
}

.message.is-success {
    background-color: #d8fbe5;
}

@media screen and (max-width: 1087px) {
    .navbar-menu {
        box-shadow: none;
    }

    .spaces-content .spaces-form ul li {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .standalone-logo {
        display: none;
    }
}

.marketplace-link {
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    padding: 25px 30px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
    transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    height: 100%;
}

.marketplace-link:hover {
    transform: translateY(-2px);
    -webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
    text-decoration: none;
}

.marketplace-listing-logo {
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-top: -45px;
    margin-bottom: 20px;
}

.marketplace-name-line {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #32325d;
    font-weight: 500;
}

.marketplace-tag-line {
    font-size: 17px;
    line-height: 26px;
    color: #6b7c93;
    font-weight: 400;
}

.market-listing {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
    transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.market-listing:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.listing-title {
    color: #32325d;
}

.listing-category {
    color: #32325d;
    font-size: 16px;
}

.listing-slogan {
    color: #6b7c93;
    font-size: 16px;
    padding-top: 3px;
}

.input.small-rounded {
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 0.75rem;
}

.topic-title {
    display: block;
    margin-top: 12px;
    color: #32325d;
}

.topic-tag {
    display: block;
    font-size: 0.75rem;
    color: #6b7c93;
    font-weight: lighter;
    margin-top: 1px;
}

.topic-tag.is-active {
    color: #32325d;
}

.site-header {
    position: relative;
    background-color: white;
}

.header-illustration {
    position: absolute;
    top: -140px;
    right: -150px;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline;
    padding: 4px;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

ul.share-buttons img {
    width: 32px;
    border-radius: 5px;
}