/*
Theme Name: GotGame Preview
Author: Dobre Dragos
Author URI: dobredragos24@gmail.com
*/

body {
    font-family: futura-pt, sans-serif;
}

.theme-mode i {
   padding-left: 5px;
}

.logo {
    width: 226px;
}

.main-container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
}

.black {
    color: black;
}

.red {
    color: red;
}

.red a {
    color: red;
}

.bold {
    font-weight: bold;
}

.green {
    color: green !important;
}

.standard-padding-left {
    padding-left: 15px;
}

.standard-padding-top {
    padding-top: 15px;
}

.standard-margin-top {
    margin-top: 30px;
}

.standard-margin-bottom {
    margin-bottom: 30px;
}

.icon-middle,
.icon-middle * {
    vertical-align: middle;
}

.container {
    margin-bottom: 10px;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.header {
    margin-top: 30px;
}

.main-navigation {
    list-style-type: none;
    position: relative;
    top: 11px;
    right: 80px;
}

.main-navigation li {
    display: inline;
    font-size: 16px;
    margin-right: 20px;
}

.main-navigation li a {
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.main-navigation li a:hover {
    text-decoration: none;
    color: red;
}

.main-navigation .material-icons {
    position: relative;
    top: 13px;
    font-size: 45px;
    cursor: pointer;
}

.main-navigation .material-icons:hover {
    color: red;
}

.main-card .card-top {
    position: absolute;
}

.main-card .card-top img {
    height: 40px;
}

.main-card .card-bottom {
    position: absolute;
    bottom: 0;
}

.main-card .card-bottom img {
    height: 40px;
}

.main-card .card-title {
    height: 205px;
}

.fire-icon {
    position: absolute;
    left: 8px;
    top: 7px;
    color: white;
}

.points {
    position: relative;
    top: -5px;
    margin-left: 5px;
    font-weight: bold;
}

.stats-wrapper {
    position: absolute;
    bottom: 6px;
    left: 8px;
    color: white;
}

.stats-wrapper a {
    color: black;
}

.stats-wrapper .material-icons {
    font-size: 19px;
}

.stats-wrapper span {
    position: relative;
    bottom: 4px;
    margin-right: 3px;
    margin-left: 3px;
}

.stats-wrapper-single {
    position: absolute;
    bottom: 9px;
    right: 15%;
    font-size: 18px;
    color: white;
}

.stats-wrapper-single span {
    position: relative;
    bottom: 5px;
    margin-right: 15px;
    margin-left: 15px;
}

.card-title {
    background: #939393;
    color: white;
    font-size: 30px;
    padding: 15px 15px 100px 15px;
    font-weight: bold;
}

.below-title {
    bottom: 0 !important;
}

.card-title>a {
    color: white;
}

.slider .card-bottom {
    bottom: 0px !important;
}

.small-card {
    overflow: hidden;
}

.small-card .card-bottom {
    bottom: 2px !important;
}

.below-title .stats-wrapper {
    color: black;
    font-weight: bold;
}

.external {
    cursor: pointer;
}

.small-card .stats-wrapper,
.main-card .stats-wrapper {
    bottom: 0.5px;
}

.small-card .card-title {
    height: 100px;
    font-size: 15px;
    padding: 13px 15px 40px 9px;
}

.small-card .card-top img,
.main-card .card-top img {
    height: 25px;
}

.small-card .card-top,
.main-card .card-top {
    font-size: 12px;
}

.small-card .fire-icon .material-icons,
.main-card .fire-icon .material-icons {
    position: relative;
    top: -3px;
    font-size: 15px;
}

.small-card .card-bottom span,
.main-card .card-bottom span {
    font-size: 11px;
}

.small-card .card-bottom .material-icons,
.main-card .card-bottom .material-icons {
    position: relative;
    top: 2px;
}

.small-card .card-bottom img,
.main-card .card-bottom img {
    height: 30px;
    bottom: -2px;
    position: relative;
}

.section-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-title span:first-of-type {
    font-weight: bold;
    font-size: 22px;
    margin-left: 25px;
    position: relative;
    top: 3.5px;
}

.section-title span:not(:first-of-type),
.section-title a,
.section-title button {
    font-size: 22px;
    margin-left: 25px;
    position: relative;
    top: -1.5px;
}

.filters {
    position: relative;
    top: -8px;
    left: -65px;
}

.mobile-logo {
    margin-top: 15px;
}

.mobile-nav {
    margin-top: 35px;
}

.navbar-default {
    border: none;
    background: transparent;
    top: 30px;
}

.navbar-collapse {
    background: black;
}

.navbar-collapse ul li a {
    cursor: pointer;
}

.navbar-toggle {
    position: relative;
    padding: 5px 5px 0 5px;
    cursor: pointer;
    color: black;
    border: 1.2px solid black;
    left: 15px;
}

.navbar-toggle:hover {
    color: black;
}

.slider {
    margin-top: 15px;
}

#footer {
    margin-top: 15px;
    font-size: 17px;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 0;
    width: 100%;
}

.primary-sidebar {
    margin-left: 30px;
}

.widgets ul {
    list-style-type: none;
    padding-left: 0;
}

.widgets p {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 25px;
}

.widgets {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}

.widgets img {
    width: 100%;
}

.single-page-wrapper {
    margin-top: 25px;
}

.fire-icon-single {
    position: absolute;
    left: 13px;
    top: 7px;
    color: white;
}

.fire-icon-single i {
    position: relative;
    top: 4px;
}

.fire-icon-single span {
    font-weight: bold;
    font-size: 18px;
}

.single-page-time {
    font-size: 18px;
}

.post-wrapper .title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
}

