.gp-inner-loop {
    width: 100%;
    overflow: hidden;
}
.page .content  section.game.entry {
    width: 23%;
    display: inline-block;
    /*margin-right: 2%;*/
    position: relative;
    /*float: left;
    clear: right;
    margin-bottom: 20px;*/
    padding: 0;
    /*margin-left: 0;*/
    margin: 0 2% 20px 0;
}
.page .content section.game.entry:nth-child(4n) {
    margin-right: 0;
}
select {
    display: inline-block;
    width: 30%;
    /*float: left;*/
    margin-right: 2%;
}
select:last-child {
    margin-right: 0;
}
.gp-blog-wrapper.gp-blog-columns-3.style-3 {}
.gp-blog-wrapper.gp-blog-columns-3.style-3 .filters{
	margin-bottom: 0;
}
.gp-blog-wrapper .dashicons.dashicons-filter {
    font-size: 30px;
    width: 43px;
    vertical-align: -10px;
    height: 30px;
}
.gp-blog-wrapper .dashicons.dashicons-no {
    font-size: 30px;
    width: 40px;
    vertical-align: -10px;
}
/*.filters.active .dashicons.dashicons-filter {
    display: none;
}
.gp-blog-wrapper .filters .reset-btn {*/
	/*border: 1px solid transparent;*/
    /*width: 37px;*/
    /*height: 37px;*/
    /*line-height: 15px;*/
    /*padding: 5px 14px;*/
    /*box-sizing: border-box;*/
    /*margin: 3px 5px;*/
    /*position: relative;*/
    /*cursor: pointer;*/
/*}*/
/*.gp-blog-wrapper .filters .reset-btn:before {*/
	/*content: '';*/
	/*display: block;*/
	/*position: absolute;*/
	/*top: 13px;*/
	/*left: 6px;*/
	/*width: 15px;*/
	/*height: 1px;*/
	/*background-color: #b1adad;*/
	/*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-webkit-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
/*}*/
/*.gp-blog-wrapper .filters .reset-btn:after {*/
	/*content: '';*/
	/*display: block;*/
	/*position: absolute;*/
	/*top: 13px;*/
	/*left: 6px;*/
	/*width: 15px;*/
	/*height: 1px;*/
	/*background-color: #b1adad;*/
	/*-moz-transform: rotate(315deg);*/
    /*-ms-transform: rotate(315deg);*/
    /*-webkit-transform: rotate(315deg);*/
    /*-o-transform: rotate(315deg);*/
    /*transform: rotate(315deg);*/
/*}*/
.gamebutton {
    /*background-color: #2b2b8b;*/
    display: block;
    color: #4d5968;
    text-align: center;
    line-height: 2.5;
    border: 1px solid #eceef1;
}
.gp-post-item:hover .gamebutton {
    /*opacity: 0.8;*/
    background-color: #c82025;
    border-top: none;
    border-right: 1px solid #c82025;
    border-left: 1px solid #c82025;
    border-bottom: 1px solid #c82025;
    color: #ffffff;
}
.page .content section.game.entry {
    border: none;
    margin-top: 20px;
}
.gametitle {
    color: #2a3139;
    font-size: 1.3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/* pagination */
[class*='gp-blog-columns'] .gp-pagination-numbers {
    margin-top: 0;
}
.gp-pagination-numbers {
    line-height: 0; 
}
ul.page-numbers {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
ul.page-numbers, ul.page-numbers li, ul.page-numbers > span, .gp-pagination.gp-entry-pagination ul.page-numbers > a {
    display: inline-block;
    margin: 0 2px !important;
    padding: 0;
    list-style: none;
    font-size: 0;
}
ul.page-numbers .page-numbers {
    display: inline-block;
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 24px;
    font-size: 16px;
    background-color: #bbb;
    color: #ffffff;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
ul.page-numbers .page-numbers:hover, ul.page-numbers .page-numbers.current, ul.page-numbers > span.page-numbers {
    background-color: #c82025;
}
.gp-pagination.gp-entry-pagination ul.page-numbers .page-numbers {
    margin: 0;
}
ul.page-numbers .page-numbers.prev {
    padding-right: 2px;
    font-size: 0;
}
ul.page-numbers .page-numbers.next {
    padding-left: 2px;
    font-size: 0;
}
ul.page-numbers .page-numbers.prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 10px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.page-numbers .page-numbers.next:before {
    content: "\f345";
    font-family: 'dashicons';
    font-size: 10px;
    font-weight: normal;
}
ul.page-numbers .page-numbers.prev:before {
    content: "\f341";
    font-family: 'dashicons';
    font-size: 10px;
    font-weight: normal;
}
/* end pagination */

/* page with sidebar */
.content-sidebar select {
    width: 28%;
}
.content-sidebar .content section.game.entry {
    width: 31.3%;
    margin-top: 0;
}
.content-sidebar .content section.game.entry:nth-child(4n) {
    margin-right: 2%;
}
.content-sidebar .content section.game.entry:nth-child(3n) {
    margin-right: 0;
}
.content-sidebar .gp-blog-wrapper.gp-blog-columns-3.style-3 .filters {
    margin-bottom: 15px;
    margin-top: 40px;
}
/* end page with sidebar */

/* # Media Queries
--------------------------------------------- */

@media (min-width: 384px) {

}

@media (min-width: 512px) {

}

@media (min-width: 768px) {

}

@media (min-width: 896px) {

}

@media (min-width: 1152px) {

}

@media (min-width: 1280px) {

}

@media (max-width: 768px) {
    /* games with sidebar */
    .content-sidebar select {
        width: 100%;
    }
    .content-sidebar .content section.game.entry:nth-child(3n) {
        margin-right: 10px;
    }
    .page .content section.game.entry {
        width: 48%;
        margin-top: 0;
    }
    .page .content section.game.entry:nth-child(even) {
        margin-right: 0;
    }
    .filters select {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .filter-1 {
        margin-top: 10px;
    }
    #front-page-3 {
        padding-bottom: 0;
    }
}


