/*!

Version:            1.1.10

*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
}

@font-face {
  font-family: "evilgamerz";
  src: url("assets/fonts/evilgamerz.woff2") format("woff2");
  font-display: swap;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote::before,
q::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: -25px;
  top: -10px;
}

blockquote:after,
q:after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: -10px;
}

blockquote,
q {
  quotes: """";
  position: relative;
}

blockquote cite {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
}

blockquote cite::before {
  content: "-";
  margin-right: 10px;
}

a:focus {
  outline: 0;
}

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

a img {
  border: 0;
}

#menu-accountbeheer .menu-item a[title]:hover:after {
  content: attr(title);
  position: absolute;
  font-size: 12px;
  top: -32px;
  left: 10px;
  width: 100%;
  background: #333;
  border-radius: 3px;
  text-align: center;
}

#menu-accountbeheer .menu-item a[title]:hover:before {
  position: absolute;
  content: "";
  border-top: 7px solid #333;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
  display: block;
}

#footer-menu .menu-item a[title]:hover:after {
  content: attr(title);
  position: absolute;
  font-size: 12px;
  margin-top: -45px;
  margin-left: -100px;
  color: #333;
  font-weight: 500;
  line-height: 30px;
  width: 100%;
  max-width: 170px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
}

#footer-menu .menu-item a[title]:hover:before {
  position: absolute;
  margin-top: -15px;
  content: "";
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
  display: block;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 800;
}

p {
  margin-bottom: 20px;
}

b,
strong {
  font-weight: bold;
}

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

blockquote {
  margin: 0 20px;
  padding: 4px;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  border-left: 4px solid #ef9419;
  padding-left: 10px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #f1f1f1 , transparent);
}

address {
  margin: 0 0 15px;
}

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

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}



/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

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

ul,
ol {
  margin: 0 0 15px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px;
}

td {
  border: 1px solid #CCC;
  padding: 5px 10px;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 13px;
  border: none;
  padding: 14px 25px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  background: #999;
}

.um-member-directory-search-line input[type="button"],
.um-member-directory-search-line input[type="submit"],
.bbp-search-form input[type="button"],
.bbp-search-form input[type="submit"]
 {
  padding: 12px 25px !important;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #666;
  border-color: #666;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
  color: #ef9419;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
  color: #ef9419;
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}



/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.mt-clearfix:before,
.mt-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
  content: '';
  display: table;
}

.mt-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
  clear: both;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget-area .widget {
  margin: 0 0 40px;
}

/* Make sure select elements fit in widgets */

.widget-area .widget select {
  max-width: 100%;
}

.footer-widgets-wrapper .mt-social-icon-wrap,
.widget-area .mt-social-icon-wrap {
  float: none;
}

.mt-social-icons-wrapper {
  overflow: auto;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

h1.entry-title {
  color: #353535;
  font-weight: 700;
  padding-bottom: 0;
}

h1.entry-title a {
  color: #3d3d3d;
}

.hentry {
  margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  display: inline;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.entry-cat {
	padding: 6px 6px;
    background: #f1f1f1;
    border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}

.entry-cat a {
  font-size: 14px;
  font-weight: 400;
}

.posted-on a {
  position: relative;
  margin-right: 4px;
  color: #333;
}


.entry-cat .cat-links a,
.entry-meta a {
  color: #333;
}

.byline a {
  color: #333;
}

.entry-cat .cat-links a:hover,
.entry-cat a:hover,
.byline a:hover,
.posted-on a:hover {
  color: #ef9419;
}

.cat-links {
  display: inline-block;
}

.comments-link {
  float: right;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.edit-link .post-edit-link {
  background: #ef9419;
  padding: 4px 10px;
  color: #FFF !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px;
  display: none;
}

.edit-link .post-edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 0px;
}

.blog article.hentry:first-child {
  margin-top: 30px;
}

article.hentry .edit-link {
  display: block;
  margin-top: 20px;
}

article.hentry .entry-footer>span {
  color: #999;
  font-size: 13px;
  margin-right: 15px;
}

.page-header .page-title {
  color: #333;
  padding-bottom: 15px;
}

.updated {
  display: none;
}

.published.updated {
  display: inline;
}

.entry-footer a {
  color: #999;
}

.entry-footer a:hover {
  color: #ef9419
}

.nav-links .meta-nav {
  display: none;
}

.nav-links::after {
  content: "";
  display: block;
  clear: both;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 50%;
  float: left;
}

.nav-links .nav-next {
  text-align: right;
}

.nav-links .nav-previous a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.nav-links .nav-next a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
}

.entry-thumbnail {
  width: 38%;
  float: left;
}

.entry-exrecpt {
  width: 60%;
  float: right;
}

.short-content {
  margin-bottom: 10px;
}

.short-content+.bttn {
  float: right;
}

.full-width {
  float: none;
  width: 100%;
}


/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%;
}

#top-footer .gallery {
  margin-bottom: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%;
}

.site-main .gallery a img {
  max-width: none;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,




/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

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

#infinite-footer {
  display: none;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

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

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

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

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}


/* Make sure embeds and iframes fit their containers */

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


/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
  margin-left: -3%;
}

.mt-column-1 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 97%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.mt-column-2 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 47%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.mt-column-3 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 30.33%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.mt-column-4 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 22%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.mt-column-5 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 17%;
  margin-left: 3%;
  margin-bottom: 3%;
}

/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: outside none none;
  margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
  color: #333;
  font-size: 14px;
  line-height: 32px;
  padding-left: 22px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
  color: #ef9419;
}

.widget_archive a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
  color: #afb4bd;
  content: "\f187";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0px;
  display: none;
}

.widget_categories a::before {
  content: "\f07b";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0px;
}

.widget_recent_entries a::before {
  content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
  content: "\f105";
}

.widget_recent_comments li::before {
  content: "\f086";
  top: 0;
}

.widget_rss li::before {
  content: "\f09e";
  top: 0;
}

.widget_pages li a:before {
  content: "\f1ea";
  top: 0;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #ef9419;
  border-color: #ef9419;
  color: #ffffff;
}

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px;
}

.widget_nav_menu .sub-menu {
  margin: 10px 0 0 10px;
}

.widget_nav_menu li::before {
  top: 0;
}

.widget_search::after {
  clear: both;
  content: "";
  display: table;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit,
.widget_search .search-submit:hover {
  height: 36px;
  width: 25%;
  background: #ef9419;
  border-color: #ef9419;
  color: #ffffff;
  padding: 0;
}

/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
  float: left;
  width: 70%;
}

#secondary,
.home.blog #secondary {
  float: right;
  width: 27%;
}

.home.page-template-template-home #primary,
.home.page-template-template-home #secondary,
.error404 #primary {
  float: none;
  width: 100%;
}

.left-sidebar #primary,
.home.left-sidebar #primary {
  float: right;
}

.left-sidebar #secondary,
.home.left-sidebar #secondary {
  float: left;
}

