.container.size-limited {
    max-width: 100%;
}

.btn-improve-recommendations {
    margin-top: 25px
}

.work-hours {
    margin-top: 15px;
}

.work-hours li span {
    text-align: center;
    width: 100px;
    display: inline-block;
}

.work-hours li b {
    width: 100px;
    display: inline-block;
}

.alert.bg--errors {
    background: #fce8e8;
    border-color: #e23636;
}


#main-image {
    max-height: 250px;
}

#gmb-review-date {
    margin-left: 10px;
}

#gmb-review-comment {
    margin-top: 10px;
}


.row div[class*='col-']:nth-child(1):nth-last-child(3) .feature.boxed, .row div[class*='col-']:nth-child(2):nth-last-child(2) .feature.boxed, .row div[class*='col-']:nth-child(3):last-child .feature.boxed {
    margin-bottom: 30px;
}

/* world cloud */
.wordcloud {
    height: 500px;
    page-break-after: always;
    page-break-inside: avoid;
    position: relative;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 6px;
}


/* tabs */
#report-form .nav-tabs > li {
    width: 140px;
    display: inline-block;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    user-select: none;
}

#report-form .nav.nav-tabs {
    text-align: center;
    display: inline-block;
    margin-left: 0;
    margin-bottom: -19px;
    border: none;
    width: calc(480px + -150px);
}

@media (max-width: 768px) {
    #report-form .nav.nav-tabs {
        width: auto;
        margin-bottom: -16px;
    }

}

#report-form .nav.nav-tabs > li.active a {
    border-top: 3px solid var(--theme-color);
}

#report-form .tab-content {
    border: none;
}

#report-form .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 0;
    font-weight: 600;

}

#report-form .nav-tabs > li:not(.active) {
    opacity: 0.5;
}

#report-form .nav-tabs > li:not(.active) a:hover {
    background-color: transparent;
}

#report-form .nav-tabs > li:not(.active) a {
    color: #252525;
    border: none;
    border-top: 3px solid transparent;

}

#report-form .nav-tabs > li.active > a, #report-form .nav-tabs > li.active > a:hover, #report-form .nav-tabs > li.active > a:focus {
    color: var(--theme-color);
}


@media (min-width: 768px) {
    #report-form .nav > li > a {
        padding: 1.5px 10px;
        font-size: 13px;
    }
}

#report-form .nav > li > a {
    padding: 1px 10px;
    font-size: 15px;
}

.user-page #report-form .form-inline .form-control {
    width: 100%;
}

#report-form .tab-content {
    margin-bottom: 20px;
}


#report-form .select2 {
    cursor: pointer;
}

#report-form .select2-selection__arrow {
    display: none;
}

#report-form .select2 .select2-selection {
    height: 3em !important;
    line-height: 26px !important;
    cursor: pointer !important;
    text-align: left;
    color: #999;
    border: 1px solid #ececec !important;
    box-shadow: none !important;
    background-color: #fcfcfc !important;
}

#wrappers {
    position: relative;
    flex-grow: 1;
}

.audit-result-buttons {
    margin-bottom: 10px
}

.audit-result-buttons .button-icon {
    margin-bottom: 10px;
}


@media (max-width: 1600px) {
    .audit-result-buttons .button-icon2 {
        float: left;
        margin-right: 20px;
    }

    .audit-result-buttons .button-icon3 {
        float: left;
    }
}

@media (min-width: 1600px) {
    .audit-result-buttons {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .audit-result-buttons .button-icon {
        flex: 1;
    }

    .audit-result-buttons .button-icon1 {
        text-align: left;
    }

    .audit-result-buttons .button-icon2 {
        text-align: center;
    }

    .audit-result-buttons .button-icon3 {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .audit-result-buttons .button-icon {
        text-align: center !important;
        margin-right: 0;
        float: none;
        margin-top: 20px;
    }
}


.audit-result-buttons a.btn.btn--icon {
    padding: 0.11em 0.5em 0.232em 3.5em;
}

.audit-result-buttons a.btn {
    height: 2.3em;
}

.audit-result-buttons .btn--icon i {
    line-height: 2.1em;
}

.keyword-name {
    margin-bottom: 20px;
    font-size: 18px;
}

.keyword-name a {
    text-decoration: underline;
    font-weight: normal;
}

.keyword-name span {
    color: red;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    margin-left: 2px;
    margin-top: -2px;
    visibility: hidden;
}


.youtube-audit-header h3 {
    margin-bottom: 15px;
}

.modal-dialog .btn.btn-default {
    background-color: #c82333;
}

.modal-dialog .btn-default span {
    color: white;
}

.feature.boxed {
    width: 100%;
}


.field-gmbOwnerResponseFrequency .widget-bg-color-icon {
    display: none;
}

#report-form .btn--primary:hover {
    background-color: #ffbd4a;
}

/* guest */
#report-form .btn--warning {
    background-color: #ffbd4a;
    color: white;
    text-transform: uppercase;
    margin-left: 5px;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 0;
    border: none;
    vertical-align: top;
    display: inline-block;
    margin-top: 2px !important;
}

#report-form .btn--warning:hover {
    border-color: transparent;
}

.background-top {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#wrappers div[class*='col-'] > div[class*='col-']:last-child {
    padding-right: inherit;
}

#wrappers div[class*='col-'] > div[class*='col-']:first-child {
    padding-left: inherit;
}


.guest-page #location {
    min-width: 500px;
    font-size: 14px;
    width: 100%;
}

.user-page #location, .user-page #location_id {
    font-size: 14px;
    color: gray;
    padding-left: 10px;
    width: 100%;
}

@media (max-width: 768px) {
    .guest-page #location {
        min-width: auto !important;
    }

    #report-form .field-location_id {
        margin-right: 10px;
    }
}


#gmb-post-date {
    color: #c0c0c0;
}


#recommendation .feature.boxed p {
    min-height: 14px;
}

@media (max-width: 1200px) {
    #recommendation .feature.boxed {
        min-height: auto;
    }
}

#results .d-inline-block {
    padding-top: 3px;
}

.answer.field-value .append {
    margin-top: 15px;
}

.submit-audit.btn--primary {
    background-color: #ffbd4a;
}


.submit-audit.no-active {
    cursor: not-allowed;
}

.widget-bg-color-icon {
    position: absolute;
    right: 20px;
}

.js-recommendation-container {
    display: flex;
    flex-wrap: wrap;
}

#gmb-post-comment {
    margin-top: 10px;
}

.guest-page #location {
    font-size: 16px;
    height: 45px;
}

#report-form .submit-audit {
    height: 42px;
    vertical-align: top;
}

.guest-page #report-form .submit-audit{
    height: 45px;
}

.switchable .row > div img.main {
    box-shadow: 2px 0 5px grey;
    border-radius: 5px;
}

#wrappers h1 {
    margin-top: 30px;
}

#reviews .boxed, #posts .boxed {
    margin-bottom: 0 !important;
    margin-top: 30px;
}

#reviews h3, #posts h3 {
    margin-bottom: calc(1.04em - 30px);
}

.tab-recommendations {
    margin-top: 60px !important;
}


#results h3 {
    margin-bottom: 15px;
}


#location + #w0 {
    display: none;
}


.guest-page > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#report-form .row {
    margin-left: 0;
    margin-right: 0;
}

#report-form .tab-content {
    padding-left: 0;
    padding-right: 0;
}

#report-form .loader-spinner {
    margin-top: 1px;
}
