.title, body {
    font-family: "Nunito" !important;
}

.container {
    max-width: 1000px !important;
}

/*.title {*/
/*    font-family: "Proxima Nova Rg" !important;*/
/*}*/

.opacity-80 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #00000080;
}

h1 {
    letter-spacing: 1px;
}

.media-icon {
    margin: auto 1rem auto 0;
}

.bb-1 {
    border-bottom: 1px solid #ededed;
}

.bt-1 {
    border-top: 1px solid #ededed;
}

div.section.is-fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5rem;
    background-color: #FFFFFF;
    z-index: 9;
    font-size: 1rem;
}

.user-media-list .media-content span {
    font-weight: 400;
}

.user-media-list li:hover {
    cursor: pointer;
}

.user-media-list li {
    padding: .75rem 0;
    margin: 0;
}

.user-media-list .media-content {
    overflow-x: hidden;
    overflow-y: hidden;
}

ul.user-media-list li:hover {
    background-color: rgba(0,0,0,.05);
    border-radius: 10px;
    border: none;
}

ul.user-media-list li figure i {
    color: #444;
}

.svelte-tabs__tab-panel div:not(:first-child) h2 {
    margin-top: 4rem;
}


h2 {
    text-align: left !important;
    border-radius: 2rem;
}

div.section:not(#confirmation-step) .user-media-list li:not(:first-child) {
    border-top: 1px solid #ededed;
}

.color-gold {
    color: gold;
}

.is-absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 0;
}

.right-0 {
    right: 0;
}

.grid-system .columns .column p {
    color: black;
    text-align: left;
}

.navigation-tabs.simple-tabs .svelte-tabs ul li.svelte-tabs__tab {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
}

.navigation-tabs.simple-tabs .svelte-tabs ul li.svelte-tabs__tab:hover {
    border-bottom: 1px solid black;
}

.svelte-tabs ul {
    border-bottom-width: 2px;
}

.navigation-tabs.simple-tabs .svelte-tabs ul li.is-active {
    border-bottom: 2px solid black;
}

.navigation-tabs .navtab-content ul li:hover {
    /*background: #00000010;*/
    cursor: pointer;
    /*border-radius: 10px;*/
}

.navigation-tabs .navtab-content > div:not(:first-child) {
    margin-top: 3rem;
}

.image.is-36x36 {
    width: 36px;
    height: 36px;
}

.is-checkradio[type=radio].is-large+label::after,
.is-checkradio[type=radio].is-large+label::before,
.is-checkradio[type=radio].is-large+label:after,
.is-checkradio[type=radio].is-large+label:before,
.is-checkradio[type=checkbox].is-large+label::before,
.is-checkradio[type=checkbox].is-large+label:before {
    /*width: 2rem;*/
    /*height: 2rem;*/
    border-radius: 2rem !important;
}

.is-checkradio[type=radio]+label::after,
.is-checkradio[type=radio]+label:after {
    background: #A9ABAC;
}

.is-checkradio[type=checkbox]+label::before,
.is-checkradio[type=checkbox]+label:before,
.is-checkradio[type=radio]+label::before,
.is-checkradio[type=radio]+label:before {
    border: .2rem solid #dbdbdb;
}

.is-checkradio[type=checkbox]+label::after, .is-checkradio[type=checkbox]+label:after {
    border-width: .3rem;
}

.is-checkradio[type=checkbox].is-large+label::after, .is-checkradio[type=checkbox].is-large+label:after {
    width: .6rem;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.55)!important;
}

.is-fullwidth {
    display: block !important;
    width: 100% !important;
    text-align: center !important
}

#main-details {
    max-width: 80%;
}

header {
    max-width: 1000px;
}

@media screen and (max-width: 650px) {
    .opacity-80 #main-details {
        top: 4rem;
        max-width: 100%;
    }

    .opacity-80 > div:last-child {
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .shadoww {
        box-shadow: none;
    }

    html {
        background: #FFFFFF !important;
    }

    .user-media-list li:hover {
        border-radius: 0;
    }
}

.component-block {
    width: 100% !important;
    max-width: 900px;
}