.no-sidebar #primary,
.home.blog.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.no-sidebar-center #primary,
.home.blog.no-sidebar-center #primary {
  float: none;
  width: 80%;
  margin: 0 auto;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
  display: none;
}

.home.blog #content #primary article:first-child {
  margin-top: 0;
}

.widget .author,
.widget .posted-on a::before {
  display: none;
}

.no-thumbnail.sticky {
  padding-top: 70px !important;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
  font-weight: 400;
  overflow: hidden;
  position: relative;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
}

.site-layout--boxed #page {
  background-color: #ffffff;
  margin: 0 auto;
  width: 1360px;
  overflow: hidden;
}

body.site-layout--boxed {
  background: #f4f4f4 none repeat scroll 0 0;
}

.author-name {
  font-size: 20px;
  text-align: center;
  font-size: 400;
  margin-top: 10px;
  margin-bottom: 4px;
}

.author-description {
  text-align: center;
}

.widget .author-social .mt-social-icon-wrap {
  float: none;
  text-align: center;
}

.site-layout--boxed .mt-container {
  padding: 0 50px;
}

#page {
  background: #fff none repeat scroll 0 0;
}

.mt-container {
  width: 1320px;
  margin: 0 auto;
}

.mt-hide {
  display: none;
}

/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/

#top-header {
  background: #333;
}

.trending-wrapper {
  float: left;
}

.tren {
  cursor: pointer;
}

.wrap-label {
  float: left;
  background: #333;
  padding: 6px 20px 6px 0px;
  color: #fff;
  margin-right: 0px;
  display: inline-block;
  font-family: 'evilgamerz';
  font-weight: normal;
}

.wrap-label i {
  color: #ffd600;
  margin-right: 5px;
  font-size: 18px;
}

.tags-wrapper {
  float: left;
  margin: 7px 0;
}

.tags-wrapper a {
  font-weight: 700;
  color: #fff;
  margin-right: 16px;
  font-size: 13px;
  text-transform: capitalize;
}

.trending-wrapper.tag-before-icon .tags-wrapper a::before {
  content: "#";
  margin-right: 2px;
}

.top-header-nav {
  float: right;
  margin: 6px 0;
}

.header-widget-ban {
	width: 100%;
	text-align: center;
	list-style-type: none;
}

.bottom-widget-ban {
	list-style-type: none;
	text-align: center;
}

.bottom-widget-ban .widget {
	border: 0px !important;
	padding: 0 !important;
}

.content_top {
	text-align: center;
}

.content_top .widget {
	border: 0px;
	padding: 0px;
}

.content_top li {
	list-style: none;
}

#top-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top-navigation ul li {
  display: inline-block;
  margin: 0 0 0 12px;
}

#top-navigation ul ul {
  display: none;
}

#top-navigation ul li a {
  color: #fff;
  font-size: 13px;
  display: block;
  font-weight: 500;
}

#top-navigation ul li a:hover {
  color: #ef9419;
}

#masthead .widget {
  border: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .logo-ads-wrap {
	background-size: cover !important;
  }

  .custom-logo {
	width: 40% !important;
  }
}

.header-widget-wrapper {
  margin-top: 12px;
  float: right;
}

.header_avatar {
	float:right;
	margin-right: 32px;
	margin-bottom: 8px;
	position: relative;
}

.header_avatar .avatar img {
	border: 5px solid #eee;
	margin-top: 36px;
	border-radius: 40px;
	min-width: 68px;
	min-height: 68px;
}

.header_avatar::before {
    content: "";
    position: absolute;
	margin-top: 35px;
 	height: 70px;
	z-index: 999;
    inset: 0;
    border-radius: 40px;
    padding: 6px;
	box-shadow: 1px 1px 1px #333;
	background: conic-gradient(
    #EF9419 0% calc(var(--percent) * 1%), transparent 0);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
           mask-composite: exclude;
	border: 2px solid #eee;
}

.header_avatar .points, .header_avatar .points a {
	color: #fff;
	text-align: center;
}

.header_avatar .avatar img {
	animation: glow1 2s infinite alternate;
}

.header_avatar .points {
	margin-top: 24px;
	animation: glow2 2s infinite alternate;
}

.points1 {
    color: #fff;
    background: #ffcc00;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 2px solid #333;
    font-weight: bold;
    padding: 1px 4px;
	text-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
}

.points2 {
    color: #fff;
    background: #ef9419;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    font-weight: bold;
    padding: 1px 4px;
	text-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
}

@-webkit-keyframes glow1 {
  0% {
    box-shadow: none;
  }
  70% {
    box-shadow: none;
  }
  100% {
    box-shadow:
      0 0 2px #fff,
      0 0 4px #fff,
      0 0 8px #fff,
      0 0 16px #fff;
  }
}

@-webkit-keyframes glow2 {
  0% {
    text-shadow: none;
  }
  70% {
    text-shadow: none;
  }
  100% {
    text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px #fff,
      0 0 80px #fff,
      0 0 90px #fff,
      0 0 100px #fff,
      0 0 200px #fff;
  }
}

@media only screen and (max-width: 978px) {
	.header_avatar {
	  text-align: left;
	}
}

.avatar {
	position: relative;
}

.header_cover {
	position: absolute;
	margin-top: 14px;
	margin-left: -30px;
	width: 128px;
}

.header_cover img {
	width: 100%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	min-height: 70px;
}

.header-widget-wrapper ul li a {
  color: #fff !important;
  text-shadow: 1px 1px #333;
}

.logo-ads-wrap {
  padding: 10px 0 10px;
  background-image: url(assets/images/eg/header.webp);
  background-size: 100%;
  background-position: center center;
}

.site-title {
  margin: 0;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

.site-title a {
  color: #333
}

.site-description {
  margin: 0;
  font-size: 13px;
}

.home.blog #masthead {
  margin-bottom: 20px;
}

.mt-header-social-wrapper,
.mt-header-extra-icons {
  float: left;
  width: 30%;
  padding: 30px 0;
}

.mt-social-icon-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt-social-icon-wrap li {
  display: inline-block;
  margin-right: 20px;
}

.fa-facebook-square:before, .fa-youtube:before, .fa-linkedin-square:before, .fa-flickr:before, .fa-search:before {
  font-size: 25px;
  font-family: FontAwesome !important;
  font-weight: normal !important;
}

.fa-flickr:before {
  content: "\f05b" !important;
}

.mt-social-icon-wrap li a:hover {
  color: #ef9419;
}

.mt-header-extra-icons {
  display: none;
}

.mt-header-extra-icons {
  display: none;
}

.mt-logo-row-wrapper {
  background: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.is-sticky .mt-logo-row-wrapper {
  background: #fff;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.site-branding {
  float: left;
  margin: 9px 0;
}

.logo-ads-wrap img {
  -webkit-filter: drop-shadow(1px 1px 1px #000);
  filter: drop-shadow(1px 1px 1px #333);
}

.mt-social-menu-wrapper {
  border-top: 0px;
  background: #e1e1e1;
}

.is-sticky .mt-social-menu-wrapper {
  background: #333 !important;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-height: 56px;
}

.is-sticky .mt-social-menu-wrapper a {
  color: #fff !important;
}

.is-sticky li {
  background: #333;
}

#site-navigation {
  float: left;
  margin-right: 20px;
}

.mt-social-search-wrapper {
  float: right;
}

.mt-social-wrapper {
  float: left;
  margin: 15px 0 15px;
}

.mt-follow-title {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}

.is-sticky .mt-social-menu-wrapper .mt-follow-title {
  color: #fff;
}

.mt-follow-title:before {
  margin-top: -13px;
  margin-left: 46px;
  padding: 0 4px;
  background: #D83C16;
  border-radius: 4px;
  position: absolute;
  content: "20K+";
  font-size: 10px;
  color: #fff;
  font-style: italic;
  font-weight: normal;
  z-index: 999;
}

.mt-follow-title:after {
  content: '';
  position: absolute;
  margin-top: 4px;
  margin-left: 2px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #D83C16;
  border-bottom: 0;
  border-left: 0;
}

.mt-social-icon-wrap {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt-social-icon-wrap li {
  display: inline-block;
  margin-right: 12px;
}

.mt-social-icon-wrap li a {
  color: #333;
}

/*--------------------------------------------------------------
Search CSS
--------------------------------------------------------------*/

.mt-menu-search {
  float: right;
}

.mt-search-icon {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 15px 0px;
  cursor: pointer;
}

.mt-search-icon a {
  color: #333;
}

.mt-search-icon:hover {
  color: #ef9419;
}

.mt-search-icon i {
  margin-left: 5px;
}

.mt-menu-search .mt-form-wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.mt-menu-search .mt-form-wrap.search-activate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

}

.mt-menu-search .mt-form-wrap .search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.mt-menu-search .mt-form-wrap .search-form .search-field {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  width: 80%;
  height: 70px;
  display: block;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
}

.mt-menu-search .mt-form-wrap .search-form .search-submit {
  margin-top: 30px;
  padding: 16px 60px;
  background: #ef9419;
  border: none;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mt-menu-search .mt-form-wrap .search-form .search-submit:hover {
  background: #ef9419;
}

.mt-form-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 64px;
  cursor: pointer;
  color: #fff;
}

.mt-form-close:hover {
  color: #ef9419;
}

/*--------------------------------------------------------------
Menu CSS
--------------------------------------------------------------*/
.main-menu-wrapper {
  position: relative;
}

.menu-toggle {
  display: none;
  text-align: center;
  color: #333;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  float: left;
}

.menu-toggle a {
  color: #333;
}

.menu-toggle:hover {
  color: #ef9419;
}

.menu-toggle i {
  margin-right: 7px;
}

#site-navigation {
  text-align: center;
}

.is-sticky .main-menu-wrapper {

  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.is-sticky #site-navigation ul li a {
  line-height: 54px;
}

.is-sticky #site-navigation ul li a::after {
  top: 19px;
}

#site-navigation ul {
  margin: 0;
  list-style: none;
}

