/*!
 Theme Name:     Gamomat Clients Area
 Theme URI:      https://www.bajorat-media.com
 Description:    Gamomat Clients Area
 Author:         Bajorat Media
 Author URI:     https://www.bajorat-media.com
 Version:        1.0.1
*/
body {
  --button-bg-color: #68952D !important;
  --button-bg-hover-color: #a6ce3d !important;
  --button-outline-color: #a6ce3d !important;
}

.gform_required_legend {
  display: none !important;
}

.header-subsites {
  max-width: 50rem;
}
.header-subsites h2 {
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a6ce3d;
}

nav li.current-menu-item a,
nav li.current_page_item a {
  color: var(--color-accent) !important;
}

/* GFORM Styling */
.gform_wrapper {
  max-width: 50rem;
}
.gform_wrapper .gform_title {
  display: none;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=url],
.gform_wrapper input[type=password],
.gform_wrapper input[type=search],
.gform_wrapper input[type=number],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=range],
.gform_wrapper input[type=date],
.gform_wrapper input[type=month],
.gform_wrapper input[type=week],
.gform_wrapper input[type=time],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=color],
.gform_wrapper textarea,
.gform_wrapper select {
  -webkit-appearance: auto;
  appearance: auto;
  border: 1px solid #dadada;
  padding: 10px 15px !important;
  outline: 0;
  transition: 0.3s ease-in-out all;
  background: #fff;
  width: 100% !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=search]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=range]:focus,
.gform_wrapper input[type=date]:focus,
.gform_wrapper input[type=month]:focus,
.gform_wrapper input[type=week]:focus,
.gform_wrapper input[type=time]:focus,
.gform_wrapper input[type=datetime]:focus,
.gform_wrapper input[type=datetime-local]:focus,
.gform_wrapper input[type=color]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border: 1px solid #b4b4b4;
}
.gform_wrapper input[type=checkbox] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  margin-top: 0 !important;
  margin-right: 5px;
}
.gform_wrapper select {
  border: 1px solid #e9e9e9;
}
.gform_wrapper textarea {
  width: 100%;
}
.gform_wrapper .gform_button,
.gform_wrapper input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  transition: 0.3s ease-in-out all;
  background: #a6ce3d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.gform_wrapper .gform_button:hover,
.gform_wrapper input[type=submit]:hover {
  background: rgb(153.049382716, 192.8024691358, 48.6975308642);
}
.gform_wrapper .gfield_password_strength {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.gform_wrapper .gfield_password_strength.blank {
  background: #f3f3f3;
}
.gform_wrapper .gfield_password_strength.short {
  background: #ffc4c4;
}
.gform_wrapper .gfield_password_strength.bad {
  background: #f8d7b4;
}
.gform_wrapper .gfield_password_strength.good {
  background: #fff7b1;
}
.gform_wrapper .gfield_password_strength.strong {
  background: #b5ffa8;
}

.gform_login_widget,
.register-wrapper {
  max-width: 20rem;
  padding: 40px !important;
  margin: 30px 0;
  background: #1e201d;
  color: #fff;
  box-shadow: 10px 14px 15px rgba(0, 0, 0, 0.75);
}
.gform_login_widget h2,
.register-wrapper h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.gform_login_widget p br,
.register-wrapper p br {
  display: none;
}
.gform_login_widget p img,
.register-wrapper p img {
  max-width: 50px;
  margin-bottom: 15px;
}
.gform_login_widget p a,
.register-wrapper p a {
  display: none;
}
.gform_login_widget .gf_login_form #gform_fields_login,
.register-wrapper .gf_login_form #gform_fields_login {
  display: flex;
  flex-direction: column;
}
.gform_login_widget .gf_login_form #gform_fields_login #field_0_3,
.register-wrapper .gf_login_form #gform_fields_login #field_0_3 {
  display: none;
}
.gform_login_widget .gf_login_links a,
.register-wrapper .gf_login_links a {
  display: inline;
  border: none;
  padding: 0;
  background: none !important;
  color: #ccc !important;
}
.gform_login_widget .gf_login_links a:hover,
.register-wrapper .gf_login_links a:hover {
  color: #a6ce3d !important;
}
.gform_login_widget a,
.register-wrapper a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
  transition: 0.3s ease-in-out all;
}
.gform_login_widget a:hover,
.register-wrapper a:hover {
  background: #dedede;
}

.register-wrapper {
  max-width: 40rem;
}

/* Login / Register */
.page-template-login-register .login-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-login-register .login-container .wrapper {
  position: relative;
  margin-top: 0;
}
.page-template-login-register .login-container .wrapper input:not([type=submit]) {
  color: #000;
}
.page-template-login-register .login-container .wrapper a {
  font-size: 13px;
  color: #a6ce3d;
}
.page-template-login-register .login-container .wrapper .gform_login_widget,
.page-template-login-register .login-container .wrapper .register-wrapper {
  padding-top: 130px !important;
}
.page-template-login-register .login-container .wrapper .gform_button,
.page-template-login-register .login-container .wrapper input[type=submit] {
  display: block;
  width: 100%;
  background: #b9bdbf;
  color: #000;
}
.page-template-login-register .login-container .wrapper .gform_button:hover,
.page-template-login-register .login-container .wrapper input[type=submit]:hover {
  background: #a6ce3d;
  color: #fff;
}
.page-template-login-register .login-container .widget-title {
  display: none;
}
.page-template-login-register .login-container .brand-logo-svg {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 30px;
  color: #a6ce3d;
}
.page-template-login-register .login-container .brand-logo-svg:after {
  position: absolute;
  top: 31px;
  left: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #4d5148;
  transform: translate(-50%, 0);
  content: "Client Area";
  text-transform: uppercase;
}
.page-template-login-register .gform_login_widget,
.page-template-login-register .register-wrapper {
  margin: 0 auto;
}
.page-template-login-register .main-header,
.page-template-login-register .main-footer {
  display: none;
}

