/*
Theme Name: Ripstone Child
Template: ripstone
Text Domain: ripstone-child
*/

@import 'dist/css/globals.css';
@import 'dist/css/testimonials.css';

a {
    color: rgba(215, 221, 59, 0.9) !important;
    transition: color 0.3s;
}

body {
    font-size: 15px;
    color: #f9f9f9;
    font-weight: 200;
    font-family: OpenSans, 'Open Sans', sans-serif;
}

#page .type-game .game-features-content,
#page .type-game .games_info p,
.page-template-default .bold-content p,
.page-template-default .about-leadcontent,
.page-template-default .about-content,
.head-content,
.page-template-default .team-container .bio,
.page-page-head-content,
.single-post .post .entry-content p,
.contact-detail-block p,
.round-btn
{
    font-family: OpenSans, 'Open Sans', sans-serif;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

#content.site-content {
    margin-bottom: 30px;
}

/*===== HEADER =====*/
header.gamez-header-variation-1 .top-menu .top-menu-container {
    /*width: 1044px;*/
}
header.gamez-header-variation-1 .gamez-main-nav {
    margin-left: -40px;
}
header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a {
    /*font-family: "A Love of Thunder";*/
    font-family: "NumSW";
    font-size: 1.4em;
}

.top-menu {
    height: 81.91px;
}
.top-menu-container {
    height: 100% !important;
}
.top-menu-container > div {
    height: 100%;
}
header.gamez-header-variation-1 .top-menu .top-menu-container .left-side {
    align-items: initial !important;
}

header.gamez-header-variation-1 {
    border-top: none !important;
}

header.gamez-header-variation-1 .top-menu .top-menu-container .left-side .gamez-main-logo {
    padding-top: 15px;
}

header.gamez-header-variation-1 .top-menu-container:before {
    border-top: 93px solid rgba(15, 27, 51, 0.18) !important;
    border-left: 93px solid transparent !important;
    border-right: 93px solid transparent !important;
    position: absolute !important;
    width: 111% !important;
    left: -5.5% !important;
    top: 0 !important;
    z-index: -1 !important;
}

header.gamez-header-variation-1 .top-menu-container:after {
    border-top: 90px solid #fff !important;
    top: -9px !important;
}

header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a {
    padding-top: 30px !important;
    color: black !important;
}

header.gamez-header-variation-1 .navbar-collapse.collapse,
header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1
{
    height: 100% !important;
}

header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active > a::after,
header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent > a::after,
header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a::after {
    border-top: none !important;
}

header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li {
    border-right: 3px solid rgb(238,238,238);

    transform: skewx(-45deg);
    transition: background .2s ease, color .2s ease;
    position: relative;
    height: 99%;
}
header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li:first-child {
    border-left: 3px solid rgb(238,238,238);
}
header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li:last-child {
    border-right: 3px solid rgb(238,238,238);
}

header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a {
    display: block;
    transform: skewx(45deg);
    height: 100%;
    padding: 0 25px;
}
header.gamez-header-variation-1 .gamez-main-nav {
    width: 100% !important;
    float: right !important;
}
header.gamez-header-variation-1 .navbar-collapse.collapse {
    float: left;
    padding-right: 0;
}
header.gamez-header-variation-1 .navbar-nav {
    margin-right: -67px;
}

@media only screen and (max-width: 1199px) {
    /*header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 {
        font-size: 12px;
    }
    header.gamez-header-variation-1 .gamez-main-nav {
        display: block !important;
    }*/
}

#mobile-menu .hamburger {
    display: inline-block;
    position: absolute;
    right: 0;
    padding-top: 24px;
}


/*===== LOGO =====*/
header.gamez-header-variation-1 .top-menu .top-menu-container .left-side .gamez-main-logo {
    max-width: none !important;
    padding-top: 0 !important;
}
header a.menu-logo img {
    height: 100% !important;
    width: 88% !important;
}

@media only screen and (min-width: 993px) {
    #main-logo {
        margin-left: 18px;
    }

    header #hamburger {
        display: none;
    }
}
@media only screen and (max-width : 992px) {
    header #hamburger {
        display: inline;
    }

    #main-logo {
        float: none;
        margin: 0 auto;
        /*margin-left: 12%;*/
        margin-left: -12%;
        text-align: center;
        height: 100%;
    }
    .menu-logo img {
        text-align: center;
        margin: 0 auto;
    }

    header.gamez-header-variation-1 .top-menu .top-menu-container .left-side {
        text-align: center;
    }

    .nav-social-icons {
        width: 16% !important;
        padding-left: 34px;
    }
}
@media (min-width: 768px) and (max-width: 993px) {
    header.gamez-header-variation-1 .top-menu .top-menu-container .left-side .gamez-main-logo {
        max-width: 240px !important;
    }

    .nav-social-icons {
        width: 22% !important;
    }
}

@media only screen and (max-width: 768px) {
    header.gamez-header-variation-1 .top-menu .top-menu-container .left-side .gamez-main-logo img {
        width: 169px !important;
    }
    #main-logo {
        margin-left: 0 !important;

    }
    header.gamez-header-variation-1 .top-menu .top-menu-container .left-side {
        width: 100%;
    }
    .nav-social-icons {
        display: none;
    }

}
#hamburger img {
    float: right;
    height: 42px;
    margin-right: 38px;
    margin-top: 15px;
}

/*===== Nav Icons =====*/
/* Global */
.gamez-main-nav ul.head-variation-1 > li > a:after {
    content: "";
    height: 60%;
    position: absolute;
    bottom: 0;
    margin-top: 57px;
    transform: scale(1);
}

.gamez-main-nav ul.head-variation-1 > li > a:after {
    background: url('dist/img/thunderbolt.svg');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}
/* Games */
.gamez-main-nav ul.head-variation-1 > li.menu-item-2528 > a:after
{
    background: url('dist/img/nav-icons/games.png');
    margin-left: -33px;
    height: 76% !important;
}
/* Community */
.gamez-main-nav ul.head-variation-1 > li.menu-item-2507 > a:after
{
    background: url('dist/img/nav-icons/community.png');
    margin-left: -26px;
}
/* News */
.gamez-main-nav ul.head-variation-1 > li.menu-item-2510 > a:after
{
    background: url('dist/img/nav-icons/news.png');
    margin-left: -34px;
}
/* Publishing */
.gamez-main-nav ul.head-variation-1 > li.menu-item-2511 > a:after
{
    background: url('dist/img/nav-icons/publishing.png');
    margin-left: -23px;
}
/* About Us */
.gamez-main-nav ul.head-variation-1 > li.menu-item-2506 > a:after
{
    background: url('dist/img/nav-icons/about-us.png');
    margin-left: -23px;
}
/* Contact */
.gamez-main-nav ul.head-variation-1 > li.menu-item-2508 > a:after
{
    background: url('dist/img/nav-icons/contact.png');
    margin-left: -34px;
}

header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.active > a,
header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li.current-menu-parent > a {
    font-family: "NumSW" !important;
}

@media only screen and (max-width : 1199px) {
    header.gamez-header-variation-1 .gamez-main-nav {
        display: none;
    }
}