#site-navigation ul li {
  display: inline-block;
  position: relative;
}

#site-navigation ul li a {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  line-height: 60px;
  position: relative;
  font-weight: 700;
}

#site-navigation ul#primary-menu>li:first-child a {
  padding-left: 0;
}

#site-navigation ul#primary-menu>li:first-child ul a {
  padding-left: 30px;
}

#site-navigation ul li a::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 22px;
  right: 0;
  height: 16px;
  background: #e1e1e1;
}

#site-navigation ul li:last-child a:after {
  display: none;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_ancestor>a,
#site-navigation ul li.current_page_item>a {
  color: #ef9419;
}

#site-navigation ul li .sub-menu,
#site-navigation ul li .children {
  background: #fff;
  min-width: 250px;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#site-navigation ul li .sub-menu ul,
#site-navigation ul li .children ul {
  left: 100%;
  top: 0;
}

#site-navigation ul li.focus>.sub-menu,
#site-navigation ul li.focus>.children,
#site-navigation ul li:hover>.sub-menu,
#site-navigation ul li:hover>.children {
  opacity: 1;
  visibility: visible;
}

#site-navigation ul li .sub-menu li,
#site-navigation ul li .children li {
  display: block;
  padding: 0;
}

#site-navigation ul li .sub-menu li a,
#site-navigation ul li .children li a {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  border-right: none;
  line-height: 30px;
}

#site-navigation ul li .sub-menu li a:after,
#site-navigation ul li .children li a:after {
  display: none;
}

#site-navigation ul#primary-menu>li.menu-item-has-children>a,
#site-navigation #primary-menu ul>li.page_item_has_children>a {
  padding-right: 40px;
  position: relative;
}

#site-navigation li.menu-item-has-children>a::before,
#site-navigation li.page_item_has_children>a::before {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 15px;
}

#site-navigation ul ul li.menu-item-has-children>a::before,
#site-navigation ul ul li.page_item_has_children>a::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#site-navigation ul li a.sub-toggle {
  display: none;
}

#site-navigation .menu-item-description {
  position: absolute;
  top: -15px;
  right: -20px;
  background: #ef9419;
  line-height: 24px;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  font-weight: 400;
}

#site-navigation .menu-item-description::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #ef9419 transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-sticky #site-navigation .menu-item-description,
#site-navigation ul li .sub-menu .menu-item-description {
  display: none;
}

.sub-menu .menu-item i._mi {
  font-size: 1.5em;
}

/*--------------------------------------------------------------
Slider CSS
--------------------------------------------------------------*/
.front-slider-wrapper {
  margin: 10px 0 40px;
}

.front-slider-block {
  float: left;
  width: 66%;
}

.full-width--slider .front-slider-block {
  float: none;
  width: 100%;
}

.slider-post-wrap {
  height: 550px;
  position: relative;
  overflow: hidden;
}

.top-featured-post-main-wrapper {
  float: right;
  width: 31.5%;
}

.post-cat,
.post-cats-list {
  display: inline;
  float: right;
  text-transform: uppercase;
}

.post-cats-list a:hover {
  color: #fff;
}

.shine-notused {
  animation:slide 5s ease-in-out infinite alternate;
  background: #fff;
  margin-top: -150%;
  width: 50%;
  height:500%;
  opacity:0.2;
}

@keyframes slide {
  0% {
    transform:translateX(-500%) rotate(45deg);
  }
  100% {
    transform:translateX(300%) rotate(45deg);
  }
}

.post-info-wrap {
  z-index: 99;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 140px 30px 20px 30px;
  direction: ltr;
}

.no-thumbnail .post-info-wrap {
  position: inherit;
  background: none;
  padding: 0;
}

.front-slider-block .post-info-wrap .entry-title {
  font-size: 26px;
  line-height: 1.5;
  margin-top: 5px;
}

.front-slider-block_old .posted-on a::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  right: -40px;
}

.has-thumbnail .post-info-wrap .entry-title a,
.front-slider-block .post-info-wrap .entry-title a {
  color: #fff;
}

