<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Mohawk Games
Theme URI: http://www.mohawkgames.com
Author: Jim Alley, Ariyo Shahry
Author URI: http://www.mohawkgames.com
Description: Custom theme developed for Mohawk Games.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

* {
    padding: 0;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    background-color: #121212;
    color: #fff;
}

a {
    color: #BD3B3F;
    text-decoration: none;
}

a:hover {
    color: #BD3B3F;
}

.wow {
    visibility: hidden;
}


/* background images */

body.page::before,
body.category::before,
body.single::before {
    content: "";
    background-repeat: no-repeat;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    max-width: 1500px;
    max-height: 600px;
    margin: 0 auto;
    background-size: contain;
}

body.page-template-page-employee::before,
body.page-template-page-jobs::before,
body.single-job::before {
    background-image: url(assets/images/team-shape-bg.png);
    background-position: 100% -80px;
}

body.page-template-page-podcast::before,
body.category::before {
    background-image: url(assets/images/podcast-shape-bg-1.png);
    background-position: 0 -150px;
    max-height: 600px;
    background-size: inherit;
    max-width: 716px;
}

.podcasts.meet_the_team {
    background-image: url(assets/images/GameBG-blur-2.jpg) !important;
}


/* body.page-template-page-jobs {
    background-image: url(assets/images/careers.jpg);
    background-position: 0 -220px;
    background-size: cover;
} */


/* body.page-template-page-jobs::before,
body.single-job::before {
    background-image: url(assets/images/careers.jpg);
    background-position: 0 -220px;
    background-size: cover;
    max-width: 100%;
    margin: 0;
    min-height: 700px;
} */

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
}

h2 {
    font-size: 2.5rem;
}

.uppercase {
    text-transform: uppercase;
}

.heading-on-red {
    color: #ffffff;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
}