/*===== HOME BANNER =====*/
/*#home-banner {
    height: 628.69px;
}*/

#home-banner .homebanner-border-bottom {
    background: transparent;
    height: auto !important;
    /*background-image: url('dist/img/grey-green-strip.svg');
    background-repeat: no-repeat;*/
    /*margin-top: -33px;*/
    margin-top: -3%;

    width: 102vw;
    position: relative;
    margin-left: -51vw;
    left: 50%;
}

@media only screen and (min-width : 1200px) and (max-width: 1725px) {
    #home-banner .homebanner-border-bottom {
        margin-top: -3.5% !important;
    }
}
@media only screen and (min-width : 1725px) {
    #home-banner .homebanner-border-bottom {
        margin-top: -5% !important;
    }
}
/*
@media only screen and (max-width: 1378px) {
    #home-banner .homebanner-border-bottom {
        background-size: cover;
        -ms-background-position-x: -12px;
        background-position-x: -12px;
    }
}
*/
#home-banner {
    margin-bottom: -50px;
}

/*===== SECTION HEADER =====*/
.sect-header .vc_figure-caption {
    visibility: hidden;
    display: none;
}
.sect-header img {
    width: 43%;
    height: auto;
    max-width: none !important;
    margin: 0 auto !important;
}
.sect-header.text-left img {
    margin: 0 0 !important;
}
.sect-header .wpb_single_image .vc_single_image-wrapper,
.sect-header .wpb_single_image .vc_figure {
    width: 100% !important;
    max-width: none;
}
.sect-header.sect-header-news {
    padding-right: 33px;
}
.sect-header .latest-news-header img {
    width: 62.2%;
    /*margin-left: 18px !important;*/
}
.sect-header .latest-news-header {
    margin-bottom: 20px;
}

#content.site-content {
    height: 100%;
}

.gamez-page-header {
    z-index: 2 !important;
    min-height: 230px;
}

body {
    background: url(dist/img/space-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*===== Games on Home Page =====*/
#our-games {
    margin-bottom: 35px;
}
.our-games-header {
    margin-top: -2px;
    margin-bottom: -5px;
}
.our-games-header .wpb_single_image {
    margin-bottom: 18px;
}

.review-carousel .owl-carousel-left,
.review-carousel .owl-carousel-right {
    /*top: 33% !important;*/
    top: 126px !important;
}
/*===== Twitch TV Homepage =====*/
.home-twitch-tv img {
    transform: rotate(5deg);
    cursor: pointer;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    width: 421px;
}

/*===== CSS ANIMATIONS =====*/
.zoom-tilt {
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.zoom-tilt:hover {
    -webkit-transform:rotate(9deg) scale(1.1);
    -moz-transform:rotate(9deg) scale(1.1);
    -ms-transform:rotate(9deg) scale(1.1);
    -o-transform:rotate(9deg) scale(1.1);
    transform:rotate(9deg) scale(1.1);
}


footer.site-footer {
    background: rgb(84,80,84) !important;
}
footer.site-footer .footer-main {
    padding-top: 0 !important;
}
.div-center {
    display: flex;
    display: -webkit-inline-block;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-links {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-weight: 400;
    line-height: 24px;

    padding:0;
    font-size:11px;
    text-align:center;
}
.copyright {
    color: #B4B4B4;
    font-size: 8pt;
}
.footer-logo {
    width: 100%;
    height: 100%;
    max-width: 135px;
    margin-bottom:5px;
}
.contact_decor {
    background: url(http://ripstone.com/img/edge2.png) 0 0 repeat-x;
    padding-top: 18px;
    margin-top: -18px;
}
.footer-main {
    display: none;
}
footer.site-footer .site-info.variation-2 {
    padding: 20px 0 !important;
}
/*===== Twitter cloud =====*/
.footer-tweet-container {
    display: none;
}
.tweet-cloud {
    background: url('dist/img/tweet-cloud.svg') no-repeat;
    max-width: 70%;
    display: block;
    height: 235px;
    float: right;
    width: 100%;
}
.site-footer .row-twitter {
    margin-top: -165px !important;
    height: 0;
}

footer.entry-footer .edit-link {
    display: none !important
}

/*===== POSTS =====*/
.content-desc .content-meta .comments-link {
    display: none;
}

/*===== POSTS MASONRY =====*/
#posts-wrapper {
    position: relative;
    box-sizing: content-box;
}

#gutter-sizer {
    width: 0;
    height: 0;
    box-sizing: content-box;
}

@media screen and (min-width: 800px) {
    #gutter-sizer {
        width: 3% !important;
    }
}
.gamez-recent-with-thumb {
    margin-top: 30px;
    background-color: rgba(83,79,83,0.4);
    margin-bottom: 30px;
    /*padding: 3rem;*/
    margin-right: 20px;
    padding: 0 12px 12px;
}

.gamez-recent-with-thumb .media {
    padding-top: 39px;
}

.gamez-recent-with-thumb .media figure {
    border: 3px solid white;
    display: block !important;
}

.gamez-recent-with-thumb .media .media-body .media-heading {
    font-size: 1.5em;
    background-color: #D7DF23;
    position: absolute;
    top: 12px;
    left: 0;
    width: 85%;
    z-index: 1;
    line-height: 1.3em;

    margin-top: -25px;
    padding: 9px !important;
}

.gamez-recent-with-thumb .media .media-left {

}

.gamez-recent-with-thumb .media .media-body .content-desc .content-meta {
    color: #d7dd3b !important;
}

.gamez-recent-with-thumb .media .media-body .media-heading a {
    transition: color 0.3s;
    color: #CC378A !important;
    font-family: "NumSW";
    font-size: 21px;
}

.gamez-recent-with-thumb .media .media-body .media-heading {
    -moz-box-shadow: 8px 0 0 #D7DF23,-11px 0 0 #D7DF23;
    -webkit-box-shadow: 8px 0 0 #D7DF23,-11px 0 0 #D7DF23;
    box-shadow: 8px 0 0 #D7DF23,-11px 0 0 #D7DF23;
}

@media (min-width: 889px) {
    .gamez-recent-with-thumb .media .media-body .media-heading {
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
         -webkit-transform: rotate(-2deg);
         transform: rotate(-2deg);
    }
}

/*===== Updated Posts Masonry =====*/
.gamez-recent-with-thumb.masonry-post {
    /* margin: 0; */
    padding: 0 !important;
}
.gamez-recent-with-thumb.masonry-post .media {
    padding: 0;
    padding-top: 0 !important;
}
.gamez-recent-with-thumb.masonry-post .media-left {
    width: 100%;
    display: block !important;
    margin: 0;
    padding: 0;
    border: 0;
    padding-right: 0 !important;
    vertical-align: initial;
}
.gamez-recent-with-thumb.masonry-post figure {
    width: 100% !Important;
    /* background: red; */
    border: none !Important;
}
.gamez-recent-with-thumb.masonry-post img.wp-post-image {
    width: 100% !Important;
}
.gamez-recent-with-thumb.masonry-post .content-desc {
    padding: 30px;
    padding: 3rem;
}

/*===== Header social =====*/
.nav-social-icons {
    width: 12%;
    height: 100% !important;
}
.nav-social-icons .hico {
    height: 99% !important;
    position: relative;
    display: inline-block;
    line-height: 80px;
}
.nav-social-icons .hico img {
    height: 26px;
    display: inline-block;
}
.nav-social-icons .hico:last-child {
    margin-left:18px;
}
.nav-social-icons .hico img:hover {
    opacity: 0.8;
}

/*===== PRELOADER =====*/
#gamez-preloader {
    /*background: #56ab2f; !* fallback for old browsers *!
    background: -webkit-linear-gradient(to left, #56ab2f , #a8e063); !* Chrome 10-25, Safari 5.1-6 *!
    background: linear-gradient(to left, #56ab2f , #a8e063); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
    background: rgb(84,80,84) !important;
    position: fixed !important;
}
body .mouth {
    border: solid 1.3vh rgb(215,221,59) !important;
    border-right: solid 1.3vh rgba(223, 223, 194, 0) !important;
    border-left: solid 1.3vh rgba(223, 223, 194, 0) !important;
    border-bottom: solid 1.3vh rgba(223, 223, 194, 0) !important;
}
body .leftEye, body .rightEye {
    background: rgb(215,221,59) !important;
}

/*=== GENERIC =====*/
/*body {
    background: rgb(84,80,84) !important;
}*/
body {
    background-color: #000000 !important;
}
.font-numsw {
    font-family: "NumSW";
    font-size: 28px;
    color: rgb(215,221,59);
}
.text-upper {
    text-transform: uppercase;
}
.text-offset-left {
    margin-left: 18px !important;
}

#back-to-top .btn {
    border-color: #d7dd3b !important;
    background-color: #d7dd3b !important;
}
#back-to-top .btn:hover {
    color: #22252b !important;
}

