#content.site-content {
  background-color: #f9f9fa;
}
.my-list {
  text-transform: uppercase;
}
.cmb-td {
  padding: 10px 10px !important;
}
.wp-picker-container .wp-color-result.button {
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.btn,
.button,
.button-primary,
button,
input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background: #bd5151;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2),
    0 5px 20px 1px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.media-frame-router button {
  color: #0073aa;
}
.cmb-type-group .cmb-td,
.cmb2-postbox .cmb-td {
  padding: 15px 0 !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
.cmb-row .cmb-td input[type="text"],
.cmb-row .cmb-td input[type="number"],
.cmb-row .cmb-td input.regular-text,
.cmb-row .cmb-td textarea,
.cmb-row
  .cmb-td
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
#rcp-card-element {
  display: block;
  width: 400px;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.cmb2-wrap ul.cmb2-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmb-row
  .cmb-td
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #495057;
}
.cmb-row .cmb-td .select2-container .select2-selection--single {
  height: calc(2.25rem + 2px);
  border: none !important;
}
.cmb-row
  .cmb-td
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px;
  right: 4px;
}
.cmb-row .cmb-td .select2-selection__clear {
  display: none;
}
.cmb-row .cmb-td textarea {
  height: 150px;
  width: 350px;
}
.teaser textarea {
  height: 75px !important;
  width: 350px;
}
.cmb-row .cmb-td .cmb2-metabox-description {
  color: #999;
  font-style: normal;
  padding-top: 5px !important;
  font-size: 13px;
  font-weight: 300;
  display: block;
}
.cmb-row .cmb-th {
  padding: 10px 0 0 0;
}
.cmb-row .cmb-th label {
  font-size: 15px;
}

.select2-container {
  min-width: 400px;
  max-width: 100%;
}
.cmb-repeatable-group.repeatable .cmb-group-title {
  padding-left: 1em !important;
  background: #444;
  color: #fff;
  font-size: 17px;
}
.cmb-type-group .inside .cmb-row {
  border-bottom: none !important;
  padding: 10px 0 0;
  margin-bottom: 0;
}
.cmb-type-group .cmb-th + .cmb-td,
.cmb2-postbox .cmb-th + .cmb-td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cmb-type-group .cmbhandle {
  display: none;
}
.cmb-type-group .cmb-remove-group-row {
  background: #df7349;
  font-size: 13px;
  padding: 2px 10px 4px;
}

.cmb-archive-group-row {
  background: #df7349;
  font-size: 13px;
  padding: 2px 10px 4px;
}

.cmb-remove-archive-group-row {
  background: #df7349;
  font-size: 13px;
  padding: 2px 10px 4px;
}

.cmb-type-group .cmb-add-row {
  margin: 10px 0 40px;
}
.cmb-type-group .cmb-add-row .cmb-add-group-row {
  font-size: 13px;
  padding: 4px 10px 4px;
  background-color: #007bbf;
}

#cmb2-metabox-integration-settings .card {
  margin-bottom: 20px;
}

.alert p {
  margin-bottom: 0;
}
.table-striped tbody tr.beer-row:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.02);
}
.beer-table tbody tr {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.2rem;
  font-weight: 400;
}
.beer-table tbody tr img,
.beer-table tbody tr svg {
  max-width: 40px;
  height: auto;
}
.beer-table .title .style {
  display: block;
  font-size: 0.8rem;
}
.beer-table .btn-group > .btn {
  box-shadow: none;
  background: #332f2f;
  color: #fff;
  margin: 2px;
}
.navbar-light .navbar-toggler {
  border: medium none;
  outline: none;
  background: #fff;
}
.navbar-light .navbar-toggler span {
  color: #332f2f;
}
#rcp_gateway_extra_fields {
  border: 1px solid #ddd;
  padding: 15px 20px;
  max-width: 540px;
  margin: 20px 0 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 2px aliceblue;
}
#rcp_gateway_extra_fields input,
#rcp_gateway_extra_fields #rcp-card-element {
  width: 100%;
}

.list-share {
  border: 1px solid transparent;
  padding: 10px 20px 0px;
  margin: 0 0 00px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.list-share p {
  margin-bottom: 0;
}
.list-share .share {
}
.list-share .share span {
  line-height: 1;
}
.list-share .twitter-share-button {
  margin: 5px 0 -6px 10px;
}
.list-share .fb-share-button {
}

.jck-sfr-loop-item-wrapper {
  margin: 30px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.jck-sfr-container h2 {
  font-size: 18px;
  padding-bottom: 0;
  margin: 0 0 5px;
}
.jck-sfr-container p {
  margin: 0 0 5px;
  font-size: 15px;
}
.jck-sfr-loop-item__meta {
  margin-top: 10px;
  font-size: 14px;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #eee;
  font-size: 15px;
  color: #777;
}
ul.tabs li.current {
  border-bottom: 2px solid #fff;
  font-weight: 500;
  color: #222;
}
.tab-content {
  display: none;
  background: #ffffff;
  padding: 20px 20px;
  border: 2px solid #eee;
  margin-top: -2px;
}
.tab-content.current {
  display: inherit;
}

@media only screen and (max-width: 480px) {
  .cmb2-metabox .cmb-type-group .cmb-th + .cmb-td,
  .cmb2-postbox .cmb-th + .cmb-td {
    width: 100%;
    float: none;
    display: block;
  }
  .cmb2-metabox .cmb-type-group .cmb-th,
  .cmb2-postbox .cmb-th {
    width: 100%;
    padding: 0;
  }
  .cmb-row
    .cmb-td
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    max-width: 100%;
    width: 100%;
  }
  .select2-container {
    min-width: 100%;
    max-width: 100%;
  }
  .cmb2-metabox .cmb-row .cmb-th label {
    padding-bottom: 5px;
  }
}

.simplefavorite-button {
  cursor: pointer !important;
}

.simplefavorite-button.active {
  color: #bd5151 !important;
}
.simplefavorite-button.active {
  opacity: 1 !important;
}

.notfound {
  display: none;
}

.powered-by {
  position: relative !important;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 12px !important;
  height: 30px !important;
  padding: 5px !important;
}

.powered-by a {
  color: white !important;
  text-decoration: none !important;
}

.sort-buttons {
  border-color: none !important;
  border: 0px !important;
  outline: none !important;
  box-shadow: none !important;
}
.sort-buttons:hover {
  background-color: #bd5151 !important;
}

.sort-buttons.active {
  background-color: #bd5151 !important;
}

.price-settings {
  float: left;
  padding-right: 10px;
  width: 100px;
  align-items: center;
  text-align: center;
  padding-bottom: 10px;
}

.country_2 .price-settings,
.country_3 .price-settings,
.country_4 .price-settings {
  width: 180px;
}

.archive-tab {
   margin-top: -7px!important;
}

.active-tab {
  margin-top: -7px!important;
}

.update_notice {
  color: #bd5151;
}