/*
Theme Name: Тема для Casino-Slots
Author: Casino-Slots
*/
span.age {
    color: #53f563;
}

span.online-para {
    margin-right: 20px;
    color: #f0f0f0;
    font-size: 13px;
}
* {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  font-size: 10px;
}

html body {
  line-height: 1.4;
  font-size: 1.4rem;
  background: #fff;
  margin: 0;
  font-family: sans-serif;
}

body,
li,
p {
  line-height: 3.2rem;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #084cc4;
}

p {
  font-size: inherit;
  margin-top: 0;
}

p,
figure {
  margin-bottom: 1.2em;
}

img {
  display: block;
}

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

figure {
  margin-left: 0;
  margin-right: 0;
}

figure.wp-block-table,
figure.wp-block-gallery {
  margin-bottom: 2.4rem;
}

blockquote {
  border-left: 0.25em solid #000;
  padding-left: 1em;
  margin: 0 0 0 1.2em;
}
blockquote.wp-block-quote {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

figcaption {
    padding: 0rem 0 0 0 !important;
    position: relative !important;
    color: #333 !important;
    background: unset !important;
    font-style: italic;
}

ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0;
}
ol > li {
  text-indent: 3.2rem;
}
ol li {
  counter-increment: my-awesome-counter;
  position: relative;
}
ol li:before {
  content: counter(my-awesome-counter);
  text-indent: 0;
  color: #f2f2f2;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  --size: 1.5em;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  left: 0;
  top: 2px;
  background: #32373c;
  text-align: center;
}