.post-wrapper .content {
    font-size: 22px;
}

.comments-wrapper .title {
    font-size: 25px;
}

.comments-wrapper .comment-content {
    position: relative;
    top: 10px;
    left: 15px;
}

.comments-wrapper i {
    font-size: 17px;
}

.comment-list {
    list-style-type: none;
}

.comment-author img {
    border-radius: 50%;
    border: 5px solid #EFEFEF;
    margin-right: 15px;
}

.comment-edit {
    font-size: 17px;
    position: relative;
    top: 4px;
}

.comment {
    margin-top: 15px;
}

.comment-body p {
    padding-left: 68px;
}

.widget-area a {
    color: black;
    font-size: 17px;
}

.submit-page-wrapper #image {
    position: absolute;
    width: 434px;
    height: 246px;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

#uploader img {
    position: absolute;
    width: 100%;
    height: 245px;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
}

.submit-page-wrapper {
    margin-top: 25px;
}

.submit-page-wrapper label {
    position: relative;
    font-size: 24px;
    font-weight: normal;
}

.submit-page-wrapper p {
    font-size: 18px;
}

.submit-page-wrapper input,
.submit-page-wrapper textarea {
    border: 1px solid #404040;
}

.submit-page-wrapper .image-drop-wrapper {
    border: 1px solid #404040;
    height: 245px;
    width: 100%;
    padding-left: 0;
    overflow: hidden;
    padding-right: 0;
}

.submit-page-wrapper .image-drop-wrapper>span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 19px;
}

.submit-page-wrapper .category-list ul {
    border: 1px solid #404040;
    list-style-type: none;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 19px;
}

