/* @import url('http://fonts.cdnfonts.com/css/gotham'); */

@font-face {
    font-family: 'Gotham-book';
    src: url('/https/personatheory.com/wp-content/themes/ptg/assets/fonts/gotham.woff2') format('woff2');
}
@font-face {
    font-family: 'Gotham-bold';
    src: url('/https/personatheory.com/wp-content/themes/ptg/assets/fonts/gotham-bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    src: url('/https/personatheory.com/wp-content/themes/ptg/assets/fonts/roboto-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('/https/personatheory.com/wp-content/themes/ptg/assets/fonts/roboto-thin.woff2') format('woff2');
}
h1  {
    font-family: 'Gotham-book';
    font-style: normal;
}
p {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}

.mob-hide {
    display: block;
}
.mob-show {
    display: none;
}
.space5 {
    padding: 5px 0px;
}
.space10 {
    padding: 10px 0px;
}
.space15 {
    padding: 15px 0px;
}
.space20 {
    padding: 20px 0px;
}
.space30 {
    padding: 30px 0px;
}
.space40 {
    padding: 40px 0px;
}
.space50 {
    padding: 50px 0px;
}
.space60 {
    padding: 60px 0px;
}
.space70 {
    padding: 70px 0px;
}
.space80 {
    padding: 80px 0px;
}
.space90 {
    padding: 90px 0px;
}
.space100 {
    padding: 100px 0px;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                     Reusable                      */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.classicGotham {
    font-family: 'Gotham-Bold';
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 5px;
}
.classicGothamSmall {
    font-family: 'Gotham-Bold';
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 3px;
}
.classicRobotoSmall {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.button {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    transition: ease 0.2s;
    letter-spacing: 4px;
    position: relative;
}

.button:hover {
    color: #F19C27;
}

.arrow {
    margin: 1em 0;
}
.arrow::after {
    display: inline-block;
    margin-left: 10px;
    content: '';
    background-image: url('../images/icons/arrow-icon-white.svg');
    background-size: 35px 9px;
    width: 35px;
    height: 9px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.arrow:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    text-transform: none;
    transition: transform 0.3s ease-out;
}

.orange.arrow:hover::after {
    background-image: url('../images/icons/arrow-icon-orange.svg');
}
.black.arrow:hover::after {
    background-image: url('../images/icons/arrow-icon-black.svg');
}
.white.arrow:hover::after {
    background-image: url('../images/icons/arrow-icon-black.svg');
}

h6{
    font-size: 1rem;
    line-height: 1.5rem;
}


/* .ctaLinks {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    transition: ease 0.2s;
    letter-spacing: 4px;
    position: relative;
}
.ctaLinks:hover {
    transition: ease 0.2s;
    color: #F19C27;
}
.ctaLinksBlack:hover {
    transition: ease 0.2s;
    color: #ffffff;
}
.ctaLinksBlack:hover:after {
    transition: ease 0.2s;
    background-image: url('../images/icons/arrow-icon-white.svg');
}
.ctaLinks:after {
    content: '';
    background-image: url('../images/icons/arrow-icon-white.svg');
    background-size: 35px 9px;
    width: 35px;
    height: 9px;
    transition: ease 0.3s;
    display: inline-block;
    right: -10px;
    top: 0px;
    position: relative;
}
.ctaLinksBlack:after {
    background-image: url('../images/icons/arrow-icon-black.svg');
}
.ctaLinksOrange:hover:after {
    transition: ease 0.2s;
    background-image: url('../images/icons/arrow-icon-orange.svg');
} */

.longTagline {
    padding-left: 18px;
    padding-right: 18px;
}

.longTagline p {
    font-family: 'Gotham-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 5px;
}
.pressKitBtn {
    margin-top: 20px;
    transition: ease 0.2s;
}

.pressKitBtn:hover {
    transition: ease 0.2s;
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}
.pressKitBtn a {
    background: #F19C27;
    border-radius: 5px;
    padding: 14px 40px 14px 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Gotham-book';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    display: flex;
    align-items: center;
    width: 160px;
}
.pressKitBtn a:after {
    content: '';
    background-image: url('../images/icons/arrow-other.svg');
    background-size: 9px 10px;
    width: 9px;
    height: 10px;
    transition: ease 0.2s;
    position: absolute;
    right: 20px;
    top: 20px;
}
.frame {
    border: 2px solid #F19C27;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 4px;
}
.absolute {
    position: absolute;
}
.absolute.full {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-template {
    background: #232323;
}
.pageHeadersSection {
    padding-top: 260px;
    text-align: center;
}
.pageHeadersContent {
    justify-content: center;
}
.pageHeadersContent h1 {
    font-family: 'Gotham-book';
    font-style: normal;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 10px;
    color: #FFFFFF;
    font-weight: 600;
}
.pageHeadersContent p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.pageHeadersDesc a{
    color: #F19C27 !important;
}
.gametag span {
    font-family: 'Gotham-book';
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 4px;
    color: #ffffff;
    font-weight: 600;
}
.gametag a {
    font-family: 'Gotham-book';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    color: #ffffff;
}
.gametag {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gametag p {
    font-family: 'Gotham-book';
    font-style: normal;
    font-weight: 600;
    font-size: 13px !important;
    line-height: 14px !important;
    text-align: center;
    letter-spacing: 4px;
    /* color: #F19C27 !important; */
    margin-bottom: 0px;
}
.noPadding {
    padding-left: 0px;
    padding-right: 0px;
}
.hr-line {
    height: 1px;
    margin: 2rem auto;
    color: inherit;
    background-color: rgba(255,255,255,0.4);
    border: 0;
    width: 100px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.allHeaders {
    height: 100%;
    position: relative;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* min-height: 770px;
    height: 770px;
    max-height: 770px; */
    color: #fff;
    background: #232323;
}
.allHeadersContact{
    height: auto;
}

.allHeaders .allHeadersBg img {
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.allHeaders .singleTitleDesc,
.allHeaders .singleTitleDesc.singleTitleDescAbout {
    position: relative;
    margin-top: -100px;
}

.allHeadersAbout .gradientBtmImg {
    top: 300px;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 12.2%, #232323 100%);
}

.gradientBtm {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -40px;
}
.allHeaders.reusableHeaders {
    min-height: 400px;
    height: 400px;
    max-height: 400px;
}

.allHeaders.reusableHeaders .allHeadersBg img {
    min-height: 400px;
    height: 400px;
    max-height: 400px;
}

.reusableHeaders .singleTitleDesc {
    margin: 0;
    position: absolute;
    bottom: -26%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centerRow {
    justify-content: center;
}

.single-post {
    background: #DCDCDC;
}

.singlePostContent {
    justify-content: center;
}

.slick-lightbox-close {
    width: 40px;
    height: 40px;
}

.slick-lightbox-close:before {
    font-size: 40px;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                     Nav Menu                      */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.mainMenu {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 10;
    width: 100%;
}
.mainMenu .socialIcons {
    display: flex;
    align-items: center;
    width: 250px;
}
.mainMenu .socialIcon{
    margin: 0px 4px 0 0;
    max-width: 22px;
    max-height: 22px;
}
.socialIcons.hideMob a{
    transition: all 0.3s ease;
}
.socialIcons.hideMob a:hover {
    filter: invert(26%) sepia(12%) saturate(5136%) hue-rotate(340deg) brightness(97%) contrast(94%);
}
.mainMenu .navbar {
    padding: 0px;
}
.mainMenu .navbar-brand {
    background-color: #000000;
    padding: 34px 24px;
    border-bottom: 3px solid #F19C27;
    z-index: 2;
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2));
    width: 180px;
}
.mainMenu .navbar-brand img {
    width: 100%;
}
#navbarNavDropdown {
    justify-content: center;
}

#menu-main-menu {
    justify-content: center;
}
#menu-main-menu li > a {
    font-family: 'Gotham-book';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
#menu-main-menu li {
    position: relative;
    /* max-width: 150px; */
    padding: 10px 10px;
}
#menu-main-menu .current-menu-item a {
    color: #F19C27;
}
#menu-main-menu .current-menu-item a:before {
    content: '';
    background-image: url(../images/icons/on-icon.svg);
    background-size: 35px 9px;
    width: 35px;
    height: 9px;
    transition: ease 0.2s;
    left: 50%;
    position:absolute;
    top: calc(1vw * 0.428);
    transform: translate(-50%,-50%);
}

#menu-main-menu .menu-item a:hover:before {
    transition: ease 0.2s;
    content: '';
    background-image: url(../images/icons/on-icon.svg);
    background-size: 35px 9px;
    width: 35px;
    height: 9px;
    transition: ease 0.2s;
    left: 50%;
    position:absolute;
    top: calc(1vw * 0.428);
    transform: translate(-50%,-50%);
}
#menu-main-menu .menu-item a:hover {
    color: #F19C27;
    transition: ease 0.2s;
}
#menu-main-menu .menu-item a {
    transition: ease 0.2s;
}