.btn-default,
.navbar {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accent {
    color: #c53738;
}

hr.small {
    width: 100px;
    height: 4px;
    margin: 20px 0;
    border: none;
    opacity: 1;
}

video {
    /* override other styles to make responsive */
    width: 100% !important;
    height: auto !important;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

hr.accent {
    background: #c53738;
}

.innerPush {
    padding-left: 25px;
    padding-right: 25px;
}

.pageIntro {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pageIntro h2 {
    font-size: 1.9rem;
}
.wp-user-avatar {
    border-radius: 50%;
    box-shadow: 0 0 16px #000;
    border: 2px solid #535353;
}

.studio-about {
    background-image: url(assets/images/about.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    min-height: 1000px;
    padding-top: 25px;
    position: relative;
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
}

.studio-about em {
    font-size: 1.1rem;
    margin-top: 25px;
    display: inline-block;
    color: #adadad;
}

.navbar {
    height: 100px;
    font-size: 14px;
    z-index: 100;
}

.navbar .container {
    padding: 0;
}

.navbar-nav {
    margin: 0 -15px;
    text-align: center;
}

.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
    background-color: transparent;
}

.navbar li a {
    color: #fff;
}

.navbar-brand {
    text-indent: -9999px;
    background-image: url(assets/images/logo.png);
    background-size: 231px 101px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 231px;
    height: 101px;
    max-width: 231px;
    width: calc(100% - 110px);
}

.navbar-brand:hover {
    opacity: .8;
}

.navbar-collapse {
    -webkit-box-shadow: none;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle:hover .icon-bar {
    background-color: white;
}

.navbar a,
.footer a {
    color: #c53738;
}

.navbar a:hover {
    text-decoration: none;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

.navbar-toggle,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default {
    color: #ffffff;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    background-color: #c53738;
    border: none;
    padding: 16px 40px;
    margin-top: 20px;
    position: relative;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
}

.btn-default {
    border-radius: 3px;
    margin-right: 10px;
}

.navbar-collapse.collapse li {
    width: 100%;
    background-color: #000;
    color: #ffffff;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #2f2f2f;
}

.navbar-nav&gt;li&gt;a {
    margin: 0;
    width: 100%;
    padding: 12px 0;
    display: block;
}

.navbar li a:hover,
.btn-default:hover {
    color: #c53738;
    background-color: #ffffff;
}

.btn-default:hover {
    text-shadow: none;
}

.navbar-header {
    height: 98px;
}

.feature img {
    float: left;
    margin-right: 60px;
}

.btn {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    border-radius: 0;
}

.btn-outline-primary,
.mauticform-button {
    border: 4px solid #c53738;
    color: #c53738;
    background: rgba(0, 0, 0, 0.3);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.mauticform-button:hover,
.mauticform-button:focus,
.mauticform-button:active {
    background: #c53738;
    border: 4px solid #c53738;
}

.btn.btn-primary {
    background: #c53738;
    border: 4px solid #c53738;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #a42d2d;
    border: 4px solid #a42d2d;
    text-decoration: none;
}


/* -------------------------------------------------- */


/* Footer */


/* -------------------------------------------------- */

.footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #1f1f1f;
    padding: 60px 0;
    /*color: #2b2a29;*/
    margin: 50px 0 0 0;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    color: ##fff;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 400;
}

.footer p {
    color: #504f4f;
}

.footer .on-the-web a {
    color: #c53738;
    font-size: 48px;
    margin: 7px 20px 0 0;
    text-decoration: none;
    display: inline-block;
}

.footer a {
    color: #696464;
}

.footer .on-the-web a:hover {
    color: #696464;
}

#footer-last {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #191919;
    color: #696464;
}


/* Carousel start  */

.hero {
    margin-top: -100px;
}

.hero-game-logo {
    max-width: 450px;
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}

#galleryGameInfo2810 .hero-game-logo {
    max-width: 300px !important;
    margin-top: 50px;
}

#galleryGameInfo38 .hero-game-logo {
    margin-bottom: 15px;
    max-width: 400px !important;
}

.slick-carousel .item {
    width: 100vw;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.slick-carousel .item .align-items-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 25px;
    margin: 0;
    font-size: 1.2rem;
}

.vcentered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hcentered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hvcentered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slick-prev,
.slick-next {
    width: 45px;
    height: 109px;
    position: absolute;
    top: 40%;
    font-size: 50px;
    background: none;
    color: white;
    border: none;
    z-index: 2;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.gamegallery .carousel-inner img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.slick-carousel .overlay,
.carousel .overlay {
    margin-left: -25px;
    padding: 0 0 0 25px;
}

body.page-template-page-games .slick-carousel .overlay,
body.page-template-page-games .carousel .overlay {
    padding: 25px;
}


/* carousel end  */

.gamegallery .carousel-item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #121212;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.gamepubicon {
    display: inline-block;
    margin: 20px 10px 0 0;
}

.gamegallery #steam-logo-svg,
.gamegallery #epic-logo-svg {
    width: 60px;
    height: 60px;
}

.blog-grid .card {
    height: 300px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    margin-bottom: 20px;
}

.blog-grid .card::before {
    content: '';
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}

.blog-grid .card .news-title {
    z-index: 2;
    overflow: hidden;
    max-height: 144px;
    text-overflow: ellipsis;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    font-size: 1.2em;
}

body.home .blog-grid .card .news-title {
    max-height: 244px;
}

.blog-grid .news-title a {
    color: white;
}

.blog-grid .news-title a:hover {
    color: #BD3B3F;
}

.blog-grid .btn {
    padding: 8px 20px;
    position: absolute;
    bottom: -20px;
    right: 26px;
}

.blog-grid .card.no-featured-image {
    border: 2px solid #535353;
    border-radius: 0;
}

.post-meta {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.post-meta i {
    font-family: 'Athelas', 'Palatino', serif;
    color: #9e9e9e;
    margin: 0 5px;
    font-size: 23px;
}
.post-meta .d-flex {
    flex-direction: column;
}

.blog-grid .card .post-meta {
    z-index: 2;
}

.blog-grid .category-link {
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 0px 3px 2px rgb(0 0 0 / 30%);
}

.featured-post .link-more {
    display: none;
}

.post-full-bg {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    margin-top: -100px;
}

.post-full-bg::after {
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 24%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    max-height: 600px;
    top: 0;
    z-index: 0;
}

.post-full-bg .container {
    position: relative;
    z-index: 1;
}

.post-full-bg .pageIntro {
    padding-top: 200px;
}

.pageIntro .post-meta {
    margin: 25px auto;
    width: auto;
}

.post-full-bg .pageIntro .post-meta {
    text-shadow: 0 0 10px #000;
}

#main ul {
    list-style: circle;
    list-style-position: inside;
    margin: 30px 0;
}

#main ul li ul {
    list-style: disc;
    list-style-position: inside;
    margin-left: 30px;
}

