/*
Theme Name: PGTEAM
Theme URI: https://progambler.org/
Author: Dmitry Tikhonin (POKERMAN)
Author URI: https://progambler.org/
Description: The Best Gambling Theme in The World!
Requires at least: WordPress 4.4
Tested up to: WordPress 6.6.2
Requires PHP: 5.2.4
Version: 11.1

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: portfolio, blog, one-column, two-columns, right-sidebar, left-sidebar, custom-header, custom-menu, custom-colors, custom-logo, featured-images, theme-options, threaded-comments, translation-ready
Text Domain: pgteam
*/

@font-face {
	font-family: 'Material Icons';
	font-style: normal !important;
	font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('fonts/icons/MaterialIcons-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
	font-display: swap;
  src: url('fonts/roboto/Roboto-Light.ttf') format('truetype'); 
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
	font-display: swap;
  src: url('fonts/roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
	font-display: swap;
  src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
	font-display: swap;
  src: url('fonts/roboto/Roboto-Black.ttf') format('truetype');
}


.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  clear: both;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

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

.screen-reader-text:focus {
  background-color: rgba(255, 51, 51, 1);
  clip: auto !important;
  clip-path: none;
  color: #000;
  border-radius: 2px;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.gallery-caption,
.bypostauthor {
  padding: 5px
}

.sticky h2.entry-title::before {
  content: "workspace_premium";
  font-family: "Material Icons";
  padding-right: 10px;
  font-size: 22px
}

.sidebar .wp-block-search__button svg,
.sidebar .wp-block-search__button {
  background-color: transparent;
  color: #fff;
  fill: #fff;
}

/* Theme default styles */

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

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

body {
  margin: 0;
  text-align: left;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #b1bad3;
  background-color: #0f1923;
}

a {
  color: #0093ff;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: .3s all ease;
  background-color: transparent;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none
}

a:hover {
  color: #0093ff;
  text-decoration: none
}

h1, h2, h3, h4, h5, h6, aside a, footer a {
  word-break: break-word
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ul {
  padding-inline-start: 40px;
}

ul li::marker {
	color: #0093ff;
}

ol {
  padding-inline-start: 40px;
}

ol li::marker {
	font-weight: bold;
	color: #0093ff;
	font-size: 17px;
}

blockquote {
  background: #273447;
  border-left: 6px solid rgba(121, 121, 253, 0.5);
	padding: 7px 0;
  margin: 20px -20px 20px -20px;
}

blockquote p {
  margin-bottom: 0;
	padding: 10px 15px;
}

blockquote cite {
	margin-left: 15px;
}

img {
  border-style: none;
  vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fff;
}

h1, .archive-title {
  font-size: 2rem
}

h2 {
  font-size: 1.5rem
}

h3 {
  font-size: 1.3rem
}

h4 {
  font-size: 1.2rem
}

h5 {
  font-size: 1.15rem
}

h6 {
  font-size: 1.1rem
}

@media (max-width: 992px) {
  h1, .archive-title {
    font-size: 1.6rem
  }
  h2 {
    font-size: 1.4rem
  }
  h3 {
    font-size: 1.25rem
  }
}

@media (max-width: 768px) {
  h1, .archive-title {
    font-size: 1.4rem
  }
  h2 {
    font-size: 1.3rem
  }
  h3 {
    font-size: 1.2rem
  }
  h4 {
    font-size: 1.15rem
  }
  h5 {
    font-size: 1.10rem
  }
  h6 {
    font-size: 1.05rem
  }
}

table, th, td {
  border: 1px solid #333
}

strong {
  font-weight: 700;
}

.site-title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}

.site-logo-wrapper {
  display: flex;
  align-items: center;
  float: left;
  max-width: 100%;
  height: 100%;
	margin-right: 20px;
}

.site-logo-wrapper img {
  width: auto;
  max-height: 40px;
  max-width: 200px;
}

/* Thumbnail size for Page */

.page-prev {
	padding-bottom: 15px
}
.page-prev img {
	width: 1160px;
  height: auto;
  aspect-ratio: 1160 / 550;
	object-fit: cover;
}

/* Search */

.wp-block-search__input {
	background-color: #161f2c;
	border: 1px solid #ced4da;
  color: #b1bad3;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #161f2c;
}

.form-group {
  margin-bottom: 1rem
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

/* Site wrapper */

fieldset {
  min-width: 0
}

.pg-header {
  display: flex;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 20px;
	height: 70px;
	max-width: 1200px;
	margin: 0 auto 20px auto;
	z-index: 5;
	font-weight: 400;
	border-radius: 0 0 10px 10px;
	background-color: #202a39;
}

/* Site title */

.site-title a {
  color: #fff;
  font-size: 55px;
}

@media (max-width: 991.98px) {
  .site-title a {
    font-size: 48px
  }
}

/* Site Description */

.site-description {
 color: #fff;
}

/* Main Menu */

.current-menu-item > a {
	background-color: #cdd6db14;
}

.pg-menu {
	height: 100%;
	display: flex;
	align-items: center;
}

.pg-navtoggle {
	position: relative;
	width: 32px;
	height: 32px;
  margin: 0 0 0 5px;
}

.pg-navtoggle i {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 900;
	color: #fff;
}

.nav-burger,
.nav-close {
	position: absolute;
	width: max-content;
	height: max-content;
	inset: 0;
	margin: auto;
	font-size: 32px;
	cursor: pointer;
	transition: opacity .1s, transform .4s;
}

.nav-close {
	opacity: 0;
}

/* Menu for Mobile */

@media (max-width: 1118px) {
	.main-navigation {
		position: absolute;
		left: 0;
		top: 70px;
		width: 100%;
		height: auto;
		overflow: auto;
		display: none;
	}
  
  .main-navigation::-webkit-scrollbar {
		width: 0;
	}
  
  .main-navigation ul {
		margin: 0;
		padding: 0;
    list-style: none;
	}
	
	.main-navigation ul li {
		background-color: #273447;
		cursor: pointer;
	}

	.menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children > a {
    margin-right: 50px;
  }
	
	.menu-item-has-children:after {
		font-family: "Material Icons";
		content: "arrow_downward";
    position: absolute;
		color: #fff;
		right: 15px;
		top: 17px;
    font-size: 20px;
    transition: all .2s;
  }

  .menu-item-has-children.sub-menu-open:after {
    transform: rotate(180deg);
  }
	
	.main-navigation ul a {
		color: #fff;
		background-color: #273447;
		padding: 20px;
		display: block;
	}
	
	.main-navigation ul a:hover {
		background-color: #31425a;
	}

  .main-navigation ul ul {
    display: none; 
	}

	.main-navigation ul ul a {
		padding-left: 40px;
		position: relative;
	}

  .main-navigation ul ul a:before {
    position: absolute;
    font-family: "Material Icons";
    content: "subdirectory_arrow_right";
    color: #3498db;
    left: 10px;
    top: 13px;
    font-size: 22px;
  }

	.menu-item-has-children .sub-menu-open {
		display: block;
}
	
	/* цвета подменю */
	
	.main-navigation ul ul a,
	.main-navigation ul ul li {
    background-color: #1A2B3C;
	}
	.main-navigation ul ul ul a,
	.main-navigation ul ul ul li {
    background-color: #2B3C4D;
	}
	.main-navigation ul ul ul ul a,
	.main-navigation ul ul ul ul li {
    background-color: #3C4D5E;
	}
}

/* Show Menu Icon */

.show-icon .nav-burger {
	opacity: 0;
	transform: rotate(90deg);
}

.show-icon .nav-close {
	opacity: 1;
	transform: rotate(360deg);
}

/* Menu for Desctop */

@media (min-width: 1119px) {

  .menu {
    height: 100%;
  }
	
  .menu-item-has-children>a:after {
    font-family: "Material Icons";
    content: "\e5cf";
    margin-left: 3px;
    opacity: .7;
  }
  
  .pg-navtoggle {
    display: none;
  }
  
  .main-navigation {
    height: 100%;
    position: static;
    background-color: transparent;
		opacity: 1;
		pointer-events: auto;
	}
  
  .main-navigation ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
		padding: 0;
	}
  
  .main-navigation ul li {
    height: 100%;
  }

	.main-navigation ul a {
		height: 100%;
		color: #fff;
		opacity: .8;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		padding: 1.25rem 1.5rem;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}

	.main-navigation ul a:hover {
		background-color: #cdd6db14;
	}

	.menu-item-has-children {
		position: relative;
	}

	/* Стили для первого уровня подменю */

	.main-navigation ul ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #273447;
		padding: 0;
		white-space: nowrap;
	}
	
	.main-navigation ul ul a {
		border-bottom: 1px solid #b1bad317;
		width: 100%;
		justify-content: normal;
	}

	/* Стили для под-подменю и далее, раскрывающихся вправо */

	.main-navigation .menu-item-has-children .menu-item-has-children ul {
		top: 0;
		left: 100%;
	}

	.menu-item-has-children:hover > ul {
		display: block;
	}
}

/* Post loop */

@media (min-width: 40.063em) {
  .hentry {
    width: 100%
  }

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

.post-thumbnail {
  margin-bottom: 20px;
}

.post-thumbnail img {
  height: auto;
  max-width: 770px;
  aspect-ratio: 770 / 330;
	object-fit: cover;
}

/* Style Posts Navigation */

.nav-links {
	text-align: center;
	margin-top: 20px;
}
.nav-links .page-numbers {
	display: inline-block;
	background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-right: 2px;
}
.page-numbers.current{
	background-color: rgba(255, 102, 99, .9);
	color: #fff;
}

/* Style post meta */

.entry-meta .posted-date::before,
.entry-meta .posted-author::before,
.entry-meta .comments-number::before,
.entry-meta .cat-links::before,
.entry-meta .tags-links::before {
  position: relative;
  font-family: "Material Icons";
  font-size: 20px;
  margin-right: 3px;
  top: 4px;
}

.entry-meta .posted-date::before {
  content: "calendar_month";
}

.entry-meta .posted-author::before {
  content: "account_circle";
}

.entry-meta .comments-number::before {
  content: "forum";
  margin-right: 0px;
}

.entry-meta .cat-links::before {
  content: "article";
  margin-right: 0;
}

.entry-meta .tags-links::before {
  content: "bookmark_border";
}

.entry-meta.taxonomies span {
  display: block;
}

.entry-meta.posted-on {
  margin-bottom: 15px;
}

button,
button:hover,
button:active,
button:focus,
a.button,
a.button:hover,
a.button:active,
a.button:focus,
a.button:visited,
a.button:visited:hover,
a.button:visited:active,
a.button:visited:focus,
input[type="button"],
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"],
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-button__link {
  color: #fff;
}

button,
a.button,
a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: #dd3333;
  line-height: 1;
  margin-bottom: .5em;
  padding: .75em;
  white-space: nowrap
}

button:hover,
a.button:hover,
a.button:visited,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
  opacity: .9
}

.site-section {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 0
}

/* Homepage */

.post-title {
  margin-bottom: 1.5rem;
  padding-left: 15px
}

.post-title p {
  margin: 0
}

.home .search-form .form-group #s,
.site-footer .search-form .form-group #s {
  margin-top: -30px
}

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