#menu-mobile-menu {
    display: none;
}

.navbar-toggler {
    border: none;
    z-index: 2;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 1.5px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.3s ease;
    transform-origin: center left;
}
.navbar-toggler span {
    background-color: #ffffff;
    transition: ease 0.5s;
}
.navbar-toggler:not(.collapsed) span {
    background-color: #000000;
}
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(16%, -180%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(16%, 100%) rotate(-45deg);
}
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                    Home Page                      */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/


.sliderImg img {
    width: 100%;
    height: 100%;
    max-height: 1080px;
    object-fit: cover;
}
.sliderImg video {
    width: 100%;
    height: 100%;
    max-height: 1080px;
    object-fit: cover;
}
.sliderNavSection {
    position: relative;
    bottom: 5px;
}
.slider-for .slick-list {
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0px;
}

.slider-for .slide:hover {
    bottom: -70px;
}
.slider-for .slide.slick-current:hover {
    bottom: inherit;
    transition: ease 0.3s;
}

.slider-for .slide {
    position: relative;
    padding: 20px 30px 25px 30px;
    bottom: -90px;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    height: 170px;
    cursor: pointer;
}
.slider-for .slick-current {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0px;
    background: #F19C27 !important;
    filter: drop-shadow(6px 6px 2px rgba(0, 0, 0, 0.4));
    transition: ease 0.3s;
}