.slider-post-wrap .post-thumbnail>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-categories {
  list-style: none;
  display: block;
  margin: 0;
}

.post-categories li {
  display: inline-block;
  margin-right: 5px;
}

.post-cats-list a {
  background: #ef9419;
  font-size: 13px;
  color: #fff;
  padding: 1px 8px;
  display: inline-block;
  margin-right: 3px;
}

.has-thumbnail .post-info-wrap .entry-meta a,
.front-slider-block .post-info-wrap .entry-meta a {
  color: #fff;
}

.has-thumbnail .post-info-wrap .entry-meta .posted-on a::before,
.front-slider-block .post-info-wrap .entry-meta .posted-on a::before {
  background: #dfdfdf;
}

.has-thumbnail .post-info-wrap .entry-meta .posted-on a::before,
.front-slider-block .post-info-wrap .entry-meta .posted-on a::before {
  background: #fff;
}

.front-slider-block .lSAction {
  position: absolute;
  right: 20px;
  top: 20px;
}

.front-slider-block .lSAction>a {
  background: rgba(51, 51, 51, 1) none repeat scroll 0 0;
  border-bottom: 3px solid #ef9419;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin: 0 2px;
  opacity: 1;
  position: static;
  text-align: center;
}

.front-slider-block .lSAction>a:hover {
  background: #ef9419;
}

.features-post-title {
  font-family: 'evilgamerz';
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  border-bottom: 3px solid #ef9419;
}

.top-featured-post-wrap .mt-single-post-wrap {
  margin-bottom: 10px;
}

.top-featured-post-wrap .mt-single-post-wrap:last-child {
  margin-bottom: 0;
}

.top-featured-post-wrap .post-thumbnail {
  float: left;
  width: 27%;
  overflow: hidden;
  position: relative;
}

.featured-filter-toggle {
  display: inline;
  position: absolute;
  margin-top: 6px;
  margin-left: 14px;
  zoom: 0.9;
}

.top-featured-post-wrap .post-thumbnail figure {
  background-size: 275% !important;
}

.top-featured-post-wrap .post-thumbnail figure:hover, .widget widget_gtranslate img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: .3s ease;

}

.top-featured-post-wrap .artikel_veld {
  margin-top: -14px;
  margin-left: -14px;
  -ms-transform: scaleY(0.6);
  transform: scale(0.6);
}

.top-featured-post-wrap .mt-post-content {
  float: right;
  width: 68%;
}

.top-featured-post-wrap .entry-header {
  padding: 0;
}

.top-featured-post-wrap .entry-header .entry-title {
  font-size: 17px;
  margin: 0;
}

.top-featured-post-wrap .post-thumbnail .post-number {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  background: #ef9419;
  text-align: center;
}


/*--------------------------------------------------------------
Blog Layout design CSS
--------------------------------------------------------------*/
.home #content {
  margin-top: 0;
}

article {
  position: relative;
}

.entry-header {
  margin-top: 0px;
}

.entry-title {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
  font-weight: 800;
}

.single .entry-title {
  font-size: 30px;
  margin-top: 10px;
}

.single .mt-related-posts-wrapper .entry-title {
  font-size: 22px;
}

.entry-title a {
  color: #333;
}

.wp-dark-mode-floating-switch {
  position: absolute !important;
  display: block !important;
  top: 6px !important;
  right: 8px !important;
  height: 50px !important;
}

.wp-dark-mode-switch-3 ._track {
  background: #ef9419 !important;
  zoom: 0.7;
}

html[data-wp-dark-mode-active] .radialProgressBar .overlay {
  color: #333 !important;
}

.entry-title a:hover,
.cat-links a:hover {
  color: #ef9419;
}

.entry-meta a {
  font-size: 14px;
  font-weight: 400;
  color: #A6A6A6;
}

.entry-meta a:hover {
  color: #ef9419;
}

.tags-white {
  color: #fff;
  text-transform: capitalize;
}

.entry-content {
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.entry-footer .mt-readmore-btn,
.btn-wrapper a,
.mt-readmore-btn {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #333;
}

.entry-footer .mt-readmore-btn i,
.btn-wrapper a i,
.mt-readmore-btn i {
  margin-left: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.entry-footer .mt-readmore-btn:hover,
.btn-wrapper a:hover,
.mt-readmore-btn:hover {
  color: #ef9419;
}

.entry-footer .mt-readmore-btn:hover i,
.btn-wrapper a:hover i,
.mt-readmore-btn:hover i {
  margin-left: 10px;
}

.entry-footer>span.tags-links {
  display: block;
  margin: 0 0 20px;
  font-weight: 500;
  color: #333 !important;
}

.entry-footer .tags-links a {
  margin: 0 3px;
  font-weight: 400;
}

article.sticky.no-thumbnail {
  border: 2px solid #e1e1e1;
  position: relative;
  padding: 20px 30px;
}

article.sticky::before {
  content: "\f08d";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: #ef9419;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  border-radius: 100%;
  z-index: 99;
  text-align: center;
}

article .single-thumb-title-wrapper,
article .post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 200px;
}

.single-post .post-thumbnail {
  max-height: 250px;
}

.single article .entry-content {
  margin-top: 20px;
}

article .single-thumb-title-wrapper .lSAction>a {
  z-index: 9999999;
}

article .post-thumbnail img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 100%;
}

article .post-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(115%);
}

article.page .post-thumbnail::before,
.single #content article .post-thumbnail::before {
  display: none;
}

.single .no-thumbnail {
  padding-top: 0px !important;
}

.no-thumbnail {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.navigation.pagination {
  text-align: center;
}

.navigation.pagination .nav-links a.page-numbers {
  padding: 12px 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
  background: #EC9116;
  padding: 12px 15px;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 13px;
  color: #fff !important;
  font-weight: bold;
}

.archive-grid-post-wrapper,
.mt-archive--masonry-style .color-blog-content-masonry {
  margin-left: -3%;
}

.mt-archive--block-grid-style article,
.mt-archive--masonry-style #mt-masonry article {
  display: inline-block;
  width: 47%;
  margin-left: 3%;
  margin-right: -4px;
  vertical-align: top;
}

.no-sidebar.mt-archive--block-grid-style article,
.no-sidebar.mt-archive--masonry-style #mt-masonry article {
  width: 30.33%;
}

.mt-archive--masonry-style #mt-masonry article {
  margin-right: 0;
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
Sidebar CSS
--------------------------------------------------------------*/
.widget {
  padding: 20px;
}

#nav_menu-3 {
  background: #F4F4F4;
}

.widget-title {
	font-family: 'evilgamerz';
	font-weight: normal;
}

#colophon .widget .widget-title {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background: #333;
  border-bottom: 3px solid #ef9419;
}

#secondary .widget .widget-title::before,
.mt-related-post-title:before,
#colophon .widget .widget-title:before,
.features-post-title:before {
  position: absolute;
  left: 0;
  content: "";
}