h1 {
  font-size: 2.1em;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
h2 {
  margin-top: 3.2rem;
  margin-bottom: 0.8rem;
}
.post-content h2:first-child {
  margin-top: 0;
}

h3 {
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
}

h3.seporator {
  display: flex;
  align-items: center;
}
h3.seporator:after {
  content: "";
  border-top: 4px dashed #32373c6b;
  flex: 1 0 20px;
  margin: 2px 0 0 10px;
}

textarea#comment {width:100%;}

/** СТИЛИ РАЗМЕТКИ **/
.container {
  margin: 0 auto;
  padding: 0 1.6rem;
  position: relative;
  box-sizing: border-box;
}
.entry-content > .alignfull > *,
.entry-content > :not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-cover__inner-container,
.wp-block-group__inner-container {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.has-background:not(.alignfull) {
  padding: 1.25em 2.375em;
}
.wp-block-group.has-background p:last-child,
.wp-block-group.has-background .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-cover {
  min-height: 0 !important;
}
.wp-block-columns {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.wp-block-column {
  width: 100%;
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.has-background ~ .has-background,
.wp-block-group h2:first-child,
.wp-block-column.post-content h2:first-of-type {
  margin-top: 0;
}

.alignfull.has-background ~ .wp-block-columns {
  margin-top: 3.2rem;
}
.wp-block-group.has-background:not(.alignfull) {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-group.has-background .wp-block-buttons:last-child {
  margin-bottom: 0;
}
.entry-content > .wp-block-columns:last-child {
  margin-bottom: 6.4rem;
}
.wp-block-columns + .wp-block-group {
  margin-top: 6.4rem;
}

.site-container > .alignfull.has-background:last-child {
  margin-bottom: -6.4rem;
}

.entry-content > .wp-block-group:last-child > .wp-block-group__inner-container {
  margin-bottom: -3.2rem;
}

@media screen and (min-width: 720px) {
  html body {
    font-size: 1.6rem;
  }
  .container {
    max-width: 1152px;
  }
  .entry-content .wp-block-group.has-background:not(.alignfull) {
    max-width: 1120px;
  }
  .entry-content > .alignfull > *,
  .entry-content > :not(.alignfull) {
    max-width: 1152px;
  }
  .wp-block-cover.has-background-dim:not(.alignfull) {
    max-width: 1300px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    min-width: auto !important;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-column:not(:first-child) {
    margin-top: 4rem;
  }
}

@media (min-width: 1025px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
  .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
/** СТИЛИ РАЗМЕТКИ **/

/**ТАБЛИЧКА**/
table {
  width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
table img {
    width: 100%;
    height: auto;
	margin-bottom:1.2rem;
}
td, th {
  text-align: center;
    padding: 1.6rem;
    white-space: initial;
min-width:120px;}
thead {
  background: #32383c;
  color: #fff;
}
.wp-block-table.is-style-stripes tbody tr {
  background-color: #f0f0f0;
  margin-bottom: 3.2rem;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0 !important;
}
.has-fixed-layout {
  table-layout: fixed;
}

@media (max-width: 719px) {
table {
    display: block;
	}
}
/**.ТАБЛИЧКА**/

/**ПРАВО/ЛЕВО/ЦЕНТР**/
.justify-content-center {
  justify-content: center !important;
}
.is-vertically-aligned-center {
  align-self: center;
}
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.has-text-align-center {
  text-align: center;
}
  .alignright {
    float: right;
    margin-left: 4rem;
  }
  .alignleft {
    float: left;
    margin-right: 4rem;
  }
.has-text-align-left {text-align:left;}

/**.ПРАВО/ЛЕВО/ЦЕНТР**/

/**КНОПОЧКИ**/
button {
  position: relative;
  cursor: pointer;
}
.wp-block-buttons {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.wp-block-button {margin-bottom:1.2rem;}

.wp-block-column .wp-block-buttons:first-child
{margin-top:0;}
.wp-block-column .wp-block-buttons:last-child
{margin-bottom:0;}

.wp-block-button__link {
  white-space: nowrap;
  font-size: 1em;
  border-radius: 0.8rem !important;
  color: #fff;
  background-color: #32373c;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons a .fas {
  display: block;
  padding: 12px;
}
/**.КНОПОЧКИ**/

/**СТАНДАРТНЫЕ ЦВЕТА**/
.has-white-background-color {background-color:#fff;}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.has-white-color {
  color: #fff;
}
:root .has-black-color {
  color: #000;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
/**.СТАНДАРТНЫЕ ЦВЕТА**/

/**КРАСИВЫЕ СПИСКИ (ПЛЮС/МИНУС/ГАЛОЧКИ)**/
.plus,
.minus,
.plus p,
.minus p {
  margin-bottom: 0;
}
.minus li,
.plus li {
  list-style: none;
  position: relative;
  padding-left: 2em;
}
.minus li:before,
.plus li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 4px;
  line-height: 20px;
  font-size: 20px;
  color: #f2f2f2;
  text-align: center;
  border-radius: 50%;
}
.plus li:before {
  content: "+";
  background: #00863a;
}
.minus li:before {
  content: "-";
  background: #cf2e2e;
}
.features-list {
  padding-left: 0.8em;
}
.features-list li {
  list-style: none;
  position: relative;
  padding-left: 2em;
}
.features-list li:before {
  content: "\2705";
  position: absolute;
  left: 0;
}
/**.КРАСИВЫЕ СПИСКИ (ПЛЮС/МИНУС/ГАЛОЧКИ)**/






/**ДОПОЛНИТЕЛЬНО**/
.fixed-right {position: sticky;top: 2rem;}
.strong {font-weight: 600 !important;}
.blocks-gallery-grid {padding-left: 0;list-style-type: none;}
.blocks-gallery-grid img {width: 100%;height: auto;}
.sidebar-right > figure {margin-top:0;}
.nopaddingtop .wp-block-group__inner-container{padding-top:0}
.wp-block-columns .wp-block-columns {margin-bottom:2.4rem;}
/**.ДОПОЛНИТЕЛЬНО**/

/*SINGLE*/
.single-online-casinos .site-container {margin-top: 3.2rem;}
.single-online-casinos .site-container h2:first-child {margin-top:0;}
.single-online-casinos .headerreview img, .single-online-casinos .fixed-right img {width:140px;}
/*SINGLE*/

.home .sidebar-right .fixed-right .wp-block-group__inner-container {padding-bottom:16px;}

.single-post .entry-content, .category h1 {margin-top:4.8rem;}
.single h1 {margin-top:0;}

.single .post-info {
    background: #f2f2f2;
    padding-right: 2.4rem;
	  padding-left: 2.4rem;
	min-height:48px;
    display: flex;
	flex-wrap: wrap;
	    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
	margin-bottom:2.4rem;
}
.post-info span {
	padding-top: 1.2rem;
	  padding-bottom: 1.2rem;
}


.navigation {display:flex;    justify-content: center;}
.navigation ul {padding-left:0;}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    text-decoration:none;
	border:1px solid #ddd;
}

.navigation li {
    display: inline;
	margin-right:1.2rem;
}
 .navigation li:last-child {
	margin-right:0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #fff;
		color:#000;
    border-radius: 3px;
    cursor: pointer;
    padding: 1.6rem 2.4rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #32383c;
    color: #fff;
}

@media screen and (max-width: 720px) {
  .wp-block-table table, table.tablepress-mobile-custom {
    padding: 0!important;
  }

  .wp-block-table table thead, table.tablepress-mobile-custom thead {
    display: none!important;
  }

  .wp-block-table table tbody, table.tablepress-mobile-custom tbody {
    display: block!important;
    max-width: 100%;
  }

  .wp-block-table table tr, table.tablepress-mobile-custom tr {
    display: block!important;
    white-space: initial;
    margin-bottom: 15px!important;
  }

  .wp-block-table table td, table.tablepress-mobile-custom td {
    display: block!important;
    white-space: initial;
    padding-bottom: 0;
    text-align: center;
    padding-top: 5px;
  }

  .wp-block-table table td:first-child, table.tablepress-mobile-custom td:first-child {
    padding-top: 10px;
  }

  .wp-block-table table td:last-child, table.tablepress-mobile-custom td:last-child {
    padding-bottom: 5px;
  }

  .wp-block-table table td img, table.tablepress-mobile-custom td img {
    max-width: 50%;
    margin: 0 auto;
  }

  .footer .container.footer-menu li {
    display: block!important;
    margin: 0!important;
  }
}

.footer .copyright {
  padding: 0!important;
}

.footer .copyright p {
  margin: 0!important;
}

.wp-block-column img {
  max-width: 100%;
  height: auto;
}

.footer .wp-block-column {
  margin: 0!important;
}
