/*
Theme Name: Slot and Spin Theme
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: Space-Themes.com
Author URI: https://space-themes.com/
Template: mercury
Version: 3.9.2
*/
@import url("../mercury/style.css");

/* Scrollabar on submenu  */
@media screen and (min-width: 1200px) {

.space-header-2-nav ul.main-menu li:hover ul.sub-menu {
  overflow-x: hidden;
  overflow-y: auto;
 
}
.space-header-2-nav ul.main-menu li:hover ul.sub-menu::-webkit-scrollbar {
  width: 15px;
}

.space-header-2-nav ul.main-menu li:hover ul.sub-menu::-webkit-scrollbar-track {
  background: #eeb408;
}

.space-header-2-nav ul.main-menu li:hover ul.sub-menu::-webkit-scrollbar-thumb {
  background: #88888845;
}

.space-header-2-nav ul.main-menu li:hover ul.sub-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
}
/* Header #2 Style Start */

p.menu-item-desc{
	padding-top:10px;
	line-height: 1.2em;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li.circle-image-item{display: block;
    padding: 0px 5px 5px 5px;
    float: left;
    text-align: center;
    position: relative;
    line-height: 0.8em;
    width: 100%;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li a:hover img.circle{
	border-radius: 50%;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;

}
img.circle {
	border-radius: 50%;
	width: 75px;
	height: 75px;
}

ul.sub-menu.circle-images-sub{
	padding: 5px!important;
}
.space-header-2-height {
	min-height: 158px;
}
.space-header-2-wrap {
	width: 100%;
	min-height: 68px;
	background-color: #fff;
	z-index: 20;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.space-header-2-top {
	min-height: 90px;
	width: 100%;
}
.space-header-2-wrap.fixed {
	top: 0;
    left: 0;
    right: 0;
}
.space-header-2-wrap.fixed .space-header-2-top {
	display: none;
}
.admin-bar .space-header-2-wrap.fixed {
	top: 32px;
}
.space-header-2-top-ins {
	max-width: 1170px;
	min-height: 90px;
	border-bottom: 1px solid #dfe6e9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.space-header-2-top-soc {
	display: inline-block;
	order: 1;
}
.space-header-2-top-soc-ins {
	padding: 30px 0 25px;
}
.space-header-2-top-soc a {
	display: inline-block;
	border: 1px solid #95a5a6;
	width: 30px;
	height: 30px;
	color: #95a5a6;
	font-weight: 400;
	border-radius: 50%;
	font-size: 0.75em;
	line-height: 29px;
	text-align: center;
	margin-right: 10px;
	background-color: transparent;
}
.space-header-2-top-soc a:hover {
	color: #be2edd;
	border: 1px solid #be2edd;
}
.space-header-2-top-soc a:last-child {
	margin-right: 0;
}
.space-header-2-top-logo {
	display: inline-block;
	order: 2;
}
.space-header-2-top-logo-ins {
	padding-top: 25px;
}
.space-header-2-top-logo a {
	display: inline-block;
	font-weight: 700;
	color: #151515;
	line-height: 0;
}
.space-header-2-top-logo a.text-logo {
	font-size: 1.333em;
	line-height: 1em;
	text-transform: uppercase;
}
.space-header-2-top-logo span {
	display: block;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1em;
	color: #7f8c8d;
}
.space-header-2-top-search {
	display: inline-block;
	order: 3;
}
.space-header-2-nav {
	width: 100%;
	min-height: 68px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.space-header-2-wrap.fixed .space-header-2-nav {
	top: 0;
	left: 0;
    right: 0;
	position: fixed;
}
.admin-bar .space-header-2-wrap.fixed .space-header-2-nav {
	top: 32px;
}
.space-header-2-height .space-header-2-wrap.fixed .space-header-2-nav {
	background-color: #fff;
}
.space-header-2-nav-ins {
	max-width: 1170px;
}
.space-header-2-nav ul.main-menu {
	line-height: 100%;
}
.space-header-2-nav ul.main-menu li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	color: #151515;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
}
.space-header-2-nav ul.main-menu li:last-child {
	margin-right: 0;
}
.space-header-2-nav ul.main-menu li a {
	color: #151515;
	text-decoration: none;
	font-weight: 400;
	padding: 25px 16px;
	border-bottom: 2px solid transparent;
	display: block;
}
.space-header-2-nav ul.main-menu li a:hover,
.space-header-2-nav ul.main-menu li:hover a {
	color: #be2edd;
	border-bottom: 2px solid #be2edd;
}
.space-header-2-nav ul.main-menu li.menu-item-has-children a:after {
	content: "\f0dd";
	font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    font-weight: 700;
    font-size: 10px;
    bottom: 15px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.space-header-2-nav ul.main-menu li ul.sub-menu {
	display: inline-flex !important;
    background-color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 90px;
    left: -15px;
    width: 220px;
 	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	-webkit-transition: unset!important;
	   -moz-transition: unset!important;
	    -ms-transition: unset!important;
	     -o-transition: unset!important;
	        transition: unset!important;
}
.space-header-2-nav ul.main-menu li:hover ul.sub-menu {
    top: 212px;
    opacity: 1;
    width: 100vw;
    left: 0;
    position: fixed;
    visibility: visible;
    background: #231f20;
    padding: 10px 20px;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li {
	display: block;
	padding: 6px 30px;
    float: left;
    position: relative;
    line-height: 1.2em;
    width: 100%;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li a {
	display: inline-block;
	padding: 0;
	color: #34495e;
	text-decoration: none;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li a:hover {
	border-bottom: 1px solid transparent;
	color: #b2bec3;
	text-decoration: none;
}
.space-header-2-nav ul.main-menu li.menu-item-has-children ul.sub-menu li a:after {
	display:none;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li.menu-item-has-children ul {
    position: absolute;
    top: 15px;
    left: 220px;
    z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li.menu-item-has-children:hover ul {
	top: -15px;
	opacity: 1;
	visibility: visible;
}
.space-header-2-nav ul.main-menu li ul.sub-menu li.menu-item-has-children:after {
	content: "\f0da";
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
    position: absolute;
    font-size: 10px;
    top: 7px;
    right: 15px;
}
.space-header-2-top-soc a {
	display: inline-block;
	border: unset!important;
	width: 30px;
	height: 30px;
	color: #333;
	font-weight: 400;
	border-radius: unset!important;
	font-size: 1.75em;
	line-height: 1.5;
	text-align: center;
	margin-right: 10px;
	background-color: transparent;
}
.slider-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
}

.heading {
  width: 100%;
  margin-left: 1rem;
  font-weight: 900;
  font-size: 1.618em;
  text-transform: uppercase;
  letter-spacing: 0.1ch;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 1rem;
  position: relative;
}
.heading:after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
  bottom: 0;
}

.description {
  width: 100%;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.card {
  color: inherit;
  cursor: pointer;
  width: calc(33% - 1.3333rem);
  min-width: calc(33% - 1.3333rem);
  height: 300px;
  min-height: 300px;
  perspective: 1000px;
  margin: 1em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .card {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 500px) {
  .card {
    width: 100%;
  }
}

 p.imglogoslider {
     width: 300px;
    margin-top: -60px;
    height: 88px;
    padding-top: 13px;
}
.front,
.back {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 97%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  border-radius:5%;
}

.front {
  background-size: cover;
  padding: 2rem;
  font-size: 1.618em;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}
.front:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*background: linear-gradient(180deg, #ff0011 0%, #ff0011 20%, #f5efef 20%,#f5efef 90%,#333 91%, #333 100%);   
  */z-index: -1;
}

.back {
  /*background: linear-gradient(180deg, #f5efef 0%, #f5efef 20%, #f5efef 20%,#f5efef 90%,#333 91%, #333 100%);   
  */
}
.ec-circle-hover:hover .front {
  transform: rotateY(180deg);
}
.ec-circle-hover:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}

.back {
  background: #fff;
  transform: rotateY(-180deg);
  padding: 0 2em;
}
.back .button {
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
}
.back .button:before {
  box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
  background-color: rgba(26, 87, 230, 0.25);
}
.ec-circle-hover:hover .back {
  transform: rotateY(0deg);
}
.ec-circle-hover:nth-child(even) .back {
  transform: rotateY(180deg);
}
.ec-circle-hover:nth-child(even) .back .button {
  background: linear-gradient(135deg, #e61a80, #e61a3c);
}
.ec-circle-hover:nth-child(even) .back .button:before {
  box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
  background-color: rgba(230, 26, 60, 0.25);
}
.ec-circle-hover:nth-child(even):hover .back {
  transform: rotateY(0deg);
}

.button {
  transform: translateZ(40px);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 100px;
  font: inherit;
  border: none;
  position: relative;
  transform-style: preserve-3d;
  transition: 300ms ease;
}
.button:before {
  transition: 300ms ease;
  position: absolute;
  display: block;
  content: "";
  transform: translateZ(-40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 100px;
  left: 10px;
  top: 16px;
}
.button:hover {
  transform: translateZ(55px);
}
.button:hover:before {
  transform: translateZ(-55px);
}
.button:active {
  transform: translateZ(20px);
}
.button:active:before {
  transform: translateZ(-20px);
  top: 12px;
}

.intro strong:after{
	content: '\A';
	white-space: pre;
    word-wrap: break-word;
}

.intro strong{
	font-weight: 500;
	font-size: 1.2em;
}
.tcapply{
position: absolute;
    bottom: 35px;
    border:unset;
}
body {font-size: 18px;}
.space-page-content-meta {margin-bottom: 5px;}
.date{line-height: 1.3rem}

/*-- from WP Customizer *--/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.space-comments-ins {
	font-size: 1em!important;
}
.gamestrong {
	font-weight: normal;
	display: inline-block;
	/* margin: 21px auto; */
	vertical-align: text-top;
}
.space-header-2-top-soc{
  margin-top:17px;
}

.space-header-2-top-search .space-header-search{
  top:100px; color:black;
}

   @media (max-width: 1199px) {
.space-header-2-top-search .space-header-search{
  top:40px; color:black;
}
.space-header-2-top-soc{
  margin-top:17px;
}
}
.borderline {
  /* border-top: 1px solid red; */
  width: 98%;
  color: #f8f4f4;
  height: 1px;
}
.space-header-2-top-ins{max-height:190px;}
ul#content-slider  { margin-left:0px;height:331px!important;flex-wrap: wrap;
     justify-content: flex-start;
 }
.card{}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#fff;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#ffc603;height:2.2em;width:2.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:-2.5em;left:-45px;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:1px solid #ccc;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:transparent}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.splide {max-width:100%;margin:0 auto; height:auto;margin-bottom:50px}
.menu_title { display:none;}
@media only screen and (max-width: 1199px) {
.space-header-2-nav ul.main-menu li ul.sub-menu{ background:#222932!important;}
.thumb_menu_desktop{display:none;}
.menu_title{display:inherit;}
.menu-item-desc{display:none;}
}

.space-mobile-menu-list ul li a{
      display: flex;
    align-items: center;
     padding: 5px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
}

.space-mobile-menu .space-mobile-menu-list ul li {
    position: relative;
    padding: 0;
    color: #fff;
   background-color:none;

    border: 1px solid #ffc312;
    border-radius: 8px;
  transition: color .3s ease-in-out,background-color .3s ease-in-out;}

ul#menu-mobile-menu .menu-item:not(:last-child) {
    margin-bottom: 16px;
}

.space-mobile-menu-block{
  right:unset;
    left:0;
}

input[type=checkbox].mobile-switch{
  height: 0;
  width: 0;
  visibility: hidden;
}

label.mobile-switch-label  {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: grey;
  display: block;
  border-radius: 30px;
  position: relative;
}

label.mobile-switch-label::after  {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

input:checked.mobile-switch + label.mobile-switch-label {
  background: #ffc603;
}

input:checked.mobile-switch + label.mobile-switch-label::after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label.mobile-switch-label:active:after {
  width: 40px;
}

.switch{  width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    margin-top: 16px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid;
    justify-content: center;
    border-color: #ffc312;
    padding: 5px 0px;
}
.smmb{background-color:#fff!important;}

img.circle-mobile {
    max-width: 12%;
    /* height: 40%; */
    margin-right: 10px;
}


.space-mobile-soc-ins.relative a {
  font-size: 39px;
  color:#fff;
}

.follow-mobile {
  min-width: 100%;
  display: block;
  margin: 30px 0px;
  font-size: 27px;
  color: #FFF;
}

.space-mobile-menu .space-mobile-menu-list ul li:hover a{color:#222932;}

.space-mobile-menu .space-mobile-menu-list ul li:hover{
  background:#ffc312;
  border-color:#ffc312;
  color:#222932;
}

.space-mobile-menu .space-mobile-menu-list ul li.aa a{color:#222932;!important;}

.space-mobile-soc-ins.relative.space-mobile-social.social-dark a,.space-mobile-soc-ins.relative.space-mobile-social.social-dark span{color:#222932;!important;}

.space-mobile-menu-switch {color:#fff;}

.space-mobile-menu-switch.switch-dark{
  color: #2d3436;}


.space-mobile-menu .space-mobile-menu-list ul li ul li{border:none; color:#fff}
.space-mobile-menu .space-mobile-menu-list ul li ul li:hover a {border:none; color:#fff; background:none;}

.space-mobile-menu .space-mobile-menu-list ul li ul:hover li a {border:none; color:#fff; background:none;}

.space-mobile-menu .space-mobile-menu-list ul li ul li:hover{border:none; color:#ffc603;}

.space-mobile-menu .space-mobile-menu-list ul li ul li:hover a{
  color:#ffc603; background:none;
}


.space-mobile-menu-list ul li.menu-item-has-children.space-up::after {
  right:15px!important;
}

.space-mobile-menu-list ul li.menu-item-has-children::after {
  right:15px!important;
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up:hover {
  background: linear-gradient(180deg, rgb(255, 198, 3) 0%, rgb(255, 198, 3) 40px, rgba(9,9,121,0) 40px, rgba(0,212,255,0) 100%);
  border-color: #ffc312;
  color: #222932;
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li:hover{background:none;}

.space-mobile-menu .space-mobile-menu-list ul li.space-up {
  background: linear-gradient(180deg, rgb(255, 198, 3) 0%, rgb(255, 198, 3) 40px, rgba(9,9,121,0) 40px, rgba(0,212,255,0) 100%);
  border-color: #ffc312;
  color: #222932;
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up:hover ul li a{color:#fff;}
.space-mobile-menu .space-mobile-menu-list ul li.space-up:hover ul li.aa a{color:#222932;}
.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li img {width:35px;max-width:35px!important; margin-right:10px;border-radius: 40%;}
.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li a{
  padding:5px 5px 0px 5px;
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li:last-child a{
  padding:5px 5px 5px 5px;
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li a:hover,.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li.aa a:hover{
  color:#ffc603;
}

.box-10{width:10%;}

.box-30{width:30%;}

.space-organizations-8-archive-item-stars-rating{background:none;}

.logo_container{min-height:200px;}

.main-container {
  width: 100%;
  max-width: 1432px;
  min-height:166px;
  max-height:166px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background:#f7f7f7;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.logo-container {
  flex-basis: 22.36%;
  display: flex;
  align-items: center;
  overflow:hidden;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.logo-container img {
  width: 100%;
}

.details-container {
  flex-basis: 30.24%;
  background:#fff;
  padding:2rem;
  text-align:center;

}

.bathmologia-container {
	flex-basis: 20.27%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(90deg, rgb(247, 247, 247) 0%, rgb(248, 248, 248) 1%, rgb(230, 231, 232) 50%);
}
.bathmologia-container .number {
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  margin-top: -40px;
}

a.review-link {
    text-decoration: none;
    font-weight: 500;
    font-size: .8em;
}

.bathmologia-container a {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom:-41px;
}

.star-container {
  flex-basis: 9.51%;
  display: flex;
  flex-direction: column;
  justify-content: center;
   background:#231f20;
  color:#fff;
  padding:5px 0px;
}

.star-container .text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.star-container a {
  display: block;
  text-align: center;
  margin-top: 10px;
  color:#FFF;
  text-decoration:none;
  font-weight:600;
}

.link-container {
  flex-basis: 17.64%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc100;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  line-height: 3rem;
  text-transform: uppercase;
}

.link-container a:hover .black{
  color:black;
}

.link-container a:hover .white{
  color:fff;
}

.link-container a {
  display: flex;
  text-align: center;
  text-decoration: none;
  width: 155px;
  flex-direction: column;
  gap: 15px;
  flex-basis: ;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 1200px) and (min-width:1049px){
	.main-container {
	    flex-wrap: unset;
	    max-width: 100%;
	    max-height:unset;
	    min-height:auto;
	  }
}

@media (max-width: 600px) and (min-width:400px){
	.white {
	  color: white;
	  font-size: 4em!important;
	}
	.bathmologia-container .number {
	  font-size: 23.4vw;
	  margin-bottom: -92px;
	  margin-top: 53px;
	}
	.bathmologia-container a {
	  display: block;
	  text-align: center;
	  margin-top: 118px;
	  margin-bottom: 1px;
	}

	.star-container a {
	  font-size: 2.4vw;
	  margin-top: 0;
	  max-height: 20px;
	  margin-top: 13px;
	}
  .star-rating {
  	line-height: 1.2em;
  	height: 33px;
  	max-height: 38px;
	}
}
.details-container {
	background: #f7f7f7;
}

.space-organizations-8-archive-item-brand-brand-details strong::before{    content: '';    display: block; }
.space-organizations-8-archive-item-brand-brand-details strong::after{     content: '';     display: block;	margin-top: 0px;}
.space-organizations-3-archive-item-terms-ins strong::before { content: '';    display: block; }
.space-organizations-3-archive-item-terms-ins strong::after {    content: '';    display: block;    margin-top: 0px; }
.space-organizations-archive-item-detailed-tc-ins { font-size: .8em;  text-align: center; color: #4E5B5F;}
.space-organizations-3-archive-item-terms-ins strong {  font-size: 20.43px;}

.desc strong{
	display:block!important;
}
.desc strong::before{
 content: '';
  display: block;
 }

.desc strong::after{
 	content: '';
  display: block;
}
@media (max-width: 1048px) {
  .main-container {
    flex-wrap: unset;
    max-width: 100%;
    max-height:unset;
    min-height:auto;
  }

  .logo-container {
    flex-basis: 22.36%;
    max-width: 22.36%;
    background:#fff;
  }

  .details-container {
    flex-basis: 30.24%;
    max-width: 30.24%;
    max-height:unset;


  }

  .bathmologia-container {
    flex-basis: 20.27%;
    max-width: 20.27%;
  }

  .bathmologia-container .number {
    font-size: 4.4vw;
    margin-bottom: 10px;
  }

  .bathmologia-container a {
    font-size: 4vw;
  }

  .star-container {
    flex-basis: 9.51%;
    max-width: 9.51%;
  }

  .star-container .text {
    font-size: 1.8vw;
    margin-bottom: 10px;
  }
  .star-container a {
    font-size: 2.4vw;
  }

  .link-container {
    flex-basis: 17.64%;
    max-width: 17.64%;
  }

  .link-container a {
    font-size: 1.4vw;
  }
  .black {font-size:2.8em; }
  .white{4em;}
}
.space-organizations-8-archive-item-stars-rating .star-rating .star {
  color: #ff2453;
  display: flex!important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 0.95em;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 1.2em;
  padding: 0;
  padding: 5px!important;
  margin: 0 auto;
  justify-content: center;
}

.space-organizations-8-archive-item-stars-rating {
  /* display: flex; */
  margin-top: 27px !important;
  height: auto !important;
  border-radius: 14px;
  padding: 0px 15px;
}

.space-organizations-8-archive-item-brand-brand-details.box-100.relative strong {
  font-size: 1.7em;
}

.white {
  color: black;
  font-size: 2.0em;
  font-weight: bold;
}

.black {
  font-size: 3em;
  font-weight: bold;
  color:black;
}


.splide__list{width:auto;
}

.imglogoslider img {
  max-width: 158px;
  margin-top:10px
 }

p.imglogoslider {
  width: 311px;
  margin-top:unset;
  margin-top:5px;
  height:unset ;
  padding-top: unset;
  padding-bottom: 5px;
}

.intro {
  max-height: 100px;
  min-height: 100px;
}

.desc {
  max-height: 100px;
  min-height:100px;
  display: inline-block;
  overflow: hidden;
  margin-top:-15px;
  font-size:1.1rem;
  text-align:center
}
.desc strong{font-weight:bold;}

.desc strong {
  display: inline-block;
}

.desc strong:after,.desc strong:before{
  content:""
  }
.action_btn:nth-of-type(2){
  margin-left:10px
}
.action_btn {
  background: #ffc603;
  background-image: -webkit-linear-gradient(top, #ffc603, #ffc603);
  background-image: -moz-linear-gradient(top, #ffc603, #ffc603);
  background-image: -ms-linear-gradient(top, #ffc603, #ffc603);
  background-image: -o-linear-gradient(top, #ffc603, #ffc603);
  background-image: linear-gradient(to bottom, #ffc603, #ffc603);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 25px;
  text-decoration: none;
  border:none;
  font-weight: bold;
  text-transform: uppercase;
}

.action_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.action_btn_first {
	border-radius: 12px;
	color: #ffffff;
	font-size: 20px;
	padding: 6px 25px;
	text-decoration: none;
	border: solid;
  border-top-color: currentcolor;
  border-top-width: medium;
  border-right-color: currentcolor;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-left-color: currentcolor;
  border-left-width: medium;
	border-color: #ffc603;
	border-width: 1px;
	font-weight: bold;
}

a.play_now {
  text-decoration: none;
  color: #fff;
}

p.menu-item-desc {
  padding-top: 10px;
  line-height: 1.2em;
  color: black !important;
}

.card{border-radius: 5%;
    background:#f0f3f7;
  background-position: 2rem 2rem;}

.splide__arrow--next{
  right:-25px;
}

.splide__arrow--prev{
  left:-25px;
}
.splide__arrow{
  background:none!important;
  opacity:0.9;
}

.splide__arrow:disabled{
  opacity:0.9;
}
.splide__pagination__page.is-active{
  background:#ffc603;
  border:1px solid #ffc603!important;
}

.front,.back{

 height:96.4%;}

.space-header-2-nav ul.main-menu li ul.sub-menu li.square-image-item:hover {
  border-bottom: 3px solid rgb(255, 198, 3);
}

.space-mobile-menu .space-mobile-menu-block {
  background-color: #2c2d2f;
}


@media (max-width: 600px) {
	.splide__arrows{display:none;}
	.attachment-mercury-slot-logo.size-mercury-slot-logo {
		width: 292px!important;
		/* margin-bottom: 20px; */
		height: auto;
		max-width: 200px;
	}
	.space-organizations-8-archive-item-bg {  display: grid;
  grid-template-rows: 111px 180px 42px 67px;
  grid-template-columns: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "main-container main-container"
    "main-container main-container"
    "main-container main-container"
    "main-container main-container";
	}

	.main-container {
		display: grid;
	  grid-template-columns: 1fr 1fr;
	  grid-template-rows: 1fr 1fr 1fr 1fr;
	  gap: 0px 0px;
	  grid-auto-flow: row;
	  grid-template-areas:
	    "logo-container logo-container"
	    "details-container bathmologia-container"
	    "star-container star-container"
	    "link-container link-container";
	  grid-area: main-container;
	  max-height:unset;
	  grid-template-columns:auto;
	}

	.logo-container { display:grid;grid-area: logo-container; max-width:unset; height:118px;}
	.logo-container img {width: 100%;height: 118px;}

	.details-container { display:grid;grid-area: details-container; max-width:unset; min-width:100%;}

	.bathmologia-container {display:grid; grid-area: bathmologia-container; max-width:unset; min-width:144px; background:#e6e6e6;}
.bathmologia-container .number {
		font-size: 20vw;
    margin-bottom: -92px;
    margin-top: 50%;
    margin-left: 10px;
}
.star-container { display:flex;grid-area: star-container; max-width:unset; flex-direction:row-reverse;}

     .space-organizations-8-archive-item-stars-rating{
       display:contents;
     }
.star-container a {
  font-size: 2.4vw;
  margin-top: 0;
}


    .space-organizations-8-archive-item-stars-rating .star-rating .star {
  color: #ff2453;
  display: inline-flex!important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 0.95em;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 1.2em;
  padding: 0;
  padding: 5px !important;
  margin: 0 auto;
  justify-content: center;
  width: unset;
}
 .link-container {
  display: grid;
  grid-area: link-container;
  max-width: unset;
  padding: 13px 0px 0px 0px;
}
.link-container a {
  font-size: 2.4vw;
  display: contents;
}
     .link-container a br{display:none;}
}

.card:nth-child(1),.card:nth-child(4) {
 }

.card:nth-child(3),.card:nth-child(6) {
 }

#splide01-track{padding:15px 15px!important;}

.space-footer-ins .space-page-content-meta-author {
  width: 100%;
  color: #7f8c8d;
  font-size: 1.6em;
  line-height: 1.45em;
  font-weight: 400;
  padding: 3px 0 5px;
}


.space-footer-ins .space-page-content-meta-data {
  width: 100%;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1em;
  color: #7f8c8d;
}

.space-footer-ins .space-page-content-meta-avatar {
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
}

.space-footer-ins .space-page-content-meta-ins {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 85px;
  min-height: 50px;
}

.space-footer-ins .space-page-content-meta {
  overflow: hidden;
  min-height: 50px;
  margin-bottom: 1px;
}
.circle {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-content: center;
  align-self: center;
  align-items: center;
  margin: -20px auto 10px auto;
  font-weight: 600;
}

.space-header-2-top-soc-ins{display:none;}

.space-header-2-nav ul.main-menu li.menu-item-has-children a::after {display:none;}

.space-header-2-top-logo-ins {
	padding-top: 10px;
}

.attachment-mercury-slot-logo.size-mercury-slot-logo {
	width: 400px;
	/* margin-bottom: 20px; */
	height: auto;
}

.space-header-2-nav ul.main-menu li ul.sub-menu li.circle-image-item {
	padding: 25px 5px;
}

.space-organizations-8-archive-item-stars-rating{margin-top:2px!important}
.star-container a {display:none!important;}

.buttoncontainer .action_btn:hover {
    background: #222932;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #2e3246, #333);
    text-decoration: none;
}
.space-organization-content-info strong::after{content: "\a"; white-space: pre;}
.space-organization-content-info strong::before{content: "\a"; white-space: pre;}

/*-- END from WP Customizer --*/
@media (max-width: 600px) {
	.details-container { padding: 1rem; font-size: 16px;}
	.space-organizations-8-archive-item { margin-bottom: 25px;}
	.space-header-2-top-search .space-header-search {top: 35px!important;}
	.action_btn {padding: 5px 10px;}
	.action_btn_first {padding: 5px 10px;}
    .link-container {border-top-right-radius: 0rem;  border-bottom-right-radius: 0rem;}
}

div[data-casino-slug="spingenie-casino"] {
    /* width: 100%; */
    display: ;
    visibility: hidden;
    display: none;
}
.space-organizations-8-archive-item-bg {background-color: white;}

@media screen and (max-width: 1199px) {
.space-header-2-top-ins {
    min-height: 60px;
    border-bottom: 0;
    align-items: center;
}
.space-header-2-top-logo-ins {
    padding-top: 4px !important;
}
.space-header-2-top-search .space-header-search {
    top: 5px !important;
}
.space-mobile-menu-icon {
    width: 24px;
    top: 0px!important;
    right: 0;
    cursor: pointer;
    overflow: hidden;
 }
    
}
.hyphen {
    color:#ffc603;
    font-weight:bolder;
}
div[data-casino-slug="spingenie-casino"] {
    /* width: 100%; */
    display: ;
    visibility: hidden;
    display: none;
}
  /*
.action_btn_first{display:none;}

.action_btn{font-size:1em;}*/

.rev-link {
    font-size: 0.5em;
    margin-top: 5px;
    margin-bottom: -15px;
}

.review a{text-decoration:none; color:#fff;}



 div[data-casino-slug="spingenie-casino"] {
    /* width: 100%; */
    display: ;
    visibility: hidden;
    display: none;
}

.action_btn_first{display:none;}

.action_btn{font-size:1em;}

.rev-link {
    font-size: 0.5em;
    margin-top: 5px;
    margin-bottom: -15px;
}

.gamestrong {
    font-weight: normal;
    display: inline-block;
    /* margin: 21px auto; */
    vertical-align: text-top;
}
.space-header-2-top-soc{
  margin-top:17px;
}

.space-header-2-top-search .space-header-search{
  top:55px; color:black;
}

   @media (max-width: 1199px) {
.space-header-2-top-search .space-header-search{
  top:40px; color:black;
}
.space-header-2-top-soc{
  margin-top:17px;
}
}

.borderline {
  /* border-top: 1px solid red; */
  width: 98%;
  height: 0.1px;
    border: 1px solid #dddbd4;
}



@media only screen and (max-width: 1199px) {

  .menu-item-desc{display:none;}
}

@media (max-width: 1200px) and (min-width:1049px){
  
}

@media (max-width: 600px) and (min-width:400px){
       
}
 .details-container {
            background: #f7f7f7; }
 
@media (max-width: 1048px) {
  .main-container {
    flex-wrap: unset;
    max-width: 100%;
    max-height:unset;
    min-height:auto;
  }
}

@media (max-width: 450px){
    .swiper-slide.swiper-slide-active {
    margin-left: 20px;
    }
}


.splide__list{width:auto;
}

.imglogoslider img {
  max-width: 158px;
  margin-top:10px
 }

p.imglogoslider {
  width: 311px;
  margin-top:unset;
  margin-top:-10px;
  height:unset ;
  padding-top: unset;
  padding-bottom: 12px;
}

.intro {
  max-height: 100px;
  min-height: 100px;
}



   @media (max-width: 600px) {
         .details {
    padding: 15px 20px;
    font-weight: 600;
    text-align: center;
    min-height: 242px!important;
}

hr.borderline:last-of-type {
    display: none;
}

.details p {
    margin: 8px 0 0;
    opacity: 0.65;
    font-size: 14px;
    font-weight: 200;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none!important;
}
         .carousel-3D-swiper-section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 10px;
    max-width: 1200px!important;
    margin: auto;
    overflow: visible!important;
    min-height: 400px;
}
    .swiper-button-next, .swiper-button-prev {
        display:none!important;
    position: absolute;
    top: 50%;
    width: 22px!important;
    height: 22px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 22px 22px!important;
    background-position: center;
    background-repeat: no-repeat;
}
     .splide__arrows{display:none;}
         .attachment-mercury-slot-logo.size-mercury-slot-logo {
    width: 292px!important;
    /* margin-bottom: 20px; */
    height: auto;
}
.space-organizations-8-archive-item-bg {  display: block;background:#f0f3f7!important; -webkit-box-shadow: 3px 3px 21px 0px rgba(89,86,89,0.7);
-moz-box-shadow: 3px 3px 21px 0px rgba(89,86,89,0.7);
box-shadow: 3px 3px 21px 0px rgba(89,86,89,0.7);
}
    
.main-container {  display: block;background:#f0f3f7!important;
}

.logo-container { display:grid;grid-area: logo-container; max-width:unset; height:118px;background:#f0f3f7!important;}
     
     .logo-container img {
  width: 100%;
  height: 180px;
    padding:15px
}

.details-container { display:block;grid-area: details-container; max-width:unset; min-width:100%;line-height:1.5em; background:#f0f3f7;}

.bathmologia-container {display:none; }
.bathmologia-container .number {
  font-size: 29.4vw;
  margin-bottom: -92px;
  margin-top: 53px;
}
.star-container { display:flex;grid-area: star-container; max-width:unset; flex-direction:row-reverse; background:#f0f3f7;}
     
     .space-organizations-8-archive-item-stars-rating{
       display:contents;
             background:#f0f3f7!important;
     }
.star-container a {
  font-size: 2.4vw;
  margin-top: 0;display:none
}
     
     
    .space-organizations-8-archive-item-stars-rating .star-rating .star {
  color: #ff2453;
  display: inline-flex!important;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 0.95em;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 1.2em;
  padding: 0;
  padding: 5px !important;
  margin: 0 auto;
  justify-content: center;
  width: unset;
}
 .link-container {
  display: block;
  grid-area: link-container;
  max-width: unset;
  padding: 13px 0px 0px 0px;
  margin:0 auto;
  text-align:center;
  border-top-right-radius: 0rem; 
    border-bottom-right-radius: 0rem;}

}
.link-container a {
  //font-size: 2.4vw;
  //display: contents;
    padding:10px;
}
     .link-container a br{display:none;}
}

.card:nth-child(1),.card:nth-child(4) {
 }

.card:nth-child(3),.card:nth-child(6) {
 }

#splide01-track{padding:15px 15px!important;}

.space-footer-ins .space-page-content-meta-author {
  width: 100%;
  color: #7f8c8d;
  font-size: 1.6em;
  line-height: 1.45em;
  font-weight: 400;
  padding: 3px 0 5px;
}


.space-footer-ins .space-page-content-meta-data {
  width: 100%;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1em;
  color: #7f8c8d;
}

.space-footer-ins .space-page-content-meta-avatar {
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
}

.space-footer-ins .space-page-content-meta-ins {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 85px;
  min-height: 50px;
}

.space-footer-ins .space-page-content-meta {
  overflow: hidden;
  min-height: 50px;
  margin-bottom: 1px;
}
.space-header-2-top-soc-ins{display:none;}
.space-header-2-nav ul.main-menu li.menu-item-has-children a::after {display:none;}
.space-header-2-top-logo-ins {
    padding-top: 10px;
    width: 72%;
    margin: 0 auto;
}

.attachment-mercury-slot-logo.size-mercury-slot-logo {
    width: 330px;
    /* margin-bottom: 20px; */
    height: auto;
}



.spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.spinner div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: yellow;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.spinner div:nth-child(1) {
  left: 8px;
  animation: spinner1 0.6s infinite;
}
.spinner div:nth-child(2) {
  left: 8px;
  animation: spinner2 0.6s infinite;
}
.spinner div:nth-child(3) {
  left: 32px;
  animation: spinner2 0.6s infinite;
}
.spinner div:nth-child(4) {
  left: 56px;
  animation: spinner3 0.6s infinite;
}
@keyframes spinner1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spinner3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes spinner2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.close-pop {
    background: #ffc600;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
}

dialog {
    border: none;
    -webkit-box-shadow: 0px 0px 21px -2px #4B3E42;
    box-shadow: 0px 0px 21px -2px #4B3E42;
}

.register {
  display: flex;
  /* line-height: 1em; */
  font-size: 0.8em;
}

.form-links a {
  color: black;
  font-size: 0.8em;
  font-weight: 400;
  display: flex;
  line-height: 0.8em;
}


.carousel-3D-swiper-section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    min-height: 500px;
}

.carousel-3D-swiper-title {
    text-align: center;
    font-size: 3rem;
    color: orangered;
}

.carousel-3D-swiper .swiper-slide {
    position: relative;
    background-color: #f0f3f7;
    border-radius: 1rem;
}

.carousel-3D-swiper .image-wrapper {
    overflow: hidden;
    //@apply aspect-video;
    max-height: 160px;
    min-height: 160px;
    border-radius: 1rem;
}



.carousel-3D-swiper .image-wrapper img {
    display: block;
    width: 62%;
    min-width: 70px;
    height: 100%;
    max-height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    /* border-top-right-radius: 8px; */
    /* border-top-left-radius: 8px; */
    border-radius-bottom: 0px;
    -webkit-box-reflect: below 5px -webkit-linear-gradient(bottom, rgba( 255, 0, 0, 0.1 ) 0%, transparent 32px, transparent 100%);
    margin: 0px auto;
}

.details {
    padding: 15px 20px;
    font-weight: 600;
    text-align: center;
    min-height: 334px;
}

.details span {
    display: block;
    font-size: 16px;
    color: #716e6e;
}

.details h3 {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    padding: 20px 10px;
}

.details p {
    margin: 8px 0 0;
    opacity: 0.75;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.carousel-3D-swiper-section .swiper-pagination-bullet {
    margin: 0 4px;
    width: 25px;
    height: 25px;
    z-index: 50;
    font-size: 2.8em;
}
.numbered {
    position: relative;
    z-index: -1;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
}

.carousel-3D-swiper-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fec401;
}


.action_btn {
    position: relative;
    /* bottom: -58px; */
    /* display: contents; */
    margin-top: 25px;
    background: #ffc603;
    color: #fff;
    padding: 5px 15px;
    font-size: 2em;
    border-radius: 8px;
    font-weight: 400;
}

.marginauto{
    margin:0 auto;
    text-align: center;
}

/* the new container */
.swipper-outer {
    position: relative;
    width: 100%;
    padding: 0 40px;
  }

/* fix the buttons positions */
.swiper-button-prev {
    left: 0;
    background-image: url(https://www.slotandspins.com/wp-content/uploads/2023/09/left.png)!important;
}

.swiper-button-next {
        background-image: url(https://www.slotandspins.com/wp-content/uploads/2023/09/right.png)!important;

    right: 0;
}

.my-10 { max-width: 1200px; margin:2.5rem 2.5rem 5rem auto;}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: -45px;
    //min-width:600px;
    height:33px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px!important;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 44px 44px!important;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -10px!important;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -10px!important;
    left: auto;
}


.swiper-slide img {
    opacity: 0.1;
    transition: .3s ease all
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
    opacity: 1
}

.swiper-slide-next img,
.swiper-slide-duplicate-next img {
    filter: sephia(100%);
    opacity: 0.7;
}

.swiper-slide-prev img,
.swiper-slide-duplicate-prev img {
    filter: sephia(100%);
    opacity: 0.7;
}

.swiper-slide.swiper-slide-active {
    border: 2px solid;
    border-color: #ffc603;
    border-radius: 1rem;
    background-color: #f0f3f7;
}

    .taxonomy-button {
        display: inline-block;
        padding: 10px 20px;
        background-color: none;
        color: #333; 
        border: 1px solid #ffc600;
        cursor: pointer;
        margin: 7px;
    }

    .taxonomy-button:hover,.taxonomy-button:active {
        background-color: #ffc600;
            color:#0073e6;
    }

.action_btn:hover {
    background: #323338;
    background-image: -webkit-linear-gradient(top,#3cb0fd,#3498db);
    background-image: -moz-linear-gradient(top,#3cb0fd,#3498db);
    background-image: -ms-linear-gradient(top,#3cb0fd,#3498db);
    background-image: -o-linear-gradient(top,#3cb0fd,#3498db);
    background-image: linear-gradient(to bottom,#2e3246,#333);
    text-decoration: none;
}

a.play_now {
    text-decoration: none;
    color: #000;
}

.space-mobile-menu-list ul li a{
      display: flex;
    align-items: center;
     padding: 5px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
}

.space-mobile-menu .space-mobile-menu-list ul li {
    position: relative;
    padding: 0;
    color: #fff;
   background-color:none;
   
    border: 1px solid #ffc312;
    border-radius: 8px;
  transition: color .3s ease-in-out,background-color .3s ease-in-out;}

ul#menu-mobile-menu .menu-item:not(:last-child) {
    margin-bottom: 16px;
}

.space-mobile-menu-block{
  right:unset;
    left:0;
}

input[type=checkbox].mobile-switch{
  height: 0;
  width: 0;
  visibility: hidden;
}

label.mobile-switch-label  {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: grey;
  display: block;
  border-radius: 30px;
  position: relative;
}

label.mobile-switch-label::after  {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

input:checked.mobile-switch + label.mobile-switch-label {
  background: #ffc603;
}

input:checked.mobile-switch + label.mobile-switch-label::after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label.mobile-switch-label:active:after {
  width: 40px;
}

.switch{  width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    margin-top: 16px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid;
    justify-content: center;
    border-color: #ffc312;
    padding: 5px 0px;
}
.smmb{background-color:#fff!important;}

img.circle-mobile {
    max-width: 12%;
    /* height: 40%; */
    margin-right: 10px;
}


.space-mobile-soc-ins.relative a {
  font-size: 39px;
  color:#fff;
}

.follow-mobile {
  min-width: 100%;
  display: block;
  margin: 30px 0px;
  font-size: 27px;
  color: #FFF;
}

.space-mobile-menu .space-mobile-menu-list ul li:hover a{color:#222932;}

.space-mobile-menu .space-mobile-menu-list ul li:hover{
  background:#ffc312;
  border-color:#ffc312;
  color:#222932;
}

.space-mobile-menu .space-mobile-menu-list ul li.aa a{color:#222932;!important;}

.space-mobile-soc-ins.relative.space-mobile-social.social-dark a,.space-mobile-soc-ins.relative.space-mobile-social.social-dark span{color:#222932;!important;}

.space-mobile-menu-switch {color:#fff;}

.space-mobile-menu-switch.switch-dark{
  color: #2d3436;}


.space-mobile-menu .space-mobile-menu-list ul li ul li{border:none; color:#fff}
.space-mobile-menu .space-mobile-menu-list ul li ul li:hover a {border:none; color:#fff; background:none;}

.space-mobile-menu .space-mobile-menu-list ul li ul:hover li a {border:none; color:#fff; background:none;}

.space-mobile-menu .space-mobile-menu-list ul li ul li:hover{border:none; color:#ffc603;}

.space-mobile-menu .space-mobile-menu-list ul li ul li:hover a{
  color:#ffc603; background:none;
}


.space-mobile-menu-list ul li.menu-item-has-children.space-up::after {
  right:15px!important;
}

.space-mobile-menu-list ul li.menu-item-has-children::after {
  right:15px!important;
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up:hover {
  background: linear-gradient(180deg, rgb(255, 198, 3) 0%, rgb(255, 198, 3) 40px, rgba(9,9,121,0) 40px, rgba(0,212,255,0) 100%);
  border-color: #ffc312;
  color: #222932;
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li:hover{background:none;}

.space-mobile-menu .space-mobile-menu-list ul li.space-up {
  background: linear-gradient(180deg, rgb(255, 198, 3) 0%, rgb(255, 198, 3) 40px, rgba(9,9,121,0) 40px, rgba(0,212,255,0) 100%);
  border-color: #ffc312;
  color: #222932;
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up:hover ul li a {color:#fff;}
.space-mobile-menu .space-mobile-menu-list ul li.space-up:hover ul li.aa a {color:#222932;}
.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li a{
  padding:5px 5px 0px 5px; 
}

.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li:last-child a { padding:5px 5px 5px 5px; }
.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li a:hover,.space-mobile-menu .space-mobile-menu-list ul li.space-up ul li.aa a:hover{
  color:#ffc603;
}

@media (max-width: 361px) {

.swiper-container-coverflow {
    padding-left: 20px;
    padding-right: 20px;
    max-width:1160px;
 }
         
         .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px!important;
    left: auto;
}
         .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px!important;
    right: auto;
}
 }

.details-container {
    flex-basis: 31.24%;
    background: #f0f3f7;
    padding: 1.2rem 1.1rem;
    text-align: center;
}

.contact-details {
    display: flex;
    gap: 10px;
    flex-grow: 1;
    flex-direction: row;
}
.contact-name {
    display: flex;
    gap: 10px;
}
.contact-details p:last-child {
    min-width: 100% !important;
}

 @media only screen and (max-width: 600px) {
  
     .contact-details {
    display: block;
    
}
.contact-name {
    display: block;
}
}
  .taxonomy-button {
        display: inline-block;
        padding: 10px 20px;
        background-color: none;
        color: #333; 
        border: 1px solid #ffc600;
        cursor: pointer;
        margin: 7px;
    }

    .taxonomy-button:hover,.taxonomy-button:active {
  color: #333;
      -webkit-text-stroke: 1px #fec606;
    font-weight:bolder;
    }

.taxonomy-button span {
    margin-left: -31px;
}

.taxonomy-button input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}   

.taxonomy-button input[type="radio"]:checked+label,Checked+label  {
  background-color: #bbb;
    color:red;
}
label.taxonomy-button input[type="radio"]:checked + span {  
  color: #333;
      -webkit-text-stroke: 1px #fec606;
    font-weight:bolder;
}
#space-units-related .space-units-archive-item .space-units-archive-item-ins .space-units-archive-item-img img {
    min-width: 100%;
    max-height: 195px;
}

#space-units-related .space-units-archive-item .space-units-archive-item-ins {
    min-height: 450px;
}


.dc1{
  background: #f7f7f7;
  font-size: 2em;
  align-self: center;
  /* padding: 100px 0px; */
  /*height: 100%;*/
  padding-top: 36px;

}

.bc1 {
    flex-basis: 20.27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg,rgb(247,247,247) 0%,rgb(248,248,248) 1%,rgb(230,231,232) 50%);
    font-size: 4.5em;
    font-weight: 700;
    align-self: center;
    height: 100%;
}

.bc1 a{font-size:0.18em; margin-top:20px;}
/*Style2*/
.dc2{font-size:1.6em; align-self:center; flex-basis:37.24%!important;display:flex; flex-direction:column;}
.sc2{flex-basis:1.51%!important; background:#000;}
.mc2{background:#f7f7f7;}
.bc2{background:#f7f7f7!important; font-size:6em; font-weight:bolder;}
.bc2 a{font-size:0.17em; padding:20px 0;}
/*Style3*/
.dc3{font-size:1.6em; align-self:center; flex-basis:37.24%!important;display:flex; flex-direction:column;}
.sc3{flex-basis:1.51%!important; background:#000;}
.mc3{background:#f7f7f7;}
.bc3{background:#f7f7f7!important; font-size:6em; font-weight:bolder;}
.bc3 a{font-size:0.17em; padding:20px 0;}

.dmc4{
  flex-basis: 79%;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
}
.lmc4{
  flex-basis: 10%;
  display: flex;
  flex-direction: column;
}
.sr4 {
  line-height: 1.2em;
  display: flex;
  align-self: flex-start;
  margin-top: 13px!important;
}
.sc4{
  height: 35%;
  min-height: 35%;
    flex-basis: 9.51%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #231f20;
  color: #fff;
  padding: 5px 0px;
  height: 35%;
  min-height: 35%;
  align-content: center;
  flex-direction:row;

}

.sr4  .star-rating{
  display:flex;
  
}
  .sr4 {

}

.bc4 {font-size: 6em;
  height: 65%;
  min-height: 65%;
font-weight:bold;
  padding:10px;
  background:#f7f7f7;
}
.details-main-container.dmc4 br:first-of-type{
  display:none;
}
.bc4 a{
  font-size:0.14em;
  padding:10px 0px;
}

.dc4{min-height: 65%;
  font-size: 2em;}

.lc4 a{
  display: flex;
  text-align: center;
  text-decoration: none;
  width: auto;
  flex-direction: row;
  /* gap: 16px; */
  flex-basis: ;
  align-items: center;
  flex-wrap: wrap;
  padding: 18px;
}

/*Style-5*/
.star-container.sc5{
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #231f20;
  color: #fff;
  padding: 5px 0px;
  align-self: center;
  align-items: center;
  margin: 0 auto;
  width: 50%;
}
.star-bathmologia-container.scb5 {
  display: flex;
  flex-direction: row;
  align-items: inherit;
}
.bathmologia-container.bc5 {
  flex-direction:initial;
  flex-basis: 50%;
  display: flex;
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center; */
  /* background: linear-gradient(90deg, rgb(247, 247, 247) 0%, rgb(248, 248, 248) 1%, rgb(230, 231, 232) 50%); */
  width: 100%;
  font-size: 2.8em;
  justify-content: flex-start;
  padding-top: 10px;
  font-weight:bold;
  color:#fff;
  background:#231f20;
}

.bathmologia-container.bc5 a {
  display: flex;
  margin-top: -51px;
  /* margin-bottom: -61px; */
  /* margin-left: 57px; */
  /* padding-left: 10px; */
  font-size: 0.4em !important;
  color: #fff;
  padding: 33px;
}

.link-container.lc5 {
  flex-basis: 17.64%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc100;
  min-height: 35.5%;
}

.link-container.lc5 .space-organizations-8-archive-item-ins.relative a .white{
  font-size:2.5em;
}

.link-container.lc5 .space-organizations-8-archive-item-ins.relative a .black{
  font-size:2.5em;
}

.details-container.dc5{
  background: #f7f7f7;
  font-size: 1.5em;
  flex-basis: 30.24%;
  background: #fff;
  padding: 20px;
  text-align: center;
  /* display: flex; */
}

.details-main-container.dcm5 {
  flex-basis: 75.64%;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}
.details-container.dc5 br{
  display:none;
}


.main-container.mc5 {
  width: 100%;
  max-width: 1432px;
  min-height: 186px;
  max-height: 186px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.link-container.lc5 a {
  display: flex;
  text-align: center;
  text-decoration: none;
  width: 155px;
  flex-direction: row;
  gap: 16px;
  flex-basis: ;
  align-items: center;
  flex-wrap: nowrap;
}
.space-organizations-8-archive-item-stars-rating.sr4.sr45 {
  align-self: flex-end;
  }
.color-container.bc5{flex-basis:2%;}


/*Style 6*/

.dmc6{
  flex-basis: 79%;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
}
.lmc6{
  flex-basis: 10%;
  display: flex;
  flex-direction: column;
}
.sr6 {
  line-height: 1.2em;
  display: flex;
  align-self: flex-start;
  margin-top: 13px!important;
}
.sc6{
  height: 35%;
  min-height: 35%;
    flex-basis: 9.51%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #231f20;
  color: #fff;
  padding: 5px 0px;
  height: 35%;
  min-height: 35%;
  align-content: center;
  flex-direction:row;

}

.sr6  .star-rating{
  display:flex;
  
}
  .sr6 {

}

.bc6 {
  font-size: 6em;
  height: 65%;
  min-height: 65%;
  font-weight: bold;
  padding: 10px;
  background: #231f20;
  color: #fff;
}
.details-main-container.dmc6 br:first-of-type{
  display:none;
}
.bc6 a{
  font-size:0.14em;
  padding:10px 0px;
  color:#fff;
}

.dc6{min-height: 65%;
  font-size: 2em;}

.lc6 a{
  display: flex;
  text-align: center;
  text-decoration: none;
  width: auto;
  flex-direction: row;
  /* gap: 16px; */
  flex-basis: ;
  align-items: center;
  flex-wrap: wrap;
  padding: 18px;
  font-size:0.72em;
}

.link-container.lc6 {
  width: 300px;
  align-self: center;
  margin-top: -10px;
  border-radius: 10px;
  padding: 5px;
}
.bathmologia-container.bc6 a {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -61px;
}



.searchtitle{
        width: 100%;
    float: none;
    height: auto;
    background: transparent;
    font-weight: 700;
    font-size: 3.157em;
    line-height: 1.2em;
    color: #2d3436;
    border: 0;
    border-bottom: 1px solid #e9edf0;
     border-radius: 0;
}


 @media only screen and (max-width: 600px) {
.searchtitle{

        width: 100%;
    float: none;
    height: auto;
    background: transparent;
    font-weight: 700;
    font-size: 1.157em;
    line-height: 1.2em;
    color: #2d3436;
    border: 0;
    border-bottom: 1px solid #e9edf0;
    border-radius: 0;
 }

.taxonomy-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: none;
    color: #333;
    border: 1px solid #ffc600;
    cursor: pointer;
    margin: 7px;
}

form.space-default-search-form {
    margin-top: -195px;
}
}
.space-mobile-menu-list ul li.menu-item-has-children::after {
    right: 15px !important;
    min-width: 100%;
}

.readreview{text-decoration:none;clear:left;display: block;margin-top: 5px;color: #595f60 !important; font-weight: 400;}
.space-page-content-meta-author { color: #222;}
.space-page-content-meta-data { color: #222; }
.space-organizations-7-archive-item-terms { color: #000;}
.space-organizations-7-archive-item-button-one a { color: #222 !important;}
.space-footer-copy-left {color: #d9d7d7;}
.space-footer-ins .space-page-content-meta-data { color: #222;}
.space-organizations-archive-item-detailed-tc { color: #4E5B5F;}
.space-organizations-7-archive-item-button-notice { color: #363b3c;  font-size: 0.55em;}


.greyrounded {
    border-radius:20px;
    background: #f1f3f4;
}
.greyrounded p {
    padding-left:60px;
   font-weight:400;
  font-style: normal;
    font-size:1.1em;
    line-height:1.4em;

}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { padding-top: 1.45em; }
  .wp-block-columns {margin-left: 0px;}
}
.space-page-section {  min-height: 800px; }
.space-page-content { color: #000; }
.space-footer-copy-menu ul li a { color: #cec7c7;}
.space-organizations-7-archive-item-rating { color: #222; }
@media screen and (max-width: 479px) {
.space-footer-copy-menu ul li {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
    float: none;
  }
}

@media screen and (max-width: 980px) {
	.space-header-search-block-ins {
    margin-left: 15px;
    margin-right: 15px;
    height: fit-content;
}
}