.widget_tag_cloud a {
  border: 1px solid #e1e1e1;
  color: #a6a6a6;
  font-size: 13px !important;
  padding: 3px 15px;
  display: inline-block;
  margin: 5px 5px;
}

.widget_tag_cloud a:hover {
  color: #333;
  border-color: #333;
}

/*--------------------------------------------------------------
Error 404 styles
--------------------------------------------------------------*/
.error404 #primary {
  float: none;
  width: 100%;
  padding: 50px 0;
}

.error-404.not-found {
  text-align: center;
  width: 900px;
  border: 5px solid #ef9419;
  margin: 0 auto;
  padding: 30px 0 40px 0;
}

.error-num {
  font-size: 100px;
  font-weight: 900;
  color: #333;
  line-height: 150px;
}

.error-num span {
  font-size: 60px;
  text-transform: uppercase;
  margin-left: 10px;
}

.error404 .section-title {
  margin-left: 3%;
  margin-top: 40px;
}

/*--------------------------------------------------------------
Custom Header styles
--------------------------------------------------------------*/

.custom-header {
  padding: 70px 0;
  text-align: center;
  background-attachment: fixed;
  margin-bottom: 50px;
  position: relative;
  border-top: 4px solid #ef9419;
}

.custom-header.has-bg-img:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-header.no-bg-img {
  background: #434343;
  padding: 30px 0;
}

.custom-header.has-bg-img .mt-container {
  position: relative;
  z-index: 99;
}

.custom-header .entry-title,
.custom-header .page-title {
  font-family: 'evilgamerz';
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}

.taxonomy-description {
  color: #fff;
}

.breadcrumbs .trail-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0 10px;
  color: #fafafa;
}

.breadcrumbs .trail-items {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.breadcrumbs .trail-items li::after {
  content: "\f101";
  position: relative;
  right: -10px;
  font-size: 14px;
  font-family: FontAwesome;
}

.breadcrumbs .trail-items li:last-child:after {
  display: none;
}

#breadcrumb .mt-container {
  width: 100%;
  padding: 0;
}

/*--------------------------------------------------------------
Footer CSS
--------------------------------------------------------------*/

#colophon {
  margin-top: 70px;
  background: #333;
}

#top-footer {
  padding: 0px 0 0px;
  color: #fff;
}

#top-footer ul, ol {
  margin: 0 !important;
}

#top-footer li {
  padding-right: 22px;
}

#colophon .author-name {
  color: #fff;
  margin-top: 20px;
}

#top-footer .mt-footer-widget-wrapper {
  margin-left: -3%;
}

#top-footer.footer-column-one .mt-footer-widget,
#top-footer.footer-column-two .mt-footer-widget,
#top-footer.footer-column-three .mt-footer-widget,
#top-footer.footer-column-four .mt-footer-widget {
  display: inline-block;
  margin-left: 3%;
  width: 30.33%;
  margin-right: -4px;
  vertical-align: top;
  margin-bottom: 3%;
}

#top-footer.footer-column-one .mt-footer-widget {
  width: 97%;
}

#top-footer.footer-column-two .mt-footer-widget {
  width: 47%;
}

#top-footer.footer-column-four .mt-footer-widget {
  width: 22%;
}

#footer-navigation {
  float: right;
}

#footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer-menu li {
  display: inline-block;
}

#footer-menu li a {
  color: #fff;
  border-left: 1px solid #e1e1e1;
  display: block;
  padding: 0 20px;
  line-height: 14px;
}

#footer-menu li>ul {
  display: none;
}

#footer-menu li:first-child a {
  border: none;
}

#footer-menu li a:hover {
  color: #ef9419;
}

#bottom-footer {
  padding: 12px 0;
  background: #434343;
  color: #fff;
  font-size: 13px;
}

.site-info {
  font-size: 13px;
  float: left;
}

#colophon .widget .widget-title,
#top-footer a {
  color: #fff;
}

#top-footer a:hover {
  color: #ef9419;
}

#top-footer .posted-on a::before {
  background: #fff;
}

#top-footer .widget {
  border: 0px;
  margin-bottom: 0px;
  padding-left: 0px !important;
}

#top-footer input[type="submit"] {
  background: #F09419;
  padding: 5px 25px;
}

#top-footer ul {
  list-style: none !important;
}

#top-footer li {
  display:inline;
}

.author-social .mt-social-icon-wrap {
  float: none;
}

.author-social .mt-social-icon-wrap li a {
  background: #333;
  width: 40px;
  height: 40px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}

.color_blog_latest_posts .mt-single-post-wrap>a {
  float: left;
  width: 27%;
  display: block;

}

.color_blog_latest_posts .mt-post-thumb {
  border: 1px solid #e1e1e1;
  padding: 6px;
}

.color_blog_latest_posts .mt-single-post-wrap {
  margin-bottom: 20px;
}

.color_blog_latest_posts .mt-single-post-wrap:last-child {
  margin: 0;
}

.color_blog_latest_posts .mt-single-post-wrap::after {
  clear: both;
  display: block;
  content: "";
}

.color_blog_latest_posts .mt-post-content {
  float: right;
  width: 67%;
}

.color_blog_latest_posts .mt-post-title a {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 22px;
  margin-bottom: -15px;
}

.color_blog_latest_posts .mt-post-title a:hover {
  color: #ef9419;
}

.color_blog_latest_posts .entry-cat {
  padding: 0;
}

.color_blog_latest_posts .mt-readmore-btn {
  margin: 0;
  font-size: 13px;
}

.color_blog_latest_posts .tags-links {
  display: none;
}

.color-blog_social_media {
  text-align: center;
}

.color-blog_social_media li {
  margin: 0 5px;
}

.color-blog_social_media a {
  border: 1px solid #333;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 18px !important;
  line-height: 40px;
}

.color-blog_social_media a:hover {
  background: #ef9419;
  color: #ffffff !important;
  border-color: #ef9419;
}

.mt-single-related-posts {
  margin-top: 40px;
}

.mt-related-posts-wrapper {
  margin-left: -3%;
}

.mt-related-posts-wrapper article {
  display: inline-block;
  margin-left: 3%;
  margin-right: -4px;
  width: 30.33%;
  vertical-align: top;
}

.mt-related-posts-wrapper article.no-thumbnail {
  padding: 0 10px !important;
}

h2.mt-related-post-title {
	font-family: 'evilgamerz';
	font-size: 28px;
	font-weight: normal;
    background: #333;
    color: #fff;
    padding: 3px 0px 3px 10px;
    border-bottom: 3px solid #ec9116;
}

/*--------------------------------------------------------------
Scroll To Top styles
--------------------------------------------------------------*/
#mt-scrollup {
  position: fixed;
  right: 25px;
  bottom: 20px;
  padding: 8px;
  margin-right: 0;
  font-size: 13px;
  line-height: 1em;
  outline: none !important;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-transform: rotate(-90deg) translate(100%, 0);
  -webkit-transform: rotate(-90deg) translate(100%, 0);
  transform: rotate(-90deg) translate(100%, 0);
  cursor: pointer;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10;
  background: #F09419;
  color: #fff;
}