.slider-for .slick-slide p,
.slider-for .slick-slide h1 {
    color: #ffffff;
    transition: ease 0.3s;
}
.slider-for .slick-slide p{
    opacity: 0;
}
.slider-for .slick-current p,
.slider-for .slick-current h1 {
    color: #000000;
    transition: ease 0.3s;
    opacity: 1;
}
.slider-for .slide:nth-child(1) {
    background: #424242;
}
.slider-for .slide:nth-child(2) {
    background: #333333;
}
.slider-for .slide:nth-child(3) {
    background: #2B2B2B;
}
.slider-for .slide:nth-child(4) {
    background: #1E1E1E;
}
.slider-for p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 0px;
}
.slider-for h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 18px;
}

.slider-for .slick-dots {
    bottom: -40px;
}

.slider-for .slick-dots li,
.slider-for .slick-dots li button {
    width: 30px;
}

.slider-for .slick-dots li button:before {
    color: #C4C4C4;
    content: ' ';
    width: 30px;
    height: 2px;
    background: #C4C4C4;
    opacity: 1;
    border-radius: 20px;
}
.slider-for .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #F19C27;
}
.aboutUsHome {
    text-align: center;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    position: relative;
}
.aboutUsContent {
    justify-content: center;
    padding: 160px 0px;
}
.aboutUsContent h1 {
    padding: 20px 50px;
    margin: auto;
}
/* .aboutUsContent .ctaLinks {
    left: -20px;
} */
.aboutUsHomeBg {
    position: relative;
    display: none;
}

.aboutUsHomeBg img {
    width: 100%;
}

.gradientBtmImg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 330px;
    position: absolute;
    bottom: 0px;
}
.ourGamesHome {
    background: #222222;
    color: #ffffff;
    padding: 100px 0px;
}
.ourGamesContent {
    justify-content: center;
    text-align: center;
}
.ourGamesContent p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.ourGamesShowcaseContent img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainGameShowcase {
    position: relative;
}

.mainGameShowcase:hover .yellowFrame {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.eachOtherGameShowcase:hover .yellowFrame {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.yellowFrame {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.97, 1);
    transition: all .2s ease-in-out;
}

.ourGamesOthersShowcaseContent {
    margin-top: 20px;
}

.otherGamesShowcase {
    list-style: none;
    padding-left: 0px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
}

.eachOtherGameShowcase {
    position: relative;
}

.eachOtherGameShowcase img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eachOtherGameShowcase h1 {
    font-family: 'Gotham-bold';
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.eachOtherGameShowcase a {
    color: #000000;
    font-weight: 500;
}
.viewAllGames {
    background: #F19C27;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: flex;
    align-items: end;
}

.viewAllGames .black.arrow::after {
    background-image: url('../images/icons/arrow-icon-black.svg');
}

.viewAllGames:hover .black {
    color: #fff;
}
.viewAllGames:hover .black.arrow::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    text-transform: none;
    transition: transform 0.2s ease-out;
    background-image: url('../images/icons/arrow-icon-white.svg');
}
.viewAllGamesLead {
    padding: 40px;
    bottom: 0;
}
.ourFilmsHome {
    background: #E1E1E1;
    color: #000000;
    padding: 100px 0px;
}
.mainFilmDesc {
    max-width: 370px;
    padding: 40px;
    position: absolute;
    top: 0;
}
.mainFilmDesc h1 {
    font-family: 'Gotham-book';
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #333333;
}
.mainFilmDesc p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.mainFilmShowcase {
    min-height: 460px;
    height: 100%;
}
.mainFilmShowcase a {
    text-decoration: none;
    color: #000000;
}

.mainFilmShowcase .black:after {
    background-image: url(../images/icons/arrow-icon-black.svg);
}

.mainFilmShowcase:hover .black {
    color: #F19C27;
}

.mainFilmShowcase:hover .black:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    text-transform: none;
    transition: transform 0.2s ease-out;
    background-image: url(../images/icons/arrow-icon-orange.svg);
}
.otherFilmShowcase {
    display: flex;
}
.eachOtherFilmShowcase {
    position: relative;
    width: 100%;
    min-height: 460px;
    height: 100%;
}
.eachOtherFilmShowcase img {
    min-height: 460px;
}
.eachOtherFilmShowcase .mainFilmDesc h1,
.eachOtherFilmShowcase .mainFilmDesc p,
.eachOtherFilmShowcase .mainFilmDesc a {
    color: #ffffff;
}