.breadcrumb {
    background: #9fa41d !important;
}
#breadcrumbs {
    color: rgb(255, 255, 255) !important;
}
::selection {
    color: #fafafa;
    background: rgba(159, 164, 29, 0.54) !important;
}
.gamez-page-header:before {
    background: none !important;
}

.post-type-archive-game .gamez-page-header {
    background: none !important;
}
/* rgba(250, 250, 250, 0.05) */
.widget {
    background: #CC378A;
}
.widget .widget-title {
    border-bottom: 1px solid #9fa41d !important;
}
.widget .widget-title {
    color: #fafafa;
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #9fa41d !important;
}

.post .entry-header .entry-date-meta {
    background: rgba(215, 221, 59, 0.9) !important
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
.form-group textarea,
textarea {
    background-color: rgba(215, 221, 59, 0.3) !important;
}

#vectorbg {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    background-image: url(dist/img/cIty-background.png);
    background-position: center bottom;
    background-size: contain;
}

img.gamez-page-title {
    width: 39%;
    height: auto;
    margin-top: 190px;
    margin-bottom: 20px;
    max-height: 50px !important;
}

.review-archive-content .review-archive-details {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}
.review-archive-content .review-game-logo img {
    margin: 0 auto;
}
.review-archive-content h2.review-archive-title {
    float: left;
    width: 70%;
    padding: 0 30px 30px;
}
.review-archive:hover {
    box-shadow: 0 0 20px 0 #d7dd3b !important;
}

input[type="submit"],
#buddypress input[type=submit],
div.bbp-submit-wrapper button,
.gamez-btn,
.single_add_to_cart_button {
    background: #d7dd3b !important;
}

input[type="submit"]:hover,
#buddypress input[type=submit]:hover,
div.bbp-submit-wrapper button:hover,
.gamez-btn:hover,
.single_add_to_cart_button:hover {
    color: #d7dd3b !important;
    background: white !important;
}

#map {
    background: #ccc;
    height: 334px;
    width:100%;
    margin-top: -60px;
}

/*===== Game page =====*/
#page .type-game #game-media {
    z-index: 200;
    position: relative;
}
#page .type-game #game-media .game-logo img {
    /*height: 202.282px !important;*/
    height: 146.282px !important;
    margin: 0 auto;
}
#page .type-game #game-media .game-logo {
    z-index: 600;
    position: relative;
}
#page .type-game #game-media .game-featured-image {
    /*margin-top: -118.85px;*/
    /*height: 362.803px;*/
    /*margin-top: -100px;*/
    margin-top: -70px;
    width: 100% !important;
    background: white !important;
    transform: rotate(2.35deg);
    padding: 3px;
}
#page .type-game .game-features-block {
    /*
    background: url(dist/img/game-featured/game-features-background.svg);
    background-position: center bottom;
    background-size: contain;
    background-size: 92%;
    background-repeat: no-repeat;
    margin-top: -11px;
    !*padding: 47px;*!
    padding: 26px 47px;
    position: relative;
    */
    background: url(dist/img/game-featured/game-features-background.svg);
    background-position: 30px bottom;
    background-size: contain;
    background-size: 86%;
    background-repeat: no-repeat;
    margin-top: -11px;
    padding: 26px 57px;
    position: relative;
}
#page .type-game .main-row {
    margin-bottom: 25px;
}
#page .type-game .game-features-content {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
#page .type-game .game-featured-image {
    z-index: 500;
    position: relative;
}
#page .type-game .featured-block {
    position: relative;
}
#page .type-game .game-image-shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    /*bottom: -13px;*/
    bottom: -9px;
    background: rgba(0,0,0,0.15);
}
#page .type-game .game-features-head {
    margin: 10px auto;
    /*width: 78%;*/
    width: 66%;
    text-align: center;
    margin-bottom: 18px;
}
#page .type-game .pusher-col {
    margin-top: 50px;
    padding-right: 50px;
}
#page .type-game .game-title {
    font-size: 47px;
    /*margin-bottom: 0px;*/
    margin: 0;
}
#page .type-game .games_info p {
    font-size: 15px;
    color: white;
    margin-bottom: 13px !important;
    font-weight: 300;
}
#page .type-game .games_info p:first-of-type {
    color: #CB3694 !important;
    /*font-weight: 300;*/
    font-family: "NumSW" !important;
    font-size: 28px;
    line-height: 1.2em;
}
#page .type-game .game-available-on p:first-of-type {
    font-size: 20px;
    margin-bottom: 21px;
}
#page .type-game .game-ratings .pegi-logo {
    margin-right: 8px;
}
#page .type-game .game-ratings img {
    display: inline-block;
    /*max-height: 53px;*/
    max-height: 34px;
    /*margin-top: 4px;*/
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#page .type-game .view-trailer {
    background: url(dist/img/view-trailer-button.png);
    position: absolute;
    height: 141.75px;
    width: 26%;
    z-index: 600;
    background-size: contain;
    background-repeat: no-repeat;
    left: -27px;
    bottom: -54px;
}
#page .type-game .view-trailer:hover {
    -webkit-animation-name: shakeit;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: shakeit;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#page .type-game .view-trailer a {
    width: 100%;
    height: 100%;
    position: absolute;
}
#page .type-game hr {
    border-top: 1px solid #888;
    margin-top: 6px;
}
#page .type-game .view-trailer.mobile {
    display: none;
}