/* Ingame Feature Styling */
.game-feature p, .game-feature ul, .game-feature li, .game-feature ol {
  color: #fff;
}
.game-feature .shifted-content-text {
  padding-top: 15px;
}
.game-feature .zoom-image picture {
  overflow: hidden;
  display: block;
}
.game-feature .zoom-image:hover img {
  transition: transform 0.2s ease-in-out;
  transform: scale(1.1);
}

.igf2-content {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 576px) {
  .differen-order-content {
    flex-direction: column;
  }
}
.differen-order-content:nth-child(odd) .image-col {
  order: 1;
}
@media (max-width: 576px) {
  .differen-order-content:nth-child(odd) .image-col {
    order: 0;
  }
}
.differen-order-content:nth-child(odd) .image-col .text-container {
  padding-right: 5px;
}
@media (max-width: 576px) {
  .differen-order-content:nth-child(odd) .image-col .text-container {
    padding-right: 0;
  }
}
.differen-order-content:nth-child(odd) .text-col {
  order: 0;
}
@media (max-width: 576px) {
  .differen-order-content:nth-child(odd) .text-col {
    order: 1;
  }
}
.differen-order-content:nth-child(odd) .text-col .text-container {
  padding-right: 5px;
}
@media (max-width: 576px) {
  .differen-order-content:nth-child(odd) .text-col .text-container {
    padding-right: 0;
  }
}
.differen-order-content:nth-child(even) .image-col {
  order: 0;
}
.differen-order-content:nth-child(even) .image-col .text-container {
  padding-left: 5px;
}
@media (max-width: 576px) {
  .differen-order-content:nth-child(even) .image-col .text-container {
    padding-right: 0;
  }
}
.differen-order-content:nth-child(even) .text-col {
  order: 1;
}
.differen-order-content:nth-child(even) .text-col .text-container {
  padding-left: 5px;
}
@media (max-width: 576px) {
  .differen-order-content:nth-child(even) .text-col .text-container {
    padding-right: 0;
  }
}

.primary-color-ingame h1, .primary-color-ingame h2, .primary-color-ingame h3, .primary-color-ingame h4, .primary-color-ingame h5, .primary-color-ingame h6,
.secondary-color-ingame h1,
.secondary-color-ingame h2,
.secondary-color-ingame h3,
.secondary-color-ingame h4,
.secondary-color-ingame h5,
.secondary-color-ingame h6 {
  text-transform: none;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

.responsive_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive_video iframe,
.responsive_video object,
.responsive_video embed,
.responsive_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.game-feature-hero img {
  margin: 0 auto;
}

.ingame-features-template .text-container ul,
.ingame-features-template .text-container ol {
  margin-left: 20px !important;
}

/* FOOTER Styling */
.main-footer .row {
  max-width: 700px;
}

.gfield_consent_label a {
  border: none !important;
}

.login-logo-area-v2 {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 30px;
  color: #a6ce3d;
}
.login-logo-area-v2 img {
  max-width: 200px;
  height: auto;
}

.badge {
  background-color: #eee;
  color: #333;
  border-radius: 12px;
  padding: 2px 6px;
  font-size: 0.85em;
  margin-left: 10px;
}

ul.select .option {
  display: flex;
}
ul.select .option .badge {
  margin-left: auto;
  margin-right: 10px;
}

#csv-download {
  --button-bg-color: #68952D;
  background: var(--button-bg-color) url("assets/images/csv.svg") no-repeat right center;
  background-size: 20px 20px;
  font-size: 1rem;
  min-height: 2.6rem;
  padding: 0.6rem 1rem;
  padding-right: 30px;
  border: none;
  border-right: 0.8rem solid var(--button-bg-color);
  color: var(--button-color);
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  cursor: pointer;
  margin-top: 2rem;
  margin-right: 10px;
  text-wrap: nowrap;
  transition: all 0.3s ease-in-out !important;
}
#csv-download:hover {
  --button-bg-hover-color: #a6ce3d;
  background-color: var(--button-bg-hover-color);
  border-right: 0.8rem solid var(--button-bg-hover-color);
}

.downloads-footer button.submit,
.gform_wrapper .gform_button, .gform_wrapper input[type=submit],
.custom-checkbox .custom-checkbox-input :checked + .custom-checkbox-control:not(.switch),
main a:not(.link-img).selected {
  --button-bg-color: #68952D;
  --chk-checked-color: #68952D;
  --link-bg-selected-color: #68952D;
}

.gform_wrapper .gform_button, .gform_wrapper input[type=submit] {
  background: #68952D !important;
}
.gform_wrapper .gform_button:hover, .gform_wrapper input[type=submit]:hover {
  background: #a6ce3d !important;
}

#game_filter_container_with_csv_export {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #game_filter_container_with_csv_export {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: left;
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
