/*
Theme Name: Old World
Theme URI: http://www.mohawkgames.com
Author: Ariyo Shahry
Author URI: http://www.mohawkgames.com
Description: the styles for the Old world game landing page.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', serif;
    font-size: 24px;
    background-color: #e9e9dd;
    color: #4d4b49;
    text-shadow: 2px 2px 2px #000;
    background-image: url('assets/images/oldworld/map-bg.jpg');
}

body.page-template-page-oldworld a {
    color: #e7eac3;
    text-decoration: none;
}

body.page-template-page-oldworld a:hover {
    color: #e7eac3;
}

.navbar-collapse {
    clear: both;
}

body.page-template-page-oldworld .text-center {
    text-align: center;
}

body.page-template-page-oldworld h1,
body.page-template-page-oldworld h2,
body.page-template-page-oldworld h3,
body.page-template-page-oldworld h4,
body.page-template-page-oldworld h5,
body.page-template-page-oldworld h6 {
    font-family: 'Cinzel', serif;
    color: #eeeeef;
}

body.page-template-page-oldworld .navbar {
    height: 55px;
    background-color: rgba(0, 0, 0, 0.5);
}

body.page-template-page-oldworld .navbar li a {
    color: #ffe09d;
    font-family: 'Cinzel', serif;
    background-color: rgba(0, 0, 0, 0.5);
}

body.page-template-page-oldworld .navbar-right {
    float: right!important;
    margin-right: -15px;
}

body.page-template-page-oldworld .navbar-left {
    float: left!important;
    margin-left: -15px;
}

body.page-template-page-oldworld .navbar-brand {
    position: absolute;
    text-indent: -9999px;
    background-image: url(assets/images/oldworld/mark.png);
    background-size: 100 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100;
    height: 100px;
    max-width: 100px;
    width: calc(100% - 110px);
    left: 50%;
    margin-left: -50px !important;
    margin-top: 35px;
}

.btn-old-world,
body.page-template-page-oldworld .more-link {
    background: rgb(248, 207, 120);
    background: linear-gradient(90deg, rgba(248, 207, 120, 1) 1%, rgba(229, 170, 70, 1) 100%);
    border-radius: 0;
    font-family: 'Cinzel', serif;
    color: #000 !important;
    padding: 7px 20px;
    border: none;
    text-shadow: none;
    font-weight: bold;
}

.btn-old-world:hover,
body.page-template-page-oldworld .more-link:hover {
    background: rgb(229, 170, 70);
    background: linear-gradient(90deg, rgba(229, 170, 70, 1) 1%, rgba(203, 152, 65, 1) 100%);
    text-decoration: none;
}

body.page-template-page-oldworld .link-more {
    margin-top: 20px;
    font-size: 14px;
}

.sign-up-btn {
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    letter-spacing: 2px;
}

body.page-template-page-oldworld .navbar .mohawkmark {
    width: 50px;
    height: 40px;
    text-indent: -999999px;
    background-image: url('assets/images/oldworld/mmark.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 40px;
    margin-top: 0;
    display: inline-block;
}

body.page-template-page-oldworld .hero {
    background-image: url('assets/images/oldworld/bg2.jpg');
    background-position: top center;
    background-color: #0C1013;
    background-repeat: no-repeat;
    padding: 200px 0;
    text-align: center;
    color: #FCE6B6;
    background-size: cover;
}

body.page-template-page-oldworld .hero .lead {
    font-size: 25px;
    font-family: 'Cinzel', serif;
}

.old-world-logo img {
    width: 80%;
    max-width: 600px;
}

body.page-template-page-oldworld .hero .sign-up-btn {
    padding: 15px 65px;
    font-size: 18px;
}

body.page-template-page-oldworld .hero .pre-order-btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

body.page-template-page-oldworld .about-section {
    background-image: url('assets/images/oldworld/about-bg.jpg');
    background-position: top center;
    background-color: #0C1013;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    min-height: 600px;
    color: #FCE6B6;
    padding-top: 25px;
}

body.page-template-page-oldworld .map-section {
    background-image: url('assets/images/oldworld/map-top-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 600px;
    color: #50392F;
    padding-top: 25px;
    background-size: 100% auto;
    border-top: 1px solid #815B32;
}

body.page-template-page-oldworld .inset {
    background-color: #2B1A18;
    border: 1px solid #815B32;
    padding: 20px 30px;
}

body.page-template-page-oldworld .thumbnail,
body.page-template-page-oldworld .blocks-gallery-grid img {
    width: 100%;
    border: 1px solid #725B43;
    background: none;
    padding: 4px;
    display: block;
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
    max-width: 359px;
}

body.page-template-page-oldworld .inset .col {
    padding: 10px;
    margin: 0;
    color: #FCE6B6;
}

body.page-template-page-oldworld .news-title {
    padding-top: 0;
    margin-top: 0;
}

body.page-template-page-oldworld .row.news:first-child {
    padding-top: 0;
    margin-top: 0;
}

body.page-template-page-oldworld .row.news:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

body.page-template-page-oldworld .row.news:first-child .col {
    padding-top: 0;
}

body.page-template-page-oldworld .row.news:last-child .col {
    padding-bottom: 0;
}

body.page-template-page-oldworld .row.news {
    border-bottom: 1px solid #815B32;
    margin: 0 -30px;
    padding: 10px;
}

body.page-template-page-oldworld .row.news .meta {
    font-size: 16px;
}

body.page-template-page-oldworld .footer {
    background-color: #1B1219;
    min-height: 200px;
    position: relative;
    margin-top: 100px;
}

body.page-template-page-oldworld .footer:before {
    content: "";
    display: block;
    height: 120px;
    background-image: url(assets/images/oldworld/footer-bg.png);
    position: absolute;
    top: -112px;
    width: 100%;
    background-position: top center;
}

body.page-template-page-oldworld .navbar-toggler {
    background: rgb(248, 207, 120);
    background: linear-gradient(90deg, rgba(248, 207, 120, 1) 1%, rgba(229, 170, 70, 1) 100%);
    margin: -2px 6px 0 0;
}

body.page-template-page-oldworld .btn-default:active,
body.page-template-page-oldworld .btn-default:focus,
body.page-template-page-oldworld .btn-default:active:focus,
body.page-template-page-oldworld .btn-default {
    margin-top: 0;
    padding: 20px 20px;
    background: rgb(248, 207, 120);
    background: linear-gradient(90deg, rgba(248, 207, 120, 1) 1%, rgba(229, 170, 70, 1) 100%);
}

body.page-template-page-oldworld .navbar-inverse .navbar-toggler .icon-bar {
    background-color: #000;
}

body.page-template-page-oldworld .navbar-header {
    height: 0;
}

body.page-template-page-oldworld .news-blurb {
    font-size: 20px;
}

body.page-template-page-oldworld .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

body.page-template-page-oldworld .video-container iframe,
body.page-template-page-oldworld .video-container object,
body.page-template-page-oldworld .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .navbar-collapse {
        z-index: 100;
        position: relative;
    }
    .navbar-collapse ul {
        border-top: 1px solid #656565;
    }
    .navbar-collapse li {
        border-bottom: 1px solid #656565;
    }
    body.page-template-page-oldworld .navbar {
        border-bottom: 2px solid #656565;
    }
}

@media (min-width: 768px) {
    body.page-template-page-oldworld h2 {
        font-size: 35px;
    }
    body.page-template-page-oldworld .navbar-nav {
        background-color: transparent;
    }
    body.page-template-page-oldworld .navbar-nav>li>a {
        margin: 0;
        padding: 0 10px;
        height: 55px;
        line-height: 55px;
    }
    body.page-template-page-oldworld .navbar li a {
        background-color: transparent;
        color: #ffe09d;
    }
    body.page-template-page-oldworld .navbar li a:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffe09d;
    }
    body.page-template-page-oldworld .navbar-nav>li+li {
        margin-left: 0;
        border: 0;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:before {
        top: -15px;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:after {
        bottom: -15px;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:before {
        top: 0;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:after {
        bottom: 0;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:before,
    body.page-template-page-oldworld .navbar li.current_page_item a:after {
        height: 4px;
        background-color: none;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a {
        color: #ae4943;
        background-color: white;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a {
        background-color: transparent;
        color: white;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:before,
    body.page-template-page-oldworld .navbar li.current_page_item a:after,
    body.page-template-page-oldworld .navbar li a:before,
    body.page-template-page-oldworld .navbar li a:after,
    body.page-template-page-oldworld .btn-default:before,
    body.page-template-page-oldworld .btn-default:after {
        content: "";
        height: 0;
        background-color: transparent;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
    }
    body.page-template-page-oldworld .navbar li a:before,
    body.page-template-page-oldworld .btn-default:before {
        top: -15px;
    }
    body.page-template-page-oldworld .navbar li a:after,
    body.page-template-page-oldworld .btn-default:after {
        bottom: -15px;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:hover:before,
    body.page-template-page-oldworld .navbar li a:hover:before,
    body.page-template-page-oldworld .btn-default:hover:before {
        top: 0;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:hover:after,
    body.page-template-page-oldworld .navbar li a:hover:after,
    body.page-template-page-oldworld .btn-default:hover:after {
        bottom: 0;
    }
    body.page-template-page-oldworld .navbar li.current_page_item a:before,
    body.page-template-page-oldworld .navbar li.current_page_item a:after,
    body.page-template-page-oldworld .navbar li a:hover:before,
    body.page-template-page-oldworld .navbar li a:hover:after,
    body.page-template-page-oldworld .btn-default:hover:before,
    body.page-template-page-oldworld .btn-default:hover:after {
        height: 4px;
        background-color: none;
    }
    body.page-template-page-oldworld .hero {
        min-height: 1200px;
        padding-top: 200px;
    }
    body.page-template-page-oldworld .hero .lead {
        font-size: 35px;
    }
    body.page-template-page-oldworld .about-section {
        min-height: 1000px;
        padding-top: 150px;
    }
    body.page-template-page-oldworld .navbar .mohawkmark {
        position: static;
    }
    body.page-template-page-oldworld .hero .pre-order-btn {
        margin-bottom: 0;
    }
}

body.page-template-page-oldworld .email-campaign .img-fluid {
    width: 100%;
}


/* this is overwring the lightbox effect to be just fade in */

.pbWrapper>*,
.pbHide .pbWrapper>.prepare {
    opacity: 1;
    vertical-align: middle;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    border-radius: 6px;
    border: none;
    max-height: 95%;
    max-width: 100%;
}

body.page-template-page-oldworld .mauticform-button-wrapper .mauticform-button,
body.page-template-page-oldworld .mauticform-pagebreak-wrapper .mauticform-pagebreak {
    border: none !important;
}

.game_links ul {
    list-style: disc;
    
}
.game_links ul li {
    margin-bottom: 5px;
    font-size: 20px;
}