@charset "UTF-8";
.mce-notification {
  display: none !important; }

/********************
*	Map and Store actions
********************/
.go_actions_wrapper_flex a {
  color: #1a1a1a !important; }

.go_actions_wrapper_flex {
  display: flex;
  justify-content: flex-end; }

.go_actions_wrapper {
  display: inline; }

.go_actions_wrapper_flex,
.go_actions_wrapper {
  font-size: 18px !important;
  padding: 5px 10px !important; }
  .go_actions_wrapper_flex > span span,
  .go_actions_wrapper > span span {
    padding: 0 10px !important; }
  .go_actions_wrapper_flex a,
  .go_actions_wrapper a {
    display: inline !important; }

.fa-clone {
  cursor: pointer; }

.fa-cloner:hover {
  color: #ccc; }

/********************
*	END
********************/
.go_acf_hidden {
  display: none; }

.go_check_autosave_wrapper {
  border: solid 2px;
  background: white;
  padding: 10px;
  margin: 10px 0; }

#social_feed {
  background-color: #cccccc; }

.go_social_button {
  margin: 5px;
  padding: 5px 10px; }

/********************
*	Fix for Elementor Select2 jumps to top
********************/
/********************
*	Quest Reader Masonry Cards
********************/
/*
#go_cards {
	display: flex;
	flex-flow: column wrap;
	clear:both;
	height: 200px;
}

.go_blog_post_card_wrapper {
	width: 30%;
	min-width: 306px;
	padding: 20px;
	margin: 10px;
	background-color: white;
	overflow: hidden;
}*/
#go_cards {
  clear: both; }

.go_blog_post_card_wrapper {
  padding: 20px;
  margin: 10px;
  background-color: white; }

.go_blog_post_card_sizer {
  width: 100%; }

@media (min-width: 400px) {
  .go_blog_post_card_sizer {
    width: 100%; } }

@media (min-width: 768px) {
  .go_blog_post_card_sizer {
    width: 50%; } }

@media (min-width: 1024px) {
  .go_blog_post_card_sizer {
    width: 33%; } }

.go_likes_list img {
  width: 35px;
  height: 35px; }

.go_quest_reader_lightbox .featherlight-content {
  width: 95%;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
  background: #efefef !important;
  overflow: scroll !important; }

/********************
*	User Bar
********************/
/* Here's the new CSS to add... */
.admin-bar #go_user_bar {
  top: 32px; }

body:not(.wp-admin) {
  display: none; }

body.wp-customizer {
  display: block; }

body.wp-admin {
  margin-top: unset;
  display: block; }

#wpadminbar {
  z-index: 100000 !important; }

#go_user_bar {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100000;
  font-family: sans-serif;
  font-size: 14px; }
  #go_user_bar .progress-bar-border {
    width: 100%;
    margin-top: -1px; }
  #go_user_bar #go_user_bar_top {
    display: flex;
    justify-content: center;
    background-color: #2d2d2d;
    height: 55px; }
  #go_user_bar #go_admin_bar_gold {
    font-family: 'B612 Mono', monospace; }
    #go_user_bar #go_admin_bar_gold .coin_wrapper {
      line-height: .5em; }
    #go_user_bar #go_admin_bar_gold .go_coin {
      font-size: .5em;
      top: 5px; }
    #go_user_bar #go_admin_bar_gold .go_amount {
      bottom: 0px; }
  #go_user_bar #go_user_bar_inner {
    display: flex;
    white-space: nowrap;
    padding: 0 40px; }
  #go_user_bar .go_user_bar_icon {
    text-align: center;
    line-height: .8em;
    padding: 5px 10px; }
    #go_user_bar .go_user_bar_icon .ab-icon, #go_user_bar .go_user_bar_icon img {
      font-size: 23px;
      margin: 3px 0px 8px 0px; }
    #go_user_bar .go_user_bar_icon img {
      margin-top: 0px;
      margin-bottom: 4px; }
    #go_user_bar .go_user_bar_icon .go_player_bar_text {
      font-size: 14px; }
  #go_user_bar #go_user_bar_loot {
    text-align: center;
    display: block;
    height: 48px; }
    #go_user_bar #go_user_bar_loot .wide_content {
      margin: 0px 15px 0px 0px;
      display: table-cell;
      vertical-align: middle;
      height: 48px; }
      #go_user_bar #go_user_bar_loot .wide_content p {
        margin: 0; }
    #go_user_bar #go_user_bar_loot .narrow_content {
      font-size: .8em;
      vertical-align: middle;
      height: 48px; }
  #go_user_bar .userbar_dropbtn {
    display: flex; }
  #go_user_bar .userbar_dropdown,
  #go_user_bar .userbar_dropdown_toggle {
    position: relative;
    display: inline-block; }
  #go_user_bar .userbar_dropdown-content {
    display: none;
    position: absolute;
    background-color: #2d2d2d;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 30px;
    top: 54px; }
  #go_user_bar .userbar_dropdown-content.search {
    margin-left: -250px; }
  #go_user_bar .userbar_dropdown:hover .userbar_dropdown-content {
    display: block;
    z-index: 100001; }
  #go_user_bar .narrow_content {
    display: none; }

.max_health {
  background: gold;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, red, orange, yellow, green, cyan, blue, violet);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, red, orange, yellow, green, cyan, blue, violet);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, red, orange, yellow, green, cyan, blue, violet);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet); }

@media screen and (max-width: 782px) {
  .admin-bar #go_user_bar {
    top: 46px; }
  #wpadminbar .ab-icon:before {
    text-align: center;
    font-size: 34px;
    height: 46px;
    line-height: 47px; }
  /*
	body.blog{margin-top: 39px !important;}
	html #go_user_bar {
		.narrow_content {
			display: block;
		}
		.wide_content {
			display: none;
		}
		.go_player_bar_text{
			display: none;
		}
	}*/ }

@media screen and (max-width: 600px) {
  #go_user_bar {
    position: absolute;
    top: 0px; }
  body {
    margin-top: 0px; } }

.go_loader_container {
  width: 100%;
  text-align: center;
  margin: 60px 0px; }

img {
  max-width: 100%;
  height: auto; }

.go_help_vid {
  float: left;
  padding: 0 8px; }

.go_display_flex {
  display: flex; }

.go_help_info_icon {
  font-size: 1.2em; }

.go_favorite_container label {
  cursor: pointer; }
  .go_favorite_container label input[type="checkbox"] {
    display: none; }
  .go_favorite_container label .go_favorite_label:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: '\f004';
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    color: #aaaaaa;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 2em; }
  .go_favorite_container label input[type="checkbox"]:checked + .go_favorite_label:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f004";
    color: #8B0000;
    font-size: 2em;
    font-weight: 900; }

.go_is_favorite_container .go_is_favorite_label:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f004';
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 2em;
  color: #8B0000; }

.go_favorite_container span.checkbox::before {
  width: 27px;
  height: 27px;
  background-color: #fff;
  left: -35px;
  box-sizing: border-box;
  border: 3px solid transparent;
  transition: border-color .2s; }

.go_favorite_container span.checkbox:hover::before {
  border: 3px solid #F0FF76; }

.go_favorite_container span.checkbox::after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  left: -31px;
  top: 2px;
  color: transparent;
  transition: color .2s;
  font-weight: 900; }

input[type="checkbox"]:checked + label span.checkbox::after {
  color: #62AFFF; }

/*
.go_blog_stage {
	border: solid 1px;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	background-color: #ededed;
	margin-bottom: 10px;
}
*/
#go_datepicker_container {
  text-align: right; }

.daterangepicker {
  z-index: 100003 !important; }
  .daterangepicker td, .daterangepicker th {
    padding: 0; }

#go_user_filters {
  width: 100%;
  padding-bottom: 20px; }

#go_user_filters_1 {
  text-align: right; }

#go_user_filters_1 .user_filter {
  min-width: 150px;
  padding-left: 10px; }
  #go_user_filters_1 .user_filter label {
    padding: 0 10px; }

#go_user_filters_1 label {
  float: left; }

#go_action_filters {
  flex-wrap: wrap;
  padding: 20px 40px 20px 20px; }
  #go_action_filters div {
    padding: 0 15px;
    align-items: center; }

.status_filters, .order_filter {
  padding: 20px 40px 20px 20px; }

.order_filter {
  float: left; }

#go_leaderboard_filters {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid black;
  border-radius: 3px;
  padding: 15px;
  background-color: white; }
  #go_leaderboard_filters > span {
    margin-right: 20px; }

/**VIDEOS EMBEDED WITH MEDIA MANAGER
https://cfxdesign.com/how-to-make-the-wordpress-video-shortcode-responsive/
*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important; }

.mejs-container {
  /**padding-top: 56.25%;*/ }

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important; }

video.wp-video-shortcode {
  position: relative; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mejs-controls {
  display: none;
  background: rgba(0, 0, 0, 0.5); }

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important; }

/**
 *for the media modal
 */
.media-modal .gallery-settings .setting:first-of-type {
  display: none; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.featherlight {
  z-index: 100002 !important;
  background: rgba(0, 0, 0, 0.8) !important; }

.featherlight.help {
  z-index: 999999 !important; }

body:not(.wp-customizer) #__wp-uploader-id-2,
body:not(.wp-customizer) .media-modal {
  z-index: 160000 !important; }

.swal-overlay {
  z-index: 100005 !important; }

.swal-button--save {
  background-color: forestgreen !important; }

.swal-button--save:hover {
  background-color: darkseagreen !important; }

.swal-button--exit {
  background-color: indianred !important; }

.swal-button--exit:hover {
  background-color: pink !important; }

/**
 *ACF Loot Color
 */
#go_loot_table .acf-switch,
#go_loot_table .go-acf-switch,
.go_loot_table .go-acf-switch,
#go_loot_table.penalty {
  background: pink !important;
  border-color: indianred !important; }

#go_loot_table .acf-switch.-on,
#go_loot_table .go-acf-switch.-on,
.go_loot_table .go-acf-switch.-on,
#go_loot_table.reward {
  background: forestgreen !important;
  border-color: darkgreen !important; }

/**
 *Messages form
*/
#go_messages .form-table th,
#go_messages .form-table td {
  vertical-align: top;
  text-align: left;
  padding: 5px 5px 5px 0px;
  font-weight: 400;
  border: none; }

#go_messages #go_custom_message_table {
  border: none; }

.go_reset_task_message .go_pink {
  background-color: pink; }

#go_messages .go-acf-fields.-border {
  border: none; }

#go_messages .go-acf-field {
  padding: 5px !important;
  font-size: 11pt; }

#wp-admin #go_messages .form-table th,
#wp-admin #go_messages .form-table td {
  text-align: left;
  padding: 5px 5px 5px 0px;
  width: 300px;
  font-weight: 400; }

#go_messages .acf-table {
  border: solid 1px #8c8888 !important; }

#go_messages .select2-container {
  width: 100% !important; }

.swal2-container {
  z-index: 100003 !important; }

.go_messages_loot {
  padding: 10px; }
  .go_messages_loot .go_badge_wrap {
    float: unset; }

/*
.go_messages_rewards{
	background-color: lightgreen;
}

.go_messages_penalties{
	background-color: pink;
}
*/
/*
.go_blog_elements {
	display: flex;
	flex-wrap: wrap;
}*/
.go_required_blog_content.width100 {
  width: 100%; }

/********************
*	Select2 fields for taxonomy selects
********************/
.select2-container {
  min-width: 125px; }

.select2-container--open {
  z-index: 9999999999; }

/********************
*	Check for Understanding Buttons
********************/
#go_buttons {
  overflow: auto;
  position: relative;
  padding: 10px;
  min-height: 40px; }

#go_back_button {
  float: left;
  position: absolute;
  bottom: 10px; }

#go_abandon_task {
  float: left;
  position: absolute;
  bottom: 10px; }

#go_button {
  float: right; }

.go_blog_actions {
  display: flex; }

.go_button_round {
  /*dent around button*/
  position: relative;
  text-align: center; }

.go_button_round {
  /*Button itself*/
  content: '';
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin: 0px 5px 15px;
  top: 8px;
  border-radius: 50%;
  font-size: 25px;
  background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
  cursor: pointer; }

.go_button_round .go_round_inner:active {
  background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #d8d8d8; }

.go_button_round .go_round_inner:hover {
  color: #3792bd; }

.go_save_button.left {
  margin: 10px;
  left: 10px;
  top: 0px; }

.go_save_button.right {
  float: right; }

#go_blog_submit {
  display: block;
  float: right;
  margin: 15px; }

.go_blog_form_footer {
  background-color: #b3b3b3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.go_blog_form_footer._lightbox {
  justify-content: flex-end; }

.go_blog_status {
  background-color: white;
  width: auto;
  padding: 5px;
  border-radius: 3px;
  margin: 5px;
  float: left;
  font-size: .8em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5; }

.go_blog_status_icons {
  display: flex;
  float: left; }

.go_blog_status_icons div {
  padding: 0px 10px; }

#go_back_button,
#go_button,
.go_frontend-button {
  cursor: pointer; }

/*
#go_upload_button {
	margin: auto;
	font-size: 1.4em;
	padding: 6px;

}*/
#go_button.show_bonus {
  background-color: gold;
  color: black;
  border: 1px solid; }

/********************
*	locks
********************/
.go_locks {
  padding: 10px;
  margin: 10px;
  background-color: #ddd; }
  .go_locks p {
    margin-bottom: 10px; }

.go_task_pod_required .go_locks {
  background-color: unset; }

.go_term_list p {
  margin: 0px !important; }

.go_lock, .go_late_mods, .go_sched_access_message, .go_timer_message, .go_checks_and_buttons {
  border-radius: 3px;
  padding: 10px;
  margin: 10px 0;
  background-color: #f5b3bd;
  min-width: 200px; }

.go_lock .go_error_red {
  color: unset; }

.go_checks_and_buttons {
  background-color: #c9fbc9; }

.go_checks_and_buttons.active {
  background-color: cornsilk;
  padding: 20px; }
  .go_checks_and_buttons.active hr {
    margin-top: 20px;
    margin-bottom: 20px; }

.go_lock ul ul {
  list-style-type: disc !important;
  list-style-position: inside !important; }

/********************
*	Top Menu
********************/
/*no dotted line*/
.menu-go_top_menu-container a {
  outline: 0 !important; }

/********************
*	Outro
********************/
/********************
*	Featherlight
********************/
#wp-featherlight-enable-wrap {
  display: none; }

/********************
*	???ss
********************/
.go_notification {
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  font-size: 36px;
  position: fixed;
  right: 30px;
  height: 68px;
  width: 250px;
  color: white;
  display: none;
  padding: 4px 1px 1px 1px;
  border-radius: 3px;
  background: #111111;
  opacity: 0.9;
  z-index: 100001; }

.noty_layout,
.noty_modal {
  z-index: 100001 !important; }

.noty_modal {
  opacity: .6 !important; }

.go_wide_swal {
  width: 90% !important; }

.go_error {
  padding: 5px 0 5px 0; }

.go_error_red, .go_error {
  color: red; }

.go-error-message {
  position: relative;
  display: block;
  background: pink;
  margin: 5px 0 15px;
  padding: 1px 12px;
  min-height: 0px;
  border-left: #dd4232 solid 4px; }

input[type='text'].go_error_red {
  border: 2px solid red;
  outline: none; }

.go_no_scroll {
  overflow: hidden; }

/********************
*	Admin-Bar Styles
********************/
.fas.ab-icon:before {
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 900; }

.fas {
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 900; }

#wpadminbar .fas {
  font-size: 17px !important;
  padding-top: 7px !important; }

#wpadminbar .ab-icon {
  padding-top: 7px !important; }

@media screen and (max-width: 782px) {
  #wp-admin-bar-go_map, #wp-admin-bar-go_clipboard, #wp-admin-bar-go_store, #wp-admin-bar-go_reader, #go_section_pipe {
    display: block !important;
    width: 52px;
    height: 46px;
    overflow: hidden;
    top: -5px; } }

.go_message_container {
  margin: 0 0 0 10px !important; }

.go_message_container a {
  display: inline-block !important;
  text-decoration: underline !important;
  padding: 0px !important;
  margin: 0px !important; }

#wp-admin-bar-go_info > a > div {
  height: 16px;
  display: flex; }

.progress-bar-border {
  height: 16px;
  border: thin white solid;
  position: relative;
  background-color: black;
  font-size: 14px;
  box-sizing: unset; }

.progress-bar-border.bonus {
  background-image: linear-gradient(45deg, #454545 25%, #333333 25%, #333333 50%, #454545 50%, #454545 75%, #333333 75%, #333333 100%);
  background-size: 28.28px 28.28px; }

.admin_bar_loot {
  line-height: 24px !important; }

.go_admin_bar_progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important; }

.go_admin_bar_health_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important; }

.bonus .go_admin_bar_health_bar {
  background-image: linear-gradient(45deg, rgba(69, 69, 69, 0.2) 25%, rgba(51, 51, 51, 0.4) 25%, rgba(51, 51, 51, 0.4) 50%, rgba(69, 69, 69, 0.2) 50%, rgba(69, 69, 69, 0.2) 75%, rgba(51, 51, 51, 0.4) 75%, rgba(51, 51, 51, 0.4) 100%);
  background-size: 28.28px 28.28px; }

#go_admin_bar_title {
  text-align: left; }

#go_admin_bar_input {
  width: 250px; }

.go_admin_bar_add_input {
  width: 50px !important; }

.go_admin_bar_reason {
  width: 175px !important; }

ul#wp-admin-bar-go_add-default.ab-submenu {
  height: 380px; }

.points_needed_to_level_up, .health_bar_percentage_str {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  line-height: initial !important;
  overflow: hidden; }

.points_needed_to_level_up:hover {
  color: white; }

.go_admin_bar_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center !important;
  color: white;
  text-shadow: 0px 0px #ff6600;
  word-break: break-all; }

.progress_bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #39b54a; }

#go_messages_bar {
  background-color: red;
  border: 1px solid white;
  box-shadow: 1px 1px 1px black;
  color: white;
  height: 16px;
  text-align: center;
  min-width: 14px;
  line-height: 17px;
  margin-top: 2px; }

.go_messages_anchor {
  padding: 0 0 0 10px !important; }

/*
#go_admin_bar_task_search_input {
	height: 24px;
	font-size: 13px;
	margin-top: 3px;
	line-height: 2;
	display: inline-block;
}

#go_admin_bar_task_search_submit {
	height: 24px;
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 24px;
	width: 50px;
	display: inline-block;
}*/
input[name="go_admin_bar_submit"] {
  height: 40px !important; }

#wp-admin-bar-site-name .go_site_name_menu {
  background-color: #333 !important; }

#go_admin_bar_deactivation {
  height: 25px;
  line-height: 10px;
  width: 70px; }

#wp-admin-bar-go_toolbar_login {
  display: inline !important;
  padding: 0 8px 0 7px !important; }

#wp-admin-bar-go_toolbar_login a {
  padding: 0 8px 0 7px !important; }

/********************
*	Task Styles
********************/
/* Tasks Style | Back-end */
#go_task_top {
  padding: 20px;
  border: 1px solid;
  -webkit-box-shadow: 6px 6px 23px -9px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 6px 6px 23px -9px rgba(0, 0, 0, 0.68);
  box-shadow: 6px 6px 23px -9px rgba(0, 0, 0, 0.68);
  background-color: white; }

.go_call_to_action {
  margin: 10px; }

#outro.go_checks_and_buttons {
  padding: 20px; }

.go_blog_title_container {
  margin: 20px 0 20px 0; }

div.misc-pub-section-clone {
  border-top: 1px solid #eee; }

input#go-button-clone {
  margin-bottom: 7px !important; }

.go_sortable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.single-tasks #nav-below {
  display: none; }

.go_sortable_item {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

#go_start_info {
  display: inline-block; }

