/* #container > .wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
} */

#container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#container > .wrap {
    top: 0;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.content-section-container {
    display: flex;
    align-items: center;
    width: calc(100% - 10px);
    margin: 0 auto;
}
.content-section-text-column {
    flex: 1;
    padding: 20px;
}

.content-section-text-column > h3 {
    font-family: 'Courier New', Courier, monospace;
}

.content-section-text-column > p {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.content-section-image-column {
    flex: 1;
    padding: 20px;
    text-align: center;
}
.content-section-image-column img {
    max-width: 100%;
    height: auto;
}

#page-title {
    margin-top: 30px;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-size: 24px;
}
.page-description {
    line-height: 20px;
    text-align: justify;
}
.section-title {
    margin-bottom: 35px;
}
.section-description {
    text-align: justify;
}
#page-title::after,
.section-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    min-width: 108px;
    height: 1px;
    margin-top: 6px;
}
.section-title ~ .section-title {
    padding-top: 30px;
    color: rgba(213, 29, 50, 1);
    font-size: 25px;
    border-top: 1px solid #6E3E3E;
}
.section-title ~ .section-title::after {
    display: none;
}

.list {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.list > span {
    text-transform: capitalize;
}

.list.tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list.tiles > .row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}

.list.tiles > .row > .block {
    width: calc(50% - 20px);
    margin: 0;
    box-sizing: border-box;
}

.list.tiles > .row > .block.landscape {
    width: calc(50% - 20px);
}

.list.tiles > .row > .block > img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.list.tiles > .row > a.block > div.title > span {
    text-align-last: left;
    font-weight: bold;
}


.list.tiles-mobile {
    display: none;
}

.list.tiles > .row > a.block > div.title2 {
    text-align: left;
    background: #260000 0% 0% no-repeat padding-box;
    border: 1px solid #6E3E3E;
    border-radius: 10px;
    opacity: 1;
}

.list.tiles > .row > a.block > div.title2 > img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list.tiles > .row > a.block > div.title2:hover {
    color: #6E3E3E;
}
.list.tiles > .row > a.block > div.title2:hover .title2-img-title {
    color: white;
}

.list.tiles > .row > a.block > div.title2:hover .star-checked,
.list.tiles > .row > a.block > div.title2:hover .star-half-checked {
    color: #6E3E3E;
}

.list.tiles > .row > a.block > div.title2:hover .star-unchecked {
    color: #856262;
}
.title2-img-title {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 90%;
    text-align: center;
    font-size: 12px;
}
.list.tiles > .row > a.block > div.title2 > div.title2-wrap {
    padding: 10px;
}

.list.tiles > .row > a.block > div.title2 > div.title2-wrap > span {
    font-weight: bold;
}

.list.tiles > .row > a.block > div.title2 > div.title2-wrap > .rating {
    padding-top: 5px;
    display: flex;
    align-items: center;
}
.list.tiles > .row > a.block > div.title2 > div.title2-wrap > .rating div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 5px;
}
.rating-text {
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
}
.voter-count-text {
    font-size: 14px;
}

/* .list.tiles > a.block, */
.list.text-links > a.block {
    width: 185px;
}
.list.text-links a.block > div.title {
    max-height: none;
    overflow: unset;
}
.list.tiles > a.block > img {
    height: 265px;
}
/* .list.tiles > a.block.landscape {
    width: 190px;
}
.list.tiles > a.block.landscape > img {
    height: 130px;
} */
.star-checked {
    color: rgb(254, 254, 111);
    padding-right: 1px;
}
.star-half-checked {
    color: rgb(254, 254, 111);
    opacity: 0.5;
    padding-right: 1px;
}
.star-unchecked {
    color: gray;
    padding-right: 1px;
}

#page-options {
    display: flex;
    width: 100%;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#page-options > * {
    margin: 0 10px;
    font-size: 16px;
    box-sizing: border-box;
}
#page-options > .right {
    position: absolute;
    right: 0;
}
#page-options > a,
#page-options > .right > a {
    display: inline-block;
    width: 90px;
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}
#page-options > .right > a {
    width: auto;
    margin: 0 5px;
    padding: 10px;
}
#page-options > a:hover,
#page-options > .right > a:hover {
    color: #6E6E6E;
    font-weight: bold;
}
#page-options > a.disable,
#page-options > .right > a.disable {
    display: none;
}
#page-options > .divider {
    display: none;
}
#page-options > input:first-child {
    margin-left: 10px;
}
#page-options > input {
    width: 65px;
    height: 55px;
    text-align: center;
}
#page-options > input[type="button"] {
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    #container {
        display: block;
    }

    #container > .wrap {
        width: 100%;
        margin: 0;
        padding: 10px
    }

    #page-options {
        /* display: block; */
        justify-content: right;
    }
    #page-options > * {
        display: block;
        margin: 5px 0;
    }
    #page-options > a {
        display: block;
        width: 30%;
        margin: 10px auto;
        padding: 15px 0;
    }
    #page-options > .right {
        position: relative;
        /* margin-top: 30px; */
    }
    #page-options > .divider {
        display: block;
    }
    #page-options > input {
        display: inline-block;
    }

    .list.tiles {
        display: none;
    }

    .list.tiles-mobile {
        display: block;
    }

    .list.tiles-mobile > .row {
        padding: 0px;
        padding-bottom: 0px;
    }

    .list.tiles-mobile > .row > .block {
        padding: 0px;
        width: 100%;
    }

    .list.tiles-mobile > .row > .block > img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .list.tiles-mobile > .row > a.block > div.title > span {
        text-align-last: left;
        font-weight: bold;
    }

    .list.tiles-mobile > .row > a.block > div.title2 > span {
        font-weight: bold;
    }

    .list.tiles-mobile > .row > a.block > div.title2 {
        text-align: left;
        background: #260000 0% 0% no-repeat padding-box;
        border: 1px solid #6E3E3E;
        border-radius: 10px;
        opacity: 1;
    }

    .list.tiles-mobile > .row > a.block > div.title2 > img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .list.tiles-mobile > .row > a.block > div.title2:hover {
        color: #6E3E3E;
    }
    
    .list.tiles-mobile > .row > a.block > div.title2:hover .mobile-star-checked,
    .list.tiles-mobile > .row > a.block > div.title2:hover .mobile-star-half-checked {
        color: #6E3E3E;
    }
    
    .list.tiles-mobile > .row > a.block > div.title2:hover .mobile-star-unchecked {
        color: #856262;
    }

    .list.tiles-mobile > .row > a.block > div.title2 > div.title2-wrap {
        padding: 10px;
    }
    
    .list.tiles-mobile > .row > a.block > div.title2 > div.title2-wrap > span {
        font-weight: bold;
    }
    
    .list.tiles-mobile > .row > a.block > div.title2 > div.title2-wrap > .mobile-rating {
        padding-top: 5px;
        display: flex;
        align-items: center;
    }
    .list.tiles-mobile > .row > a.block > div.title2 > div.title2-wrap > .mobile-rating div {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-right: 5px;
    }

    .mobile-rating-text {
        font-weight: bold;
        font-size: 16px;
        padding-right: 5px;
    }
    .mobile-voter-count-text {
        font-size: 14px;
    }
    .mobile-star-checked {
        color: rgb(254, 254, 111);
        padding-right: 1px;
    }
    .mobile-star-half-checked {
        color: rgb(254, 254, 111);
        opacity: 0.5;
        padding-right: 1px;
    }
    .mobile-star-unchecked {
        color: gray;
        padding-right: 1px;
    }
}