/*!
Theme Name: gammicks-noAMP
Theme URI: Incognito
Author: Incognito
Author URI: Incognito
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mygamechoice
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}



.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

html {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background-color: #222;
    color: #fff
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    text-decoration: none;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 0em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: #37CC28
}

a:active,
a:focus,
a:hover {
    color: #309026
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

.header-top {
    background-color: #222
}

header .navbar-expand-md .navbar-nav:first-child {
    padding-left: 0
}

.header-menu {
    font-family: 'Changa One', cursive;
    font-size: 1.5em;
    margin-bottom: 10px;
}

header .share-item {
    text-align: center;
    margin-top: 10px;
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.page-pagination {
    display: inline-block;
    width: 100%;
    margin: 1em auto;
    text-align: center
}

.page-pagination a .fa-chevron-left {
    color: #fff;
    font-size: 2.5em;
    padding: 17px 55px;
    background: #2dce0b;
    float: left
}

.page-pagination a .fa-chevron-right {
    color: #fff;
    font-size: 2.5em;
    padding: 17px 55px;
    background: #2dce0b;
    float: right
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    text-align: center;
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.top-posts-item {
    position: relative;
    height: 500px;
    background-position: center center;
    background-size: cover;
}

.col-4 .top-posts-item{
	height: 300px;
}

.top-posts-img {
    width: auto;
    height: 100%;
    object-fit: cover
}

.top-posts-item-heading {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .33);
    width: 100%
}

.top-posts-item-heading p {
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    padding: 20px
}

.page-posts {
    padding-top: 2em
}

.latest-posts a:hover {
    text-decoration: none
}

.latest-posts-heading {
    font-family: 'Changa One';
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.latest-posts-heading-bl {
    font-family: 'Changa One';
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #000;
}

.maingrid .thumbnail-container {
    min-height: 400px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.my-auto img{
	max-height: 40px;
    width: auto;
}

.maingrid .thumbnail-container-gm {
    min-height: 500px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.category-badge {
    padding-top: 20px;
    position: absolute;
    z-index: 1
}

.category-badge a {
    background: #37CC28;
    color: #fcf0e6;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 37px
}

.latest-posts-item-title a p:hover {
    color: #2cce0a
}

.latest-posts-item-title a {
    color: #37cc28
}

.latest-posts-item-title a:hover {
    text-decoration: none
}

.latest-posts-item-title a p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em
}

.latest-posts-item-description a {
    color: #1c1c1c;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.4em
}

.latest-posts-item-description a:hover {
    color: #37cc28;
    text-decoration: none
}

.popular-posts a:hover {
    text-decoration: none
}

.popular-posts-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #37cc28;
    min-height: 70px
}

.flex-mn {
    display: flex
}

.popular-posts-item-title {
    width: calc(100% - 95px);
    float: right
}

.popular-posts-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.popular-posts-item-title a p {
    font-family: 'Changa One';
    font-size: 1em;
    font-weight: 800;
    line-height: 1.5em;
    color: #222;
    margin: 0;
    padding: 0
}

.post-container {
    padding: 1em;
    background: #fff;
}

article {
    color: #000;
    padding-bottom: 30px
}

article .entry-content a {
    text-decoration: underline;
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.single-post .table-green .parameters {
    padding: 0 10px
}

.single-post tr.table-green :last-child {
    border: 0;
    font-weight: 800;
    font-size: 1em
}

.single-post .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    height: 37px
}

.single-post .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 37px;
    line-height: 2.3em
}

.single-post .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-color: #fff transparent transparent transparent;
    background-color: #2cce0b;
    padding: 18px
}

.single-post .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    background-color: #2cce0b;
    border-width: 9px 7px 0 7px;
    margin-left: -7px;
    margin-top: -3px
}

.single-post .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 7px 10px 7px;
    border-color: #fff transparent;
    margin-left: -7px;
    margin-top: -5px
}

.page-template .select2-container .select2-selection--single {
    height: 37px;
    border: 1px solid #d7d4d4
}

.page-template .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 800;
    line-height: 35px
}

.page-template .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-color: #fff transparent transparent transparent;
    background-color: #2cce0b;
    padding: 18px
}

.page-template .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    background-color: #2cce0b;
    border-width: 9px 7px 0 7px;
    margin-left: -7px;
    margin-top: -3px
}

.page-template .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 7px 10px 7px;
    border-color: #fff transparent;
    margin-left: -7px;
    margin-top: -5px
}

.page-template .table-green .parameters {
    display: block;
    padding: 7px 15px
}

.game-excerpt {
    color: #1c1c1c;
    font-family: 'Changa One';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    flex-wrap: unset;
    margin-top: 20px
}

.compare-table-page .entry-header {
    margin-top: 1em
}

#compare-table .table-green {
    background-color: #2cce0a;
    color: #fff
}

#compare-table .table-green:hover {
    background-color: #2cce0a;
    color: #fff
}

#compare-table tbody tr:hover {
    background-color: #2cce0a;
    color: #fff
}

#compare-table,
.table th {
    margin-top: 2em;
    padding: 0
}

#compareModal .modal-dialog {
    margin: 0
}

.compare-buttons {
    margin-top: 2em
}

.compare-buttons-mob {
    margin-top: 1em
}

.btn.compare-select-mob {
    color: #fff;
    background-color: #37cc28;
    margin: 0 auto
}

.btn.compare-select-mob .fas {
    color: #fff;
    margin: 0 5px
}

.btn.compare-select-mob:active,
.btn.compare-select-mob:focus,
.btn.compare-select-mob:visited {
    color: #fff;
    box-shadow: none;
    outline: 0;
    border: none
}

.modal-body .select2-container {
    width: 100%
}

.compare-buttons-desk .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000
}

.compare-buttons .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: #2cce0a;
    width: 30px
}

.compare-buttons .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent
}

.modal-body .select2-container.select2-container--default.select2-container--open {
    display: contents
}

.modal-body .select2-results__option[aria-selected] {
    color: #414042;
    margin: 0 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    font-family: 'Changa One';
    line-height: 1.2;
    color: #414042;
    background: #fff;
    overflow-y: scroll;
    text-rendering: optimizeSpeed
}

.modal-body .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.modal-body .select2-selection.select2-selection--single:focus {
    outline: 0
}

.modal-body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #414042
}

.modal-body .select2-container--default .select2-results__option--highlighted[aria-selected] span .far {
    color: #fff;
    background: #31d406;
    border-radius: 20px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single:focus {
    outline: 0
}

.modal-body .select2-container--default .select2-selection--single .select2-selection__rendered .far {
    display: none
}

.modal-body .select2-selection__arrow {
    display: none
}

.compare-modal .modal-title {
    color: #969696
}

.compare-modal ul {
    margin: 0;
    padding: 0
}

.compare-modal ul li {
    padding: 10px 0;
    border-bottom: 1px solid #999
}

.compare-modal ul li .far,
.compare-modal ul li .fas {
    color: #414042;
    font-size: 1em;
    vertical-align: middle;
    margin: 0 5px
}

.compare-modal .modal-content {
    height: 100vh
}

.select2-dropdown.select2-dropdown--below {
    border-radius: 5px;
    position: relative
}

.select2-container--open .select2-dropdown {
    left: 0;
    top: 5px
}

#secondary .more-posts {
    margin: 2em auto
}

#secondary .more-from-mgc-heading {
    color: #222;
    font-family: 'Changa One';
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 0
}

#secondary .more-from-mgc-item-title a {
    display: block;
    text-align: left;
    color: #1c1c1c;
    font-family: 'Changa One';
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    padding: 10px 0
}

#secondary .more-from-mgc-item-title a:hover {
    color: #288e1e
}

#secondary .popular-posts a:hover {
    text-decoration: none
}

#secondary .popular-posts-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #37cc28;
    clear: both;
    min-height: 80px
}

#secondary .popular-posts-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

#secondary .popular-posts-heading {
    color: #000;
    font-family: 'Changa One';
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2em;
    text-transform: uppercase
}

#secondary .popular-posts-item-title a p {
    color: #222;
    font-family: 'Changa One';
    font-size: .8em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    padding: 0
}

#secondary .popular-posts-item-title a p:hover {
    color: #288e1e
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.contact-form input[type=submit] {
    color: #fff;
    background: #4bd301;
    padding: 10px 27px;
    font-size: 1em;
    border: 2px solid #4bd301;
    outline: 0;
    transition: .5s
}

.contact-form input[type=submit]:hover {
    color: #4bd301;
    background: #fff;
    border: 2px solid #4bd301;
    outline: 0;
    transition: .25s
}

.contact-form input[type=email],
.contact-form input[type=text],
.contact-form textarea {
    transition: .5s
}

.contact-form input[type=email]:focus,
.contact-form input[type=text]:focus,
.contact-form textarea:focus {
    border-color: #4bd301;
    outline: 0;
    transition: .25s
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.site-branding img {
    max-height: 40px;
    width: auto
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.site-footer {
    background-color: #222;
    padding: 2em 0
}

.footer-menu {
    display: block
}

.footer-menu ul li {
    float: left;
    margin: 0 5px
}

.footer-menu ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.footer-menu ul li a:hover {
    color: #fff;
    text-decoration: none
}

.footer-menu .navbar-nav {
    display: block
}

.footer-hr {
    background-color: #4bd401;
    height: 1px;
    margin: 2em auto
}

.site-info .brand a {
    color: #37cc28;
    font-family: 'Changa One';
    font-size: .7em;
    font-weight: 400;
    line-height: 1em
}

.footer-logo img {
    max-height: 60px;
    width: auto
}

footer .share-item {
    text-align: center
}

footer .share-item a .fab {
    color: #37cc28;
    transition: .5s
}

footer .share-item a .fab:hover {
    opacity: .5;
    transition: .5s
}

.hard-hr {
    background: #000;
    height: 500px
}

.top-bg {
    height: 500px
}

.breadcrumbs {
    padding: 5px 30px;
    font-size: 14px;
    color: #37cc28
}

.breadcrumbs>span>a {
    color: #37cc28
}

.breadcrumbs>span:last-of-type a {
    pointer-events: none;
    text-decoration: none
}

.compare-table-title {
    margin-bottom: .5rem;
    font-size: 1.5rem
}

.title-main-beyond {
    position: absolute;
    visibility: hidden;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-size: contain;
    background-position: center center;
}

.page-title {
    font-family: 'Changa One';
    text-align: center;
    font-weight: 400;
    text-decoration: underline;
    position: absolute
}

.nav-container {
    margin: 0 auto;
    text-align: center;
    width: max-content;
    margin-bottom: 50px
}

.nav-container>.navigation>.nav-links>.page-numbers {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border-radius: 20px;
}

.page-numbers.current,
.page-numbers:hover {
    background: #37cc28;
    text-decoration: none;
    color: #fff
}

.pagination_loadmore {
    background-color: #eee;
    border-radius: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1rem;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 20px 30px;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out
}

.pagination_loadmore:hover {
    background-color: #37cc28;
    color: #fff
}

.alm-listing .alm-reveal::after {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #37cc28
}

.param-fixed {
    width: 40%
}

.game-fixed {
    width: 30%
}

.thumb-main {
    width: 85px;
    height: 57px;
    margin: auto;
    float: left;
    margin-right: 10px;
    background-size: cover
}

.thumb-category {
    width: 300px;
    height: 200px;
    margin: auto;
    background-size: cover
}

.thumb-bigimages {
    height: 200px;
    background-size: cover
}

.catpost-item-title {
    color: #222;
    margin-top: 10px;
    text-align: center
}

.catpost-item-title>a:visited {
    color: #222
}

.catpost-item-title>a:hover {
    color: #288e1e
}

.thumb-single {
    width: 116px;
    height: 65px;
    margin: auto;
    float: left;
    margin-right: 10px;
    background-size: cover
}

.darken {
    background-color: #359a2b;
    visibility: hidden;
    position: absolute;
    width: 100%;
    z-index: 10
}

@media only screen and (max-width:600px) {
    .mob-text {
        font-size: 12px
    }
	.top-posts-item {
		position: relative;
		height: 350px;
		background-position: center center;
		background-size: cover;
	}
}

.modal-body>.select-body>.select2-container>.select2-dropdown>.select2-results {
    position: absolute;
    width: max-content
}

.modal-body>.select-body>.select2-container>.select2-dropdown>.select2-results>li.select2-results__option {
    overflow: none;
    color: #000
}

.comments-area {
    margin: 50px 0;
    color: #000
}

.pre-description {
    margin-top: 20px
}

.contact-form input[type=email],
.contact-form input[type=text] {
    width: 100%
}

.breadcrumbs-parent-meter {
    width: 100%
}

.breadcrumbs-meter-container {
    width: 250px;
    height: 13px;
    border-radius: 5px;
    background-color: #414141;
    margin-left: 28px;
    padding: 4px 5px
}

.bc-color {
    height: 5px;
    background: #e9a514;
    background: -moz-linear-gradient(left, #e9a514 0, #d0d62a 50%, #37cc28 100%);
    background: -webkit-linear-gradient(left, #e9a514 0, #d0d62a 50%, #37cc28 100%);
    background: linear-gradient(to right, #e9a514 0, #d0d62a 50%, #37cc28 100%);
    border-radius: 5px
}

.bc-first {
    width: 80px
}

.bc-second {
    width: 160px
}

.bc-third {
    width: 240px
}

.stuck {
    position: fixed;
    top: 0
}

.select2-container {
    margin-top: 5px
}

.anchor_ad {
    z-index: 9999999999999;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.close_anchor_ad {
    position: absolute;
    right: -15px;
    top: -17px;
    width: 17px;
    height: 32px;
    opacity: .5;
    z-index: 999999999999;
    background: #000;
    width: 32px;
    border-radius: 20px
}

.anchor_ad:hover .close_anchor_ad,
.close_anchor_ad:hover {
    opacity: 1;
    cursor: pointer
}

.close_anchor_ad:after,
.close_anchor_ad:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #fff
}

.close_anchor_ad:before {
    transform: rotate(45deg)
}

.close_anchor_ad:after {
    transform: rotate(-45deg)
}

ins.adsbygoogle {
    background-color: #f5f5f5
}

img.cover img {
    background-position: cover;
}

.desktop nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: right
}

.desktop nav ul li {
    display: inline-block
}

.desktop nav li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    margin-top: 10px
}

.desktop nav ul ul {
    display: none;
    position: absolute;
    z-index: 99
}

.desktop nav ul li:hover>ul {
    display: inherit
}

.desktop nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    position: relative;
    background: #222;
    padding: 10px 0;
}

.desktop nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
    background: #000
}

.desktop nav li>a:after {
    content: '';
    background: url(/wp-content/themes/gammicks-noAMP/assets/triangle.png) no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    float: right;
    pointer-events: none;
    margin: 5px 0 0 5px;
}

.desktop nav li>a:only-child:after {
    content: '';
    background: none;
}

.desktop li.current-menu-item {
    text-decoration: underline;
}

@media(max-width: 768px) {
    .desktop {
        display: none;
    }
}

@media(min-width: 768px) {
    .mobile {
        display: none;
    }
}

.mobile .menu-item-has-children>a {
    pointer-events: none;
}

#menuBtn span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}
#menuBtn.menuClose span:nth-child(3){
	display: none;
}

#menuBtn.menuClose span:nth-child(1){
	transform: rotate(45deg);
}

#menuBtn.menuClose span:nth-child(2){
	transform: translate(17px, -6px) rotate(135deg);
}

#menuToggle span:first-child {
    transform-origin: 0 0
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0 100%
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2)
}

#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px)
}

#menuMob {
    margin: 0;
    padding: 10px;
    min-width: 150px;
    min-height: 100%;
}

#menuMob>li {
    padding: 10px 0;
    list-style: none;
    font-family: "Changa One", cursive;
    font-size: 2.5em;
    margin-bottom: 10px;
    border-bottom: 1px solid #37cc28
}

#menuMob a {
    text-decoration: none;
    color: #fff;
}

#menuMob ul.sub-menu {
    display: none;
}

#menuMob .menu-item-has-children>a:after {
    content: url(/wp-content/themes/gammicks-noAMP/assets/triangle.png);
    float: right;
    pointer-events: none;
    transform: scale(.5);
}
.btn-pop-content{
	background: #32373c;
    padding: 5px 20px 5px;
    min-width: 360px;
}

.ln {
    line-height: 1;
}

.ctr {
    text-align: center;
}

#popup-search {
    position: absolute;
    right: 205px;
    z-index: 99;
    top: 20px;
    width: 50%;
}

.search-close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.nopadding {
    padding: 0px
}

.nmrg {
    margin: 0px
}

.top-posts-item-right {
    position: relative;
    height: 250px;
    background-position: center center;
    background-size: cover;
}

.share-item-right {
    margin: 10px;
}

.latest-posts-item-description {
    background: #fff;
    padding: 2px 20px;
    min-height: 130px;
    margin-bottom: 20px
}

.dt {
    color: #000;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    align-self: center;
}

.ava {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.ava-ph>img {
    border-radius: 36px
}

.ava-ds {
    color: #000;
    margin-left: 10px;
    margin-top: -10px;
    align-self: center;
}

.spost-hd {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .33);
    width: 100%;
    padding-left: 15px;
	z-index: 10;
}

.sh-footer {
    margin: 0 -16px;
    padding: 10px 15px;
    background: #222222;
    color: #fff
}

.sh-footer>p {
    float: left;
    padding-right: 15px;
}

.thu {
    max-width: 30%;
    float: left;
    margin-top: 15px
}

.inf {
    max-width: 70%
}

.gr {
    color: #37CC28
}

.iconpros {
    display: flex;
    align-items: center;
    max-width: 50px;
}

.prostxt {
    padding-left: 0px
}

.rd {
    color: #F52828;
}

.social-share[type='flipboard'] {
    background-image: url(https://cdn.flipboard.com/badges/flipboard_lrsw.png);
    background-color: #F52828
}

.thr {
    padding: 15px
}

.round {
    padding-top: 20px;
    background: #37cc28;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    font-size: 4em;
    font-family: "Changa One";
    margin: 0 auto;
    color: #fff
}

.round:hover {
    color: #fff
}

.lmax {
    margin: 0 auto
}

.utxt>a {
    color: #fff;
    vertical-align: sub
}

.utxt {
    text-align: center;
    margin-bottom: 5px;
}

.utxtmb {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px
}

.rclose {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-size: 36px
}

.vote-panel {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    z-index: 9;
}
.closecl{
	cursor:pointer;
}

@media(min-width: 900px) {
    .vote-panel {
		max-width: 600px;
		margin: 0 auto;
    }
}

.hgl>a {
    font-family: 'Changa One';
    font-size: 36px;
    line-height: 38px;
    color: #00D700
}

h3.hgl {
    border-bottom: 1px solid#00D700;
    padding-bottom: 20px
}

.hgc {
    padding: 20px
}

.ftl>a {
    padding: 0 3px
}

.ftl>a.active {
    text-decoration: underline
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.fright {
    float: right
}

.fleft {
    margin: 0
}

.footer-logo {
    margin: 0 10px
}

.ghdr {
    font-size: 16px;
    display: contents;
    font-weight: 300
}

.rmp-amp-rating-widget__fieldset {
    border: none;
    direction: rtl;
    font-size: 3em;
    padding: 20px 0
}

.rmp-amp-rating-widget__fieldset>input {
    display: none
}

.bl {
    color: #000
}

.wh {
    color: #fff
}

.min {
    background: #FFA700
}

.max {
    background: #3FC264
}

.sr {
    min-height: 40px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px
}

.sh-games {
    padding: 10px15px;
    background: #222;
    color: #fff
}

.btn {
    background: #37cc28;
    border: 2px solid #000;
    text-align: center;
    min-height: 40px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300
}

.az {
    margin: 20px;
    font-size: 22px;
    vertical-align: 12px;
    font-weight: bold;
}

.cnt {
    margin: 0 auto;
	text-align: center;
}

.cover-games-single{
	position: relative;
	height: 400px;
}
.cover-blr{
	background-size: cover;
	display: block;
	filter: blur(5px);
	-webkit-filter: blur(10px);
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	z-index: 1;
}

.cover-noblr{
	background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.filters {
    margin: 20px 0;
}

.filters>.ftl {
    vertical-align: text-top;
    margin: 5px
}

.sform {
    width: 100%
}

.search-field {
    background: #fff url(/wp-content/themes/gammicks-noAMP/assets/searchgr.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-lg{
	padding: 5px 10px; 
	background: #37cc28; 
	color: white; 
	border-radius: 10px; 
	vertical-align: sub;
}

.share-item.f{
	margin-top:8px;
}

.sinfo{
	font-size:12px;
}

.dcnt{
	display: none;
	position: absolute;
	background-color: #222222;
	width: 100%;
	z-index: 100;
	top: auto;
}

@media (min-width: 900px) {
	.gth {
		width: 24.7%;
		display: inline-grid;
	}

	.dcnt {
		width: 290px;
		top: 290px
	}
}

.gthh {
	background: #37cc28;
	padding: 5px;
	font-weight: 300
}

.gthh:after {
	content: '☰';
	float: right
}

.fli {
	padding: 10px;
}

.inth {
	padding: 5px 20px;
}

.fch {
	font-family: "Changa One";
	font-weight: 300
}

.cb-rnd {
	right: 5px;
	padding-top: 5px
}

.gth:hover .dcnt {
	display: block;
}

.ptt {
	padding-top: 5px
}

#popupm-search {
	position: absolute;
	left: 0px;
	z-index: 99;
	top: 10px;
	width: 100%;
	padding: 0 15px;
}

@media (min-width: 900px) {
	.utxt {
		margin-top: 5px;
	}
}

#sidebar {
	width: 100vw;
	max-width: 100vw;
	background: #212121
}

.header-sharem .share-item {
	margin: 0 auto
}

.header-sharem {
	padding-bottom: 20px;
	margin: 10px;
	border-bottom: 1px solid #37cc28
}

.search-fieldtop {
	background: #fff url(/wp-content/themes/gammicks-noAMP/assets/searchgr.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 20px;
	width: 100%;
	min-height: 35px;
}

#menu-footer-menu {
	margin: 0;
}

.btmf {
	background: #EE716D;
	padding: 20px 0 40px;
	color: #fff;
	font-size: 22px;
	text-align: center
}

.btmf-btn {
	cursor: pointer;
	background: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	color: #000
}

.btmf-btn-a {
	background: #75FA4D;
	color: #fff;
	padding: 0px 9px 3px;
	border-radius: 25px;
	font-weight: bold
}

.btmf-txt {
	margin-bottom: 30px
}

.bvb {
	font-size: 20px;
	margin: 30px auto;
}

.alr {
	text-align: right
}

.bvb>a {
	color: #fff;
	max-width: 150px;
	padding: 20px 50px;
	background: #37cc28;
	border-radius: 10px;
}

.amp-wp-gallery-caption {
	z-index: 9;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background: #0000007a;
	padding: 10px;
	font-size: 0.8em;
	color: #fff
}

figcaption {
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	color: #757575
}

.wpforms-container {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-radius: 10px
}

.wpforms-container label {
	font-size: 14px;
	color: #a9a9a9;
	cursor: pointer
}

.wpforms-container input,
.wpforms-container label,
.wpforms-container textarea {
	float: left;
	clear: both
}

.wpforms-container input,
.wpforms-container textarea {
	margin: 15px 0;
	padding: 15px 10px;
	width: 100%;
	outline: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-ms-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all
}

.wpforms-container input[type=password]:focus,
.wpforms-container input[type=text]:focus,
.wpforms-container textarea:focus {
	border-color: #6495ed
}

.wpforms-container button[type=submit] {
	padding: 15px 50px;
	width: 100%;
	background: #37cc28;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-ms-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all
}

#footerForm {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	background: #000;
	padding: 20px;
	border-radius: 10px;
	z-index: 9;
	bottom: 80px;
}

.hdrx {
	right: 15px;
}

.rmp-amp-rating-widget__results,
.rmp-amp-rating-widget__not-rated {
	display: none;
}

p {
	line-height: 1.5em
}

.inart .row {
	line-height: 1;
	margin-bottom: 1em;
}

.inarti {
	margin-top: 15px;
}

.roundcat {
	padding-top: 13px;
	background: #37cc28;
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 120px;
	font-size: 3em;
	font-family: "Changa One";
	margin: 0 auto;
	color: #fff;
}

.ginfo {
	margin-bottom: 15px;
}

@media(max-width: 768px) {
	.inart-img {
		padding: 0px;
	}

	.inart {
		padding-left: 5px;
	}

	.inart-vl {
		overflow: hidden;
		padding-left: 0px;
	}

	.inart-nm {
		overflow: hidden;
		padding-right: 0px;
		color: #000;
	}
}

.inart {
	margin-top: 15px;
}

.thumbnail-container-gm {
	min-height: 500px;
	position: relative;
	margin-bottom: 20px;
}

.inthc {
	margin-bottom: 15px;
}

@media(min-width: 768px) {
	.inart-img {
		padding-left: 15px;
		margin-right: 20px;
	}

	.inart-nm {
		max-width: 120px;
		color: #000;
	}
}

.inart-img {
	height: 200px;
}

.page-pagination>a {
	color: #fff;
	max-width: 150px;
	padding: 20px 50px;
	background: #37cc28;
	border-radius: 10px;
}

@media(min-width: 1200px) {
	.art-padding {
		padding: 0 15%;
		font-size: 1.3em;
	}
}

button.subscribe {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	border-radius: 2px;
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 15px;
	cursor: pointer;
	outline: 0;
	font-size: 22px;
	background: #68C848;
	color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
	-webkit-tap-highlight-color: transparent
}

.margin-redirector {
	margin-top: 50px;
}

.container-redirector {
	max-width: 600px;
	margin: 0 auto;
}

.txt-redirector {
	font-size: 1.5em;
	text-align: center;
}

.cab-home-link {
	color: #fff;
	max-width: 200px;
	padding: 10px 50px;
	background: #37cc28;
	border-radius: 10px;
}

.fbtn {
	font-size: 20px;
}

.bignavb .bvb.col-6:first-child {
	text-align: right;
}
.sample-sidebar {
	display:none;
}
.top-posts-item .thumbnail-container {
    min-height: 300px;
    position: relative;
	background-position: center center;
    background-size: cover;
	
}


.maingrid, .top-posts-item, .top-posts-item-right{
	cursor:pointer;
}