/*!/wp-content/themes/evil-genius-games/assets/css/theme-style.css*/@charset "utf-8";

/* The Slud And Lion Font */
@font-face{font-family:"TheSludAndLionMedium";src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/The-Slug-and-Lion.woff);font-weight:400;font-style:normal;font-display:swap;}

@font-face{font-family:"TheSludAndLionSemibold";src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/The-Slug-and-Lion.woff);font-weight:600;font-style:normal;font-display:swap;}

@font-face{font-family:"TheSludAndLionBold";src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/The-Slug-and-Lion.woff);font-weight:700;font-style:normal;font-display:swap;}

/* Cucciolo Font */
@font-face{font-family:"Cucciolo";src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/Cucciolo.ttf);font-weight:700;font-style:normal;font-display:swap;}

/* Poppins Font */
@font-face{font-family:"PoppinsLight";font-display:swap;src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/Poppins-Light.ttf);}

@font-face{font-family:"PoppinsMedium";font-display:swap;src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/Poppins-Medium.ttf);}

@font-face{font-family:"PoppinsRegular";font-display:swap;src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/Poppins-Regular.ttf);}

@font-face{font-family:"PoppinsSemiBold";font-display:swap;src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/Poppins-SemiBold.ttf);}

@font-face{font-family:"PoppinsBold";font-display:swap;src:url(/wp-content/themes/evil-genius-games/assets/css/../fonts/Poppins-Bold.ttf);}

/* CSS Document */
:root {
  --main-body: #181818;
  --white: #fff;
  --black: #000;
  --footer-shade: #060313;
  --red: #ee1c24;
}

.sourcebook-card-inner {
  padding-top: 0;
}

.dropdown-toggle::after {
  display: none;
}

.single-product_line .text-area-about {
  margin-top: -90px
}

/* ----------------- Common Element CSS Start -----------------------*/
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

body {
  background-color: var(--main-body) !important;
  color: var(--white);
}

a {
  color: inherit;
}

p {
  color: var(--white);
  font-family: "PoppinsRegular";
}

.font-400 {
  font-weight: 400;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--white);
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  letter-spacing: 1px;
}

.cs-grid-col-1 {
  display: block;
}

.btn-watch-video,
#b_mob_slider {
  display: none;
}

/* Farhan */
.header_search_input.navbar-nav.w-100.order-2 {
  justify-content: center;
}

.fifth_step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  color: #ffffff !important;
  position: absolute !important;
  bottom: 44px !important;
  right: 31px !important;
  background-color: #ee1c24 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  font-family: "TheSludAndLionMedium" !important;
  text-transform: uppercase !important;
  padding: 8.5px 70px !important;
  border-radius: 15px !important;
}

.info-page .wpcf7 .wpcf7-stripe .wpcf7-form-control {
  background: transparent;
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  width: 350px;
}

.ElementsApp .InputElement {
  color: #fff !important;
}

.coming_soon_form_list label {
  margin-bottom: 10px;
}

.coming_soon_form_list .wpcf7-email {
  height: 30px;
  padding-left: 20px;
  width: 280px;
}

.coming_soon_form_list .coming_sn_btn {
  background-color: #060313;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 15px;
  height: 30px;
  letter-spacing: 1.8px;
  font-weight: 300;
  color: #fff;
}

.coming_soon_form_list .wpcf7-email,
#wpcf7-f7424-o4 .wpcf7-email,
#wpcf7-f7424-o1 .wpcf7-email,
#wpcf7-f7424-o2 .wpcf7-email {
  height: 48px;
  padding-left: 20px;
  width: 250px;
  border-radius: 14px;
}

.coming_soon_form_list .wpcf7-submit {
  background-color: var(--red);
  border-radius: 14px;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 26px;
  width: auto;
  height: 52px;
  padding: 0px 43px;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 1px;
  transition: all .25s linear;
  border: none;
  display: block;
  margin-top: 15px;
}

.coming_soon_form_list .wpcf7-submit:hover {
  background-color: #AE171C;
}

#wpcf7-f7424-o1 .coming_sn_btn {
  background-color: #060313;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 15px;
  height: 46px;
  letter-spacing: 1.8px;
  font-weight: 300;
  color: #fff;
}

/* End */
/* button */
.danger-button {
  background-color: var(--red);
  border-radius: 14px;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 26px;
  width: auto;
  height: 52px;
  padding: 0px 43px;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 1px;
  transition: all .25s linear;
}

.danger-button:hover {
  background-color: #AE171C;
  color: var(--white);
  border-color: transparent;
}

/* Common Backgroung Images used in theme-feature.js file  */
/* Home Adventure section */
.escape-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/escape-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.crow-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/crow-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.kong-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/kong-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.pacific-rim-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/pacific-rim-bg-2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.highlander-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/highlander-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.total-recall-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/total-recall-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.rambo-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/rambo-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.universal-soldier-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/universal-soldier-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.banner-wrapper .slick-prev:before,
.banner-wrapper .slick-next:before {
  content: "";
  opacity: 0;
}

.banner-wrapper .prev-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAeFBMVEVHcEwJCQkGBgYCAgIBAQEICAgAAAACAgIAAAACAgIAAAABAQEBAQECAgIAAAAFBQX9/f3+/v7r6+tGRkbz8/O9vb37+/sAAAD39/fb29v+/v77+/tkZGTU1NQnJyfs7OzJycnIyMiAgIDg4OCfn5/8/Pz5+fn////+Q9quAAAAJ3RSTlMACA8YVgsxBWAfTURcJjcT8+Aic+uwgj5nEtGfe8Vq4TyFiqWasVIHEizEAAABN0lEQVR42sXV226DMAwG4JwJEEjoifRcqm28/xuuwd3uYqdSpfr6k60ov2yGVgxDZFTFeZ4DhX7mRw0cR7eQVBScRlMnNYJWC9q2phZVHg0LUk0PCkNWtUbqikCu6TvPCxC0QtFIoTOO9od/ZEiUnlcLFF0vCcns53wDcqlTFh0BoeMAbdYW7bQD5EqQ/QDyGkMBUDYrcUEnq1KgNI7Q1AGa74ByMaieCqLJMkjLCSZCfjNK1D2wWx4x7rtRbYElhCi7sGHFGDKxcSTTshtpVom3Mg3s/AI77JGHFjLTKne5ljAL7Jj/A+hWxux68362yzP/OXYKONO+M80fi1jEU3gL2T2pUCE5WthXSpum2SZMnjOCObh8BFPPK4qztoG9jzPTG1gwGPOyruEYYYxrITQg1D2KFdcvnsg7jGRtWJwAAAAASUVORK5CYII=);
  display: inline-block;
  width: 18px;
  height: auto;
}

.banner-wrapper .next-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAgVBMVEVHcEwBAQEBAQEDAwMDAwMHBwcAAAAAAAAHBwcQEBABAQH9/f3///8BAQEFBQUCAgLo6OgCAgJHR0fz8/MBAQH7+/sAAAC/v78DAwMBAQH6+vpnZ2fi4uL+/v78/PzU1NQmJibs7OwBAQHy8vK3t7fS0tKWlpb8/PyZmZn9/f3////W7tIZAAAAKnRSTlMANkAlEw5IXwoGV/PgUR4aIzJz6y6CIa4rWmJ8E9GkxWrhVDetepZxUJGwcFgiAAABNklEQVR42q3V3XKDIBAFYFEBAUWJCYnm39ak9f0fsAUZ79zFac/1N4edYXY2celV2SdoymmaUCbU9JsPBNHRKQWzIs9wJqg26RFl1BImPSsbQGnDJA8MmotUHGf1Ka06lFHH0DYR2B1l+4VdL+tMb2CP5wZ2S8DZhgimHdu1KDML+15nuTVMBnYAvlTHMRvJSDw7K4xlhHWBvUG2tPVo2xTDXrMSa0o4Nr845gW0yV8efRJNxaoSzYxkmgFlTekR9wpDnBFLBYiOnFfpyVWhqKbiz+gOo8t1G9oj6PkAUXILaIhEGkbtjg8MQIeAJDM6j0A2DhUoIlEog5FC0NujM4z6GCRKp168g1BSqBiUj60CUFC1YRJDgmrCpPQIucjMI+S6G2ICgo6GtrVDMCsopQ5hTiT/kB/HmD8HB2SvDgAAAABJRU5ErkJggg==);
  display: inline-block;
  width: 18px;
  height: auto;
}

.banner-wrapper .new-prev-arrow {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjI1MzggMjEuMjcwNUwyMS4yODQ3IDIxLjI0MzZMMTQuNTU5MSAxMC42OTk4TDIxLjI2OTIgMC4xNDMwOTNMMTAuNzIyOCA5LjM4NjE0TDkuMjI2MDUgMTAuNjk3N0wxMC43MjI4IDEyLjAxNEwyMS4yNTM4IDIxLjI3MDVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuNzQzNiAyMS4yNzA1TDEyLjc3NDQgMjEuMjQzNkw2LjA0ODg3IDEwLjY5OThMMTIuNzU5IDAuMTQzMDkzTDIuMjEyNTUgOS4zODYxNEwwLjcxNTc5NiAxMC42OTc3TDIuMjEyNTUgMTIuMDE0TDEyLjc0MzYgMjEuMjcwNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  display: inline-block;
  width: 18px;
  height: auto;
}

.banner-wrapper .new-next-arrow {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM5Nl84NikiPgo8cGF0aCBkPSJNMC4yMjEyOTEgMC4xNDI1NzhMMC4xOTA0MyAwLjE2OTQ3Nkw2LjkxNTk3IDEwLjcxMzNMMC4yMDU4NTggMjEuMjdMMTAuNzUyMyAxMi4wMjdMMTIuMjQ5IDEwLjcxNTRMMTAuNzUyMyA5LjM5OTA3TDAuMjIxMjkxIDAuMTQyNTc4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTguNzMxMDYgMC4xNDI1NzhMOC43MDAyIDAuMTY5NDc2TDE1LjQyNTcgMTAuNzEzM0w4LjcxNTYyIDIxLjI3TDE5LjI2MjEgMTIuMDI3TDIwLjc1ODggMTAuNzE1NEwxOS4yNjIxIDkuMzk5MDdMOC43MzEwNiAwLjE0MjU3OFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzk2Xzg2Ij4KPHJlY3Qgd2lkdGg9IjIwLjU3MTQiIGhlaWdodD0iMjEuMTI3NCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjc2MTcgMjEuMjcwNSkgcm90YXRlKC0xODApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  display: inline-block;
  width: 18px;
  height: auto;
}

/* End */

.py-40 {
  padding: 40px 0px;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.bg-layer {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/bluelayer-bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: -108px;
}

.main-wrapper {
  position: relative;
  height: 100%;
}

.main-wrapper::before {
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/main-bg2.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  position: absolute;
  opacity: 0.75;
}

/* ----------------- Signin - Signup modal -----------------------*/
.sign-up-btn,
.btn-signin {
  cursor: pointer;
}

#sign_in_modal .modal-content,
#sign_up_modal .modal-content {
  background-color: #0b0b0b;
  border-radius: 4px;
  height: 100%;
}

#sign_in_modal .modal-body,
#sign_up_modal .modal-body {
  padding-bottom: 3rem;
}

#sign_in_modal .um-field-block h2,
#sign_up_modal .um-field-block h2 {
  padding: 20px 0 40px;
  font-size: 40px;
  line-height: 47px;
}

#sign_in_modal .um-button,
#sign_up_modal .um-button,
.um-password #um-submit-btn {
  margin: 20px 0 18px;
  font-family: "TheSludAndLionMedium";
  background-color: red;
  min-width: 80% !important;
  border-radius: 14px !important;
  font-size: 23px;
  font-weight: 400 !important;
  transition: all .25s linear;
}

#sign_in_modal .um-button:hover,
#sign_up_modal .um-button:hover,
.um-password #um-submit-btn:hover {
  background-color: #AE171C;
}

#sign_in_modal .um-dont-have-acc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-family: "PoppinsMedium";
  font-weight: 500;
}

#sign_in_modal .um-field-block {
  position: unset;
}

#sign_in_modal .um-field-checkbox-option {
  margin: 0px 0px 0px 32px;
  color: #fff !important;
  font-family: "PoppinsRegular";
}

#sign_up_modal .um-have-acc {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  font-weight: 400;
  font-family: "PoppinsRegular";
  position: absolute;
  bottom: 7rem;
  left: 0;
  right: 0;
  z-index: 1;
}

#sign_up_modal .um-field {
  position: unset;
}

#sign_in_modal .sign-up-btn,
#sign_up_modal .signin-small {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}

.um-password .um-col-alt-b {
  padding-top: 0;
}

.um-password .um-field-block>div {
  color: var(--white);
  padding-bottom: 5px;
}

.um-password #username_b {
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px 20px !important;
  height: 50px !important;
  background: transparent;
  border-radius: 4px;
  opacity: 0.8;
  border: 1px solid #555555 !important;
  border-radius: 8px;
  color: #d9d9d9;
}

#sign_in_modal .um-form input[type="text"],
#sign_in_modal .um-form input[type="password"],
#sign_up_modal .um-form input[type="text"],
#sign_up_modal .um-form input[type="password"],
.um-password #username_b {
  background: transparent;
  border-radius: 4px;
  opacity: 0.8;
  border: 1px solid #555555 !important;
  border-radius: 8px;
  color: #d9d9d9;
  font-size: 14px !important;
  font-weight: 600;
  padding: 10px 20px !important;
}

#sign_in_modal .um-link-alt {
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline !important;
  font-family: "PoppinsSemiBold";
  color: #ffffff !important;
  font-weight: 600;
}

#sign_in_modal .um-field-checkbox {
  position: absolute;
  top: -43px;
  left: 2.7rem;
}

#signup-tnctext {
  position: relative;
}

#sign_up_modal .um-button {
  position: relative;
  top: -4rem;
}

#sign_up_modal #um_field_101_role_radio .um-field-area {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}

#sign_up_modal #um_field_101_role_radio .um-field-area>label {
  width: auto;
}

#sign_up_modal #um_field_101_role_radio .um-field-area div:empty {
  display: none
}

#sign_up_modal .signup-tnctext {
  position: absolute;
  bottom: 3rem;
  font-size: 14px;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  padding-right: 35px;
}

#sign_up_modal .signup-tnctext a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}

#sign_up_modal .um-field.um-field-checkbox {
  color: var(--white);
}

#sign_up_modal .um-col-alt {
  position: relative;
  bottom: 1rem;
}

#sign_up_modal .um-field-checkbox-option {
  color: #fff !important;
  line-height: 20px;
  font-size: 14px;
}

/* End */
/* ----------------- Header Banner -----------------------*/
.banner-wrapper {
  position: relative;
}

#ad_game_slick {
  display: none;
}

.banner-wrapper .slick-slide .banner-slider-img {
  width: 100%;
}

.banner-wrapper .image-slider {
  position: relative;
}

.banner-wrapper .slider-title-crow {
  top: 5px;
}

.banner-wrapper .slider-title {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 0;
  left: 0;
  /* height: 100%; */
}

.banner-wrapper .slider-title .image-title {
  width: 260px;
  height: auto;
  margin: 0 auto;
  transform: scale(1);
  transition: 0.1s ease-in-out;
}

.banner-wrapper .image-slider:hover .image-title {
  transform: scale(1.2);
  transition: 0.1s ease-in-out;
}

.banner-wrapper .custom-slick-prev {
  left: 10px;
  z-index: 1;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 12px;
  padding: 30px 30px;
  background-size: 35%;
  background-color: #1818187a;
}

.banner-wrapper .custom-slick-next {
  right: 14px;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 12px;
  padding: 30px 30px;
  background-size: 35%;
  background-color: #1818187a;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
}

/* End */

/* ------------------ Game Circle Section ---------------------- */
.gamecircle-wrapper .red-circlebg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/red-circle.png);
  background-repeat: no-repeat;
  background-size: 90%;
  position: absolute;
  left: 26px;
  top: -10px;
  padding: 10rem;
}

.gamecircle-wrapper .title-header {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 2rem;
  position: relative;
  z-index: 3;
}

.gamecircle-wrapper .heading {
  font-family: "TheSludAndLionBold";
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--white);
}

.main-container {
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  padding: 8rem 0px 10rem;
  position: relative;
  top: 0;
  display: block;
}

.main-container-mob {
  display: none;
}

.main {
  margin: 0px auto;
  width: 600px;
  height: 600px;
  position: relative;
  top: 0;
}

.big-circle {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/outer-circle.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.big-circle:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
}

.icon-block {
  width: 120px;
  height: 120px;
  position: absolute;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.icon-block:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  animation-fill-mode: none;
  transform: scale(1.6);
  transition: all 0.3s ease-in-out;
}