/* Sidebar */

.sidebar-box {
  margin: 0 0 1.5em;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #202a39;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.sidebar-box {
  font-size: 15px;
  width: 100%;
  float: left;
}

.recentcomments {
  padding-bottom: 15px
}

.sidebar-box *:last-child {
  margin-bottom: 0
}

.sidebar-box .heading {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  color: #fff;
}

.site-footer section > ul, .site-footer section div > ul {
  padding-left: 0em;
}

.heading {
  color: #000;
}

/* Comments */

.comment-content {
  width: 100%;
}

.search-form label{
  width: 65%;
}

.site-footer .search-form label{
  width: 55%;
}

.search-form input[type="search"]{
  width: 100%;
}

.search-form, .search-form input[type="submit"]{
  font-size: 15px;
}

.search-field ~ button {
  padding: .3em .7em;
}

.comment-content {
  font-size: 15px;
}

.comment-content p {
  font-size: 16px
}

#commentform, .comment-body {
  padding: 1.25rem
}

#commentform label {
  display: block
}

@media (max-width: 448px) {
  #commentform input {
    width: 100%
  }
}

.comment-form {
  border-radius: 0 0 10px 10px;
  background-color: #202a39;
}

.comment-form-wrap {
  clear: both
}

.com-author {
	color: #fff;
	font-size: 17px;
	font-weight: bolder;
}

.com-author a {
	color: #fff;
}

.avatar {
	border-radius: 7px !important;
}

.comment-metadata {
  font-size: 14px;
}

.comment-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding-left: 25px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin-top: 15px;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-respond {
	border-radius: 5px;
}

.comment-list li .vcard img {
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px
}

.comment-list li .comment-body h3 {
  font-size: 20px
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc
}

.comment-body {
  border-radius: 5px;
  background-color: #202a39;
}

.comment-list li .comment-body .reply {
  text-transform: uppercase;
  font-size: 12px
}

.comment-list li .comment-body .reply:hover {
  color: #000
}

.search-form .form-group {
  position: relative
}

.search-form .form-group #s {
  padding-right: 50px;
  background: #f7f7f7;
  padding: 15px 15px;
  border: none
}

.page-item.active .page-link {

  z-index: 1;
  color: #fff;
  background-color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255)

}

/* Submit forms */
html,
body {
  height: 100%
}

@media (min-width: 992px) {
  .submit-form {
    width: 100%;
    max-width: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto
  }
}

.submit-form .checkbox {
  font-weight: 400
}

.submit-form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px
}

.submit-form .form-control:focus {
  z-index: 2
}

.submit-form input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.submit-form input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

/* Submit button */

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

input:focus, textarea:focus {
  border: 1px dotted
}

.form-control {
  outline: none;
  box-shadow: none !important;
  border-radius: 0
}

textarea.form-control {
  height: inherit
}

.wp-block-image {
	margin-bottom: 1rem;
  margin-top: 1rem;
}

.post .wp-post-image {
  max-width: 100%;
  max-height: 100%;
  height: auto
}

.post-meta {
  padding: 30px 0 0;
  text-align: left
}

