/*
 Theme Name: Silence Child
 Template: silence
*/

.meta-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.meta-box .meta-box-key {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.meta-box .meta-box-value {
    margin: 0;
}

.page-nav-item {
    font-size: 3rem;
    font-weight: 700;
    color: black;
    opacity: .4;
    margin: 0;

    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
}

.page-nav-item:hover {
    opacity: .7;
    color: black;
    text-decoration: none;
}

.page-nav-item.active {
    text-decoration: none;
    opacity: 1;
}

.section {
    padding: 45px 0;
} 

.section.section-sm {
    padding: 15px 0;
}

.section .section-title {
    margin-bottom: 30px;
    font-weight: 700;
}

.rating-box {
    text-align: center;
    border: 1px solid #f0f1f2;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #f8f9fa;
    display: block;

    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
}

.rating-box:hover {
    text-decoration: none;
    background-color: #f0f1f2;
}

.rating-box .rating-box-key {
    margin: 0;
    font-size: 1rem;
    color: gray;
}

.rating-box .rating-box-value {
    margin-bottom: 8px;
}

.rating-box .rating-box-value {
    font-size: 2rem;
    font-weight: 700;
}

strong {
    font-weight: 700;
}

.loading-box {
    display: block;
    margin: 0;
    padding: 45px 15px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
}

.loading-box .loading-box-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

a[class*="carousel-control-"] {
    background-color: rgba(0,0,0,.1);
    width: 8%;
}

@media (min-width: 992px) {
    .rating-box {
        margin-bottom: 0;
        height: 100%;
    }
}

.checkbox-mock {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border: 1px solid #cccccc;
    border-radius: 1px;
}