.icon-block .icon-block-img {
  margin: 0px auto;
  display: block;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.icon-block .icon-block-img.active {
  transform: scale(1.7);
  transition: all 0.3s ease-in-out;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  animation-fill-mode: none;
}

.icon-block .icon-block-img.active {
  transform: scale(1.7);
  transition: all 0.3s ease-in-out;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.icon-block:first-child {
  cursor: pointer;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
  cursor: pointer;
  top: 15%;
  right: 15%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(4) {
  top: 87%;
  left: 70%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(6) {
  bottom: 15%;
  left: 15%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(7) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(8) {
  top: 15%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* Content Box */
.centred-text-desk,
.centred-text-mob {
  position: absolute;
  inset: 123px 0 0 0;
  text-align: center;
  z-index: 1;
}

.centred-text-desk #demo2 {
  color: var(--red);
  font-size: 22.3px !important;
  font-family: "PoppinsBold";
  font-weight: bold;
  text-transform: uppercase;
}

.content-main {
  width: 52%;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

.contentBx .danger-button {
  font-size: 24px;
  height: 44px;
  padding: 0px 35px;
  margin-top: 30px;
}

.contentBx {
  position: absolute;
  transform: scale(0);
  transition: 0.4s ease-in-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.contentBx.active {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.contentBx .us-title {
  font-size: 38px;
  margin-top: 10px;
  line-height: 42px;
}

.contentBx .kong-title {
  font-size: 66px;
  line-height: 65px;
}

.contentBx .escape-title,
.contentBx .crow-title,
.contentBx .rambo-title {
  font-size: 54px;
  margin-top: 0rem;
  line-height: normal;
}

.contentBx .pacific-title,
.contentBx .highlander-title {
  font-size: 40px;
  margin-top: 0px;
  line-height: 50px;
}

.contentBx .totalr-title {
  font-size: 40px;
  margin-top: 0;
}

.contentBx h1 {
  font-family: "TheSludAndLionBold";
  text-transform: uppercase;
  color: var(--white);
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
}

.contentBx h3 {
  font-family: "TheSludAndLionBold";
  text-transform: uppercase;
  color: var(--white);
  font-size: 26px;
  line-height: 26px;
  text-align: center;
}

.contentBx p {
  font-family: "PoppinsRegular";
  color: var(--white);
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
  width: 80%;
}

.contentBx img {
  max-width: 200px;
}

.text-rounded {
  position: absolute;
  width: 60%;
  height: 64%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-rounded span {
  position: absolute;
  font-size: 22px;
  transform-origin: 0 100px;
}

.circle {
  animation: circle-rotate 10s linear infinite;
  -webkit-animation: circle-rotate 10s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 300px;
  height: 300px;
  border: 1px solid #dedede;
  border-radius: 50%;
}

.circle::before {
  content: "";
  position: absolute;
  inset: -2px;
  border: 4px solid transparent;
  border-left: 4px solid red;
  border-right: 4px solid red;
  border-radius: 50%;
}

.circle .icon-block img {
  animation: img-rotate 200s linear infinite;
  -webkit-animation: img-rotate 200s linear infinite;
}

/* ----------------- keyframe animation -----------------------*/
@keyframes Rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Stop-rotate-reverse {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Stop-rotate-reverse {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }

  to {
    -webkit-transform: rotate(-405deg);
  }
}

.product-search .fa-search {
  position: absolute;
  color: var(--white);
  top: 6px;
  right: 2px;
  font-size: 18px;
  cursor: pointer;
  background-color: var(--black);
  padding: 10px;
}

span.sidebar-num {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  left: -8px;
  top: -12px;
  opacity: 0.4;
  pointer-events: none;
}

.sidebar-item {
  transition: 0.5s;
}

.sidebar-item:hover {
  color: #ee1c24;
  transition: 0.3s;
}

ul.nav-menu-wrpr {
  padding: 0;
  list-style: none;
}

.sub-menu {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}

.header_hamburger .sub-menu li.menu-item {
  padding-left: 30px;
}

.carrot-rorate {
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}

.menu-item-has-children a:not([href]):not([class]) {
  color: var(--white);
  cursor: pointer;
}

.header_hamburger li a.currentHover ul {
  color: inherit;
}

.top-header-strip {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  padding: 11px 0;
}

.top-header-strip p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.top-header-strip a {
  text-decoration: underline;
  font-family: "PoppinsRegular";
}

.text-red {
  color: #ee1c24;
}

nav.main-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 3vw;
}

.navbar-left {
  width: 25%;
}

.navbar-left .hamb-menu-title {
  font-family: "PoppinsBold";
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  padding-left: 5px;
}

.header-search {
  display: none;
}

button.join-discord-btn {
  color: var(--white);
  text-decoration: none;
  border: 1px solid #fff;
  padding: 7px 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  width: 238px;
  text-align: center;
  background: transparent;
}

/* footer-css */
.footer-section {
  position: relative;
  padding: 20px 0 20px;
  background: var(--footer-shade);
}

footer.footer-wrppr {
  color: var(--white);
}

.footer-section .chat-btn {
  text-align: right;
}

.follow-us-sec {
  left: 0;
  right: 0;
}

.hamburger-social-wrapper .social-icons {
  justify-content: center;
}

.social-icons {
  display: flex;
  flex-direction: row;
  /*  justify-content: center;*/
}

.hamburger-social-wrapper .social-icons a>i {
  font-size: 26px;
  font-weight: 600;
}

.social-icons a>i {
  font-size: 26px;
  font-weight: 600;
}

.follow-us-sec .p {
  color: var(--white);
}

.footer-main-sec {
  margin-top: 120px;
}

.footer-logo {
  position: absolute;
  left: 0;
  bottom: 4rem;
  right: 0;
}

.footer-logo img {
  width: 102px;
  margin: 0 auto;
  display: block;
}

.footer-social-btn .social-icons a {
  padding: 0 12px;
}

.footer-menu-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-social-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-bottom-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 0;
  align-items: center;
}

.footer-menu .menu-title {
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "TheSludAndLionMedium";
}

.nav-menu-wrpr li.menu-item {
  margin-bottom: 3px;
}

.footer-menu a {
  font-size: 15px;
  font-family: "PoppinsRegular";
}

.footer-wrppr .new-footer-logo {
  height: 130px;
}

.footer-newsltr-sec .subscribe-title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  font-family: "TheSludAndLionMedium";
}

.footer-newsltr-sec p {
  font-size: 14px;
  font-family: "PoppinsRegular";
}

.subscribe-input {
  display: flex;
  margin-top: 16px;
}

.subscribe-input input {
  padding: 5px 10px;
  border: 1px solid #fff;
  width: 337px;
  font-family: "PoppinsRegular";
  text-transform: capitalize;
  font-size: 16px;
  line-height: 25px;
}

.subscribe-input button {
  padding: 8px 20px;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.8px;
}

.copyright-sec {
  font-weight: 400;
  font-size: 12px;
  line-height: 27px;
}

.chat-btn button {
  font-family: "PoppinsMedium";
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  padding: 11px 20px;
  color: var(--white);
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 18px;
}

.chat-btn img {
  padding-right: 6px;
}

/* ----------------- Journal Blog Section -----------------------*/
.coresystem-section .cs-main {
  background-color: #0066c433;
  border: 1px solid var(--white);
  padding: 0 38px 0px;
  margin-top: 90px;
  height: 460px;
}

.cs-main .cs-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto auto;
  position: relative;
  top: -70px;
}

.cs-grid-col-1 {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
}

.cs-grid-col-2 {
  padding-left: 16px;
  grid-column: 1/2;
  grid-row: 2/3;
  position: relative;
  top: -30px;
}

.cs-grid-col-3 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: center;
  position: relative;
  top: -66px;
}

.cs-grid-col-4 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: center;
  position: relative;
  top: -32px;
}

.cs-grid-col-2 .cs-content {
  padding-left: 16px;
  grid-column: 1/2;
  grid-row: 2/3;
  position: relative;
  top: -120px;
}

.cs-grid-col-2 p {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  top: -40px;
}

.cs-grid .cs-video-poster {
  max-width: 90%;
}

.cs-main .cs-heroes-img {
  width: 480px;
}

/* ----------------- End -----------------------*/

/* ----------------- Journal Blog Section -----------------------*/
.jbm-desk {
  padding-bottom: 17rem;
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/red-circles.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right 98%;
}

.journalblog-blog {
  padding-top: 15px;
  padding-bottom: 15px;
}

.journalblog-blog .nav-pills .nav-link {
  height: 80px;
  margin-left: auto;
  color: var(--white);
  border: none;
  border-radius: 0;
  font-size: 22px;
  line-height: auto;
  text-align: start;
  font-family: "TheSludAndLionMedium";
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 20px 0 44px;
  background-image: linear-gradient(90deg, #0066c44d 0%, #0066c415 96.07%);
  border: 1px solid var(--white);
  position: relative;
}

.journalblog-blog .nav-pills .nav-link:hover,
.journalblog-blog .hjb_buttons.active {
  background-color: var(--white);
  background-image: linear-gradient(var(--white));
  color: var(--black);
  border: none;
}

.journalblog-blog .nav-pills .nav-link:hover .small-digit {
  color: #000000b3;
}

.journalblog-blog .nav-pills .nav-link.active .small-digit {
  font-weight: 700;
  color: #000000b3;
  font-family: "PoppinsBold";
}

.journalblog-blog #hjb_button1 {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 88%;
}

.journalblog-blog #hjb_button2 {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 80%;
}

.journalblog-blog #hjb_button3 {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 92%;
}

.journalblog-blog #hjb_button4 {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 84%;
}

.journalblog-blog #hjb_button5 {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 94%;
}

.journalblog-blog #hjb_button6 {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 96%;
}

.journalblog-blog #hjb_button1:hover {
  width: 100%;
}

.journalblog-blog #hjb_button2:hover {
  width: 100%;
}

.journalblog-blog #hjb_button3:hover {
  width: 100%;
}

.journalblog-blog #hjb_button4:hover {
  width: 100%;
}

.journalblog-blog #hjb_button5:hover {
  width: 100%;
}

.journalblog-blog #hjb_button6:hover {
  width: 100%;
}

.journalblog-blog .bloglist-navtab {
  width: 50%;
}

.journalblog-blog .blog-image {
  width: 450px;
}

.journalblog-blog .nav-pills {
  padding-top: 15px;
  position: absolute;
  right: 0;
}

.journalblog-blog .tab-content>.active {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.journalblog-blog .tab-content>.tab-pane {
  transition-delay: opacity 0s ease-out;
}

.journalblog-blog .small-digit {
  position: absolute;
  color: #92bfff80;
  font-size: 18px;
  top: 16px;
  left: 14px;
  text-shadow: none;
  font-weight: 700;
}

.home-blog-title {
  color: var(--white);
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  margin-bottom: 0px;
  padding: 15px 0 4px;
}

.blog-flex {
  display: flex;
  align-items: center;
  justify-content: start;
}

.blog-date {
  color: var(--white);
  font-family: "PoppinsMedium";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  padding-right: 40px;
  position: relative;
}

.blog-date::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border: none;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 12px;
}

.blog-time {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  font-family: "PoppinsMedium";
  font-weight: 500;
}

/* ----------------- End -----------------------*/

/* ----------------- Free Downloads Section -----------------------*/
span.no-reviews {
  font-size: 14px;
}

.prod-desc-section .prod-rating {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.ftrd-prod-img {
  top: 4rem;
}

.fd-modal-wrapper .somdn-capture-email-header .dashicons-no {
  top: 0;
}

/* free download modal */
#fd_modal_wrap .somdn-capture-email-wrap-form-wrap {
  width: 700px;
}

#fd_modal_wrap .somdn-capture-email-wrap-form {
  width: 700px;
}

.somdn-capture-email-button-wrap.fd-modal-btn-wrap {
  padding: 10px 0 18px;
}

.fd-modal-btn-wrap label {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 6px;
}

.fd-modal-btn-wrap img {
  width: 27px;
  margin-right: 10px;
  padding-bottom: 5px;
}

img#fd_modal_prod_img {
  width: 100%;
}

p#fd_modal_short_desc {
  font-size: 17px;
  text-align: center;
  padding: 0 22px;
  font-weight: 300;
}

.fd-modal-wrapper .somdn-capture-email-text-wrap {
  padding-bottom: 40px;
}

.fd-modal-title {
  text-align: center;
}

.somdn-capture-email-right {
  text-align: center;
}

.log-sign-btn {
  color: #ff0000;
  text-decoration: underline;
  font-weight: 600;
}

.somdn-capture-email-left img {
  /* width: 45%; */
  max-width: 200px;
}

.somdn-capture-email-left {
  width: 45%;
}

.somdn-capture-email-header {
  padding: 0;
}

.fd-modal-wrapper {
  border: 1px solid #ffffff33;
}

span.dashicons.dashicons-no {
  top: 0px;
  right: 5px;
}

p.modal-info {
  font-size: 13px;
  background-color: #92c0ff;
  color: var(--black);
  padding: 3px;
  border-radius: 2px;
}

button.btn.btn-danger.button.somdn-capture-email-button {
  text-transform: uppercase;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  background-color: #ee1c24;
  border-radius: 15px;
}

.freedownload-section {
  padding-bottom: 5rem;
  position: relative;
}

.freedownload-section .fd-img {
  width: 100%;
  height: auto;
}

.freedownload-section .red-circlebg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/red-circle.png);
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  right: 80px;
  bottom: -80px;
  z-index: 2;
  padding: 10rem;
}

.freedownload-section .swiper-button-prev::after,
.freedownload-section .swiper-button-next::after {
  opacity: 0;
}

.freedownload-section .swiper-button-prev,
.freedownload-section .swiper-button-next {
  border: 1px solid var(--white);
  border-radius: 12px;
  padding: 32px 30px;
  background-size: 34%;
  background-color: #1818187a;
  top: 35%;
}

.freedownload-section .swiper-button-prev {
  left: 1px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAeFBMVEVHcEwJCQkGBgYCAgIBAQEICAgAAAACAgIAAAACAgIAAAABAQEBAQECAgIAAAAFBQX9/f3+/v7r6+tGRkbz8/O9vb37+/sAAAD39/fb29v+/v77+/tkZGTU1NQnJyfs7OzJycnIyMiAgIDg4OCfn5/8/Pz5+fn////+Q9quAAAAJ3RSTlMACA8YVgsxBWAfTURcJjcT8+Aic+uwgj5nEtGfe8Vq4TyFiqWasVIHEizEAAABN0lEQVR42sXV226DMAwG4JwJEEjoifRcqm28/xuuwd3uYqdSpfr6k60ov2yGVgxDZFTFeZ4DhX7mRw0cR7eQVBScRlMnNYJWC9q2phZVHg0LUk0PCkNWtUbqikCu6TvPCxC0QtFIoTOO9od/ZEiUnlcLFF0vCcns53wDcqlTFh0BoeMAbdYW7bQD5EqQ/QDyGkMBUDYrcUEnq1KgNI7Q1AGa74ByMaieCqLJMkjLCSZCfjNK1D2wWx4x7rtRbYElhCi7sGHFGDKxcSTTshtpVom3Mg3s/AI77JGHFjLTKne5ljAL7Jj/A+hWxux68362yzP/OXYKONO+M80fi1jEU3gL2T2pUCE5WthXSpum2SZMnjOCObh8BFPPK4qztoG9jzPTG1gwGPOyruEYYYxrITQg1D2KFdcvnsg7jGRtWJwAAAAASUVORK5CYII=);
}

.freedownload-section .swiper-button-next {
  right: 1px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAgVBMVEVHcEwBAQEBAQEDAwMDAwMHBwcAAAAAAAAHBwcQEBABAQH9/f3///8BAQEFBQUCAgLo6OgCAgJHR0fz8/MBAQH7+/sAAAC/v78DAwMBAQH6+vpnZ2fi4uL+/v78/PzU1NQmJibs7OwBAQHy8vK3t7fS0tKWlpb8/PyZmZn9/f3////W7tIZAAAAKnRSTlMANkAlEw5IXwoGV/PgUR4aIzJz6y6CIa4rWmJ8E9GkxWrhVDetepZxUJGwcFgiAAABNklEQVR42q3V3XKDIBAFYFEBAUWJCYnm39ak9f0fsAUZ79zFac/1N4edYXY2celV2SdoymmaUCbU9JsPBNHRKQWzIs9wJqg26RFl1BImPSsbQGnDJA8MmotUHGf1Ka06lFHH0DYR2B1l+4VdL+tMb2CP5wZ2S8DZhgimHdu1KDML+15nuTVMBnYAvlTHMRvJSDw7K4xlhHWBvUG2tPVo2xTDXrMSa0o4Nr845gW0yV8efRJNxaoSzYxkmgFlTekR9wpDnBFLBYiOnFfpyVWhqKbiz+gOo8t1G9oj6PkAUXILaIhEGkbtjg8MQIeAJDM6j0A2DhUoIlEog5FC0NujM4z6GCRKp168g1BSqBiUj60CUFC1YRJDgmrCpPQIucjMI+S6G2ICgo6GtrVDMCsopQ5hTiT/kB/HmD8HB2SvDgAAAABJRU5ErkJggg==);
}

.freedownload-section .somdn-download-wrap a.somdn-download-archive {
  width: 320px;
  height: 60px;
  font-size: 26px !important;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.freedownload-section .somdn-download-wrap a.somdn-download-archive img {
  width: 24px;
  margin-right: 16px;
}

.slide-content {
  text-align: center;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s all;
  padding-top: 15px;
}

.swiper-slide-active .slide-content {
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s all;
}

.slider-image h1 {
  font-size: 24px;
  line-height: 32px;
  font-family: "TheSludAndLionMedium";
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--white);
}

.swiper-container-horizontal .slider-image {
  text-align: center;
}

.slider-image p {
  font-family: "PoppinsRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 12px;
  color: var(--white);
  margin-bottom: 5px;
}

.slider-image .btn-danger {
  width: 370px;
  height: 63px;
  margin: 0 auto;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "TheSludAndLionMedium";
  font-size: 26px;
  line-height: 38px;
  border: none;
  background-color: var(--red);
  border-radius: 20px;
}

.slider-image .btn-danger:hover {
  color: var(--white);
  background-color: var(--red);
}

.slider-image .btn-danger img {
  margin-right: 10px;
  width: 30px;
}