.grid {
    margin: 0 auto;
}

.grid-item {
    background: red;
    width: 198px;
    height: 150px;
    margin: 1px;
}

.grid-item--width2 {
    width: 398px;
    height: 300px;
}

.grid-item--width3 {
    width: 398px;
    height: 150px;
}

.portrait img {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 100%;
    height: auto;
    max-width: 220px;
}

.employee-social-links-wrap a {
    margin-right: 5px;
}


/* -------------------------------------------------- */


/* Forms */


/* -------------------------------------------------- */

.entry-content label {
    color: #4d4b49;
    font-size: 16px;
}

.entry-content label .required {
    color: #c53738;
}

.wpcf7-form p {
    margin-bottom: 12px;
}

.job-listing {
    border-width: 2px 0;
    border-style: solid;
    border-color: #d8d8cb;
    padding: 10px 0;
    margin: 0;
}

.job-listing+.job-listing {
    border-top: 0;
}


/* -------------------------------------------------- */


/* Icons */


/* -------------------------------------------------- */

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?i8z2ol');
    src: url('fonts/icomoon.eot?i8z2ol#iefix') format('embedded-opentype'), url('assets/fonts/icomoon.ttf?i8z2ol') format('truetype'), url('assets/fonts/icomoon.woff?i8z2ol') format('woff'), url('assets/fonts/icomoon.svg?i8z2ol#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-youtube2:before {
    content: "\ea9e";
}

.icon-twitch:before {
    content: "\ea9f";
}

.icon-vimeo:before {
    content: "\eaa0";
}

.icon-steam:before {
    content: "\eaac";
}

.icon-steam2:before {
    content: "\eaad";
}

.icon-tumblr:before {
    content: "\eab9";
}

.icon-tumblr2:before {
    content: "\eaba";
}

.icon-tux:before {
    content: "\eabd";
}

.icon-appleinc:before {
    content: "\eabe";
}

.icon-windows8:before {
    content: "\eac2";
}

.icon-discord:before {
    content: "\e900";
    color: #7289da;
}

.icon-artstation:before {
    content: "\e901";
    color: #13aff0;
}

.icon-slack:before {
    content: "\e902";
    color: #4a154b;
}

.icon-earth:before {
    content: "\e9ca";
}

.icon-link:before {
    content: "\e9cb";
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-rss:before {
    content: "\ea9b";
}

.icon-appleinc1:before {
    content: "\eabf";
}

.icon-linkedin:before {
    content: "\eac9";
}

.icon-linkedin2:before {
    content: "\eaca";
}


/* Blog */

#primary {
    margin: 60px 0;
}

h2.entry-title {
    margin: 0;
}

h2.entry-title a {
    text-decoration: none;
    color: #c53738;
}

h2.entry-title a:hover {
    color: #ca635c;
}

.entry-meta {
    margin: 0 0 12px 0;
    font-size: 16px;
}

.post-edit-link {
    color: #c53738;
    margin: 0 0 0 20px;
}

.post-edit-link:hover {
    color: #ca635c;
}

header.entry-header {
    margin-bottom: 30px;
}

article+article:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    width: 40%;
    background: #d8d8cb;
    margin: 0 30%;
}

.mohawkBG a:hover {
    color: white;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

#main .entry-content h2 {
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 20px;
}

#main .entry-content em {
    /* color: #4d4b49;
    font-size: 20px; */
}

.entry-content a {
    color: #c53738;
}

#main a.btn-default,
#main .entry-content a.btn-default {
    color: #ffffff;
}

#main a.btn-default:hover,
#main .entry-content a.btn-default:hover {
    color: #c53738;
}

#c53738 #main a:hover,
.entry-content a:hover {
    color: #ca635c;
}

.entry-content ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.entry-content li {
    margin: 10px 0;
    line-height: 30px;
}

.entry-content p {
    margin: 0 0 24px 0;
    line-height: 30px;
}

.entry-content table+p {
    margin-top: 20px;
}

.entry-content td {
    padding: 6px 10px 6px 0;
}


