/*
Theme Name: The Earth Society
Theme URI:
Author: Digizent
Version: 1.0
*/
.dz-shortcodes .error{
    padding:0;
}
.bl-check-overlay {
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100001;
    overflow: auto;
    background-color: rgba(0,0,0,.8);
}

.bl-check-popup {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    max-width: 660px;
    position: relative;
    padding: 40px 45px;
 }

.bl-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.ffz-checks-payment [type=text].ffz-input, .ffz-checks-payment textarea.ffz-textarea {
    background-color: #fff!important;
}

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}

.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}

.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}


/*Customize this if you want*/
.wpml-floating-language-switcher {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #f8f8f8; /*background color*/
  border: 1px solid; /*border settings*/
  border-color: #eee; /*color of the border*/
  padding: 0px; /*padding of container*/
  border-radius: 6px; /*rounded border*/
  /*Box Shadow*/
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}

.wpml-floating-language-switcher {
  width: 70px;
  transform: rotate(180deg);
  z-index: 99;
}

.wpml-ls-flag {
  transform: rotate(180deg);
}

.wpml-ls-sub-menu {
  background: #f5f3f2;
}