/* blog store and mobile section */
.jbm-mob {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/jbm-redcircle.png);
  background-repeat: no-repeat;
  background-size: 43%;
  background-position: right;
  padding-bottom: 5rem;
}

.journalblog-blog-mob .jbm-flex {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}

/*.jbm-flex .home-blog-title {
  position: absolute;
  bottom: 10px;
  left: 12px;
  font-size: 20px;
  line-height: 23px;
  margin-left: 15px;
}*/

/* updating ak */
.jbm-flex .home-blog-title {
  font-size: 20px;
  line-height: 23px;
  background-color: rgba(0, 0, 0, 0.6);
  /* background-color: rgba(238, 28, 36, 0.6); */
  padding: 8px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.journalblog-blog-mob .jbm-flex {
  align-items: stretch;
}

.jbm-flex .jbm-pos {
  display: flex;
  height: 100%;
}

.journalblog-blog-mob .flexpos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  object-position: center top;
}

.jbm-pos.jbm-flex-one .flexpos {
  width: 100%;
}

/* updating ak ends*/

.jbm-flex .blog-flex {
  position: absolute;
  top: 18px;
  left: 12px;
  text-align: center;
  background-color: #92c0ff;
  padding: 2px 0px;
  border-radius: 50px;
  width: 140px;
  justify-content: start;
  justify-content: center;
  margin-left: 15px;
}

.jbm-flex .jbm-pos {
  position: relative;
}

.jbm-flex .blog-date {
  padding-right: 28px;
}

.jbm-flex .blog-date::after {
  width: 5px;
  height: 5px;
  top: 6px;
  right: 10px;
  background-color: var(--black);
}

.jbm-flex .blog-date,
.jbm-flex .blog-time {
  font-size: 12px;
  line-height: 18px;
  color: var(--black);
}

.journalblog-blog-mob .flexpos img {
  width: 100%;
}

/* End */
/* ----------------- Store Home section -----------------------*/
/*img.prod-med-img {
    max-height: 385px;
}*/
/* Only for product tiles */
.products.columns-4 .prod-name-med {
  min-height: 45px;
}

.prod-name-price h3.prod-name-med {
  min-height: 45px;
}

.related_prod_slider img.prod-med-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related_prod_slider .prod-med-img-wrpr a {
  aspect-ratio: 0.8/1;
  display: block;
}

.free-download-section .prod-med-img-wrpr a {
  aspect-ratio: 0.9/1;
  display: block;
}

.free-download-section img.prod-med-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .related_prod_slider .prod-wrap .discount_class {
  left: 18px;
}

/* Only for product tiles ENDS */

.store-cm-contents {
  position: relative;
  bottom: 15rem;
  padding-left: 2.2rem;
  word-wrap: break-word;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.scm-flex img {
  width: 60px;
}

.scm-flex.active .closered {
  fill: var(--red);
  transition: all 0.3s ease-in-out;
}

.scm-flex.active .strokered {
  stroke: var(--red);
  transition: all 0.3s ease-in-out;
}

.scm-content p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 28px;
  font-family: "PoppinsRegular";
}

/* ----------------- End -----------------------*/

/* ----------------- Discord section -----------------------*/
.jd-container .discord-img {
  width: 460px;
}

/* ----------------- End -----------------------*/
/*-------------------------- Swiper CSS --------------------------*/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 40px;
  z-index: 3;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: var(--black);
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background-color: var(--white);
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background-color: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background-color: var(--white);
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background-color: var(--black);
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background-color: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background-color: var(--black);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* Free DOnwload Swiper CSS */
.swiper-container {
  position: relative;
  width: auto;
  height: auto;
  padding-top: 0rem;
}

.swiper-container>.swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.75);
  opacity: 0.7;
  position: relative;
  top: -20px;
}

.swiper-slide.swiper-slide-active {
  transform: scale(0.9);
  opacity: 1;
  top: 0;
}

.swiper-slide__content {
  height: 300px;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-button-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAeFBMVEVHcEwJCQkGBgYCAgIBAQEICAgAAAACAgIAAAACAgIAAAABAQEBAQECAgIAAAAFBQX9/f3+/v7r6+tGRkbz8/O9vb37+/sAAAD39/fb29v+/v77+/tkZGTU1NQnJyfs7OzJycnIyMiAgIDg4OCfn5/8/Pz5+fn////+Q9quAAAAJ3RSTlMACA8YVgsxBWAfTURcJjcT8+Aic+uwgj5nEtGfe8Vq4TyFiqWasVIHEizEAAABN0lEQVR42sXV226DMAwG4JwJEEjoifRcqm28/xuuwd3uYqdSpfr6k60ov2yGVgxDZFTFeZ4DhX7mRw0cR7eQVBScRlMnNYJWC9q2phZVHg0LUk0PCkNWtUbqikCu6TvPCxC0QtFIoTOO9od/ZEiUnlcLFF0vCcns53wDcqlTFh0BoeMAbdYW7bQD5EqQ/QDyGkMBUDYrcUEnq1KgNI7Q1AGa74ByMaieCqLJMkjLCSZCfjNK1D2wWx4x7rtRbYElhCi7sGHFGDKxcSTTshtpVom3Mg3s/AI77JGHFjLTKne5ljAL7Jj/A+hWxux68362yzP/OXYKONO+M80fi1jEU3gL2T2pUCE5WthXSpum2SZMnjOCObh8BFPPK4qztoG9jzPTG1gwGPOyruEYYYxrITQg1D2KFdcvnsg7jGRtWJwAAAAASUVORK5CYII=);
}

.swiper-button-next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAgVBMVEVHcEwBAQEBAQEDAwMDAwMHBwcAAAAAAAAHBwcQEBABAQH9/f3///8BAQEFBQUCAgLo6OgCAgJHR0fz8/MBAQH7+/sAAAC/v78DAwMBAQH6+vpnZ2fi4uL+/v78/PzU1NQmJibs7OwBAQHy8vK3t7fS0tKWlpb8/PyZmZn9/f3////W7tIZAAAAKnRSTlMANkAlEw5IXwoGV/PgUR4aIzJz6y6CIa4rWmJ8E9GkxWrhVDetepZxUJGwcFgiAAABNklEQVR42q3V3XKDIBAFYFEBAUWJCYnm39ak9f0fsAUZ79zFac/1N4edYXY2celV2SdoymmaUCbU9JsPBNHRKQWzIs9wJqg26RFl1BImPSsbQGnDJA8MmotUHGf1Ka06lFHH0DYR2B1l+4VdL+tMb2CP5wZ2S8DZhgimHdu1KDML+15nuTVMBnYAvlTHMRvJSDw7K4xlhHWBvUG2tPVo2xTDXrMSa0o4Nr845gW0yV8efRJNxaoSzYxkmgFlTekR9wpDnBFLBYiOnFfpyVWhqKbiz+gOo8t1G9oj6PkAUXILaIhEGkbtjg8MQIeAJDM6j0A2DhUoIlEog5FC0NujM4z6GCRKp168g1BSqBiUj60CUFC1YRJDgmrCpPQIucjMI+S6G2ICgo6GtrVDMCsopQ5hTiT/kB/HmD8HB2SvDgAAAABJRU5ErkJggg==);
}

/* From Style CSS */
/* input#yith-searchsubmit {
  display: none;
} */

ul.sub-menu li a {
  font-size: 16px;
  padding: 4px 4px 4px;
}

.cat-banner {
  text-align: center;
  background-color: #cfcfcf;
}

.somdn-capture-email-body {
  background-color: transparent;
}

.somdn-capture-email-wrap-form {
  padding: 21px;
}

input.somdn-download-user-email.somdn-capture-required {
  background-color: #0000008a;
  color: #8c8c8c;
  border: none;
  padding: 10px 10px;
  font-size: 14px;
  text-transform: lowercase;
}

.somdn-capture-email-wrap-form {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/product-gallery-bg.png);
  background-size: cover;
}

.login_signup_bar {
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #0b0b0b;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

button.my-account-btn.join-discord-btn {
  width: unset;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.distributor-login {
  background-color: #5A4079 !important;
}

.retailer-login {
  background-color: #0066c4 !important;
}

button.my-account-btn span.myacc-span {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}

a.ls_close_btn {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 30px;
  z-index: 4;
  color: var(--white);
}

.blog-list-page .journalblog-blog-mob .jbm-flex {
  display: flex;
  justify-content: initial;
  gap: 0;
}

.blog-list-page .jbm-flex .mg-b-cards {
  padding-bottom: 20px;
}

.blog-list-page,
.single-article {
  padding-bottom: 40px;
}

span.user-role-idr {
  font-size: 12px;
  border: 1px solid var(--white);
  border-radius: 50px;
  padding: 2px 6px;
  background-color: transparent;
  margin-right: 7px;
  color: var(--white);
}

/* product gallery */
.woo-product-gallery-slider .slick-list {
  width: 100%;
  max-height: 575px;
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/product-gallery-bg.png);
  background-size: cover;
  margin-bottom: 5px;
}

.woo-product-gallery-slider .slick-list img {
  max-height: 700px;
  width: 100%;
  /*     margin-left: 6%; */
}

.woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images {
  padding-left: 6%;
}

.woo-product-gallery-slider .wpgs-nav .slick-track img {
  margin-left: unset;
}

/* ----------------- Contact us -----------------------*/
.contact-page-form-wrapper .wpcf7-spinner {
  display: none !important;
}

/* 404 Page */
.wrapper-404 {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/Kaiju-Harvester-bg.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.wrapper-404 .content-headings {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.wrapper-404 .content-headings h1 {
  font-size: 190px;
}

.wrapper-404 .content-headings h2 {
  font-size: 26px;
}

.wrapper-404 .content-headings h3 {
  font-size: 47px;
}

.wrapper-404 .content-headings p {
  font-weight: 300;
  padding: 10px 0 20px;
}

/* About us file upload */
.wpcf7-file {
  color: #ee1c24;
}

.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}

.wpcf7-file::before {
  content: "Upload your resume";
  color: white;
  display: block;
  background: #150c3f;
  border: 2px solid #150c3f;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10pt;
}

.wpcf7-file:active {
  outline: 0;
}

.wpcf7-file:hover::before {
  border-color: #150c3f;
}

.wpcf7-file:active::before {
  background-color: #150c3f;
}

/* Cart 404 Page */
.empty-cart-wrapper {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/Kaiju-Harvester-bg.png) no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.empty-cart-wrapper .empty-img-copy {
  width: 400px;
  display: block;
  margin: 0 auto;
}

/* Policies Pages */
.info-page h1.info-title {
  font-size: 36px;
  padding: 5px 0 15px;
}

.info-page h3 {
  font-size: 20px;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  margin-bottom: 2px;
}

.info-page h4 {
  font-size: 18px;
  font-family: "PoppinsMedium";
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.info-page p {
  font-size: 14px;
  font-family: "PoppinsRegular";
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.fieldset-cf7mls p {
  font-family: "PoppinsRegular";
}

.info-page ul {
  padding: 0;
  margin-bottom: 3rem;
  list-style: none;
}

.info-page ul:last-child {
  margin-bottom: 0;
}

.info-page ul li {
  padding-bottom: 0.6rem;
}

.info-page ul+li:first-child {
  list-style: none;
}

.info-page ul li u {
  text-decoration: none !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.info-page .wp-block-table {
  margin-top: 12px;
}

.info-page .wp-block-table td,
.info-page .wp-block-table th {
  border: 1px solid #2c2c2c;
}

.info-page .wp-block-table thead {
  border: 1px solid #2c2c2c;
}

.info-page ol li {
  padding-bottom: 0.8rem;
}

.info-page p em {
  font-style: normal;
}

.info-page .wp-block-pullquote cite {
  font-size: 15px;
  text-transform: none;
}

.info-page .wp-block-pullquote {
  padding: 23px 33px;
  background-color: #150c3f;
  line-height: 0.9;
  border: none;
}

.info-page .wp-block-pullquote blockquote p {
  margin-bottom: 13px;
  font-size: 36px;
  font-family: "TheSludAndLionBold";
  font-weight: 400;
  font-style: normal;
}

.info-page h2 {
  font-size: 25px;
  margin-bottom: 25px;
}

.wpcf7-f3365-p2846-o1 .info-page h2 {
  margin-bottom: 0px;
}

.info-page .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}

.info-page .fieldset-cf7mls-wrapper {
  width: 75%;
  margin: 0 auto;
}

.info-page .wpcf7-form .fieldset-cf7mls .cf7mls-btns .cf7mls_back {
  margin-right: 20px;
}

.info-page .wpcf7-form .fieldset-cf7mls .cf7mls-btns button {
  background-color: #ee1c24;
  font-size: 20px;
  font-weight: 400;
  font-family: "TheSludAndLionMedium";
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 15px;
  margin: 0;
  transition: all .25s linear;
}

.info-page .contact-us-form-wrapper .licence-form {
  text-align: center;
}

.licence-form .wpcf7-spinner {
  display: none;
}

.info-page .contact-us-form-wrapper {
  padding: 30px 36px 20px 38px;
}

.info-page .contact-us-form-wrapper .wpcf7-stripe {
  text-align: center;
}

.licence-form .wpcf7-stripe .buttons.has-spinner {
  display: flex;
  justify-content: end;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

.info-page .contact-us-form-wrapper .wpcf7-stripe button {
  background-color: #ee1c24;
  font-size: 20px;
  font-weight: 600;
  font-family: "TheSludAndLionMedium";
  text-transform: uppercase;
  padding: 8px 50px;
  color: var(--white);
  border: none;
  border-radius: 15px;
}

.contact-page-form-wrapper .wpcf7-stripe,
.contact-us-form-wrapper .wpcf7-stripe {
  text-align: center;
}

.contact-page-form-wrapper .wpcf7-stripe button,
.contact-us-form-wrapper .wpcf7-stripe button {
  background-color: #ee1c24;
  font-size: 20px;
  font-weight: 600;
  font-family: "TheSludAndLionMedium";
  text-transform: uppercase;
  padding: 8px 70px;
  color: var(--white);
  border: none;
  border-radius: 15px;
}

.info-page #cf7mls-back-btn-cf7mls_step-4 {
  float: left;
  margin-left: 0;
  margin-top: 18%;
}

.info-page #cf7mls-next-btn-cf7mls_step-4 {
  float: right;
  margin-left: 0;
  margin-top: 18%;
}

.info-page #cf7mls-back-btn-cf7mls_step-5 {
  position: absolute;
  bottom: 80px;
  right: 240px;
  background-color: #ee1c24;
  font-size: 20px;
  font-weight: 600;
  font-family: "TheSludAndLionMedium";
  text-transform: uppercase;
  padding: 8.5px 70px;
  border-radius: 15px;
  float: left;
  z-index: 3;
  margin-left: 8%;
  margin-top: -60px;
}

.info-page .wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #2c2c2c;
  opacity: 0.5;
}

.info-page .wpcf7-not-valid-tip {
  /* position: absolute; */
  position: relative;
  color: #ee1c24;
}

.info-page .wpcf7 .wpcf7-stripe .wpcf7-form-control {
  background: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 8px;
}

.InputContainer .InputElement {
  color: #fff !important;
}

.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #2c2c2c;
  color: #ee1c24;
}

/* Blog Details page */
.wp-container-3.wp-container-3 {
  flex-direction: column;
  padding-top: 20px;
}

.single-article .wp-block-quote {
  border-left: none;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

.single-article .wp-block-heading u {
  text-decoration: none;
  font-size: 26px;
}

.single-article .wp-block-heading {
  padding-bottom: 10px;
}

.blog-details-wrapper-right .search-bar {
  padding-bottom: 26px;
  display: none;
}

.blog-details-wrapper-right .search-field {
  background-color: var(--black);
  border-radius: 12px;
  border: none;
  padding: 10px 20px;
  height: 42px;
  width: 250px;
  color: #b0b0b0;
  font-weight: 400;
  font-family: "PoppinsRegular";
}

.blog-details-wrapper-right form.search-form {
  display: flex;
}

.blog-details-wrapper-right input.search-submit {
  background-color: #ee1c24;
  border-radius: 12px;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 23px;
  padding: 0 24px;
  line-height: 35px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-left: 12px;
}

.recent-post-wrapper {
  margin: 40px 20px 40px 0;
}

.single-article .comment-form-comment label,
.single-article .logged-in-as,
.single-article #reply-title {
  display: none;
}