#mt-scrollup::before {
  content: '\f178';
  position: absolute;
  top: 3px;
  right: -36px;
  width: 36px;
  padding: 3px 4px 2px 6px;
  font-size: 18px;
  font-family: 'FontAwesome';
  line-height: 1;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

#mt-scrollup:hover {
  color: #fff;
}

.single article .post-thumbnail:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.single article.hentry .edit-link {
  margin-bottom: 20px;
}

.search .entry-footer,
.search .entry-cat,
.search .entry-title,
.search .entry-content {

}

.search .entry-footer {
  margin-bottom: 10px;
}

.search article {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
}

.search article .post-thumbnail {
  border-radius: 0px;
}

.no-results.not-found {
  text-align: center;
}

.search-no-results #primary input,
.search-no-results #primary input[type="text"]:focus,
.search-no-results #primary input[type="email"]:focus,
.search-no-results #primary input[type="url"]:focus,
.search-no-results #primary input[type="password"]:focus,
.search-no-results #primary input[type="search"]:focus,
.search-no-results #primary textarea:focus {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.search-no-results #primary .search-submit {
  margin-top: 40px;
  border: 0px;
  font-size: 20px;
  color: #777;
}

.search-no-results .search-form {
  width: 80%;
  margin: 0 auto;
}

.rewardheader {
  text-align: center;
  background: #f1f1f1;
  padding: 10px 0;
}

.gamipress-earnings-table td {
  border: 0px !important;
}

.gamipress-earnings-table th {
  display: none;
}

.gamipress-earnings-table a {
  pointer-events: none;
  cursor: default;
  color: #3b3b3b;
}

.gamipress-user-points {
  background: #ef9419;
  font-size: 30px;
  color: #fff;
}

.gamipress-achievements-list .gamipress-achievement-points-type-punten img {
  width: 30px !important;
  height: 30px !important;
}

.gamipress-leaderboard th, .gamipress-leaderboard td {
	border: 0px !important;
}

.gamipress-leaderboard .cover_leaderboard {
	position: relative;
	z-index: 10;
}

.gamipress-leaderboard .cover_leaderboard img {
	margin-top: -100px;
	max-width: 160px;
	position: absolute;
	min-height: 68px !important;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
}

.gamipress-leaderboard .um-avatar {
	border-radius: 50%;
    margin-top: 10px;
    border: 2px solid #fff;
	z-index: 999;
}

.gamipress-leaderboard .column-rewards::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("/wp-content/uploads/2020/04/reward.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
	vertical-align: middle;
}

.gamipress-leaderboard .column-punten::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("/wp-content/uploads/2021/02/point.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
	vertical-align: middle;
}

.gamipress-leaderboard td .column-rewards, td .gamipress-leaderboard .column-punten {
	font-weight: 600;
}

.gamipress-leaderboard th {
	min-width: 120px;
}

.gamipress-leaderboard td.column-display_name strong {
	font-family: 'evilgamerz';
	font-weight: normal !important;
}

.gamipress-leaderboard .position-1 {
	background: #EB9012;
}

.gamipress-leaderboard .position-2 {
	background: #ED9B2A;
}

.gamipress-leaderboard .position-3 {
	background: #EFA642;
}

.gamipress-leaderboard .position-4 {
	background: #F1B15A;
}

.gamipress-leaderboard .position-5 {
	background: #F3BC72;
}

.gamipress-leaderboard .position-6 {
	background: #F5C78A;
}

.gamipress-leaderboard .position-7 {
	background: #F7D2A2;
}

.gamipress-leaderboard .position-8 {
	background: #F9DDBA;
}

.gamipress-leaderboard .position-9 {
	background: #FBE8D2;
}

.gamipress-leaderboard .position-10 {
	background: #FDF3EA;
}

.gamipress-wpdiscuz-achievements {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.gamipress-notification {
	box-shadow: 2px 2px #333;
}

.gamipress-achievement-global-times-earned:before {
	font-family: FontAwesome;
    content: "\f091";
	color: #fc0;
	margin-right: 6px;
}

.gamipress-notification .gamipress-notification-title {
	font-size: 20px !important;
}

.earner-display-name {
	width: 100px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gamipress-achievement-earners-list .avatar {
	border-radius: 50%;
	border: 2px solid #fff;
}

.user-has-not-earned {
	opacity: 0.3 !important;
}

.laatstbehaald .um-avatar {
	border-radius: 60px;
	max-width: 60px;
	max-height: 60px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 1px #333;
	margin-right: 36px;
}

.laatstbehaald .gamipress-earning-description {
	display: none;
}

.gamipress-log {
    padding: 6px;
	background-image: url(https://evilgamerz.com/wp-content/uploads/2021/02/point.png);
	background-repeat: no-repeat;
    background-color: #333;
	background-size: 32px 32px;
    background-position: 12px 4px;
    border-bottom: 3px solid #ef9419;
	color: #fff;
	margin-bottom: 8px;
	padding-left: 56px;
}

.hwp-powered-by {
	display: none;
}

.holler-box.hwp-bottomleft, .hwp-floating-btn.hwp-bottomleft {
	left: 8px;
    bottom: 0px;
}

.holler-box {
	border-radius: 0px;
	padding: 4px;
}

.um-profile-body .gamipress-user-points {
	background: none !important;
	color: #3d3d3d;
	font-weight: bold;
}

.um-profile .gamipress-achievement-points-type-punten {
	display: none !important;
}

.um-profile .um-trigger-menu-on-click a:hover {
	color: #333 !important;
}

.um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover {
	background: #ef9419 !important;
}

.um input[type=submit].um-button {
	background: #ef9419 !important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
	color: #fff !important;
}

.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-name a, .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-card-header .um-member-name a {
	font-size: 20px !important;
	font-family: 'evilgamerz';
	font-weight: 400 !important;
}

.um a.um-link, .um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
	color: #ef9419 !important;
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
	background: #ef9419 !important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
	background: #ef9419 !important;
}

.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, .um-account-side li a.current, .um-account-side li a.current:hover {
	background: #ef9419 !important;
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search {
	border-radius: 0px !important;
}

.um-directory .um-members-wrapper .um-members.um-members-grid .um-member {
	border: 0px !important;
}

.gamipress-leaderboard .column-display_name a {
	color: #3b3b3b;
}

#wpcomm .wpdiscuz-front-actions {
	background: none !important;
}

#wpdcom .wpd-auth .wpd-login a {
	color: #EC9116 !important;
}

#wpdcom {
	max-width: 100% !important;
}

#wpdcom .wpd-thread-head .wpdiscuz-user-settings {
	display: none !important;
}

.wpd-comment-author, .um-name, .um-row-heading {
	font-family: 'evilgamerz';
	font-weight: 400 !important;
}

.wpd-comment .wpd-blog-post_author .wpd-avatar img {
	border-color: #fff !important;
}

.um-member-connect {
	display: none;
}

#wpdcom .wpd-comment .wpd-comment-wrap {
	margin-bottom: 20px;
}