#page .type-game .gallery-row .owl-carousel .owl-carousel-left:before,
#page .type-game .gallery-row .owl-carousel .owl-carousel-right:after,
#page .type-game .gallery-row .gallery-slope-container:after,
#page .type-game .gallery-row .gallery-slope-container:before {
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
}
#page .type-game .gallery-row {
    margin: 30px 0;
}
#page .type-game .website-row {
    margin: 30px 0 38px 0;
}
#page .type-game .gallery-row .owl-item img {
    border: 5px solid white;
    max-width: 100%;
    height: auto;
    max-height: 132px;
    width: auto;
    margin: 0 auto;
}

#page .type-game .gallery-row .gallery-slope-container {
    padding: 24px 20px;
    background: #D7DF23;
    position: relative;
}
#page .type-game .gallery-row .gallery-slope-container:before {
    border-top: 180px solid transparent !important;
    border-right: 15px solid #D7DF23;
    left: -15px;
}
#page .type-game .gallery-row .gallery-slope-container:after {
    border-top: 180px solid transparent !important;
    border-left: 15px solid #D7DF23;
    right: -15px;
}

#page .type-game .gallery-row .owl-carousel .owl-nav {
    display: block !important;
}


#page .type-game .gallery-row .owl-carousel .owl-carousel-left,
#page .type-game .gallery-row .owl-carousel .owl-carousel-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(129,129,129);
    background: #fff;
    height: 50px;
    width: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 32px;
    line-height: 50px;
    transition: background-color 0.3s;
}
#page .type-game .gallery-row .owl-carousel .owl-carousel-left {
    left: -52px;
}
#page .type-game .gallery-row .owl-carousel .owl-carousel-right {
    right: -52px;
}
#page .type-game .gallery-row .owl-carousel .owl-carousel-left:before {
    border-bottom: 7px solid transparent;
    border-right: 21px solid #CB3694;
    left: 1px;
    top: 50px;
}
#page .type-game .gallery-row .owl-carousel .owl-carousel-right:after {
    border-bottom: 7px solid transparent;
    border-left: 21px solid #CB3694;
    right: 1px;
    top: 50px;
}

#page .type-game .game-platforms-on .store_ico {
    display: block;
    /*margin-bottom: 20px;*/
    line-height: 1.42857143;
}
#page .type-game .game-platforms-on .store_ico img {
    /*height: 30px;*/
    height: auto;
    width: auto !important;
    max-height: 30px !important;
    margin: 0 auto;
}

#page .type-game .game-platforms-on .store {
    margin-bottom: 30px;
}
#page .type-game .gallery-row .gallery-header img {
    width: 247px;
    margin: 0 auto;
    margin-bottom: -11px;
    z-index: 600;
    position: relative;
    max-width: 25%;
}
/*===== ABOUT / .page-template-default =====*/
.page-template-default .heading-seperator {
    margin-bottom: 10px;
}
.page-template-default .publishing-heading {
    margin-bottom: 5px;
}

.page-template-default .bold-content p {
    font-size: 18px;
    color: white;
}
.page-template-default .gamez-page-header,
.post-type-archive-game .gamez-page-header {
    height: auto !important;
    background: none;
    z-index: initial;
    position: relative;
}
.page-template-default .gamez-page-title {
    margin-top: 153px  !important;
    margin: 25px auto;
}
.page-template-default .about-leadin,
.head-leadin {
    margin-top: 26px;
    font-family: NumSW !important;
    color: #CC378A;
    margin-bottom: 22px;
}
.page-template-default .about-leadcontent {
    font-size: 18px;
    color: white;
    margin-bottom: 25px;
}
.page-template-default .about-featimg .vc_figure {
    width: 100%;
    height: 100%;
    position: relative;
}
.page-template-default .about-featimg .vc_single_image-wrapper {
    width: 100%;
    height: 100%;
}
.page-template-default .about-featimg .vc_single_image-wrapper img {
    height: 100%;
    width: 100%;
    position: relative;
}
/*.page-template-default .about-featimg {  }*/
.page-template-default .about-content,
.head-content {
    font-size: 15px;
    color: white;
    font-weight: 200;
}
.page-template-default .about-content p {
    margin-bottom: 25px;
}
.page-template-default .meet-the-team {
    margin-bottom: 13px;
}

.page-template-default .team-container {
    background: url(dist/img/the-team/team-frame.svg);
    height: 486.2px;
    width: 308px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}
.page-template-default .team-inner-container {
    height: 100%;
    width: 100%;
    /*background: rgba(255, 0, 0, 0.31);*/
}
.page-template-default .team-container .facial {
    margin: 0 auto;
    text-align: center;
    height: 195px;
}
.page-template-default .team-container .facial img {
    display: inline-block;
    margin-top: -17px;
}
.page-template-default .team-container .name-tile {
    background: url(dist/img/the-team/name-title-box.svg);
    width: 108%;
    height: 79px;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-left: -17px;
    background-position: center top;
    margin-top: -7px;
}
.page-template-default .team-container .t-name {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 16px;
    font-size: 22px;
    font-family: "NumSW";
    color: #D7DF23;
}
.page-template-default .team-container .t-position {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "A Love of Thunder";
    margin-top: 6px;
    display: inline-block;
    margin-left: 17px;
    color: black;
}
.page-template-default .team-container .bio {
    margin: 0 auto;
    text-align: center;
    width: 74%;
    margin-top: 13px;
    font-size: 15px;
    color: #cbcbcb;
    font-weight: 100;
    line-height: 1.4em;
}
.page-template-default .team-container .social {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: -15px;
    position: absolute;
}
.page-template-default .team-container a.social-link {
    width: 35px;
    overflow: hidden;
    display: inline-block;
}
.page-template-default .team-container .bio .question-block {
    margin-bottom: 11px;
}
.page-template-default .team-container .bio .question {
    font-size: 19px;
}

.gamez-review-archive {
    margin-top: 0 !important;
}
.post-type-archive-game .gamez-page-header .gamez-page-title {
    margin-top: 153px !important;
    margin: 25px auto;
}

.review-archive {
    background: none !important;
    transition: none !important;
    margin: 30px 0;
}
.review-archive:hover {
    box-shadow: none !important;
}

.game-page-leadin {
    font-size: 42px !important;
    line-height: 1.1em;
    text-align: center;
}
.page-page-head-content {
    font-size: 18px;
    color: white;
    margin-bottom: 25px;
}

.medium-green-head {
    font-size: 40px;
    line-height: 1.1;
}