.recent-post-wrapper .blog-card .blog-card-desc .blog-name {
  font-size: 17px;
  line-height: initial;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-post-wrapper .blog-card .blog-card-desc {
  background-color: #150c3f;
  padding: 15px;
}

.recent-post-wrapper .blog-card .post_meta {
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.recent-post-wrapper .blog-card .blog-card-share {
  display: flex;
  justify-content: space-between;
}

.recent-post-wrapper .blog-card .blog-card-excerpt {
  margin: 10px 0 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-weight: 400;
  font-family: "PoppinsRegular";
}

.recent-post-wrapper .blog-card {
  padding-bottom: 35px;
  padding-bottom: 35px;
  width: 90%;
}

.recent-post-wrapper .shop-section-title {
  margin-bottom: 16px;
  font-size: 30px;
  letter-spacing: 1px;
}

.recent-post-wrapper .post_meta span {
  font-size: 13px;
}

.recent-post-wrapper .read-more {
  font-size: 14px;
}

.recent-post-wrapper .share-items-wrap .fa-twitter {
  padding: 6px;
  font-size: 12px;
}

.recent-post-wrapper .share-items-wrap .fa-facebook {
  padding-right: 16px;
  font-size: 22px;
}

.recent-post-wrapper .post_date,
.recent-post-wrapper .post_read_time,
.recent-post-wrapper .post_views {
  font-size: 11px;
}

.recent-post-wrapper .post_meta i.fa {
  padding-right: 5px;
}

.comment-post-wrapper .comment-form-comment textarea {
  width: 100%;
  height: 100px;
}

.comment-post-wrapper .comment-count-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

/* Everyday Heroes page */
.adv-game-mainbody-wrp .main-wrapper {
  padding: 1px 0 0;
}

.adv-game-mainbody-wrp .main-wrapper::before {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/evh-bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}

.adv-game-section {
  padding: 0 10px;
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/everyday-heroes-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 74vh;
  display: flex;
  align-items: center;
  justify-content: end;
}

.adv-game-section .banner-section {
  width: 42%;
  text-align: center;
  /* display: none; */
  margin-left: auto;
  margin-right: 8rem;
}

.adv-game-section .banner-section h1 {
  color: var(--white);
  font-size: 60px;
  margin-bottom: 18px;
}

.adv-game-section .banner-section p {
  color: var(--white);
  font-size: 20px;
  font-family: "PoppinsMedium";
  font-weight: 500;
  padding: 0 5px;
}

.adventure-game-aboutus {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.adventure-game-aboutus p {
  font-size: 16px;
  font-family: "PoppinsLight";
  font-weight: 300;
  margin-bottom: 12px;
}

.adventure-game-aboutus h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.adventure-game-aboutus .aboutus-main-wrpr {
  background-color: #d9d9d9;
  border: 1px solid var(--white);
}

.adv-game-cool-merch .title-second {
  font-size: 45px;
  color: var(--white);
}

.sourcebook-section {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/sourcebook-bg.png) no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 7rem;
  padding-bottom: 0rem;
}

.titles-heading .header-section {
  /*  text-align: center;*/
  /*  padding: 0 25%;*/
  padding: 0 2%;
}

.titles-heading .header-section h4 {
  font-size: 46px;
  margin-bottom: 15px;
}

.titles-heading .header-section p {
  font-family: "PoppinsLight";
  font-weight: 300;
  margin-bottom: 24px;
}

.sourcebook-card-inner {
  padding-top: 8.5rem;
}

.sourcebook-card .danger-button,
.military-sourcbook-card .danger-button {
  border: none;
  font-size: 22px;
  padding: 10px 55px;
}

.sourcebook-card,
.military-sourcbook-card {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABc0AAAJSBAMAAADjavCnAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURQAAAEdwTP7+/ra2tvT09Pr6+v7+/vwkE2MAAAAGdFJOU2YAgLLgLPcu6JwAAAVESURBVHja7dixbVVBFEVRS1iOoQNPD9OAR5qc1wHJc/8lWCAQOCH/s9eqYetK5z69w+Mb3/7r69OPJ3h4W+cEPF8653xfts4JmDqncNDfdE7A0jmFJTp0TsDWOYWDfumcwBLdOidg6pzCQR86J2DpnMISHTonYOucwkG/dE5giW6dEzB1TuGgD50TsHROYYkOnROwdU7hoF86J7BEt84JmDqncNCHzglYOqewRIfOCdg6p3DQL50TWKJb5wRMnVM46EPnBCydU1iiQ+cE3Don4OXSOYElunVOwNQ5hYM+dE7A0jkBn1+LOudQt84J+PRa1DmnLtGtcwKmzikc9KFzApbOCfjntahzznXrnIC/r0Wdc/AS3TonYOqcwkEfOidg6ZyAP69FnXO0W+cE/H4t6pyzl+jWOQFT5xQO+tA5AUvnBPx6Leqc0906J+Dna1HnHL9E33ROwNQ5hYM+dE7A0jkBz0PnBNw6J+Dlu84JLNFXnaNz0DnoHHQOOgedg85B5+gcdA46B52DzkHnoHPQOegcnYPOQeegc9A56Bx0DjpH56Bz0DnoHHQOOgedg85B5+gcdA46B52DzkHnoHPQOTrXOToHnYPOQeegc9A56Bx0js5B56Bz0DnoHHQOOgedg87ROegcdA46B52DzkHnoHN0DjoHnYPOQeegc9A56Bx0js5B56Bz0DnoHHQOOgedo3Odo3PQOegcdA46B52DzkHn6Bx0DjoHnYPOQeegc9A56Bydg85B56Bz0DnoHHQOOkfnoHPQOegcdA46B52DzkHn6Bx0DjoHnYPOQeegc9A5Otc5Ogedg85B56Bz0DnoHHSOzkHnoHPQOegcdA46B52DztE56Bx0DjoHnYPOQeegc3QOOgedg85B56Bz0DnoHHSOzkHnoHPQOegcdA46B52jc52jc9A56Bx0DjoHnYPOQefoHHQOOgedg85B56Bz0DnoHJ2DzkHnoHPQOegcdA46R+egc9A56Bx0DjoHnYPOQefoHHQOOgedg85B56Bz0Dk61zk6B52DzkHnoHPQOegcdI7OQeegc9A56Bx0DjoHnYPO0TnoHHQOOgedg85B56BzdA46B52DzkHnoHPQOegcdI7OQeegc9A56Bx0DjoHnaNznaNz0DnoHHQOOgedg85B5+gcdA46B52DzkHnoHPQOegcnYPOQeegc9A56Bx0DjpH56Bz0DnoHHQOOgedg85B5+gcdA46B52DzkHnoHPQOTrXOToHnYPOQeegc9A56Bx0js5B56Bz0DnoHHQOOgedg87ROegcdA46B52DzkHnoHN0DjoHnYPOQeegc9A56Bx0js5B56Bz0DnoHHQOOgedo3Odo3PQOegcdA46B52DzkHn6Bx0DjoHnYPOQeegc9A56Bydg85B56Bz0DnoHHQOOkfnoHPQOegcdA46B52DzkHn6Bx0DjoHnYPOQeegc9A5Otc5Ogedg85B56Bz0DnoHHSOzkHnoHPQOegcdA46B52DztE56Bx0DjoHnYPOQeegc3QOOgedg85B56Bz0DnoHHSOzkHnoHPQOegcdA46B52jc52jc9A56Bx0DjoHnYPOQefoHHQOOgedg85B56Bz0DnoHJ2DzkHnoHPQOegcdA46R+egc9A56Bx0DjoHnYPOQefoHHQOOgedg85B56Bz0Dk61zk6B52DzkHnoHPQOegcdI7OQeegc9A56Bx0DjoHnYPO0TnoHHQOOgedg85B56BzdA46B52DzkHnoHPQOegcdI7OQeegc9A56Bx0DjoHnaNznaNz0Dk8TOfvcLzXD6u6xs28cXwfAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  padding: 0 100px 0px;
  margin-top: 90px;
  /* align-items: center; */
}

.armory-sourcbook-card,
.small-wdh {
  width: 85%;
}

.military-sourcbook-card {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABc0AAAJSBAMAAADjavCnAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURQAAAEdwTP39/ba2tqqqqv7+/qaqKekAAAAFdFJOU2YAgrJmRIpD5QAABUpJREFUeNrt3LEJAlEURcEFK3DRXBRzSzAxF8T+W7EDTd13Zkp4HD54WVz2371h+07L98yPtwW2bver84sbMb/z9elGzO/86kTM7/zgOSfQ+fHuRMzv/OVCzO/cqEihc6Migc6NihQ6NyoS6NyoSKFzoyKFzo2KBDo3KlLo/Ow6zO/cqEihc6Migc6NihQ6NypS6NyoSKBzoyKFzo2KBDo3KlLo3KhIoHOjIoXOjYoUOjcqEuh8vTkM8zs3KhLo3KhIoXOjIoXOPecEOjcqUujcqEigc18qUujcqEigc6Mihc4fbsL8zn2pSKFzoyKFzo2KBDr3pSKFzo2KBDo3KlLo3KhIoXPPOYHOjYoUOjcqEujcqEihc6Migc6NihQ6NypS6NxzTqBzoyKFzo2KBDo3KlLo3KhIoHOjIoXOjYoUOvecE+jcqEihc6Migc6NihQ6NyoS6NyoSKFzoyKFzj3nBDr3z/4UOjcqEujcqEihc6Mihc79CkXnoHPQOegcdA46B52DztE56Bx0DjoHnYPOQeegc9A5Ogedg85B56Bz0DnoHHSOzkHnoHPQOegcdA46B52DztE56Bx0DjoHnYPOQeegc3Suc3QOOgedg85B56Bz0DnoHJ2DzkHnoHPQOegcdA46B52jc9A56Bx0DjoHnYPOQefoHHQOOgedg85B56Bz0DnoHJ2DzkHnoHPQOegcdA46R+c6R+egc9A56Bx0DjoHnYPO0TnoHHQOOgedg85B56Bz0Dk6B52DzkHnoHPQOegcdI7OQeegc9A56Bx0DjoHnYPO0TnoHHQOOgedg85B56BzdK5zdA46B52DzkHnoHPQOegcnYPOQeegc9A56Bx0DjoHnaNz0DnoHHQOOgedg85B5+gcdA46B52DzkHnoHPQOegcnYPOQeegc9A56Bx0DjpH5zpH56Bz0DnoHHQOOgedg87ROegcdA46B52DzkHnoHPQOToHnYPOQeegc9A56Bx0js5B56Bz0DnoHHQOOgedg87ROegcdA46B52DzkHnoHN0rnN0DjoHnYPOQeegc9A56Bydg85B56Bz0DnoHHQOOgedo3PQOegcdA46B52DzkHn6Bx0DjoHnYPOQeegc9A56Bydg85B56Bz0DnoHHQOOkfnOkfnoHPQOegcdA46B52DztE56Bx0DjoHnYPOQeegc9A5Ogedg85B56Bz0DnoHHSOzkHnoHPQOegcdA46B52DztE56Bx0DjoHnYPOQeegc3Suc3QOOgedg85B56Bz0DnoHJ2DzkHnoHPQOegcdA46B52jc9A56Bx0DjoHnYPOQefoHHQOOgedg85B56Bz0DnoHJ2DzkHnoHPQOegcdA46R+c6R+egc9A56Bx0DjoHnYPO0TnoHHQOOgedg85B56Bz0Dk6B52DzkHnoHPQOegcdI7OQeegc9A56Bx0DjoHnYPO0TnoHHQOOgedg85B56BzdK5zdA46B52DzkHnoHPQOegcnYPOQeegc9A56Bx0DjoHnaNz0DnoHHQOOgedg85B5+gcdA46B52DzkHnoHPQOegcnYPOQeegc9A56Bx0DjpH5zpH56Bz0DnoHHQOOgedg87ROegcdA46B52DzkHnoHPQOToHnYPOQeegc9A56Bx0js5B56Bz0DnoHHQOOgedg87ROegcdA46B52DzkHnoHN0rnN0DjoHnYPOQeegc9A56Bydg85B56Bz0DnoHHQOOgedo3PQOegcdA46B52DzkHn6Bx0DjoHnYPOQeegc9A56Bydg85B56Bz0DnoHHQOOkfnOkfnoHPQOfxP528Y7/QBnSw0XeQ+wgMAAAAASUVORK5CYII=) no-repeat;
  background-size: contain;
}

.sourcebook-card img,
.military-sourcbook-card img {
  /* width: 90%; */
  width: 370px;
}

.sourcebook-card h5,
.military-sourcbook-card h5 {
  font-size: 38px;
  margin-bottom: 24px;
}

.sourcebook-card .ehero-adgame-img,
.military-sourcbook-card .ehero-adgame-img {
  position: relative;
  top: -60px;
}

.main-wrapper .accessories-section {
  padding: 2rem 0 0px !important;
}

.accessories-section .accss-grid-wrpr {
  display: grid;
  grid-template-columns: 290px 400px auto;
  border: 1px solid #ffffff99;
  padding: 28px 0 28px 30px;
  grid-gap: 30px;
  position: relative;
  width: 96%;
}

.accessories-section .accss-img-wrp {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/adv-game/accss-img-bg.png) no-repeat;
  background-size: contain;
  display: none;
}

.accessories-section .accss-img-wrp .main-char {
  width: 470px;
}

.accessories-section .accss-content-wrp {
  text-align: center;
  padding-top: 6rem;
  z-index: 10;
}

.accessories-section .accss-content-wrp h5 {
  font-size: 32px;
  margin-bottom: 18px;
}

.accessories-section .accss-content-wrp p {
  font-family: "PoppinsLight";
  font-weight: 300;
}

.accessories-section .accss-content-wrp .danger-button {
  border: 0;
  border-radius: 12px;
  font-size: 22px;
  padding: 6px 60px;
  height: auto;
  display: block;
  width: 250px;
  margin: 10px auto;
}

.accessories-section .accss-subimg-wrp {
  position: absolute;
  right: -48px;
  top: 24px;
}

.accessories-section .content-img {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 15px;
}

.accessories-section .content-img p {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff55;
  font-family: "PoppinsMedium";
  font-weight: 500;
  padding: 15px 25px 15px 35px;
  cursor: pointer;
}

.accessories-section .content-img.active p {
  padding: 25px 120px 25px 20px;
  border: 1px solid var(--white);
  width: 100%;
  position: relative;
  left: 168px;
  color: var(--white);
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(0, 102, 196, 0.3) 0%, rgba(0, 102, 196, 0.081) 96.07%);
}

.accessories-section .content-img.active .subimg-char {
  width: 210px;
}

.accessories-section .content-img .subimg-char {
  width: 100px;
  border: 1px solid #ffffff99;
  cursor: pointer;
}

.accessories-section .content-img .subimg-char-img {
  object-fit: contain;
  width: 100%;
}

.accessories-section .accss-content {
  display: none;
}

.accessories-section .accss-content.active,
.accessories-section .accss-img-wrp.active {
  display: block;
}

.evg-adventure-sec {
  position: relative;
  margin: 3rem 0;
}

.evg-adventure-sec .centred-text-mob {
  inset: 95px 0 0 0;
  height: 0;
  width: 0;
  margin: 0 auto;
  z-index: -1;
}

.evg-adventure-sec .centred-text-mob #demo4 {
  font-size: 28.5px !important;
  font-family: "TheSludAndLionMedium";
  color: var(--red);
  text-transform: uppercase;
}

.evg-adventure-sec .adventure-slick {
  position: relative;
  z-index: 3;
}

.evg-adventure-sec .adventure-slick .slick-slide img {
  width: 220px;
  margin: 0 auto;
}

.evg-adventure-sec .main-container-mob {
  display: block;
}

.evg-adventure-sec .content-bubble h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 10px;
}

.evg-adventure-sec .content-bubble p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "PoppinsMedium";
}

.evg-adventure-sec .adventure-content {
  position: relative;
  top: 50px;
}

.evg-adventure-sec .adventure-content .content-bubble {
  width: 70%;
  border: 1px solid #fff;
  padding: 30px 40px 30px;
  text-align: center;
  background-color: #00000033;
  position: relative;
  margin: 26px auto 0px;
  min-height: 240px;
}

.evg-adventure-sec #main_cont_mob-1 {
  padding-top: 70px;
}

.evg-adventure-sec .icon-block-img-mob {
  width: 230px;
  margin: 0 auto;
}

.evg-adventure-sec .circle {
  top: 42%;
}

.evg-adventure-sec .danger-button {
  padding: 10px 57px;
  font-size: 22px;
  border-radius: 12px;
}

.evg-adventure-sec .sb10:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 24px solid #fff;
  top: -33px;
  right: 47.5%;
}

.evg-adventure-sec .sb10:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 24px solid #121124;
  top: -30px;
  right: 47.5%;
}

.evg-adventure-sec .contentBx-mob {
  display: none;
  transform: scale(0);
  transition: all 0.1s ease-in-out;
}

.evg-adventure-sec .contentBx-mob.active {
  display: block;
  transform: scale(1);
  transition: all 0.1s ease-in-out;
}

/* --------------------------------------------- */
.evg-adventure-sec .slick-slider {
  width: 100%;
  background-color: transparent;
  padding-top: 60px;
}

.evg-adventure-sec .slick-slider .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.evg-adventure-sec .slick-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
  margin: 10px 0;
  transition: all 0.3s ease;
  text-align: center;
}

.evg-adventure-sec .slick-slider .slick-slide.slick-current,
.evg-adventure-sec .slick-slider .slick-slide.slick-center {
  padding: 0px;
}

.slick-slider-new .cinematic-slick-prev {
  left: 10rem;
  top: 33rem;
  z-index: 1;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 12px;
  background-size: 35%;
  background-color: #1818187a;
}

.slick-slider-new .cinematic-slick-next {
  right: 10rem;
  top: 33rem;
  z-index: 1;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 12px;
  background-size: 35%;
  background-color: #1818187a;
}

.slick-slider-new .slick-prev:before,
.slick-slider-new .slick-next:before {
  content: "";
  opacity: 0;
}

