#container {
    border: none;
    overflow: hidden;
    height: 700px;
    margin: 0 auto;
}

.game-tags {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 10px;
    border-left: 2px solid #00cfcd;
}

.game-tags li {
    display: inline;
    margin: 0 0 0 15px;
    font-family: Raleway, sans-serif;
    font-size: 1.10rem;
    /* 20px */
    ;
    font-weight: 500;
}

.game-tags li a {
    color: #FFF;
    text-decoration: none;
}

.game-tags li a:hover {
    color: #00cfcd;
}

.game-tags li a:focus {
    color: #00cfcd;
}

.game-card {
    width: 100%;
    margin: 0 0 3.5em 0;
    min-height: 270px;
    height: auto;
}

.lightbox .lb-image {
    border: 4px solid #111;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    border-left: 2px solid #00cfcd;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease;
}

.overlay i {
    position: absolute;
    top: 40%;
    left: 47%;
}

.overlay:hover {
    opacity: 1;
}

.game-card-left {
    padding: 0;
}

.game-card-left img {
    height: 100%;
    width: 100%;
    min-height: 270px;
}

.game-card-right {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px 40px;
    margin: 0;
}

.game-card-right h2 {
    margin-bottom: 0;
}

.game-card-right>.short-hr-left::after {
    margin: 5px 0;
}

.tags {
    font-size: 14px;
    padding-top: 0;
}

.game-description {
    margin: 35px 0;
}

/* -- Modal -- */
.expand {
    cursor: pointer;
}

.game-modal .modal-header {
    height: 150px;
    background-image: url(../images/modal_header_bg.png);
    background-position: bottom;
    background-size: cover;
    border-bottom: 1px solid #555;
}

.game-modal .modal-title {
    margin: 5% 0 0 5%;
}

.game-modal img {
    margin: 5px 0 50px 0;
}

.modal-vid {
    width: 100%;
    max-width: 768px;
    height: 415px;
    margin: 20px 0 60px 0;
    border: none;
}

/* -- Buttons -- */
.steam-btn {
    display: inline-block;
    margin: 25px 0 0 0;
}

.steam-btn a {
    display: inline-block;
    min-height: 55px;
    min-width: 150px;
    height: auto;
    width: auto;
    background: #fff;
    border-radius: 3px;
    padding: 8px;
    border: none;
    color: #111;
    cursor: pointer;
    transition: 0.2s;
}

.steam-btn:hover a {
    background: #000;
    color: #FFF;
}

.steam-btn i {
    float: left;
}

.steam-btn p {
    float: right;
    line-height: 20px;
    font-weight: bold;
}

.button-store {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 22px;
    border-radius: 5px;
    margin: 30px 10px 0 0;
    color: #111;
    background: #fff;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.button-store:hover {
    background: #000;
    color: #fff;
}

.button-store>i {
    float: left;
    display: inline;
    margin-top: 5px;
}

.button-store p {
    float: right;
    padding: 0 0 0 10px;
}

.reviews {
    width: auto;
    /* float: right; */
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.reviews a {
    color: #FFF;
}

.reviews a:hover {
    color: #FFF;
}

.reviews a:active {
    color: #FFF;
}

.reviews a:visited {
    color: #FFF;
}

.score-card {
    display: inline-block;
    min-height: 70px;
    min-width: 90px;
    width: auto;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    text-align: center;
    margin: 0 5px 0 0;
    padding: 5px;
    border-radius: 2px;
    transition: 0.2s;
}

.score-card:hover {
    background: #FFF;
}

.score-card:hover p {
    color: #111;
}

.score-card p:nth-of-type(2) {
    font-size: 14px;
    padding-top: 0;
}

.score {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 0;
}

.rating {
    width: auto;
    height: auto;
    padding: 10px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    text-align: center;
    float: right;
    border-radius: 2px;
    margin: 20px 0 0 0;
}

.rating ul {
    margin: 0;
}

.rating ul li {
    display: inline;
    margin: 0 5px 0 0;
}

.rating p {
    font-size: 1.5rem;
}

.show-grid div {
    border: 1px solid;

}

.job-card {
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-left: 2px solid #00cfcd;
    padding: 25px 35px;
    margin: 10px 0;
}

.modal-content {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.modal-header {
    border-bottom: 1px solid #00cfcd;
}

.modal-body>ul>li>p {
    padding: 0px 5px;
    display: inline;
}

.modal-body ul {
    list-style: none;
    margin: 10px 0 0 25px;
}

.modal-body ul li {
    margin: 5px 0;
}

.modal-body ul li:before {
    content: "\f101";
    color: #00cfcd;
    display: inline-block;
    width: 1em;
    margin-left: -10px;
    font-family: fontawesome;
}

.modal-body .skill-list {
    margin: 10px 0;
}

.modal-body .skill-list li {
    display: inline-block;
    padding: 5px 15px 7px 15px;
    margin: 5px 5px;
    border: 1px solid #00cfcd;
    border-radius: 20px;
}

.modal-body .skill-list li:before {
    display: none;
}

.modal-body h3 {
    margin-bottom: 0;
}

.modal-footer {
    border-top: 1px solid #00cfcd;
}

.modal-footer button {
    margin: 0;
}

.button.secondary {
    background: #222;
}

.button.secondary:hover {
    background: #FFF;
}

.close {
    color: #FFF;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
}

.close:hover {
    color: #00cfcd;
    opacity: 1;
}

/* -- Newsletter -- */
#newsletter input {
    width: 40%;
    height: 45px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border: none !important;
    padding: 0 0 0 20px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
}

#newsletter button {
    display: inline-block;
    height: 43px;
    width: auto;
}









/* Irvin css */

.main--footer {
    background-color: #001532;
    padding: 35px;
    margin: 0;
}

.text--footer,
.phone--footer {
    color: #fff;
    font-size: 12px;
}

.menu--footer ul {
    list-style-type: none;
    text-align: center;
    float: right;
}

.menu--footer li {
    display: inline;
    text-align: center;
    margin: 0 10px 0 0;
    float: left;
}

.partners {
    background-color: #001532;
    width: 99%;
}
