/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
Theme Name: Vivid Theme
Author: Efront
Author URI: http://efront.com.au/
Description: The Vivid Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

textarea {
  -ms-overflow-style: none;
}

select,
input,
textarea {
  font-family: 'Proxima Nova Soft', sans-serif;
}

.ginput_recaptcha {
  float: right;
  margin-top: 20px;
}

.mfp-bottom-bar .mfp-title {
  font-size: 13px;
  max-width: 50%;
}

.widget .widget--content-wrapper {
  z-index: 2;
}

.widget__link {
  z-index: 1;
}

body.page-id-31 .header .header__inner,
body.page-id-30 .header .header__inner,
body.page-id-29 .header .header__inner,
body.page-id-27 .header .header__inner {
  border-bottom: 2px solid #dcddde;
}

body.page-template-goods-for-sale-template.article-small__entry table {
  font-size: 0.75em !important;
  width: 100% !important;
}

body.page-template-goods-for-sale-template.article-small__entry
  table
  input[type='text'] {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.gfield_label,
.gfield_checkbox,
.gfield_radio {
  font-size: 0.64rem;
}
.gfield_checkbox input + label,
.gfield_radio input + label {
  padding-left: 10px;
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: text-top;
}
.gfield_checkbox li,
.gfield_radio li {
  margin-top: 5px;
}

.gfield.show_label .gfield_label,
.gfield.show_label .gfield_label {
  display: block;
  font-weight: 600;
}
.gform_wrapper .col--1of2.gfield:nth-child(1) + .col--1of2 {
  margin-top: 0;
}

.article-large .ginput_recaptcha {
  float: none;
  clear: both;
  padding-top: 20px;
  margin-top: 0;
}

body.page-id-793 .section-large__links {
  margin-top: 0px;
  padding-top: 0px;
}

@media (max-width: 767px) {
  .mfp-bottom-bar .mfp-title {
    max-width: 100%;
  }
  .gform_wrapper .col--1of2.gfield:nth-child(1) + .col--1of2 {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .ginput_recaptcha {
    float: left;
  }
}

@media (min-width: 1200px) {
  .widget--content.widget--reverse:after {
    bottom: 18px;
  }
}
.website-feedback-banner {
  height: 40px;
  display: block;
  background-color: #efefef;
  font-size: 16px;
  padding: 12px 15px 10px;
  line-height: 1;
  color: #000;
}
.website-feedback-banner + .header {
  top: 40px;
  position: absolute;
}

.website-feedback-banner + .header.sticky {
  position: fixed;
  top: 0;
}
@media (max-width: 767px) {
  .website-feedback-banner {
    font-size: 14px;
  }
}

.website-feedback-box {
  font-size: 24px;
  position: fixed;
  bottom: 0;
  right: 15px;
  background: #9c4386;
  color: #fff;
  z-index: 10000;
  padding: 15px 60px 15px 15px;
  width: 300px;
}
.website-feedback-box a {
  text-decoration: underline;
  font-size: 26px;
  line-height: 1.1em;
}

.website-feedback-box .toggle-box {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.website-feedback-box .toggle-box:before,
.website-feedback-box .toggle-box:after {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.website-feedback-box .show-closed {
  line-height: 1;
  font-size: 18px;
}
.website-feedback-box .toggle-box:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.website-feedback-box.opened .toggle-box:after {
  display: none;
}

.website-feedback-box.opened .show-closed {
  display: none;
}

.timeline__date {
  max-width: 95px;
}

.section-large__links {
  margin-top: 0px !important;
}

.hide-angles:before,
.hide-angles:after {
  display: none;
}

@media (max-width: 1024px) {
  .timeline__date {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .nav__dropdown {
    display: none;
  }

  .has-dropdown.open .chevron {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.header__search-icon {
  background: url(resources/images/icons/ico-search.svg) no-repeat;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 8px;
  right: 249px;
  background-size: contain;
}

.header__search-form {
  right: 256px;
  top: 5px;
  position: absolute;
}

.header__search-form .search-input {
  border: none;
  border-bottom: 2px solid #000;
  font-size: 18px;
}

.header__search-form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9c4386;
  font-style: italic;
}
.header__search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c4386;
  font-style: italic;
}
.header__search-form .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9c4386;
  font-style: italic;
}
.header__search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #9c4386;
  font-style: italic;
}

.header__search-form .search-input {
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

/* clears the 'X' from Internet Explorer */
.header__search-form input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.header__search-form input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
.header__search-form input[type='search']::-webkit-search-decoration,
.header__search-form input[type='search']::-webkit-search-cancel-button,
.header__search-form input[type='search']::-webkit-search-results-button,
.header__search-form input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.header__search-form:hover .search-input,
.header__search-form:focus .search-input {
  width: 160px;
  opacity: 1;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.header__search-form button {
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/

  background: url(resources/images/icons/ico-search.svg) no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
  pointer-events: none;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  font-size: 16px;
  font-family: 'Proxima Nova Soft', sans-serif;
  font-weight: normal;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  padding: 0.5em 0;
  max-width: 300px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-widget.ui-widget-content li {
  padding: 0.5em;
  line-height: 1;
}

.ui-widget.ui-widget-content li.ui-state-focus {
  background-color: #9c4386;
  color: #fff;
}

.header__search-form .ui-autocomplete-loading {
  background-image: url('resources/images/icons/loader.gif');
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .header__search-form {
    display: none;
  }
}

.mobile-search-form {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-search-form {
    display: block;
  }
}

.mobile-search-form button {
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/

  background: url(resources/images/icons/ico-search.svg) no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
}

.mobile-search-form .search-input {
  border: none;
  border-bottom: 2px solid #000;
  font-size: 18px;
  background-color: transparent;
}

.mobile-search-form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9c4386;
  font-style: italic;
}
.mobile-search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c4386;
  font-style: italic;
}
.mobile-search-form .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9c4386;
  font-style: italic;
}
.mobile-search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #9c4386;
  font-style: italic;
}

/* clears the 'X' from Internet Explorer */
.mobile-search-form input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.mobile-search-form input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
.mobile-search-form input[type='search']::-webkit-search-decoration,
.mobile-search-form input[type='search']::-webkit-search-cancel-button,
.mobile-search-form input[type='search']::-webkit-search-results-button,
.mobile-search-form input[type='search']::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 1024px) {
  body.search.search-results .main {
    padding-top: 65px !important;
  }
}

.single-product .product .variations_form .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-price-suffix {
	display: none;
}

.wc-donation-f-donation-other-value {
	height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    font-size: 22px;
    font-weight: 600;
    color: #666;
    text-align: left;
}