#wpdcom .wpd-comment .wpd-avatar img, #wpdcom .wpd-comment .wpd-avatar img.avatar {
	border: 1px solid #fff !important;
}

.wpd-comment-label {
	font-size: 11px !important;
}

.wpd-user-nicename {
	display: none !important;
}

#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img, #wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar, #wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img, #wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar {
	border-radius: 0 !important;
}

#wpdcom .wpd-comment .wpd-comment-left {
	width: 75px !important;
}

#wpdcom .wpd-comment .wpd-avatar img, #wpdcom .wpd-comment .wpd-avatar img.avatar {
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0px !important;
    width: 75px !important;
    height: 75px !important;
    max-width: 75px !important;
}

#wpdcom .wpd-comment .wpd-comment-right {
	min-height: 125px;
}

#wpdcom .wpd-form .wpd-avatar img, #wpdcom .wpd-form .wpd-avatar img.avatar {
	border-radius: 50% !important;
	padding: 0px !important;
	border: 2px solid #fff !important;
    width: 75px !important;
    height: 75px !important;
    max-width: 75px !important;
}

#wpd-bubble-wrapper {
	opacity: 1 !important;
}

#wpd-bubble-all-comments-count {
	text-shadow: 0px 0px 15px #aaa;
}


.gamipress-wpdiscuz-rewards-label {
	display: none !important;
}

.search article {
	box-shadow: none !important;
}

.artikel_container {
  width: 100%;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(255, 255, 255, .9)), url(assets/images/eg/header.webp);
}

.catpunten {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.reviewpolicy a {
  color: #333;
  font-weight: 500;
}

.hall_of_fame .artikel_veld {
  margin-top: 15px;
}

.hall_of_fame .post-thumbnail {
  max-height: 300px;
}

.artikel_container_hall_of_fame {
  margin-top: 32px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #333;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.featured-filter-toggle input:not(:checked) + .slider {
    background: url(assets/images/toggle_frontpage.webp);
}

.featured-filter-toggle input:checked + .slider {
    background: url(assets/images/toggle_frontpage.webp);
}

input:not(:checked) + .slider {
    background-color: #ef9419;
}

input:not(:checked) + .slider:before {
    transform: translateX(22px);
}

input:checked + .slider {
    background-color: #bbb;
}

input:checked + .slider:before {
    transform: translateX(0);
}

#toggleLabel {
    user-select: none;
}

.artikelinfo {
  background: #333;
  color: #fff;
  margin-bottom: 14px;
  padding: 3px;
  border-bottom: 1px solid #fff;
}

.catpunten b {
  margin: 2px;
  padding: 4px;
  background: #ef9419;
  color: #fff;
  border-radius: 6px;
}

.category-uitgelicht .entry-cat {
  background: #333;
  border-bottom: 2px solid #ef9419;
}

.category-uitgelicht .entry-cat .posted-on a {
  color: #fff !important;
}

.plus {
  width: 50%;
  float: left;
}

.min {
  width: 50%;
  float: left;
}

.plus_veld {
  background: #81d742;
  color: #fff;
}

.min_veld {
  background: #dd3333;
  color: #fff;
}

.cijfer {
  font-size: 42px;
  font-weight: bold;
  padding: 5px 15px;
  background: #333;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-left, #wpd-post-rating .wpd-rating-wrap .wpd-rating-right {
  border: 0 !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value {
  background: #ef9419 !important;
  border: none !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value span {
  color: #fff !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-title {
  color: #333;
}

.glink.notranslate {
  padding-right: 12px;
}

.latestvideos {
  width:100%;
}

.latestvideos:hover {
  filter: brightness(115%);
}

.lv_title {
  font-size: 14px;
  background: #333;
  padding: 6px 8px;
  color: #fff;
  border-bottom: 2px solid #ef9419;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

[class*=origincodeicons-] {
  vertical-align: 10% !important;
}

.wc-comment {
	margin-bottom: 35px;
}

.comment-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.5rem;
}

.custom-avatar {
    border-radius: 50%;
    object-fit: cover;
}

.comment-avatar {
	min-width: 90px;
}

.comment-avatar img {
    border-radius: 50%;
    object-fit: cover;
	border: 2px solid #fff;
}

.comment-postedin {
	margin: 0;
	background: #eee;
	padding: 3px 10px;
}

div.simplesocialbuttons {
	margin-top: 35px !important;
	margin-left: -3px !important;
}

#bbpress-forums .avatar {
	border-radius: 50%;
	min-width: 55px !important;
	min-height: 55px !important;
	border: 2px solid #fff;
}

#bbpress-forums .bbp-author-ip, #bbpress-forums .bbp-author-role, #bbpress-forums .gamipress-bbpress-achievement-type-label {
	display: none !important;
	
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-size: 15px !important;
}

#bbpress-forums li.bbp-body ul.forum {
	padding: 14px !important;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
	min-width: 55px;
	min-height: 55px;
}

#bbpress-forums .bbp-forum-info {
	line-height: 22px;
}

.bbpress .post-0 {
	width: auto !important;
	min-width: 95% !important;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
	text-align: right !important;
}

#bbpress-forums .bbp-search-form {
	margin-bottom: 5px;
}

#bbpress-forums s {
	text-decoration: none !important;
}

li.bbp-topic-voice-count {
    display: none;
    float: left;
}

li.bbp-topic-freshness {
	width: 34% !important;

}

.cn-button.bootstrap {
	background: #f09419 !important;
}

.wpp-list {
	margin: 0 !important;
}

.wpp-list {
	list-style: none !important;
}

.wpp-list .trendingtot {
	position: absolute;
	background: #333;
	border-bottom: 2px solid #ef9419;
	margin: 8px;
	padding: 1px 6px;
	color: #fff;
	font-weight: bold;
}

.wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
    margin-bottom: 30px;
}

.wpp-list li:last-of-type {
    margin-bottom: 0;
}

.wpp-list li.current {
}

.wpp-thumbnail {
    display: inline;
    float: left;
    padding: 0 10px 0 0;
    border: none;
	background: #fff;
	min-height: 90px;
}

.wpp-meta, .post-stats {
	border-top: 1px solid #fff;
	width: 100%;
    display: block;
}

#wpp-2 .wpp-list {
	text-align: left;
}

#wpp-2 .wpp-views {
	display: none;
}

#wpp-2 .wpp-list li {
	float: left;
	clear: none;
	width: 50%;
	padding-right: 20px;
	margin-bottom: 18px;
}

#wpp-2 .wpp-list li:nth-child(1), #wpp-2 .wpp-list li:nth-child(1) img {
	background: #EB9012;
}

#wpp-2 .wpp-list li:nth-child(2), #wpp-2 .wpp-list li:nth-child(2) img {
	background: #EF9F34;
}

#wpp-2 .wpp-list li:nth-child(3), #wpp-2 .wpp-list li:nth-child(3) img {
	background: #F1AC4E;
}

#wpp-2 .wpp-list li:nth-child(4), #wpp-2 .wpp-list li:nth-child(4) img {
	background: #F3BB70;
}