/*===== Latest News =====*/
.latest-news-box {}
.latest-news-box .latest-news-header {
    max-width: 455px;
    margin: 0 auto;
    text-align: center;
    z-index: 500;
}
.latest-news-box .latest-news-inner {
    z-index: 501;
    background: url(dist/img/latest-news/latest-new-pink-box.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 361px;
    background-position: top center;
    position: relative;
    margin-top: -50px;
}
.latest-news-box .latest-news-image {
    z-index: 502;
    position: relative;
    /* background: rgba(255, 0, 0, 0.37); */
    height: 94%;
    margin: 0 auto;
    transform: rotate(-1.95deg);
    width: 83%;
    top: 3%;
    padding: 10px;
}
.latest-news-box .latest-news-image img {
    width: 100%;
    height: 100%;
    background: white;
    padding: 5px;
}
.latest-news-box .latest-news-title {
    -moz-box-shadow: 8px 0 0 #D7DF23,-11px 0 0 #D7DF23;
    -webkit-box-shadow: 8px 0 0 #D7DF23,-11px 0 0 #D7DF23;
    box-shadow: 8px 0 0 #D7DF23,-11px 0 0 #D7DF23;
    font-size: 1.5em;
    background-color: #D7DF23;
    position: absolute;
    left: 65px;
    width: 84%;
    line-height: 1.3em;
    padding: 9px !important;
    z-index: 510;
    bottom: 39px;
    color: white !important;
    transform: rotate(-3deg);
}
.latest-news-box .latest-news-title a {
    color: #CC378A !important;
    font-family: "NumSW";
    font-size: 21px;
}

/*.publishing-testimonials:before,
.publishing-testimonials:after {
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
}

.publishing-testimonials blockquote {
    background: none !important;
}
.publishing-testimonials {
    padding: 24px 20px;
    background: #CC378A;
    position: relative;
}
.publishing-testimonials:before {
    border-top: 178px solid transparent;
    border-right: 15px solid #CC378A;
    left: -15px;
}
.publishing-testimonials:after {
    border-top: 178px solid transparent;
    border-left: 15px solid #CC378A;
    right: -15px;
}*/
.tx-menu {
    background: #fff !important;
}
.tx-menu ul li a {
    box-shadow: none !important;
    border-bottom: 0.1px solid #9e1662 !important;
    
    font-family: "NumSW";
    font-size: 20px;
    color: rgb(215,221,59);
}
.tx-menu ul li a:hover {
    background: rgb(238,238,238) !important;
}
.gamez-review-archive {
    padding-top: 25px;
}
.meet-team-seperator {
    margin-bottom: 51px !important;
}

.page-template-default .vc_sep_line,
hr {
    /*border-image-source: url(https://i.imgur.com/o9l6Vd2.png);*/
    border: dashed 1px #000;
    border-image-source: url(https://i.imgur.com/JHkETNl.png);
    border-image-slice: 1;
    border-image-width: 1;
    border-image-repeat: round;
    width: 102%;
    margin-left: -1%;
}


.bottom-spacer {
    margin-bottom: 25px;
    height: 20px;
}


/*===== Custom columns for twitch page =====*/
.twitch-col-sm-3, .twitch-col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.twitch-block-container {}

/*
    == TV ==
    width: 631.393 px
    height: 492.896 px

    == INNER VIDEO ==
    left: 58.76px
    top: 108.44
    width: 382px
    height: 214.875px
*/
.twitch-block-container .twitch-tv-block {}

.twitch-block-container img.twitch-logo-large {
    position: relative;
    max-width: 341.605px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.twitch-block-container .livestream-text {
    margin: 0 auto;
    color: white;
    font-family: OpenSans, 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-top: 40px;
}

.twitch-block-container .twitch-livestream-date-block {
    position: relative;
    margin-top: 18px;
}
.twitch-block-container .img.box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 500;
}
.twitch-block-container .twitch-livestream-date-block .date {
    position: absolute;
    font-size: 59px;
    color: #D7DF23;
    font-family: "NumSW";
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 27px;
}

.twitch-block-container img.twitch-tv {
    position: relative;
    width: 630px;
    height: auto;
    margin: 0 auto;
    z-index: 500;
}

.twitch-block-container .video-container {
    width: 383px;
    height: 332px;
    z-index: 501;
    position: absolute;
    top: 8.800584%;
    left: 13.006407%;
}
.twitch-block-container .video-container iframe {
    width: 100% !important;
    height: 100% !important;
}

/*===== ======*/
.twitch-videos-container {
    margin-left: -15px;
    margin-right: 0;
    /*margin-bottom: 30px;*/
}
.twitch_video_thumb_container {
    margin-bottom: 46px;
}
.twitch_video_thumb img {
    border: 4px solid rgb(184,190,98);
    background: rgb(98,62,157);
}
/*===== ======*/
.community-twitch-img {
    margin-bottom: -20px !important;
}
.community-twitch-img img {
    width: 486px;
    max-width: 95%;
}
.community-fanart-img img {
    width: 446px;
    max-width: 97%;
    margin-top: 62px;
}
.community-twitch-link-img img {
    width: 362.77px;
    max-width: 97%;
}

.community-fanart-link-img img {
    width: 361px;
    max-width: 97%;
}
.lets-get-social-header {
    margin-top: -4px;
    margin-bottom: 20px !important;
}

.lets-get-social-header img {
    width: 262px !important;
}
.social-icons {
    margin-bottom: 40px !important;
}
.community-leadcontent {
    margin-bottom: 35px !important;
}
#social {
    text-align: center;
}
.smGlobalBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 47px;
    height: 47px;
    /*box-shadow: 0 2px 2px #999;*/
    padding: 0px;
    text-decoration: none;
    text-align: center;
    margin-right: 16px;
}
.smGlobalBtn:last-child {
    margin-right: 0 !important;
}

.gridzy_container li.item {
    border: 4px dotted #d7dd3b;
}

.fan-art-logo {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}
.fan-art-logo img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .twitch-col-sm-3, .twitch-col-sm-9 {
        float: left;
    }
    .twitch-col-sm-3 {
        width: 38.994615202%;
    }
    .twitch-col-sm-9 {
        width: 61.005384798%;
    }
}

/*===STICKY FOOTER===*/
@media screen and (min-width: 769px) {
    #content.site-content {
        min-height: calc(100vh - 156px);
    }
    footer.site-footer {
        /*height: 155.58;*/
    }
}

/*===== BLOG =====*/
.archive .widget a,
.blog .widget a,
.single-post .widget a {
    color: white !important;
}

/* Wp-Subscribe widget */
.blog .widget #wp-subscribe,
.single-post .widget #wp-subscribe,
.archive .widget #wp-subscribe {
    background: none !important;
}
.blog .widget #wp-subscribe .title,
.single-post .widget #wp-subscribe .title,
.archive .widget #wp-subscribe .title {
    font-family: "NumSW";
    font-size: 21.4px;
    color: rgb(215,221,59);
}
.blog .widget #wp-subscribe input.submit,
.single-post .widget #wp-subscribe input.submit,
.archive .widget #wp-subscribe input.submit {
    color: white;
}
.blog .gamez-page-header .gamez-page-title,
.single-post .gamez-page-header .gamez-page-title,
.archive .gamez-page-header .gamez-page-title,
.search-results .gamez-page-header .gamez-page-title {
    margin-top: 153px !important;
    margin: 25px auto;
    max-height: 50px;
}
.blog #secondary,
.archive #secondary {
    margin-top: 0;
}
.blog .post,
.archive .post {
    margin-top: 0;
}

.blog .post .entry-header div:last-child,
.archive .post .entry-header div:last-child {
    width: 90% !important;
}

.blog article:first-of-type .post .entry-header,
.archive article:first-of-type .post .entry-header {
    /*margin-top: 30px;*/
    margin-top: 0 !important;
}

.blog article:not(:first-of-type) .post,
.archive article:not(:first-of-type) .post {
    margin-top: 40px;
}