/* Flexbox */

label {
    color: #ffffff;
    margin: 0;
    font-weight: normal;
}

.es_textbox_button.es_submit_button {
    border-radius: 3px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 16px 40px;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    color: #c53738;
    background-color: #ffffff;
    width: auto;
    text-shadow: none;
}

in .es_textbox_button.es_submit_button:hover {
    background-color: white;
}

.mc4wp-form-fields label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.mc4wp-form-fields p {
    display: flex;
    flex-direction: column;
}

.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    padding: 6px 10px;
    color: #4d4b49;
}

input.signupbtn {
    margin-top: 10px;
}

blockquote {
    border-left: 5px solid #c53738;
}

.gridImages {
    margin: 20px 0;
}

.gridImages .row {
    padding: 10px 0;
}

.gridImages a {
    margin-right: 10px;
}

.gridImages img {
    margin: 10px 0;
}
#main {
    overflow-wrap: break-word;
}
#main .infoBox {
    background: #f7f7ea;
    padding: 15px 30px;
    border: 1px solid #c7c7b8;
    color: #44443e;
    font-style: italic;
    font-size: 85%;
}

#main .infoBox em {
    color: #c53738;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 85%;
}


/* Forums */

#bbpress-forums form fieldset.bbp-form {
    border: 1px solid #ccccba;
}

#bbpress-forums fieldset.bbp-form legend {
    width: auto;
    padding: 5px 10px;
    color: #c53738;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .1em;
    margin-bottom: 0;
}

.content #bbpress-forums label {
    color: #c53738;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

#bbpress-forums p.bbp-topic-meta {
    margin: 0;
}

a.bbp-topic-permalink {
    color: #c53738;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .1em;
}

.bbp-reply-form form fieldset div&gt;p,
.bbp-topic-form form fieldset div&gt;p {
    display: flex;
    justify-content: flex-start;
}

#bbpress-forums fieldset.bbp-form div&gt;p label {
    margin-right: 8px;
}

html body #bbpress-forums .bbp-reply-form form fieldset.bbp-form div&gt;p,
html body #bbpress-forums .bbp-topic-form form fieldset.bbp-form div&gt;p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 14px 0;
}

#bbpress-forums .bbp-reply-form fieldset.bbp-form input,
#bbpress-forums .bbp-topic-form fieldset.bbp-form input {
    margin: 0;
}

#bbpress-forums .bbp-reply-form fieldset.bbp-form select,
#bbpress-forums .bbp-topic-form fieldset.bbp-form select {
    margin: 0;
}

#bbpress-forums .bbp-reply-form fieldset.bbp-form input[type='checkbox'],
#bbpress-forums .bbp-topic-form fieldset.bbp-form input[type='checkbox'] {
    margin-right: 8px;
}

#bbpress-forums div.bbp-template-notice.info {
    border: #ccccba 1px solid;
    background-color: #ffffff;
}

#bbpress-forums div.wp-editor-container,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    border: #ccccba 1px solid;
}

#bbpress-forums .bbp-forum-description img.avatar,
#bbpress-forums .bbp-topic-description img.avatar {
    display: none;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
    margin-bottom: 0;
}

.wp-editor-tabs .wp-switch-editor {
    border: #ccccba 1px solid;
}

.mauticform_wrapper {
    max-width: 400px !important;
    margin: 0 !important;
}

.mauticform_wrapper label {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
    border-radius: 0;
    text-shadow: none;
    border: 4px solid #c53738 !important;
    color: #c53738 !important;
    padding: 16px 40px !important;
    width: 100% !important;
    position: relative !important;
    -webkit-transition: all 0.15s ease-in-out !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    background-color: transparent !important;
    width: auto;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    font-size: 1rem !important;
}

.mauticform-button:hover {
    color: #fff !important;
    background: #c53738 !important;
}

.mauticform-row {
    margin-bottom: 10px !important;
}

.alert.mautic {
    max-width: 400px;
    margin-top: 20px;
    font-size: 16px;
}

.employee-wrapper {
    background: #1f1f1f;
    padding: 2.5em;
    text-align: center;
    margin: 100px auto 0 auto;
    max-width: 700px;
}

.employee-wrapper hr {
    margin: 15px auto;
}