.datepicker {
  border-width: 1px;
  border-color: #DDD; }

.cmb_id_go_mta_time_modifier td input {
  width: 30px; }

.go_task_settings_accordion {
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  padding: 5px;
  cursor: pointer; }

.go_triangle_container {
  float: right;
  cursor: pointer;
  display: block;
  width: 27px;
  height: 20px;
  text-align: center; }

.go_triangle_container:hover .go_task_accordion_triangle {
  border-top: 5px solid #777; }

.go_task_accordion_triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #AAA;
  display: inline-block;
  vertical-align: middle;
  margin: auto; }

.go_task_settings_accordion.opened .go_task_accordion_triangle {
  border-top: none;
  border-bottom: 5px solid #AAA; }

.go_reward_input {
  color: #BBB !important;
  text-align: center;
  width: 40px; }

.go_admin_lock_text {
  width: 50%; }

.go_admin_lock_text::-webkit-input-placeholder {
  padding-top: 2px; }

.go_admin_lock_text::-moz-placeholder {
  padding-top: 2px; }

.go_test_field_table, .go_test_field_input_question {
  width: 100%; }

.go_test_field_table td {
  padding: 20px !important;
  margin-left: -2px; }

.go_test_field_input_row select,
.go_test_field_input_question,
.go_test_field_add,
.go_test_field_rm,
.go_test_field_add_block_button {
  margin-left: inherit; }

.go_test_loot_mod {
  text-align: center;
  width: 40px; }

.go_test_field_input_question {
  width: 100%; }

.go_test_field_input_question::-webkit-input-placeholder {
  padding-top: 2px; }

.go_test_field_input_question::-moz-placeholder {
  padding-top: 2px; }

.go_test_field_input {
  width: 75%;
  margin: 0 5px 0 5px !important;
  padding-top: 4px; }

.go_test_field_input::-webkit-input-placeholder {
  padding-top: 2px; }

.go_test_field_input::-moz-placeholder {
  padding-top: 2px; }

.go_test_field_input_checkbox {
  margin: 0 0 4px -2px !important; }

.go_button_add_field, .go_test_field_add {
  color: green; }

.go_button_del_field, .go_test_field_rm {
  color: red;
  margin-left: 5px; }

.go_test_field_input_rm_row_button {
  margin-left: -2px !important; }

#go_repeat_amount_input {
  width: 40px;
  text-align: center; }

.go_stage_badge_container {
  list-style: none; }

.go_badge_input {
  width: 75px; }

input.go_current {
  color: #000 !important; }

.condensed {
  padding: 7px !important; }

#go_future_notification {
  color: red; }

#go_future_notification_task_name {
  font-weight: bold;
  color: black !important; }

#go_task_timer {
  color: red;
  font-weight: bold; }

#go_bonus_loot_checkbox {
  display: block; }

ul#go_bonus_loot_wrap {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 0; }

ul#go_bonus_loot_wrap li {
  margin-bottom: 10px; }

ul#go_bonus_loot_wrap li.go_error {
  padding: 0;
  margin-top: 15px; }

.go_bonus_loot_rarity {
  width: 50px; }

/* Tasks Style | Front-end */
#go_description p,
#go_content p,
#new_content p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.go_stage_message {
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  padding: 20px 0 20px 0; }

#go_description .go_stage_message {
  background-color: transparent; }

#new_content .go_stage_message {
  background-color: #fffcf2; }

.go_test_container {
  margin-bottom: 10px; }

.go_test_container:last-of-type {
  margin-bottom: 0px; }

.go_test li {
  list-style: none; }

.go_test li:first-of-type {
  display: inline; }

.go_test li p {
  margin: 0px !important;
  padding: 0px !important; }

#go_test_error_msg {
  margin: 0 !important; }

.go_wrong_answer_marker {
  color: red;
  margin: 0 0 0 10px !important;
  padding: 0px !important; }

.go_correct_answer_marker {
  color: green;
  margin: 0 0 0 10px !important;
  padding: 0px !important; }

.go_chain_msg_container {
  margin-top: 20px; }

.go_chain_final_msg {
  margin: 10px 0;
  text-align: center; }

.go_chain_title {
  font-weight: 900; }

.go_chain_links {
  text-align: center; }

div.go_pod_message {
  margin-top: 10px; }

.go_test_submit {
  margin: 10px 0 10px 2px !important; }

#go_pass_lock {
  margin: 0 0 10px 0; }

#go_pass_lock::-webkit-input-placeholder {
  padding-left: 4px; }

input#go_pass_lock::-moz-placeholder {
  padding-left: 4px; }

.go_dark {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 99998;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80); }

.go_light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: white;
  z-index: 99999;
  padding: 10px 10px 10px 10px; }

.comment {
  list-style: none; }

.fit_and_box .featherlight-content {
  padding: 0px !important;
  border-bottom: 0px !important;
  background: rgba(0, 0, 0, 0) !important;
  margin-left: 0% !important;
  margin-right: 0% !important; }

.featherlight-iframe .featherlight-content {
  width: 80%;
  height: 80%;
  overflow-y: hidden !important; }

#adminmenu #menu-settings .wp-menu-image:before,
#adminmenu #toplevel_page_game-on-options .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f085';
  font-weight: 900; }

#adminmenu #toplevel_page_badges .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f0a3';
  font-weight: 900; }

#adminmenu #toplevel_page_groups .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f0c0';
  font-weight: 900; }

#adminmenu #toplevel_page_game-tools .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f7d9';
  font-weight: 900; }

#adminmenu #menu-posts-tasks .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f3c5';
  font-weight: 900; }

#adminmenu #menu-users .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f007';
  font-weight: 900; }

#adminmenu #toplevel_page_edit-tags-taxonomy-task_chains .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f59f';
  font-weight: 900; }

#adminmenu #toplevel_page_edit-tags-taxonomy-go_badges .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f559';
  font-weight: 900; }

#adminmenu #menu-posts-go_store .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f362';
  font-weight: 900; }

#adminmenu #toplevel_page_go_clipboard .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f46d';
  font-weight: 900; }

#adminmenu #toplevel_page_game-on .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f059';
  font-weight: 900; }

#adminmenu #toplevel_page_go_options .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f1de';
  font-weight: 900; }

#adminmenu #menu-posts-go_blogs .wp-menu-image:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f08d';
  font-weight: 900; }

.wp-menu-separator {
  border-bottom: solid 1px;
  color: lightgray; }

#wp-go_blog_post-wrap {
  margin-top: 20px; }

#go_all_content .go_buttons,
#go_all_content .insert-media,
#go_all_content .wp-editor-tabs,
#go_all_content #go_bonus_button,
#go_all_content .go_frontend-button {
  opacity: .5;
  cursor: default;
  pointer-events: none !important; }

#go_all_content .wp-editor-container textarea.wp-editor-area {
  height: 50px; }

#go_all_content .go_mce_textarea {
  display: block; }

.wp-editor-container textarea.wp-editor-area {
  height: 50px; }

#go_task_rewards {
  display: flex;
  justify-content: flex-start; }
  #go_task_rewards .coin_wrapper {
    margin-top: 10px; }

#go_task_rewards > * {
  padding: 5px 0 5px 0; }

