/**
Close icon
 */
.icon-close {
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0.4;
}
.icon-close:hover {
  opacity: 1;
}
.icon-close:before, .icon-close:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #000;
  left: 50%;
}
.icon-close:before {
  transform: rotate(45deg);
}
.icon-close:after {
  transform: rotate(-45deg);
}

/**
Countries popup
 */
.wp-cs-countries {
  cursor: pointer;
}

.wp-cs-wrap .geo-popup-overlay {
  position: fixed;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000;
  transition: opacity 0.15s linear 0s;
  z-index: 2000000;
}
.wp-cs-wrap .container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0.5% 1% 1% 1%;
  overflow-y: scroll;
  z-index: 2000001;
}
.wp-cs-wrap .container .icon-close {
  right: 3em;
  top: 3em;
  height: 2em;
  width: 2em;
  position: fixed;
}
@media (max-width: 1024px) {
  .wp-cs-wrap .container .icon-close {
    top: 1.5em;
    right: 1.5em;
  }
}
.wp-cs-wrap .container .content {
  width: 60%;
  margin: auto;
}
@media (max-width: 1024px) {
  .wp-cs-wrap .container .content {
    width: 90%;
  }
}
.wp-cs-wrap .container .content h2 {
  text-align: center;
  font-size: 2.5em;
  marign: 2em 0;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .wp-cs-wrap .container .content h2 {
    font-size: 1.7em;
  }
}
.wp-cs-wrap .container .content .region {
  margin-top: 2em;
}
.wp-cs-wrap .container .content .region h3 {
  font-weight: 600;
}
.wp-cs-wrap .container .content .region .countries {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-cs-wrap .container .content .region .countries li {
  width: 25%;
  text-align: left;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .wp-cs-wrap .container .content .region .countries li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wp-cs-wrap .container .content .region .countries li {
    width: 100%;
  }
}
.wp-cs-wrap .container .content .region .countries li a {
  font-weight: 400;
  font-size: 1.3em;
}

/**
GEO popup
 */
.geo-wrap .geo-popup-overlay {
  position: fixed;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000;
  transition: opacity 0.15s linear 0s;
  z-index: 2000000;
}
.geo-wrap .geo-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000001;
  background: #e6e6e6;
  border-radius: 6px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  width: 640px;
  max-width: 95%;
  padding: 1% 2.5% 2.5% 2.5%;
  box-sizing: border-box;
}
.geo-wrap .geo-container .icon-close {
  right: 1em;
  top: 1em;
  height: 1.3em;
  width: 1.3em;
}
.geo-wrap .geo-container .geo-content .header .logo img {
  max-width: 50px;
  width: 25%;
  height: auto;
  display: block;
  margin: auto;
}
.geo-wrap .geo-container .geo-content .header h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 1px;
}
.geo-wrap .geo-container .geo-content .geo-detected-country {
  font-weight: 600;
}
.geo-wrap .geo-container .geo-content .geo-description {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
}
.geo-wrap .geo-container .geo-content .geo-links {
  margin-top: 1.5em;
}
.geo-wrap .geo-container .geo-content .geo-links a {
  display: table;
  font-size: 1.1em;
  border: 1px solid #000;
  padding: 0.5em 3em;
  text-align: center;
  margin: 1em auto;
  color: #4d4d4d;
}
.geo-wrap .geo-container .geo-content .geo-links a:hover {
  color: #000;
}

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