.eachOtherFilmShowcase:hover .black {
    color: #F19C27;
}

.eachOtherFilmShowcase:hover .black:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    text-transform: none;
    transition: transform 0.2s ease-out;
    background-image: url(../images/icons/arrow-icon-orange.svg);
}
.viewAllCard {
    max-width: 370px;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                 All Games Page                    */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.allGamesShow {
    padding-bottom: 120px;
}
.allGamesShow .eachGame {
    max-height: 350px;
    height: 350px;
    width: 100%;
}
.allGamesShowRow {
    margin: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    width: 90%;
}

.allGamesShowRow:hover {
    width: 95%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}

.allGamesShowRow:hover .white.arrow::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    text-transform: none;
    transition: transform 0.3s ease-out;
}
.allGamesShow .eachGameCol {
    width: 100%;
    max-width: 40%;
}
.allGamesShowFlips .allGamesShowRow:nth-child(2n) {
    flex-direction: row-reverse;
}
.allGamesShowFlips .allGamesShowRow:nth-child(1n) img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.allGamesShowFlips .allGamesShowRow:nth-child(1n) .eachGameContentWrapper {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.allGamesShowFlips .allGamesShowRow:nth-child(2n) img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.allGamesShowFlips .allGamesShowRow:nth-child(2n) .eachGameContentWrapper {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.allGamesShow .eachGame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eachGameContentWrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.eachGameContent {
    color: #ffffff;
    padding: 40px;
}
.allGamesShowRow .eachGameContent {
    width: 410px;
}
.eachGameContent h1 {
    font-family: 'Gotham-bold';
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.eachGameContent p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.eachGameContent span {
    font-family: 'Gotham-book';
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 4px;
    color: #FFFFFF;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*              Single Page Reusable                 */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.singleGameHeader .singleTitleDesc,
.singleFilmHeader .singleTitleDesc {
    margin: 0;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.singleFilmHeader .singleTitleDesc {
    
}
.singleTitleDescRow {
    justify-content: center;
    text-align: center;
}
.singleTitleDescRow a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.viewMore a:after {
    content: '';
    background-image: url(../images/icons/arrow-down-icon.svg);
    background-size: 35px 9px;
    width: 35px;
    height: 9px;
    transition: ease 0.2s;
    left: 50%;
    position: absolute;
    top: 40px;
    transform: translate(-50%,-50%);
}
.viewMore {
    position: relative;
    animation: float 2s infinite alternate;
    -webkit-animation: float 2s infinite alternate;
    top: 10px;
}
.viewMore a{
    transition: all 0.3s ease;
    letter-spacing: 4px;
}
.viewMore a:hover{
    color: #F19C27;
}


@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
.genre {
    background: #F19C27;
    padding: 10px;
}
.genre h1 {
    font-family: 'Roboto';
    font-style: bold;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 5px;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-right: 10px;
    
}
.genre p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.genreWrapper {
    display: flex;
    justify-content: center;
}
.singleContentBgImg {
    position: relative;
}
.fadeOverlay {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 12.2%, #232323 91.31%);
}
.singleContentBgImg img {
    width: 100%;
    position: absolute;
    height: 600px;
    object-fit: cover;
    opacity: 0.6;
}
.singleContentSection {
    background: #222222;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.singleContentSection h1,
.singleContentSection p {
    text-align: center;
    color: #ffffff;
}
.singleContentOpening p {
    font-size: 14px;
    line-height: 24px;
}
.singleContentOpening {
    justify-content: center;
}
#trailers {
    justify-content: center;
    border-bottom: 0px;
    margin-bottom: 20px;
}
#trailers .nav-link {
    border: none;
    text-transform: uppercase;
    margin: auto;
}
#trailers .nav-link:focus,
#trailers .nav-link:hover {
    border-color: transparent;
}
#trailers .nav-link.active {
    background-color: transparent;
}
#trailers .nav-link.active h1 {
    color: #F19C27;
}
#trailers .nav-item {
    position: relative;
}
#trailers .nav-item:after {
    content: '';
    background-color: rgba(255,255,255,0.3);
    background-size: 35px 9px;
    width: 1px;
    height: 20px;
    transition: ease 0.2s;
    position: absolute;
    right: 0px;
    top: 10px;
}
#trailers .nav-item:last-child:after {
    content: unset;
}
#film-tab {
    margin: auto;
}