.employee-wrapper .employee-avatar img {
    text-align: center;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 100%;
    height: auto;
    max-width: 180px;
    margin-top: -150px;
    margin-bottom: 15px;
    border: 15px solid #121212;
    padding: 0;
    border-radius: 50%;
}

.employee-wrapper .employee_short_bio,
.employee-wrapper .employee_long_bio {
    text-align: left;
}

.type-podcast .wp-block-buttons {
    margin: 25px 0;
}

.type-podcast .wp-block-button__link {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-shadow: 0px 3px 2px rgb(0 0 0 / 30%);
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    border-radius: 0;
    border: 4px solid #c53738;
    color: #c53738;
}

.type-podcast .wp-block-button__link:hover {
    background: #c53738;
    border: 4px solid #c53738;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-collapse {
        z-index: 100;
        position: relative;
    }
}

@media (min-width: 768px) {
    form#mc4wp-form-1 {
        max-width: 400px;
    }
    .navbar-collapse.collapse li {
        border: none;
    }
    .navbar-nav {
        background-color: transparent;
    }
    .navbar .menu-item {
        position: relative;
    }
    .navbar li a {
        background-color: transparent;
        color: #ffffff;
    }
    .navbar li a:hover {
        background-color: transparent;
        color: white;
    }
    .navbar li.current_page_item a:before {
        top: -15px;
    }
    .navbar li.current_page_item a:after {
        bottom: -15px;
    }
    .navbar li.current_page_item a:before {
        top: 0;
    }
    .navbar li.current_page_item a:after {
        bottom: 0;
    }
    .studio-about {
        font-size: 2rem;
    }
    body.page-template-page-podcast::before,
    body.category::before {
        background-position: 100% -150px;
        max-width: 1500px;
    }
    .slick-prev,
    .slick-next {
        width: 80px;
        font-size: 80px;
    }
    .post-meta .d-flex {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 3.2rem;
    }
    .innerPush {
        padding-left: 150px;
        padding-right: 150px;
    }
    .blog-grid .category-link {
        font-size: 16px;
    }
    .navbar li.current_page_item a:before,
    .navbar li.current_page_item a:after {
        height: 4px;
        background-color: #c53738;
    }
    .navbar li.current_page_item a {
        color: #c53738;
        background-color: white;
    }
    .navbar li.current_page_item a {
        background-color: transparent;
        color: white;
    }
    .navbar li.current_page_item a:before,
    .navbar li.current_page_item a:after,
    .navbar li a:before,
    .navbar li a:after,
    .btn-default:before,
    .btn-default:after {
        content: "";
        height: 0;
        background-color: transparent;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .navbar li a:before,
    .btn-default:before {
        top: -15px;
    }
    .navbar li a:after,
    .btn-default:after {
        bottom: -15px;
    }
    .navbar li.current_page_item a:hover:before,
    .navbar li a:hover:before,
    .btn-default:hover:before {
        top: 0;
    }
    .navbar li.current_page_item a:hover:after,
    .navbar li a:hover:after,
    .btn-default:hover:after {
        bottom: 0;
    }
    .navbar li.current_page_item a:before,
    .navbar li.current_page_item a:after,
    .navbar li a:hover:before,
    .navbar li a:hover:after,
    .btn-default:hover:before,
    .btn-default:hover:after {
        height: 4px;
        background-color: #c53738;
    }
    .navbar-collapse.collapse li {
        width: auto;
        background-color: transparent;
    }
    .navbar-nav&gt;li&gt;a {
        margin: 20px 0;
        padding: 0 12px;
    }
    .hero-game-logo {
        max-width: 450px;
        margin: 0;
    }
    #galleryGameInfo2810 .hero-game-logo {
        max-width: 400px !important;
    }
    .pageIntro h2 {
        font-size: 2.5rem;
    }
    
}

@media (min-width: 1100px) {
    .blog-grid .card .news-title {
        max-height: 240px;
    }
}

@media only screen and (min-width:320px) and (max-width:900px) and (orientation: landscape) {
    #galleryGameInfo2810 .hero-game-logo {
        max-width: 120px !important;
    }
    #galleryGameInfo38 .hero-game-logo {
        max-width: 220px !important;
    }
    .game-description p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 1rem;
    }
    .game-publishers {
        display: none;
    }
}</pre></body></html>