.slick-slider-new .prev-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAeFBMVEVHcEwJCQkGBgYCAgIBAQEICAgAAAACAgIAAAACAgIAAAABAQEBAQECAgIAAAAFBQX9/f3+/v7r6+tGRkbz8/O9vb37+/sAAAD39/fb29v+/v77+/tkZGTU1NQnJyfs7OzJycnIyMiAgIDg4OCfn5/8/Pz5+fn////+Q9quAAAAJ3RSTlMACA8YVgsxBWAfTURcJjcT8+Aic+uwgj5nEtGfe8Vq4TyFiqWasVIHEizEAAABN0lEQVR42sXV226DMAwG4JwJEEjoifRcqm28/xuuwd3uYqdSpfr6k60ov2yGVgxDZFTFeZ4DhX7mRw0cR7eQVBScRlMnNYJWC9q2phZVHg0LUk0PCkNWtUbqikCu6TvPCxC0QtFIoTOO9od/ZEiUnlcLFF0vCcns53wDcqlTFh0BoeMAbdYW7bQD5EqQ/QDyGkMBUDYrcUEnq1KgNI7Q1AGa74ByMaieCqLJMkjLCSZCfjNK1D2wWx4x7rtRbYElhCi7sGHFGDKxcSTTshtpVom3Mg3s/AI77JGHFjLTKne5ljAL7Jj/A+hWxux68362yzP/OXYKONO+M80fi1jEU3gL2T2pUCE5WthXSpum2SZMnjOCObh8BFPPK4qztoG9jzPTG1gwGPOyruEYYYxrITQg1D2KFdcvnsg7jGRtWJwAAAAASUVORK5CYII=);
  display: inline-block;
  width: 15px;
  height: auto;
}

.slick-slider-new .next-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAgVBMVEVHcEwBAQEBAQEDAwMDAwMHBwcAAAAAAAAHBwcQEBABAQH9/f3///8BAQEFBQUCAgLo6OgCAgJHR0fz8/MBAQH7+/sAAAC/v78DAwMBAQH6+vpnZ2fi4uL+/v78/PzU1NQmJibs7OwBAQHy8vK3t7fS0tKWlpb8/PyZmZn9/f3////W7tIZAAAAKnRSTlMANkAlEw5IXwoGV/PgUR4aIzJz6y6CIa4rWmJ8E9GkxWrhVDetepZxUJGwcFgiAAABNklEQVR42q3V3XKDIBAFYFEBAUWJCYnm39ak9f0fsAUZ79zFac/1N4edYXY2celV2SdoymmaUCbU9JsPBNHRKQWzIs9wJqg26RFl1BImPSsbQGnDJA8MmotUHGf1Ka06lFHH0DYR2B1l+4VdL+tMb2CP5wZ2S8DZhgimHdu1KDML+15nuTVMBnYAvlTHMRvJSDw7K4xlhHWBvUG2tPVo2xTDXrMSa0o4Nr845gW0yV8efRJNxaoSzYxkmgFlTekR9wpDnBFLBYiOnFfpyVWhqKbiz+gOo8t1G9oj6PkAUXILaIhEGkbtjg8MQIeAJDM6j0A2DhUoIlEog5FC0NujM4z6GCRKp168g1BSqBiUj60CUFC1YRJDgmrCpPQIucjMI+S6G2ICgo6GtrVDMCsopQ5hTiT/kB/HmD8HB2SvDgAAAABJRU5ErkJggg==);
  display: inline-block;
  width: 18px;
  height: auto;
}

/* Pacific Rim Page */
.pcfcrim-wrapper .main-wrapper {
  padding: 1px 0 0;
}

.pcfcrim-game-section {
  background-size: cover;
  padding: 15px 0;
}

.pcfcrim-game-section .pcfcrim-game-wrap {
  display: grid;
  grid-template-columns: 380px 600px;
  justify-content: center;
  align-items: center;
  grid-gap: 8rem;
  text-align: center;
}

.pcfcrim-game-section .danger-button {
  padding: 12px 70px;
}

.pcfcrim-game-content h1 {
  font-size: 48px;
  margin-bottom: 28px;
}

.pcfcrim-game-content p {
  font-size: 18px;
  margin-bottom: 40px;
  font-family: "PoppinsLight";
  font-weight: 300;
}

.explore-more-wrapper {
  padding: 100px 0 60px;
}

.slick-slider-explore .explore-slick-prev {
  left: 10px;
  z-index: 1;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 12px;
  background-size: 35%;
  background-color: #1818187a;
}

.slick-slider-explore .explore-slick-next {
  right: 14px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 12px;
  background-size: 35%;
  background-color: #1818187a;
}

.slick-slider-explore .slick-prev:before,
.slick-slider-explore .slick-next:before {
  content: "";
  opacity: 0;
}

.slick-slider-explore .prev-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAeFBMVEVHcEwJCQkGBgYCAgIBAQEICAgAAAACAgIAAAACAgIAAAABAQEBAQECAgIAAAAFBQX9/f3+/v7r6+tGRkbz8/O9vb37+/sAAAD39/fb29v+/v77+/tkZGTU1NQnJyfs7OzJycnIyMiAgIDg4OCfn5/8/Pz5+fn////+Q9quAAAAJ3RSTlMACA8YVgsxBWAfTURcJjcT8+Aic+uwgj5nEtGfe8Vq4TyFiqWasVIHEizEAAABN0lEQVR42sXV226DMAwG4JwJEEjoifRcqm28/xuuwd3uYqdSpfr6k60ov2yGVgxDZFTFeZ4DhX7mRw0cR7eQVBScRlMnNYJWC9q2phZVHg0LUk0PCkNWtUbqikCu6TvPCxC0QtFIoTOO9od/ZEiUnlcLFF0vCcns53wDcqlTFh0BoeMAbdYW7bQD5EqQ/QDyGkMBUDYrcUEnq1KgNI7Q1AGa74ByMaieCqLJMkjLCSZCfjNK1D2wWx4x7rtRbYElhCi7sGHFGDKxcSTTshtpVom3Mg3s/AI77JGHFjLTKne5ljAL7Jj/A+hWxux68362yzP/OXYKONO+M80fi1jEU3gL2T2pUCE5WthXSpum2SZMnjOCObh8BFPPK4qztoG9jzPTG1gwGPOyruEYYYxrITQg1D2KFdcvnsg7jGRtWJwAAAAASUVORK5CYII=);
  display: inline-block;
  width: 15px;
  height: auto;
}

.slick-slider-explore .next-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAgVBMVEVHcEwBAQEBAQEDAwMDAwMHBwcAAAAAAAAHBwcQEBABAQH9/f3///8BAQEFBQUCAgLo6OgCAgJHR0fz8/MBAQH7+/sAAAC/v78DAwMBAQH6+vpnZ2fi4uL+/v78/PzU1NQmJibs7OwBAQHy8vK3t7fS0tKWlpb8/PyZmZn9/f3////W7tIZAAAAKnRSTlMANkAlEw5IXwoGV/PgUR4aIzJz6y6CIa4rWmJ8E9GkxWrhVDetepZxUJGwcFgiAAABNklEQVR42q3V3XKDIBAFYFEBAUWJCYnm39ak9f0fsAUZ79zFac/1N4edYXY2celV2SdoymmaUCbU9JsPBNHRKQWzIs9wJqg26RFl1BImPSsbQGnDJA8MmotUHGf1Ka06lFHH0DYR2B1l+4VdL+tMb2CP5wZ2S8DZhgimHdu1KDML+15nuTVMBnYAvlTHMRvJSDw7K4xlhHWBvUG2tPVo2xTDXrMSa0o4Nr845gW0yV8efRJNxaoSzYxkmgFlTekR9wpDnBFLBYiOnFfpyVWhqKbiz+gOo8t1G9oj6PkAUXILaIhEGkbtjg8MQIeAJDM6j0A2DhUoIlEog5FC0NujM4z6GCRKp168g1BSqBiUj60CUFC1YRJDgmrCpPQIucjMI+S6G2ICgo6GtrVDMCsopQ5hTiT/kB/HmD8HB2SvDgAAAABJRU5ErkJggg==);
  display: inline-block;
  width: 18px;
  height: auto;
}

.slick-slider-explore .explr-img-block {
  text-align: center;
  padding-bottom: 40px;
}

.slick-slider-explore .slick-slide img {
  width: 420px;
  margin: 0 auto;
}

.explore-more-wrapper .banner-header h1 {
  font-size: 46px;
  margin-bottom: 40px;
}

.explore-more-wrapper .explr-img-block h3 {
  font-size: 26px;
  margin-bottom: 25px;
}

.explr-img-block a.danger-button {
  padding: 14px 58px;
  font-size: 16px;
  border-radius: 12px;
}

/* Recent Comments */
.recent-comments {
  padding-top: 26px;
  margin-top: 12px;
  border-top: 1px solid #2c2c2c;
}

.recent-comments .commentor-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ebe9eb;
  justify-content: center;
  display: flex;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
}

span.initials-avatar {
  position: absolute;
  top: 10px;
  left: 20px;
  border: 1px solid #e4e1e3;
  background-color: #ebe9eb;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.recent-comments .commentor-name {
  margin-left: 14px;
  font-size: 13px;
  font-family: "PoppinsRegular";
}

.recent-comments .comment-header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.comment-content {
  font-size: 14px;
  color: #b0b0b0;
  font-family: "PoppinsLight";
  font-weight: 300;
}

.woof_term_35 .icheckbox_square-blue input[type="checkbox"]:checked,
.woof_term_35 .icheckbox_square-blue input[type="radio"]:checked {
  box-shadow: 0 1px 6px -2px #fff;
  border-color: #2c2c2c;
  background: #ee1c24 !important;
  border-radius: 2px;
  position: relative;
}

.woof_term_35 .icheckbox_square-blue input[type="checkbox"]:hover,
.woof_term_35 .icheckbox_square-blue input[type="radio"]:hover {
  border-color: #2c2c2c;
}

/* 3P Licening Page */
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
  width: 100%;
  left: -70%;
}

.licence-form-3 {
  text-align: center;
}

.InputContainer .InputElement {
  color: #fff !important;
}

.licence-form-2 .contact-us-form-wrapper p {
  font-family: 'Poppins', sans-serif !important;
  padding-top: 10px;
}

.licence-form-2 .accept-adv-form {
  position: relative;
  z-index: 2;
}

.cf7mls-btns #cf7mls-back-btn-cf7mls_step-2 {
  float: left;
  /* margin-right: 0px; */
  margin-left: 8%;
}

.adventure-slick .adv-slick-prev {
  left: 1.8rem;
  top: 16rem;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 12px;
  background-size: 35%;
  background-color: #1818187a;
}

.adventure-slick .adv-slick-next {
  right: 1.8rem;
  top: 16rem;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 12px;
  background-size: 35%;
  background-color: #1818187a;
}

.adventure-slick .slick-prev:before,
.adventure-slick .slick-next:before {
  content: "";
  opacity: 0;
}

.adventure-slick .prev-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAeFBMVEVHcEwJCQkGBgYCAgIBAQEICAgAAAACAgIAAAACAgIAAAABAQEBAQECAgIAAAAFBQX9/f3+/v7r6+tGRkbz8/O9vb37+/sAAAD39/fb29v+/v77+/tkZGTU1NQnJyfs7OzJycnIyMiAgIDg4OCfn5/8/Pz5+fn////+Q9quAAAAJ3RSTlMACA8YVgsxBWAfTURcJjcT8+Aic+uwgj5nEtGfe8Vq4TyFiqWasVIHEizEAAABN0lEQVR42sXV226DMAwG4JwJEEjoifRcqm28/xuuwd3uYqdSpfr6k60ov2yGVgxDZFTFeZ4DhX7mRw0cR7eQVBScRlMnNYJWC9q2phZVHg0LUk0PCkNWtUbqikCu6TvPCxC0QtFIoTOO9od/ZEiUnlcLFF0vCcns53wDcqlTFh0BoeMAbdYW7bQD5EqQ/QDyGkMBUDYrcUEnq1KgNI7Q1AGa74ByMaieCqLJMkjLCSZCfjNK1D2wWx4x7rtRbYElhCi7sGHFGDKxcSTTshtpVom3Mg3s/AI77JGHFjLTKne5ljAL7Jj/A+hWxux68362yzP/OXYKONO+M80fi1jEU3gL2T2pUCE5WthXSpum2SZMnjOCObh8BFPPK4qztoG9jzPTG1gwGPOyruEYYYxrITQg1D2KFdcvnsg7jGRtWJwAAAAASUVORK5CYII=);
  display: inline-block;
  width: 15px;
  height: auto;
}

.adventure-slick .next-arrow {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA+CAMAAACbUSJpAAAAgVBMVEVHcEwBAQEBAQEDAwMDAwMHBwcAAAAAAAAHBwcQEBABAQH9/f3///8BAQEFBQUCAgLo6OgCAgJHR0fz8/MBAQH7+/sAAAC/v78DAwMBAQH6+vpnZ2fi4uL+/v78/PzU1NQmJibs7OwBAQHy8vK3t7fS0tKWlpb8/PyZmZn9/f3////W7tIZAAAAKnRSTlMANkAlEw5IXwoGV/PgUR4aIzJz6y6CIa4rWmJ8E9GkxWrhVDetepZxUJGwcFgiAAABNklEQVR42q3V3XKDIBAFYFEBAUWJCYnm39ak9f0fsAUZ79zFac/1N4edYXY2celV2SdoymmaUCbU9JsPBNHRKQWzIs9wJqg26RFl1BImPSsbQGnDJA8MmotUHGf1Ka06lFHH0DYR2B1l+4VdL+tMb2CP5wZ2S8DZhgimHdu1KDML+15nuTVMBnYAvlTHMRvJSDw7K4xlhHWBvUG2tPVo2xTDXrMSa0o4Nr845gW0yV8efRJNxaoSzYxkmgFlTekR9wpDnBFLBYiOnFfpyVWhqKbiz+gOo8t1G9oj6PkAUXILaIhEGkbtjg8MQIeAJDM6j0A2DhUoIlEog5FC0NujM4z6GCRKp168g1BSqBiUj60CUFC1YRJDgmrCpPQIucjMI+S6G2ICgo6GtrVDMCsopQ5hTiT/kB/HmD8HB2SvDgAAAABJRU5ErkJggg==);
  display: inline-block;
  width: 18px;
  height: auto;
}

/* Tooltip Styles */

.preo-date-img {
  width: 15px;
  margin-right: 8px;
}

.pre-otag1 {
  background-color: #92c0ff;
  border: none;
  display: block;
  font-size: 11px;
  position: relative;
  overflow: hidden;
}

.pre-otag1:focus {
  outline: none;
}

.pre-otag1 .toolTip {
  font-size: 12.5px;
  background-color: #150c3f;
  position: absolute;
  left: 18px;
  transform: translateX(-50%);
  width: 180px;
  padding: 7px 10px 5px;
  opacity: 0;
  transition: 0.3s;
  border: 1px solid #555555;
  color: #fff;
  font-family: "PoppinsMedium";
  font-weight: 500;
  border-radius: 10px;
  text-align: start;
}

.pre-otag1:hover {
  overflow: visible;
}

.pre-otag1:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.pre-otag1:hover .toolTip,
.pre-otag1:hover .toolTip::before {
  opacity: 1;
}

.pre-otag1 .toolTip-small {
  font-family: "PoppinsLight";
  font-weight: 300;
}

[data-position="bottom"] .toolTip {
  top: auto;
  bottom: -68px;
}

[data-position="bottom"] .toolTip::before {
  bottom: auto;
  top: -20px;
  border-color: transparent transparent #333;
}

.pre-otag1 .pre-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PoppinsRegular";
}

canvas#digital_signature-pad_signature-297 {
  z-index: 4;
}

.dscf7_signature input.clearButton {
  z-index: 5;
}

.dscf7_signature_inner .cf7mls-invalid .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 4;
  bottom: -24px;
}

#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(2) .cf7mls_progress_bar_title,
.cf7mls_progress_bar li.current .cf7mls_progress_bar_title {
  font-family: "PoppinsRegular";
}

.cf7mls_progress_bar li .cf7mls_progress_bar_title {
  font-size: 15px;
}

.licence-form-3 .dscf7_signature {
  position: relative;
  right: 30px;
}

/* Details popup modal */
.somdn-capture-email-right button.button.somdn-capture-email-button {
  background-color: red;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 19px;
  padding: 10px 10px;
  font-family: "TheSludAndLionBold";
  letter-spacing: 0.7px;
  transition: all .25s linear;
}

.somdn-capture-email-right button.button.somdn-capture-email-button:hover {
  background-color: #AE171C;
}

/*Banner Book Logo*/
.banner-book-logo {
  height: auto;
  width: 250px;
  margin-bottom: 20px;
}


.wpcf7 input[type="file"] {
  width: 100% !important;
}

.wpcf7-file {
  color: #ee1c24 !important;
}

/* 4th AUg 2023 */
.custom_bg {
  position: relative;
}

.custom_bg:before {
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/main-bg2.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  position: absolute;
  opacity: 0.75;
}

section.shop-page-wrapper {
  background: none !important;
}

.woocommerce-order .thank-you-left .order-emailconfirm a,
.page-id-687 section p a,
.page-id-688 p a,
.page-id-686 p a {
  text-decoration: underline;
  color: #ffffff;
}

.woocommerce-order .thank-you-left .order-emailconfirm a:hover,
.footer-section a:hover,
.social-icons.community-socials a:hover,
.blog-details-wrapper-left a:hover,
.page-id-687 a:hover,
.page-id-688 a:hover,
.page-id-686 a:hover,
.header_hamburger li.menu-item.current-menu-item {
  color: #EE1C24;
}

.blog-details-wrapper-left a {
  text-decoration: underline;
}

.footer-menu a {
  position: relative;
  display: inline-block;
}

.footer-menu a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #EE1C24;
  transform-origin: bottom right;
  transition: transform 0.43s ease-out;
}

.footer-menu a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.post-content .text-comment a:hover {
  color: #EE1C24;
}

.shop-view-all-btn button:hover {
  color: #EE1C24;
  border: 1px solid #EE1C24;
  transition: 0.5s ease-in;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: #EE1C24;
}