/********************
*	Blue Pulse on filter button
********************/
@-webkit-keyframes bluePulse {
  from {
    background: #C9E0E2;
    -webkit-box-shadow: 0 0 9px #50B7E3; }
  50% {
    background: #C9E0E2;
    -webkit-box-shadow: 0 0 18px #2CC8EF; }
  to {
    background: #C9E0E2;
    -webkit-box-shadow: 0 0 9px #50B7E3; } }

#go_leaderboard_update_button button.bluepulse {
  -webkit-animation-name: bluePulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; }

.go_first_quiz_attempt {
  display: none; }

.go_first_quiz_attempt .featherlight .featherlight-inner {
  display: block !important; }

.featherlight.blogs .featherlight-content {
  width: 95%;
  max-width: 850px; }

#go_blog_container {
  width: 100%; }

/********************
*	Login Modal
********************/
.wp-auth-check-close {
  background: none;
  z-index: 1; }

/********************
*	Coins
********************/
.go_coin p {
  position: absolute;
  font-size: 1em;
  z-index: 700;
  top: .3em;
  left: .6em; }

.go_coin.copper p {
  color: #dfb667; }

.go_coin.silver p {
  color: #a0a0a0; }

.go_coin.gold p {
  color: #b19b18; }

.go_coin {
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  position: relative;
  margin: 0 0 .25em;
  border-radius: 50px;
  z-index: 500;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  line-height: 1em;
  font-size: .7em; }

.go_coin:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  top: .22em;
  left: .22em;
  position: absolute;
  border-radius: 50px;
  z-index: 600; }

.go_coin:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  top: .22em;
  left: .22em;
  display: block;
  position: absolute;
  border-radius: 50px;
  z-index: 500; }

.copper {
  background: linear-gradient(45deg, #dfb667 0%, #f9f3e8 56%, #e7c074 96%); }

.copper:before {
  background: linear-gradient(135deg, #d19c35 0%, #f7e6c5 50%, #e8b558 100%);
  border: 1px solid #e6b86a; }

.copper:after {
  background: linear-gradient(45deg, #dfb667 0%, #f9f3e8 56%, #e7c074 96%);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(209, 156, 53, 0.3);
  border-right: 1px solid rgba(209, 156, 53, 0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, 0.05); }

.silver {
  background: linear-gradient(45deg, #a0a0a0 0%, #e8e8e8 56%); }

.silver:before {
  background: linear-gradient(45deg, #b5b5b5 0%, #fcfcfc 56%, #e8e8e8 96%);
  border: 1px solid #b5b5b5; }

.silver:after {
  background: linear-gradient(45deg, #b5b5b5 0%, #fcfcfc 56%, #e8e8e8 96%);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(160, 160, 160, 0.3);
  border-right: 1px solid rgba(160, 160, 160, 0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, 0.05); }

.gold {
  background: linear-gradient(45deg, #f2d70c 0%, white 56%, #fceb00 96%); }

.gold:before {
  background: linear-gradient(45deg, #f2d70c 0%, white 56%, #fceb00 96%);
  border: 1px solid #f2d70c; }

.gold:after {
  background: linear-gradient(45deg, #f2d70c 0%, white 56%, #fceb00 96%);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(242, 215, 12, 0.3);
  border-right: 1px solid rgba(242, 215, 12, 0.3);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, 0.05); }

.go_amount {
  display: inline;
  position: relative;
  bottom: .5em; }

.go_admin_bar_gold_2 .go_coin {
  font-size: .5em; }

.coin {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0px auto;
  transform-style: preserve-3d;
  animation: rotate3d 3s linear infinite;
  transition: all .3s; }

.coin__front,
.coin__back {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #8c8c8c;
  display: table;
  font-size: 50px;
  color: #606060;
  text-align: center;
  font-size: 1.5em; }
  .coin__front:after,
  .coin__back:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: 100%;
    display: block;
    height: 33.3333333333px;
    width: 100px;
    background: #fff;
    opacity: 0.3;
    animation: shine linear 1.5s infinite; }

.coin__front {
  background-image: url("../../media/go_coin_face.png");
  background-size: cover;
  transform: translateZ(2.5px); }

.coin__back {
  background-image: url("../../media/go_coin_face.png");
  background-size: cover;
  transform: translateZ(-2.5px) rotateY(180deg); }

.coin__edge div:nth-child(1) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(94.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(2) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(99deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(3) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(103.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(4) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(108deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(5) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #030303;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(112.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(6) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #0b0b0b;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(117deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(7) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #131313;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(121.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(8) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #1a1a1a;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(126deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(9) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #212121;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(130.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(10) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #282828;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(135deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(11) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #2e2e2e;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(139.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(12) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #353535;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(144deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(13) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #3b3b3b;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(148.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(14) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #414141;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(153deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(15) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #464646;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(157.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(16) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #4c4c4c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(162deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(17) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #515151;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(166.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(18) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #565656;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(171deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(19) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #5b5b5b;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(175.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(20) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #5f5f5f;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(180deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(21) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #646464;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(184.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(22) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #686868;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(189deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(23) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #6c6c6c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(193.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(24) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #6f6f6f;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(198deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(25) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #737373;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(202.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(26) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #767676;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(207deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(27) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #797979;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(211.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(28) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #7c7c7c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(216deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(29) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #7f7f7f;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(220.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(30) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #818181;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(225deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(31) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #838383;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(229.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(32) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #858585;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(234deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(33) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #878787;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(238.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(34) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #888888;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(243deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(35) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #898989;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(247.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(36) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8a8a8a;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(252deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(37) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8b8b8b;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(256.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(38) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8c8c8c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(261deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(39) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8c8c8c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(265.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(40) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8c8c8c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(270deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(41) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8c8c8c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(274.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(42) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8c8c8c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(279deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(43) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8b8b8b;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(283.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(44) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #8a8a8a;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(288deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(45) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #898989;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(292.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(46) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #888888;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(297deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(47) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #878787;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(301.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(48) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #858585;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(306deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(49) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #838383;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(310.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(50) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #818181;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(315deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(51) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #7f7f7f;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(319.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(52) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #7c7c7c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(324deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(53) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #797979;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(328.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(54) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #767676;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(333deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(55) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #737373;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(337.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(56) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #6f6f6f;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(342deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(57) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #6c6c6c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(346.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(58) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #686868;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(351deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(59) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #646464;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(355.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(60) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #5f5f5f;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(360deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(61) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #5b5b5b;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(364.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(62) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #565656;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(369deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(63) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #515151;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(373.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(64) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #4c4c4c;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(378deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(65) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #464646;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(382.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(66) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #414141;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(387deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(67) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #3b3b3b;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(391.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(68) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #353535;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(396deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(69) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #2e2e2e;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(400.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(70) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #282828;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(405deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(71) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #212121;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(409.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(72) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #1a1a1a;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(414deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(73) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #131313;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(418.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(74) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #0b0b0b;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(423deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(75) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: #030303;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(427.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(76) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(432deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(77) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(436.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(78) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(441deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(79) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(445.5deg) translateX(25px) rotateY(90deg); }

.coin__edge div:nth-child(80) {
  position: absolute;
  height: 1.9625px;
  width: 5px;
  background: black;
  transform: translateY(24.01875px) translateX(22.5px) rotateZ(450deg) translateX(25px) rotateY(90deg); }

.coin__shadow {
  position: absolute;
  width: 50px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 25px 25px #000;
  opacity: 0.125;
  transform: rotateX(90deg) translateZ(-55px) scale(0.5); }

@keyframes rotate3d {
  0% {
    transform: perspective(1000px) rotateY(0deg); }
  100% {
    transform: perspective(1000px) rotateY(360deg); } }

@keyframes shine {
  0%, 15% {
    transform: translateY(100px) rotate(-40deg); }
  50% {
    transform: translateY(-50px) rotate(-40deg); } }

.noty_theme__sunset.noty_bar .noty_body {
  padding: 20px !important; }

.noty_theme__sunset.noty_type__success {
  background-color: #1bb15a !important; }

.noty_theme__sunset.noty_type__error {
  background-color: #cf343a !important; }

.noty_theme__sunset.noty_type__warning {
  color: black !important;
  background-color: #ffe400 !important; }

.noty_theme__sunset.noty_type__info {
  background-color: #4a84ef !important; }

.noty_theme__sunset.noty_type__success,
.noty_theme__sunset.noty_type__error {
  border-color: unset !important;
  border: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  border-radius: unset !important;
  text-align: center;
  text-shadow: 0px 0px 9px rgba(89, 89, 89, 0.25);
  color: #ffffff !important; }
  .noty_theme__sunset.noty_type__success .noty_progressbar,
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    display: none !important; }
  .noty_theme__sunset.noty_type__success .noty_body,
  .noty_theme__sunset.noty_type__error .noty_body {
    padding: 10px !important; }

/********************
*	LoadMore
********************/
.misha_loadmore {
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }

.misha_loadmore:hover {
  background-color: #767676;
  color: #fff; }

/********************
*	Feedback and blog
********************/
.go_blog_post_wrapper .question {
  font-size: .8em;
  font-weight: bold; }

.go_blog_post_wrapper.reset {
  background-color: #fff3f3 !important;
  border: 1px solid;
  border-color: red; }

.go_blog_post_wrapper.draft {
  background-color: #ffffe9 !important;
  border: 1px solid;
  border-color: darkgray; }

.go_blog_post_wrapper.trash {
  background-color: #cacaca !important;
  border: 1px solid;
  border-color: darkgray; }

.feedback_accordion {
  font-size: .9em !important; }
  .feedback_accordion a {
    color: #00b9eb; }
  .feedback_accordion .go_feedback_form_container {
    text-align: left; }
  .feedback_accordion table.go_blog_footer_table {
    text-align: right; }
  .feedback_accordion table.go_blog_footer_table {
    border: 2px solid #515151;
    width: 100%;
    text-align: left;
    border-collapse: collapse; }
  .feedback_accordion table.go_blog_footer_table td, .feedback_accordion table.go_blog_footer_table th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px; }
  .feedback_accordion table.go_blog_footer_table tbody td {
    font-size: 13px;
    color: #333333; }
  .feedback_accordion table.go_blog_footer_table tr:nth-child(even) {
    background: #FFFFFF; }
  .feedback_accordion table.go_blog_footer_table thead {
    background: #E5E5E5;
    background: -moz-linear-gradient(top, #ebebeb 0%, #e7e7e7 66%, #E5E5E5 100%);
    background: -webkit-linear-gradient(top, #ebebeb 0%, #e7e7e7 66%, #E5E5E5 100%);
    background: linear-gradient(to bottom, #ebebeb 0%, #e7e7e7 66%, #E5E5E5 100%);
    border-bottom: 2px solid #444444; }
  .feedback_accordion table.go_blog_footer_table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    border-left: 1px solid #000000; }
  .feedback_accordion table.go_blog_footer_table thead th:first-child {
    border-left: none; }
  .feedback_accordion table.go_blog_footer_table tfoot {
    font-weight: bold; }
  .feedback_accordion table.go_blog_footer_table tfoot .links {
    text-align: right; }
  .feedback_accordion table.go_blog_footer_table tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px; }

.go_post_title h2 {
  margin-bottom: 5px; }

.go_blog_content {
  margin-top: 5px; }
  .go_blog_content img {
    cursor: pointer; }

.feedback_percent_input {
  width: 60px !important; }

.go_feedback_percent_toggle {
  width: 150px; }

.go_status_percent.up {
  color: green;
  font-size: 1.2em; }

.go_status_percent.down {
  color: red;
  font-size: 1.2em; }

.password-strength {
  padding: 10px;
  border-radius: 30px; }

.password-strength.short, .password-strength.bad {
  background: pink; }

.password-strength.good {
  background: gold; }

.password-strength.strong {
  background-color: lightgreen; }

/********************
*	Icon for Admin COmment plugin for tiny mce
********************/
i.mce-i-go_admin_comment:before {
  content: "\f075";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Pro' !important; }

/********************
*	Canvas svg output
********************/
.my-drawing-svg svg {
  width: 100%;
  max-width: 800px;
  height: auto; }

.featherlight.stats .featherlight-content {
  width: 90%;
  height: 90%;
  margin-bottom: 5%;
  margin-top: 5%; }

.featherlight-content .go_featherlight_content {
  display: block !important; }

/*
TOOLTIP
 */
/*
// Tooltip container
.tooltip {
	position: relative;
	display: inline-block;
}

// Tooltip text
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 6px;

	// Position the tooltip text
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;

	//Fade in tooltip
	opacity: 0;
	transition: opacity 0.3s;
}

// Tooltip arrow
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

// Show the tooltip text when you mouse over the tooltip container
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
*/
/*
END TOOLTIP
 */
/** Header Styles **/
/**Header**/
.stats_progress_bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.go_stats_user_loot, .go_stats_bars {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.health_bar_percentage_str, .points_needed_to_level_up {
  color: white;
  position: absolute;
  top: 0;
  left: 0; }

.go_stats_id_card, .go_stats_bars, .go_stats_user_loot {
  font-size: 16px;
  line-height: 18px;
  min-width: 250px;
  margin: 0 15px 15px 15px; }

.go_stats_bars {
  max-width: 600px;
  flex-grow: 2;
  align-items: center; }
  .go_stats_bars .go_admin_bar_text,
  .go_stats_bars .go_stats_gold {
    font-size: 1.1em;
    line-height: 31px !important; }

.go_stats_user_info h2, .go_stats_user_info h3 {
  margin-bottom: 0px; }

.go_stats_id_card {
  display: flex;
  align-items: flex-end; }

.go_stats_gravatar {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0px 20px 0px 20px; }

#go_stats_header .progress-bar-border {
  height: 30px;
  width: 100%;
  max-width: 500px;
  border-color: black;
  background-color: black;
  border: solid 1px;
  position: relative; }

.go_stats_reward_name {
  display: inline-block; }

.go_stats_user_progress {
  width: 25%;
  height: 25px;
  border: 2px solid #AAA;
  top: 14px;
  margin-right: 40px; }

.go_stats_progress_text_wrap {
  float: left;
  position: relative;
  left: 50%;
  height: 25px; }

.go_stats_progress_text {
  position: relative;
  height: 100%;
  font-size: 18px;
  z-index: 1;
  left: -50%;
  line-height: 25px;
  overflow: hidden;
  word-break: break-all; }

.go_stats_progress_fill {
  height: 100%;
  position: absolute;
  z-index: 0; }

#go_stats_header_container {
  background-color: #d9d9d9; }

#go_stats_header, #go_blog_actions {
  position: relative;
  overflow: hidden;
  font-family: verdana;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  max-width: 1200px;
  margin: auto; }

#go_stats_header {
  justify-content: flex-start;
  align-items: flex-end; }
  #go_stats_header .go_stats_gravatar, #go_stats_header .go_stats_gravatar img {
    height: 150px;
    width: 150px; }
  #go_stats_header .progress-bar-border {
    height: 30px; }

#go_blog_actions {
  justify-content: space-between;
  display: flex;
  align-items: flex-end; }

.go_stats_rank h3 {
  font-size: 1em; }

/** Penalties  List **/
#go_stats_penalties_list {
  width: 100% !important; }

/** Badge Styles **/
#go_stats_badges,
#go_groups {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1; }
  #go_stats_badges .fig_wrap,
  #go_groups .fig_wrap {
    height: 100px; }

.go_badge_wrap {
  display: inline-block;
  float: left;
  margin: 15px;
  height: 150px; }

.go_group_wrap {
  display: inline-block;
  float: left;
  margin-right: 25px;
  width: 100%; }

#stats_badges .go_badge_container,
#stats_badges .go_group_container,
#stats_groups .go_badge_container,
#stats_groups .go_group_container {
  width: 200px;
  max-width: 200px;
  display: flex;
  justify-content: center; }

.go_badge {
  text-align: center;
  float: left; }

.go_group_needed {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* msie */ }

.go_badge_needed {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* msie */ }

.badges_row,
.groups_row {
  display: flex;
  flex-wrap: wrap; }

#go_badges_list .parent_cat,
#go_groups_list .parent_cat {
  border: solid 1px;
  padding: 15px;
  margin: 15px; }

/** Leaderboard Styles **/
#go_leaderboard_flex {
  display: flex;
  flex-wrap: wrap;
  font-size: .9em; }

.go_leaderboard_layer {
  flex-grow: 1;
  flex-basis: 0; }

.go_user_links {
  display: flex; }

.go_user_link {
  padding: 5px; }

.go_user_link a, .dashicons {
  text-decoration: none; }

#go_leaderboard_wrapper thead,
#go_leaderboard_wrapper .fg-toolbar {
  /**display: block;*/ }

.go_is_user td {
  background-color: #fdb7b7 !important; }

.featherlight.store .featherlight-content {
  min-width: 70%; }

#store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  clear: both; }
  #store ul {
    margin: 0px !important; }

#go_store_container h1 {
  text-align: center !important;
  padding: unset; }

/*
store categories styles
 */
.store_row_container {
  margin: 10px;
  background-color: white;
  background-color: #f8f8f8; }
  .store_row_container h2 {
    margin: 10px 0  0 10px; }

.store_row {
  display: flex;
  flex-wrap: wrap; }

.store_cats {
  width: 250px;
  padding: 10px 30px;
  margin: 10px;
  background-color: white; }

.store_items li {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  align-items: flex-start;
  border-bottom: 1px solid;
  border-color: grey;
  padding-bottom: 5px; }

.go_store_loot_list {
  display: flex; }

.go_store_loot_list_item {
  border-radius: 30px;
  padding: 0 5px;
  margin: 0 5px; }

.go_store_loot_list_cost {
  background-color: rgba(255, 192, 203, 0.5); }

.go_store_loot_list_reward {
  background-color: rgba(144, 238, 144, 0.5); }

/*
store lightbox styles
 */
.go_store_container {
  display: flex;
  padding: 10px;
  height: 100%; }

#go_cost {
  background-color: pink;
  margin: 10px; }

#go_reward {
  background-color: lightgreen;
  margin: 10px; }

.go_store_loot_left {
  position: relative;
  left: -25px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.go_round_button_container {
  width: 30px; }

.go_store_round_button {
  width: 30px;
  height: 30px;
  /* padding-bottom: 100%; */
  border-radius: 50%;
  border: 3px solid #cfdcec;
  /* overflow: hidden; */
  box-shadow: 0 0 3px grey;
  /* padding-bottom: 25px; */
  text-align: center;
  color: white; }
  .go_store_round_button div {
    margin-top: -2px; }

#gp_store_plus {
  background-color: green; }

#gp_store_minus {
  background-color: red; }

.go_store_loot_right {
  margin-left: -20px;
  flex-grow: 1; }

#go_store_loot {
  display: flex;
  padding-top: 20px; }

#go_cost, #go_reward {
  flex-grow: 1;
  padding: 5px; }

#go_badges_groups {
  clear: both;
  padding-top: 20px;
  display: flex; }

#go_badges {
  float: left;
  flex-grow: 1; }

#go_groups {
  padding-left: 20px;
  flex-grow: 1; }

#go_store_actions {
  margin-top: 30px;
  padding: 10px;
  background-color: lightgoldenrodyellow;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #go_store_actions #go_purch_limits {
    margin: 10px;
    flex-grow: 1; }
  #go_store_actions #golb-fr-qty {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */ }
    #go_store_actions #golb-fr-qty #go_qty {
      width: 60px; }
    #go_store_actions #golb-fr-qty input::-webkit-outer-spin-button,
    #go_store_actions #golb-fr-qty input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    #go_store_actions #golb-fr-qty input[type=number] {
      -moz-appearance: textfield; }

.black_overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 99998;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.white_content {
  position: relative;
  padding: 16px;
  background-color: white;
  z-index: 99999;
  overflow: auto;
  border-radius: 3px;
  border: 1px solid black !important; }

.go_lb_closer {
  position: absolute;
  top: 7px;
  right: 13px; }

.go-lb-loading {
  background: url("../../media/images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  margin: 0 auto;
  margin-top: 25%; }

#go-buy-loading {
  background: url("../../media/images/ajax-loader.gif");
  width: 16px;
  height: 11px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px; }

.golb-fr-boxes-r {
  float: left;
  padding: 5px 10px 5px 10px;
  margin-top: 7px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-right: 1.5%;
  color: white;
  background-color: #ff0000;
  border: 1px solid #c00;
  border-radius: 3px;
  cursor: pointer; }

.golb-fr-boxes-r:hover {
  border-color: black; }

.golb-fr-boxes-r:active {
  border-color: black; }

.golb-fr-boxes-n {
  float: left;
  padding: 5px 10px 5px 10px;
  margin-top: 7px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-right: 1.5%;
  background-color: #808080;
  color: white;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer; }

.golb-fr-boxes-gold {
  float: left;
  padding: 5px 10px 5px 10px;
  margin-top: 7px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-right: 1.5%;
  background-color: #ffcc00;
  color: white;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  border-color: #c7a000; }

.golb-fr-boxes-g {
  float: left;
  padding: 5px 10px 5px 10px;
  margin-top: 7px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-right: 1.5%;
  background-color: #39b54a;
  color: white;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer; }

.golb-fr-boxes-g:hover {
  border-color: black; }

.golb-fr-boxes-g:active {
  border-color: black; }

.go_str_item {
  cursor: pointer; }

.go_str_item:hover {
  cursor: pointer; }

#lb-content h2 {
  font-size: 30px;
  margin: 0px 0px 5px 0px;
  padding: 0px; }

#golb-fr-purchase-limit {
  position: realtive;
  top: 80%; }

.ui-spinner {
  bottom: 1px; }

/* ------------------------------------------------------------
    lightbox
------------------------------------------------------------ */
.featherlight.quests .featherlight-content {
  width: 90%; }

.featherlight.map .featherlight-content {
  min-width: 90%;
  min-height: 90%; }

/* Center the loader */
#loader {
  position: relative;
  z-index: 1; }

#sitemap {
  margin: 10px; }

#go_map_container {
  text-align: center; }

#mapwrapper {
  padding: 30px; }

.quickedit_form {
  font-size: .8em;
  text-align: center; }
  .quickedit_form .checkbox {
    padding: 0 10px !important; }

#maps {
  /* ------------------------------------------------------------
        Reset Styles (from meyerweb.com)
    ------------------------------------------------------------ */
  /* HTML5 display-role reset for older browsers */
  /* ------------------------------------------------------------
        General Styles
    ------------------------------------------------------------ */
  /* ------------------------------------------------------------
        Site Map Styles
    ------------------------------------------------------------ */
  /* --------	Top Level --------- */
  /*.singleCol {
		//	background: url('../../media/map/vertical-line.png') center top no-repeat !important;
		width: 100% !important;
	}*/
  /* ------------------------------------------------------------
    ------------------------------------------------------------ */
  /* ------------------------------------------------------------
        Badges
    ------------------------------------------------------------ */
  /** Badge Styles **/ }
  #maps a,
  #maps a:visited,
  #maps a:hover,
  #maps a:focus,
  #maps a:active {
    color: unset; }
  #maps html, #maps body, #maps div, #maps span, #maps applet, #maps object, #maps iframe,
  #maps h1, #maps h2, #maps h3, #maps h4, #maps h5, #maps h6, #maps p, #maps blockquote, #maps pre,
  #maps a, #maps abbr, #maps acronym, #maps address, #maps big, #maps cite, #maps code,
  #maps del, #maps dfn, #maps em, #maps img, #maps ins, #maps kbd, #maps q, #maps s, #maps samp,
  #maps small, #maps strike, #maps strong, #maps sub, #maps sup, #maps tt, #maps var,
  #maps b, #maps u, #maps i, #maps center,
  #maps dl, #maps dt, #maps dd, #maps ol, #maps ul, #maps li,
  #maps fieldset, #maps form, #maps label, #maps legend,
  #maps table, #maps caption, #maps tbody, #maps tfoot, #maps thead, #maps tr, #maps th, #maps td,
  #maps article, #maps aside, #maps canvas, #maps details, #maps embed,
  #maps figure, #maps figcaption, #maps footer, #maps header, #maps hgroup,
  #maps menu, #maps nav, #maps output, #maps ruby, #maps section, #maps summary,
  #maps time, #maps mark, #maps audio, #maps video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  #maps article, #maps aside, #maps details, #maps figcaption, #maps figure,
  #maps footer, #maps header, #maps hgroup, #maps menu, #maps nav, #maps section {
    display: block; }
  #maps body {
    line-height: 1; }
  #maps ol, #maps ul {
    list-style: none; }
  #maps blockquote, #maps q {
    quotes: none; }
  #maps blockquote:before, #maps blockquote:after,
  #maps q:before, #maps q:after {
    content: '';
    content: none; }
  #maps table {
    border-collapse: collapse;
    border-spacing: 0; }
  #maps h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 5px 0; }
  #maps h2 {
    font-size: 1.3em;
    margin: 0 0 5px 0; }
  #maps h3 {
    font-size: 1.2em;
    margin: 0 0 20px 0; }
  #maps a {
    text-decoration: none; }
  #maps ol, #maps ul {
    list-style: none !important; }
  #maps .map {
    display: block;
    text-align: center;
    margin-bottom: 25px; }
    #maps .map .map_title {
      font-size: 1.7em; }
  #maps .title {
    padding: 10px; }
  #maps .ParentNav {
    display: inline-block;
    /* Dropdown Button */
    /* The container <div> - needed to position the dropdown content */
    /* Dropdown Content (Hidden by Default) */
    /* Links inside the dropdown */
    /* Change color of dropdown links on hover */
    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    /* ------------------------------------------------------------
            Utility Navigation
        ------------------------------------------------------------ */ }
    #maps .ParentNav .dropbtn, #maps .ParentNav .dropbtn:hover, #maps .ParentNav .dropbtn:focus {
      cursor: pointer;
      margin: 0;
      display: block;
      text-align: center;
      border: 2px solid rgba(50, 50, 50, 0.2);
      border-right: 50px solid rgba(50, 50, 50, 0.2);
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
      /* FF 3.5+ */
      /* styling */
      border-radius: 7px;
      font: inherit;
      padding: 10px;
      width: 300px; }
    #maps .ParentNav .dropdown {
      position: relative;
      display: inline-block;
      z-index: 3;
      font-size: unset;
      font-size: 1.1em; }
      #maps .ParentNav .dropdown #go_drop_arrow {
        line-height: 28px;
        float: right;
        position: relative;
        right: -43px; }
    #maps .ParentNav .dropdown-content {
      display: none;
      position: absolute;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      font-size: .8em; }
    #maps .ParentNav .dropdown-content a {
      padding: 8px 10px;
      text-decoration: none;
      display: block; }
    #maps .ParentNav .dropdown-content a:hover {
      background-color: #f1f1f1; }
    #maps .ParentNav .show {
      display: block; }
    #maps .ParentNav #go_Dropdown {
      float: left;
      width: 100%;
      min-width: 300px;
      margin-right: 10px;
      margin-bottom: 40px; }
    #maps .ParentNav #utilityNav li {
      float: left;
      margin-bottom: 10px; }
    #maps .ParentNav #go_Dropdown a {
      display: block;
      min-width: 150px;
      cursor: pointer; }
    #maps .ParentNav #go_Dropdown a:hover {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: inset 0 -1px 0 #928c8c; }
    #maps .ParentNav #go_Dropdown .locked a,
    #maps .ParentNav #go_Dropdown .locked a:hover {
      border-color: #000;
      color: #555; }
    #maps .ParentNav #go_Dropdown .done a,
    #maps .ParentNav #go_Dropdown .done a:hover {
      border-color: #b8da83; }
    #maps .ParentNav #utilityNav li a:hover {
      background-color: #fffce5;
      border-color: #d1b62c;
      cursor: pointer; }
    #maps .ParentNav .go_badge_wrap {
      width: unset;
      font-size: .6em;
      width: 100%; }
  #maps .primaryNav {
    margin: 0px 0 0 0;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    #maps .primaryNav .go_map_quest_hover:hover {
      background-color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      border-radius: 7px; }
    #maps .primaryNav .go_chain_loot_info {
      background-color: #ffffff;
      border-color: #444444; }
    #maps .primaryNav .loot_info {
      display: none;
      color: #0b0b0b;
      font-size: .7em;
      background-color: rgba(255, 255, 255, 0.7); }
    #maps .primaryNav .go_task_chain {
      flex: 1;
      padding: 0 10px; }
      #maps .primaryNav .go_task_chain .task,
      #maps .primaryNav .go_task_chain .go_task_chain_map_box,
      #maps .primaryNav .go_task_chain .go_task_pod_required {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
        /* FF 3.5+ */
        box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
        display: block;
        text-align: center; }
      #maps .primaryNav .go_task_chain .show_shadow {
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px, inset 0px 0px 6px 6px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px, inset 0px 0px 6px 6px rgba(0, 0, 0, 0.6);
        box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px, inset 0px 0px 6px 6px rgba(0, 0, 0, 0.6); }
      #maps .primaryNav .go_task_chain .task_container,
      #maps .primaryNav .go_task_chain .go_task_chain_map_box {
        margin: 10px 0; }
      #maps .primaryNav .go_task_chain .go_task_chain_map_box {
        font-size: 1.1em;
        border-radius: 7px;
        margin-top: 0px; }
      #maps .primaryNav .go_task_chain .go_task_chain_map_box_badge {
        border-radius: 7px; }
      #maps .primaryNav .go_task_chain .go_task_pod_required {
        font-size: .8em; }
      #maps .primaryNav .go_task_chain .tasks .task_container {
        position: relative;
        /* --------	available tasks colors --------- */ }
        #maps .primaryNav .go_task_chain .tasks .task_container .up {
          border-color: mediumturquoise;
          border-width: 4px 4px 4px 4px;
          border-style: solid; }
        #maps .primaryNav .go_task_chain .tasks .task_container .down {
          border-color: indianred;
          border-width: 4px 4px 4px 4px;
          border-radius: 11px 11px 11px 11px;
          border-style: solid; }
        #maps .primaryNav .go_task_chain .tasks .task_container .reset {
          border-color: indianred;
          border-width: 2px 2px 2px 2px;
          border-radius: 9px 9px 9px 9px;
          border-style: solid;
          background-color: pink;
          color: black; }
        #maps .primaryNav .go_task_chain .tasks .task_container .resetted {
          border-color: #F4B400;
          border-width: 4px 4px 4px 4px;
          border-radius: 11px 11px 11px 11px;
          border-style: solid; }
        #maps .primaryNav .go_task_chain .tasks .task_container .task {
          padding: 0px;
          border-radius: 7px; }
          #maps .primaryNav .go_task_chain .tasks .task_container .task .go_bonus_progresss_bar_container {
            height: 17px;
            border: 1px solid;
            box-sizing: unset;
            border: thin black solid;
            background-color: #292929;
            color: whitesmoke;
            position: relative;
            width: 100%;
            border-radius: 0 0 7px 7px; }
            #maps .primaryNav .go_task_chain .tasks .task_container .task .go_bonus_progresss_bar_container .go_bonus_progress_bar {
              position: absolute;
              height: 17px;
              background-color: #39b54a;
              border-radius: 0 0 7px 7px; }
            #maps .primaryNav .go_task_chain .tasks .task_container .task .go_bonus_progresss_bar_container .bonus_progress {
              position: relative;
              width: 100%;
              height: 17px;
              font-size: .75em;
              line-height: 17px; }
        #maps .primaryNav .go_task_chain .tasks .task_container .optional {
          background-size: 75px 75px;
          background-image: linear-gradient(45deg, rgba(69, 69, 69, 0.05) 25%, rgba(51, 51, 51, 0.1) 25%, rgba(51, 51, 51, 0.1) 50%, rgba(69, 69, 69, 0.05) 50%, rgba(69, 69, 69, 0.05) 75%, rgba(51, 51, 51, 0.1) 75%, rgba(51, 51, 51, 0.1) 100%); }
        #maps .primaryNav .go_task_chain .tasks .task_container .nested_opaque:hover {
          background-color: rgba(255, 255, 255, 0.4);
          cursor: pointer; }
        #maps .primaryNav .go_task_chain .tasks .task_container .nested_opaque {
          background-color: rgba(255, 255, 255, 0.5); }
        #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_hover:hover,
        #maps .primaryNav .go_task_chain .tasks .task_container .nested_opaque:hover {
          border-radius: 0 0 7px 7px; }
        #maps .primaryNav .go_task_chain .tasks .task_container .nested_opaque,
        #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_toggle {
          border-radius: 0 0 7px 7px; }
        #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_toggle {
          margin-top: 0px;
          color: black;
          -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
          -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
          /* FF 3.5+ */
          box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px; }
          #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_toggle .nested_icon {
            line-height: 17px; }
        #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_toggle.open {
          border-radius: 0; }
          #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_toggle.open .nested_opaque {
            border-radius: 0; }
        #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_toggle,
        #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_hover,
        #maps .primaryNav .go_task_chain .tasks .task_container .nested_opaque {
          height: 19px; }
        #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list {
          display: none; }
          #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list .task_container {
            margin: 0px; }
          #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list .task {
            border-radius: 0;
            border-top: 1px solid; }
            #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list .task .go_bonus_progresss_bar_container,
            #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list .task .go_bonus_progress_bar,
            #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list .task .go_map_quest_hover:hover {
              border-radius: 0; }
          #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list :last-child .task {
            border-radius: 0 0 7px 7px; }
            #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list :last-child .task .go_bonus_progresss_bar_container,
            #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list :last-child .task .go_bonus_progress_bar,
            #maps .primaryNav .go_task_chain .tasks .task_container .go_nested_list :last-child .task .go_map_quest_hover:hover {
              border-radius: 0 0 7px 7px; }
      #maps .primaryNav .go_task_chain .tasks .hasNested > .task {
        border-radius: 7px 7px 0 0; }
        #maps .primaryNav .go_task_chain .tasks .hasNested > .task .go_bonus_progresss_bar_container,
        #maps .primaryNav .go_task_chain .tasks .hasNested > .task .go_bonus_progress_bar {
          border-radius: 0px !important; }
      #maps .primaryNav .go_task_chain .tasks.sorting {
        background-color: rgba(255, 255, 255, 0.3);
        border: 1px solid;
        border-radius: 7px; }
      #maps .primaryNav .go_task_chain .go_task_pod_required {
        background-color: white;
        color: black;
        border-radius: 7px;
        padding: 10px; }
  #maps .go_badge_wrap {
    width: 100%;
    height: unset;
    font-size: .8em;
    float: unset; }
    #maps .go_badge_wrap .go_badge_container {
      margin: 0 auto;
      float: none; }
      #maps .go_badge_wrap .go_badge_container .go_badge {
        float: unset !important;
        margin: 0 auto;
        padding: 10px; }
        #maps .go_badge_wrap .go_badge_container .go_badge img {
          height: 42px !important;
          width: auto !important; }
        #maps .go_badge_wrap .go_badge_container .go_badge .fig_wrap {
          font-size: .8em; }