.trailerTitles {
    display: flex;
    align-items: center;
    justify-content: center;
}
.trailerTitle {
    position: relative;
    padding: 0px 18px;
    line-height: 22px;
}
.trailerVidsWrapper {
    justify-content: center;
    margin-bottom: 40px;
}
.video-wrapper img {
    border: none;
}
.video-wrapper {
    position: relative;
    height: auto;
    z-index: 10;
    object-fit: cover;
}
.play-btn {
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    z-index: 10;
}
.play-btn:hover {
    transition: ease 1s;
    filter: brightness(0) invert(1);
}
.video-overlay img {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
    object-fit: cover;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: absolute;
    border-radius: 5px;
}
.video-wrapper video {
    width: 100%;
    height: 530px;
    max-height: 530px;
    margin: 0 auto;
    border-radius: 5px;
}
.video-wrapper .frame {
    z-index: 3;
    border: 1px solid #F19C27;
}
.video-wrapper .overlay {
    border-radius: 5px;
}
.screenshotPhotosWrapper {
    gap: 1rem;
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}
.screenshotPhotosWrapper figure {
    position: relative;
    margin: 0rem;
    max-height: 270px;
}
.screenshotPhotosPer.item {
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    max-height: 180px;
    height: 180px;
    margin: 10px;
    overflow: hidden;
    border-radius: 5px;
    transition: ease 0.2s;
    border: 1px solid transparent;
}
.screenshotPhotosPer.item:hover {
    transition: ease 0.2s;
    border: 1px solid rgba(241, 156, 39, 0.5);
}
.screenshotPhotosPer.item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.singleContentFeatures {
    background: #353535;
    color: #ffffff;
    position: relative;
}
.featuredInWrapper {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* width: 810px; */
    margin: auto;
}
.featuredInWrapper > li {
    text-align: center;
    height: 100%;
    padding: 30px 20px;
}
.featuredInWrapper img {
    width: 100%;
    height: auto;
}
.viewOthers {
    background: #F19C27;
}
.viewOthers .eachGame img {
    border-radius: 5px;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}