#wpp-2 .wpp-list li:nth-child(5), #wpp-2 .wpp-list li:nth-child(5) img {
	background: #F7CD95;
}

#wpp-2 .wpp-list li:nth-child(6), #wpp-2 .wpp-list li:nth-child(6) img {
	background: #F9DAB0;
}

#wpp-2 h2 {
	font-family: 'evilgamerz';
	font-size: 28px;
	font-weight: normal;
	margin-top: 30px;
	background: #333;
	color: #fff;
	padding: 3px;
	border-bottom: 3px solid #EB9012;
}

#wpp-2 .fa-bolt {
	color: #ef9419;
}

#wpp-2 .wpp-post-title {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

#wpp-2 .wpp-post-title:hover {
	color: #fff;
}

.post-stats:first-letter {
    text-transform: uppercase;
}

.logo-ads-wrap, .slider-post-wrap {
    position: relative;
	overflow: hidden;
    animation: lightning 10s ease-out infinite;
}

.wpdiscuz-tenor-powered-by {
	display: none;
}

#wpdiscuz-tenor-powered-by img {
	display: none;
}

.gamipress-wpdiscuz-achievements::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.gamipress-wpdiscuz-achievements::-webkit-scrollbar-track {
  background: #dedede; 
}
 
.gamipress-wpdiscuz-achievements::-webkit-scrollbar-thumb {
  background: #ec9116; 
}

@keyframes lightning {
  0% {
    filter: brightness(1);
  }
  87% {
    filter: brightness(1);
  }
  88% {
    filter: brightness(1.8);
  }
  89% {
    filter: brightness(1.3);
  }
  92% {
    filter: brightness(3);
  }
  100% {
    filter: brightness(1);
  }
}

.logo-ads-wrap:after {
    opacity: 0.2;
    -webkit-animation-name: weather2;
    animation-name: weather2;
}


.logo-ads-wrap:after {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.load_more_button3 {
	border-radius: 0 !important;
}

.progress {
	padding-top: 20px;
	padding-bottom: 20px;
}

.progress2 {
	position: absolute;
	z-index: 777;
	margin-left: 10px;
	margin-top: 10px;
}

.progress3 {
	position: absolute;
	z-index: 777;
	left: 10px;
	margin-top: 10px;
}

.progress_center {
	position: absolute;
	z-index: 777;
	left: 46%;
	margin-top: 10px;
}

.hall_of_fame .entry-title a {
	color: #fff;
}

.comments_article {
	position: absolute;
    right: 8px;
	z-index: 999;
	margin-top: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background: #333;
    padding: 0px 10px;
	border-bottom: 3px solid #ef9419;
}

.comments_slider {
	position: absolute;
    right: 22px;
	z-index: 999;
	margin-top: 68px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background: #333;
    padding: 0px 10px;
	border-bottom: 3px solid #ef9419;
}

.comments_featured {
	position: absolute;
	right: 5px;
	z-index: 999;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #333;
    padding: 0px 6px;
	border-bottom: 3px solid #ef9419;
}

.radialProgressBar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.radialProgressBar:hover {
  transform: scale(1.1);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.radialProgressBar .overlay {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  background: #fff;
  text-align: center;
  padding-top: 15%;
  font-weight: bold;
  font-size: 30px;
}

.progress-0, .progress-1, .progress-2, .progress-3, .progress-4, .progress-5 {
  background-image: -webkit-linear-gradient(left, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #DD3430 50%, #ddd 50%);
}

.progress-6, .progress-7, .progress-8, .progress-9, .progress-10, .progress-11, .progress-12, .progress-13, .progress-14, .progress-15 {
  background-image: -webkit-linear-gradient(36deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #DD3430 50%, #ddd 50%);
}

.progress-16, .progress-17, .progress-18, .progress-19, .progress-20 , .progress-21, .progress-22 {
  background-image: -webkit-linear-gradient(72deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #DD3430 50%, #ddd 50%);
}

.progress-23, .progress-24, .progress-25, .progress-26, .progress-27 {
  background-image: -webkit-linear-gradient(72deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #DD3430 50%, #ddd 50%);
  background-image: linear-gradient(0deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #DD3430 50%, #ddd 50%);
}

.progress-30, .progress-28, .progress-29, .progress-30, .progress-31, .progress-32, .progress-33, .progress-34, .progress-35 {
  background-image: -webkit-linear-gradient(108deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #DD3430 50%, #ddd 50%);
  background-image: linear-gradient(-18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #DD3430 50%, #ddd 50%);
}

.progress-40, .progress-36, .progress-37, .progress-38, .progress-39, .progress-41, .progress-42, .progress-43, .progress-44, .progress-45  {
  background-image: -webkit-linear-gradient(144deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #DD3430 50%, #ddd 50%);
  background-image: linear-gradient(-54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #DD3430 50%, #ddd 50%);
}

.progress-50, .progress-46, .progress-47, .progress-48, .progress-49, .progress-51, .progress-52, .progress-53, .progress-54, .progress-55 {
  background-image: -webkit-linear-gradient(right, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #FF6600 50%, #ddd 50%);
  background-image: linear-gradient(-90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #FF6600 50%, #ddd 50%);
}

.progress-60, .progress-55, .progress-56, .progress-57, .progress-58, .progress-59, .progress-61, .progress-62, .progress-63, .progress-64 , .progress-65 {
  background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(36deg, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(90deg, #ef9419 50%, transparent 50%), linear-gradient(65deg, #ef9419 50%, #ddd 50%);
}

.progress-70, .progress-66, .progress-67, .progress-68, .progress-69, .progress-71, .progress-72 {
  background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(72deg, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(90deg, #80D646 50%, transparent 50%), linear-gradient(18deg, #80D646 50%, #ddd 50%);
}

.progress-75, .progress-73, .progress-74, .progress-76, .progress-77 {
  background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(72deg, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(90deg, #80D646 50%, transparent 50%), linear-gradient(0deg, #80D646 50%, #ddd 50%);
}

.progress-80, .progress-78, .progress-79, .progress-81, .progress-82, .progress-83, .progress-84, .progress-85 {
  background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(108deg, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(90deg, #80D646 50%, transparent 50%), linear-gradient(-18deg, #80D646 50%, #ddd 50%);
}

.progress-90, .progress-86, .progress-87, .progress-88, .progress-89, .progress-91, .progress-92, .progress-93, .progress-94, .progress-95 {
  background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(144deg, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(90deg, #009900 50%, transparent 50%), linear-gradient(-54deg, #009900 50%, #ddd 50%);
}

.progress-100, .progress-96, .progress-97, .progress-98, .progress-99 {
  background-image: -webkit-linear-gradient(left, #028cd5 50%, transparent 50%), -webkit-linear-gradient(right, #028cd5 50%, #ddd 50%);
  background-image: linear-gradient(90deg, #009900 50%, transparent 50%), linear-gradient(-90deg, #009900 50%, #ddd 50%);
}