.show_nest_border .go_nested_list {
  border: 1px solid !important;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.5); }

/*--------------------------------------------------------------------------------------------
*
*	THIS IS A MODIFIED COPY OF THE go-acf CSS
*   I ADDED THE GO PREFIX TO EVERYTHING
*   THIS IS USED TO KEEP STYLES CONSISTENT WHEN
*   ADDING FIELDS OUTSIDE OF go-acf
*
/*--------------------------------------------------------------------------------------------
*
*	Vars
*
*--------------------------------------------------------------------------------------------*/
/* colors */
/* go-acf-field */
/* responsive */
/*--------------------------------------------------------------------------------------------
*
*	Mixins
*
*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
*
*	go-acf-field
*
*--------------------------------------------------------------------------------------------*/
.go-acf-field,
.go-acf-field .go-acf-label,
.go-acf-field .go-acf-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.go-acf-field {
  margin: 15px 0;
  clear: both; }

.go-acf-field p.description {
  display: block;
  margin: 0;
  padding: 0; }

.go-acf-field .go-acf-label {
  vertical-align: top;
  margin: 0 0 10px; }

.go-acf-field .go-acf-label label {
  display: block;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0; }

.go-acf-field .go-acf-label:empty {
  margin-bottom: 0; }

.go-acf-field .go-acf-input {
  vertical-align: top; }

.go-acf-field .go-acf-input > p.description {
  margin-top: 5px; }

.go-acf-field .go-acf-error-message {
  background: #F55E4F;
  color: #fff;
  margin: 0 0 10px;
  display: inline-block;
  border-radius: 3px;
  border-left: none; }

.go-acf-field .go-acf-error-message:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-top-color: #F55E4F;
  position: absolute;
  bottom: -10px;
  left: 10px; }

.go-acf-fieldtd,
.go-acf-fieldtr {
  margin: 0; }

.go-acf-field[data-width] {
  float: left;
  clear: none;
  /*
	@media screen and (max-width: @sm) {
		float: none;
		width: auto;
		border-left-width: 0;
		border-right-width: 0;
	}
*/ }