.post .entry-title {
  padding-bottom: 10px
}

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


.main-content {
  display: flex;
  flex-direction: column;
  flex: auto;
  width: 100%;
}

.sidebar {
  display: block;
  flex: 0 0 300px;
}

@media (max-width: 992px) {
  .sidebar {
    display: none;
  }
}

aside .wp-post-image, .default-image {
  width: 100px;
  min-height: 80px;
  object-fit: scale-down;
  margin-right: 5px
}

section[id*="recent-posts"] ul, section[id*="recent-comments"] ul {
  padding: 0
}

section[id*="recent-posts"] li {
  position: relative;
  list-style: none;
  padding: 7px 0;
  line-height: 1.4
}

aside li {
  list-style: none
}

section[id*="recent-comments"] li {
  padding: 7px 0
}

.fa-search::before {
  content: "\f002";
  color: rgb(108, 117, 125)
}

/* Single post Comments */

.comment-reply-link {
	padding: 5px 10px;
	color: #fff;
	background-color: #dd3333;
	border-radius: 3px;
}
.comment-reply-link:hover {
  color: #fff;
}

/* Footer */

.site-footer {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
	color: #b1bad3;
	background-color: #202a39;
	margin-top: 20px;
	border-radius: 10px 10px 0 0;
}

/* Stars Styles */

.pgstar {
  font-family: "Material Icons";
  font-style: normal;
  font-size: 30px;
  color: #fabb05;
  line-height: normal;
}

/* Single Casino Style 1 */

.casino-single1-section {
	max-width: 1200px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #202a39;
	box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}

.casino-single1-box {
  position: relative;
	display: grid;
	align-items: center;
	column-gap: 2rem;
	grid-template-areas:
		"image title stars"
		"image dscr review"
		"image actions .";
	grid-template-columns: 170px 1fr;
	grid-template-rows: 12fr 13fr 20fr;
}

.casino-single1-logo {
  grid-area: image;
  position: relative;
}

.casino-single1-logo img {
	width: 100%;
	height: auto;
  aspect-ratio: 100 / 100;
  object-fit: cover;
	border-radius: 20px;
}