.submit-page-wrapper .category-list ul li input {
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.submit-page-wrapper .btn-submit {
    border: 2.5px solid #404040;
    border-radius: 10px;
    background: #FF0000;
    color: white;
    font-size: 25px;
    padding: 0px 40px 0 40px;
}

.submit-page-wrapper .submit-wrapper {
    margin-top: 25px;
}

.post-wrapper iframe {
    width: 100%;
    height: 350px;
}

.normal-link {
    color: black;
}

.normal-link span {
    font-weight: normal !important;
}

.normal-link:hover {
    color: red;
}

.no-style-button {
    background: none;
    border: 0;
    padding-right: 0;
    color: black;
    font-size: 22px;
}

.no-style-button span {
    font-weight: normal !important;
}

.no-style-button:hover {
    color: red;
    text-decoration: none;
}

.inline-form {
    display: inline
}

.standard-page-content {
    margin-top: 150px;
    margin-bottom: 150px;
}

.post-like .count {
    position: relative;
    left: 7px;
    top: -7px;
    font-weight: bold;
}

.sd-title {
    display: none !important;
}

.sharing-like-wrapper {
    position: relative;
    margin-top: 35px;
}

.sharing-like-wrapper .sharing-wrapper {
    position: absolute;
    left: 50px;
    top: -4px;
}

.sd-button {
    margin-left: 7px;
}

.relative {
    position: relative;
}

.filters-login {
    left: -90px;
    top: 2px;
}

.filters-login i {
    font-size: 34px;
    color: black;
    cursor: pointer;
}

.filters-login i:hover {
    color: red;
}

.list ul {
    padding-left: 15px;
}

.list ul li {
    list-style-type: none;
}

.list ul li a {
    color: black;
}

.list ul li a:hover {
    color: red;
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.custom-pagination {
    margin-top: 35px;
    font-size: 18px;
}

.custom-pagination a {
    color: black;
}

.custom-pagination a:hover,
.custom-pagination a:active {
    color: red;
    text-decoration: none;
}

.filter-text {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 60px;
}

.page .entry-title {
    display: none;
    visibility: hidden;
}

.post-wrapper img, .activity-inner img {
	width: 100%;
	height: 100%;
}

.footer-nav li {
	color: black;
	float: left;
    margin-right: 34px;
    position: relative;
    top: 5px;
}

.footer-nav li a {
	color: black;
}

.voted, .alreadyvoted, .voted:hover, .alreadyvoted:hover, .post-like a, .post-like a:hover, .post-like a:active {
	color: red;
}

.register-section .mce-toolbar {
    display: none;
}

.register-section .wp-switch-editor, .register-section .mce-toolbar-grp, .register-section .mce-statusbar {
    display: none;
}

.searchform label {
    display: none;
}

.searchform #searchsubmit {
    background: red;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-color: red;
    border-style: solid;
}

.searchform input[type="text"] {
    border-radius: 3px;
    border-style: solid;
    border-color: grey;
    width: 350px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}


/* Leaderboards page  */

.leaderboard-section-title {
    font-weight: bold;
    font-size: 30px;
    margin-top: 15px;
    text-align: center;
}

.insider-title {
    font-weight: bold;
    font-size: 30px;
}

.leaderboard-item {
    background: #333333;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}

.leaderboard-item .header-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.leaderboard-item .header {
    text-align: center;
    color: white;
    margin: 0 auto;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    text-align: center;
    width: 95%;
}

.leaderboard-item .title {
    font-size: 16px;
    color: white;
}

.leaderboard-item .score {
    font-size: 16px;
    color: red;
    float: right;
}

.leaderboard-item .grey {
    background: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
}

.leaderboard-item .black {
    background: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* End Leaderboards page  */

/******** Responsive ********/

@media (max-width: 980px) {
    .leaderboard-item .grey {
        margin-top: 0;
    }
    .leaderboard-item .title {
        font-size: 16px;
        color: white;
        display: inline-block;
        width: 83%;
        margin-bottom: 0;
        margin-top: 0;
        height: 50px;
        max-height: 50px;
        overflow: hidden;
        padding-top: 5px;
    }

    .leaderboard-item .score {
        font-size: 16px;
        color: red;
        float: right;
        padding-top: 19px;
    }

    .theme-mode {
        position: absolute;
        padding: 5px 5px 0 5px;
        cursor: pointer;
        color: black;
        right: 70px;
        top: 8px;
    }
    
    .single-page-wrapper {
        margin-top: 30px;
    }
    .main-card .card-title {
        font-size: 15px;
        padding: 15px 15px 60px 15px;
    }
    .fire-icon-single {
        top: -2px;
    }
    .fire-icon-single span {
        font-size: small;
    }
    .main-card .card-title {
        height: 100px;
    }
    .stats-wrapper-single {
        position: absolute;
        right: 28px;
        font-size: 13px;
        color: white;
        top: 2px;
    }
    .stats-wrapper-single span {
        position: relative;
        bottom: 5px;
        margin-right: 9px;
        margin-left: 9px;
    }
    .stats-wrapper-single span i {
        font-size: 20px;
    }
    .single-page-wrapper {
        padding-left: 15px;
    }
}

.image1, .image2 {
    background-size: cover !important;
    height: 100% !important;
    width: 100% !important;
}

@media (max-width: 1200px) {
    .navbar-toggle {
        display: block;
    }
    .theme-mode {
        position: absolute;
        padding: 5px 5px 0 5px;
        cursor: pointer;
        color: black;
        right: 70px;
        top: 8px;
    }
}

@media (min-width: 1200px) {
    .widgets-sidebar {
        max-width: 300px;
    }
    /* .image-canvas-desktop{
        height: 270px !important;
        width: 480px !important;
        overflow: hidden;
    } */
	.image-canvas-desktop img, .small-image-canvas-desktop img {
		height: 100% !important;
	}
    .small-image-canvas-desktop {
        height: 135px;
        width: 240px;
        overflow: hidden;
    }
    .small-card .card-title {
        width: 240px;
    }
}

@media (max-width: 600px) {
    .main-slider {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 350px) {
    .comments-wrapper {
        margin-top: 40px;
    }
    .single-page-wrapper .relative img {
        height: 32px;
    }
    .stats-wrapper-single i {
        font-size: 17px;
    }
    .stats-wrapper-single {
        position: absolute;
        right: 22px;
        font-size: 13px;
        color: white;
        top: 8px;
    }
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.insider-trigger, .community-trigger {
    cursor: pointer;
}

.infinite-scroll-request {
    text-align: center;
    padding-top: 24px;
    font-size: 25px;
    margin-top: 50px !important;
}

@media (max-width: 1214px) {
    .leaderboard-item .header-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        height: 32px;
    }
    
    .leaderboard-item .grey {
        margin-top: 15px;
    }

    .leaderboard-item .header {
        right: 6px;
    }

    .small-image-canvas-desktop {
        overflow: hidden;
    }

    .small-image-canvas-desktop img {
        width: 100%;
        height: 100%;
    }
    .main-slider {
        width: 100%;
        height: 100%;
    }
}