@media only screen and (min-width: 1024px) {
    html {
        background: #ffffff;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .shadoww {
        box-shadow: none;
    }

    html {
        background: #ffffff;
    }
}


@keyframes high {
    0% {
        background: transparent;
    }
    30% {
        background: yellow
    }
    100% {
        background: transparent;
    }
}

@keyframes toGrey {
    0% {
        background: transparent;
    }
    100% {
        background: #0000000d;
    }
}

.high {
    animation: high .5s;
    border-radius: 5px;
}

#services {
    margin-top: 1rem;
}

#services li:hover {
    animation: toGrey .5s;
}

header > .container {
    height: 300px;
    transition: .5s;
}

.steps-wrapper {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.steps-wrapper .media-content {
    text-align: left;
}

.steps-wrapper .step-item {
    display: none;
}

div.container, header {
    max-width: 1000px !important;
}


@keyframes high {
    0% {
        background: transparent;
    }
    30% {
        background: yellow
    }
    100% {
        background: transparent;
    }
}

.high {
    animation: high .5s;
    border-radius: 5px;
}
header {
    position: relative !important;
    top: 0;
    z-index: 100;
    width: 100%;
    max-width: 1000px;
    height: 300px;
    transition: .25s;
}

header h1 {
    text-align: center !important;
}

#services {
    margin-top: 1rem;
}

header > .container {
    height: 300px;
    transition: .5s;
}

#header-icons {
    max-width: 1000px;
    margin: auto;
}

.steps-wrapper .media-content {
    text-align: left;
}

.steps-wrapper .step-item {
    display: none;
}

@media screen and (max-width: 375px) {
    #availability-dates,
    div.control.has-icons-left .availability-wrapper.select.is-large + .icon,
    .time-buttons button
    {
        font-size: 1.25rem !important;
    }
}

.steps-wrapper {
    padding: 0;
    padding-left: .25rem;
    border: none;
    box-shadow: none;
}

.container {
    max-width: 100vw !important;
}

.container > .section {
    max-width: 1000px;
    margin: auto;
}

#icons > i:hover {
    cursor: pointer;
}

.time-buttons button {
    margin: .5rem;
    height: 4rem;
    font-size: 1.5rem;
    width: 10rem;
}

#services .steps-wrapper {
    margin-top: 4rem;
    background: transparent;
}

.steps .steps-content {
    margin-top: 1.5rem;
}

.steps-wrapper .steps .steps-content {
    padding-bottom: 1rem;
}

#nprogress .bar {
    height: 8px !important;
    top: 56px !important;
    z-index: 1031 !important;
}


#nprogress .spinner {
    top: 5rem !important;
}

#nprogress .spinner-icon {
    width: 2rem !important;
    height: 2rem !important;
}

#nprogress .peg {
    height: 0 !important;
}

.info-block {
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.2) !important;
    max-width: 100vw;
}

.raised-red {
    box-shadow: 0px 5px 25px 0px rgba(255,0,0,0.2) !important;
}

.m-auto {
    margin: auto;
}

header::after {
    box-shadow: #cccccc 0rem 1rem 1rem 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/**
* CATEGORIES COMPONENT
*/
#categories-component .message {
    background: transparent;
}

#categories-component div.column div:not(:first-child) {
    margin-top: 2rem
}

#categories-component div.media figure.media-icon {
    width: 10% !important;
    max-width: 10% !important;
}

#categories-component div.media div.media-content {
    width: 90% !important;
    max-width: 90% !important;
}

/* COOKIE HUB */
.ch2-style-compact .ch2-dialog-content p {
    font-size: 1rem !important;
}

.ch2-learn-more {
    font-size: 1rem !important;
}

.ch2-btn.ch2-allow-all-btn.ch2-btn-primary {
    border-radius: 10rem !important;
    font-size: 1rem;
    height: 2rem;
    width: 85%;
}

div.ch2-dialog.ch2-dialog-center.ch2-visible {
    border-radius: 1rem !important;
}

.ch2-btn.ch2-open-settings-btn.ch2-btn-secondary {
    display: none !important;
    width: .1px;
}

div.ch2-dialog-actions {
    text-align: center !important;
}

div.ch2-dialog {
    text-align: center !important;
}