.casino-single1-rating {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 12px 2px 12px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 15px 0 15px 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.casino-single1-rating .pgstar {
  position: relative;
  top: -3px;
  left: 1px;
  font-size: 16px;
  color: #dd3333;
}

.casino-single1-rating .casino-max-rating {
  display: none;
}

.casino-single1-name {
	grid-area: title;
}

.casino-single1-name h1 {
	font-size: 2rem;
	margin: 0;
  color: #fff;
}

.casino-single1-bonus {
	grid-area: dscr;
	max-width: 600px;
  line-height: 1.6;
}

.casino-single1-btns {
	grid-area: actions;
	display: flex;
	gap: 15px
}

.casino-single1-playbtn {
  display: flex;
}

.casino-single1-playbtn a {
	color: #fff;
	background-color: #04aa6d;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 19px;
	font-weight: 700;
	padding: 12px 15px;
	min-width: 200px;
	white-space: nowrap;
}

.casino-single1-playbtn a:hover {
	color: #fff;
  background-color: #01a066;
}

.casino-single1-stars {
	grid-area: stars;
}

.casino-single1-stars .casino-rating-stars {
  display: flex;
}

.casino-single1-reviews {
	grid-area: review;
	text-align: center;
	align-self: start;
}

.casino-single1-reviews a {
	text-decoration: none;
	font-weight: bolder;
  color: #fff;
}

/* Single Casino Style 1 Tablet */

@media (max-width: 992px) {
  .casino-single1-bonus {
    max-width: 650px;
  }
  .casino-single1-stars {
    display: none;
  }
  .casino-single1-reviews {
    display: none;
  }
}

/* Single Casino Style 1 Mobile */

@media (max-width: 768px) {
  .casino-single1-box {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: auto;
		column-gap: 1rem;
    row-gap: 0rem;
    grid-template-areas:
    "image title"
    "image stars"
    "dscr dscr"
		"actions actions";
    justify-content: center;
  }
	.casino-single1-logo {
    grid-area: image;
    width: 100px;
  }
  
  .casino-single1-logo img {
    border-radius: 10px;
  }

  .casino-single1-rating {
    border-radius: 10px 0 15px 0;
  }
  
  .casino-single1-name {
    grid-area: title;
		justify-self: start;
		align-self: end;
	}
  
  .casino-single1-name h1 {
    font-size: 1.3rem;
    margin: 0;
	}
  
  .casino-single1-stars {
    display: grid;
    grid-area: stars;
		justify-self: start;
		align-self: start;
    margin-top: 3px;
  }
	
	.casino-single1-stars .pgstar {
		font-size: 20px;
	}
  
  .casino-single1-bonus {
    grid-area: dscr;
    margin-top: 20px;
    text-align: center;
  }
  
  .casino-single1-btns {
    grid-area: actions;
		margin-top: 20px;
		width: 85%;
		justify-self: center;
    flex-direction: column;
	}
	
	.casino-single1-playbtn a {
		width: 100%;
	}
  
  .casino-single1-reviews {
    display: none;
  }
}

/* Single Game Style 1 */

.game-single1-section {
	max-width: 1200px;
	margin: 20px auto;
	padding: 20px;
	border-radius: 5px;
	background-color: #202a39;
	box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}

.game-single1-box {
  position: relative;
	display: grid;
	align-items: center;
	column-gap: 2rem;
	grid-template-areas:
		"image title stars"
		"image dscr review"
		"image actions .";
	grid-template-columns: 170px 1fr;
	grid-template-rows: 12fr 13fr 20fr;
}

.game-single1-name {
	grid-area: title;
}

.game-single1-name h1 {
	font-size: 2rem;
	margin: 0;
  color: #fff;
}

.game-single1-logo {
  grid-area: image;
}

.game-single1-logo img {
	width: 100%;
	height: auto;
  aspect-ratio: 100 / 100;
  object-fit: cover;
	border-radius: 20px;
}

.game-single1-soft {
	grid-area: dscr;
	max-width: 600px;
}

.game-single1-soft p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.game-single1-playbtn {
	grid-area: actions;
	display: flex;
}

.game-single1-playbtn a {
	color: #fff;
  background-color: #04aa6d;
	border: none;
  text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 19px;
	font-weight: 700;
	padding: 12px 15px;
  min-width: 200px;
	white-space: nowrap;
}

.game-single1-playbtn a:hover {
	color: #fff;
}

/* Single Game Style 1 Mobile */

@media (max-width: 768px) {
  .game-single1-box {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: auto;
		column-gap: 1rem;
    grid-template-areas:
    "image title"
    "image soft"
		"btns btns";
    justify-content: center;
  }

  .game-single1-name {
    grid-area: title;
		justify-self: start;
		align-self: center;
	}
  
  .game-single1-name h1 {
    font-size: 1.3rem;
    margin: 0;
	}

  .game-single1-logo {
    grid-area: image;
    width: 100px;
  }
  
  .game-single1-logo img {
    border-radius: 10px;
  }

  .game-single1-soft {
    grid-area: soft;
    margin-top: 0px;
    text-align: start;
		align-self: start;
  }

  .game-single1-playbtn {
    grid-area: btns;
		margin-top: 25px;
		width: 85%;
		justify-self: center;
	}
	
	.game-single1-playbtn a {
		width: 100%;
	}
}

/* Archive Casino Style 2 */

.casino-style2-box {
	padding: 10px 15px 5px 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 25px 1px rgb(0 0 0 / 20%);
	background-color: #273447;
	border-radius: 10px;
}

.casino-style2-content {
  display: grid;
  align-items: center;
  column-gap: 1rem;
  grid-template-areas:
    "logo name rate play";
    grid-template-columns: 140px 3fr 2fr 2fr;
}

.casino-style2-logo {
  grid-area: logo;
  justify-self: start;
}
.casino-style2-logo img {
  width: 140px;
  height: auto;
  aspect-ratio: 100 / 100;
  object-fit: cover;
  border-radius: 15px	
}

.casino-style2-name {
  grid-area: name;
  padding: 0 10px;
}

.casino-style2-name a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.casino-style2-rating {
  grid-area: rate;
}

.casino-style2-rating .casino-rating {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  line-height: 1;
  gap: 5px;
}

.casino-style2-rating .casino-rating-stars {
  display: flex;
}

.casino-style2-rating .casino-rating-number {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

.casino-style2-rating .pgstar {
	font-size: 26px !important;
}

.casino-style2-bonus {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #88888847;
	display: flex;
}

.casino-style2-bonus::before {
	content: "workspace_premium";
	font-family: "Material Icons";
	font-size: 25px;
	margin-right: 5px;
	margin-top: -7px;
}

.casino-style2-btns {
  grid-area: play;
	justify-self: end;
	display: flex;
	flex-direction: column;
	align-items: center;
  gap: 5px;
}

.casino-style2-playbtn a {
	display: inline-block; 
	color: #fff;
	background-color: #04aa6d;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 19px;
	font-weight: 600;
	padding: 12px 15px;
	min-width: 145px;
}

.casino-style2-playbtn a:hover{
	color: #fff;
}

.casino-style2-revbtn a {
  color: #fff;
}

/* Archive Casino 2 Mobile */

@media (max-width: 768px) {
  .casino-style2-content {
    display: flex;
    flex-direction: column;
    gap: 5px
  }
  .casino-style2-rating .casino-rating {
    flex-direction: row;
  }
  .casino-style2-rating .casino-rating-number {
    color: inherit;
    font-weight: 300;
    font-size: 19px;
  }
  .casino-style2-btns {
    margin-top: 10px;
    gap: 8px;
  }
  .casino-style2-bonus {
    display: block;
    text-align: center;
  }
  .casino-style2-bonus::before {
    display: none;
  }
}

/* Archive Casino Style 1 */

.casino-style1-box {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #273447;
  border-radius: 10px;
}

.casino-style1-content {
  display: grid;
  align-items: center;
  column-gap: 1rem;
  grid-template-areas:
    "pic names bonus btns";
    grid-template-columns: 125px 2fr 2fr 2fr;
}

.casino-style1-logo {
  grid-area: pic;
  justify-self: start;
}

.casino-style1-logo img {
  display: block;
  width: 125px;
  height: auto;
  aspect-ratio: 100 / 100;
  object-fit: cover;
  border-radius: 15px;
  padding: 0 !important;
}

.casino-style1-namestarbox {
  grid-area: names;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-left: 10px;
}

.casino-style1-name a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}

.casino-style1-stars .casino-rating-stars {
	display: flex;
}

.casino-style1-stars .pgstar {
  font-size: 20px;
}

.casino-style1-bonus {
  grid-area: bonus;
  text-align: center;
}

.casino-style1-btns {
  grid-area: btns;
	justify-self: end;
	display: grid;
  justify-items: center;
  gap: 5px;
}

.casino-style1-playbtn a {
	display: inline-block; 
	color: #fff;
	background-color: #04aa6d;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 19px;
	font-weight: 600;
	padding: 12px 15px;
	min-width: 155px;
}

.casino-style1-playbtn a:hover{
	color: #fff;
}

.casino-style1-revbtn a {
  color: #fff;
}

@media (max-width: 768px) {
  .casino-style1-content {
    column-gap: 5px;
    row-gap: 1rem;
    grid-template-areas:
    "pic names"
		"bonus bonus"
    "btns btns";
    grid-template-columns: 90px auto;
}
  .casino-style1-stars {
		display: grid;
		justify-content: start;
}
  .casino-style1-stars .pgstar {
    font-size: 20px !important;
}
	.casino-style1-btns {
    justify-self: center;
	}
	.casino-style1-btns {
		width: 80%;
		text-align: center;
    justify-items: stretch;
    gap: 8px;
	}
	.casino-style1-playbtn a {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.casino-style1-btns {
		width: 100%;
	}
}

/* Casino Block Info */

.casino-info {
  width: 100%;
	padding: 15px;
  border-radius: 0 0 5px 5px;
  background-color: #202a39;
}

.casino-info img {
  height: 26px;
  margin-right: 5px;
}

.casino-info div {
	margin-bottom: 10px;
}

.providers-label,
.payments-label,
.established-label,
.casgames-label,
.license-label,
.currency-label,
.languages-label,
.restricted-label,
.game-type-label,
.game-rtp-label,
.game-vol-label,
.game-line-label,
.game-reels-label,
.game-bonus-label,
.game-maxwin-label {
	color: #fff;
	font-weight: bolder;
}

.providers-label::before,
.payments-label::before,
.established-label::before,
.casgames-label::before,
.license-label::before,
.currency-label::before,
.languages-label::before,
.restricted-label::before,
.game-type-label::before,
.game-rtp-label::before,
.game-vol-label::before,
.game-line-label::before,
.game-reels-label::before,
.game-bonus-label::before,
.game-maxwin-label::before {
  position: relative;
  font-family: "Material Icons";
  color: #dd3333;
  top: 2px;
	padding-right: 5px;
}

.established-label::before {
	content: "calendar_month";
}

.license-label::before {
	content: "local_police";
}

.casgames-label::before {
	content: "sports_esports";
}

.providers-label::before {
	content: "settings";
}

.payments-label::before {
	content: "payments";
}

.currency-label::before {
	content: "paid";
}

.languages-label::before {
	content: "language";
}

.restricted-label::before {
	content: "block";
}

.game-type-label::before {
	content: "casino";
}

.game-rtp-label::before {
	content: "currency_exchange";
}

.game-vol-label::before {
	content: "ssid_chart";
}

.game-line-label::before {
	content: "density_small";
}

.game-reels-label::before {
	content: "view_week";
}

.game-bonus-label::before {
	content: "card_giftcard";
}

.game-maxwin-label::before {
	content: "emoji_events";
}

/* Casino Archive Style 3 */

.casino-style3-box {
  width: calc(25% - 30px);
  margin: 13.5px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 2%), 0 5px 6px rgb(0 0 0 / 4%), 0 1px 5px rgb(0 0 0 / 10%);
}

.casino-style3-logo {
margin-bottom: 10px;
}

.casino-style3-logo img {
width: 100%;
height: auto;
aspect-ratio: 1/1;
border-radius: 15px 15px 0 0;
object-fit: cover;
margin: 0 !important;
padding: 0 !important;
}

.casino-style3-name a {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis; 
  overflow: hidden; 
  display: block; 
  max-width: 100%;
  color: #fff;
}

.casino-style3-stars .casino-rating-stars {
  display: flex;
  justify-content: center;
  margin: 5px 0 20px 0;
}

.casino-style3-stars .pgstar {
  font-size: 23px !important;
}

.casino-style3-rating {
  position: relative;
  height: 55px;
  margin-bottom: 15px;
  border: solid 1px #fcd941;
  border-radius: 5px;
  padding: 5px;
}

.casino-style3-score {
  position: relative;
  top: -20px;
  display: inline-flex;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #202a39;
}

.casino-style3-number {
  display: flex;
  justify-content: center;
  position: relative;
  top: -12px;
  font-size: 27px;
  line-height: 0.8;
  font-weight: bold;
  color: #fff;
}

.casino-style3-btn a {
  height: 50px;
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.8em;
  border-radius: 5px;
  background-color: #fcd941;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 800px) {
  .casino-style3-box {
    width: calc(50% - 30px);
  }
  
  .casino-style3-name a {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis; 
    overflow: hidden; 
    display: block; 
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .casino-style3-box {
    width: calc(100% - 25px);
  }
}

/* Title shortcode */

.casino-shortcode-title,
.crypto-shortcode-title,
.games-shortcode-title,
.posts-shortcode-title {
  line-height: 1.2;
  margin: 20px 0;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

.sidebar .casino-shortcode-title{
  font-size: 20px;
  margin: 0 0 20px 0;
}

.casino-shortcode-title::before,
.crypto-shortcode-title::before,
.games-shortcode-title::before,
.posts-shortcode-title::before {
  position: relative;
	font-family: "Material Icons";
  content: "task_alt";
  top: 3px;
  margin-right: 5px;
  color: #1c93e3;
}

@media (max-width: 768px) {
  .casino-shortcode-title,
  .crypto-shortcode-title,
  .games-shortcode-title,
  .posts-shortcode-title {
    font-size: 21px;
  }
}

/* Shortcode Casino 3 */

.shrt-casino3 {
  width: calc(25% - 30px);
  margin: 15px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 2%), 0 5px 6px rgb(0 0 0 / 4%), 0 1px 5px rgb(0 0 0 / 10%);
}

@media (max-width: 800px) {
  .shrt-casino3 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 400px) {
  .shrt-casino3 {
    width: calc(100% - 25px);
  }
}

/* Theme Top Boxes */

.pgtopboxinf,
.pgtopboxcom,
.pgtopboxwr,
.pgtopboxpros,
.pgtopboxrev,
.pgtopboxgame,
.author-about,
.similar-posts-title {
  display: flex;
  gap: 5px;
  line-height: 1;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 3px solid #e82c42;
	width: 100%;
	padding: 15px 20px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	background-color: #273446;
}

@media (max-width: 768px) {
  .pgtopboxinf,
  .pgtopboxcom,
  .pgtopboxwr,
  .pgtopboxpros,
  .pgtopboxrev,
  .pgtopboxgame,
  .author-about,
  .similar-posts-title {
    font-size: 20px;
  }
}

.pgtopboxinf span,
.pgtopboxcom span,
.pgtopboxwr span,
.pgtopboxpros span,
.pgtopboxrev span,
.pgtopboxgame span,
.author-about span,
.similar-posts-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Theme Top Boxes Items */

.pgtopboxrev::before,
.pgtopboxinf::before,
.pgtopboxcom::before,
.pgtopboxwr::before,
.pgtopboxpros::before,
.pgtopboxgame::before,
.author-about::before {
  position: relative;
	font-family: "Material Icons";
}

.pgtopboxrev::before {
	content: "library_books";
}

.pgtopboxinf::before {
	content: "settings_applications";
}

.pgtopboxcom::before {
	content: "forum";
}

.pgtopboxwr::before {
	content: "drive_file_rename_outline";
}

.pgtopboxpros::before {
	content: "thumb_up";
}

.pgtopboxgame::before {
	content: "sports_esports";
}

.author-about::before {
	content: "account_circle";
}

/* Posts Styles */

.posts-block {
  display: flex;
  flex-wrap: wrap;
}

/* Posts Style 1 */

.one-post {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
	margin-bottom: 20px;
	border-bottom: 2px solid #1a2c39;
  padding-bottom: 20px;
}

.pg-archimg {
  margin-right: 20px;
	border-radius: 10px;
  overflow: hidden;
}

.pg-archimg img {
	width: 350px;
  object-fit: cover;
  aspect-ratio: 350 / 225;
}

.entry-title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
}

.one-post .button {
	margin: 10px 0;
}

.casino-style2-logo .wp-post-image {
	padding: 0;
}

.pg-archcont {
  flex: 1;
}

@media (max-width: 768px) {
  .entry-title {
	font-size: 1.4rem;
}
  .one-post {
    flex-direction: column;
  }
	.pg-archimg {
		margin-bottom: 20px;
	}
  .pg-archimg img {
		width: 100% !important;
		height: auto;
  }
}

/* Posts Style 2 */

.post-style2-box {
  position: relative;
  width: calc(50% - 20px);
  text-align: center;
  margin: 10px;
  padding-bottom: 35px;
  background-color: #273447;
  border-radius: 5px;
}

.post-style2-img img {
  width: 100%;
  max-height: 330px;
  aspect-ratio: 345 / 200;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.post-style2-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0 5px;
}

.post-style2-info {
  display: block;
  position: absolute;
  background-color: #0f1923;
  font-size: 14px;
  padding: 5px;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-style2-info .cat-links::before,
.post-style2-info .posted-date::before {
  font-size: 14px;
  top: 2px;
}

@media (max-width: 600px) {
  .post-style2-box {
    width: calc(100% - 20px);
  }
}

/* Single Post Style 2 */

.similar-posts {
  margin-top: 20px;
}

.similar-posts-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #202a39;
  padding: 5px;
}

.similar-posts-box {
  position: relative;
  width: calc(33.33% - 20px);
  text-align: center;
  margin: 10px;
  padding-bottom: 35px;
  background-color: #273447;
  border-radius: 5px;
}

@media (max-width: 900px) {
  .similar-posts-box {
    width: calc(50% - 20px);
  }
}

/* Some Important */

.pg-mt20 {
	margin-top: 20px;
}

.pg-mb20 {
	margin-bottom: 20px;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.pg-title {
  border-bottom: 3px solid #e82c42;
	padding-bottom: 10px;
	margin: 0 0 15px 0;
}

#cancel-comment-reply-link {
	margin-left: 5px;
}

/* PG Main Box */

.pgboxcontent {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #202a39;
}

/* PG Main Casino and Games Box */

.contentbox {
  width: 100%;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #202a39;
}

/* Pros Cons */

.pros-cons {
	display: flex;
  justify-content: space-between;
  gap: 20px;
}

.pg-pros-block,
.pg-cons-block {
	position: relative;
	border-radius: 5px;
	padding: 0 5px 0 20px;
	width: 100%;
	background-color: #202a39;
}

.pg-pros-block ul,
.pg-cons-block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
	padding: 0;
  margin: 20px 0;
  line-height: 1;
}