.egg-breadcrumb a:hover {
  color: #EE1C24 !important;
}

/* 4th AUg 2023 */

/* 9th Aug 2023 */
.woocommerce-notices-wrapper {
  display: block !important;
}

.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: none;
}

.single-product .woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
  width: auto;
}

.woocommerce div.product form.cart div.quantity {
  float: left !important;
  margin: 0 4px 0 0;
  width: auto !important;
}

.single-product .woocommerce-variation-add-to-cart.variations_button.one.woocommerce-variation-add-to-cart-enabled {
  padding: 3px 0 1px 0;
}

.single-product .minus {
  content: "\2212";
  width: 35px;
  z-index: 1;
  background: transparent;
  color: #fff;
  border: none;
}

.plus {
  border: none;
  background: transparent;
  color: #fff !important;
  width: auto;
}

.btn.danger-button img {
  margin-right: 10px;
  height: 30px;
  width: 30px;
}

.footer-btn button.join-discord-btn {
  border-radius: 14px;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 26px;
  width: 330px;
  height: 52px;
  padding: 0px 43px;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 1px;
}

.footer-btn button.join-discord-btn:hover {
  background-color: #EE1C24;
  border: 0px;
}

.follow-us-sec p.font-600 {
  float: left;
}

.footer-section .social-icons a {
  padding: 0 12px;
}

/* 9th Aug 2023 ends*/
/* 10th Aug 2023 ends*/
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.danger-button {
  margin-top: 1rem;
}

.variations th.label {
  padding-bottom: 10px;
}

.woocommerce div.product form.cart table td {
  padding-bottom: 20px;
}

.woocommerce div.product form.cart .variations {
  border-bottom: 1px solid #3c355e;
}

.woocommerce div.product form.cart {
  margin-bottom: 1em;
}

/* 10th Aug 2023 ends*/
/* 11th Aug 2023 */
.um-postmessage {
  padding: 20px;
}

.product-template-default .somdn-download-wrap {
  width: 100% !important;
  text-align: center;
  border-bottom: 1px solid #3c355e;
  padding-bottom: 20px;
  margin-top: 20px;
}

.woocommerce-cart .pqs-wrapper .quantity .minus,
.pqs-wrapper .quantity .plus {
  position: absolute;
  padding: 0 0;
  top: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
}

.woocommerce-cart .pqs-wrapper .quantity .minus {
  left: 0px;
}

span.sign-up-btn:hover {
  color: #EE1C24 !important;
}

#sign_up_modal .signin-small:hover {
  color: #EE1C24;
}

#sign_up_modal .signup-tnctext a:hover {
  color: red;
}

.woocommers-grid .grid-first:nth-last-child(2) {
  border: 0;
}

#sign_in_modal .um-link-alt:hover {
  color: red !important;
}

.page-id-3247 .elementor-3247 .elementor-element.elementor-element-23e6a32 {
  z-index: 0 !important;
}

/* 11th Aug 2023 ends*/

/* 25th aug */
/* community page */
.box-title-community h4 {
  font-size: 2rem;
}

.box-title-community span {
  display: block;
  margin-bottom: 40px;
}

.con-left-img img {
  height: 700px !important;
  max-width: fit-content !important;
  float: right;
  margin-right: -82px;
  margin-top: -34%;
}

.con-right-img img {
  height: 700px !important;
  max-width: fit-content !important;
  margin-left: -60px;
  margin-top: -34%;
}

.page-id-3247 h3 {
  display: none;
}

.info-page .contact-us-form-wrapper {
  padding: 30px 36px 50px 38px;
}

.contact-us-form-wrapper .contact-form-select {
  color: #7a7a7a;
}

.contact-us-form-wrapper option:checked {
  color: #7a7a7a;
}

.contact-us-form-wrapper option {
  color: #7a7a7a;
}

.gamecircle-wrapper .heading:before {
  color: #f00000;
  content: "Evil Genius Games ";
}

.icon-block .icon-block-img {
  transform: scale(1.2);
}

.p-FieldLabel {
  color: #ccc;
}

.input[type=radio]+label.wc-stripe-label-payment-type,
label.wc-stripe-label-klarna-category,
label.wc-stripe-label-payment-type {
  color: #ddd !important;
}


.slick-track {
  margin-left: 0;
}

div#noptin-form-1__submit--wrapper button#noptin-form-1__submit {
  line-height: 32px;
}

div#noptin-form-1__submit--wrapper {
  position: absolute;
  top: 2px;
  right: 2px !important;
}

body.woocommerce-downloads .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  display: block !important;
}

/*My Account Dropdown Menu*/
.my-account-dp-menu {
  display: none;
  width: 240px;
  position: absolute;
  right: 0%;
  top: 39px;
  background: #150c3f;
  padding: 25px 24px;
  z-index: 10;
}

.my-account-dp-menu .myaccount-ul-li {
  list-style-type: none;
}

.my-account-dp-menu .myaccount-ul-li a {
  font-size: 14px;
}

.my-account-dp-menu .myaccount-ul-li:last-child a {
  padding: 7px 65px;
  font-size: 16px;
}


.my-account-dp:hover .my-account-dp-menu {
  display: block;
}

button.my-account-btn.join-discord-btn {
  padding: 4px 10px;
}

.game-detail-bc {
  margin: 10px 0px;
}

.wpcf7 input[type="file"] {
  width: 100%;
}

.wpcf7-file {
  color: #ee1c24;
}

.contact-form-file-text {
  margin-top: -20px;
  font-size: 12px;
}

/*Switch Account Form Style*/

.contact-us-form-wrapper .cntf7-fname {
  float: left !important;
  width: 49% !important;
  margin-bottom: 25px;
}

.contact-us-form-wrapper .cntf7-lname {
  float: right !important;
  width: 49% !important;
  margin-bottom: 25px;
}

.contact-us-form-wrapper .cntf7-email {
  float: left !important;
  width: 49% !important;
  margin-bottom: 25px;
}

.contact-us-form-wrapper .cntf7-company {
  float: right !important;
  width: 49% !important;
  margin-bottom: 25px;
}

.contact-us-form-wrapper .cntf7-position {
  float: left !important;
  width: 49% !important;
  margin-bottom: 25px;
}

.contact-us-form-wrapper .cntf7-tax {
  float: right !important;
  width: 49% !important;
  margin-bottom: 25px;
}

.contact-us-form-wrapper .cntf7-reason {
  float: left !important;
  width: 100% !important;
  margin-bottom: 25px;
}

.cntf7-fname {
  margin-bottom: 25px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

/* 25th aug ends */

/* 06th Sep */

button.my-account-btn.join-discord-btn.retailer-login {
  background: #fff !important;
  color: #000;
  border-radius: 4px;
}

button.retailer-login span.user-role-idr {
  background: #0066C4;
}

.my-account-btn.join-discord-btn.distributor-login {
  background: #fff !important;
  color: #000;
  border-radius: 4px;
}

button.distributor-login span.user-role-idr {
  background: #5A4079;
}

/* 06th Sep Ends */
/* 08 sep */

.woocommers-grid .cart-freeshipping-notice {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-left: 61px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
}

.shop-page-wrapper p.discount_text_amt {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  margin-top: 142px;
  /*    margin-top: 40px;*/
}

.shop-page-banner img {
  width: 100%;
}

/*p.um_retailer.discount_text_amt {
    display: block !important;
}*/
.dropper-icon.um_retailer {
  display: block !important;
}

.dropper-icon a {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.dropper-icon a:hover {
  opacity: .5;
}

#section05 a span {
  content: none;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -12px;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

/* 08 sep ends*/

/* 9 Sep */

.select2-container--open .select2-dropdown {
  width: 300px !important;
}

/* Legal action page */
.section-one {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.section-left {
  width: 70%;
  padding-right: 30px;
}

.section-right {
  width: 29%;
}

div#can_main_col {
  display: none;
}

.bg-section {
  background-image: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/social_section_bg.png);
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.social-sharing-global-img.section_two img {
  height: 540px;
}

.bg-section .social-sharing-global-img {
  height: auto;
}

.bg-section .social-sharing-global-img.section_two.mt-4 img {
  margin-top: -400px;
}

div#can-petition-area-test-petition-286 {
  background-color: #202020;
  padding: 20px;
  border-radius: 7px;
}

#can_embed_form .action_status_tracker {
  margin-bottom: 40px;
  margin: 20px 0;
  padding: 0 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #fff;
  border-radius: 7px;
}

#can_embed_form textarea {
  display: none;
}

#can_embed_form input[type=text],
#can_embed_form input[type=password],
#can_embed_form input[type=url],
#can_embed_form input[type=email],
#can_embed_form input[type=tel],
#can_embed_form input[type=number] {
  border-radius: 7px !important;
}

.right-section h3 {
  font-size: 23px;
}

.legal-action-right .heading {
  color: #EE1C24;
  font-size: 44px;
}

.right-section h2 {
  font-size: 30px;
}

.coming_soon_form_list.legal_action .wpcf7-email {
  height: 50px;
  padding-left: 20px;
  width: 350px;
  border-radius: 14px;
}

.left-section input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.danger-button {
  margin-top: 1rem !important;
}

.right-section {
  width: 100%;
}

h2 {
  margin-top: 0;
}

.right-section .danger-button {
  background-color: var(--red);
  border-radius: 14px;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 26px;
  width: auto;
  height: 50px;
  padding: 0px 43px;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 15px;
}

.right-section .wpcf7-not-valid-tip {
  display: none;
}

.left-section .danger-button.signbtn {
  background-color: var(--red);
  border-radius: 14px;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 18px;
  width: 210px;
  height: 48px;
  padding: 0px 0;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 0px;
  padding: 10px 10px 10px 10px;
}

.legal_action .container {
  padding-left: 16px;
  padding-right: 16px;
}

.accordion-button {
  background-color: transparent;
  color: #848484;
  font-family: "PoppinsMedium";
  font-weight: 500;
  font-size: 18px;
}

.accordion-button:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4NCiAgPGcgaWQ9Ikdyb3VwXzkyOCIgZGF0YS1uYW1lPSJHcm91cCA5MjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzM5IC00NjEzKSI+DQogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV82MjIiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDYyMiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzM5IDQ2MTMpIiBmaWxsPSJub25lIi8+DQogICAgPGcgaWQ9Ikdyb3VwXzkyOSIgZGF0YS1uYW1lPSJHcm91cCA5MjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYyLjA3OCAtMjM2LjQyMikiPg0KICAgICAgPGxpbmUgaWQ9IkxpbmVfMTA0IiBkYXRhLW5hbWU9IkxpbmUgMTA0IiB4Mj0iMTUuODQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjc4IDQ4NTguNDIyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgICAgIDxsaW5lIGlkPSJMaW5lXzEwNSIgZGF0YS1uYW1lPSJMaW5lIDEwNSIgeDI9IjE1Ljg0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI4NS45MjIgNDg1MC41KSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=) no-repeat;
}

.accordion-button:not(.collapsed):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4NCiAgPGcgaWQ9Ikdyb3VwXzkyNiIgZGF0YS1uYW1lPSJHcm91cCA5MjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzM5IC00NjEzKSI+DQogICAgPGxpbmUgaWQ9IkxpbmVfMTE2IiBkYXRhLW5hbWU9IkxpbmUgMTE2IiB4Mj0iMTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMzkuNSA0NjIyLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfNjIyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA2MjIiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMzOSA0NjEzKSIgZmlsbD0ibm9uZSIvPg0KICA8L2c+DQo8L3N2Zz4NCg==) no-repeat;
}

.right-section h5 {
  font-family: 'PoppinsSemiBold' !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: white;
  font-family: "PoppinsMedium";
  font-weight: 500;
  font-size: 18px;
}

.accordion-item {
  background-color: transparent;
  color: #fff;
  border: 0px;
}

.accordion-body {
  font-family: 'PoppinsLight';
  font-size: 16px;
}

.accordion-button:focus {
  border: 0px;
}

.right-section .danger-button.signbtn {
  background-color: var(--red);
  border-radius: 14px;
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 18px;
  width: 210px;
  height: 48px;
  padding: 0px 0;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 0px;
  padding: 10px 10px 10px 10px;
}

.social-sharing-global {
  display: flex;
}

.left-section p {
  color: #B2B2B2;
}

#can_embed_form p,
#donate_auto_modal p,
#donate_make_recurring_modal p {
  line-height: 15px;
}

.first-section ol {
  width: 70%;
}

.social-post-section img {
  height: 35px;
  padding-right: 10px;
  cursor: pointer;
}

.section-four {
  width: 80%;
}

.contact-info-section {
  width: 750px;
  background-color: #0066c433;
  border: 1px solid var(--white);
  padding: 0 38px 0px;
  margin-top: 90px;
  height: 460px;
}

.contact-info-section .mt-3 {
  width: 50%;
  float: left;
  padding: 30px 0;
}

.video_box {
  width: 640px !important;
}

#section6 .social-sharing-global-img {
  padding-right: 100px;
}

#can_embed_form div,
#donate_auto_modal div,
#donate_make_recurring_modal div {
  clear: none;
  font-size: 11px;
}

.social-post-section {
  width: 220px;
  background-color: #FAF9F6;
  border-radius: 12px;
  float: left;
  margin-right: 30px;
}

.social-post-section p {
  color: #000;
  border-bottom: 0px solid #e9e9e9;
  padding: 0px 0px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-post-section button {
  padding: 10px 10px 10px 10px;
  border-radius: 12px;
  background-color: #EE1C24;
  border-color: #EE1C24;
  color: #fff;
  font-family: 'TheSludAndLionBold';
  width: 100px;
  border: none;
  font-size: 16px;
}

.right-section h5 {
  font-size: 24px;
}

.social-sharing-global-img {
  float: right;
  width: auto;
  height: 400px;
}

.first-section {
  width: auto;
  float: left;
}

.right-section a {
  text-decoration: underline;
}

.right-section a:hover {
  color: #EE1C24;
}

.content_Sec {
  width: 70%;
  float: left;
  margin-bottom: 25px;
}

.image_Sec {
  width: 30%;
  float: right;
}


.can_button,
#donate_auto_modal input[type=submit],
#donate_auto_modal .button,
#donate_make_recurring_modal input[type=submit],
#donate_make_recurring_modal .button,
#can_embed_form input[type=submit],
#can_embed_form .button {
  padding: 16px 43px !important;
  border-radius: 7px !important;
  font-size: 18px !important;
  background-color: #EE1C24 !important;
  transition: background-color 0.2s ease !important;
}

.can_button,
#donate_auto_modal input[type=submit],
#donate_auto_modal .button,
#donate_make_recurring_modal input[type=submit],
#donate_make_recurring_modal .button,
#can_embed_form input[type=submit]:hover,
#can_embed_form .button {
  background-color: #AE171C !important;
}

#can_embed_form #d_sharing #edit_d_sharing_opts,
#can_embed_form #d_sharing #edit_d_sharing_opts-close {
  padding: 6px 13px !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  color: #ffffff !important;
  background-color: #EE1C24 !important;
  transition: background-color 0.2s ease !important;
}

#can_embed_form #d_sharing #edit_d_sharing_opts:hover,
#can_embed_form #d_sharing #edit_d_sharing_opts-close:hover {
  background-color: #AE171C !important;
}

#section6 .social-sharing-global-img.section_two img {
  height: 520px;
}

/* Legal action page ends*/

.egg-logo {
  height: auto;
}

.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  margin: 0;
  background: none;
  position: static;
}

.product.type-product>.onsale {
  display: none;
}

/* 9 Sep ends*/


/* evil_out_of_stock_alternatives */
.evil_out_of_stock_alternatives {
  padding: 20px 0;
  border-top: 1px solid #3c355e;
  border-bottom: 1px solid #3c355e;
}