.go-acf-field[data-width] + .go-acf-field[data-width] {
  border-left: 1px solid #eeeeee; }

html[dir="rtl"] .go-acf-field[data-width] {
  float: right; }

html[dir="rtl"] .go-acf-field[data-width] + .go-acf-field[data-width] {
  border-left: none;
  border-right: 1px solid #eeeeee; }

.go-acf-field[data-width]td,
.go-acf-field[data-width]tr {
  float: none; }

.go-acf-field.-c0 {
  clear: both;
  border-left-width: 0 !important; }

html[dir="rtl"] .go-acf-field.-c0 {
  border-left-width: 1px !important;
  border-right-width: 0 !important; }

.go-acf-field.-r0 {
  border-top-width: 0 !important; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-fields
*
*--------------------------------------------------------------------------------------------*/
.go-acf-fields {
  position: relative; }

.go-acf-fields:after {
  clear: both;
  content: "";
  display: table; }

.go-acf-fields.-border {
  border: #dfdfdf solid 1px;
  background: #fff; }

.go-acf-fields > .go-acf-field {
  position: relative;
  margin: 0;
  padding: 15px 12px;
  border-top: #EEEEEE solid 1px; }

.go-acf-fields > .go-acf-field:first-child {
  border-top-width: 0; }

td.go-acf-fields {
  padding: 0 !important; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-fields (clear)
*
*--------------------------------------------------------------------------------------------*/
.go-acf-fields.-clear > .go-acf-field {
  border: none;
  padding: 0;
  margin: 15px 0; }

.go-acf-fields.-clear > .go-acf-field[data-width] {
  border: none !important; }

.go-acf-fields.-clear > .go-acf-field > .go-acf-label {
  padding: 0; }

.go-acf-fields.-clear > .go-acf-field > .go-acf-input {
  padding: 0; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-fields (left)
*
*--------------------------------------------------------------------------------------------*/
.go-acf-fields.-left > .go-acf-field {
  padding: 15px 0; }

.go-acf-fields.-left > .go-acf-field:after {
  clear: both;
  content: "";
  display: table; }

.go-acf-fields.-left > .go-acf-field:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: #F9F9F9;
  border-color: #E1E1E1;
  border-style: solid;
  border-width: 0 1px 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%; }

.go-acf-fields.-left > .go-acf-field[data-width] {
  float: none;
  width: auto !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important; }

.go-acf-fields.-left > .go-acf-field > .go-acf-label {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 12px; }

.go-acf-fields.-left > .go-acf-field > .go-acf-input {
  float: left;
  width: 80%;
  margin: 0;
  padding: 0 12px; }

html[dir="rtl"] .go-acf-fields.-left > .go-acf-field:before {
  border-width: 0 0 0 1px;
  left: auto;
  right: 0; }

html[dir="rtl"] .go-acf-fields.-left > .go-acf-field > .go-acf-label {
  float: right; }

html[dir="rtl"] .go-acf-fields.-left > .go-acf-field > .go-acf-input {
  float: right; }

@media screen and (max-width: 782px) {
  .go-acf-fields.-left > .go-acf-field:before {
    display: none; }
  .go-acf-fields.-left > .go-acf-field > .go-acf-label {
    width: 100%;
    margin-bottom: 10px; }
  .go-acf-fields.-left > .go-acf-field > .go-acf-input {
    width: 100%; } }

/* clear + left */
.go-acf-fields.-clear.-left > .go-acf-field {
  padding: 0;
  border: none; }

.go-acf-fields.-clear.-left > .go-acf-field:before {
  display: none; }

.go-acf-fields.-clear.-left > .go-acf-field > .go-acf-label {
  padding: 0; }

.go-acf-fields.-clear.-left > .go-acf-field > .go-acf-input {
  padding: 0; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-table
*
*--------------------------------------------------------------------------------------------*/
.go-acf-table tr.go-acf-field > td.go-acf-label {
  padding: 15px 12px;
  margin: 0;
  background: #F9F9F9;
  width: 20%; }

.go-acf-table tr.go-acf-field > td.go-acf-input {
  padding: 15px 12px;
  margin: 0;
  border-left-color: #E1E1E1; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-postbox
*
*--------------------------------------------------------------------------------------------*/
.go-acf-postbox {
  position: relative;
  /* position high */
  /* inside */
  /* hndle */ }

#go-acf_after_title-sortables .go-acf-postbox {
  margin: 20px 0 0; }

.go-acf-postbox > .inside {
  margin: 0 !important;
  /* override WP style - do not delete - you have tried this before */
  padding: 0 !important;
  /* override WP style - do not delete - you have tried this before */ }

.go-acf-postbox > .hndle {
  /* edit field group */ }

.go-acf-postbox > .hndle .go-acf-hndle-cog {
  color: #AAAAAA;
  font-size: 16px;
  line-height: 20px;
  padding: 0 2px;
  float: right;
  position: relative;
  display: none; }

.go-acf-postbox > .hndle .go-acf-hndle-cog:hover {
  color: #777777; }

.go-acf-postbox > .hndle:hover .go-acf-hndle-cog,
.go-acf-postbox > .hndle.hover .go-acf-hndle-cog {
  display: block; }

.go-acf-postbox .go-acf-replace-with-fields {
  padding: 15px;
  text-align: center; }

/* seamless */
.go-acf-postbox.seamless {
  border: 0 none;
  background: transparent;
  box-shadow: none;
  /* hide hndle */
  /* inside */ }

.go-acf-postbox.seamless > .hndle,
.go-acf-postbox.seamless > .handlediv {
  display: none; }

.go-acf-postbox.seamless > .inside {
  display: block !important;
  /* stop metabox from hiding when closed */
  margin-left: -12px !important;
  margin-right: -12px !important; }

.go-acf-postbox.seamless > .inside > .go-acf-field {
  border-color: transparent; }

/* seamless (left) */
.go-acf-postbox.seamless > .go-acf-fields.-left {
  /* hide sidebar bg */
  /* mobile */ }

.go-acf-postbox.seamless > .go-acf-fields.-left > .go-acf-field:before {
  display: none; }

@media screen and (max-width: 782px) {
  .go-acf-postbox.seamless > .go-acf-fields.-left {
    /* remove padding */ }
  .go-acf-postbox.seamless > .go-acf-fields.-left > .go-acf-field > .go-acf-label,
  .go-acf-postbox.seamless > .go-acf-fields.-left > .go-acf-field > .go-acf-input {
    padding: 0; } }

/* override WP CSS */
.metabox-prefs label.go-acf-hidden {
  display: none; }

/*---------------------------------------------------------------------------------------------
*
*  Inputs
*
*---------------------------------------------------------------------------------------------*/
.go-acf-field input[type="text"],
.go-acf-field input[type="password"],
.go-acf-field input[type="number"],
.go-acf-field input[type="search"],
.go-acf-field input[type="email"],
.go-acf-field input[type="url"],
.go-acf-field textarea,
.go-acf-field select {
  width: 100%;
  padding: 3px 5px;
  resize: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4; }

.go-acf-field input[type="text"]:disabled,
.go-acf-field input[type="password"]:disabled,
.go-acf-field input[type="number"]:disabled,
.go-acf-field input[type="search"]:disabled,
.go-acf-field input[type="email"]:disabled,
.go-acf-field input[type="url"]:disabled,
.go-acf-field textarea:disabled,
.go-acf-field select:disabled {
  background: #f8f8f8; }

.go-acf-field input[type="text"][readonly],
.go-acf-field input[type="password"][readonly],
.go-acf-field input[type="number"][readonly],
.go-acf-field input[type="search"][readonly],
.go-acf-field input[type="email"][readonly],
.go-acf-field input[type="url"][readonly],
.go-acf-field textarea[readonly],
.go-acf-field select[readonly] {
  background: #f8f8f8; }

.go-acf-field textarea {
  resize: vertical; }

/*---------------------------------------------------------------------------------------------
*
*  Text
*
*---------------------------------------------------------------------------------------------*/
.go-acf-input-prepend,
.go-acf-input-append {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  padding: 3px 7px;
  background: #F4F4F4;
  border: #DFDFDF solid 1px; }

.go-acf-input-prepend {
  float: left;
  border-right-width: 0;
  border-radius: 3px 0 0 3px; }

.go-acf-input-append {
  float: right;
  border-left-width: 0;
  border-radius: 0 3px 3px 0; }

.go-acf-input-wrap {
  position: relative;
  overflow: hidden; }

.go-acf-input-wrap input {
  height: 28px;
  margin: 0; }

input.go-acf-is-prepended {
  border-radius: 0 3px 3px 0 !important; }

input.go-acf-is-appended {
  border-radius: 3px 0 0 3px !important; }

input.go-acf-is-prepended.go-acf-is-appended {
  border-radius: 0 !important; }

/* rtl */
html[dir="rtl"] .go-acf-input-prepend {
  border-left-width: 0;
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
  float: right; }

html[dir="rtl"] .go-acf-input-append {
  border-left-width: 1px;
  border-right-width: 0;
  border-radius: 3px 0 0 3px;
  float: left; }

html[dir="rtl"] input.go-acf-is-prepended {
  border-radius: 3px 0 0 3px !important; }

html[dir="rtl"] input.go-acf-is-appended {
  border-radius: 0 3px 3px 0 !important; }

html[dir="rtl"] input.go-acf-is-prepended.go-acf-is-appended {
  border-radius: 0 !important; }

/*---------------------------------------------------------------------------------------------
*
*  Color Picker
*
*---------------------------------------------------------------------------------------------*/
.go-acf-color-picker .wp-picker-active {
  position: relative;
  z-index: 1; }

/*---------------------------------------------------------------------------------------------
*
*  Url
*
*---------------------------------------------------------------------------------------------*/
.go-acf-url i {
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0.5;
  color: #A9A9A9; }

.go-acf-url input[type="url"] {
  padding-left: 25px; }

.go-acf-url.-valid i {
  opacity: 1; }

/*---------------------------------------------------------------------------------------------
*
*  Select
*
*---------------------------------------------------------------------------------------------*/
.go-acf-field select {
  padding: 2px; }

.go-acf-field select optgroup {
  padding: 5px;
  background: #fff; }

.go-acf-field select option {
  padding: 3px; }

.go-acf-field select optgroup option {
  padding-left: 5px; }

.go-acf-field select optgroup:nth-child(2n) {
  background: #F9F9F9; }

.go-acf-field .select2-input {
  max-width: 200px; }

/*---------------------------------------------------------------------------------------------
*
*  Select2 (v3)
*
*---------------------------------------------------------------------------------------------*/
.select2-container.-go-acf {
  /* open */
  /* single open */ }

.select2-container.-go-acf .select2-choices {
  background: #fff;
  border-color: #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
  min-height: 31px; }

.select2-container.-go-acf .select2-choices .select2-search-choice {
  margin: 5px 0 5px 5px;
  padding: 3px 5px 3px 18px;
  border-color: #bbb;
  background: #f9f9f9;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  /* sortable item*/
  /* sortable shadow */ }

.select2-container.-go-acf .select2-choices .select2-search-choice.ui-sortable-helper {
  background: #5897fb;
  border-color: #3f87fa;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.select2-container.-go-acf .select2-choices .select2-search-choice.ui-sortable-helper a {
  visibility: hidden; }

.select2-container.-go-acf .select2-choices .select2-search-choice.ui-sortable-placeholder {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  visibility: visible !important; }

.select2-container.-go-acf .select2-choices .select2-search-choice-focus {
  border-color: #999; }

.select2-container.-go-acf .select2-choices .select2-search-field input {
  height: 31px;
  line-height: 22px;
  margin: 0;
  padding: 5px 5px 5px 7px; }

.select2-container.-go-acf .select2-choice {
  border-color: #BBBBBB; }

.select2-container.-go-acf .select2-choice .select2-arrow {
  background: transparent;
  border-left-color: #DFDFDF;
  padding-left: 1px; }

.select2-container.-go-acf .select2-choice .select2-result-description {
  display: none; }

.select2-container.-go-acf.select2-container-active .select2-choices,
.select2-container.-go-acf.select2-dropdown-open .select2-choices {
  border-color: #5B9DD9;
  border-radius: 3px 3px 0 0; }

.select2-container.-go-acf.select2-dropdown-open .select2-choice {
  background: #fff;
  border-color: #5B9DD9; }

/* rtl */
html[dir="rtl"] .select2-container.-go-acf .select2-search-choice-close {
  left: 24px; }

html[dir="rtl"] .select2-container.-go-acf .select2-choice > .select2-chosen {
  margin-left: 42px; }

html[dir="rtl"] .select2-container.-go-acf .select2-choice .select2-arrow {
  padding-left: 0;
  padding-right: 1px; }

/* description */
.select2-drop {
  /* search*/
  /* result */ }

.select2-drop .select2-search {
  padding: 4px 4px 0; }

.select2-drop .select2-result {
  /* hover*/ }

.select2-drop .select2-result .select2-result-description {
  color: #999;
  font-size: 12px;
  margin-left: 5px; }

.select2-drop .select2-result.select2-highlighted .select2-result-description {
  color: #fff;
  opacity: 0.75; }

/*---------------------------------------------------------------------------------------------
*
*  Select2 (v4)
*
*---------------------------------------------------------------------------------------------*/
.select2-container.-go-acf li {
  margin-bottom: 0; }

.select2-container--default.-go-acf .select2-selection--multiple {
  /* multiple choice item */ }

.select2-container--default.-go-acf .select2-selection--multiple .select2-search--inline:first-child {
  float: none; }

.select2-container--default.-go-acf .select2-selection--multiple .select2-search--inline:first-child input {
  width: 100% !important; }

.select2-container--default.-go-acf .select2-selection--multiple .select2-selection__choice {
  background-color: #f7f7f7;
  border-color: #cccccc;
  /* sortable item*/
  /* sortable shadow */ }

.select2-container--default.-go-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper {
  background: #5897fb;
  border-color: #3f87fa;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.select2-container--default.-go-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span {
  visibility: hidden; }

.select2-container--default.-go-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  visibility: visible !important; }

.select2-container .select2-dropdown {
  z-index: 900000; }

/*---------------------------------------------------------------------------------------------
*
*  Link
*
*---------------------------------------------------------------------------------------------*/
.link-wrap {
  border: #dddddd solid 1px;
  border-radius: 3px;
  padding: 5px;
  line-height: 26px;
  background: #fff;
  word-wrap: break-word;
  word-break: break-all; }

.link-wrap .link-title {
  padding: 0 5px; }

.go-acf-link {
  /* value */
  /* external */ }

.go-acf-link .link-wrap,
.go-acf-link .go-acf-icon.-link-ext {
  display: none; }

.go-acf-link.-value .button {
  display: none; }

.go-acf-link.-value .link-wrap {
  display: inline-block; }

.go-acf-link.-external .go-acf-icon.-link-ext {
  display: inline-block; }

#wp-link-backdrop {
  z-index: 900000 !important; }

#wp-link-wrap {
  z-index: 900001 !important; }

/*---------------------------------------------------------------------------------------------
*
*  Radio
*
*---------------------------------------------------------------------------------------------*/
ul.go-acf-radio-list,
ul.go-acf-checkbox-list {
  background: transparent;
  position: relative;
  padding: 1px;
  margin: 0;
  /* hl */
  /* rtl */ }

ul.go-acf-radio-list li,
ul.go-acf-checkbox-list li {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  position: relative;
  word-wrap: break-word;
  /* attachment sidebar fix*/ }

ul.go-acf-radio-list li label,
ul.go-acf-checkbox-list li label {
  display: inline; }

ul.go-acf-radio-list li input[type="checkbox"],
ul.go-acf-checkbox-list li input[type="checkbox"],
ul.go-acf-radio-list li input[type="radio"],
ul.go-acf-checkbox-list li input[type="radio"] {
  margin: -1px 4px 0 0;
  vertical-align: middle; }

ul.go-acf-radio-list li input[type="text"],
ul.go-acf-checkbox-list li input[type="text"] {
  width: auto;
  vertical-align: middle;
  margin: 2px 0; }

ul.go-acf-radio-list li span,
ul.go-acf-checkbox-list li span {
  float: none; }

ul.go-acf-radio-list li i,
ul.go-acf-checkbox-list li i {
  vertical-align: middle; }

ul.go-acf-radio-list.go-acf-hl li,
ul.go-acf-checkbox-list.go-acf-hl li {
  margin-right: 20px;
  clear: none; }

html[dir="rtl"] ul.go-acf-radio-list input[type="checkbox"],
html[dir="rtl"] ul.go-acf-checkbox-list input[type="checkbox"],
html[dir="rtl"] ul.go-acf-radio-list input[type="radio"],
html[dir="rtl"] ul.go-acf-checkbox-list input[type="radio"] {
  margin-left: 4px;
  margin-right: 0; }

/*---------------------------------------------------------------------------------------------
*
*  Button Group
*
*---------------------------------------------------------------------------------------------*/
.go-acf-button-group {
  display: inline-block;
  /* default (horizontal) */
  padding-left: 1px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* vertical */ }

.go-acf-button-group label {
  display: inline-block;
  border: #ccc solid 1px;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
  background: #fff; }

.go-acf-button-group label:hover {
  border-color: #999999;
  z-index: 2; }

.go-acf-button-group label.selected {
  border-color: #2b9af3;
  background: #309cf3;
  color: #fff;
  z-index: 2; }

.go-acf-button-group label.selected:hover {
  background: #48a8f4; }

.go-acf-button-group input {
  display: none; }

.go-acf-button-group label {
  margin: 0 0 0 -1px;
  flex: 1;
  text-align: center;
  white-space: nowrap; }

.go-acf-button-group label:first-child {
  border-radius: 3px 0 0 3px; }

html[dir="rtl"] .go-acf-button-group label:first-child {
  border-radius: 0 3px 3px 0; }

.go-acf-button-group label:last-child {
  border-radius: 0 3px 3px 0; }

html[dir="rtl"] .go-acf-button-group label:last-child {
  border-radius: 3px 0 0 3px; }

.go-acf-button-group label:only-child {
  border-radius: 3px; }

.go-acf-button-group.-vertical {
  padding-left: 0;
  padding-top: 1px;
  flex-direction: column; }

.go-acf-button-group.-vertical label {
  margin: -1px 0 0 0; }

.go-acf-button-group.-vertical label:first-child {
  border-radius: 3px 3px 0 0; }

.go-acf-button-group.-vertical label:last-child {
  border-radius: 0 0 3px 3px; }

.go-acf-button-group.-vertical label:only-child {
  border-radius: 3px; }

/*---------------------------------------------------------------------------------------------
*
*  Checkbox
*
*---------------------------------------------------------------------------------------------*/
.go-acf-checkbox-list .button {
  margin: 10px 0 0; }

/*---------------------------------------------------------------------------------------------
*
*  True / False
*
*---------------------------------------------------------------------------------------------*/
.go-acf-switch {
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  background: #f8f8f8;
  height: 30px;
  vertical-align: middle;
  border: #ccc solid 1px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  /* hover */
  /* active */
  /* focus */
  /* message */ }

.go-acf-switch span {
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  padding: 4px 10px;
  min-width: 15px; }

.go-acf-switch span i {
  vertical-align: middle; }

.go-acf-switch .go-acf-switch-on {
  color: #fff;
  text-shadow: #1f7db1 0 1px 0; }

.go-acf-switch .go-acf-switch-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 50%;
  z-index: 1;
  background: #fff;
  border-radius: 3px;
  border: #ccc solid 1px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transition-property: left, right; }

.go-acf-switch:hover .go-acf-switch-slider {
  border-color: #b3b3b3; }

.go-acf-switch.-on {
  background: #309cf3;
  border-color: #2b9af3;
  /* hover */ }

.go-acf-switch.-on .go-acf-switch-slider {
  left: 50%;
  right: 2px;
  border-color: #0d84e3; }

.go-acf-switch.-on:hover {
  background: #48a8f4; }

.go-acf-switch.-focus .go-acf-switch-slider {
  border-color: #5b9dd9;
  box-shadow: 0 0 2px rgba(30, 140, 190, 0.5); }

.go-acf-switch.-focus.-on .go-acf-switch-slider {
  border-color: #185e85;
  box-shadow: 0 0 2px #1f7db1; }

.go-acf-switch + span {
  margin-left: 6px; }

/* checkbox */
.go-acf-switch-input {
  opacity: 0;
  position: absolute;
  margin: 0; }

/* in media modal */
.compat-item .go-acf-true-false .message {
  float: none;
  padding: 0;
  vertical-align: middle; }

/*--------------------------------------------------------------------------
*
*	Google Map
*
*-------------------------------------------------------------------------*/
.go-acf-google-map {
  position: relative;
  border: #DFDFDF solid 1px;
  background: #fff;
  /* default is focused */
  /* -search */
  /* -value */
  /* -loading */ }

.go-acf-google-map .title {
  position: relative;
  border-bottom: #DFDFDF solid 1px; }

.go-acf-google-map .title .search {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  height: 40px;
  padding: 5px 10px;
  border: 0 none;
  box-shadow: none;
  border-radius: 0;
  font-family: inherit;
  cursor: text; }

.go-acf-google-map .title .go-acf-loading {
  position: absolute;
  top: 10px;
  right: 11px;
  display: none; }

.go-acf-google-map .title:hover .go-acf-actions {
  display: block; }

.go-acf-google-map .canvas {
  height: 400px; }

.go-acf-google-map .title .go-acf-icon.-location {
  display: inline-block; }

.go-acf-google-map .title .go-acf-icon.-cancel {
  display: none; }

.go-acf-google-map .title .go-acf-icon.-search {
  display: none; }

.go-acf-google-map.-search .title .go-acf-icon.-location {
  display: none; }

.go-acf-google-map.-search .title .go-acf-icon.-cancel {
  display: inline-block; }

.go-acf-google-map.-search .title .go-acf-icon.-search {
  display: inline-block; }

.go-acf-google-map.-value .title .search {
  font-weight: bold; }

.go-acf-google-map.-value .title .go-acf-icon.-location {
  display: none; }

.go-acf-google-map.-value .title .go-acf-icon.-cancel {
  display: inline-block; }

.go-acf-google-map.-value .title .go-acf-icon.-search {
  display: none; }

.go-acf-google-map.-loading .title a {
  display: none !important; }

.go-acf-google-map.-loading .title i {
  display: inline-block; }

/* autocomplete */
.pac-container {
  border-width: 1px 0;
  box-shadow: none; }

.pac-container:after {
  display: none; }

.pac-container .pac-item:first-child {
  border-top: 0 none; }

.pac-container .pac-item {
  padding: 5px 10px;
  cursor: pointer; }

html[dir="rtl"] .pac-container .pac-item {
  text-align: right; }

/*--------------------------------------------------------------------------
*
*	Relationship
*
*-------------------------------------------------------------------------*/
.go-acf-relationship {
  background: #fff;
  /* filters (top) */
  /* list */
  /* selection (bottom) */ }

.go-acf-relationship .filters {
  border: #DFDFDF solid 1px;
  background: #fff;
  /* widths */ }

.go-acf-relationship .filters:after {
  clear: both;
  content: "";
  display: table; }

.go-acf-relationship .filters .filter {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  /* inner padding */ }

.go-acf-relationship .filters .filter span {
  display: block;
  padding: 7px 7px 7px 0; }

.go-acf-relationship .filters .filter:first-child span {
  padding-left: 7px; }

.go-acf-relationship .filters .filter input,
.go-acf-relationship .filters .filter select {
  height: 28px;
  line-height: 28px;
  padding: 2px;
  width: 100%;
  margin: 0;
  float: none;
  /* potential fix for media popup? */ }

.go-acf-relationship .filters .filter input:focus,
.go-acf-relationship .filters .filter select:focus,
.go-acf-relationship .filters .filter input:active,
.go-acf-relationship .filters .filter select:active {
  outline: none;
  box-shadow: none; }

.go-acf-relationship .filters .filter input {
  border-color: transparent;
  box-shadow: none; }

.go-acf-relationship .filters.-f2 .filter {
  width: 50%; }

.go-acf-relationship .filters.-f3 .filter {
  width: 25%; }

.go-acf-relationship .filters.-f3 .filter.-search {
  width: 50%; }

.go-acf-relationship .list {
  margin: 0;
  padding: 5px;
  height: 160px;
  overflow: auto; }

.go-acf-relationship .list .go-acf-rel-label,
.go-acf-relationship .list .go-acf-rel-item,
.go-acf-relationship .list p {
  padding: 5px 7px;
  margin: 0;
  display: block;
  position: relative;
  min-height: 18px; }

.go-acf-relationship .list .go-acf-rel-label {
  font-weight: bold; }

.go-acf-relationship .list .go-acf-rel-item {
  cursor: pointer;
  /* hover */
  /* disabled */ }

.go-acf-relationship .list .go-acf-rel-item b {
  text-decoration: underline;
  font-weight: normal; }

.go-acf-relationship .list .go-acf-rel-item .thumbnail {
  background: #e0e0e0;
  width: 22px;
  height: 22px;
  float: left;
  margin: -2px 5px 0 0; }

.go-acf-relationship .list .go-acf-rel-item .thumbnail img {
  max-width: 22px;
  max-height: 22px;
  margin: 0 auto;
  display: block; }

.go-acf-relationship .list .go-acf-rel-item .thumbnail.-icon {
  background: #fff; }

.go-acf-relationship .list .go-acf-rel-item .thumbnail.-icon img {
  max-height: 20px;
  margin-top: 1px; }

.go-acf-relationship .list .go-acf-rel-item:hover {
  background: #3875D7;
  color: #fff; }

.go-acf-relationship .list .go-acf-rel-item:hover .thumbnail {
  background: #a2bfec; }

.go-acf-relationship .list .go-acf-rel-item:hover .thumbnail.-icon {
  background: #fff; }

.go-acf-relationship .list .go-acf-rel-item.disabled {
  opacity: 0.5; }

.go-acf-relationship .list .go-acf-rel-item.disabled:hover {
  background: transparent;
  color: #333;
  cursor: default; }

.go-acf-relationship .list .go-acf-rel-item.disabled:hover .thumbnail {
  background: #e0e0e0; }

.go-acf-relationship .list .go-acf-rel-item.disabled:hover .thumbnail.-icon {
  background: #fff; }

.go-acf-relationship .list ul {
  padding-bottom: 5px; }

.go-acf-relationship .list ul .go-acf-rel-label,
.go-acf-relationship .list ul .go-acf-rel-item,
.go-acf-relationship .list ul p {
  padding-left: 20px; }

.go-acf-relationship .selection {
  border: #DFDFDF solid 1px;
  position: relative;
  margin-top: -1px;
  /* choices */
  /* values */ }

.go-acf-relationship .selection:after {
  clear: both;
  content: "";
  display: table; }

.go-acf-relationship .selection .values,
.go-acf-relationship .selection .choices {
  width: 50%;
  background: #fff;
  float: left; }

.go-acf-relationship .selection .choices {
  background: #F9F9F9; }

.go-acf-relationship .selection .choices .list {
  border-right: #DFDFDF solid 1px; }

.go-acf-relationship .selection .values .go-acf-icon {
  position: absolute;
  top: 4px;
  right: 7px;
  display: none;
  /* rtl */ }

html[dir="rtl"] .go-acf-relationship .selection .values .go-acf-icon {
  right: auto;
  left: 7px; }

.go-acf-relationship .selection .values .go-acf-rel-item:hover .go-acf-icon {
  display: block; }

.go-acf-relationship .selection .values .go-acf-rel-item {
  cursor: move; }

.go-acf-relationship .selection .values .go-acf-rel-item b {
  text-decoration: none; }

/* menu item fix */
.menu-item .go-acf-relationship ul {
  width: auto; }

.menu-item .go-acf-relationship li {
  display: block; }

/*--------------------------------------------------------------------------
*
*	WYSIWYG
*
*-------------------------------------------------------------------------*/
.go-acf-editor-wrap {
  /* delay */ }

.go-acf-editor-wrap.delay .go-acf-editor-toolbar {
  content: "";
  display: block;
  background: #f5f5f5;
  border-bottom: #dddddd solid 1px;
  color: #555d66;
  padding: 10px; }

.go-acf-editor-wrap.delay textarea {
  padding: 10px; }

.go-acf-editor-wrap iframe {
  min-height: 200px; }

.go-acf-editor-wrap .wp-editor-container {
  border: 1px solid #E5E5E5;
  box-shadow: none; }

#mce_fullscreen_container {
  z-index: 900000 !important; }

/* WP < 4.1 */
.go-acf-editor-wrap .wp-switch-editor {
  float: left;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.go-acf-editor-wrap.tmce-active .wp-editor-area {
  color: #333 !important; }

/*---------------------------------------------------------------------------------------------
*
*	Tab
*
*---------------------------------------------------------------------------------------------*/
.go-acf-field-tab {
  display: none !important; }

.hidden-by-tab {
  display: none !important; }

.go-acf-tab-wrap {
  clear: both;
  z-index: 1; }

.go-acf-tab-group {
  border-bottom: #ccc solid 1px;
  padding: 10px 10px 0; }

.go-acf-tab-group li {
  margin: 0 0.5em 0 0; }

.go-acf-tab-group li a {
  padding: 5px 10px;
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  border: #ccc solid 1px;
  border-bottom: 0 none;
  text-decoration: none;
  background: #e5e5e5;
  transition: none; }

.go-acf-tab-group li a:hover {
  background: #FFF; }

.go-acf-tab-group li a:focus {
  outline: none;
  box-shadow: none; }

html[dir="rtl"] .go-acf-tab-group li {
  margin: 0 0 0 0.5em; }

.go-acf-tab-group li.active a {
  background: #F1F1F1;
  color: #000;
  padding-bottom: 6px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1; }

.go-acf-fields > .go-acf-tab-wrap {
  background: #F9F9F9; }

.go-acf-fields > .go-acf-tab-wrap .go-acf-tab-group {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  border-top: #DFDFDF solid 1px;
  border-bottom: #DFDFDF solid 1px; }

.go-acf-fields > .go-acf-tab-wrap .go-acf-tab-group li a {
  background: #f1f1f1; }

.go-acf-fields > .go-acf-tab-wrap .go-acf-tab-group li a:hover {
  background: #FFF; }

.go-acf-fields > .go-acf-tab-wrap .go-acf-tab-group li.active a {
  background: #FFFFFF; }

.go-acf-fields > .go-acf-tab-wrap:first-child .go-acf-tab-group {
  border-top: none; }

.go-acf-fields.-left > .go-acf-tab-wrap .go-acf-tab-group {
  padding-left: 20%;
  /* mobile */
  /* rtl */ }

@media screen and (max-width: 782px) {
  .go-acf-fields.-left > .go-acf-tab-wrap .go-acf-tab-group {
    padding-left: 10px; } }

html[dir="rtl"] .go-acf-fields.-left > .go-acf-tab-wrap .go-acf-tab-group {
  padding-left: 0;
  padding-right: 20%;
  /* mobile */ }

@media screen and (max-width: 850px) {
  html[dir="rtl"] .go-acf-fields.-left > .go-acf-tab-wrap .go-acf-tab-group {
    padding-right: 10px; } }

.go-acf-tab-wrap.-left .go-acf-tab-group {
  position: absolute;
  left: 0;
  width: 20%;
  border: 0 none;
  padding: 0 !important;
  /* important overrides 'left aligned labels' */
  margin: 1px 0 0; }

.go-acf-tab-wrap.-left .go-acf-tab-group li {
  float: none;
  margin: -1px 0 0; }

.go-acf-tab-wrap.-left .go-acf-tab-group li a {
  border: 1px solid #ededed;
  font-size: 13px;
  line-height: 18px;
  color: #0073aa;
  padding: 10px;
  margin: 0;
  font-weight: normal;
  border-width: 1px 0;
  border-radius: 0;
  background: transparent; }

.go-acf-tab-wrap.-left .go-acf-tab-group li a:hover {
  color: #00a0d2; }

.go-acf-tab-wrap.-left .go-acf-tab-group li.active a {
  border-color: #DFDFDF;
  color: #000;
  margin-right: -1px;
  background: #fff; }

html[dir="rtl"] .go-acf-tab-wrap.-left .go-acf-tab-group {
  left: auto;
  right: 0; }

html[dir="rtl"] .go-acf-tab-wrap.-left .go-acf-tab-group li.active a {
  margin-right: 0;
  margin-left: -1px; }

.go-acf-field + .go-acf-tab-wrap.-left:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  height: 10px;
  border-top: #DFDFDF solid 1px;
  border-bottom: #DFDFDF solid 1px;
  margin-bottom: -1px; }

.go-acf-tab-wrap.-left:first-child .go-acf-tab-group li:first-child a {
  border-top: none; }

/* sidebar */
.go-acf-fields.-sidebar {
  padding: 0 0 0 20% !important;
  position: relative;
  /* before */
  /* rtl */ }

.go-acf-fields.-sidebar:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  bottom: 0;
  border-right: #DFDFDF solid 1px;
  background: #F9F9F9;
  z-index: 1; }

html[dir="rtl"] .go-acf-fields.-sidebar {
  padding: 0 20% 0 0 !important; }

html[dir="rtl"] .go-acf-fields.-sidebar:before {
  border-left: #DFDFDF solid 1px;
  border-right-width: 0;
  left: auto;
  right: 0; }

.go-acf-fields.-sidebar.-left {
  padding: 0 0 0 180px !important;
  /* rtl */ }

html[dir="rtl"] .go-acf-fields.-sidebar.-left {
  padding: 0 180px 0 0 !important; }

.go-acf-fields.-sidebar.-left:before {
  background: #F1F1F1;
  border-color: #dfdfdf;
  width: 180px; }

.go-acf-fields.-sidebar.-left > .go-acf-tab-wrap.-left .go-acf-tab-group {
  width: 180px; }

.go-acf-fields.-sidebar.-left > .go-acf-tab-wrap.-left .go-acf-tab-group li a {
  border-color: #e4e4e4; }

.go-acf-fields.-sidebar.-left > .go-acf-tab-wrap.-left .go-acf-tab-group li.active a {
  background: #F9F9F9; }

.go-acf-fields.-sidebar > .go-acf-field-tab + .go-acf-field {
  border-top: none; }

.go-acf-fields.-clear > .go-acf-tab-wrap {
  background: transparent; }

.go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group {
  margin-top: 0;
  border-top: none;
  padding-left: 0;
  padding-right: 0; }

.go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li a {
  background: #e5e5e5; }

.go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li a:hover {
  background: #fff; }

.go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li.active a {
  background: #f1f1f1; }

/* seamless */
.go-acf-postbox.seamless > .go-acf-fields.-sidebar {
  margin-left: 0 !important; }

.go-acf-postbox.seamless > .go-acf-fields.-sidebar:before {
  background: transparent; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap {
  background: transparent;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap .go-acf-tab-group {
  border-top: 0 none; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap .go-acf-tab-group li a {
  background: #e5e5e5; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap .go-acf-tab-group li a:hover {
  background: #fff; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap .go-acf-tab-group li.active a {
  background: #f1f1f1; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap.-left:before {
  border-top: none;
  height: auto; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap.-left .go-acf-tab-group {
  margin-bottom: 0; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap.-left .go-acf-tab-group li a {
  border-width: 1px 0 1px 1px !important;
  border-color: #cccccc;
  background: #e5e5e5; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-tab-wrap.-left .go-acf-tab-group li.active a {
  background: #f1f1f1; }

.menu-edit .go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li a,
.widget .go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li a {
  background: #f1f1f1; }

.menu-edit .go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li a:hover,
.widget .go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li a:hover,
.menu-edit .go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li.active a,
.widget .go-acf-fields.-clear > .go-acf-tab-wrap .go-acf-tab-group li.active a {
  background: #fff; }

.compat-item .go-acf-tab-wrap td {
  display: block; }

/* within gallery sidebar */
.go-acf-gallery-side .go-acf-tab-wrap {
  border-top: 0 none !important; }

.go-acf-gallery-side .go-acf-tab-wrap .go-acf-tab-group {
  margin: 10px 0 !important;
  padding: 0 !important; }

.go-acf-gallery-side .go-acf-tab-group li.active a {
  background: #F9F9F9 !important; }

/* withing widget */
.widget .go-acf-tab-group {
  border-bottom-color: #e8e8e8; }

.widget .go-acf-tab-group li a {
  background: #F1F1F1; }

.widget .go-acf-tab-group li.active a {
  background: #fff; }

/* media popup (edit image) */
.media-modal.go-acf-expanded .compat-attachment-fields > tbody > tr.go-acf-tab-wrap .go-acf-tab-group {
  padding-left: 23%;
  border-bottom-color: #DDDDDD; }

/* table */
.form-table > tbody > tr.go-acf-tab-wrap .go-acf-tab-group {
  padding: 0 5px 0 210px; }

/* rtl */
html[dir="rtl"] .form-table > tbody > tr.go-acf-tab-wrap .go-acf-tab-group {
  padding: 0 210px 0 5px; }

/*--------------------------------------------------------------------------------------------
*
*	oembed
*
*--------------------------------------------------------------------------------------------*/
.go-acf-oembed {
  position: relative;
  border: #DFDFDF solid 1px;
  background: #fff; }

.go-acf-oembed .title {
  position: relative;
  border-bottom: #DFDFDF solid 1px;
  padding: 5px 10px; }

.go-acf-oembed .title h4,
.go-acf-oembed .title input[type="text"] {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding: 0;
  border: 0 none;
  box-shadow: none;
  border-radius: 0;
  font-family: inherit;
  cursor: text; }

.go-acf-oembed .title .search {
  height: auto;
  border: 0 none; }

.go-acf-oembed .title .go-acf-actions {
  padding: 6px; }

.go-acf-oembed .title:hover .go-acf-actions {
  display: block; }

.go-acf-oembed .canvas {
  position: relative;
  min-height: 250px;
  background: #F9F9F9; }

.go-acf-oembed .canvas .canvas-media {
  position: relative;
  z-index: 1; }

.go-acf-oembed .canvas iframe {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }

.go-acf-oembed .canvas .go-acf-icon.-picture {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -21px;
  z-index: 0;
  height: 42px;
  width: 42px;
  font-size: 42px;
  color: #999; }

.go-acf-oembed .canvas .canvas-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 2; }

.go-acf-oembed .canvas .canvas-loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px; }

.go-acf-oembed .canvas .canvas-error {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: -9px 0 0 0;
  text-align: center;
  display: none; }

.go-acf-oembed .canvas .canvas-error p {
  padding: 8px;
  margin: 0;
  display: inline; }

.go-acf-oembed.has-value .canvas {
  min-height: 0; }

/* states */
.go-acf-oembed .title-value {
  display: none; }

.go-acf-oembed .title-search {
  display: block; }

.go-acf-oembed.has-value .title-value {
  display: block; }

.go-acf-oembed.has-value .title-search {
  display: none; }

.go-acf-oembed.has-value .canvas .go-acf-icon {
  display: none; }

.go-acf-oembed.is-editing .title-value {
  display: none; }

.go-acf-oembed.is-editing .title-search {
  display: block; }

.go-acf-oembed.is-loading .canvas-loading {
  display: block; }

.go-acf-oembed.is-loading .title .go-acf-icon {
  display: none; }

.go-acf-oembed.has-error .canvas-error {
  display: block; }

.go-acf-oembed.has-error .canvas .go-acf-icon {
  display: none; }

/*--------------------------------------------------------------------------------------------
*
*	Image
*
*--------------------------------------------------------------------------------------------*/
.go-acf-image-uploader {
  position: relative;
  /* image wrap*/
  /* input */
  /* rtl */ }

.go-acf-image-uploader:after {
  clear: both;
  content: "";
  display: table; }

.go-acf-image-uploader p {
  margin: 0; }

.go-acf-image-uploader .image-wrap {
  position: relative;
  float: left;
  /* hover */ }

.go-acf-image-uploader .image-wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  min-width: 30px;
  min-height: 30px;
  background: #f1f1f1;
  margin: 0;
  padding: 0;
  /* svg */ }

.go-acf-image-uploader .image-wrap img[src$=".svg"] {
  min-height: 100px;
  min-width: 100px; }

.go-acf-image-uploader .image-wrap:hover .go-acf-actions {
  display: block; }

.go-acf-image-uploader input.button {
  width: auto; }

html[dir="rtl"] .go-acf-image-uploader .image-wrap {
  float: right; }

/*--------------------------------------------------------------------------------------------
*
*	File
*
*--------------------------------------------------------------------------------------------*/
.go-acf-file-uploader {
  position: relative;
  /* hover */
  /* rtl */ }

.go-acf-file-uploader p {
  margin: 0; }

.go-acf-file-uploader .file-wrap {
  border: #DFDFDF solid 1px;
  min-height: 84px;
  position: relative;
  background: #fff; }

.go-acf-file-uploader .file-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: #F1F1F1;
  border-right: #E5E5E5 solid 1px; }

.go-acf-file-uploader .file-icon img {
  display: block;
  padding: 0;
  margin: 0;
  max-width: 48px; }

.go-acf-file-uploader .file-info {
  padding: 10px;
  margin-left: 69px; }

.go-acf-file-uploader .file-info p {
  margin: 0 0 2px;
  font-size: 13px;
  line-height: 1.4em;
  word-break: break-all; }

.go-acf-file-uploader .file-info a {
  text-decoration: none; }

.go-acf-file-uploader:hover .go-acf-actions {
  display: block; }

html[dir="rtl"] .go-acf-file-uploader .file-icon {
  left: auto;
  right: 0;
  border-left: #E5E5E5 solid 1px;
  border-right: none; }

html[dir="rtl"] .go-acf-file-uploader .file-info {
  margin-right: 69px;
  margin-left: 0; }

/*---------------------------------------------------------------------------------------------
*
*	Date Picker
*
*---------------------------------------------------------------------------------------------*/
.go-acf-ui-datepicker .ui-datepicker {
  z-index: 900000 !important; }

.go-acf-ui-datepicker .ui-datepicker .ui-widget-header a {
  cursor: pointer;
  transition: none; }

/* fix highlight state overriding hover / active */
.go-acf-ui-datepicker .ui-state-highlight.ui-state-hover {
  border: 1px solid #98b7e8 !important;
  background: #98b7e8 !important;
  font-weight: normal !important;
  color: #ffffff !important; }

.go-acf-ui-datepicker .ui-state-highlight.ui-state-active {
  border: 1px solid #3875d7 !important;
  background: #3875d7 !important;
  font-weight: normal !important;
  color: #ffffff !important; }

/*---------------------------------------------------------------------------------------------
*
*	Separator field
*
*---------------------------------------------------------------------------------------------*/
.go-acf-field-separator {
  /* fields */ }

.go-acf-field-separator .go-acf-label {
  margin-bottom: 0; }

.go-acf-field-separator .go-acf-label label {
  font-weight: normal; }

.go-acf-field-separator .go-acf-input {
  display: none; }

.go-acf-fields > .go-acf-field-separator {
  background: #f9f9f9;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  margin-bottom: -1px;
  z-index: 2; }

/*---------------------------------------------------------------------------------------------
*
*	Taxonomy
*
*---------------------------------------------------------------------------------------------*/
.go-acf-taxonomy-field {
  position: relative;
  /* hover */
  /* select */ }

.go-acf-taxonomy-field .categorychecklist-holder {
  border: #DFDFDF solid 1px;
  border-radius: 3px;
  max-height: 200px;
  overflow: auto; }

.go-acf-taxonomy-field .go-acf-checkbox-list {
  margin: 0;
  padding: 10px; }

.go-acf-taxonomy-field .go-acf-checkbox-list ul.children {
  padding-left: 18px; }

.go-acf-taxonomy-field:hover .go-acf-actions {
  display: block; }

.go-acf-taxonomy-field[data-type="select"] .go-acf-actions {
  padding: 0;
  margin: -9px; }

/*---------------------------------------------------------------------------------------------
*
*	Range
*
*---------------------------------------------------------------------------------------------*/
.go-acf-range-wrap {
  /* rtl */ }

.go-acf-range-wrap .go-acf-append,
.go-acf-range-wrap .go-acf-prepend {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin: 0 7px 0 0; }

.go-acf-range-wrap .go-acf-append {
  margin: 0 0 0 7px; }

.go-acf-range-wrap input[type="range"] {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  height: 28px; }

.go-acf-range-wrap input[type="range"]:focus {
  outline: none; }

.go-acf-range-wrap input[type="number"] {
  display: inline-block;
  min-width: 3em;
  margin-left: 10px;
  vertical-align: middle; }

html[dir="rtl"] .go-acf-range-wrap input[type="number"] {
  margin-right: 10px;
  margin-left: 0; }

html[dir="rtl"] .go-acf-range-wrap .go-acf-append {
  margin: 0 7px 0 0; }

html[dir="rtl"] .go-acf-range-wrap .go-acf-prepend {
  margin: 0 0 0 7px; }

/*---------------------------------------------------------------------------------------------
*
*  go-acf-accordion
*
*---------------------------------------------------------------------------------------------*/
.go-acf-accordion {
  margin: 0;
  padding: 0;
  background: #fff;
  /* title */
  /* open */ }

.go-acf-accordion .go-acf-accordion-title {
  margin: 0;
  padding: 12px;
  font-weight: bold;
  cursor: pointer;
  font-size: inherit;
  font-size: 13px;
  line-height: 1.4em; }

.go-acf-accordion .go-acf-accordion-title label {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.4em; }

.go-acf-accordion .go-acf-accordion-title p {
  font-weight: normal; }

.go-acf-accordion .go-acf-accordion-title .go-acf-accordion-icon {
  float: right; }

.go-acf-accordion .go-acf-accordion-content {
  margin: 0;
  padding: 0 12px 12px;
  display: none; }

.go-acf-accordion.-open > .go-acf-accordion-content {
  display: block; }

/* field specific */
.go-acf-field.go-acf-accordion {
  padding: 0;
  border-color: #dfdfdf; }

.go-acf-field.go-acf-accordion .go-acf-accordion-title {
  padding: 12px !important;
  float: none !important;
  width: auto !important; }

.go-acf-field.go-acf-accordion .go-acf-accordion-content {
  padding: 0;
  float: none !important;
  width: auto !important; }

.go-acf-field.go-acf-accordion .go-acf-accordion-content > .go-acf-fields {
  border-top: #EEEEEE solid 1px; }

.go-acf-field.go-acf-accordion .go-acf-accordion-content > .go-acf-fields.-clear {
  padding: 0 12px 15px; }

/* field specific (left) */
.go-acf-fields.-left > .go-acf-field.go-acf-accordion {
  padding: 0 !important; }

.go-acf-fields.-left > .go-acf-field.go-acf-accordion:before {
  display: none; }

.go-acf-fields.-left > .go-acf-field.go-acf-accordion .go-acf-accordion-title {
  width: auto;
  margin: 0 !important;
  padding: 12px;
  float: none !important; }

.go-acf-fields.-left > .go-acf-field.go-acf-accordion .go-acf-accordion-content {
  padding: 0 !important; }

/* field specific (clear) */
.go-acf-fields.-clear > .go-acf-field.go-acf-accordion {
  border: #cccccc solid 1px;
  background: transparent; }

.go-acf-fields.-clear > .go-acf-field.go-acf-accordion + .go-acf-field.go-acf-accordion {
  margin-top: -16px; }

/* table */
tr.go-acf-field.go-acf-accordion {
  background: transparent; }

tr.go-acf-field.go-acf-accordion > .go-acf-input {
  padding: 0 !important;
  border: #cccccc solid 1px; }

tr.go-acf-field.go-acf-accordion .go-acf-accordion-content {
  padding: 0 12px 12px; }

/* #addtag */
#addtag div.go-acf-field.error {
  border: 0 none;
  padding: 8px 0; }

#addtag > .go-acf-field.go-acf-accordion {
  padding-right: 0;
  margin-right: 5%; }

#addtag > .go-acf-field.go-acf-accordion + p.submit {
  margin-top: 0; }

/* border */
tr.go-acf-accordion {
  margin: 15px 0 !important; }

tr.go-acf-accordion + tr.go-acf-accordion {
  margin-top: -16px !important; }

/* seamless */
.go-acf-postbox.seamless > .go-acf-fields > .go-acf-accordion {
  margin-left: 12px !important;
  margin-right: 12px !important; }

/* rtl */
/* menu item */
/*
.menu-item-settings > .field-go-acf > .go-acf-field.go-acf-accordion {
	border: #dfdfdf solid 1px;
	margin: 10px -13px 10px -11px;

	+ .go-acf-field.go-acf-accordion {
		margin-top: -11px;
	}
}
*/
/* widget */
.widget .widget-content > .go-acf-field.go-acf-accordion {
  border: #dfdfdf solid 1px;
  margin-bottom: 10px; }

.widget .widget-content > .go-acf-field.go-acf-accordion .go-acf-accordion-title {
  margin-bottom: 0; }

.widget .widget-content > .go-acf-field.go-acf-accordion + .go-acf-field.go-acf-accordion {
  margin-top: -11px; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-field.go-acf-accordion {
  border: #e5e5e5 solid 1px; }

.go-acf-postbox.seamless > .go-acf-fields > .go-acf-field.go-acf-accordion + .go-acf-field.go-acf-accordion {
  margin-top: -1px; }

.media-modal .compat-attachment-fields .go-acf-field.go-acf-accordion + .go-acf-field.go-acf-accordion {
  margin-top: -1px; }

.media-modal .compat-attachment-fields .go-acf-field.go-acf-accordion > .go-acf-input {
  width: 100%; }

.media-modal .compat-attachment-fields .go-acf-field.go-acf-accordion .compat-attachment-fields > tbody > tr > td {
  padding-bottom: 5px; }

/*---------------------------------------------------------------------------------------------
*
*  Attachment Form (single page)
*
*---------------------------------------------------------------------------------------------*/
#post .compat-attachment-fields .compat-field-go-acf-form-data {
  display: none; }

#post .compat-attachment-fields,
#post .compat-attachment-fields > tbody,
#post .compat-attachment-fields > tbody > tr,
#post .compat-attachment-fields > tbody > tr > th,
#post .compat-attachment-fields > tbody > tr > td {
  display: block; }

#post .compat-attachment-fields > tbody > .go-acf-field {
  margin: 15px 0; }

#post .compat-attachment-fields > tbody > .go-acf-field > .go-acf-label {
  margin: 0; }

#post .compat-attachment-fields > tbody > .go-acf-field > .go-acf-label label {
  margin: 0;
  padding: 0; }

#post .compat-attachment-fields > tbody > .go-acf-field > .go-acf-label label p {
  margin: 0 0 3px !important; }

#post .compat-attachment-fields > tbody > .go-acf-field > .go-acf-input {
  margin: 0; }

/*---------------------------------------------------------------------------------------------
*
*  Media Model
*
*---------------------------------------------------------------------------------------------*/
/* WP sets tables to act as divs. go-acf uses tables, so these muct be reset */
.media-modal .compat-attachment-fields td.go-acf-input table {
  display: table;
  table-layout: auto; }

.media-modal .compat-attachment-fields td.go-acf-input table tbody {
  display: table-row-group; }

.media-modal .compat-attachment-fields td.go-acf-input table tr {
  display: table-row; }

.media-modal .compat-attachment-fields td.go-acf-input table td,
.media-modal .compat-attachment-fields td.go-acf-input table th {
  display: table-cell; }

/* field widths floats */
.media-modal .compat-attachment-fields > tbody > .go-acf-field {
  margin: 5px 0; }

.media-modal .compat-attachment-fields > tbody > .go-acf-field > .go-acf-label {
  min-width: 30%;
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
  float: left; }

.media-modal .compat-attachment-fields > tbody > .go-acf-field > .go-acf-label > label {
  padding-top: 6px;
  margin: 0;
  color: #666666;
  font-weight: 400;
  line-height: 16px; }

.media-modal .compat-attachment-fields > tbody > .go-acf-field > .go-acf-input {
  width: 65%;
  margin: 0;
  padding: 0;
  float: right;
  display: block; }

.media-modal .compat-attachment-fields > tbody > .go-acf-field p.description {
  margin: 0; }

/* restricted selection (copy of WP .upload-errors)*/
.go-acf-selection-error {
  background: #ffebe8;
  border: 1px solid #c00;
  border-radius: 3px;
  padding: 8px;
  margin: 20px 0 0; }

.go-acf-selection-error .selection-error-label {
  background: #CC0000;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin-right: 8px;
  padding: 2px 4px; }

.go-acf-selection-error .selection-error-message {
  color: #b44;
  display: block;
  padding-top: 8px;
  word-wrap: break-word;
  white-space: pre-wrap; }

/* disabled attachment */
.media-modal .attachment.go-acf-disabled .thumbnail {
  opacity: 0.25 !important; }

.media-modal .attachment.go-acf-disabled .attachment-preview:before {
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative; }

/* misc */
.media-modal {
  /* compat-item */
  /* fix % margin which causes .go-acf-uploadedTo to drop down below select */
  /* allow line breaks in upload error */
  /* fix required span */
  /* sidebar */
  /* mobile md */ }

.media-modal .compat-field-go-acf-form-data,
.media-modal .compat-field-go-acf-blank {
  display: none !important; }

.media-modal select.attachment-filters {
  margin-right: 6px !important;
  vertical-align: middle; }

.media-modal .go-acf-uploadedTo {
  line-height: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  margin: 11px 6px 0 0;
  vertical-align: middle; }

.media-modal .upload-error-message {
  white-space: pre-wrap; }

.media-modal .go-acf-required {
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  color: #f00 !important; }

.media-modal .media-sidebar .compat-item {
  padding-bottom: 20px; }

@media (max-width: 900px) {
  .media-modal {
    /* label */
    /* field */ }
  .media-modal .setting span,
  .media-modal .compat-attachment-fields > tbody > .go-acf-field > .go-acf-label {
    width: 98%;
    float: none;
    text-align: left;
    min-height: 0;
    padding: 0; }
  .media-modal .setting input,
  .media-modal .setting textarea,
  .media-modal .compat-attachment-fields > tbody > .go-acf-field > .go-acf-input {
    float: none;
    height: auto;
    max-width: none;
    width: 98%; } }

/*---------------------------------------------------------------------------------------------
*
*  Media Model (expand details)
*
*---------------------------------------------------------------------------------------------*/
.media-modal .go-acf-expand-details {
  float: right;
  padding: 1px 10px;
  margin-right: 6px;
  height: 18px;
  line-height: 18px;
  color: #AAAAAA;
  font-size: 12px; }

.media-modal .go-acf-expand-details:focus,
.media-modal .go-acf-expand-details:active {
  outline: 0 none;
  box-shadow: none;
  color: #AAAAAA; }

.media-modal .go-acf-expand-details:hover {
  color: #666666 !important; }

.media-modal .go-acf-expand-details span {
  display: block;
  float: left; }

.media-modal .go-acf-expand-details .go-acf-icon {
  margin: 0 4px 0 0; }

.media-modal .go-acf-expand-details:hover .go-acf-icon {
  border-color: #AAAAAA; }

.media-modal .go-acf-expand-details .is-open {
  display: none; }

.media-modal .go-acf-expand-details .is-closed {
  display: block; }

/* expanded */
.media-modal.go-acf-expanded {
  /* toggle */
  /* resize */
  /* label & fields */
  /* mobile md */ }

.media-modal.go-acf-expanded .go-acf-expand-details .is-open {
  display: block; }

.media-modal.go-acf-expanded .go-acf-expand-details .is-closed {
  display: none; }

.media-modal.go-acf-expanded .attachments-browser .media-toolbar,
.media-modal.go-acf-expanded .attachments-browser .attachments {
  right: 740px; }

.media-modal.go-acf-expanded .media-sidebar {
  width: 708px; }

.media-modal.go-acf-expanded .media-sidebar {
  /* label */
  /* field */
  /* larger thumbnail */ }

.media-modal.go-acf-expanded .media-sidebar .attachment-info .thumbnail,
.media-modal.go-acf-expanded .media-sidebar .setting span,
.media-modal.go-acf-expanded .media-sidebar .compat-attachment-fields > tbody > .go-acf-field > .go-acf-label {
  min-width: 20%; }

.media-modal.go-acf-expanded .media-sidebar .attachment-info .details,
.media-modal.go-acf-expanded .media-sidebar .setting input,
.media-modal.go-acf-expanded .media-sidebar .setting textarea,
.media-modal.go-acf-expanded .media-sidebar .compat-attachment-fields > tbody > .go-acf-field > .go-acf-input {
  min-width: 77%; }

.media-modal.go-acf-expanded .media-sidebar .setting span {
  margin-right: 2%; }

.media-modal.go-acf-expanded .media-sidebar .attachment-info .thumbnail {
  max-height: none; }

.media-modal.go-acf-expanded .media-sidebar .attachment-info .thumbnail img {
  max-width: 100%;
  max-height: 200px; }

.media-modal.go-acf-expanded .media-sidebar .attachment-info .details {
  float: right; }

@media (max-width: 900px) {
  .media-modal.go-acf-expanded {
    /* resize */ }
  .media-modal.go-acf-expanded .attachments-browser .media-toolbar {
    display: none; }
  .media-modal.go-acf-expanded .attachments {
    display: none; }
  .media-modal.go-acf-expanded .media-sidebar {
    width: auto;
    max-width: none !important; }
  .media-modal.go-acf-expanded .media-sidebar .attachment-info .thumbnail {
    min-width: 30%;
    margin: 0; }
  .media-modal.go-acf-expanded .media-sidebar .attachment-info .details {
    min-width: 67%; } }

/*---------------------------------------------------------------------------------------------
*
*  go-acf Media Model
*
*---------------------------------------------------------------------------------------------*/
.go-acf-media-modal {
  /* hide embed settings */ }

.go-acf-media-modal .media-embed .setting.align,
.go-acf-media-modal .media-embed .setting.link-to {
  display: none; }

/*---------------------------------------------------------------------------------------------
*
*  go-acf Media Model (Select Mode)
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  go-acf Media Model (Edit Mode)
*
*---------------------------------------------------------------------------------------------*/
.go-acf-media-modal.-edit {
  /* resize modal */
  left: 15%;
  right: 15%;
  top: 100px;
  bottom: 100px;
  /* hide elements */
  /* full width */
  /* tidy up incorrect distance */
  /* WP4 */
  /* title box shadow (to match media grid) */
  /* sidebar */
  /* mobile md */
  /* mobile sm */ }

.go-acf-media-modal.-edit .media-frame-menu,
.go-acf-media-modal.-edit .media-frame-router,
.go-acf-media-modal.-edit .media-frame-content .attachments,
.go-acf-media-modal.-edit .media-frame-content .media-toolbar {
  display: none; }

.go-acf-media-modal.-edit .media-frame-title,
.go-acf-media-modal.-edit .media-frame-content,
.go-acf-media-modal.-edit .media-frame-toolbar,
.go-acf-media-modal.-edit .media-sidebar {
  width: auto;
  left: 0;
  right: 0; }

.go-acf-media-modal.-edit .media-frame-content {
  top: 56px; }

body.major-4 .go-acf-media-modal.-edit .media-frame-content {
  top: 50px; }

.go-acf-media-modal.-edit .media-frame-title {
  border-bottom: 1px solid #DFDFDF;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1); }

.go-acf-media-modal.-edit .media-sidebar {
  padding: 0 16px;
  /* WP details */
  /* go-acf fields */
  /* WP required message */ }

.go-acf-media-modal.-edit .media-sidebar .attachment-details {
  overflow: visible;
  /* hide 'Attachment Details' heading */
  /* remove overflow */
  /* move thumbnail */ }

.go-acf-media-modal.-edit .media-sidebar .attachment-details > h3,
.go-acf-media-modal.-edit .media-sidebar .attachment-details > h2 {
  display: none; }

.go-acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info {
  background: #fff;
  border-bottom: #dddddd solid 1px;
  padding: 16px;
  margin: 0 -16px 16px; }

.go-acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail {
  margin: 0 16px 0 0; }

.go-acf-media-modal.-edit .media-sidebar .attachment-details .setting {
  display: block;
  overflow: hidden;
  float: none;
  width: auto;
  margin: 0 0 5px; }

.go-acf-media-modal.-edit .media-sidebar .attachment-details .setting span {
  margin: 0; }

.go-acf-media-modal.-edit .media-sidebar .compat-attachment-fields > tbody > .go-acf-field {
  margin: 0 0 5px; }

.go-acf-media-modal.-edit .media-sidebar .compat-attachment-fields > tbody > .go-acf-field p.description {
  margin-top: 3px; }

.go-acf-media-modal.-edit .media-sidebar .media-types-required-info {
  display: none; }

@media (max-width: 900px) {
  .go-acf-media-modal.-edit {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px; } }

@media (max-width: 640px) {
  .go-acf-media-modal.-edit {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .go-acf-media-modal.-edit .media-sidebar {
    bottom: 0 !important; } }

/*--------------------------------------------------------------------------------------------
*
*	User
*
*--------------------------------------------------------------------------------------------*/
.form-table > tbody {
  /* field */
  /* tab wrap */
  /* misc */ }

.form-table > tbody > .go-acf-field {
  /* label */
  /* input */ }

.form-table > tbody > .go-acf-field > .go-acf-label {
  padding: 20px 10px 20px 0;
  width: 200px;
  /* rtl */ }

html[dir="rtl"] .form-table > tbody > .go-acf-field > .go-acf-label {
  padding: 20px 0 20px 10px; }

.form-table > tbody > .go-acf-field > .go-acf-label label {
  font-size: 14px;
  color: #23282d; }

.form-table > tbody > .go-acf-field > .go-acf-input {
  padding: 15px 10px;
  /* rtl */ }

html[dir="rtl"] .form-table > tbody > .go-acf-field > .go-acf-input {
  padding: 15px 10px 15px 5%; }

.form-table > tbody > .go-acf-tab-wrap td {
  padding: 15px 5% 15px 0;
  /* rtl */ }

html[dir="rtl"] .form-table > tbody > .go-acf-tab-wrap td {
  padding: 15px 0 15px 5%; }

.form-table > tbody .form-table th.go-acf-th {
  width: auto; }

/*--------------------------------------------------------------------------------------------
*
*	Term
*
*--------------------------------------------------------------------------------------------*/
#go-acf-term-fields {
  padding-right: 5%; }

#go-acf-term-fields > .go-acf-field > .go-acf-label {
  margin: 0; }

#go-acf-term-fields > .go-acf-field > .go-acf-label label {
  font-size: 12px;
  font-weight: normal; }

p.submit .spinner,
p.submit .go-acf-spinner {
  vertical-align: top;
  float: none;
  margin: 4px 4px 0; }

#edittag .go-acf-fields.-left > .go-acf-field {
  padding-left: 220px; }

#edittag .go-acf-fields.-left > .go-acf-field:before {
  width: 209px; }

#edittag .go-acf-fields.-left > .go-acf-field > .go-acf-label {
  width: 220px;
  margin-left: -220px;
  padding: 0 10px; }

#edittag .go-acf-fields.-left > .go-acf-field > .go-acf-input {
  padding: 0; }

#edittag > .go-acf-fields.-left {
  width: 96%; }

#edittag > .go-acf-fields.-left > .go-acf-field > .go-acf-label {
  padding-left: 0; }

/*--------------------------------------------------------------------------------------------
*
*	Comment
*
*--------------------------------------------------------------------------------------------*/
.editcomment td:first-child {
  white-space: nowrap;
  width: 131px; }

/*--------------------------------------------------------------------------------------------
*
*	Widget
*
*--------------------------------------------------------------------------------------------*/
#widgets-right .widget .go-acf-field .description {
  padding-left: 0;
  padding-right: 0; }

.go-acf-widget-fields > .go-acf-field .go-acf-label {
  margin-bottom: 5px; }

.go-acf-widget-fields > .go-acf-field .go-acf-label label {
  font-weight: normal;
  margin: 0; }

.widget form > .go-acf-error-message {
  margin-top: 15px; }

/*--------------------------------------------------------------------------------------------
*
*	Nav Menu
*
*--------------------------------------------------------------------------------------------*/
.go-acf-menu-settings {
  border-top: 1px solid #eee;
  margin-top: 2em; }

.go-acf-menu-settings.-seamless {
  border-top: none;
  margin-top: 15px; }

.go-acf-menu-settings.-seamless > h2 {
  display: none; }

.go-acf-menu-item-fields {
  margin-right: 10px;
  float: left; }

/*--------------------------------------------------------------------------------------------
*
*	Confirm remove
*
*--------------------------------------------------------------------------------------------*/
.go-acf-temp-remove {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  /* overlay prevents hover */ }

.go-acf-temp-remove:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

/*--------------------------------------------------------------------------
*
*	Conditional Logic
*
*-------------------------------------------------------------------------*/
/* Hide */
.hidden-by-conditional-logic {
  display: none !important; }

/* Hide (appear empty) */
.hidden-by-conditional-logic.appear-empty {
  display: table-cell !important; }

.hidden-by-conditional-logic.appear-empty .go-acf-input {
  display: none !important; }

/*--------------------------------------------------------------------------
*
*	3rd Party
*
*-------------------------------------------------------------------------*/
/* Tabify shows hidden postboxes */
.go-acf-postbox.go-acf-hidden {
  display: none !important; }

/*--------------------------------------------------------------------------------------------
*
*	Gutenberg
*
*--------------------------------------------------------------------------------------------*/
/*
#editor {
	
	.edit-post-layout__metaboxes {
		//border-top: none;
	}
	
	.edit-post-meta-boxes-area {
		max-width: 80%;
		
		.postbox {
			border: #e2e4e7 solid 1px;
			border-bottom: none;
			margin: 20px 0;
		}
		
		input {
			max-width: none;
		}
	}

}
*/
/*--------------------------------------------------------------------------------------------
*
*	THIS IS A MODIFIED COPY OF THE ACF CSS
*   I ADDED THE GO PREFIX TO EVERYTHING
*   THIS IS USED TO KEEP STYLES CONSISTENT WHEN
*   ADDING FIELDS OUTSIDE OF ACF
*
/*--------------------------------------------------------------------------------------------
*
*	Vars
*
*--------------------------------------------------------------------------------------------*/
/* colors */
/* go-acf-field */
/* responsive */
/*--------------------------------------------------------------------------------------------
*
*	Mixins
*
*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
*
*	General
*
*--------------------------------------------------------------------------------------------*/
/* box-sizing */
/*
[class^="go-acf-"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/
/* Horizontal List */
.go-acf-hl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative; }

.go-acf-hl > li {
  float: left;
  display: block;
  margin: 0;
  padding: 0; }

.go-acf-hl > li.go-acf-fr {
  float: right; }

/* Horizontal List: Clearfix */
.go-acf-hl:before,
.go-acf-hl:after,
.go-acf-bl:before,
.go-acf-bl:after,
.go-acf-cf:before,
.go-acf-cf:after {
  content: "";
  display: block;
  line-height: 0; }

.go-acf-hl:after,
.go-acf-bl:after,
.go-acf-cf:after {
  clear: both; }

/* Block List */
.go-acf-bl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative; }

.go-acf-bl > li {
  display: block;
  margin: 0;
  padding: 0;
  float: none; }

/* Full width */
img.go-acf-fw {
  width: 100%; }

/* Browser */
.go-acf-visible {
  display: block;
  visibility: visible; }

.go-acf-hidden {
  display: none;
  visibility: visible; }

/* Float */
.go-acf-fl {
  float: left; }

.go-acf-fr {
  float: right; }

.go-acf-fn {
  float: none; }

/* Align */
.go-acf-al {
  text-align: left; }

.go-acf-ar {
  text-align: right; }

.go-acf-ac {
  text-align: center; }

/* loading */
.go-acf-loading,
.go-acf-spinner {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: text-top;
  background: transparent url(../images/spinner.gif) no-repeat 50% 50%; }

/* spinner */
.go-acf-spinner {
  display: none; }

.go-acf-spinner.is-active {
  display: inline-block; }

/* WP < 4.2 */
.spinner.is-active {
  display: inline-block; }

/* required */
.go-acf-required {
  color: #f00; }

/* show on hover */
.go-acf-soh .go-acf-soh-target {
  -webkit-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  visibility: hidden;
  opacity: 0; }

.go-acf-soh:hover .go-acf-soh-target {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1; }

/* show if value */
.show-if-value {
  display: none; }

.hide-if-value {
  display: block; }

.has-value .show-if-value {
  display: block; }

.has-value .hide-if-value {
  display: none; }

/* select2 WP animation fix */
.select2-search-choice-close {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

/*---------------------------------------------------------------------------------------------
*
*  tooltip
*
*---------------------------------------------------------------------------------------------*/
/* tooltip */
.go-acf-tooltip {
  background: #2F353E;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  font-size: 12px;
  z-index: 900000;
  /* tip */
  /* positions */ }

.go-acf-tooltip:before {
  border: solid;
  border-color: transparent;
  border-width: 6px;
  content: "";
  position: absolute; }

.go-acf-tooltip.top {
  margin-top: -8px; }

.go-acf-tooltip.top:before {
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-top-color: #2F353E;
  border-bottom-width: 0; }

.go-acf-tooltip.right {
  margin-right: -8px; }

.go-acf-tooltip.right:before {
  top: 50%;
  margin-top: -6px;
  right: 100%;
  border-right-color: #2F353E;
  border-left-width: 0; }

.go-acf-tooltip.bottom {
  margin-bottom: -8px; }

.go-acf-tooltip.bottom:before {
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border-bottom-color: #2F353E;
  border-top-width: 0; }

.go-acf-tooltip.left {
  margin-left: -8px; }

.go-acf-tooltip.left:before {
  top: 50%;
  margin-top: -6px;
  left: 100%;
  border-left-color: #2F353E;
  border-right-width: 0; }

/* confirm */
.go-acf-tooltip.-confirm {
  z-index: 900001; }

.go-acf-tooltip.-confirm a {
  text-decoration: none;
  color: #9ea3a8; }

.go-acf-tooltip.-confirm a:hover {
  text-decoration: underline; }

.go-acf-tooltip.-confirm a.-red {
  color: #F55E4F; }

/*---------------------------------------------------------------------------------------------
*
*  callout
*
*---------------------------------------------------------------------------------------------*/
.go-acf-callout {
  margin: 20px 0;
  padding: 20px;
  background-color: #FCF8F2;
  border-left: 3px solid #F0AD4E; }

.go-acf-callout h4 {
  color: #F0AD4E;
  margin: 0 !important; }

.go-acf-callout p {
  margin-bottom: 0; }

.go-acf-callout.danger {
  border-color: #D9534F;
  background-color: #FDF7F7; }

.go-acf-callout.danger h4 {
  color: #D9534F; }

.go-acf-callout.success {
  background-color: #f4faf6;
  border-color: #bcf1c5; }

.go-acf-callout.success h4 {
  color: #3aad60; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-icon
*
*--------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'go-acf';
  src: url("../font/go-acf.eot?57601716");
  src: url("../font/go-acf.eot?57601716#iefix") format("embedded-opentype"), url("../font/go-acf.woff2?57601716") format("woff2"), url("../font/go-acf.woff?57601716") format("woff"), url("../font/go-acf.ttf?57601716") format("truetype"), url("../font/go-acf.svg?57601716#go-acf") format("svg");
  font-weight: normal;
  font-style: normal; }

.go-acf-icon:before {
  font-family: "go-acf";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* more consistent vertical align */
  position: relative; }

.go-acf-icon.-plus:before {
  content: '\e800'; }

/* '' */
.go-acf-icon.-minus:before {
  content: '\e801'; }

/* '' */
.go-acf-icon.-cancel:before {
  content: '\e802'; }

/* '' */
.go-acf-icon.-pencil:before {
  content: '\e803';
  top: -1px; }

/* '' */
.go-acf-icon.-location:before {
  content: '\e804'; }

/* '' */
.go-acf-icon.-down:before {
  content: '\e805';
  top: 1px; }

/* '' */
.go-acf-icon.-left:before {
  content: '\e806';
  left: -1px; }

/* '' */
.go-acf-icon.-right:before {
  content: '\e807';
  left: 1px; }

/* '' */
.go-acf-icon.-up:before {
  content: '\e808';
  top: -1px; }

/* '' */
.go-acf-icon.-sync:before {
  content: '\e809'; }

/* '' */
.go-acf-icon.-globe:before {
  content: '\e80a'; }

/* '' */
.go-acf-icon.-picture:before {
  content: '\e80b'; }

/* '' */
.go-acf-icon.-check:before {
  content: '\e80c'; }

/* '' */
.go-acf-icon.-dot-3:before {
  content: '\e80d'; }

/* '' */
.go-acf-icon.-arrow-combo:before {
  content: '\e80e'; }

/* '' */
.go-acf-icon.-arrow-up:before {
  content: '\e810';
  top: -1px; }

/* '' */
.go-acf-icon.-arrow-down:before {
  content: '\e80f';
  top: 1px; }

/* '' */
.go-acf-icon.-search:before {
  content: '\e811'; }

/* '' */
.go-acf-icon.-link-ext:before {
  content: '\f08e'; }

/* '' */
/* collapse */
.go-acf-icon.-collapse:before {
  content: '\e810';
  top: -1px; }

/* arrow-up */
.-collapsed .go-acf-icon.-collapse:before {
  content: '\e80f';
  top: 1px; }

/* arrow-down */
/* default */
.go-acf-icon {
  display: inline-block;
  height: 26px;
  width: 26px;
  border: transparent solid 1px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  vertical-align: top; }

/* elements */
span.go-acf-icon {
  color: #999;
  border-color: #BBB;
  background-color: #fff; }

/* icon */
a.go-acf-icon {
  color: #999;
  border-color: #BBB;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: none;
  /* clear */
  /* light*/
  /* states */
  /* remove WP outline box-shadow */
  /* red */ }

a.go-acf-icon.-clear {
  color: #444;
  background: transparent;
  border: none; }

a.go-acf-icon.light {
  border: none;
  padding: 1px;
  background: #F5F5F5;
  color: #72777c; }

a.go-acf-icon:hover {
  border-color: transparent;
  background: #2a9bd9;
  color: #fff; }

a.go-acf-icon:active {
  color: #fff;
  background-color: #238cc6; }

a.go-acf-icon:active,
a.go-acf-icon:focus {
  outline: none;
  box-shadow: none; }

a.go-acf-icon.-minus:hover,
a.go-acf-icon.-cancel:hover {
  background-color: #F55E4F; }

a.go-acf-icon.-minus:active,
a.go-acf-icon.-cancel:active {
  background-color: #f44837; }

/* minor tweaks */
.go-acf-icon.-pencil {
  font-size: 15px; }

.go-acf-icon.-location {
  font-size: 18px; }

/* sizes */
.go-acf-icon.small,
.go-acf-icon.-small {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px; }

/* dark */
.go-acf-icon.dark {
  border-color: transparent;
  background: #23282D;
  color: #eee; }

a.go-acf-icon.dark:hover {
  border-color: transparent;
  background: #191E23;
  color: #00b9eb; }

a.go-acf-icon.-minus.dark:hover,
a.go-acf-icon.-cancel.dark:hover {
  color: #D54E21; }

/* grey */
.go-acf-icon.grey {
  border-color: transparent;
  background: #b4b9be;
  color: #fff; }

a.go-acf-icon.grey:hover {
  border-color: transparent;
  background: #00A0D2;
  color: #fff; }

a.go-acf-icon.-minus.grey:hover,
a.go-acf-icon.-cancel.grey:hover {
  background: #32373C; }

/* red */
.go-acf-icon.red {
  border-color: transparent;
  background-color: #F55E4F;
  color: #fff; }

/* yellow */
.go-acf-icon.yellow {
  border-color: transparent;
  background-color: #FDBC40;
  color: #fff; }

/* logo */
.go-acf-icon.logo {
  width: 150px;
  height: 150px;
  background: #5EE8BF;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0; }

/*--------------------------------------------------------------------------------------------
*
*	Sprite
*
*--------------------------------------------------------------------------------------------*/
[class^="go-acf-sprite-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/sprite.png); }

.go-acf-icon [class^="go-acf-sprite-"] {
  margin: 1px auto 0; }

.go-acf-sprite-logo {
  background-position: 0 0;
  width: 100px;
  height: 46px; }

.go-acf-icon .go-acf-sprite-logo {
  margin-top: 52px; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-box
*
*--------------------------------------------------------------------------------------------*/
.go-acf-box {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  /* title */
  /* footer */ }

.go-acf-box .title {
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  padding: 15px;
  background: #FFFFFF; }

.go-acf-box .title h3 {
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  padding: 0; }

.go-acf-box .inner {
  padding: 15px; }

.go-acf-box h2 {
  color: #333333;
  font-size: 26px;
  line-height: 1.25em;
  margin: 0.25em 0 0.75em;
  padding: 0; }

.go-acf-box h3 {
  margin: 1.5em 0 0; }

.go-acf-box p {
  margin-top: 0.5em; }

.go-acf-box a {
  text-decoration: none; }

.go-acf-box i.dashicons-external {
  margin-top: -1px; }

.go-acf-box .footer {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 12px;
  font-size: 13px;
  line-height: 1.5; }

.go-acf-box .footer p {
  margin: 0; }

/* error */
.go-acf-error-message {
  position: relative;
  display: block;
  background: #F55E4F;
  margin: 5px 0 15px;
  padding: 1px 12px;
  min-height: 0px;
  border-left: #dd4232 solid 4px; }

.go-acf-error-message p {
  font-size: 13px !important;
  line-height: 1.5;
  margin: 0.5em 0;
  padding: 2px;
  text-shadow: none;
  color: #fff; }

.go-acf-error-message .go-acf-icon {
  position: absolute;
  top: 9px;
  right: 12px;
  background-color: #dd4232;
  border-color: transparent;
  color: #fff; }

/* important to include .-cancel to override .go-acf-icon.-cancel class */
.go-acf-error-message .go-acf-icon.-cancel:hover {
  background-color: #191e23;
  color: #F55E4F; }

/* success */
.go-acf-error-message.-success {
  background-color: #46b450;
  border-color: #32973b; }

.go-acf-error-message.-success .go-acf-icon {
  background-color: #32973b; }

.go-acf-error-message.-success .go-acf-icon.-cancel:hover {
  background-color: #191e23;
  color: #46b450; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-table
*
*--------------------------------------------------------------------------------------------*/
.go-acf-table {
  border: #DFDFDF solid 1px;
  background: #fff;
  border-spacing: 0;
  border-radius: 0;
  table-layout: auto;
  padding: 0;
  margin: 0;
  width: 100%;
  clear: both;
  /* defaults */
  /* thead */
  /* tbody */
  /* -clear */ }

.go-acf-table > tbody > tr > th,
.go-acf-table > thead > tr > th,
.go-acf-table > tbody > tr > td,
.go-acf-table > thead > tr > td {
  padding: 8px;
  vertical-align: top;
  background: #fff;
  text-align: left;
  border-style: solid;
  font-weight: normal; }

.go-acf-table > tbody > tr > th,
.go-acf-table > thead > tr > th {
  position: relative;
  color: #333333; }

.go-acf-table > thead > tr > th {
  border-color: #E1E1E1;
  border-width: 0 0 1px 1px; }

.go-acf-table > thead > tr > th:first-child {
  border-left-width: 0; }

.go-acf-table > tbody > tr {
  z-index: 1; }

.go-acf-table > tbody > tr > td {
  border-color: #EDEDED;
  border-width: 1px 0 0 1px; }

.go-acf-table > tbody > tr > td:first-child {
  border-left-width: 0; }

.go-acf-table > tbody > tr:first-child > td {
  border-top-width: 0; }

.go-acf-table.-clear {
  border: 0 none; }

.go-acf-table.-clear > tbody > tr > td,
.go-acf-table.-clear > thead > tr > td,
.go-acf-table.-clear > tbody > tr > th,
.go-acf-table.-clear > thead > tr > th {
  border: 0 none;
  padding: 4px; }

/* remove tr */
.go-acf-remove-element {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transform: translate(50px, 0);
  opacity: 0; }

/* fade-up */
.go-acf-fade-up {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transform: translate(0, -10px);
  opacity: 0; }

/*---------------------------------------------------------------------------------------------
*
*  wp-admin
*
*---------------------------------------------------------------------------------------------*/
/* Menu */
#adminmenu a[href="edit.php?post_type=go-acf-field-group&page=go-acf-settings-info"] {
  display: none; }

/*---------------------------------------------------------------------------------------------
*
*  Field Group List
*
*---------------------------------------------------------------------------------------------*/
#icon-edit.icon32-posts-go-acf-field-group {
  background-position: -11px -5px; }

#go-acf-field-group-wrap .tablenav,
#go-acf-field-group-wrap p.search-box {
  display: none; }

#go-acf-field-group-wrap .wp-list-table .column-go-acf-fg-description,
#go-acf-field-group-wrap .wp-list-table .column-go-acf-fg-description:before {
  display: none !important;
  /* important needed to override mobile */ }

#go-acf-field-group-wrap .wp-list-table .column-go-acf-fg-count {
  width: 10%; }

#go-acf-field-group-wrap .wp-list-table .column-go-acf-fg-status {
  width: 10%; }

#go-acf-field-group-wrap .tablenav.bottom {
  display: block; }

#go-acf-field-group-wrap .go-acf-description {
  font-weight: normal;
  font-size: 13px;
  color: #999;
  margin-left: 7px;
  font-style: italic; }

/* subsubsub */
#go-acf-field-group-wrap .subsubsub {
  /* WPML */
  margin-bottom: 3px;
  /* search */ }

#go-acf-field-group-wrap .subsubsub ul {
  margin: 0; }

#go-acf-field-group-wrap .subsubsub + .subsubsub {
  margin-top: 0; }

#go-acf-field-group-wrap .subsubsub a:focus {
  box-shadow: none; }

/* columns (replicate post edit layout) */
.go-acf-columns-2 {
  margin-right: 300px;
  clear: both;
  /* rtl */ }

.go-acf-columns-2:after {
  clear: both;
  content: "";
  display: table; }

html[dir="rtl"] .go-acf-columns-2 {
  margin-right: 0;
  margin-left: 300px; }

.go-acf-columns-2 .go-acf-column-1 {
  float: left;
  width: 100%;
  /* rtl */ }

html[dir="rtl"] .go-acf-columns-2 .go-acf-column-1 {
  float: right; }

.go-acf-columns-2 .go-acf-column-2 {
  float: right;
  margin-right: -300px;
  width: 280px;
  /* rtl */ }

html[dir="rtl"] .go-acf-columns-2 .go-acf-column-2 {
  float: left;
  margin-right: 0;
  margin-left: -300px; }

/* search */
#go-acf-field-group-wrap .search-box:after {
  display: block;
  content: "";
  height: 5px; }

.go-acf-clear {
  clear: both; }

/* mobile compatibilty */
@media screen and (max-width: 782px) {
  #go-acf-field-group-wrap #the-list .go-acf-icon:after {
    content: attr(title);
    position: absolute;
    margin-left: 5px;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    color: #444; } }

/*---------------------------------------------------------------------------------------------
*
*  Fake table
*
*---------------------------------------------------------------------------------------------*/
.go-acf-thead,
.go-acf-tbody,
.go-acf-tfoot {
  width: 100%;
  padding: 0;
  margin: 0; }

.go-acf-thead > li,
.go-acf-tbody > li,
.go-acf-tfoot > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 14px; }

.go-acf-thead {
  background: #FFFFFF;
  border-bottom: #E1E1E1 solid 1px; }

.go-acf-thead > li {
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-weight: bold; }

.go-acf-tfoot {
  background: #f5f5f5;
  border-top: #dddddd solid 1px; }

.go-acf-tfoot > li {
  color: #7A9BBE;
  font-size: 12px;
  line-height: 27px; }

.go-acf-tfoot > li.comic-sans {
  font-family: Comic Sans MS, sans-serif;
  font-size: 11px; }

/*--------------------------------------------------------------------------------------------
*
*	Settings
*
*--------------------------------------------------------------------------------------------*/
.go-acf-settings-wrap .go-acf-box {
  margin: 20px 0; }

.go-acf-settings-wrap table {
  margin: 0; }

.go-acf-settings-wrap table .button {
  vertical-align: middle; }

/*--------------------------------------------------------------------------------------------
*
*	Settings: Add-ons
*
*--------------------------------------------------------------------------------------------*/
.add-ons-list {
  margin: 20px 0 0 -18px;
  max-width: 960px; }

.add-ons-list .add-on {
  width: 220px;
  margin: 0 0 20px 18px;
  float: left; }

.add-ons-list .add-on .inner {
  min-height: 90px; }

.add-ons-list .add-on-go-acf-pro {
  width: 940px; }

.add-ons-list .add-on .thumbnail img {
  display: block; }

.add-ons-list .add-on h3 a {
  color: inherit;
  text-decoration: none; }

.add-ons-list .add-on h3 {
  margin: 0.5em 0; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-popup
*
*--------------------------------------------------------------------------------------------*/
#go-acf-popup {
  position: fixed;
  z-index: 900000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#go-acf-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.25); }

#go-acf-popup .go-acf-popup-box {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -150px;
  border-color: #aaaaaa; }

#go-acf-popup .title .go-acf-icon {
  position: absolute;
  top: 10px;
  right: 10px; }

html[dir="rtl"] #go-acf-popup .title .go-acf-icon {
  right: auto;
  left: 10px; }

#go-acf-popup .go-acf-popup-box .inner,
#go-acf-popup .go-acf-popup-box .loading {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

#go-acf-popup .go-acf-popup-box .loading {
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-top: #DDDDDD solid 1px;
  display: none; }

#go-acf-popup .go-acf-popup-box .loading .go-acf-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px; }

#go-acf-popup .inner > *:first-child {
  margin-top: 0; }

/* submit p */
.go-acf-submit {
  margin-bottom: 0; }

.go-acf-submit span {
  float: right;
  color: #999; }

.go-acf-submit .go-acf-loading {
  display: none; }

.go-acf-submit .button {
  margin-right: 5px; }

/*--------------------------------------------------------------------------------------------
*
*	upgrade notice
*
*--------------------------------------------------------------------------------------------*/
#go-acf-upgrade-notice {
  margin-left: -20px;
  background: #fff;
  border-bottom: #E5E5E5 solid 1px; }

#go-acf-upgrade-notice .inner {
  padding: 20px; }

#go-acf-upgrade-notice .logo {
  position: relative;
  float: left; }

#go-acf-upgrade-notice .content {
  margin-left: 170px;
  max-width: 710px; }

#go-acf-upgrade-notice p {
  font-size: 14px; }

/*--------------------------------------------------------------------------------------------
*
*	Welcome
*
*--------------------------------------------------------------------------------------------*/
.go-acf-wrap h1 {
  margin-top: 0;
  padding-top: 20px; }

.go-acf-wrap .about-text {
  margin-top: 0.5em;
  min-height: 50px; }

.go-acf-wrap .about-headline-callout {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.3;
  margin: 1.1em 0 0.2em;
  text-align: center; }

.go-acf-wrap .feature-section {
  margin-top: 40px;
  padding-bottom: 20px; }

.go-acf-three-col img {
  border: #DDDDDD solid 1px;
  margin: 0 0 20px; }

.go-acf-three-col {
  position: relative;
  overflow: hidden; }

.go-acf-three-col > div {
  float: left;
  margin: 0 0 15px 5%;
  position: relative;
  width: 30%; }

.go-acf-three-col > div:first-child,
.go-acf-three-col > br + div {
  margin-left: 0;
  clear: left; }

.go-acf-three-col > br {
  display: none; }

.go-acf-wrap .go-acf-three-col h3,
.go-acf-wrap .go-acf-three-col h4 {
  margin-top: 0; }

.go-acf-wrap .changelog {
  list-style: disc;
  padding-left: 15px; }

.go-acf-wrap .changelog li {
  margin: 0 0 0.75em; }

/*--------------------------------------------------------------------------------------------
*
*	go-acf-hl cols
*
*--------------------------------------------------------------------------------------------*/
.go-acf-hl[data-cols] {
  margin-left: -10px;
  margin-right: -10px; }

.go-acf-hl[data-cols] > li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* sizes */
.go-acf-hl[data-cols="2"] > li {
  width: 50%; }

.go-acf-hl[data-cols="3"] > li {
  width: 33.333%; }

.go-acf-hl[data-cols="4"] > li {
  width: 25%; }

/* mobile */
@media screen and (max-width: 782px) {
  .go-acf-hl[data-cols] {
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px; }
  .go-acf-hl[data-cols] > li {
    width: 100% !important;
    padding: 10px 0 0; } }

/*--------------------------------------------------------------------------------------------
*
*	misc
*
*--------------------------------------------------------------------------------------------*/
.go-acf-actions {
  text-align: right;
  z-index: 1;
  /* hover */
  /* rtl */ }

.go-acf-actions a {
  margin-left: 4px; }

.go-acf-actions.-hover {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  padding: 5px; }

html[dir="rtl"] .go-acf-actions a {
  margin-left: 0;
  margin-right: 4px; }

html[dir="rtl"] .go-acf-actions.-hover {
  right: auto;
  left: 0; }

/* ul compatibility */
ul.go-acf-actions li {
  float: right;
  margin-left: 4px; }

/*--------------------------------------------------------------------------------------------
*
*	Plugins
*
*--------------------------------------------------------------------------------------------*/
.go-acf-plugin-upgrade-notice {
  font-weight: normal;
  color: #fff;
  background: #d54d21;
  padding: 1em;
  margin: 9px 0; }

.go-acf-plugin-upgrade-notice:before {
  content: "\f348";
  display: inline-block;
  font: 400 18px/1 dashicons;
  speak: none;
  margin: 0 8px 0 -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top; }

.go-acf-plugin-upgrade-notice h4 {
  display: none; }

.go-acf-plugin-upgrade-notice ul,
.go-acf-plugin-upgrade-notice li {
  display: inline;
  color: inherit;
  list-style: none; }

.go-acf-plugin-upgrade-notice li:after {
  content: '. ';
  display: inline; }

/*--------------------------------------------------------------------------------------------
*
*	RTL
*
*--------------------------------------------------------------------------------------------*/
html[dir="rtl"] .go-acf-fl {
  float: right; }

html[dir="rtl"] .go-acf-fr {
  float: left; }

html[dir="rtl"] .go-acf-hl > li {
  float: right; }

html[dir="rtl"] .go-acf-hl > li.go-acf-fr {
  float: left; }

html[dir="rtl"] .go-acf-icon.logo {
  left: 0;
  right: auto; }

html[dir="rtl"] .go-acf-table thead th {
  text-align: right;
  border-right-width: 1px;
  border-left-width: 0px; }

html[dir="rtl"] .go-acf-table > tbody > tr > td {
  text-align: right;
  border-right-width: 1px;
  border-left-width: 0px; }

html[dir="rtl"] .go-acf-table > thead > tr > th:first-child,
html[dir="rtl"] .go-acf-table > tbody > tr > td:first-child {
  border-right-width: 0; }

html[dir="rtl"] .go-acf-table > tbody > tr > td.order + td {
  border-right-color: #e1e1e1; }

/*---------------------------------------------------------------------------------------------
*
*  go-acf-postbox-columns
*
*---------------------------------------------------------------------------------------------*/
.go-acf-postbox-columns {
  position: relative;
  margin-top: -11px;
  margin-bottom: -11px;
  margin-left: -12px;
  margin-right: 268px; }

.go-acf-postbox-columns:after {
  clear: both;
  content: "";
  display: table; }

.go-acf-postbox-columns .go-acf-postbox-main,
.go-acf-postbox-columns .go-acf-postbox-side {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 12px; }

.go-acf-postbox-columns .go-acf-postbox-main {
  float: left;
  width: 100%; }

.go-acf-postbox-columns .go-acf-postbox-side {
  float: right;
  width: 280px;
  margin-right: -280px; }

.go-acf-postbox-columns .go-acf-postbox-side:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #ebebeb; }

/* mobile */
@media only screen and (max-width: 850px) {
  .go-acf-postbox-columns {
    margin: 0; }
  .go-acf-postbox-columns .go-acf-postbox-main,
  .go-acf-postbox-columns .go-acf-postbox-side {
    float: none;
    width: auto;
    margin: 0;
    padding: 0; }
  .go-acf-postbox-columns .go-acf-postbox-side {
    margin-top: 1em; }
  .go-acf-postbox-columns .go-acf-postbox-side:before {
    display: none; } }

/*---------------------------------------------------------------------------------------------
*
*  go-acf-panel
*
*---------------------------------------------------------------------------------------------*/
.go-acf-panel {
  margin-top: -1px;
  border-top: 1px solid #e2e4e7;
  border-bottom: 1px solid #e2e4e7;
  /* open */
  /* inside postbox */
  /* fields */ }

.go-acf-panel .go-acf-panel-title {
  margin: 0;
  padding: 12px;
  font-weight: bold;
  cursor: pointer;
  font-size: inherit; }

.go-acf-panel .go-acf-panel-title i {
  float: right; }

.go-acf-panel .go-acf-panel-inside {
  margin: 0;
  padding: 0 12px 12px;
  display: none; }

.go-acf-panel.-open .go-acf-panel-inside {
  display: block; }

.postbox .go-acf-panel {
  margin-left: -12px;
  margin-right: -12px; }

.go-acf-panel .go-acf-field {
  margin: 20px 0 0; }

.go-acf-panel .go-acf-field .go-acf-label label {
  color: #555d66;
  font-weight: normal; }

.go-acf-panel .go-acf-field:first-child {
  margin-top: 0; }

/*---------------------------------------------------------------------------------------------
*
*  Admin Tools
*
*---------------------------------------------------------------------------------------------*/
#go-acf-admin-tools .notice {
  margin-top: 10px; }

.go-acf-meta-box-wrap {
  margin-top: 10px;
  /* go-acf-fields */ }

.go-acf-meta-box-wrap .postbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.go-acf-meta-box-wrap .postbox .inside {
  margin-bottom: 0; }

.go-acf-meta-box-wrap .postbox .hndle {
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  line-height: 1.4; }

.go-acf-meta-box-wrap .postbox .handlediv {
  display: none; }

.go-acf-meta-box-wrap .go-acf-fields {
  border: #ebebeb solid 1px;
  background: #fafafa;
  border-radius: 3px; }

/* grid */
.go-acf-meta-box-wrap.-grid {
  margin-left: 8px;
  margin-right: 8px; }

.go-acf-meta-box-wrap.-grid .postbox {
  float: left;
  clear: left;
  width: 50%;
  margin: 0 0 16px; }

.go-acf-meta-box-wrap.-grid .postbox:nth-child(odd) {
  margin-left: -8px; }

.go-acf-meta-box-wrap.-grid .postbox:nth-child(even) {
  float: right;
  clear: right;
  margin-right: -8px; }

/* mobile */
@media only screen and (max-width: 850px) {
  .go-acf-meta-box-wrap.-grid {
    margin-left: 0;
    margin-right: 0; }
  .go-acf-meta-box-wrap.-grid .postbox {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%; } }

/* export tool */
#go-acf-admin-tool-export {
  /* panel: selection */ }

#go-acf-admin-tool-export p {
  max-width: 800px; }

#go-acf-admin-tool-export ul {
  column-width: 200px; }

#go-acf-admin-tool-export .go-acf-postbox-side .button {
  margin: 0;
  width: 100%; }

#go-acf-admin-tool-export textarea {
  display: block;
  width: 100%;
  min-height: 500px;
  background: #fafafa;
  box-shadow: none;
  padding: 7px;
  border-radius: 3px; }

#go-acf-admin-tool-export .go-acf-panel-selection .go-acf-label {
  display: none; }

/*---------------------------------------------------------------------------------------------
*
*  Retina
*
*---------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^="go-acf-sprite-"],
  [class*=" go-acf-sprite-"] {
    background-image: url(../images/sprite@2x.png);
    background-size: 250px 250px; }
  .go-acf-loading,
  .go-acf-spinner {
    background-image: url(../images/spinner@2x.gif);
    background-size: 20px 20px; } }

/*---------------------------------------------------------------------------------------------
*
*  Device
*
*---------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 850px) {
  .go-acf-columns-2 {
    margin-right: 0; }
  .go-acf-columns-2 .go-acf-column-1,
  .go-acf-columns-2 .go-acf-column-2 {
    float: none;
    width: auto;
    margin: 0; } }

/****
* Plugin Name: TinyMCE Annotate
* Description: Create annotations on your posts or pages
* Version:     1.1.2
* Author:      xyulex
* Author URI:  https://profiles.wordpress.org/xyulex/
* License:     GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.annotation:hover {
  cursor: pointer; }

.annotation:hover:after {
  content: attr(data-author) ":\a" attr(data-annotation);
  color: #333;
  position: absolute;
  white-space: pre;
  z-index: 20;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #000;
  padding: 10px;
  background-color: #fff;
  font-size: 14px; }

#go_leaderboard_filters_container {
  display: flex;
  justify-content: space-between; }

#go_leaderboard_filters, #go_leaderboard_update_button {
  padding: 20px;
  text-align: right; }

#go_leaderboard_filters h3,
#go_leaderboard_filters .select2 {
  text-align: left; }

#records_tabs a, #records_tabs .tooltip {
  color: blue; }

.dt-buttons {
  padding: 10px; }

.hidden_action {
  display: none; }

.dataTables_processing {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: lightblue !important;
  z-index: 1 !important;
  margin: 0px !important; }

.go_tools_section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .go_tools_section a {
    color: inherit;
    text-decoration: inherit;
    /* no underline */ }
  .go_tools_section ul {
    list-style-type: disc;
    padding: 0 10px; }

#go_tools_wrapper .card {
  width: 300px;
  margin: 10px;
  padding-bottom: 10px;
  height: 90%; }

#go_tools_wrapper button {
  float: right; }

.progress-bar-border-swal {
  height: 30px;
  width: 120px;
  border: thin white solid;
  margin: 30px 0px;
  position: relative;
  background-color: lightgrey;
  font-size: 14px;
  box-sizing: unset; }

.archive_progress_bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3085d6; }

.quest_stats_wrapper {
  /* margin: auto; */
  /* width: 200px; */
  /* float: right; */
  display: flex;
  margin: 10px;
  justify-content: center;
  align-items: center; }

.quest_stats {
  padding: 5px;
  border: 1px solid; }

.quest_stats.complete {
  background-color: lightgreen; }

.quest_stats.started {
  background-color: lightgoldenrodyellow; }

.quest_stats.not_started {
  background-color: pink; }