.post .entry-header .entry-title a {
    font-size: 40px !important;
    line-height: 1.1em;
    text-align: center;
    font-family: NumSW !important;
    color: #CC378A !important;
    margin-bottom: 22px;
}

.blog .article-title,
.archive .article-title {
    font-family: "A Love of Thunder";
    font-size: 21px;
    color: #fff001;
}
.blog hr.top-border,
.archive hr.top-border{
    margin-top: 2px;
    margin-bottom: 15px;
}
.blog hr.bottom-border,
.archive hr.bottom-border {
    margin-top: 7px;
}

.blog .smGlobalBtn,
.archive .smGlobalBtn {
    margin-right: 9px;
    width: 21px;
    height: 21px;
}
.smGlobalBtnSmall {

}

.blog .post .entry-image img,
.archive .post .entry-image img {
    width: 100%;
}
.blog .post .entry-image,
.archive .post .entry-image {
    margin-top: 0;
}
.blog .entry-content-block,
.archive .entry-content-block {
    padding: 10px;
    background: #c4c938;
    color: white;
    font-size: 21px;
    line-height: 1.1em;
    /* text-align: left; */
    font-family: NumSW !important;
    transform: rotate(-1deg);
    margin-top: -10px;
}
.blog .article-seperator,
.archive .article-seperator {
    margin-top: 30px;
}

.article-social-col {
    margin-top: 2px;
}

.widget_recent_entries {
    background-color: transparent !important;
    background: url(dist/img/recent-posts-box.svg) center center no-repeat;
    padding: 20px;
    background-size: cover;
}
.widget_recent_entries ul {
    padding-left: 5px !important;
}
.widget_recent_entries .widget-title {
    margin-bottom: 5px;
}

/*===== Single post =====*/
.single-post .single-post-header:before {
    background: none !important;
}

.single-post {}
.single-post .post .entry-header .entry-title {
    font-size: 40px !important;
    line-height: 1.1em;
    font-family: NumSW !important;
    color: #CC378A !important;
    margin-bottom: 22px;
}
.single-post .post .entry-content {
    margin-top: 5px;
}
.single-post .post .entry-content p {
    font-size: 15px;
    color: white;
    font-weight: 200;
}
.single-post .post .entry-content p:first-of-type {
    font-weight: 700;
}

.single-post .post .entry-content img {
    padding: 20px 0;
}

.single-post #primary,
.single-post #secondary {
    margin-top: 0 !important;
}

.single-post .featured-image {
    margin-bottom: 20px;
    width: 100% !important;
}
.single-post .featured-image img {
    width: 100%;
}
article.article-post {}
article.article-post h2,
article.article-post h3 {
    line-height: 1.1em;
    font-family: NumSW;
    color: #CC378A;
    margin-bottom: 5px;
}

/*===== =====*/
.round-btn {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;

    border: 2px solid #d7dd3b;
    padding: 10px 41px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 20px 0 0;
    background-color: #d7dd3b;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.err-404 .info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #fefefe;
    margin: 30px 0;
}

.review-carousel .owl-carousel-left:hover,
.review-carousel .owl-carousel-right:hover {
    background-color: #d7dd3b;
}

#wp-subscribe {
    padding: 0 !important;
}
/*===== =====*/
.gridzy_loadmore_btn.loading:before {
    background: #fff url(dist/img/ajax-loader.gif) no-repeat center center;
}

/*===== =====*/

/*==== CONTACT FORM =====*/
.contact-detail-block #contact-subhead {
    margin-top: -40px;
}
.contact-detail-block #contact-subhead .vc_separator {
    margin-bottom: 10px !important;
}

.contact-detail-block h3 {
    font-family: "A Love of Thunder";
    font-size: 21px;
    color: #fff001;
}
.contact-detail-block p {
    font-size: 17px;
}

#robot-contact-form {}

#robot-contact-form {
    width: 90%;
    margin-right: 70px;
    margin-top: 7%;
}
#robot-contact-form .inner {
    position: relative;
}
#robot-contact-form .contactBackgroundTop {
    width: 340px;
    height: 137px;
    right: -84px;
    top: -95px;
    position: absolute;
    display: block;
    background: url(dist/img/contactBackgroundTop.png) no-repeat;
}
#robot-contact-form .contactBackgroundSide {
    width: 119px;
    height: 100px;
    right: -84px;
    top: 42px;
    position: absolute;
    display: block;
    background: url(dist/img/contactBackgroundBottom.png) no-repeat;
}
#robot-contact-form .content {
    background: #CC378A;
    /*border-radius: 16px;*/
    padding: 20px;
}

/** inputs and textarea**/
#robot-contact-form input:not([type="submit"]),
#robot-contact-form textarea {
    outline:none;
    display:block;
    padding:4px 8px;
    border:1px dashed #DBDBDB;
    color:#3F3F3F;
    font-size:14px;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    /*transition*/
    -webkit-transition:background 0.2s linear, box-shadow 0.6s linear;
    -moz-transition:background 0.2s linear, box-shadow 0.6s linear;
    -o-transition:background 0.2s linear, box-shadow 0.6s linear;
    transition:background 0.2s linear, box-shadow 0.6s linear;
}
#robot-contact-form input:not([type="submit"]):active,
#robot-contact-form textarea:active,
#robot-contact-form input:not([type="submit"]):focus,
#robot-contact-form textarea:focus {
    background:#F7F7F7;
    border:dashed 1px #969696;
}
#robot-contact-form input:not([type="submit"]) {
    height: 40px;
}
/* placeholder */
#robot-contact-form ::-webkit-input-placeholder {
    color:#BABABA;
    font-style:italic;
}
#robot-contact-form input:-moz-placeholder, textarea:-moz-placeholder {
    color:#BABABA;
    font-style:italic;
}
#robot-contact-form textarea {
    min-height: 100px;
    height: 100px;
    resize:vertical;
}


.framed-wooden {
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 20px solid #ccb089;
    border-image: url(dist/img/wooden_frame.jpg) 50 65;
}

.home-about-section {
    padding: 0 4% !important;
}
.home-about-section .inn {
    width: 92%;
    margin: 0 auto;
}
.home-about-section hr {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 95% !important;
}
.home-about-section .lead-in {
    font-size: 26px !important;
}
.home-about-section .head {
    font-family: "A Love of Thunder";
    font-size: 44px;
    color: #fff001;
    margin-top: -1px;
    margin-bottom: -9px;
    text-transform: uppercase;
}
.home-about-section p {
    width: 98%;
    margin: 0 auto;
    margin-top: -6px;
    margin-bottom:22px;
    font-size: 17px;
    color: white;
    /*font-weight: 600;*/
}
.home-about-section .find-out-more img {
    height: 48px;
    margin: 0 auto;
}

/*===== Home signup =====*/
.home-signup-container {
    background: url(/wp-content/themes/ripstone-child/dist/img/sign-up-box.svg);
    width: 100%;
    max-width: 389.587px;
    height: 313.648px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}
