.blog__body-onMain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog__body-onMain .blog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 49%;
    margin-bottom: 0
}

.blog__body-onMain .blog__item .blog__link {
    min-width: auto;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px
}

.blog__body-onMain .blog__item .blog__content .blog__text {
    padding-right: 0
}

.blog__body-onMain .blog__item .btn {
    min-width: 100%
}

@media (max-width: 568px) {
    .blog__body-onMain .blog__item {
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 20px
    }
}

.footer__body .paid__icon-license img {
    max-height: 70px
}

.table {
    overflow: inherit;
}

.table__cell .table__col {
    position: relative;
    margin: 0;
    padding: 5px;
    overflow: inherit;
}

.table__cell .table__col .tooltip {
    position: absolute;
    width: 100%;
    height: 100%;
}

.table__cell .table__col .tooltip span,
.mob_tooltip {
    position: absolute;
    right: 0;
    top: -4px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: #222121;
    color: #fff;
    font-size: .7em;
    font-weight: 700;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mob_tooltip {
    display: none;
    top: 5px;
}

.table__cell .table__col .tooltip .tooltipText {
    display: flex;
    align-items: center;
    right: 0;
    visibility: hidden;
    position: absolute;
    top: -100%;
    width: max-content;
    transition: opacity 1s;
    opacity: 0;
}

.table__cell .table__col .tooltip:hover .tooltipText {
    visibility: visible;
    opacity: 1;
}
.table__cell.small {
    flex: 1;
}
.table__row .values .table__cell {
    flex: 1;
}

.table__col span {
    align-items: flex-start;
    line-height: 165%;
}
.table .number .table__col {
    padding-top: 10px;
    height: min-content;
    overflow: hidden;
}

.table .number .table__col:active .number__head,
.mob_tooltip:active ~ .number__head {
    height: max-content;
}
.mob_tooltip:hover ~ .number__head,
.number__head:hover {
    height: max-content;
}

.table__cell.number {
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .table__cell.players {
        flex-direction: column;
    }
    .table__row .values {
          flex-wrap: wrap;
    }
    .table__row .values .table__cell {
    	flex-basis: 100%;
    }
    .mob_tooltip {
        display: block;
    }
    .table__row {
    	width: 100%;
    }
    .table__body {
    	margin: 10px 0px;
    }
}

.search_item {
	background: #0d0d0d;
	border: 1px solid #444;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}

.search_item .attachment-thumbnail {
	float: left;
	margin: 10px;
}

.search_form {
	display: flex;
	width: 100px;
	transform: translateX(-50px);
}

.search_btn {
	position: relative;
	z-index: 1;
	height: 25px;
}

.search_btn input {
	background: url(images/icons/search.svg) no-repeat;
	width: 25px;
	height: 25px;
	border: none;
}

.search_input {
	border-radius: 5px;
	border: 1px solid #fff;
	position: relative;
	left: 8px;
	padding: 0px 8px;
	z-index: 0;
	transition: all ease 0.3s;
}

.search_input:focus, .search_input:active {
	border: 1px solid #ffbc05;
}

@media screen and (max-width:1238px) {
	.search_form {
		transform: translateX(-130px);
	}
}

@media screen and (max-width:1200px) {
	.search_form {
		transform: translateX(-70px);
	}
	.search_input {
		width: 130px;
	}
}

@media screen and (max-width:1140px) {
	.header__buttons > .btn {
		padding: 10px;
		min-width: 50px;
	}
}

@media screen and (max-width:1023px) {
	.search_form {
		transform: translateX(-40px);
	}
	.search_input {
		width: 100px;
	}
}

@media screen and (max-width:992px) {
	.search_form {
		transform: none;
		justify-content: center;
		width: 100%;
	}

	.search_input {
	    width: 200px;
	}
}

.page-404 {
	padding: 80px 0 100px;
}

@media screen and (max-width:544px) {
	.footer__top, .copyright, .paid {
		align-items: center;
	}
}

.post-content a {
	display: inline-block;
	text-decoration: underline;
}

.column-block {
	margin-left:auto;
	margin-right:auto;
	display: block;
	margin-bottom: 10px;
}

.column-block > div {
	width:32%;
	display: inline-block;
	text-align: center;
	color: #ffd402;
	font-size: xx-large;
	font-weight: bold;
	text-shadow: #ffd402 0 0 29px;
	vertical-align: top;
}

@media (max-width: 568px) {
	.column-block > div {
		font-size: 20px;
	}
}

.fot_btns {
	text-align: center;
}

.btn_fot {
	line-height: 0.5;
	margin-right: 10px;
	text-decoration: none !important;
	transition: all ease 0.3s;
	margin-bottom: 10px;
}

.btn_fot .btn {
	margin-top: 15px;
}

.btn_fot:hover {
	color: #000;
}

.btn_fot:hover .btn {
	border-color: transparent;
	background: -webkit-gradient(linear,left top, right top,from(#ffa54b),to(#ffcd6d)) border-box;
	background: linear-gradient(90deg,#ffa54b,#ffcd6d) border-box;
}

.blog__item {
	position: relative;
}

.blog__body-onMain .blog__item .blog__button {
	position: absolute;
	min-width: 91% !important;
	bottom: 20px;
}

.blog__body-onMain .blog__item .blog__content {
	margin-bottom: 25px;
}

/* rate my post */

#top-footer {
	padding-top: 10px;
}

#top-footer .tg-column-wrapper > div:nth-child(4) {
	float: right;
}

#top-footer .tg-column-wrapper > div:nth-child(4) .widget_block > p {
	display: none;
}

#top-footer .rmp-widgets-container {
	margin: 0px;
}

#top-footer .rmp-rating-widget {
	position: relative;
	top: -6px;
}