.pg-pros-block li,
.pg-cons-block li {
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 5px;
}

.pg-pros-block li::before {
	position: relative;
	font-family: "Material Icons";
	content: "add_circle";
	font-size: 20px;
	color: #1ed354;
}

.pg-cons-block li::before {
	position: relative;
	font-family: "Material Icons";
	content: "remove_circle";
	font-size: 20px;
	color: red;
}

@media (max-width: 768px) {
	.pros-cons {
		flex-direction: column;
	}
}

/* Text logo */

.logo-title a {
	font-size: 1.7rem;
	font-weight: bolder;
}

/* Iframe Slots */

.play-box {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* соотношение сторон */
	overflow: hidden;
}

@media (max-width: 767px) {
    .play-box {
        padding-bottom: 150%;
    }
}

.play-box-thumbnail,
.play-box-inner,
#game-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#game-container {
    z-index: 3;
}
#game-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.play-box-thumbnail {
    filter: blur(5px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.play-box-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

#play-button {
    background-color: #dd3333;
    color: #fff;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
	font-size: 20px;
	font-weight: bolder;
}

/* Archive Game Style 1 */

.game-style1-box {
  width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #273447;
	box-shadow: 0px 0px 25px 1px rgb(0 0 0 / 20%);
	border-radius: 10px;
}