.home-signup-container .inner-container {
    margin-top: 33.6%;
    width: 100%;
    height: 100%;
    position: absolute;
}
.home-signup-container .inner-container input:not([type="submit"]) {
    display: block;
    margin: 0 auto;
    
    background: white !important;
    color: black !important;
    box-shadow: none !important;
    width: 83%;
}
.home-signup-container .inner-container ::-webkit-input-placeholder {text-align: center; color: rgb(202,202,202); opacity: 1 !important; }
.home-signup-container .inner-container :-moz-placeholder {text-align: center; color: rgb(202,202,202);}
.home-signup-container .inner-container ::-moz-placeholder {text-align: center; color: rgb(202,202,202);}
.home-signup-container .inner-container :-ms-input-placeholder {text-align: center; color: rgb(202,202,202);}

.home-signup-container .inner-container input[type="submit"] {
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    padding: 0% 11px;
    margin-top: 2.6%;
    background: rgb(204,55,138) !important;
}

.home-signup-container .inner-container span {
    font-family: "A Love of Thunder";
    font-size: 11.8px;
    color: #fff001;
    width: 83%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 6px;
    line-height: 1em;
}
.home-signup-container .inner-container p {
    margin: 0 auto;
    text-align: center;
    padding-top: 6%;
    /*color: #CC378A !important;*/
    color: white !important;
    font-family: "NumSW";
    font-size: 21px;
    width: 80%;
}

@media(min-width:1200px) {
    .home-signup-container {
        margin-top: 96px;
    }

    .home-signup-container .inner-container input.name-field {
        margin-top: 12px;
        height: 33px;
    }
    .home-signup-container .inner-container input.email-field {
        margin-top: 2%;
        height: 33px;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .home-signup-container .inner-container input.name-field {
        margin-top: 3.4%;
    }
    .home-signup-container .inner-container input.email-field {
        margin-top: 1.8%;
    }
}
@media (max-width: 768px) {
    .home-signup-container .inner-container input.name-field {
        margin-top: 3.4%;
        height: 36px;
    }
    .home-signup-container .inner-container input.email-field {
        margin-top: 1.8%;
        height: 36px;
    }
}
@media (max-width : 480px) {
    .home-signup-container .inner-container input.name-field {
        height: 24px;
    }
    .home-signup-container .inner-container input.email-field {
        margin-top: 1.8%;
        height: 24px;
    }
    .home-signup-container .inner-container span {
        padding-top: 5px;
    }
}
@media (min-width: 768px) and (max-width:1200px) {
    .home-main-row {
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
    }
    .home-secondary-row {
        float: none;
        margin: 0 auto;
        width:100% !important;
        position: relative;
    }
    .home-twitch-tv {
        width: 40%;
        float: left;
        margin-left: 4%;
    }
    .home-signup-container {
        width: 50%;
        /* display: inline; */
        float: right;
        margin-right: 4%;
    }
}

.pagination li a {
    color: #fafafa !important;
    background-color: #c4c938 !important;
}
.pagination li.active a {
    background-color: #fafafa !important;
    color: #c4c938 !important;
}

body.page-id-1921 .vc_separator .vc_sep_holder .vc_sep_line {
    margin-left: -1% !important;
    width: 102% !important;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    img.gamez-page-title {
        min-width: 39% !important;
        width: auto;
    }

    #page .type-game .game-features-block {
        background-size: 92%;
        background-position: 10px bottom;
    }
    #page .type-game #game-media .game-logo img {
        height: 139.282px !important
    }

    #page .type-game #game-media .game-featured-image {
        margin-top: -60px !important;
    }

    #page .type-game .gallery-row .gallery-slope-container:before {
        border-top: 155px solid transparent;
    }
    #page .type-game .gallery-row .gallery-slope-container:after {
        border-top: 155px solid transparent;
    }

    .latest-news-box .latest-news-image {
        height: 94%;
        width: 98%;
        top: 2.4%;
    }

    .latest-news-box .latest-news-title {
        left: 0;
        width: 100%;
    }

    .twitch-block-container .video-container {
        width: 330px;
        height: 286.875px;
        top: 9.3%;
        left: 11.306407%;
    }

    .twitch-block-container .livestream-text {
        font-size: 15px;
        margin-top: 25px;
    }
    .twitch-block-container .twitch-livestream-date-block .date {
        top: 19px;
        font-size: 51px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #page .type-game .game-features-block {
        background-image: none;
        background-color: rgb(204,55,138);
        width: 84% !important;
        margin: 0 auto;
        padding: 0;
        padding: 20px 0 !important;
        margin-top: -10px;
    }
    #page .type-game .game-features-head {
        margin: 20px auto;
    }

    #page .type-game .view-trailer {
        height: 102.06px !important;
    }

    #page .type-game #game-media .game-logo img {
        height: 114.282px !important;
    }

    #page .type-game #game-media .game-featured-image {
        margin-top: -50px !important;
    }

    #page .type-game .game-features-head {
        width: 65% !important;
    }

    #page .type-game .pusher-col {
        padding: 0 20px;
        /*margin-bottom: 80px;*/
    }

    #page .type-game .gallery-row .gallery-slope-container:before {
        border-top: 211px solid transparent;
    }

    #page .type-game .gallery-row .gallery-slope-container:after {
        border-top: 211px solid transparent;
    }

    .latest-news-box .latest-news-inner {
        height: 270px;
    }
    .latest-news-box .latest-news-image {
        background: rgb(204,55,138);
    }

    .twitch-block-container .video-container {
        width: 252px;
        height: 216.875px;
        top: 29px;
        left: 11.306407%;
    }

    .twitch-block-container .livestream-text {
        line-height: 1.2em;
    }

    .twitch-block-container .twitch-livestream-date-block .date {
        top: 26%;
        font-size: 2.8em;
    }

    #mobile-menu .navbar-toggle {
        display: inline-block !important;
    }

    #page .type-game .game-platforms-on .store_ico img {
        margin: 0 auto;
    }

    .widget_recent_entries ul,
    .widget_recent_entries .widget-title {
        margin-left: 5% !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #page .type-game .pusher-col {
        margin-top: 10px;
    }
    a.menu-logo {
        position: relative !important;
    }

    #page .type-game .view-trailer:not(.mobile) {
        display: none;
    }

    .sect-header img {
        width: 60% !important;
    }
    .sect-header.sect-header-news {
        padding-right: 0 !important;
    }

    #page .type-game .view-trailer.mobile {
        display: block !important;
        width:100%;
        margin-top: -63px;
        z-index: 700;
        position: relative;
        background-position: center center;
        height: 156.06px !important;
        left: 0;
        bottom: 0;
    }

    #page .type-game .game-features-content {
        margin-bottom: 50px;
    }

    #page .type-game .game-features-head {
        width: 70% !important;
    }

    /*#page .type-game .game-features-block {
        padding-top: 100px;
        margin-top: -75px;
    }*/

    #page .type-game .gallery-row .gallery-header img {
        max-width: 50%;
    }

    #page .type-game .featured-block {
        position: relative;
        width: 85%;
        margin: 0 auto;
    }

    img.gamez-page-title {
        max-width: 467px;
        width: 96%;
    }

    .latest-news-box .latest-news-inner {
        width: 468px;
        margin: 0 auto;
        margin-top: -7%;
    }

    .entry-content {
        padding: 0 14px;
    }

    .sm-nopad {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .twitch-col-sm-3 {
        margin-bottom: 30px;
    }

    .twitch-livestream-date-block img {
        display: block;
        height: 55px;
        margin: 0 auto;
    }

    .twitch-tv-block {
        position: relative;
        margin: 0 auto;
    }

    .twitch-block-container .video-container {
        width: 62%;
        height: 64%;
        top: 11.8%;
        left: 8.306407%;
    }

    #page .type-game .game-title,
    #page .type-game .game-ratings {
        margin-bottom: 20px;
        text-align: center !important;
    }

    /*===== =====*/
    header.gamez-header-variation-1 .top-menu {
        background: white !important;
    }
    header.gamez-header-variation-1 .top-menu-container:before {
        border-top: none !important;
    }
    header.gamez-header-variation-1 .top-menu-container:after {
        border-left: none !important;
        border-right: none !important;
    }
    header.gamez-header-variation-1 .top-menu-container:after {
        filter: none !important;
    }

    #robot-contact-form {
        width: 90%;
        max-width: 450px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .contact-detail-block {
        margin-top: -50px;
    }
    .contact-detail-block .contact-row .vc_col-sm-10 {
        margin-top: -40px !important;
        text-align: center;
    }
    .contact-detail-block .contact-row .vc_icon_element {
        text-align: center !important;
    }
    .contact-detail-block .contact-row {}
    .contact-detail-block .contact-row {}

    .home-signup-container {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 688px) and (max-width: 768px) {
    /*.twitch-block-container .video-container {
        width: 392px;
        height: 301.875px;
        top: 55px;
        left: 8.306407%;
    }*/

    .twitch-tv-block {
        position: relative;
        width: 630px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    #mobile-menu .navbar-toggle {
        display: inline-block;
        right: 30px !important;
    }
    #mobile-menu .navbar .navbar-toggle {
        position: relative !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .sect-header img {
        width: 77% !important;
    }
    .our-games-header .wpb_single_image,
    .sect-header .latest-news-header {
        margin-bottom: 11px !important;
    }

    .sect-header p {
        line-height: 1.2em;
    }
    .gamez-recent-with-thumb {
        margin-right: 0 !important;
    }

    .review-carousel .owl-carousel-left,
    .review-carousel .owl-carousel-right {
        top: 84px !important;
    }

    #our-games {
        margin-bottom: 5px !important;
    }

    .gamez-recent-with-thumb.masonry-post:first-of-type {
        margin-top: 5px !important;
    }

    .latest-news-box .latest-news-inner {
        max-height: 212px;
        max-width: 94%;
    }
    .latest-news-box .latest-news-title {
        left: 0;
        width: 100%;
        padding: 9px;
        bottom: 0;
        line-height: 1em;
        position: relative;
    }

    .twitch-block-container img.twitch-tv {
        display: none !important;
    }

    .twitch-block-container .twitch-livestream-date-block {
        margin-bottom: 50px;
    }
    .twitch-block-container .twitch-tv-block {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }
    .twitch-block-container .video-container {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    .twitch-block-container .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .latest-news-box {
        margin-bottom: 60px;
    }

    .latest-news-box .latest-news-inner {
        margin-top: -10%;
        height: auto;
    }

    .blog .article-title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .blog .article-social-col {
        text-align: center;
        width: 100%;
    }
    .blog #blog-social {
        text-align: center;
    }

    .blog .post .entry-header div:last-child {
        width: 100% !important;
        text-align: center;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width: 992px) {
    body.search-results .gamez-page-title{
        margin-left: 0 !important;
        text-align: left !important;
        padding-left: 33px !important;
        width: 66% !important;
    }
}