@media screen and (max-width:992px) {
	#top-footer .rmp-rating-widget {
		top: 0px;
	}
}

#top-footer .rmp-rating-widget__results {
	text-align: left;
	color: #fff;
	/*font-family: Montserrat;*/
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}

#top-footer .widget .rmp-rating-widget__icons {
	text-align: left;
}

#top-footer .widget ul.js-rmp-rating-icons-list {
	display: inline-block;
}

#top-footer .widget ul li.js-rmp-rating-item {
	padding: 0px;
}

#top-footer .widget ul li.js-rmp-rating-item::after {
	display: none;
}

#top-footer .rmp-rating-widget .rmp-icon--ratings {
	width: 40px;
	display: inline-block;
	height: 40px;
	background: #fff;
}

#top-footer .rmp-rating-widget .rmp-icon--full-highlight {
	background: #fee309;
}

#top-footer .rmp-rating-widget .rmp-icon--half-highlight {
	background: linear-gradient(90deg, #fee309 50%, #fff 50%);
}

#top-footer .rmp-rating-widget .rmp-icon--hovered {
 	background: #feb509;
}

#top-footer .js-rmp-msg {
	color: #fff;
	text-align: left;
}

#top-footer .rmp-icon--star::before {
	background: url(rate-my-post/star.png);
	width: 40px;
	height: 40px;
	display: inline-block;
	content: '' !important;
}

#top-footer .avg_rate {
	color: #fff;
	/*font-family: Montserrat;*/
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	vertical-align: top;
	padding-left: 2px;
	/* bad way */
	position: relative;
	top: 8px;
}

.footer__logo {
	width: 215px;
	margin: 0px;
	min-width: 215px;
}

.footer__paid > div {
	margin: 0 auto;
}

.footer__paid {	margin-left: 0px !important;
}

.rmp-rating-widget {
	text-align: left;
}

@media screen and (max-width: 992px) {
	.rmp-rating-widget, .footer__logo, #top-footer .rmp-rating-widget__results, .paid_icons  {
		text-align: center;
	}
}

/* end of rate */

@media screen and (min-width:768px) {
 .cta__wrapper {
 	display: initial;
 }
}

.cta__wrapper {
	z-index: 4;
}

.cta__text {
	font-size: 18px;
	padding-right: 10px;
	color: #fff;
}


@media screen and (max-width: 992px) {
	.menu ul {
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		width: initial;
		min-width: 220px;
	}

	.header__socials {
		text-align: center;
		padding: 10px 0px;
	}

	.header__buttons {
		justify-content: center;
	}

	.header__menu {
		justify-content: center;
		display: flex;
	}

	.cta__text {
		font-size: 14px;
	}
}


@media screen and (max-width: 544px) {
	.copyright__text {
		text-align: center;
	}

	.popup > img {
		max-width: 95vw;
	}

	.cta__text {
		font-size: 12px;
		text-align: justify;
	}
}

/*# sourceMappingURL=upgradeStyle.min.css.map */

.post-content .emersion {
	opacity:0;
}

/* bonus blocks */

.bonus-block {
  display: -ms-grid;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.bonus-item {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  padding: 1.5em 0.4em 1.5em;
  text-decoration: none !important;

  min-height: 160px;
  margin: 10px;
}

@media (min-width: 576px) {
  .bonus-block {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
}

@media (min-width: 992px) {
  .bonus-block {
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  }

  .bonus-item {
    min-height: 200px;
  }
}

.bonus-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: -o-linear-gradient(ellipse, rgba(0, 0, 0, 0.6), rgb(0, 0, 0, 0.1));
  background: linear-gradient(ellipse, rgba(0, 0, 0, 0.6), rgb(0, 0, 0, 0.1));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 1;
  /* background: rgba(0,0,0,0.8); */
}

.bonus-item:hover::before {
  opacity: 0.6;
}

.bonus-item:hover .bonus-btn {
	border-color: #ffba05;
	color: #ffcb03;
	background: transparent;
	-webkit-box-shadow: 0px 0px 1em 1px #454444;
	box-shadow: 0px 0px 1em 1px #454444;
	text-shadow: 0 0 .65px #454444, 0 0 .65px #454444;
}

.bonus-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bonus-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bonus-btn,
.bonus-title,
.bonus-text {
  position: relative;
  z-index: 2;

  color: #ffffff;
}

.bonus-title,
.bonus-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.bonus-title {
  font-size: 25px;
  font-weight: bold;
}

.bonus-text {
  font-size: 14px;
  font-weight: bold;
}


@media (max-width: 992px) {
	.bonus-title {
	  font-size: calc(20px + 14 * ((100vw - 320px) / 1600));
	}

	.bonus-text {
	  font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
	}
}

.bonus-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin-top: auto;
	padding-top: 5px;
}

.bonus-btn {
  display: inline-block;
  padding: 0.6em 2em;

  background: linear-gradient(90deg,#ffba05,#ffe300) border-box;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 10px;

font-weight: 700;
line-height: 1.5;
font-size: 1rem;
color: #232325;
border: 2px solid transparent;
text-align: center;
}

/* bonus blocks end */