.viewOthers .eachGame .eachGameContent {
    min-height: 160px;
    max-height: 160px;
    transition: ease 0.2s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px;
}
.viewOthers .eachGame:hover .eachGamesWrap {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    transition: ease 0.2s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.viewOthers .eachGame:hover .eachGameContent {
    background: #869CAB;
    transition: ease 0.2s;
}
.viewOthers .eachGame:hover img {
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: ease 0.2s;
}

.viewOthers .eachGame a {
    text-decoration: none;
}

.viewOthers .classicGothamSmall {
    color: #ffffff;
}
.viewOthers .eachGameContent {
    text-align: center;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                  Single Game Page                 */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.singleGameHeader {
    position: relative;
}
.singleGameHeader img,
.singleGameHeader video {
    min-height: 650px;
    height: 100vh;
    max-height: 1080px;
    width: 100%;
    object-fit: cover;
}
.singleGameHeader h1 {
    font-family: 'Gotham-bold';
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* .singleGameHeader .slide {
    max-height: 790px;
    min-height: 790px;
} */
.singleGameHeader p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.genreAvailability {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.gameAvailability {
    background: #000000;
}
.gameAvailability h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 5px;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-right: 10px;
}
a.gameAvailabilityHover{
    transition: all 0.3s ease;
}
a.gameAvailabilityHover:hover{
    filter: invert(33%) sepia(37%) saturate(726%) hue-rotate(350deg) brightness(98%) contrast(92%); /*orange*/
}

.gameAvailabilityWrapper {
    padding: 30px 0px;
}

.gameAvailabilityWrapper h1 {
    text-transform: uppercase;
}

.gameAvailability h1,
.gameAvailabilityWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gameAvailabilityWrapper a {
    padding: 0px 10px;
}
.singleGameLogo {
    text-align: center;
    padding-top: 120px;
}
.singleGameLogo img {
    width: 350px;
}
.pressKitSection {
    background-color: #353535;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0px;
    max-height: 400px;
}
.pressKitDescWrapperRow {
    justify-content: end;
}
.pressKitDescWrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.pressKitDesc {
    padding: 40px;
}
.pressKitDesc .classicGothamSmall {
    text-align: left;
    color: #FFFFFF;
}
.pressKitContent {
    max-width: 440px;
}
.pressKitContent p,
.pressKitContent a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    transition: ease 0.2s;
}

.pressKitContent a:hover {
    color: #F19C27;
    transition: ease 0.2s;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                  Single Film Page                 */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.singleFilmHeader {
    position: relative;
}
.singleFilmHeader img,
.singleFilmHeader video {
    min-height: 650px;
    height: 100%;
    max-height: 720px;
    width: 100%;
    object-fit: cover;
}
.singleFilmHeader h1 {
    font-family: 'Gotham-bold';
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.singleFilmHeader p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}
.singleFilmOpening {
    padding-top: 120px;
}

/* .forFilms .screenshotPhotosWrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
} */

.forFilms .screenshotPhotosPer.item {
    /* height: 130px; */
}
.btsSectionContent {
    display: flex;
}

.btsSectionContent {
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
}

.btsImg img {
    max-width: 630px;
    border-radius: 5px;
    width: 100%;
}

.btsDesc {
    background: #E7E7E7;
    border-radius: 5px;
    padding: 40px;
    max-width: 370px;
    width: 100%;
    max-height: 380px;
    height: 100%;
    position: relative;
    left: -30px;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                     About Us                      */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.allHeaders.allHeadersAbout {
    min-height: auto;
    height: auto;
    max-height: 100%;
}

.singleContentAboutHeader {
    margin: 0;
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pageHeadersTitle {
    font-family: 'Gotham-book';
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.pageHeadersDesc p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.pageHeadersDesc a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.meetTheTeam {
    text-align: center;
    background: #383838;
}

.meetTheTeam .classicGothamSmall {
    color: #ffffff;
}
.meetTheTeam p {
    font-family: 'Gotham-book';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    color: #FFFFFF;
}
.teamBio p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.eachTeamMate {
    justify-content: center;
}

.eachTeamMate .photo img {
    border-radius: 5px;
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.eachTeamMate .hr-line {
    width: 50px;
    margin: 1.2rem auto
}

.eachTeamMateDesc {
    padding: 0px 26px;
}

.eachTeamMateDesc h1 {
    color: #ffffff;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.eachTeamMateDesc .socials a{
    color: transparent;
    transition: ease 0.3s;
}
.eachTeamMateDesc .socials a:hover {
    filter: invert(26%) sepia(12%) saturate(5136%) hue-rotate(340deg) brightness(97%) contrast(94%);
}
.eachTeamMateDesc .socials .socialIcon {
    margin: 0px 4px;
    max-width: 22px;
    max-height: 22px;
}




.clientsCollaborations {
    background: #FFFFFF;
    text-align: center;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                   Contact Us                      */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/

.singleContentAbout {
    height: 100%;
    min-height: 750px;
    max-height: 90vh;
}

.singleContentAbout .fadeOverlay {
    top: 50%;
}

.contactUsSection {
    background: #F19C27;
}

.contactUsRow {
    justify-content: center;
}

.contactUsSection .classicGothamSmall {
    color: #000000;
}
.clearfix {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

#fullNameInput {
    display: flex;
    width: 100%;
}

#fullNameInput .first-name input {
    width: 95% !important;
}
.eachInput {
    position: relative;
}
.inputField {
    position: relative;
}
.wpcf7 input:focus,
.wpcf7 input:focus-visible {
    border: 1px solid #000;
    outline: none;
}

.wpcf7 input:focus, .wpcf7 input:active {
    background: transparent;
}

.wpcf7 .inputLabel {
    position: absolute;
    font-size: 1rem;
    left: 0;
    top: 0%;
    transform: translateY(-50%);
    background-color: #f19c27;
    z-index: 2;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 3px;
    color: #000000;
}

.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select  {
  font-size: 1rem;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 16px 20px;
  background-color: transparent;
  transition: 0.1s ease-out;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
}
.wpcf7 input:focus + .inputLabel {
  color: #000000;
  top: 0;
  transform: translateY(-50%) scale(.9);
}
.wpcf7 input:not(:placeholder-shown) + .inputLabel {
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder { /* Edge */
  color: #000000;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #000000;
}


.wpcf7-not-valid-tip {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-select {
    width: 100%;
    padding: 9px;
    font-family: 'DINPro';
    background: url('../images/icons/arrow-down-black.svg') no-repeat right;
    -webkit-appearance: none;
    background-position-x: 96%;
    background-size: 5% 16%;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}
.submit-holder {
    text-align: center;
    position: relative;
    width: 130px;
    margin: auto;
    transition: ease 0.2s;
}
.submit-holder input {
    width: auto;
    text-transform: uppercase;
    background: #000;
    border-radius: 5px;
    padding: 14px 40px 14px 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Gotham-book';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    position: relative;
    transition: ease 0.2s;
}

.submitWrapper:after {
    content: '';
    background-image: url('../images/icons/arrow-submit-white.svg');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    transition: ease 0.2s;
    position: absolute;
    right: 16px;
    top: 17px;
    pointer-events: none;
}


.submit-holder:hover {
    transition: ease 0.2s;
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}
/* .submitWrapper:hover:after {
    background-image: url('../images/icons/arrow-submit-black.svg');
} */

.submit-holder input:focus, .submit-holder input:active {
    background: #000;
    color: #ffffff;
    border-color: #000;
}

/* .submit-holder:focus:after {
    background-image: url('../images/icons/arrow-submit-black.svg');
}

.submit-holder input:focus, .submit-holder input:active {
    color: #000;
} */

/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                    Dev Blogs                      */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/

.alm-load-more-btn.more {
    font-family: 'Gotham-book', san-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2px;
    color: #FFF;
    border: 1px solid #fF;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 14px 14px 14px 14px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 0px;
    transition: ease 0.2s;
}

.alm-load-more-btn.more:hover {
    transition: ease 0.2s;
    background-color: #F19C27;
    border-color: #F19C27;
    color: #FFFFFF;
}

.alm-load-more-btn.more.done {
    cursor: not-allowed;
    opacity: 0.3;
}

.alm-btn-wrap {
    text-align: center;
}
.allPosts {
    background: #232323;
}

.eachPostLink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 1000;
}

.eachGameContent {
    position: relative;
}

.singlePostsAll {
    background: #000;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    max-height: 300px;
    height: 300px;
    width: 50%;
    position: relative;
    transition: ease 0.2s;
}
.singlePostsWrapper {
    margin-bottom: 30px;
    display: flex;
}

.singlePostsWrapper:hover .singlePostsAll {
    background: #F19C27;
    transition: ease 0.2s;
}

.authorImg {
    margin-right: 10px;
}

.authorImg img {
    width: 60px;
    height: 60px;
    border: 2px solid #F19C27;
    border-radius: 50%;
}
.authorImgName {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.publishedDuration {
    display: flex;
}
.publishedDuration p {
    margin-bottom: 0px;
}

.authorName {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.publishedDuration p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}

.singlePostsAll h1 {
    font-family: 'Gotham-bold';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    min-height: 120px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

#ajax-load-more {
    margin: auto;
}

.singlePostsImg img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    object-fit: cover;
}

.singlePostContentWrap {
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.singlePostContentWrap .fadeOverlay {
    background: linear-gradient(180deg, rgba(220, 220, 220, 0) 12.2%, #DCDCDC 100%);
}

.singlePostContentWrap .authorImgName {
    justify-content: center;
}

.singlePostHeadContent h1 {
    text-align: center;
    margin: auto;
    font-family: 'Gotham-bold';
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
}

.singlePostHeadContent .authorName,
.singlePostHeadContent .publishedDuration p {
    color: #333333;
}

.singlePostContentWrap .hr-line {
    background-color: rgba(0, 0, 0, 0.5)
}

.wp-block-image figcaption{
    font-family: 'Gotham-book' !important;
    font-size: 12px !important;
    font-style: italic !important;
}

.backBtn {
    text-align: center;
}
.backBtn a {
    color: #000;
}
.backBtn a:after {
    content: none;
}
.backBtn a:before {
    content: '';
    background-image: url('../images/icons/arrow-icon-black.svg');
    background-size: 35px 9px;
    width: 35px;
    height: 9px;
    transition: ease 0.2s;
    position: absolute;
    left: -50px;
    top: 4px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.backBtn a:hover {
    color: #fff;
}
.backBtn a:hover:before {
    background-image: url('../images/icons/arrow-icon-white.svg');
    left: -60px;
}

.singlePostNewsContent p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #333333;
}

.viewOthersNews {
    background: unset;
}
.viewOthersNews .authorImg img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    min-height: 70px;
}

.viewOthersNews .eachPosts .eachPostThumb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}

.viewOthersNews .eachPosts .eachPostsContent {
    min-height: 330px;
    max-height: 330px;
   padding: 40px;
   transition: ease 0.2s;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   background: #000000;
   position: relative;
}

.viewOthersNews .eachPosts .button:hover {
    color: #ffffff;
}

.viewOthersNews .eachPosts:hover .black:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    text-transform: none;
    transition: transform 0.2s ease-out;
    background-image: url(../images/icons/arrow-icon-white.svg);
}

.viewOthersNews .eachPosts .button:hover:after {
    background-image: url(../images/icons/arrow-icon-white.svg);
}


.viewOthersNews .eachPosts a {
    text-decoration: none;
}

.viewOthersNews .classicGotham {
    font-family: 'Gotham-book';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.viewOthersNews .eachPostThumb {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.viewOthersNews .eachPosts:hover .eachGamesWrap {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    transition: ease 0.2s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.viewOthersNews .eachPosts:hover .eachPostsContent {
    background: #F19C27;
    transition: ease 0.2s;
}
.viewOthersNews .eachPosts:hover .eachPostThumb {
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: ease 0.2s;
}


.publishedDuration p:first-child:after {
    content: "•";
    padding: 0px 6px;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                 Privacy Policy                    */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.privacyPolicyContentRow {
    justify-content: center;
}
.privacyPolicyContent {
    background: #C4C4C4;
}

.privacyPolicyContent p {
    margin-bottom: 0.5rem;
}

.privacyPolicyContent a {
    color: #F19C27;
    font-family: 'Roboto';
    text-decoration: none;
}

.privacyPolicyContent p,
.privacyPolicyContent li {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.privacyPolicyContent h1 {
    font-family: 'Gotham-bold';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                     Footer                        */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.discordCommunity {
    background-image: url('../images/community/community-bg.jpg');
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.discordCommunity h1 {
    text-align: left;
}
.communityMembers {
    position: relative;
    /* height: 100%;
    max-height: 420px;
    top: -70px; */
    width: 550px;
}
.communityMembers img {
    position: relative;
    left: -50px;
}
.joinTheDiscord img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 30px;
}
.joinTheCommunity {
    color: #ffffff;
    justify-content: end;
}
.joinTheDiscord {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.joinTheDiscord p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}
.ptgLogo {
    width: 100%;
    max-width: 60px;
}
.footerSection {
    background-color: #000000;
    padding: 100px 0px;
    z-index: 1;
    position: relative;
}
#menu-footer-menu {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 50px;
}
#menu-footer-menu li > a {
    font-family: 'Gotham-book';
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    transition: ease 0.2s;
}
#menu-footer-menu li > a:hover {
    color: #F19C27;
    transition: ease 0.2s;
}
.footerSection h1,
.footerSection a {
    font-size: 14px;
    color: #ffffff;
}
.footerSection h1 {
    font-family: 'Gotham-bold';
}
.footerSection h2 {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    color: #C4C4C4;
}
.footerSection p,
.footerSection a {
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 22px;
    color: #C4C4C4;
}
.footerSection h2 {
    margin-bottom: 0px;
    font-weight: bold;
}
.footerSection .emailUs {
    color: #F19C27;
    text-decoration: none;
    transition: ease 0.2s;
}

.footerSection .emailUs:hover {
    color: #ffffff;
    transition: ease 0.2s;
}

.copyrightFooter a {
    transition: ease 0.2s;
}

.copyrightFooter a:hover {
    color: #F19C27;
    transition: ease 0.2s;
}
.followUs {
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
}

.followUs .socialIcons a:hover {
    filter: invert(26%) sepia(12%) saturate(5136%) hue-rotate(340deg) brightness(97%) contrast(94%);
}
.footerSection .socialIcons {
    margin-left: 16px;
}
.socialIcon {
    margin: 0px 10px 0 0;
    max-width: 26px;
    max-height: 22px;
}

.companyName {
    margin-bottom: 0px;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                    Mobile Menu                    */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/

.lock-scroll {
    overflow: hidden;
}

.mobile-menu li {
    font-family: 'Roboto';
    font-size: 10px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 5px;
}
.mobile-menu li.menu-main {
    font-family: 'Gotham-Bold';
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mobile-menu li.menu-main-link{
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#menu-mobile-menu li a {
    color: #000000 !important;
    padding-bottom: 0px;
}
.menu-item-has-children {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.sub-menu {
    margin-bottom: 50px;
}

.menu-item-has-children a,
.sub-menu a {
    color: #000000 !important;
}

.menu-item-has-children a {
    padding-bottom: 0px;
}

.menu-item-has-children:after {
    content: '';
    width: 100px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -30px;
    z-index: 1;
}

.sub-menu {
    color: #000000;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0px;
}

.showMob .hr-line {
    margin: inherit;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.showMob .socialIcon {
    margin: 0;
    margin-right: 12px;
}
.copyrightOnMenu {
    margin-top: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
}

.copyrightOnMenu a {
    color: #000000;
    text-decoration: underline;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*                       Misc                        */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––*/
.otherGamesShowcase.mob-show991 {
    display: none;
}

.slider-progress {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 4px;
}
.slider-progress span{
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 20px;
    display: block;
    width: 0px;
    height: 100%;
    background-color: #9D3767;
    transition: all 0s linear;
}
.slider-progress span.active{
	width: 100%;
}

.allGamesShowRow .eachGameContentWrapper {
    transition: ease 0.2s;
}

.allGamesShowRow:hover .eachGameContentWrapper {
    background: #F19C27 !important;
    transition: ease 0.2s;
}

.navbar .navbar-collapse {
    visibility: hidden;
}
