/*mar search input*/
input.elegantmap-search {
  background: #f1f5f9;
  max-height: 30px;
  border: 0;
  border-radius: 3px;
  padding: 7px 10px;
  box-sizing: border-box;
  transition: background 200ms ease;
  color: #4C5866;
  font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  display: block;
  width: 100%;
}

input.elegantmap-search:focus {
  background: #e6ecf2;
}

input.elegantmap-search::-webkit-input-placeholder {
  color: #98a7b8;
}

input.elegantmap-search:-moz-placeholder {
  color: #98a7b8;
}

input.elegantmap-search::-moz-placeholder {
  color: #98a7b8;
}

input.elegantmap-search:-ms-input-placeholder {
  color: #98a7b8;
}

input.elegantmap-search[readonly] {
  background: #ffffff !important;
  border: 1px solid #eaedf0 !important;
  cursor: not-allowed;
}

h4.elegantmap-address-current {
  font-size: 12px;
  font-weight: 900;
}

.elegantmap-address-current-wrapper {
  background-color: whitesmoke;
  padding: 1em;
  margin: 1em 0;
}

h5.elegantmap-address-search-title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 1em;
}

button.elegantmap-search-button {
  padding: 0.8em 1.2em;
  font-weight: 900;
  background-color: #5d5d5d;
  color: #fff;
  border: unset;
  border-radius: 3px;
  cursor: pointer;
  margin: 1em 0 0;
}

li.elegantmap-query-item {
  list-style: none;
}

li.elegantmap-query-item:nth-child(odd) {
  background-color: #f1f5f9;
}

input#elegantmap-search-address {
  margin-bottom: 1em;
}

li.elegantmap-query-item {
  list-style: none;
  padding: 0.2em 1em;
  cursor: pointer !important;
}

.elegantmap-minimap {
  margin: 1em 0 0;
  height: 250px;
}

button.elegantmap-remove-polygonmarker {
  background-color: red;
  color: #fff;
  border-style: unset;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  max-width: 30%;
}

.elegantmap-polygonlabel {
  max-width: 68%;
  padding-right: 2%;
}

ul.elegantmap-polygon-markerlist li {
  border: 2px solid rgba(0,0,0,0.1);
  margin-bottom: 1em;
  padding: 1em;
  list-style: none;
}

.elegantmap-error {
  background-color: #ff8d00;
  color: #fff !important;
  padding: 1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}

.elegantmap-error div {
  margin-bottom: 1em;
}


/*flipbox*/
.divienhancer-flip-container {
  display: inline-block;
}

.divienhancer-original-flipbox {
  display: none;
}

.emods-flipbox-button:after {
content: attr(data-icon);
}

.emod_fontawesome_icon {
  font-family: 'FontAwesome' !important;
}




/*flipbox*/
.snapway-flipper {
  display: inline-block;
}


.snapway_flipBox .et_pb_button[data-icon]:not([data-icon=""]):after {
  content: "\35"
}


.snapway-flipbox-button-main-wrapper {
  padding: 1em 0;
}

.snapway-flipbox-warning h2 {
  border: 2px solid #9b9393;
  padding: 1em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 3px;
  color: palevioletred;
}


/*BUILDER CSS*/

.snapway-children-original-content {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}