.stock_alternatives__list {
  margin: 0;
  list-style: none;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.stock_alternatives__list li a {
  display: inline-block;
  padding: 15px;
  border: 2px solid #3c355e;
  border-radius: 12px;
  transition: all 0.2s ease;

  display: flex;
  align-items: center;
  column-gap: 10px;
}

.stock_alternatives__list li a:hover {
  border-color: #e82126;
}

.stock_alternatives__list .at_img {
  flex: none;
  width: 44px;
  height: 44px;
}

.stock_alternatives__list .at_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.outofstock .offer_purchase_wrapp {
  display: none;
}

/* evil_out_of_stock_alternatives */

/* ak */
.log-sign-btns a.sign-in-aws {
  color: #ee1c24;
}

.woocommerce div.product p.price del ins {
  text-decoration: line-through;
  display: flex;
}

.woocommerce table.shop_table td {
  vertical-align: top;
  border: 1px solid #2c2c2c;
}

/* ak */

/* Media query for laptops and larger screens */
@media only screen and (min-width: 991px) {

  /* Your CSS code for laptops and big screens */
  .about-desc .danger-button {
    padding: 5px 43px !important;
    font-size: 26px;
  }

}

/* End */
@media (min-width: 1200px) and (max-width: 1400px) {
  .single-product_line .text-area-about {
    margin-top: -30px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .gamecircle-wrapper .title-header {
    width: 90%;
  }
}

@media (min-width: 990px) and (max-width: 1199px) {
  .single-product_line .text-area-about {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .gamecircle-wrapper .title-header {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table td {
    border: 0px solid #2c2c2c;
  }

  .sourcebook-card-inner {
    text-align: center;
    padding-top: 50px;
  }

  .somdn-capture-email-wrap-form {
    margin-bottom: 0;
  }
}

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

  /* for Payment mehtod screen */
  tr.payment-method.default-payment-method {
    border-color: #ee1c24;
  }

  tr.payment-method {
    border: 1px solid #2c2c2c;
    margin-top: 20px;
    border-radius: 10px;
  }

  tr.payment-method.default-payment-method td {
    text-align: left !important;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

  /* for Payment mehtod screen ends*/

  .somdn-capture-email-left {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .sourcebook-card-inner {
    padding-top: 0;
  }

  .wpcf7 input[type="file"] {
    /*    width: 115%!important;*/
    width: 100% !important;
    margin-top: 30px;
  }

  .wpcf7-file::before {
    font-size: 8pt;
  }

  .reddit_btn button {
    width: 260px;
    margin: 0 auto;
  }

}

/* 10 OCT */
.banner-slider .slick-arrow {
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 18px !important;
}

.banner-slider .slick-prev {
  left: calc(50% - 60px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjI1MzggMjEuMjcwNUwyMS4yODQ3IDIxLjI0MzZMMTQuNTU5MSAxMC42OTk4TDIxLjI2OTIgMC4xNDMwOTNMMTAuNzIyOCA5LjM4NjE0TDkuMjI2MDUgMTAuNjk3N0wxMC43MjI4IDEyLjAxNEwyMS4yNTM4IDIxLjI3MDVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuNzQzNiAyMS4yNzA1TDEyLjc3NDQgMjEuMjQzNkw2LjA0ODg3IDEwLjY5OThMMTIuNzU5IDAuMTQzMDkzTDIuMjEyNTUgOS4zODYxNEwwLjcxNTc5NiAxMC42OTc3TDIuMjEyNTUgMTIuMDE0TDEyLjc0MzYgMjEuMjcwNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.banner-slider .slick-next {
  right: calc(50% - 60px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM5Nl84NikiPgo8cGF0aCBkPSJNMC4yMjEyOTEgMC4xNDI1NzhMMC4xOTA0MyAwLjE2OTQ3Nkw2LjkxNTk3IDEwLjcxMzNMMC4yMDU4NTggMjEuMjdMMTAuNzUyMyAxMi4wMjdMMTIuMjQ5IDEwLjcxNTRMMTAuNzUyMyA5LjM5OTA3TDAuMjIxMjkxIDAuMTQyNTc4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTguNzMxMDYgMC4xNDI1NzhMOC43MDAyIDAuMTY5NDc2TDE1LjQyNTcgMTAuNzEzM0w4LjcxNTYyIDIxLjI3TDE5LjI2MjEgMTIuMDI3TDIwLjc1ODggMTAuNzE1NEwxOS4yNjIxIDkuMzk5MDdMOC43MzEwNiAwLjE0MjU3OFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzk2Xzg2Ij4KPHJlY3Qgd2lkdGg9IjIwLjU3MTQiIGhlaWdodD0iMjEuMTI3NCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjc2MTcgMjEuMjcwNSkgcm90YXRlKC0xODApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}

.banner-slider .slick-prev:focus,
.banner-slider .slick-prev:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjI1MzggMjEuMjcwNUwyMS4yODQ3IDIxLjI0MzZMMTQuNTU5MSAxMC42OTk4TDIxLjI2OTIgMC4xNDMwOTNMMTAuNzIyOCA5LjM4NjE0TDkuMjI2MDUgMTAuNjk3N0wxMC43MjI4IDEyLjAxNEwyMS4yNTM4IDIxLjI3MDVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuNzQzNiAyMS4yNzA1TDEyLjc3NDQgMjEuMjQzNkw2LjA0ODg3IDEwLjY5OThMMTIuNzU5IDAuMTQzMDkzTDIuMjEyNTUgOS4zODYxNEwwLjcxNTc5NiAxMC42OTc3TDIuMjEyNTUgMTIuMDE0TDEyLjc0MzYgMjEuMjcwNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.banner-slider .slick-next:hover,
.banner-slider .slick-next:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM5Nl84NikiPgo8cGF0aCBkPSJNMC4yMjEyOTEgMC4xNDI1NzhMMC4xOTA0MyAwLjE2OTQ3Nkw2LjkxNTk3IDEwLjcxMzNMMC4yMDU4NTggMjEuMjdMMTAuNzUyMyAxMi4wMjdMMTIuMjQ5IDEwLjcxNTRMMTAuNzUyMyA5LjM5OTA3TDAuMjIxMjkxIDAuMTQyNTc4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTguNzMxMDYgMC4xNDI1NzhMOC43MDAyIDAuMTY5NDc2TDE1LjQyNTcgMTAuNzEzM0w4LjcxNTYyIDIxLjI3TDE5LjI2MjEgMTIuMDI3TDIwLjc1ODggMTAuNzE1NEwxOS4yNjIxIDkuMzk5MDdMOC43MzEwNiAwLjE0MjU3OFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzk2Xzg2Ij4KPHJlY3Qgd2lkdGg9IjIwLjU3MTQiIGhlaWdodD0iMjEuMTI3NCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjc2MTcgMjEuMjcwNSkgcm90YXRlKC0xODApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}

/* 10 OCT ENDS */

/* 13 OCT START */
.woocommerce form .form-row.woocommerce-invalid label {
  color: #ee1c24;
}

.woocommerce-form-login-toggle a.showlogin {
  text-decoration: underline;
}

.single_variation_wrap>a {
  text-decoration: underline;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-bottom: 1px solid #3c355e;
}

/* 13 OCT ends */
.gamefound-icon {
  margin: -10px 0px 0px 10px;
}

/* games page 14 nov */

.circle-map.total-recall-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/total-recall-bg.webp) no-repeat center;
}

.circle-map.rambo-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/rambo-bg.webp) no-repeat center;
}

.circle-map.universal-soldier-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/universal-soldier-bg.webp) no-repeat center;
}

.circle-map.escape-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/escape-bg.webp) no-repeat center;
}

.circle-map.crow-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/crow-bg.webp) no-repeat center;
}

.circle-map.kong-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/kong-bg.webp) no-repeat center;
}

.circle-map.pacific-rim-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/pacific-rim-bg-2.webp) no-repeat center;
}

.circle-map.highlander-bg {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/highlander-bg.webp) no-repeat center;
}

/* games page 14 nov ends */

/* CHECKOUT PAGE 16 Nov*/
li.wc_payment_method.payment_method_ppcp-gateway:before {
  content: "Or choose from the following PayPal options." !important;
  top: 15px;
  margin: 0 auto;
  left: -15px;
  right: 0;
  display: block;
  text-align: center;
  font-size: 20px;
}

/* CHECKOUT PAGE 16 Nov ends*/
.woocommerce-checkout .woocommerce-message {
  display: none;
}

.featured-bg .discount_class {
  margin-top: 20px;
}

.comment-form-comment .error {
  color: #ee1c24;
}

table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields td {
  text-align: right;
}

.woocommerce-address-fields .button {
  display: inline-block !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  font-family: "TheSludAndLionMedium";
  text-align: center;
  padding: 8px 20px !important;
  min-width: 200px !important;
  border-radius: 7px !important;
  background-color: #e82126 !important;
  border: none !important;
  color: #fff !important;
  transition: all .25s linear !important;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot td {
  border-block: 0px;
  text-align: right;
  border-bottom: 1px solid #2c2c2c;
}

.um-misc-ul,
.um-misc-ul li {
  font-size: 16px;
  color: #fff;
}

#sign_in_modal .um-form strong {
  color: #fff;
  font-size: 18px;
}

.um-misc-ul,
.um-misc-ul li:hover {
  color: #ee1c24;
}

body.woocommerce-cart .shipping-calculator-form button[name='calc_shipping'] {
  background-color: #ee1c24;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  transition: all .25s linear;
  font-size: 20px;
  font-weight: 400;
}

.archive.tax-product_cat .shop-product-row {
  padding-top: 0px !important;
}

.archive.tax-product_cat .offer_purchase_wrapp {
  margin-left: calc(var(--bs-gutter-x) * .5);
  margin-right: calc(var(--bs-gutter-x) * .5);
}


/* for seo link titles */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* AK for checkout page */
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  display: none;
}

p.woocommerce-customer-details--phone i,
p.woocommerce-customer-details--email i {
  margin-right: 5px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0px;
  margin-bottom: 0px;
}

/* for gift card  */
div#agcfw-redeem-gift-card {
  margin-bottom: 30px;
}

input.gift_card_code.form-control {
  width: 300px;
  display: inline-block;
  height: 48px;
  margin: 0px 10px 0 0;
}

.agcfw-redeem-gift-card-form button.button.btn-red {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  font-family: "TheSludAndLionMedium";
  text-align: center;
  padding: 8px 20px;
  min-width: 200px;
  border-radius: 7px;
  background-color: #e82126;
  border: none;
  color: #fff;
  transition: all .1s linear;
  height: 48px;
}

form .blockOverlay,
.cart-collaterals .blockOverlay {
  z-index: 0 !important;
}

.woocommerce-checkout-review-order-table .blockOverlay {
  z-index: :0 !important;
}

.myaccount-wrapper section.woocommerce-order-downloads.paid-orders {
  display: block;
}

.myaccount-wrapper .download-card .download-file {
  text-align: center !important;
}

.order-table-wrapper .downloads-remaining {
  display: none;
}

.woocommerce table.shop_table td {
  vertical-align: middle !important;
}

/* footer-redesign */
.footer-left .logo,
.footer-left .logo img {
  width: 100%;
  max-width: 166px;
  height: auto;
}

/* ====== FOOTER STYLE ====== */
.site-footer {
  background-color: #0a0613;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1fr;
  gap: 80px;
  padding: 80px 0 58px 0;
  align-items: start;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 30px;
}

.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #fff;
  color: #000;
}