/*===== SAFARI CSS FIXES =====*/
#gamez-nav {
	height: 99% !important;
}
.navbar-nav>li>a {
	line-height: 50px !important
}
header.gamez-header-variation-1 .gamez-main-nav ul.head-variation-1 > li > a {
	padding: 16px 25px !important;
}
a.menu-logo {
	height: 100%;
	width: 88%;
	display: block;
	position: absolute;
}
#hamburger {
    float: right;
    display: inline;
    margin-right: 25px;
}

/* Mobile Menu */
#mobile-menu {}
#mobile-menu .navbar {
    position: relative;
    min-height: 50px;
    padding-right: 15px;
    padding-left: 15px;
}
#mobile-menu .navbar .navbar-toggle {
    position: absolute;
    top: 1px;
    /*right: 10px;*/
    right: -25px;
    width: 58px;
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
}
#mobile-menu .navbar-brand {
    float: none;
    display: block;
    max-width: 200px;
    padding: 15px 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #777;
    text-align: center;
}

nav.tx-menu input[type="search"] {
    background: rgba(215, 221, 59, 0.9) !important;
    padding: 1em 1em 1em 1.2em;
    color: black !important;
    font-family: "NumSW";
    font-size: 22px;
    height: auto;
}

nav.tx-menu form.form-search:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 9%;
    top: 0.8%;
    font-size: 22px;
}

nav.tx-menu input[type="search"]::-webkit-input-placeholder {
    color: black !important;
    font-family: "NumSW";
    font-size: 23px;
}
nav.tx-menu input[type="search"]:-ms-input-placeholder {
    color: black !important;
    font-family: "NumSW";
    font-size: 23px;
}
nav.tx-menu input[type="search"]::-moz-placeholder {
    color: black !important;
    font-family: "NumSW";
    font-size: 23px;
}

.tx-menu ul li a {
    font-size: 23px;
    color: white !important;
}

body.search-results .gamez-page-title {
    margin-bottom: 20px;
    text-align: center !important;
}
body.search article {
    background: none;
    margin-top: 2px;
    margin-bottom: 15px;
    border-top: dashed 1px #000;
    border-image-source: url(https://i.imgur.com/JHkETNl.png);
    border-image-slice: 1;
    border-image-width: 1;
    border-image-repeat: round;
    width: 102%;
    margin-left: -1%;
}
body.search article:first-of-type {
    border-top: none;
}
body.search .post {
    margin: 0;
}
body.search-results #wp-subscribe {
    background: #CC378A !important;
}
body.search-results {}

.tx-effect-1.tx-menu-open .tx-effect-1.tx-menu {
    background: #CC378A !important;
}

@-ms-keyframes wiggle{0%{-ms-transform:rotate(3deg);}50%{-ms-transform:rotate(-3deg);}100%{-ms-transform:rotate(3deg);}}
@-moz-keyframes wiggle{0%{-moz-transform:rotate(3deg);}50%{-moz-transform:rotate(-3deg);}100%{-moz-transform:rotate(3deg);}}
@-webkit-keyframes wiggle{0%{-webkit-transform:rotate(3deg);}50%{-webkit-transform:rotate(-3deg);}100%{-webkit-transform:rotate(3deg);}}
@keyframes wiggle{0%{transform:rotate(3deg);}50%{transform:rotate(-3deg);}100%{transform:rotate(3deg);}}
a.wiggle-me:hover{-ms-animation:wiggle .3s 2;-moz-animation:wiggle .3s 2;-webkit-animation:wiggle .3s 2;animation:wiggle .3s 2;}