.game-style1-content {
  display: grid;
  align-items: center;
  column-gap: 1rem;
  grid-template-areas:
    "pic name info btns";
    grid-template-columns: 140px 2.2fr 2fr 2fr;
}

.game-style1-logo {
  grid-area: pic;
  justify-self: start;
}

.game-style1-logo img {
  display: block;
  width: 140px;
  height: auto;
  aspect-ratio: 100 / 100;
  object-fit: cover;
  border-radius: 15px;
  padding: 0 !important;
}

.game-style1-namesoft {
  grid-area: name;
  padding: 0 10px;
}

.game-style1-name a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}

.game-style1-rtpwin {
  grid-area: info;
}

.game-style1-btns {
  grid-area: btns;
	justify-self: end;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.game-style1-playbtn a {
	display: inline-block; 
	color: #fff;
	background-color: #fa305c;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 600;
	padding: 12px 15px;
	min-width: 145px;
	margin-bottom: 5px;
}

.game-style1-playbtn a:hover{
	color: #fff;
}

.game-style1-revbtn a {
  color: #fff;
}

@media (max-width: 768px) {
  .game-style1-content {
    column-gap: 5px;
    row-gap: 1rem;
    grid-template-areas:
    "pic name"
		"info info"
    "btns btns";
    grid-template-columns: 90px auto;
}

	.game-style1-rtpwin {
		grid-area: info;
		justify-self: center;
	}

	.game-style1-btns {
		display: block;
		width: 80%;
		text-align: center;
		justify-self: center;
	}
	.game-style1-btns a {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.game-style1-btns {
		width: 100%;
	}
}

/* Archive Game Style 2 */

.games-block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.game-style2-box {
  position: relative;
  display: block;
  width: calc(25% - 11.5px);
  text-align: center;
  border-radius: 5px;
  background-color: #273447;
  box-shadow: 0 3px 8px rgb(0 0 0 / 2%), 0 5px 6px rgb(0 0 0 / 4%), 0 1px 5px rgb(0 0 0 / 10%);
}

@media (min-width: 1200px) {
  .game-style2-box:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}

.game-style2-logo img {
  width: 100%;
  max-height: 330px;
  aspect-ratio: 440 / 390;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.game-style2-name {
  text-align: center;
  font-size: 17px;
  margin: 10px 0;
  padding: 0 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-style2-name a {
  color: #fff;
}

.game-style2-rtp {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 10px;
}

.game-style2-maxwin {
  background-color: #0f1923;
  width: 100%;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}

@media (max-width: 850px) {
  .game-style2-box {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 600px) {
  .game-style2-box {
    width: calc(50% - 7.5px);
  }
}

@media (max-width: 380px) {
  .game-style2-box {
    width: 100%;
  }
}

/* Floating Box */

.floatbox {
	position: fixed;
	top: 0;
  left: 0;
  right: 0;
	width: 100%;
	background-color: #273446;
	z-index: 999;
	display: none;
}

.floatbox-content {
	display: grid;
	align-items: center;
	column-gap: 15px;
	grid-template-columns: 75px 1fr auto;
	grid-template-areas:
        "flogo fname fbtn";
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
}

.floatbox-logo img {
	grid-area: flogo;
	width: 75px;
	aspect-ratio: 100 / 100;
	border-radius: 10px;
}
.floatbox-namerate {
	grid-area: fname;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  line-height: 1;
  gap: 2px;
}

.floatbox-name {
	font-size: 27px;
	font-weight: bold;
	color: #fff;
}

.floatbox-rating .casino-rating,
.floatbox-rating .crypto-exchange-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.floatbox-rating .casino-rating-stars,
.floatbox-rating .crypto-exchange-stars {
  display: flex;
}

.floatbox-rating .casino-rating-number,
.floatbox-rating .crypto-exchange-rating-number {
  font-size: 15px;
}

.floatbox-namerate .pgstar {
	font-size: 21px;
  line-height: 1.1;
}

.floatbox-btn a {
	grid-area: fbtn;
	display: block;
	text-align: center;
	min-width: 250px;
	padding: 17px 20px;
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	color: #fff;
	border-radius: 5px;
	background-color: #04aa6d;
}
.floatbox-btn a:hover {
	color: #fff;
}

.admin-bar .floatbox {
    top: 32px;
}
@media (max-width: 782px) {
	.admin-bar .floatbox {
    top: 46px;
}
}
@media (max-width: 600px) {
	.admin-bar .floatbox {
    top: 0;
}
}

@media (max-width: 992px) {
	.floatbox-content {
		column-gap: 10px;
		grid-template-columns: 73px 1fr auto;
  }
	.floatbox-logo img {
    width: 70px;
  }
	.floatbox-name {
    font-size: 1.5rem;
  }
  .floatbox-btn a {
    padding: 16px 20px;
  }
}

@media (max-width: 768px) {
	.floatbox-content {
		grid-template-columns: 65px 1fr auto;
		padding: 10px;
  }
	.floatbox-name {
		font-size: 1.1rem;
	}
	.floatbox-namerate .pgstar {
		font-size: 16px;
	}
  .floatbox-rating .casino-rating-number,
  .floatbox-rating .crypto-exchange-rating-number {
    font-size: 13px;
  }
	.floatbox-btn a {
    min-width: 100%;
    font-size: 1rem;
  }
}

/* Author Block */

.author-description {
	display: grid;
	align-items: center;
	column-gap: 1rem;
	grid-template-areas:
		"logo name"
		"logo descr";
	grid-template-columns: 65px auto;
	padding: 25px 20px;
	background-color: #202a39;
}

.author-avatar {
	grid-area: logo;
	align-self: start;
}

.author-name {
	position: relative;
	grid-area: name;
	font-size: 18px;
	font-weight: bold;
	align-self: start;
}

.author-name a {
	color: #fff;
}

.author-name::after {
	position: absolute;
	font-family: "Material Icons";
	content: "verified";
	font-size: 19px;
	color: #1c93e3;
	top: -2px;
	margin-left: 3px;
}

.author-description p {
	grid-area: descr;
	margin: 0;
}

.author-dates {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #273446;
	border-radius: 0 0 10px 10px;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 13px;
}

.author-date-publish::before {
	position: relative;
	font-family: "Material Icons";
	content: "event";
	top: 2px;
	padding-right: 3px;
	text-transform: none;
}

.author-date-update::before {
	position: relative;
	font-family: "Material Icons";
	content: "update";
	top: 2px;
	padding-right: 3px;
	text-transform: none;
}

@media (max-width: 768px) {
	.author-description {
    column-gap: 0;
    row-gap: 5px;
    grid-template-areas:
      "logo"
      "name"
      "descr";
    grid-template-columns: auto;
    justify-items: center;
	}

  .author-description p {
    grid-area: descr;
    margin: 0;
    text-align: center;
  }
}

/* Widgets Styles */

.casino-widget1-box {
	border-bottom: 1px solid #2c3443;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.casino-widget1-block1 {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.casino-widget1-logo {
  margin-right: 10px;
}

.casino-widget1-logo img {
  display: block;
	min-height: 50px;
  min-width: 50px;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin: 0;
}

.casino-widget1-name a {
	color: #fff;
	font-weight: bolder;
	margin-right: 5px;
}

.casino-widget1-stars {
	display: flex;
	margin-left: auto;
	background-color: #273447;
	padding: 2px 5px;
	border: 2px solid #202a39;
	border-radius: 10px;
	font-size: 14px;
  align-items: center;
}

.casino-widget1-stars .pgstar {
  font-size: 17px;
  margin-right: 1px;
}

.casino-widget1-stars .casino-max-rating {
  display: none;
}

.casino-widget1-btns {
	display: flex;
	justify-content: space-between;
}

.casino-widget1-revbtn a,
.casino-widget1-playbtn a {
	display: flex;
	padding: 8px 20px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	min-width: 115px;
	color: #fff !important;
	justify-content: center;
}

.casino-widget1-revbtn a {
	background-color: #3498db;
}

.casino-widget1-playbtn a {
	background-color: #04aa6d;
}

/* Promocode Styles */

.casino-single1-promocode {
  position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #000;
	padding: 0 75px 0 20px;
	gap: 12px;
	border-radius: 5px;
	background-color: #ffc530;
	font-weight: bold;
}

.casino-single1-promocode::after {
  position: absolute;
  font-family: "Material Icons";
  content: "content_copy";
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 25px;
  right: 15px;
  border-left: 3px dashed #202a39;
  padding-left: 15px;
}

.pg-promocode {
	align-self: stretch;
	display: flex;
	align-items: center;
  font-size: 18px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
  .casino-single1-promocode {
    padding: 10px 75px 10px 20px;
  }
}

/* Some Cute Elements */

.pg-recommend {
	position: relative;
	padding: 25px 20px 25px 65px;
	background: linear-gradient(to right,#273447 0,#273447 100%);
	border-left: 6px solid #469f00;
	margin: 20px -20px 20px -20px;
}

.pg-recommend:before {
	position: absolute;
  font-family: "Material Icons";
	content: "thumb_up";
	font-size: 30px;
	top: 50%;
	left: 20px;
	margin-top: -15px;
	color: #34bc58;
	line-height: 1;
}

/* Border Radius 0 for Mobile */

@media (max-width: 1200px) {
  .pg-header,
  .game-single1-section,
  .pgtopboxinf,
  .pgtopboxcom,
  .pgtopboxwr,
  .pgtopboxpros,
  .pgtopboxrev,
  .pgtopboxgame,
  .author-about,
  .contentbox,
  .pg-pros-block,
  .pg-cons-block,
  .author-dates,
  .comment-body,
  .comment-form,
  .site-footer,
  .sidebar-box,
  .pgboxcontent,
  .casino-single1-section,
  .pg-search,
  .pg-search .search-submit,
  .similar-posts-block,
  .similar-posts-title,
  .exchange1-section {
    border-radius: 0 !important;
  }
}

/* Search in Header */

.pg-search-icon {
	margin-left: auto;
}

.pg-search-icon span {
	font-family: "Material Icons";
	font-size: 32px;
	color: #fff;
	cursor: pointer;
}

.pg-search {
	display: none;
	max-width: 1200px;
	margin: auto auto 20px auto;
	height: 50px;
	background-color: #273447;
	align-items: center;
	border-radius: 10px;
}

.pg-search form {
	width: 100%;
	display: flex;
	height: 100%;
}

.pg-search label {
	display: flex;
	margin: 0;
	width: 100%; 
}

.pg-search input {
	display: flex;
	margin: 0;
	outline: none;
	background: transparent;
	border: none;
	color: #c3c3c3;
}
.pg-search .search-field {
	padding-left: 20px;
}

.pg-search .search-submit {
  border-radius: 0 10px 10px 0;
	padding: 0 50px;
	background-color: #cdd6db14;
	text-transform: uppercase;
}

/* load more casino button */

#load-more-casinos,
#load-more-games,
#load-more-posts,
#load-more-exchanges {
  display: block;
  width: 100%;
  margin: 30px auto 15px auto;
  padding: 10px 25px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 500;
  background: #273447;
  color: #ffffff;
  min-width: 200px;
}

/* author page */

.pg-author-box {
	margin-bottom: 30px;
	border-bottom: 3px solid #e82c42;
	border-top: 3px solid #e82c42;
	padding: 30px 0;
}

.pg-author-details {
	display: flex;
	gap: 1rem;
}

.pg-author-logo {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.pg-author-logo img {
    width: 90px;
    object-fit: cover;
    aspect-ratio: 100 / 100;
}

.pg-author-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.pg-author-name {
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	font-size: 25px;
}

.pg-author-socials {
	display: flex;
	gap: 6px;
}

.pg-author-socials a {
	height: 21px;
	width: 21px;
}

.pg-author-socials svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.pg-author-bio {
	margin-top: 20px;
}

/* Crypto Exchanges Style 1 Shortcode */

.exchange-style1-headings {
  display: grid;
  grid-template-columns: 60px 175px 130px 115px auto;
  padding: 0 15px;
  margin: 10px 0;
}

.exchange-style1-box {
  display: grid;
  align-items: center;
  justify-items: start;
  grid-template-areas: "num pic name rate bonus vol btn";
  grid-template-columns: 25px 70px 120px 110px 130px auto auto;
  gap: 5px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #273447;
  border-radius: 10px;
}

.exchange-style1-position {
  grid-area: num;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.exchange-style1-logo {
  grid-area: pic;
}

.exchange-style1-logo img {
  display: block;
  width: 55px;
  height: auto;
  aspect-ratio: 100 / 100;
  object-fit: cover;
  border-radius: 10px;
  padding: 0 !important;
}

.exchange-style1-name {
  grid-area: name;
  font-size: 20px;
  font-weight: bold;
  display: grid;
  text-transform: uppercase;
}

.exchange-style1-name a {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.exchange-style1-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: #202a39;
  color: #fabb05;
  font-weight: bold;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 18px;
}

.exchange-style1-rating .pgstar {
  font-size: 18px;
}

.exchange-style1-rating .crypto-exchange-max-rating {
  display: none;
}

.exchange-style1-bonus {
  grid-area: bonus;
  color: #fff;
  font-weight: bold;
}

.exchange-style1-volume {
  grid-area: vol;
  color: #fff;
  font-weight: bold;
}

.exchange-style1-regbtn {
  grid-area: btn;
  justify-self: end;
}

.exchange-style1-regbtn a {
  display: inline-block;
  color: #fff;
  background-color: #04aa6d;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 600;
  padding: 7px 15px;
  min-width: 155px;
}

.exchange-style1-mob {
  display: none;
}

@media (max-width: 1200px) {

  .exchange-style1-headings {
    grid-template-columns: 60px 175px 130px auto;
  }

  .exchange-style1-volume-label,
  .exchange-style1-volume {
    display: none;
  }

  .exchange-style1-box {
    grid-template-areas: "num pic name rate bonus btn";
    grid-template-columns: 25px 70px 120px 110px auto auto;
  }
}

@media (max-width: 768px) {

  .exchange-style1-headings {
    grid-template-columns: 60px auto;
    padding: 0 20px;
  }

  .exchange-style1-bonus-label,
  .exchange-style1-stars-label,
  .exchange-style1-bonus {
    display: none;
  }

  .exchange-style1-box {
    position: relative;
    grid-template-areas:
    "num pic name"
    "item item item"
    "btn btn btn";
    grid-template-columns: 40px 65px auto;
    row-gap: 20px;
    padding: 20px;
  }

  .exchange-style1-position {
    position: relative;
    align-self: start;
    z-index: 1;
    line-height: 1;
  }

  .exchange-style1-position::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -10px;
    padding: 15px;
    background: #202a39;
    border-radius: 100%;
    z-index: -1;
}

  .exchange-style1-mob {
    grid-area: item;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    width: 100%;
  }

  .exchange-style1-mbonus-value,
  .exchange-style1-mvolume-value {
    color: #fff;
    font-weight: bold;
  }

  .exchange-style1-regbtn {
    width: 85%;
    justify-self: center;
  }

  .exchange-style1-regbtn a {
    width: 100%;
  }

  .exchange-style1-rating {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    font-size: 15px;
  }

  .exchange-style1-rating i {
    font-size: 14px;
  }

}

/* Material Icons */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
}

/* Crypto Exchange Single 1 */

.exchange1-section {
  max-width: 1200px;
  margin: 20px auto;
  border-radius: 10px;
  background-color: #202a39;
  box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
  overflow: hidden;
}

.exchange1-block1 {
  position: relative;
  display: grid;
  align-items: center;
  column-gap: 20px;
  grid-template-areas: "box1 box2 box3 box4";
  grid-template-columns: 125px auto auto auto;
  padding: 20px;
}

.exchange1-box1 {
  grid-area: box1;
}

.exchange1-logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 100 / 100;
  object-fit: cover;
  border-radius: 50%;
}

.exchange1-box2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  height: 100%;
  justify-content: center;
}

.exchange1-name h1 {
  line-height: 1;
  margin: 0;
  font-size: 30px;
}

.exchange1-rating {
  line-height: 1;
}

.exchange1-rating .crypto-exchange-rating {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.exchange1-rating .crypto-exchange-stars {
  display: flex;
}

.exchange1-rating .pgstar {
  font-size: 23px;
}

.exchange1-rating .crypto-exchange-rating-number {
  font-size: 23px;
  font-weight: bold;
  color: #fabb05;
  margin-right: 3px;
}

.exchange1-rating .crypto-exchange-max-rating {
  display: none;
}

.exchange1-box3,
.exchange1-box4 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.exchange1-box3-dop {
  display: flex;
  background-color: #273447;
  padding: 20px 40px;
  border-radius: 10px;
  align-items: center;
  gap: 20px;
}

.exchange1-box3-dop .material-icons,
.exchange1-box4-dop1 .material-icons {
  padding: 10px;
  background-color: #202a39;
  font-size: 40px;
  border-radius: 10px;
}

.exchange1-volume-label,
.exchange1-pairs-label,
.exchange1-coins-label {
  font-size: 14px;
  text-transform: uppercase;
}

.exchange1-volume-value,
.exchange1-pairs-value,
.exchange1-coins-value {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.exchange1-volume {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.exchange1-box4-dop1 {
  display: flex;
  align-items: center;
  background-color: #273447;
  padding: 20px 40px;
  border-radius: 10px;
  gap: 30px;
}

.exchange1-box4-dop2 {
  display: flex;
  gap: 20px;
}

.exchange1-pairs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exchange1-coins {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exchange1-block2 {
  display: grid;
  grid-template-areas: "box1 box2 box3";
  grid-template-columns: auto auto 300px;
  background-color: #273447;
  padding: 20px;
  gap: 10px;
  align-items: center;
}

.exchange1-block2-box1 {
  grid-area: box1;
}

.exchange1-mainbtn a {
  display: inline-block;
  color: #fff;
	background-color: #04aa6d;
	border: none;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 19px;
	font-weight: 700;
	padding: 10px 15px;
	min-width: 170px;
	white-space: nowrap;
  width: 100%;
}

.exchange1-block2-downloads {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.exchange1-download-label {
  font-weight: bold;
  line-height: 1;
}

.exchange1-download-items {
  display: flex;
  gap: 10px;
}

.exchange1-download-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.exchange1-download-item svg {
  display: block;
  width: 30px;
  height: auto;
}

.exchange1-download-item a {
  color: #fff;
  text-decoration: underline;
}

.exchange1-block2-box2 {
  grid-area: box2;
  display: flex;
  justify-content: center;
}

.exchange1-bonusbox {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.exchange1-bonus {
  font-size: 20px;
}

.exchange1-bonus-value {
  color: #fabb05;
}

.exchange1-email-label {
  font-size: 15px;
}

.exchange1-block2-box3 {
  grid-area: box3;
  display: flex;
  justify-content: flex-end;
}

/* Crypto Exchange Single 1 MOBILE */

@media (max-width: 1100px) {
  .exchange1-block1 {
    align-items: center;
    column-gap: 20px;
    grid-template-areas:
        "box1 box2";
    grid-template-columns: 125px auto;
    padding: 20px;
}
  .exchange1-box3,
  .exchange1-box4 {
    display: none;
  }
}

@media (max-width: 1100px) {
  .exchange1-block2 {
    grid-template-areas:
    "box1 box1"
    "box2 box3";
    grid-template-columns: auto;
    row-gap: 15px;
  }
  .exchange1-block2-box2 {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .exchange1-block1 {
    grid-template-columns: 115px auto;
  }
  .exchange1-block2 {
    grid-template-areas:
    "box1 box1"
    "box2 box2"
    "box3 box3";
    grid-template-columns: auto;
  }
  .exchange1-name h1 {
    font-size: 25px;
  }
  .exchange1-block2-box2,
  .exchange1-block2-box3 {
    justify-content: center;
  }
  .exchange1-download-label {
    display: none;
  }
}