/* ====== Columns ====== */
.footer-links {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col .menu-title {
  margin-bottom: 18px;
  font-weight: 600;
}

.footer-col ul li.menu-item {
  margin-bottom: 18px;
  font-family: 'PoppinsRegular';
  font-size: 12px;
}

.footer-col ul li a {
  color: #bdbdbd;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* ====== Newsletter ====== */
.footer-newsletter h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Poppins-semibold", sans-serif;
}

.footer-newsletter p {
  color: #bdbdbd;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: "PoppinsRegular";
}

.footer-newsletter form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-newsletter input {
  padding: 12px;
  border: none;
  border-radius: 4px;
  outline: none;
}

.footer-newsletter button {
  background-color: #e21c23;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-newsletter button:hover {
  background-color: #c6151c;
}

/* ====== Bottom Bar ====== */
.footer-bottom {
  background-color: #25195a;
  text-align: center;
  padding: 22px 0;
  font-size: 14px;
  color: #ccc;
  margin-bottom: 16px;
}

.footer-bottom p {
  color: #fff;
  font-family: "PoppinsRegular";
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

/* ====== Responsive ====== */

@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-top {
    gap: 40px;
    padding: 80px 15px 58px 15px;
  }

  .footer-menu-sec {
    flex-direction: column;
  }

  .footer-left {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .footer-top {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-newsletter form {
    flex-direction: column;
  }
}

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

.footer-newsletter .coming_soon_form_list .wpcf7-email,
#wpcf7-f7424-o4 .wpcf7-email,
#wpcf7-f7424-o1 .wpcf7-email,
#wpcf7-f7424-o2 .wpcf7-email {
  height: auto;
  width: 100%;
  border-radius: 4px;
  padding: 12px 7px;
  border: 0.78px solid #B8B8B8;
}

.footer-newsletter .coming_soon_form_list .wpcf7-submit {
  width: 100%;
  height: 47px;
  padding: 0 16px;
  margin-top: 12px;
  border-radius: 4px;
}

/* footer-design */

/* footer-redesign */
.footer-left .logo,
.footer-left .logo img {
  width: 100%;
  max-width: 166px;
  height: auto;
}

/* ====== FOOTER STYLE ====== */
.site-footer {
  background-color: #0a0613;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr 1fr;
  gap: 80px;
  padding: 80px 0 58px 0;
  align-items: start;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 30px;
}

.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #fff;
  color: #000;
}

/* ====== Columns ====== */
.footer-links {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col .menu-title {
  margin-bottom: 18px;
  font-weight: 600;
}

.footer-col ul li.menu-item {
  margin-bottom: 18px;
  font-family: 'PoppinsRegular';
  font-size: 12px;
}

.footer-col ul li a {
  color: #bdbdbd;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* ====== Newsletter ====== */
.footer-newsletter h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Poppins-semibold", sans-serif;
}

.footer-newsletter p {
  color: #bdbdbd;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: "PoppinsRegular";
}

.footer-newsletter form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-newsletter input {
  padding: 12px;
  border: none;
  border-radius: 4px;
  outline: none;
}

.footer-newsletter button {
  background-color: #e21c23;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-newsletter button:hover {
  background-color: #c6151c;
}

/* ====== Bottom Bar ====== */
.footer-bottom {
  background-color: #25195a;
  text-align: center;
  padding: 22px 0;
  font-size: 14px;
  color: #ccc;
  margin-bottom: 16px;
}

.footer-bottom p {
  color: #fff;
  font-family: "PoppinsRegular";
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

/* ====== Responsive ====== */

@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-top {
    gap: 40px;
    padding: 80px 15px 58px 15px;
  }

  .footer-menu-sec {
    flex-direction: column;
  }

  .footer-left {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .footer-top {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-newsletter form {
    flex-direction: column;
  }
}

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

.footer-newsletter .coming_soon_form_list .wpcf7-email,
#wpcf7-f7424-o4 .wpcf7-email,
#wpcf7-f7424-o1 .wpcf7-email,
#wpcf7-f7424-o2 .wpcf7-email {
  height: auto;
  width: 100%;
  border-radius: 4px;
  padding: 12px 7px;
  border: 0.78px solid #B8B8B8;
}

.footer-newsletter .coming_soon_form_list .wpcf7-submit {
  width: 100%;
  height: 47px;
  padding: 0 16px;
  margin-top: 12px;
  border-radius: 4px;
}

/* Convention Page */

.convention-banner {
  padding: 20px 32px 60px 32px;
}

.convention-inner-banner {
  background-image: url(/wp-content/themes/evil-genius-games/assets/css/../images/convention.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  min-height: 631px;
  display: flex;
  align-items: end;
}

.convention-banner h1 {
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 116px;
  line-height: 120%;
  text-transform: capitalize;
  margin: 0;
}

.convention-banner p {
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 66px;
  line-height: 120%;
  text-transform: capitalize;
  margin: 0;
}

.convention-content h2 {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.convention-content p {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}

section.convention-content {
  margin-bottom: 60px;
}

.content {
  padding-bottom: 58px;
}

.convention-container {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 32px;
}

.convention-map iframe {
  border: 0;
  width: 100%;
  height: 755px;
}

.convention-map h2 {
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.get-involved h2 {
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.get-involved p {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.get-involved {
  margin: 60px 0;
}

.convention-badge h2 {
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 12px;

}

.convention-badge p {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;

}

.convention-badge a {
  position: relative;
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 12px 20px;
  text-decoration: none;
  background: #EE1C24;
  color: #fff;

  clip-path: polygon(0% 0%,
      /* top-left */
      87% -6%,
      /* angled top-right start */
      100% 50%,
      /* right tip */
      100% 100%,
      /* bottom-right */
      10% 100%,
      /* bottom-left */
      0 60%
      /* diagonal bottom-left */
    );

  display: inline-block;
  margin-bottom: 60px;
  position: relative;
}

/* Bottom border effect */
.convention-badge a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  /* place border outside clip area */
  width: 100%;
  height: 1px;

  background: radial-gradient(99.64% 9007.75% at 0.36% 67.22%,
      rgba(255, 255, 255, 0) 0%,
      #fff 100%);
}


.search-bar {
  background: #0066C466;
  padding: 10px 12px;
  gap: 4px;
  width: 91.5%;
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
  border-image-source: radial-gradient(99.64% 9007.75% at 0.36% 67.22%,
      rgba(255, 255, 255, 0) 0%,
      #FFFFFF 100%);
}

.search-wrapper .convention-container {
  gap: 26px;
}

.search-bar svg {
  width: 18px;
  height: 18px;
}

.search-bar input[type="search"] {
  width: 100%;
  border: none;
  background: transparent;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
}

.search-bar input[type="search"]:focus-visible {
  outline: none !important;
}

h2.convention-heading {
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  padding: 0 0 12px 0;
  margin: 0;
}

.convention-card img {
  width: 100%;
  height: 225px;
}

.convention-card h3 {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 280px;
}

.convention-card p {
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;

}

.convention-card span {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;

}

.convention-card a {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  gap: 6px;
  align-items: center;
}

.convention-card {
  position: relative;
  z-index: 1;
  padding: 16px 16px 20px 16px;
  background: #0066C433;
}

.convention-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    radial-gradient(47.29% 133.67% at 91.38% 4.93%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%),
    radial-gradient(24.39% 61.55% at 6.62% 84.99%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%),
    #0D0D0D;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: 2;
}

.convention-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.convention-sections {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 60px;
  margin-top: 36px;
}

.heading-box {
  margin: 12px 0 4px 0;
}

.search-wrapper ul.nav {
  flex-direction: row;
  gap: 0;
  line-height: 0;
  border: 1px solid #FFFFFF;
  display: inline-flex;
}

.search-wrapper .nav-link.active {
  border-radius: 0;
  background: #EE1C24 !important;
  border: none !important;
  padding: 7.5px;
}

.search-wrapper .nav-tabs .nav-link:focus,
.search-wrapper .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.search-wrapper .nav-link:focus-visible {
  box-shadow: none;
}

.search-wrapper li.nav-item {
  background: transparent;
}

.search-wrapper li.nav-item svg {
  width: 25px;
  height: 25px;
}

.search-wrapper .nav-link {
  padding: 7.5px;
}

.filtered-conventions .image {
  width: 21.5%;
  object-fit: cover;
  height: 84px;
}

.filtered-conventions .card-content {
  width: 75%;
}

.filtered-conventions .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filtered-conventions h3 {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 190px;
}

.filtered-conventions p {
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.filtered-conventions span {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.filtered-conventions a {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.filtered-conventions {
  display: flex !important;
  gap: 12px;
  align-items: center;
  padding: 16px 16px 20px 16px;
  background: #0066C433;
}

.filtered-conventions .link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}

.filtered-conventions {
  position: relative;
}

.filtered-conventions::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: radial-gradient(47.29% 133.67% at 91.38% 4.93%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%),
    radial-gradient(24.39% 61.55% at 6.62% 84.99%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%),
    #0D0D0D;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.sort button.sort-btn {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: #0066C466;
  padding: 8px 12px;
  border: none;
  color: #fff;
}

.search-result .found-result h3 {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin: 26px 0 16px 0;
}

.sort-buttons {
  margin-top: 26px;
  display: flex;
  gap: 12px;
}

.search-result a.see-more-btn {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  margin: 28px 0;
}

.search-result .recent-search h3 {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin: 26px 0 16px 0;
}

.search-result {
  padding-bottom: 192px;
}

section.convention-map {
  line-height: 0;
}

html {
  margin: 0 !important;
}

@media (max-width:1366px) {
  .search-bar {
    width: 88.5%;
  }

  .filtered-conventions .image {
    width: 84px;
  }

  .filtered-conventions h3 {
    max-width: 130px;
  }
}

@media (max-width:1199px) {

  .filtered-conventions h3 {
    max-width: 100px;
  }
}

@media (max-width:1080px) {
  .convention-container {
    padding: 0 12px;
  }

  .convention-banner {
    padding: 0 0 60px 0;
  }

  .convention-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .convention-inner-banner {
    min-height: 463PX;
  }

  .convention-banner h1 {
    font-size: 76px;
  }

  .convention-banner p {
    font-size: 46px;
  }

  .convention-content h2 {
    font-size: 32px;
  }

  .convention-map h2 {
    font-size: 32px;
  }

  .get-involved h2 {
    font-size: 32px;
  }

  .convention-badge h2 {
    font-size: 32px;
  }

  .search-bar {
    width: 87%;
  }

  .search-result {
    padding-bottom: 60px;
  }

  .filtered-conventions h3 {
    max-width: 140px;
  }

  .filtered-conventions h3 {
    max-width: 80px;
  }
}

@media (max-width: 890px) {
  .search-bar {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .search-wrapper .convention-container {
    gap: 26px;
    flex-direction: column;
    align-items: end;
  }

  .search-bar {
    width: 100%;
  }

  .convention-banner h1 {
    font-size: 38px;
    margin-bottom: 8px;
  }

  .convention-banner p {
    font-size: 22px;
  }

  .convention-banner .convention-container {
    padding: 0 8px;
    margin: 0;
  }

  .convention-content h2 {
    font-size: 24px;
  }

  .convention-content p {
    font-size: 14px;
  }

  .convention-map h2,
  .convention-badge h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .get-involved h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .get-involved p,
  .convention-badge p {
    font-size: 14px;
  }

  .search-wrapper .convention-container {
    gap: 8px;
  }

  h2.convention-heading {
    font-size: 24px;
  }

  .convention-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .search-wrapper li.nav-item svg {
    width: 20px;
    height: 20px;
  }

  /* .filtered-conventions .image {
    width: auto;
    height: auto;
  } */

  .convention-card h3 {
    max-width: 230px;
  }

  .filtered-conventions h3 {
    max-width: 140px;
  }

  .convention-map iframe {
    height: 400px;
  }

  .card-list-view {
    display: flex;
    flex-direction: column;
  }

  section.convention-map {
    order: 2;
    margin-bottom: 60px;
  }

  .get-involved {
    margin: 0 0 60px 0;
  }

  .convention-sections {
    margin-bottom: 20px;
  }
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 14px;
  background: #ee1c24;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

#backToTop i {
  font-size: 18px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .bg-layer {
    bottom: -54px !important;
  }
}

/* popup-design */

.popup {
  position: fixed;
  z-index: 9999;
  background: #000000eb;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 12px #2c2c2c;
  max-width: 550px;
  line-height: 1.5;
}

.popup.bottom-right {
  bottom: 20px;
  right: 20px;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #ee1c24;
}

.popup-content h3 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  font-family: 'TheSludAndLionBold';
  margin-bottom: 15px;
}

.popup-content p,
.popup-content label {
  font-family: "PoppinsRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 12px;
  color: var(--white);
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .popup-content h3 {
    font-size: 25px;
  }

  .popup-content p,
  .popup-content label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .popup-close {
    right: 10px;
    font-size: 35px;
  }

  .popup.bottom-right {
    right: 0;
  }
}

@media (max-width: 575px) {
  .popup.bottom-right {
    right: 0;
    margin: 20px;
  }
}

/* pacific-rim-template-custom-css-correction */
.postid-13711 .hero-section {
  background-size: cover;
}

.postid-13711 .pcfcrim-wrapper h2 {
  margin-bottom: 38px;
  font-size: 40px;
}

.postid-13711 .pcfcrim-wrapper .evil_btn {
  font-size: 24px;
  padding: 15px 32px;
}

.postid-13711 .text-overlay {
  padding: 79px 0 79px 40px;
}

.postid-13711 .core-rulebook-wrpr .core-rulebook-row {
  display: flex;
  gap: 36px;
}

.postid-13711 .core-rulebook-wrpr .cols-2 {
  width: 40%;
}

.postid-13711 .core-rulebook-wrpr .cols-1 {
  width: 60%;
}

.postid-13711 .pcfcrim-game-img {
  justify-content: center;
  display: flex;
}

.postid-13711 .breadc-custom {
  padding: 40px 0px 32px 0;
}

/* pacific-rim-changes */
.postid-13711 .custom-pacific-game-css .pcfcrim-game-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 199px;
  text-align: center;
}

.postid-13711 .pcfcrim-game-img {
  width: 45%;
}

.postid-13711 .pcfcrim-game-content {
  width: 55%;
}

.postid-13711 .text-overlay h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.postid-13711 .adventure-game-aboutus h2 {
  margin-bottom: 0;
  padding: 32px 0;
}

.postid-13711 .adventure-game-aboutus {
  padding: 0 !important;
  background: transparent;
}

.postid-13711 .tabs-bg {
  background: transparent;
}

.postid-13711 .tabs {
  padding: 0;
  gap: 28px;
  padding-bottom: 32px;
}

.postid-13711 .tabs div {
  padding: 10px 32px;
  font-size: 18px;
}

.postid-13711 .tab-content {
  padding: 0 !important;
}

.postid-13711 .game-detail-bc {
  background: transparent;
}

.postid-13711 .main-wrapper::before {
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/bg.png);
}

.postid-13711 .aboutus-main-wrpr .aboutus-grid:before {
  display: none;
}

.postid-13711 .aboutus-grid {
  position: relative;
  background: rgba(0, 102, 196, 0.2);
  padding: 40px;
  overflow: hidden;
}

.postid-13711 .aboutus-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    radial-gradient(47.29% 133.67% at 91.38% 4.93%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%),
    radial-gradient(24.39% 61.55% at 6.62% 84.99%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%),
    #0D0D0D;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.postid-13711 .aboutus-main-wrpr .aboutus-grid {
  padding: 32px 30px;
}

.postid-13711 .feature-content {
  max-width: unset;
  padding: 60px 60px 32px 60px !important;
  margin-bottom: 0 !important;
}

.postid-13711 .content {
  padding-bottom: 0 !important;
}

.postid-13711 .feature-cool-main-wrpr {
  margin-top: 32px !important;
}

.postid-13711 .core-rulebook-wrpr {
  margin: 32px 0 !important;
}

.postid-13711 .explore-more-wrapper {
  padding: 48px 0;
}

.postid-13711 .text-overlay {
  max-width: 53%;
}

.evil_explore__menu .menu_ex_close {
  height: 50px !important;
  width: 50px !important;
}

/* Nacho Conline */

/* HERO */
.hero {
  height: auto;
  background: url(/wp-content/themes/evil-genius-games/assets/css/../images/slider/nacho-conline.png) no-repeat center/cover;
}

.hero-content {
  padding: 32px 40px;
}

.hero-content .logo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 60px;
}

.hero h1 {
  font-family: "Cucciolo";
  font-weight: 400;
  font-size: 184.9px;
  line-height: 160px;
  text-align: left;
  max-width: 50%;
}

.banner {
  color: #FFFFFF;
  padding: 48px 32px 48px;
}

.banner .content {
  padding-bottom: 0;
}

.header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
}

.title {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  font-family: "TheSludAndLionMedium";
}

.date span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin: 0;
  font-family: 'PoppinsRegular';
}

p.date {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.date img {
  width: 100%
}

.description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 16px;
  font-family: "TheSludAndLionMedium";

}

.features {
  margin-bottom: 24px;
  padding-left: 26px
}

.features li {
  font-family: 'PoppinsRegular';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.registration {
  font-family: "PoppinsMedium";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.become-gm {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.gm-call {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #EE1C24;
  font-family: "TheSludAndLionMedium";
}

.btn-join-discord {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #EE1C24;
  text-decoration: none;
  border: 1px solid #EE1C24;
  padding: 12px 20px
}

.buttons {
  display: flex;
  gap: 20px
}

.btn-sign-up {
  font-family: "The Slug and Lion";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 12px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #EE1C24;
}

span.c-class {
  font-family: "Cucciolo";
  font-weight: 400;
  font-size: 125.05px;
  line-height: 119.37px;
}

.on {
  font-family: "Cucciolo";
  font-weight: 400;
  font-size: 103.87px;
  line-height: 48.07px;
  vertical-align: middle;
}

.line {
  font-family: "Cucciolo";
  font-weight: 400;
  font-size: 103.87px;
  line-height: 48.07px;
  position: relative;
  vertical-align: middle;
}

.year {
  font-family: "Cucciolo";
  font-weight: 400;
  font-size: 125px;
  line-height: 136.22px;
  letter-spacing: 0%;
  margin-left: 11px;
}

.underline {
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  /* line thickness */
  background-color: #E6DDC0;
  z-index: 2;
}

span.line {
  color: #E6DDC0;
}

.become-gm a.btn-sign-up {
  position: relative;
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 12px 20px;
  text-decoration: none;
  background: #EE1C24;
  color: #fff;

  clip-path: polygon(0% 0%,
      /* top-left */
      87% -6%,
      /* angled top-right start */
      100% 50%,
      /* right tip */
      100% 100%,
      /* bottom-right */
      10% 100%,
      /* bottom-left */
      0 60%
      /* diagonal bottom-left */
    );

  display: inline-block;
  position: relative;
}

/* Bottom border effect */
.become-gm a.btn-sign-up::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  /* place border outside clip area */
  width: 100%;
  height: 1px;

  background: radial-gradient(99.64% 9007.75% at 0.36% 67.22%,
      rgba(255, 255, 255, 0) 0%,
      #fff 100%);
}

.become-gm a.btn-join-discord {
  position: relative;
  font-family: 'The Slug and Lion', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 12px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}

/* BORDER LAYER */
.become-gm a.btn-join-discord::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #EE1C24;
  /* RED border color */
  clip-path: polygon(0 0,
      calc(100% - 18px) 0,
      100% 18px,
      100% 100%,
      18px 100%,
      0 calc(100% - 18px));
  z-index: -1;
}

/* INNER CUT */
.become-gm a.btn-join-discord::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #000;
  clip-path: polygon(0 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% 100%,
      16px 100%,
      0 calc(100% - 16px));
  z-index: -1;
}

.panels-section {
  padding: 0 32px 48px;
}

.header h2 {
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px
}

.panel-card {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background: #0066C433;
  position: relative;
}


.panel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    radial-gradient(47.29% 133.67% at 91.38% 4.93%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%),
    radial-gradient(24.39% 61.55% at 6.62% 84.99%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%),
    #0D0D0D;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: 2;
}

.panel-title {
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  max-width: 90.8%;
}

.panel-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

.register-btn {
  font-family: "PoppinsRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
}

.panel-time {
  font-family: "PoppinsMedium";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
  margin-top: 12px;
  margin-bottom: 4px;
  line-height: 24px;
}

.panel-date {
  font-family: "PoppinsRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.more-information {
  font-family: "PoppinsRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}

.email {
  color: #EE1C24;
  text-decoration: underline;
}

.email:hover {
  color: #EE1C24;
}

.become-gm a.btn-join-discord:hover {
  color: #EE1C24;
}

@media screen and (max-width:834px) {
  .top-content {
    gap: 85px;
  }

  .panel-title {
    font-size: 20px
  }

  .register-btn {
    font-size: 14px;
  }

  .panels-section {
    padding: 40px 16px;
  }

  .header h2 {
    font-size: 32px;
    margin-bottom: 20px
  }

  .panel-cards {
    margin-bottom: 40px;
  }

  .hero h1 {
    font-size: 110px;
    line-height: 96px;
  }

  span.c-class {
    font-size: 75px;
    line-height: 71px;
  }

  .on {
    font-size: 62px;
    line-height: 28px;
  }

  .line {
    font-size: 62px;
    line-height: 28px;
  }

  .year {
    font-size: 75px;
    line-height: 81px;
  }

  .logo img {
    width: 80px;
  }

  .title {
    font-size: 32px;
  }

  .date span {
    font-size: 16px;
  }

  .banner {
    padding: 40px 16px 48px;
  }

  .panels-section {
    padding: 0 16px 20px 16px;
  }

  .hero-content {
    padding: 48px 12px;
  }
}

@media screen and (max-width:768px) {
  .panel-card {
    flex-direction: column;
    gap: 12px;

  }

  .panel-title {
    font-size: 16px;
    line-height: 28px;
  }

  .panel-time {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .panel-date {
    font-size: 14px;
  }

  .panels-section {
    padding: 0 16px 107px 16px;
  }

  .header h2 {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 32px;
  }

  .panel-cards {
    margin-bottom: 28px;
  }

  .more-information {
    font-size: 12px;
    max-width: 205px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .become-gm {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

  .header {
    gap: 10px;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: start;
  }

  p.date {
    padding: 8px 0;
  }

  .description {
    font-size: 18px;
  }

  .features li {
    font-size: 14px;
  }

  .registration {
    font-size: 14px;
  }

  .become-gm a.btn-join-discord,
  .become-gm a.btn-sign-up {
    font-size: 16px;
  }

  .banner {
    padding: 32px 16px 32px;
  }

  .hero-content {
    padding: 32px 8px;
  }

  .hero h1 {
    font-size: 84px;
    line-height: 74px;
  }

  span.c-class {
    font-size: 60px;
    line-height: 55px;
  }

  .on {
    font-size: 48px;
    line-height: 22px;
  }

  .line {
    font-size: 48px;
    line-height: 22px;
  }

  .year {
    font-size: 60px;
    line-height: 63px;
  }

  .hero-content .logo {
    margin-bottom: 132px;
  }
}

/* Nacho Conline Css Ends */

/* Homepage-Redesign-css */

/* Cinematic-Section */
.cinematic-sourcebook-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cinematic-content {
  width: 70% !important;
  background-image: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/home-bg-cinematic.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right;
}

.right-theme .cinematic-content {
  background-position: left !important;
  background-image: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/homepage-bg-left.png) !important;
}

.cinematic-image {
  width: 30%;
}

.group-images img {
  max-width: 270px;
  object-fit: cover;
}

.cinematic-sourcebook-card h2 {
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 8px;

}

.cinematic-sourcebook-card p {
  font-family: "PoppinsMedium" !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 24px;
}

.group-images {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.cinematic-pd {
  padding: 32px;
}

.cinematic-sourcebook .subheadings .title {
  margin-bottom: 44px;
  margin-top: 180px;
}

.cinematic-wrapper {
  display: flex;
  flex-direction: column;
  gap: 186px;
}

.cinematic-sourcebook {
  margin-bottom: 153px;
}

/* Cinematic-Section-css */

/* core-system-image */
.core-system-images {
  display: flex;
  align-items: end;
}

.core-large-img {
  width: 44%;
}

.core-book-images {
  width: 56%;
  margin-left: -60px;
  display: flex;
  align-items: end;
  gap: 20px;
}

.core-system-content,
.cnt-2 {
  display: flex;
}

.core-system-content {
  gap: 20px;
}

.core-description {
  max-width: 762px;
}

.cnt-2 {
  gap: 20px;
  max-width: 975px;
}

.coresystem-section h2 {
  font-family: "TheSludAndLionMedium";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 8px;

}

.coresystem-section p {
  font-family: "PoppinsMedium" !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0%;
  vertical-align: middle;
}

.coresystem-section ul {
  padding: 0;
}

.coresystem-section li {
  font-family: "PoppinsMedium" !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0%;
  vertical-align: middle;
}

.cnt-1 {
  padding-top: 32px;
}

.core-system-card {
  padding: 32px 32px 40px 32px;
  background-image: url(/wp-content/themes/evil-genius-games/assets/css/../images/bg/core-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right;
  margin-top: 36px;
}

.core-system-wrappper {
  display: flex;
  flex-direction: column;
  gap: 108px;
}

.core-system-images {
  padding-top: 32px;
}