/* --------------------------------------------------------- */
/* !Classes */
/* --------------------------------------------------------- */
.pwg-definition {
  font-weight: bold;
  border-bottom: 1px dashed #BBA157;
}

.pwg-back-btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pwg-back-btn .mk-button--icon {
  margin-bottom: -2px;
}

/*
#menu-pwg-main-nav-1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	li {
		width: 100%;
		order: 2;
		&#responsive-menu-item-54326 {
			order: 0;
		}
		&#responsive-menu-item-56367 {
			order: 1;
			> a:after {
				content: ' FOR YOUR CRUISE';
			}
		}
	}
}
*/
/*
.header-style-1.header-align-left .header-logo a {
  margin-left: 27px;
}
*/
.header-style-1.header-align-left .header-logo {
  left: auto;
  width: auto;
}

.header-style-1.header-align-left .header-logo a {
  margin-left: 0;
}

.mk-grid.header-grid {
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}

.mk-header-toolbar .mk-grid.header-grid {
  padding-right: 25px;
}

.mk-header-toolbar,
.mk-toolbar-holder {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#menu-pwg-main-nav > li {
  position: relative;
}
#menu-pwg-main-nav > li:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #ededed;
  position: absolute;
  top: 39px;
  right: 0;
}
#menu-pwg-main-nav > li:last-child:after {
  content: none;
}

.a-sticky #menu-pwg-main-nav > li:after {
  top: 21px;
}

.mk-toolbar-navigation {
  margin-right: 0;
}
.mk-toolbar-navigation > ul > li {
  position: relative;
}
.mk-toolbar-navigation > ul > li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #ededed;
  position: absolute;
  top: 8px;
  right: -3px;
}
.mk-toolbar-navigation > ul > li:last-child:after {
  content: none;
}
.mk-toolbar-navigation > ul > li a {
  border-right: none;
}

@media (min-width: 1201px) {
  .mk-grid.header-grid {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .mk-header-toolbar .mk-grid.header-grid {
    padding-right: 55px;
  }
  .mk-header-nav-container {
    width: auto !important;
  }
}
#persistent-mobile-menu-container {
  position: relative;
  z-index: 999;
  font-size: 14px;
  line-height: 14px !important;
}
#persistent-mobile-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#persistent-mobile-menu-container li {
  position: relative;
  padding: 0 9px;
  margin: 0;
  /*
  		&#menu-item-47611 {
  			&:after {
  				display: none;
  			}
  		}
  */
}
#persistent-mobile-menu-container li:after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 10px;
  background: #FFF;
  content: "";
}
#persistent-mobile-menu-container li:last-child:after, #persistent-mobile-menu-container li.last-item:after {
  display: none;
}
#persistent-mobile-menu-container li:hover a {
  color: #bba156;
}
#persistent-mobile-menu-container li.current-menu-item a {
  color: #bba156;
}
#persistent-mobile-menu-container li.pwg-auction-pre-reg-menu {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
#persistent-mobile-menu-container li.pwg-auction-pre-reg-menu a {
  color: #489EEA;
}
#persistent-mobile-menu-container li.online-store {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
#persistent-mobile-menu-container a {
  color: #FFF;
}

@media (max-width: 1115px) {
  .header-style-1.header-align-left .mk-nav-responsive-link {
    float: none;
    position: absolute;
    right: 10px;
  }
  .mk-grid.header-grid {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mk-grid.header-grid:before, .mk-grid.header-grid:after {
    display: none;
  }
  .header-style-1.header-align-left .header-logo {
    float: none;
    top: auto;
    height: auto !important;
    line-height: 0 !important;
    margin-bottom: 3px;
  }
  .header-style-1.header-align-left .header-logo a {
    display: block;
    float: none;
    padding-top: 10px;
  }
  .header-style-1.header-align-left .header-logo a img {
    position: relative;
    top: auto;
  }
  .header-style-1.header-align-left .header-logo a img.mk-sticky-logo {
    display: none;
  }
  .mk-header-holder {
    /*
    		.mk-responsive-wrap {
    			display: flex;
    			flex-direction: column;
    			align-items: flex-start;
    			justify-content: flex-start;
    			.responsive-searchform {
    				order: 0;
    				width: calc(100% - 20px);
    			}
    			.menu-pwg-main-nav-container {
    				order: 1;
    				width: 100%;
    			}
    		}
    */
  }
}
@media (max-width: 400px) {
  .mk-grid.header-grid {
    padding-left: 10px;
    padding-right: 40px;
  }
}
@media (min-width: 1116px) {
  #persistent-mobile-menu-container {
    display: none;
  }
}
body {
  background: #1a1a1a;
}

#mk-theme-container {
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  word-wrap: normal !important;
}

.mk-main-wrapper-holder {
  overflow: hidden;
}
.mk-main-wrapper-holder a {
  font-weight: bold;
}

sup {
  top: auto !important;
}

.Zebra_Tooltip {
  font-size: 12px;
  line-height: 14px;
}

.wp-caption {
  max-width: 100%;
}

/*
h1 {
	font-size: 32px;
	font-weight: 200;
}
*/
.mk-slider-slide .mk-button--dimension-outline.mk-button--size-large,
.mk-slider-slide .mk-button--dimension-savvy.mk-button--size-large {
  padding: 10px 20px;
}

/*
.theme-page-wrapper:not(.full-width-layout) .column_container > .vc_inner.vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
*/
/*
.page-section-content:not(.page-section-fullwidth) .column_container > .vc_inner.vc_row {
	margin-left: 0 !important;
  margin-right: 0 !important;
}
*/
.theme-page-wrapper:not(.full-width-layout) .mk-fullwidth-true.vc_row, .theme-page-wrapper:not(.full-width-layout) .vc_inner.vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.fix-row-margins.vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.fix-row-margins .vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.master-holder h1 a {
  color: #4f4f4f;
}

#featured-artists-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#featured-artists-links a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 28px;
  color: hsl(0, 0%, 70%);
}
#featured-artists-links a.active {
  color: #4f4f4f;
}
#featured-artists-links a .pwg-load-artists-spinner {
  font-size: 19px;
  width: 19px;
  padding-left: 0;
  margin-left: 8px;
}

#featured-artists-link-buttons {
  margin-top: 20px;
}
#featured-artists-link-buttons a.active {
  display: none;
}

.pwg-load-artists-spinner {
  display: none;
  font-size: 14px;
  text-align: center;
  width: 14px;
  padding-left: 1px;
  animation: fa-spin 1.5s infinite linear;
  -webkit-filter: blur(0);
}

.no-min-height {
  min-height: 0 !important;
}

@media (max-width: 991px) {
  #featured-artists-links a {
    font-size: 20px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #featured-artists-links {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #featured-artists-link {
    margin-right: 15px;
    padding-right: 15px;
  }
  #featured-artists-link:after {
    content: "";
    width: 2px;
    height: 25px;
    background: #b3b3b3;
    position: absolute;
    top: 8px;
    right: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*
  	#featured-artists-links a {
  		font-size: .8em;
  	}
  */
}
@media (max-width: 777px) {
  .touchevents .hesperiden.tparrows {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media (max-width: 1200px) {
  .mk-blog-container {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (min-width: 1201px) {
  #theme-page .theme-page-wrapper .theme-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mk-blog-container {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media handheld, only screen and (min-width: 1200px) {
  #mk-button-4 {
    right: auto !important;
  }
}
.pl-outerdesc-cnt {
  background: #FFF;
}

.pl-outerdesc-layout1 .pl-buttons {
  margin-bottom: 0;
}

.collapseomatic_excerpt,
.collapseomatic_content {
  margin-left: 0 !important;
}

/* --------------------------------------------------------- */
/* !Column alignment */
/* --------------------------------------------------------- */
@media (max-width: 1015px) {
  .theme-page-wrapper:not(.full-width-layout) .mk-fullwidth-true.vc_row:not(.no-padding) .vc_col-sm-12 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 1016px) and (max-width: 1200px) {
  .theme-page-wrapper:not(.full-width-layout) .mk-fullwidth-true.vc_row:not(.no-padding) .vc_col-sm-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1201px) {
  .theme-page-wrapper:not(.full-width-layout) .mk-fullwidth-true.vc_row:not(.no-padding) .vc_col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* --------------------------------------------------------- */
/* !Home page */
/* --------------------------------------------------------- */
.it-img-cnt.it-eff-m3 {
  padding: 0;
}

.mk-portfolio-item .icons-holder .mk-lightbox {
  display: none !important;
}

/* --------------------------------------------------------- */
/* !Featured collection */
/* --------------------------------------------------------- */
#featured-collection .mk-padding-wrapper {
  padding: 0;
}
#featured-collection .vc_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#featured-collection .vc_inner:before, #featured-collection .vc_inner:after {
  display: none;
}

.featured-collection-image {
  order: 0;
}
.featured-collection-image .vc_column-inner {
  padding: 0;
}
.featured-collection-image .wpb_wrapper,
.featured-collection-image .vc_single_image-wrapper,
.featured-collection-image .vc_single_image-img {
  width: 100%;
}

.featured-collection-text {
  order: 1;
  padding: 0 20px;
}

@media (min-width: 768px) {
  #featured-collection .vc_inner {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  .featured-collection-image {
    order: 1;
    overflow: hidden;
  }
  .featured-collection-image * {
    height: 100%;
  }
  .featured-collection-image .vc_single_image-img {
    width: auto;
    max-width: none;
  }
  .featured-collection-text {
    order: 0;
  }
}
/* --------------------------------------------------------- */
/* !Links */
/* --------------------------------------------------------- */
.galleryid-44786.gallery-columns-5 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.galleryid-44786.gallery-columns-5 .gallery-item {
  box-sizing: border-box;
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
.galleryid-44786.gallery-columns-5 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border: none !important;
}
.galleryid-44786.gallery-columns-5 .glassdoor-link img {
  width: 219px;
}
.galleryid-44786.gallery-columns-5 .bbb-link img {
  width: 103.5px;
}
.galleryid-44786.gallery-columns-5 .yelp-link img {
  width: 153px;
}
.galleryid-44786.gallery-columns-5 .tripadvisor-link img {
  width: 265px;
}
.galleryid-44786.gallery-columns-5 .google-link img {
  width: 173px;
}

.galleryid-45260.gallery-columns-3 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.galleryid-45260.gallery-columns-3 .gallery-item {
  box-sizing: border-box;
  float: none !important;
  margin: 0 !important;
  width: 33.333% !important;
}
.galleryid-45260.gallery-columns-3 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border: none !important;
}

/* --------------------------------------------------------- */
/* !Homepage thumbs grid */
/* --------------------------------------------------------- */
#home-thumb-links .wpb_column {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#home-thumb-links .wpb_column:before, #home-thumb-links .wpb_column:after {
  content: none;
  display: none;
}
#home-thumb-links .pwg2018-artist-carousel-thumb {
  width: 100%;
}

@media (min-width: 500px) {
  #home-thumb-links .pwg2018-artist-carousel-thumb {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-thumb-links .pwg2018-artist-carousel-thumb {
    width: 25%;
  }
}
/* --------------------------------------------------------- */
/* !Press room */
/* --------------------------------------------------------- */
.press-room .mk-text-block {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.press-room .mk-text-block h3 {
  font-size: 16px;
  line-height: 20px;
  color: #bba156;
  margin-bottom: 0;
}

.pwg-search-item-press {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.pwg-search-item-press h3 {
  font-size: 16px !important;
  line-height: 20px;
  color: #bba156;
  margin-bottom: 0;
}
.pwg-search-item-press .pwg-search-item-content > *:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------- */
/* !Auction Pre-Registration */
/* --------------------------------------------------------- */
.master-holder .pre-registration-header {
  color: #FFF;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  padding-top: 0;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #4C4B50 0%, #292929 50%);
}
.master-holder .pre-registration-header h2 {
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
}
.master-holder .pre-registration-header p {
  font-size: 22px;
  line-height: 1.4em;
  color: #FFF;
  margin-bottom: 0;
}
.master-holder .pre-registration-header__image {
  margin-top: -70px;
  margin-bottom: 30px;
}
.master-holder .pre-registration-header__image img {
  width: 450px;
}
.master-holder .pre-registration-header--pfa {
  background: linear-gradient(to right, #165CA4 0%, #01468F 100%);
  text-shadow: none;
}
.master-holder .pre-registration-header--pfa .pre-registration-header__image {
  margin-top: -20px;
}
.master-holder .pre-registration-header--thanks {
  color: #000;
  text-shadow: none;
  background: linear-gradient(45deg, #DADADA 0%, #989898 50%);
}
.master-holder .pre-registration-header--thanks h2, .master-holder .pre-registration-header--thanks p {
  color: #000;
}

@media (max-width: 767px) {
  .master-holder .pre-registration-header--thanks .pre-registration-header__image {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .master-holder .pre-registration-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .master-holder .pre-registration-header .column_container {
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .master-holder .pre-registration-header .mk-text-block {
    margin-left: 50%;
    max-width: 700px;
  }
  .master-holder .pre-registration-header__image {
    position: absolute;
    width: 450px;
    right: calc(50% + 40px);
    bottom: 0;
    margin: 0;
  }
  .master-holder .pre-registration-header--pfa .pre-registration-header__image {
    top: 0;
    bottom: auto;
    margin: 0;
  }
  .master-holder .pre-registration-header--thanks .column_container {
    min-height: 460px;
  }
}
@media (min-width: 1400px) {
  .master-holder .pre-registration-header .column_container {
    min-height: 500px;
  }
  .master-holder .pre-registration-header p {
    font-size: 26px;
  }
  .master-holder .pre-registration-header__image {
    width: 560px;
  }
  .master-holder .pre-registration-header__image img {
    width: 560px;
  }
  .master-holder .pre-registration-header--thanks .column_container {
    min-height: 570px;
  }
}
/* --------------------------------------------------------- */
/* !Contact */
/* --------------------------------------------------------- */
.master-holder .contact__talk, .master-holder .contact__questions {
  border-radius: 10px;
  padding: 30px 30px 10px;
  background: #EBEBEB;
}
.master-holder .contact__talk p, .master-holder .contact__questions p {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}
.master-holder .contact__talk p.contact__link, .master-holder .contact__questions p.contact__link {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
}
.master-holder .contact__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.master-holder .contact__heading h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.master-holder .contact__heading img {
  display: block;
  line-height: 0;
  width: 80px;
  flex: 0 0 80px;
  margin-right: 35px;
}
.master-holder .contact__questions__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.master-holder .contact__questions__col--1 {
  padding-right: 5px;
}
.master-holder .contact__questions__col--2 {
  padding-left: 5px;
}

.single-artist #menu-item-45185 > a:after {
  background-color: #baa156;
  color: #ffffff;
  transform: scale(1, 1);
  opacity: 1;
}
.single-artist .mk-header {
  border-bottom: none;
}
.single-artist #theme-page .theme-page-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.single-artist #theme-page .theme-page-wrapper .theme-content {
  padding-top: 0;
  padding-bottom: 0;
}
.single-artist .ms-slide-info {
  min-height: 50px !important;
}
.single-artist .ms-info-empty {
  display: none;
}

.master-holder h2.artist-page-title {
  font-size: 32px;
  line-height: 1.3em;
}

.collapseomatic {
  font-weight: bold;
  color: #bba156;
}
.collapseomatic:hover {
  text-decoration: none;
}

.colomat-hover {
  text-decoration: none;
}

@media handheld, only screen and (max-width: 1015px) {
  .single-artist #theme-page .theme-page-wrapper .theme-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.pwg-collections-grid,
.pwg-collections-grid * {
  box-sizing: border-box;
}

.pwg-collections-grid-thumbs {
  margin: -10px;
}
.pwg-collections-grid-thumbs-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pwg-collections-grid-item {
  display: none;
  width: 50%;
  padding: 10px;
  margin: 0 !important;
}
.pwg-collections-grid-item-link {
  display: block;
  padding: 5px;
  border: none;
  transition: box-shadow 0.25s ease;
}
.pwg-collections-grid-item-link:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.pwg-collections-grid-item-link .pwg-thumbnail-title,
.pwg-collections-grid-item-link .pwg-thumbnail-artist {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.pwg-collections-grid-item-link .pwg-thumbnail-artist {
  margin-bottom: 5px;
}
.pwg-collections-grid-item-link .pwg-thumbnail-description {
  display: none;
}
.pwg-collections-grid-item-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #CCC;
  background-image: url("../img/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.pwg-collections-grid-item-image.image-loaded {
  background-size: contain;
  background-color: #FFF;
}
.pwg-collections-grid-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: none !important;
  max-height: none !important;
}
.pwg-collections-grid .pwg-button {
  margin-top: 20px;
}
.pwg-collections-grid-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
}
.pwg-collections-grid-loading span {
  margin-left: 15px;
  font-size: 16px;
  color: #666;
}
.pwg-collections-grid .pwg-loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #b89e5d;
  animation: pwg-spin 0.8s linear infinite;
}
.pwg-collections-grid-artist, .pwg-collections-grid-banner {
  position: relative;
  padding: 30px 10px;
  margin-bottom: 30px;
  background: #f4f4f4;
}
.pwg-collections-grid-artist:before, .pwg-collections-grid-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 2000px;
  height: 100%;
  background: #f4f4f4;
}
.pwg-collections-grid-artist:after, .pwg-collections-grid-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  height: 100%;
  background: #f4f4f4;
}
.pwg-collections-grid-artist-thumbnail, .pwg-collections-grid-banner-thumbnail {
  margin-bottom: 20px;
}
.pwg-collections-grid-artist-thumbnail a, .pwg-collections-grid-banner-thumbnail a {
  display: block;
  padding-top: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pwg-collections-grid-artist-excerpt p:empty, .pwg-collections-grid-banner-excerpt p:empty {
  display: none;
}
.pwg-collections-grid-banner h1 {
  margin-bottom: 0;
}
.pwg-collections-grid-banner img {
  display: block;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.wp-admin .pwg-collections-grid-thumbs {
  height: auto !important;
}
.wp-admin .pwg-collections-grid-item {
  display: block;
}
.wp-admin .pwg-collections-grid-item img {
  max-width: 100%;
  height: auto;
}
.wp-admin .pwg-collections-grid-item .pwg-thumbnail-title {
  font-size: 10px !important;
  margin: 0 !important;
}

.pwg-thumbnail-title {
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 10px 10px 0;
}

.pwg-thumbnail-artist {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 10px;
}

.pswp__caption__center {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pswp__caption__center {
  max-width: 850px;
}
.pswp .pwg-thumbnail-title,
.pswp .pwg-thumbnail-artist {
  margin: 0;
}
.pswp .pwg-thumbnail-reg {
  margin-bottom: 10px;
}
.pswp .pwg-thumbnail-reg .buy-link {
  display: inline-block;
  font-weight: bold;
  margin-left: 2px;
  color: #b89e5d;
}
.pswp .pwg-thumbnail-reg .buy-link a {
  color: #b89e5d;
  text-decoration: underline;
}
.pswp .pwg-lightbox-readmore-link,
.pswp .pwg-lightbox-readless-link {
  display: inline-block;
  font-weight: bold;
  margin-left: 2px;
  color: #b89e5d;
}
.pswp .pwg-lightbox-readmore-link a,
.pswp .pwg-lightbox-readless-link a {
  color: #b89e5d;
  text-decoration: underline;
}
.pswp .pwg-thumbnail-description p {
  font-size: 13px;
  line-height: 20px;
  color: #CCC;
  margin-bottom: 0;
}

.pwg-lightbox-desc-desktop {
  display: none;
}
.pwg-lightbox-desc-desktop.mobile-enabled {
  display: block;
}

.pwg-lightbox-desc-mobile {
  display: block;
}
.pwg-lightbox-desc-mobile.mobile-disabled {
  display: hide;
}
.pwg-lightbox-desc-mobile .pwg-thumbnail-reg {
  margin-bottom: 0 !important;
}

@media (min-width: 600px) {
  .pwg-collections-grid-artist {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .pwg-collections-grid-artist-thumbnail {
    width: 40%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pwg-collections-grid-artist-excerpt {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .pwg-collections-grid-item {
    width: 33.333%;
  }
  .pwg-collections-grid-artist-thumbnail {
    width: 25%;
  }
  .pwg-collections-grid-artist-excerpt {
    width: 75%;
  }
  .pwg-lightbox-desc-desktop {
    display: block !important;
  }
  .pwg-lightbox-desc-desktop .pwg-lightbox-readless-link {
    display: none !important;
  }
  .pwg-lightbox-desc-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .pwg-collections-grid-item {
    width: 25%;
  }
}
/*
.pwg-masonry-grid {
	.ngg-pro-masonry-item {
		picture,
		img {
			display: block;
		}
		a {
			display: block;
			padding: 5px;
			border: 1px solid #CCC;
		}
	}
}
*/
/*
.pswp__caption {
	.pwg-thumbnail-title {
		font-weight: bold !important;
		font-size: 16px !important;
		line-height: 20px !important;
		margin: 10px;
	}
	.pwg-thumbnail-artist {
		font-weight: normal !important;
		font-size: 14px !important;
		line-height: 20px !important;
		margin: 10px;
	}
	.pwg-thumbnail-description {
		font-weight: normal !important;
		font-size: 14px !important;
		line-height: 20px !important;
		margin: 10px;
	}
}
*/
.pwg-collections-searchform,
.pwg-collections-filter {
  margin-bottom: 20px;
}
.pwg-collections-searchform input,
.pwg-collections-searchform select,
.pwg-collections-filter input,
.pwg-collections-filter select {
  width: 100%;
}
.pwg-collections-searchform .select2,
.pwg-collections-filter .select2 {
  width: 100% !important;
}

.pwg-artworks-filter {
  margin-bottom: 20px;
}
.pwg-artworks-filter input {
  width: 100%;
  height: 40px;
  border: 2px solid #C1C3C3;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #444;
}
.pwg-artworks-filter input:focus {
  border: 2px solid #C1C3C3;
}

.pwg-collections-more-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pwg-collections-more-container a {
  margin: 10px;
}

@keyframes pwg-spin {
  to {
    transform: rotate(360deg);
  }
}
/* --------------------------------------------------------- */
/* !Styled thumb */
/* --------------------------------------------------------- */
.pwg2018-thumbnail {
  display: block;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.pwg2018-thumbnail * {
  box-sizing: border-box;
}
.pwg2018-thumbnail-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
}
.pwg2018-thumbnail-content:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-20px, 0, 0);
}
.pwg2018-thumbnail-heading {
  display: block;
  font-family: "Droid Sans" !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-style: normal !important;
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
  padding: 25% 0 0;
}
.pwg2018-thumbnail-description {
  display: block;
  font-family: "Droid Sans" !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-style: normal !important;
  letter-spacing: 1px;
  margin: 0;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transform: translate3d(-10px, 0, 0);
}
.pwg2018-thumbnail-icon {
  display: block;
  color: #ffffff !important;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transform: translate3d(-10px, 0, 0);
}
.pwg2018-thumbnail-icon svg {
  width: 40px;
}
.pwg2018-thumbnail-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: none;
  width: calc(100% + 60px) !important;
  height: 100%;
  max-width: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50px, 0, 0);
}
.pwg2018-thumbnail:hover .pwg2018-thumbnail-image {
  opacity: 0.8;
  transform: translate3d(0, 0, 0);
}
.pwg2018-thumbnail:hover .pwg2018-thumbnail-content:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.pwg2018-thumbnail:hover .pwg2018-thumbnail-description, .pwg2018-thumbnail:hover .pwg2018-thumbnail-icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* --------------------------------------------------------- */
/* !Alt styled thumb */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* !Carousel thumb */
/* --------------------------------------------------------- */
.pwg2018-artist-carousel .owl-nav {
  margin: 0 !important;
}
.pwg2018-artist-carousel .owl-prev,
.pwg2018-artist-carousel .owl-next {
  display: block;
  position: absolute;
  top: 50% !important;
  width: 55px !important;
  height: 55px !important;
  margin: -27.5px 0 0 0 !important;
  text-align: center !important;
  font-size: 30px !important;
  line-height: 45px !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.4) !important;
  border: none !important;
}
.pwg2018-artist-carousel .owl-prev {
  left: 0;
}
.pwg2018-artist-carousel .owl-next {
  right: 0;
}
.pwg2018-artist-carousel-thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.pwg2018-artist-carousel-thumb * {
  box-sizing: border-box;
}
.pwg2018-artist-carousel-thumb-link {
  /*
  			position: absolute;
  	    top: 0;
  	    left: 0;
  */
  display: block;
  width: 100%;
  padding-top: 75%;
  color: #FFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.pwg2018-artist-carousel-thumb-link:hover {
  color: #FFF;
}
.pwg2018-artist-carousel-thumb-link:hover .pwg2018-artist-carousel-thumb-data {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.pwg2018-artist-carousel-thumb-link:hover .pwg2018-artist-carousel-thumb-icon, .pwg2018-artist-carousel-thumb-link:hover .pwg2018-artist-carousel-thumb-overlay {
  opacity: 1;
}
.pwg2018-artist-carousel-thumb-link:hover .pwg2018-artist-carousel-thumb-name, .pwg2018-artist-carousel-thumb-link:hover .pwg2018-artist-carousel-thumb-description {
  color: #b89e5d !important;
}
.pwg2018-artist-carousel-thumb-link:hover .pwg2018-artist-carousel-thumb-border {
  opacity: 0.2;
  border-width: 5px;
}
.pwg2018-artist-carousel-thumb-icon {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.pwg2018-artist-carousel-thumb-icon svg {
  fill: #FFF;
}
.pwg2018-artist-carousel-thumb-data {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 2em;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pwg2018-artist-carousel-thumb-data span {
  display: block;
}
.pwg2018-artist-carousel-thumb-name {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #FFF !important;
  text-transform: uppercase !important;
  transition: color 0.35s ease;
}
.pwg2018-artist-carousel-thumb-description {
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  transition: color 0.35s ease;
  margin-top: auto;
}
.pwg2018-artist-carousel-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 75%);
}
.pwg2018-artist-carousel-thumb-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid #FFF;
  transition: all 0.35s ease;
}

.pwg2018-artist-carousel-thumb.ad-format .pwg2018-artist-carousel-thumb-data {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
.pwg2018-artist-carousel-thumb.ad-format .pwg2018-artist-carousel-thumb-name {
  font-family: Open Sans;
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  color: #bba156 !important;
  letter-spacing: 0 !important;
  margin-bottom: 3px !important;
}
.pwg2018-artist-carousel-thumb.ad-format .pwg2018-artist-carousel-thumb-description {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  margin-top: 0;
}
.pwg2018-artist-carousel-thumb.ad-format .pwg2018-artist-carousel-thumb-link:hover .pwg2018-artist-carousel-thumb-description {
  color: #FFF !important;
}

.pwg2018-artist-carousel-thumb.ad-format-small .pwg2018-artist-carousel-thumb-data {
  text-align: left;
  align-items: flex-start;
  padding: 12px;
}
.pwg2018-artist-carousel-thumb.ad-format-small .pwg2018-artist-carousel-thumb-name {
  font-family: Open Sans;
  font-size: 15px !important;
  line-height: 17px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  letter-spacing: 0 !important;
  margin-bottom: 6px !important;
}
.pwg2018-artist-carousel-thumb.ad-format-small .pwg2018-artist-carousel-thumb-description {
  font-family: Open Sans;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-style: italic;
  color: #bba156;
  text-transform: none;
}
.pwg2018-artist-carousel-thumb.ad-format-small .pwg2018-artist-carousel-thumb-link:hover .pwg2018-artist-carousel-thumb-description {
  color: #bba156 !important;
}

@media (min-width: 992px) {
  .pwg2018-artist-carousel-thumb.ad-format .pwg2018-artist-carousel-thumb-name {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .pwg2018-artist-carousel-thumb.ad-format .pwg2018-artist-carousel-thumb-description {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .pwg2018-artist-carousel-thumb.ad-format .pwg2018-artist-carousel-thumb-name {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
/*
.persistent-text {
	&.pwg2018-artist-carousel {
		&-thumb {
			&-link {
				color: #FFF;
				.pwg2018-artist-carousel-thumb {
			    &-data {
				    opacity: 1;
						transform: translate3d(0,0,0);
					}
					&-overlay {
				    opacity: 1;
					}					
		    }
		    &:hover {
					.pwg2018-artist-carousel-thumb-icon {
						opacity: 1;
					}
				}
			}
		}
	}
}
*/
/* --------------------------------------------------------- */
/* !Artist Posts */
/* --------------------------------------------------------- */
#pwg-artist-posts-heading {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 23px;
  color: #4f4f4f;
  text-align: left;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 20px;
}

/* --------------------------------------------------------- */
/* !Featured collection */
/* --------------------------------------------------------- */
.pwg2018-featured-collection {
  position: relative;
  background: #b99f58;
  color: #FFF;
}
.pwg2018-featured-collection-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pwg2018-featured-collection h2 {
  letter-spacing: 0px;
  text-transform: none !important;
  font-size: 19px;
  line-height: 1.3em;
  text-align: left;
  font-style: inherit;
  font-weight: bold;
  padding-top: 0px;
  color: #FFF !important;
}
.pwg2018-featured-collection h2.pwg2018-featured-collection-title {
  text-transform: uppercase !important;
  font-size: 23px !important;
  font-weight: 300 !important;
  margin-bottom: 12px;
}
.pwg2018-featured-collection p, .pwg2018-featured-collection a {
  color: #FFF;
}
.pwg2018-featured-collection-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pwg2018-featured-collection-image img {
  width: 100%;
}
.pwg2018-featured-collection-content {
  padding: 35px;
}

@media (min-width: 768px) {
  .pwg2018-featured-collection-inner {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 1140px;
    margin: 0 auto;
  }
  .pwg2018-featured-collection-image {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50%;
    order: 1;
  }
  .pwg2018-featured-collection-image img {
    display: none;
  }
  .pwg2018-featured-collection-content {
    width: 50%;
    order: 0;
  }
}
@media (min-width: 1200px) {
  .pwg2018-featured-collection-content {
    padding-left: 0;
  }
}
/* --------------------------------------------------------- */
/* !Artist Grid */
/* --------------------------------------------------------- */
.pwg2018-artist-grid {
  box-sizing: border-box;
}
.pwg2018-artist-grid * {
  box-sizing: border-box;
}
.pwg2018-artist-grid-thumbs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}
.pwg2018-artist-grid-thumb {
  width: 100%;
  padding: 10px;
}
.pwg2018-artist-grid-thumb-link {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.pwg2018-artist-grid-thumb-link:hover .pwg2018-artist-grid-thumb-data {
  top: 0;
  padding-top: 12px;
}
.pwg2018-artist-grid-thumb-link:hover .pwg2018-artist-grid-thumb-content {
  opacity: 1;
}
.pwg2018-artist-grid-thumb-link:hover .pwg2018-artist-grid-thumb-profile-pic {
  top: 0;
  opacity: 1;
}
.pwg2018-artist-grid-thumb-profile-pic {
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: top 0.5s ease, opacity 0.25s ease;
}
.pwg2018-artist-grid-thumb-data {
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  transition: top 0.5s ease, padding 0.5s ease;
}
.pwg2018-artist-grid-thumb-name {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
.pwg2018-artist-grid-thumb-content {
  display: block;
  font-size: 14px;
  line-height: 17px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.pwg2018-artist-grid-thumb-readmore {
  display: block;
  margin-top: 10px;
  color: #B99F58;
}

.pwg2018-artist-grid-thumb {
  display: none;
}
.pwg2018-artist-grid-thumb.featured-artist {
  display: block;
}

.pwg2018-artist-grid-paging {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.pwg2018-artist-grid-paging .page-numbers {
  display: block;
  list-style: none;
  padding: 10px;
}

@media (min-width: 450px) {
  .pwg2018-artist-grid-thumb {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .pwg2018-artist-grid-thumb {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .pwg2018-artist-grid-thumb {
    width: 25%;
  }
}
/* --------------------------------------------------------- */
/* !Video Grid */
/* --------------------------------------------------------- */
.pwg-video-grid-container {
  margin: -10px;
}
.pwg-video-grid-thumb {
  padding: 10px;
}
.pwg-video-grid-link {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 55%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.pwg-video-grid-link i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: -15.5px 0 0 -20px;
  transition: color 0.25s ease;
}
.pwg-video-grid-link:hover i {
  color: #FFF;
}
.pwg-video-grid-title {
  display: block;
  text-align: center;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .pwg-video-grid-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .pwg-video-grid-thumb {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .pwg-video-grid-thumb {
    width: 25%;
  }
}
/* --------------------------------------------------------- */
/* !Artist Slider */
/* --------------------------------------------------------- */
.pwg-artist-posts-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pwg-artist-slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pwg-artist-slider-link {
  display: block;
  width: 100%;
  height: 300px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.pwg-artist-slider .owl-carousel {
  margin-bottom: 50px;
}
.pwg-artist-slider .owl-carousel .owl-nav {
  margin: 0;
}
.pwg-artist-slider .owl-carousel .owl-nav .owl-prev,
.pwg-artist-slider .owl-carousel .owl-nav .owl-next {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  bottom: 47px;
  z-index: 999;
  font-size: 30px;
  line-height: 30px;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 0;
  width: 40px !important;
  height: auto !important;
  padding: 0;
  margin: -40px 0 0 0;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.pwg-artist-slider .owl-carousel .owl-nav .owl-prev:hover,
.pwg-artist-slider .owl-carousel .owl-nav .owl-next:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.95);
}
.pwg-artist-slider .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.pwg-artist-slider .owl-carousel .owl-nav .owl-prev i {
  margin-left: -4px;
}
.pwg-artist-slider .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.pwg-artist-slider .owl-carousel .owl-nav .owl-next i {
  margin-right: -4px;
}
.pwg-artist-slider .owl-carousel .owl-dots {
  padding-top: 20px;
  position: relative !important;
  bottom: auto !important;
}
.pwg-artist-slider .owl-carousel .owl-dots .owl-dot {
  border: none;
}
.pwg-artist-slider .owl-carousel .owl-dots .owl-dot:hover, .pwg-artist-slider .owl-carousel .owl-dots .owl-dot.active {
  background: transparent;
  border: none;
}
.pwg-artist-slider .owl-theme .owl-dots .owl-dot.active span,
.pwg-artist-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #bba156;
}

.pwg-button {
  text-align: center;
  padding: 20px;
}
.pwg-button a {
  display: inline-block;
  background-color: #fff;
  color: #252525 !important;
  font-size: 13px;
  text-align: center;
  padding: 15px 25px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  border: 2px solid #e2e2e2;
  position: relative;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
.pwg-button a:hover {
  background-color: #f5f5f5;
}
.pwg-button.loading-more {
  opacity: 0.5;
}
.pwg-button.loading-more a {
  cursor: default;
}
.pwg-button.loading-more a:hover {
  background-color: transparent;
}

/* --------------------------------------------------------- */
/* !Reviews */
/* --------------------------------------------------------- */
.pwg-reviews,
.pwg-reviews * {
  box-sizing: border-box;
}

.pwg-reviews-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid HSL(0, 0%, 89%);
}
.pwg-reviews-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pwg-reviews-item-title {
  font-weight: bold !important;
}
.pwg-reviews-item-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.pwg-reviews-item-content p {
  margin-bottom: 10px;
}
.pwg-reviews-item-content a {
  color: #4f4f4f;
}
.pwg-reviews-item-content > *:last-child {
  margin-bottom: 0;
}
.pwg-reviews-item-thumb {
  display: block;
  width: 100%;
  height: 70vw;
  flex: 0 0 50vw;
  margin-bottom: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .pwg-reviews-item-data {
    flex-direction: row;
  }
  .pwg-reviews-item-thumb {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.pwg-swipebox-html {
  text-align: left;
  padding: 50px;
  box-sizing: border-box;
  max-width: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  white-space: pre-wrap;
}
.pwg-swipebox-html__inner {
  background: #FFF;
  text-align: left;
  padding: 30px;
  box-sizing: border-box;
  max-width: 100%;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

textarea:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  border: 1px solid #155BA3;
  box-shadow: 0 0 3px #155BA3;
}

input[type=radio]:focus {
  outline: 2px solid #155BA3;
  box-shadow: 0 0 3px #155BA3;
}

input[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 3px #155BA3;
}

.gform_wrapper a:focus {
  outline: 1px solid #155BA3;
  box-shadow: 0 0 3px #155BA3;
}

select {
  height: 35px;
  border: 1px solid #e3e3e3;
  background: #fdfdfd;
}

textarea {
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.select2-selection:focus-within {
  outline: none;
  border: 1px solid #4492fd !important;
  box-shadow: 0 0 3px #4492fd;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: 4px;
}

#gform_confirmation_message_1 {
  color: #FFF;
  border: 2px solid #FFF;
  text-align: center;
  max-width: 410px;
  margin: 0 auto;
  padding: 20px;
}

#gform_1 {
  text-align: center;
  max-width: 410px;
  margin: 0 auto;
}
#gform_1 ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
#gform_1 .gfield_label {
  display: none;
}
#gform_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px;
  font-size: 20px;
  text-align: center;
}
#gform_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #CCC;
}
#gform_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #CCC;
}
#gform_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #CCC;
}
#gform_1 .gform_footer {
  position: relative;
}
#gform_1 .gform_footer input.button,
#gform_1 .gform_footer input[type=submit],
#gform_1 .gform_page_footer input.button,
#gform_1 .gform_page_footer input[type=submit] {
  padding: 15px 40px;
  font-size: 18px;
  line-height: 18px !important;
  background: transparent !important;
  border: 2px solid #FFF !important;
  margin-right: 0;
}
#gform_1 .gform_footer input.button:hover,
#gform_1 .gform_footer input[type=submit]:hover,
#gform_1 .gform_page_footer input.button:hover,
#gform_1 .gform_page_footer input[type=submit]:hover {
  background: #baa156 !important;
  border-color: #baa156 !important;
}
#gform_1 div.validation_error {
  color: #FFF;
  border-color: #FFF;
}
#gform_1 ul.gform_fields li.gfield.gfield_error,
#gform_1 ul.gform_fields li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-color: #FFF;
  background-color: rgba(255, 255, 255, 0.25);
  padding-left: 15px;
  padding-right: 15px !important;
}
#gform_1 ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-right: 0;
  padding-top: 3px;
  color: #FFF;
}

.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: none !important;
  }
}
.gform_ajax_spinner {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 999;
  margin-left: -20px;
}

/**
 * Select2
 * @access  public
 * @since   version
 */
.pwg-artist-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.pwg-artist-filter select {
  width: 100%;
}

.artist-name-filter {
  visibility: hidden;
}

.select2-container--default .select2-selection--single {
  border-width: 2px;
  border-color: #C1C3C3;
}

.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-right: 38px;
}

.select2-results__option {
  margin-left: 0 !important;
}

.pwg-artist-filter .select2-container--default .select2-selection--single .select2-selection__arrow,
.pwg-collections-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 38px;
  text-align: center;
}
.pwg-artist-filter .select2-container--default .select2-selection--single .select2-selection__arrow b,
.pwg-collections-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.pwg-artist-filter .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.pwg-collections-filter .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: #C1C3C3;
}

.ginput_container_select .select2-container {
  width: 100% !important;
}
.ginput_container_select .select2-container--default .select2-selection--single {
  font-family: europa, sans-serif;
  height: 30px;
  color: #767676;
  padding: 5px 4px;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  border-radius: 0;
}
.ginput_container_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 18px;
  padding-top: 0;
  padding-left: 0;
  color: #767676;
}

.select2-results__option {
  font-size: 14px !important;
  line-height: 18px !important;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}
body .gform_wrapper .gfield_radio li label {
  margin-left: 6px;
}

/* --------------------------------------------------------- */
/* !Search */
/* --------------------------------------------------------- */
.pwg-lazy-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #CCC;
  background-image: url("../img/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.pwg-lazy-image span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pwg-search {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #CCC;
}

.pwg-search-item {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.pwg-search-item:last-child {
  margin-bottom: 0;
}
.pwg-search-item-image {
  display: block;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.pwg-search-item-image img {
  display: block;
  line-height: 0;
}
.pwg-search-item-image .pwg-lazy-image {
  height: 150px;
}
.pwg-search-item-description {
  margin-bottom: 0;
}

.pwg-search-item-list {
  height: 0;
  overflow: hidden;
}

.pwg-blog .pwg-search-item-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.pwg-blog .pwg-search-item-image .pwg-lazy-image {
  padding-top: 50%;
}

@media (min-width: 768px) {
  .pwg-search-item {
    flex-direction: row;
  }
  .pwg-search-item-image {
    flex: 0 0 150px;
    margin-bottom: 0;
  }
}
.pwg-loading {
  display: inline-block;
  visibility: hidden;
  margin-left: 0;
}

#pwg-book-title {
  margin-top: 40px;
  margin-bottom: 30px;
}
#pwg-book-title h3 {
  font-size: 20px;
  line-height: 26px;
}

#gform_wrapper_7 {
  box-sizing: border-box !important;
}
#gform_wrapper_7 * {
  box-sizing: border-box !important;
}
#gform_wrapper_7 .ginput_product_price_label {
  color: #231f20;
}
#gform_wrapper_7 .ginput_product_price {
  display: none;
}
#gform_wrapper_7 .ginput_container_select {
  border: 1px solid #e3e3e3;
  background: #fdfdfd;
}
#gform_wrapper_7 .ginput_container_select > select {
  display: block;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #767676;
  -webkit-appearance: menulist;
}
#gform_wrapper_7 .ginput_complex select {
  margin-top: 0;
}
#gform_wrapper_7 .gform_footer {
  position: relative;
}
#gform_wrapper_7 .gform_footer .gform_ajax_spinner {
  left: 180px;
  top: 25px;
  bottom: auto;
}

.gform_wrapper.gravity-theme .redeem-books .book-user-field,
.redeem-books .book-user-field {
  display: none;
}

#mk-footer {
  background: #000;
  line-height: 20px;
  padding-top: 0;
}
#mk-footer .widget-sub-navigation ul li,
#mk-footer .widget_nav_menu ul li {
  margin-bottom: 3px;
}
#mk-footer .widget-sub-navigation ul li a,
#mk-footer .widget_nav_menu ul li a {
  font-weight: 700;
  padding: 0;
}
#mk-footer .widget-sub-navigation ul li a svg,
#mk-footer .widget_nav_menu ul li a svg {
  display: none;
}
#mk-footer .widget-sub-navigation ul li.current_page_item a,
#mk-footer .widget_nav_menu ul li.current_page_item a {
  background: transparent;
}
#mk-footer .widgettitle {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
#mk-footer .widget_nav_menu {
  padding: 0;
}
#mk-footer .widget_social_networks a.small svg {
  width: 20px !important;
  height: 20px !important;
}

.home #mk-footer {
  background: #000;
  line-height: 20px;
  padding-top: 0;
}
.home #mk-footer .footer-wrapper {
  padding-bottom: 35px !important;
}

#home-about {
  text-align: center;
}

#mk-footer-navigation {
  float: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 0;
}
#mk-footer-navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#mk-footer-navigation ul li {
  display: inline !important;
  width: auto !important;
  font-size: 10px;
  line-height: 10px;
  position: relative;
  padding: 0 6px;
  margin-bottom: 3px;
}
#mk-footer-navigation ul li:after {
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  width: 1px;
  height: 8px;
  background: #b2b2b2;
}
#mk-footer-navigation ul li:first-child {
  padding-left: 0;
}
#mk-footer-navigation ul li:last-child {
  padding-right: 0;
}
#mk-footer-navigation ul li:last-child:after {
  display: none;
}
#mk-footer-navigation ul li a {
  display: inline !important;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  color: #b2b2b2;
  margin: 0 !important;
  opacity: 1;
}
#mk-footer-navigation ul li a:hover {
  text-decoration: underline;
}

.footer-cta {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  color: #b2b2b2;
  margin-bottom: 12px;
}
.footer-cta a {
  color: #b2b2b2 !important;
}
.footer-cta a:hover {
  text-decoration: underline;
}
.footer-cta-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 12px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-cta-menu li {
  position: relative;
  padding: 0 6px;
  margin: 0;
}
.footer-cta-menu li:after {
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  width: 1px;
  height: 8px;
  background: #b2b2b2;
}
.footer-cta-menu li:first-child {
  padding-left: 0;
}
.footer-cta-menu li:last-child {
  padding-right: 0;
}
.footer-cta-menu li:last-child:after {
  display: none;
}
.footer-cta-menu a {
  display: block;
}

.mk-footer-copyright {
  width: 100%;
  opacity: 1;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 20px !important;
}
.mk-footer-copyright > div {
  opacity: 0.8;
}
.mk-footer-copyright > div.footer-cta {
  opacity: 1;
}

.footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .mk-padding-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-wrapper .mk-padding-wrapper > * {
  float: none;
  padding: 0 !important;
}
.footer-wrapper .mk-padding-wrapper > .clearboth {
  display: none;
}
.footer-wrapper .mk-padding-wrapper .mk-col-1-2:first-child {
  display: none;
  /*
  			flex: 0 0 50px;
  			width: 50px;
  			margin-right: 25px;
  			.widget_media_image {
  				margin: 0 !important;
  				img {
  					display: block;
  					line-height: 0;
  				}
  			}
  */
}
.footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-child(2) {
  flex: 0 0 290px;
  width: 290px;
  text-align: left;
}
.footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-child(2) .widget {
  margin-bottom: 0 !important;
}
.footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-child(2) .widget.gform_widget {
  margin: 10px 0 !important;
}
.footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-child(2) .textwidget p {
  font-size: 13px !important;
  line-height: 10px;
  font-weight: 700 !important;
  color: #b2b2b2 !important;
  margin-bottom: 0;
}
.footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-child(2) .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-bottom: 0;
}
.footer-wrapper .gform_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.footer-wrapper .gform_wrapper form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-wrapper .gform_wrapper .gform_body {
  flex: 1;
}
.footer-wrapper .gform_wrapper .gform_body input {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.footer-wrapper .gform_wrapper .gform_footer {
  position: relative;
  margin: 0;
  padding: 0;
  flex: 0 0 70px;
  width: 70px;
}
.footer-wrapper .gform_wrapper .gform_footer input {
  width: 100% !important;
  padding: 8px 8px 7px !important;
  height: 28px !important;
  margin: 0 !important;
}
.footer-wrapper .gfield {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.footer-wrapper .gfield_label {
  display: none !important;
}
.footer-wrapper .gfield.gfield_error {
  border: none !important;
  background: transparent !important;
}
.footer-wrapper .ginput_container {
  margin: 0 !important;
}
.footer-wrapper .ginput_container input {
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: 28px;
  color: #000;
  margin: 0 !important;
  background: #D2D2D2;
  border: none !important;
}
.footer-wrapper .ginput_container input::-moz-placeholder {
  font-style: italic;
  color: #FFF;
}
.footer-wrapper .ginput_container input::-webkit-input-placeholder {
  font-style: italic;
  color: #FFF;
}
.footer-wrapper .ginput_container input:-ms-input-placeholder {
  font-style: italic;
  color: #FFF;
}
.footer-wrapper .validation_error {
  width: 100%;
  color: #FFF !important;
  border-color: #FFF !important;
  margin-bottom: 8px !important;
  padding: 5px !important;
}
.footer-wrapper .validation_message {
  padding: 0 !important;
  color: #FFF !important;
}
.footer-wrapper .gform_ajax_spinner {
  left: auto;
  right: -22px;
  top: 5px;
  bottom: auto;
}

#pwg-social-row .vc_col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#pwg-social-row .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#pwg-social-row .mk-social-network-shortcode {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pwg-social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pwg-social-link {
  display: block;
  margin: 15px;
}
.pwg-social-link i {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #cbcbcb;
  border-radius: 5px;
  text-align: center;
  line-height: 48px;
  font-size: 27px;
  font-weight: 100;
  color: #000;
  transition: background-color 0.25s ease;
}
.pwg-social-link:hover i {
  background-color: #ededed;
}

#field_4_1 input {
  height: 28px !important;
}

#gform_submit_button_4 {
  height: 28px !important;
}

.pwg-social img {
  display: block;
  line-height: 0;
  width: 48px;
  height: 48 px;
  background: #CCC;
  border-radius: 6px;
  padding: 6px;
  box-sizing: border-box;
}
.pwg-social:hover img {
  background-color: #EEE;
}

@media only screen and (min-width: 641px) {
  .footer-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: none !important;
  }
}
@media (max-width: 500px) {
  .footer-wrapper .mk-padding-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-wrapper .mk-padding-wrapper .mk-col-1-2 {
    flex: 1 !important;
  }
  .footer-wrapper .mk-padding-wrapper .mk-col-1-2:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer-wrapper .mk-padding-wrapper .mk-col-1-2:first-child .widget_media_image {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer-wrapper .mk-padding-wrapper .mk-col-1-2:first-child .widget_media_image a {
    display: block;
  }
  .footer-wrapper .mk-padding-wrapper .mk-col-1-2:first-child .widget_media_image img {
    display: block;
    width: 50px;
  }
  .footer-wrapper .mk-padding-wrapper .mk-col-1-2:nth-child(2) {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home #mk-footer .footer-wrapper {
    padding-top: 50px !important;
  }
  body:not(.home) #mk-footer .footer-wrapper {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 769px) {
  #mk-footer .widget-sub-navigation ul,
  #mk-footer .widget_nav_menu ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #mk-footer .widget-sub-navigation ul li,
  #mk-footer .widget_nav_menu ul li {
    position: relative;
    padding: 0 6px;
  }
  #mk-footer .widget-sub-navigation ul li:after,
  #mk-footer .widget_nav_menu ul li:after {
    position: absolute;
    top: 4px;
    right: -1px;
    content: "";
    width: 2px;
    height: 11px;
    background: #000000;
  }
  #mk-footer .widget-sub-navigation ul li:first-child,
  #mk-footer .widget_nav_menu ul li:first-child {
    padding-left: 0;
  }
  #mk-footer .widget-sub-navigation ul li:last-child,
  #mk-footer .widget_nav_menu ul li:last-child {
    padding-right: 0;
  }
  #mk-footer .widget-sub-navigation ul li:last-child:after,
  #mk-footer .widget_nav_menu ul li:last-child:after {
    display: none;
  }
}
#pwg-prereg-banner {
  box-sizing: border-box;
}
#pwg-prereg-banner * {
  box-sizing: border-box;
}
#pwg-prereg-banner h1 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
#pwg-prereg-banner p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  color: #000;
}

.pre-reg-banner__complex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.pre-reg-banner__logo {
  flex: 0 0 auto;
  max-width: 30%;
  margin-right: 10px;
  margin-bottom: 0;
}
.pre-reg-banner__text {
  flex: 1;
}

@media (max-width: 767px) {
  #pwg-prereg-banner {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
  }
  #pwg-prereg-banner > .vc_col-sm-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #pwg-prereg-banner br {
    display: none;
  }
  #pwg-prereg-banner h1 {
    font-size: 19px;
    margin-bottom: 5px;
  }
  #pwg-prereg-banner p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .pre-reg-banner__text {
    text-align: center;
  }
  .pre-reg-banner__complex .pre-reg-banner__text {
    text-align: left;
  }
  #auction-prereg-form .mk-padding-wrapper .wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #auction-prereg-form .gform_wrapper {
    margin-top: 0;
  }
  #auction-prereg-form .gform_wrapper h1.gfield_label,
  #auction-prereg-form .gform_wrapper .gfield_label {
    display: block;
    font-size: 12px;
  }
  #auction-prereg-form .gform_wrapper .gfield_description {
    font-size: 10px;
    line-height: 1.5em;
  }
  #auction-prereg-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  #auction-prereg-form .gform_wrapper select {
    font-size: 12px;
    -webkit-appearance: none;
  }
  #auction-prereg-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
  #auction-prereg-form .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
  }
  #auction-prereg-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 4px !important;
  }
  #auction-prereg-form .gform_wrapper ul.gfield_checkbox li,
  #auction-prereg-form .gform_wrapper ul.gfield_radio li {
    font-size: 13px;
  }
  #auction-prereg-form .gform_wrapper .gfield_checkbox li,
  #auction-prereg-form .gform_wrapper .gfield_radio li {
    margin-bottom: 2px;
  }
  #auction-prereg-form .gform_wrapper ul li.gfield {
    margin-top: 10px;
  }
  #auction-prereg-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
  }
  #auction-prereg-form .gform_wrapper .gform_footer {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .pre-reg-banner__complex {
    flex-direction: row;
    align-items: flex-start;
  }
  .pre-reg-banner__logo {
    margin-right: 20px;
    margin-top: 3px;
    max-width: none;
  }
  .pre-reg-banner__text {
    flex: 1;
  }
}
@media (min-width: 992px) {
  #pwg-prereg-banner h1 {
    font-size: 45px;
  }
  #pwg-prereg-banner p {
    font-size: 24px;
  }
}
.pwg-prereg-banner {
  box-sizing: border-box;
}
.pwg-prereg-banner * {
  box-sizing: border-box;
}

.master-holder .pwg-prereg-banner {
  position: relative;
}
.master-holder .pwg-prereg-banner__container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.master-holder .pwg-prereg-banner__inner {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 60px;
  overflow: hidden;
}
.master-holder .pwg-prereg-banner__image {
  text-align: center;
  margin-bottom: 30px;
}
.master-holder .pwg-prereg-banner__image img {
  display: block;
  line-height: 0;
  width: 450px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.master-holder .pwg-prereg-banner h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: bold;
  color: #000;
  margin: 0 0 14px;
}
.master-holder .pwg-prereg-banner p {
  font-size: 22px;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}
.master-holder .pwg-prereg-banner p.small {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 100;
  margin-top: 40px;
}
.master-holder .pwg-prereg-banner--1 {
  background: linear-gradient(45deg, #4C4B50 0%, #292929 50%);
}
.master-holder .pwg-prereg-banner--1 .pwg-prereg-banner__image {
  margin-top: -70px;
}
.master-holder .pwg-prereg-banner--1 h2 {
  color: #FFF;
}
.master-holder .pwg-prereg-banner--1 p {
  color: #FFF;
}
.master-holder .pwg-prereg-banner--1 p.small {
  color: #ef350d;
}
.master-holder .pwg-prereg-banner--2 {
  background: #91d3d3;
}
.master-holder .pwg-prereg-banner--3 {
  background: #67696c;
}
.master-holder .pwg-prereg-banner--3 h2 {
  color: #FFF;
}
.master-holder .pwg-prereg-banner--3 p {
  color: #FFF;
}
.master-holder .pwg-prereg-banner--3 p strong {
  color: #e7ab21;
}
.master-holder .pwg-prereg-banner--4 {
  text-align: center;
  background: #d2d3d3;
}
.master-holder .pwg-prereg-banner--4 .pwg-prereg-banner__inner {
  padding-top: 40px;
}
.master-holder .pwg-prereg-banner--4 .pwg-prereg-banner__content {
  margin-bottom: 30px;
}
.master-holder .pwg-prereg-banner--4 .pwg-prereg-banner__content img {
  margin-bottom: 30px;
}
.master-holder .pwg-prereg-banner--4 .pwg-prereg-banner__image {
  margin-bottom: 0;
}
.master-holder .pwg-prereg-banner--4 p.small {
  margin-top: 20px;
}
.master-holder .pwg-prereg-banner--5 {
  background: #39c0cf;
}
.master-holder .pwg-prereg-banner--5 .pwg-prereg-banner__inner {
  padding-top: 40px;
}
.master-holder .pwg-prereg-banner--5 h2 {
  color: #FFF;
}
.master-holder .pwg-prereg-banner--5 p {
  color: #02384d;
}
.master-holder .pwg-prereg-banner--5 p.small {
  color: #FFF;
}

@media (max-width: 767px) {
  .master-holder .pwg-prereg-banner--4 .pwg-prereg-banner__content p br {
    display: none;
  }
}
@media (min-width: 768px) {
  .master-holder .pwg-prereg-banner__inner {
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .master-holder .pwg-prereg-banner__image {
    max-width: 50%;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .master-holder .pwg-prereg-banner__image img {
    width: auto;
    max-height: 510px;
  }
  .master-holder .pwg-prereg-banner__content {
    flex: 1;
  }
  .master-holder .pwg-prereg-banner--1 .pwg-prereg-banner__image {
    margin-top: -60px;
    margin-bottom: -40px;
  }
  .master-holder .pwg-prereg-banner--2 .pwg-prereg-banner__image {
    align-self: flex-start;
    width: 50%;
    margin-top: -40px;
    margin-bottom: -10px;
  }
  .master-holder .pwg-prereg-banner--3 .pwg-prereg-banner__image {
    align-self: flex-start;
    margin-top: -90px;
    margin-bottom: -90px;
  }
  .master-holder .pwg-prereg-banner--4 .pwg-prereg-banner__image {
    margin-right: 0;
    margin-left: 30px;
  }
  .master-holder .pwg-prereg-banner--5 .pwg-prereg-banner__inner {
    overflow: visible;
  }
  .master-holder .pwg-prereg-banner--5 .pwg-prereg-banner__inner:after {
    display: none;
    content: "";
    background: #013a4e;
    width: 100vw;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 122px;
  }
}
@media (min-width: 1201px) {
  .master-holder .pwg-prereg-banner__inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 1250px) {
  .master-holder .pwg-prereg-banner--5 .pwg-prereg-banner__inner {
    align-items: flex-end;
  }
  .master-holder .pwg-prereg-banner--5 .pwg-prereg-banner__inner:after {
    display: block;
  }
  .master-holder .pwg-prereg-banner--5 p.small {
    margin-top: 90px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .master-holder .pwg-prereg-banner__content p {
    font-size: 26px;
  }
}
@media (max-width: 1015px) {
  .theme-page-wrapper:not(.full-width-layout) .pwg-prereg-banner__section.mk-fullwidth-true.vc_row:not(.no-padding) .vc_col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1200px) and (min-width: 1016px) {
  .theme-page-wrapper:not(.full-width-layout) .pwg-prereg-banner__section.mk-fullwidth-true.vc_row:not(.no-padding) .vc_col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1201px) {
  .theme-page-wrapper:not(.full-width-layout) .pwg-prereg-banner__section.mk-fullwidth-true.vc_row:not(.no-padding) .vc_col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.pwg_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  padding: 30px 30px 30px !important;
  margin: 0;
  overflow: hidden;
  max-height: none;
  box-sizing: border-box;
}
.pwg_popup * {
  box-sizing: border-box;
}
.pwg_popup.active {
  display: block;
  z-index: 999999;
}
.pwg_popup__content {
  max-height: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 20px 20px 20px 20px;
  background: #FFF;
}
.pwg_popup__content__inner {
  max-height: calc(100vh - 100px);
  padding-right: 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.pwg_popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}
.pwg_popup br {
  display: none;
}
.pwg_popup p {
  margin-bottom: 10px;
}
.pwg_popup ul {
  list-style: inherit;
}
.pwg_popup ul li {
  list-style-type: disc !important;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  margin-bottom: 10px;
}

.spu-box, .spu-box * {
  font-size: 16px;
}

.spu-box-container h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 100;
}
.spu-box-container h2 strong {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}
.spu-box-container a {
  text-decoration: underline;
}
.spu-box-container #gform_wrapper_9 {
  margin-top: 0;
}
.spu-box-container #gform_wrapper_9 .gform_fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.spu-box-container #gform_wrapper_9 .gfield {
  margin: 5px 0;
  padding: 0 7px;
  width: 50%;
}
.spu-box-container #gform_wrapper_9 .gfield#field_9_2, .spu-box-container #gform_wrapper_9 .gfield#field_9_3 {
  width: 100%;
}
.spu-box-container #gform_wrapper_9 .gfield.gfield_error {
  width: 50% !important;
  margin-bottom: 5px !important;
  border: none !important;
  background: none;
}
.spu-box-container #gform_wrapper_9 .gfield.gfield_error .validation_message {
  display: none;
}
.spu-box-container #gform_wrapper_9 .gfield.gfield_error input[type=text],
.spu-box-container #gform_wrapper_9 .gfield.gfield_error input[type=email] {
  border-color: #790000;
}
.spu-box-container #gform_wrapper_9 .validation_error {
  border: none;
  background: #790000;
  color: #FFF;
  padding: 16px;
}
.spu-box-container #gform_wrapper_9 .gfield_label {
  display: none;
}
.spu-box-container #gform_wrapper_9 .ginput_container {
  margin: 0;
}
.spu-box-container #gform_wrapper_9 input[type=text],
.spu-box-container #gform_wrapper_9 input[type=email] {
  margin: 0;
  border: 2px solid #CCC;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
}
.spu-box-container #gform_wrapper_9 .gform_footer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0;
}
.spu-box-container #gform_wrapper_9 .gform_footer input[type=submit] {
  margin: 0;
  padding: 15px 50px;
  font-size: 14px;
}
.spu-box-container #gform_wrapper_9 .gform_ajax_spinner {
  bottom: -16px;
}

.spu-close.spu-close-top_right {
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background: #BBA156;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF !important;
  text-shadow: none;
  padding-bottom: 14px;
  text-shadow: none;
  padding-bottom: 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
}

@media (max-width: 640px) {
  body #spu-79274 .spu-container {
    padding: 20px;
  }
  .spu-box-container h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .spu-box-container h2 strong {
    font-size: 22px;
    line-height: 22px;
  }
  .spu-box-container #gform_wrapper_9 .gfield {
    width: 100%;
  }
  .spu-box-container #gform_wrapper_9 .gfield.gfield_error {
    width: 100% !important;
  }
}
.totalpoll-question-choices {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px !important;
  box-sizing: border-box;
}
.totalpoll-question-choices * {
  box-sizing: border-box;
}

.totalpoll-question-choices-item {
  width: 100% !important;
  padding: 12px 20px !important;
}

.totalpoll-buttons {
  justify-content: center !important;
}
.totalpoll-buttons > .totalpoll-button {
  color: #E83127 !important;
  text-transform: uppercase !important;
  border: none !important;
  background: #61BFC1 !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  padding: 10px 30px !important;
}

@media (min-width: 768px) {
  .totalpoll-question-choices-item {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .totalpoll-question-choices-item {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .totalpoll-question-choices-item {
    width: 33.333% !important;
  }
}
.totalpoll-question-choices-item-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border: 3px solid rgba(187, 161, 86, 0.7) !important;
  padding: 10px 10px 10px 0 !important;
}

.totalpoll-question-choices-item-control {
  order: 0;
  background-color: transparent !important;
  border: none !important;
}

.totalpoll-question-choices-item-label {
  display: none;
}

.totalpoll-question-choices-item-selector-single,
.totalpoll-question-choices-item-selector-multiple {
  padding: 10px !important;
}
.totalpoll-question-choices-item-selector-single > label,
.totalpoll-question-choices-item-selector-multiple > label {
  text-align: center;
}
.totalpoll-question-choices-item-selector-single > label span.totalpoll-question-choices-item-selector-vote,
.totalpoll-question-choices-item-selector-multiple > label span.totalpoll-question-choices-item-selector-vote {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: hsl(210, 4%, 70%);
}

.totalpoll-question-choices-item-selector-box {
  background-color: #E6E7E8 !important;
  border: none !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.totalpoll-question-choices-item-selector input:checked + .totalpoll-question-choices-item-selector-box {
  background-color: #7CBD5A !important;
}

.totalpoll-question-choices-item-content-container {
  order: 1;
  /*
  	&:hover {
  		&:after {
  			display: none;
  		}
  	}
  */
}
.totalpoll-question-choices-item-content-container:after {
  display: none !important;
}

.totalpoll-question-choices-item-content {
  width: 100% !important;
  padding: 0 !important;
}

.pwg-poll {
  box-sizing: border-box;
}
.pwg-poll * {
  box-sizing: border-box;
}

.pwg-poll-preview {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.pwg-poll-preview__image {
  flex: 1;
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.pwg-poll-preview__titles {
  display: none !important;
  flex: 1;
  font-size: 12px !important;
  font-family: Arial, sans-serif;
  line-height: 16px;
  color: #FFF;
  background: #bba156 !important;
  padding: 15px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pwg-poll-preview__titles--name {
  font-size: 14px !important;
}

.pwg-poll-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
}
.pwg-poll-lightbox__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5) !important;
}
.pwg-poll-lightbox__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pwg-poll-lightbox__container {
  width: 100%;
  max-width: 1000px;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.pwg-poll-lightbox__container__contents {
  padding: 20px !important;
}
.pwg-poll-lightbox__container__inner {
  position: relative;
  background: #FFF !important;
  border: 22px solid rgba(187, 161, 86, 0.7) !important;
  padding: 22px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.pwg-poll-lightbox__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px !important;
}
.pwg-poll-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.pwg-poll-lightbox__titles {
  flex: 1;
  font-family: Arial, sans-serif;
  font-size: 26px !important;
  line-height: 30px;
  padding: 0 0 0 15px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pwg-poll-lightbox__contents {
  max-width: 100%;
  font-family: Arial, sans-serif;
  font-size: 18px !important;
  line-height: 22px;
  text-align: left;
}
.pwg-poll-lightbox__contents > *:last-child {
  margin-bottom: 0 !important;
}
.pwg-poll-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.pwg-poll-lightbox__close__inner {
  position: relative;
  width: 30px;
  height: 30px;
  background: #000 !important;
}
.pwg-poll-lightbox__close__inner:before {
  content: "";
  width: 2px;
  height: 42px;
  background: #FFF;
  position: absolute;
  top: -6px;
  left: 14px;
  transform: rotate(-45deg);
}
.pwg-poll-lightbox__close__inner:after {
  content: "";
  width: 2px;
  height: 42px;
  background: #FFF;
  position: absolute;
  top: -6px;
  right: 14px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .pwg-poll-lightbox__header {
    flex-direction: column;
  }
  .pwg-poll-lightbox__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px !important;
  }
  .pwg-poll-lightbox__titles {
    font-size: 18px !important;
    line-height: 24px;
    padding: 0 !important;
  }
  .pwg-poll-lightbox__contents {
    font-size: 14px !important;
    line-height: 18px;
  }
}
#totalpoll.is-screen-results .totalpoll-question-choices-item-container {
  padding: 0 !important;
}
#totalpoll.is-screen-results .totalpoll-question-content {
  display: none;
}
#totalpoll.is-screen-results .pwg-poll-preview__image {
  width: 100px !important;
  height: 100px !important;
  margin: 20px !important;
  background-size: contain !important;
}
#totalpoll.is-screen-results .totalpoll-question-choices-item-label {
  text-align: left !important;
}

.totalpoll-question-choices-item-results {
  width: 100% !important;
}
.totalpoll-question-choices-item-results .pwg-poll-preview__titles {
  display: none;
}
.totalpoll-question-choices-item-results .totalpoll-question-choices-item-label {
  flex: 1 !important;
}
.totalpoll-question-choices-item-results .totalpoll-question-choices-item-content-container {
  flex: 0 0 auto !important;
}

@media (min-width: 768px) {
  .totalpoll-question-choices-item-results {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .totalpoll-question-choices-item-results {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .totalpoll-question-choices-item-results {
    width: 100% !important;
  }
}
/*
#totalpoll-poll-77420 {
	.totalpoll-question-choices {
		align-items: stretch;
	}
	.totalpoll-question-choices-item-container {
		min-height: 100%;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
	}
	.totalpoll-question-choices-item-content {
		padding-bottom: 30px !important;
	}
	.totalpoll-buttons {
		justify-content: center !important;
		.totalpoll-button {
			color: #bba156 !important;
	    text-transform: uppercase !important;
	    border: 2px solid #bba156 !important;
	    background: transparent !important;
	    font-size: 40px !important;
	    font-weight: 400 !important;
	    padding: 5px 20px 5px !important;
		}
	}
}
*/
.mk-page-section.home-header {
  z-index: 999 !important;
}

#gform_wrapper_12 form {
  width: 100%;
  max-width: 400px;
}
#gform_wrapper_12 .top_label div.ginput_container {
  margin-top: 0;
}
#gform_wrapper_12 ul.gform_fields li.gfield {
  margin-top: 7px;
  padding-right: 0;
}
#gform_wrapper_12 ul.gform_fields li.gfield.hidden_label .gfield_label {
  display: none;
}
#gform_wrapper_12 ul.gform_fields li.gfield.gfield_error {
  padding: 7px;
}
#gform_wrapper_12 ul.gform_fields li.gfield.gfield_error .gfield_description {
  padding-top: 7px;
  font-size: 12px;
  line-height: 12px;
}
#gform_wrapper_12 ul.gform_fields li.gfield input {
  margin: 0;
}
#gform_wrapper_12 .gfield_html {
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
  color: #FFF;
  margin-bottom: 15px;
}
#gform_wrapper_12 .gfield_html strong {
  font-weight: 500;
}
#gform_wrapper_12 .ginput_container_consent {
  font-size: 12px;
  color: #FFF;
}
#gform_wrapper_12 .ginput_container_consent a {
  color: #FFF;
  text-decoration: underline;
}
#gform_wrapper_12 .ginput_container_consent input {
  margin-right: 3px;
}
#gform_wrapper_12 .ginput_container_consent .gfield_required {
  display: none;
}
#gform_wrapper_12 .gfield_consent_description,
#gform_wrapper_12 .pwg-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  padding: 150px 30px 30px !important;
  margin: 0;
  overflow: hidden;
  max-height: none;
}
#gform_wrapper_12 .gfield_consent_description.active,
#gform_wrapper_12 .pwg-popup.active {
  display: block;
  z-index: 999999;
}
#gform_wrapper_12 .gfield_consent_description__content,
#gform_wrapper_12 .pwg-popup__content {
  max-height: 100%;
  position: relative;
  padding: 20px 20px 20px 20px;
  background: #FFF;
}
#gform_wrapper_12 .gfield_consent_description__content__inner,
#gform_wrapper_12 .pwg-popup__content__inner {
  max-height: calc(100vh - 220px);
  padding-right: 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#gform_wrapper_12 .gfield_consent_description__close,
#gform_wrapper_12 .pwg-popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}
#gform_wrapper_12 .gfield_consent_description br,
#gform_wrapper_12 .pwg-popup br {
  display: none;
}
#gform_wrapper_12 .gfield_consent_description p,
#gform_wrapper_12 .pwg-popup p {
  margin-bottom: 10px;
}
#gform_wrapper_12 .gfield_consent_description ul,
#gform_wrapper_12 .pwg-popup ul {
  list-style: inherit;
}
#gform_wrapper_12 .gfield_consent_description ul li,
#gform_wrapper_12 .pwg-popup ul li {
  list-style-type: disc !important;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  margin-bottom: 10px;
}
#gform_wrapper_12 input[type=text],
#gform_wrapper_12 input[type=email],
#gform_wrapper_12 input[type=tel] {
  font-size: 15px;
  line-height: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 5px;
  padding: 10px 10px 9px;
}
#gform_wrapper_12 .gform_footer {
  position: relative;
}
#gform_wrapper_12 .gform_ajax_spinner {
  left: auto;
  right: 0;
  bottom: 0;
  top: 30px;
}

#gform_submit_button_12 {
  font-size: 20px;
  line-height: 20px !important;
  font-weight: 500;
  letter-spacing: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: #9493F1 !important;
  padding: 11px 80px 8px;
  border-radius: 7px;
}

#gform_confirmation_message_12 {
  color: #FFF;
  font-size: 30px;
  line-height: 40px;
  padding: 30px 0;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 440px;
}

@media (max-width: 767px) {
  .mk-page-section.home-header .half_left_layout {
    background-image: none !important;
    padding-top: 0 !important;
  }
  #gform_wrapper_12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #gform_wrapper_12 .gfield_html,
  #gform_wrapper_12 .gform_footer {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #gform_wrapper_12 form {
    margin-left: 0;
  }
}
.pwglanding-video {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}

.pwglanding-con {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.3;
}
.pwglanding-con ul {
  margin-left: 0;
  list-style: none;
}
.pwglanding-con li {
  padding-left: 30px;
  position: relative;
  margin-left: 0;
  margin-bottom: 8px;
}
.pwglanding-con li:before {
  content: "";
  position: absolute;
  background: url(../img/check.png);
  background-repeat: no-repeat;
  height: 21px;
  width: 20px;
  left: 0px;
  top: -1px;
}

.pwglanding-form #gform_wrapper_12 .gfield_html {
  color: inherit;
}
.pwglanding-form #gform_wrapper_12 .ginput_container_consent {
  color: inherit;
}
.pwglanding-form #gform_wrapper_12 .ginput_container_consent a {
  color: inherit;
}
.pwglanding-form #field_12_10 {
  display: none;
}
.pwglanding-form #gform_submit_button_12 {
  background-color: #BBA156 !important;
  border-radius: 3px !important;
  border: none !important;
}
.pwglanding-form #gform_submit_button_12 span {
  display: block;
}
.pwglanding-form #gform_submit_button_12 small {
  display: block;
  font-size: 0.6em;
}
.pwglanding-form .radiogroup {
  margin-top: 15px !important;
}
.pwglanding-form .radiogroup legend {
  font-weight: 400 !important;
  font-size: 14px !important;
}
.pwglanding-form .gfield_radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0 !important;
}
.pwglanding-form .gfield_radio li {
  margin-right: 10px;
}

.pwglanding-testimonial {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.pwglanding-testimonial.text-white {
  color: #FFF;
}
.pwglanding-testimonial__image {
  flex: 0 0 auto;
  margin-right: 20px;
}
.pwglanding-testimonial__image img {
  display: block;
  line-height: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.pwglanding-testimonial__quote {
  line-height: 32px;
  margin-bottom: 15px;
}
.pwglanding-testimonial__cite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.pwglanding-testimonial__author {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-top: 5px;
}
.pwglanding-testimonial__rating__stars {
  width: 123px;
  height: 20px;
  background-image: url(../img/stars-blue-alt.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.pwglanding-testimonial--vertical {
  flex-direction: column;
}
.pwglanding-testimonial--vertical .pwglanding-testimonial__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.pwglanding-testimonial--vertical .pwglanding-testimonial__image img {
  width: 60px;
  height: 60px;
}
.pwglanding-testimonial--vertical .pwglanding-testimonial__cite {
  flex-direction: column;
  align-items: flex-start;
}
.pwglanding-testimonial--vertical .pwglanding-testimonial__author {
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 10px;
}
.pwglanding-testimonial--vertical .pwglanding-testimonial__quote {
  font-weight: 400;
  margin-bottom: 0;
}

/*
.pwglanding-reviews .wpb_wrapper {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		margin-top: -14px;
	}
	.owl-prev {
		left: 0;
	}
	.owl-next {
		right: 0;
	}
	.owl-stage {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
	}
	.pwglanding-testimonial {
		height: 100%;
		padding: 30px;
		border: 2px solid #E6E6E6;
		border-radius: 10px;
		opacity: 0;
		transition: opacity 1s ease; 
		box-sizing: border-box;
	}
	&.owl-loaded {
		.pwglanding-testimonial {
			opacity: 1;
		}
	}
	.slick-track {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
	}
	.slick-slide {
		float: none;
		height: auto;
		> div {
			height: 100%;
		}
	}
}
*/
/** Slick Slider **/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide li {
  margin: 0;
}

.pwglanding-reviews {
  box-sizing: border-box;
  padding: 0 80px;
}
.pwglanding-reviews * {
  box-sizing: border-box;
}
.pwglanding-reviews ul {
  margin: 0;
  list-style: none;
}
.pwglanding-reviews .slick-slide {
  padding: 0 18px;
}
.pwglanding-reviews .slick-slide li {
  border: 1px solid #cfcfcf;
  padding: 40px;
  color: #505050;
  font-size: 22px;
  line-height: 1.4;
  border-radius: 10px;
}
.pwglanding-reviews .slick-slide li img {
  display: block;
  margin-bottom: 23px;
}
.pwglanding-reviews .slick-slide li strong {
  display: block;
  margin-top: 23px;
  font-weight: 400;
}
.pwglanding-reviews .slick-arrow {
  position: absolute;
  width: 56px;
  height: 24px;
  border: 0;
  background-color: transparent;
  top: 50%;
  margin-top: -12px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 50;
}
.pwglanding-reviews .slick-arrow.slick-prev {
  background-image: url(../img/arrow-left-black.png?v=2);
  background-repeat: no-repeat;
  left: -80px;
}
.pwglanding-reviews .slick-arrow.slick-next {
  background-image: url(../img/arrow-right-black.png?v=2);
  background-repeat: no-repeat;
  right: -80px;
}
.pwglanding-reviews ul.slick-dots {
  text-align: center;
  margin-top: 25px;
}
.pwglanding-reviews ul.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #cecece;
  border: 0;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.pwglanding-reviews ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.pwglanding-reviews ul.slick-dots li.slick-active button {
  background: #00aff0;
}
.pwglanding-reviews .pwglanding-testimonial {
  height: 100%;
  padding: 30px;
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 1s ease;
}
.pwglanding-reviews .slick-initialized .pwglanding-testimonial {
  opacity: 1;
}
.pwglanding-reviews .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.pwglanding-reviews .slick-slide {
  float: none;
  height: auto;
}
.pwglanding-reviews .slick-slide > div {
  height: 100%;
}

@media (max-width: 500px) {
  .pwglanding-reviews {
    padding: 0;
  }
  .pwglanding-reviews .slick-arrow.slick-prev,
  .pwglanding-reviews .slick-arrow.slick-next {
    display: none;
  }
}
.pwglanding-auction-gallery {
  box-sizing: border-box;
}
.pwglanding-auction-gallery * {
  box-sizing: border-box;
}
.pwglanding-auction-gallery ul {
  margin: 0;
  list-style: none;
}
.pwglanding-auction-gallery .slider-whole .slider-for {
  margin-left: 0;
}
.pwglanding-auction-gallery .slider-whole .slider-for li {
  position: relative;
}
.pwglanding-auction-gallery .slider-whole .slider-for li img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.pwglanding-auction-gallery .slider-whole .slider-for li h2 {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
}
.pwglanding-auction-gallery .slider-whole .slider-nav {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  opacity: 0;
}
.pwglanding-auction-gallery .slider-whole .slider-nav.slick-initialized {
  opacity: 1;
}
.pwglanding-auction-gallery .slider-whole .slider-nav .slick-slide {
  margin: 0 10px;
}
.pwglanding-auction-gallery .slider-whole .slider-nav li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 145px;
  border-radius: 5px;
  cursor: pointer;
}
.pwglanding-auction-gallery .slider-whole .slider-nav .slick-arrow {
  text-indent: -9999px;
  position: absolute;
  width: 17px;
  height: 26px;
  background-color: transparent;
  background-repeat: no-repeat;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}
.pwglanding-auction-gallery .slider-whole .slider-nav .slick-prev {
  background-image: url(../img/a-lt-white.png?v=2);
  left: 0;
}
.pwglanding-auction-gallery .slider-whole .slider-nav .slick-next {
  background-image: url(../img/a-rt-white.png?v=2);
  right: 0;
}

.pwglanding-incentives-gallery {
  box-sizing: border-box;
}
.pwglanding-incentives-gallery * {
  box-sizing: border-box;
}
.pwglanding-incentives-gallery ul {
  margin: 0;
  list-style: none;
}
.pwglanding-incentives-gallery .slider-whole .slider-for {
  margin-left: 0;
}
.pwglanding-incentives-gallery .slider-whole .slider-for li {
  position: relative;
}
.pwglanding-incentives-gallery .slider-whole .slider-for li img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.pwglanding-incentives-gallery .slider-whole .slider-for li h2 {
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
}
.pwglanding-incentives-gallery .slider-whole .slider-nav {
  opacity: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.pwglanding-incentives-gallery .slider-whole .slider-nav.slick-initialized {
  opacity: 1;
}
.pwglanding-incentives-gallery .slider-whole .slider-nav .slick-slide {
  margin: 0 10px;
}
.pwglanding-incentives-gallery .slider-whole .slider-nav li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 145px;
  border-radius: 5px;
  cursor: pointer;
}
.pwglanding-incentives-gallery .slider-whole .slider-nav .slick-arrow {
  text-indent: -9999px;
  position: absolute;
  width: 17px;
  height: 26px;
  background-color: transparent;
  background-repeat: no-repeat;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}
.pwglanding-incentives-gallery .slider-whole .slider-nav .slick-prev {
  background-image: url(../img/a-lt-blue.png?v=2);
  left: 0;
}
.pwglanding-incentives-gallery .slider-whole .slider-nav .slick-next {
  background-image: url(../img/a-rt-blue.png?v=2);
  right: 0;
}

/*
.pwglanding-incentives-gallery {
	box-sizing: border-box;
	* {
		box-sizing: border-box;
	}
	ul {
		margin: 0;
		list-style: none;
	}
	.slider-whole {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
	}
	.slider-whole .slider-for{
		width: calc( 100% - 120px);
		margin-left: 0;
		//max-width: calc( 100% - 540px );
	}
	.slider-whole .slider-for li{
	    position: relative;
	}
	.slider-whole .slider-for li img{
	  height: 620px;
		object-fit:cover;
		width: 100%;
		border-radius:8px;
	}
	.slider-whole .slider-for li h2{
	  text-align: center;
	  font-size: 25px;
	  line-height: 25px;
	  color: #fff;
	  font-weight: 500;
	  background: rgba(0,0,0,0.5);
	  padding: 0px 5px;
	  position: absolute;
	  bottom: 0px;
	  left: 0px;
	  width: 100%;
	  border-radius:0px 0px 8px 8px;
	  min-height: 100px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: 0;
    box-sizing: border-box;
	}
	.slider-whole .slider-nav{
		width: 120px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: 20px;
	}
	.slider-whole .slider-nav .slick-slide{
		margin: 5px 0;
	}
	.slider-whole .slider-nav li img{
		width:100%;
		object-fit:cover;
		height:100px;
		border-radius:5px;
		cursor:pointer;
	}
	.slider-whole .slider-nav .slick-arrow{
		text-indent:-9999px;
		position:absolute;
		width:17px;
		height:26px;
		background-color:transparent;
		background-repeat:no-repeat;
		border:none;
	}
	.slider-whole .slider-nav .slick-prev{
		background-image:url(../img/a-lt.png?v=2);
		top: 0;
		left: 50%;
		transform: rotate(90deg);
		margin-left: -13px;
	}
	.slider-whole .slider-nav .slick-next{
		background-image:url(../img/a-rt.png?v=2);
		bottom: 0;
		left: 50%;
		transform: rotate(90deg);
		margin-left: -8px;
	}
}
*/
/*
@media (max-width: 500px) {	
	.pwglanding-incentives-gallery {
		.slider-whole .slider-for li img{
		  height: 396px;
		}
	}
}
*/
#gform_wrapper_12 #field_12_16 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0 !important;
}
#gform_wrapper_12 #field_12_16 span {
  display: block;
}

.page-template-pgtemp-new-online .wpb_video_widget {
  margin-left: auto;
  margin-right: auto;
}

.page-template-pgtemp-return-online .wpb_video_widget {
  margin-left: auto;
  margin-right: auto;
}

.page-template-pgtemp-online #theme-page a:not(.mk-button),
.page-template-pgtemp-return-online #theme-page a:not(.mk-button),
.page-template-pgtemp-new-online #theme-page a:not(.mk-button) {
  color: #00aff0;
}
.page-template-pgtemp-online .flex-center,
.page-template-pgtemp-return-online .flex-center,
.page-template-pgtemp-new-online .flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-template-pgtemp-online .pwglanding-incentives-gallery,
.page-template-pgtemp-return-online .pwglanding-incentives-gallery,
.page-template-pgtemp-new-online .pwglanding-incentives-gallery {
  width: 100%;
}
.page-template-pgtemp-online #gform_wrapper_12,
.page-template-pgtemp-return-online #gform_wrapper_12,
.page-template-pgtemp-new-online #gform_wrapper_12 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 5px;
  padding: 30px;
}
.page-template-pgtemp-online #gform_wrapper_12 form,
.page-template-pgtemp-return-online #gform_wrapper_12 form,
.page-template-pgtemp-new-online #gform_wrapper_12 form {
  max-width: auto;
}
.page-template-pgtemp-online #gform_wrapper_12 .gfield_html *,
.page-template-pgtemp-online #gform_wrapper_12 .ginput_container_consent *,
.page-template-pgtemp-return-online #gform_wrapper_12 .gfield_html *,
.page-template-pgtemp-return-online #gform_wrapper_12 .ginput_container_consent *,
.page-template-pgtemp-new-online #gform_wrapper_12 .gfield_html *,
.page-template-pgtemp-new-online #gform_wrapper_12 .ginput_container_consent * {
  color: #444444 !important;
}
.page-template-pgtemp-online #gform_wrapper_12 input[type=text],
.page-template-pgtemp-online #gform_wrapper_12 #gform_wrapper_12 input[type=email],
.page-template-pgtemp-online #gform_wrapper_12 #gform_wrapper_12 input[type=tel],
.page-template-pgtemp-online #gform_wrapper_12 select,
.page-template-pgtemp-return-online #gform_wrapper_12 input[type=text],
.page-template-pgtemp-return-online #gform_wrapper_12 #gform_wrapper_12 input[type=email],
.page-template-pgtemp-return-online #gform_wrapper_12 #gform_wrapper_12 input[type=tel],
.page-template-pgtemp-return-online #gform_wrapper_12 select,
.page-template-pgtemp-new-online #gform_wrapper_12 input[type=text],
.page-template-pgtemp-new-online #gform_wrapper_12 #gform_wrapper_12 input[type=email],
.page-template-pgtemp-new-online #gform_wrapper_12 #gform_wrapper_12 input[type=tel],
.page-template-pgtemp-new-online #gform_wrapper_12 select {
  height: 39px;
  color: #767676;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page-template-pgtemp-online #gform_wrapper_12 select,
.page-template-pgtemp-return-online #gform_wrapper_12 select,
.page-template-pgtemp-new-online #gform_wrapper_12 select {
  -webkit-appearance: none;
  padding: 0 10px;
}
.page-template-pgtemp-online #gform_wrapper_12 .gform_ajax_spinner,
.page-template-pgtemp-return-online #gform_wrapper_12 .gform_ajax_spinner,
.page-template-pgtemp-new-online #gform_wrapper_12 .gform_ajax_spinner {
  display: none;
}
.page-template-pgtemp-online .gform_footer,
.page-template-pgtemp-return-online .gform_footer,
.page-template-pgtemp-new-online .gform_footer {
  padding: 0;
}
.page-template-pgtemp-online #gform_submit_button_12,
.page-template-pgtemp-return-online #gform_submit_button_12,
.page-template-pgtemp-new-online #gform_submit_button_12 {
  padding-left: 20px;
  padding-right: 20px;
  background: #00aff0 !important;
  color: #000;
  width: 100%;
  font-weight: 600;
}
.page-template-pgtemp-online #gform_submit_button_12 small,
.page-template-pgtemp-return-online #gform_submit_button_12 small,
.page-template-pgtemp-new-online #gform_submit_button_12 small {
  font-weight: lighter;
  white-space: initial;
}
.page-template-pgtemp-online #gform_submit_button_12.submitting,
.page-template-pgtemp-return-online #gform_submit_button_12.submitting,
.page-template-pgtemp-new-online #gform_submit_button_12.submitting {
  cursor: default;
}
.page-template-pgtemp-online .pwglanding-con li:before,
.page-template-pgtemp-return-online .pwglanding-con li:before,
.page-template-pgtemp-new-online .pwglanding-con li:before {
  background: url(../img/check-white.png);
}
.page-template-pgtemp-online .acc-last,
.page-template-pgtemp-return-online .acc-last,
.page-template-pgtemp-new-online .acc-last {
  max-width: 1030px;
  margin: auto;
}
.page-template-pgtemp-online .acc-last h4.vc_tta-panel-title a,
.page-template-pgtemp-return-online .acc-last h4.vc_tta-panel-title a,
.page-template-pgtemp-new-online .acc-last h4.vc_tta-panel-title a {
  color: #fff !important;
  font-size: 20px;
  padding: 15px 30px !important;
  line-height: 24px;
}
.page-template-pgtemp-online .acc-last .vc_tta-panel-heading,
.page-template-pgtemp-return-online .acc-last .vc_tta-panel-heading,
.page-template-pgtemp-new-online .acc-last .vc_tta-panel-heading {
  background-color: #000 !important;
  border: 0 !important;
  border-radius: 10px !important;
}
.page-template-pgtemp-online .acc-last .vc_tta-panel-body,
.page-template-pgtemp-return-online .acc-last .vc_tta-panel-body,
.page-template-pgtemp-new-online .acc-last .vc_tta-panel-body {
  background-color: #000 !important;
  border: 0 !important;
  padding: 15px 30px !important;
}
.page-template-pgtemp-online .acc-last .vc_tta-panel,
.page-template-pgtemp-return-online .acc-last .vc_tta-panel,
.page-template-pgtemp-new-online .acc-last .vc_tta-panel {
  margin-bottom: 15px;
}
.page-template-pgtemp-online .acc-last .vc_tta-panel-body p,
.page-template-pgtemp-return-online .acc-last .vc_tta-panel-body p,
.page-template-pgtemp-new-online .acc-last .vc_tta-panel-body p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px !important;
  color: #fff !important;
}
.page-template-pgtemp-online .acc-last .vc_active .vc_tta-panel-heading,
.page-template-pgtemp-return-online .acc-last .vc_active .vc_tta-panel-heading,
.page-template-pgtemp-new-online .acc-last .vc_active .vc_tta-panel-heading {
  border-radius: 10px 10px 0 0 !important;
}
.page-template-pgtemp-online .acc-last .vc_active .vc_tta-panel-body,
.page-template-pgtemp-return-online .acc-last .vc_active .vc_tta-panel-body,
.page-template-pgtemp-new-online .acc-last .vc_active .vc_tta-panel-body {
  border-radius: 0 0 10px 10px !important;
}
.page-template-pgtemp-online .online-apply-button .mk-button--text,
.page-template-pgtemp-return-online .online-apply-button .mk-button--text,
.page-template-pgtemp-new-online .online-apply-button .mk-button--text {
  font-size: 16px;
  letter-spacing: 0;
}

.page-template-pgtemp-new-online #gform_submit_button_12 span,
.page-template-pgtemp-return-online #gform_submit_button_12 span {
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-pgtemp-online #field_12_7,
  .page-template-pgtemp-return-online #field_12_7,
  .page-template-pgtemp-new-online #field_12_7 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .page-template-pgtemp-online .wpb_video_widget {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .page-template-pgtemp-online .pwglanding-video {
    float: left;
    width: 420px;
    margin-right: 30px;
  }
}
.albert__hero {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(218, 222, 227) 20%, rgb(218, 222, 227) 100%);
}
.albert__hero .background-layer {
  background-size: 600px auto;
  background-position-x: calc(50% + 270px) !important;
}
.albert__hero__buttons .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.albert__hero__buttons img {
  width: 140px;
  margin: 0 auto;
}

.albert__book__mobile img {
  max-width: 500px;
}

.albert__rating img {
  width: 214px;
}
.albert__rating p {
  font-size: 20px;
  line-height: 26px;
}

.albert__content p {
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .albert__hero .background-layer {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .albert__book__mobile {
    display: none !important;
  }
  .albert__flipbook__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.page-template-pgtemp-auctions {
  background-color: #FFF;
}
.page-template-pgtemp-auctions .gform_validation_errors {
  margin-bottom: 40px;
}
.page-template-pgtemp-auctions .gform_wrapper .top_label .gfield_error {
  width: auto !important;
}
.page-template-pgtemp-auctions #mk-boxed-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-template-pgtemp-auctions #mk-theme-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-template-pgtemp-auctions h2 {
  font-size: 40px;
  text-align: center;
}
.page-template-pgtemp-auctions p {
  font-size: 24px;
  text-align: center;
}
.page-template-pgtemp-auctions.pwg-auctions-page--1 h2 {
  color: #FFF;
}
.page-template-pgtemp-auctions.pwg-auctions-page--1 p {
  color: #FFF;
}
.page-template-pgtemp-auctions.pwg-auctions-page--1 .gform_wrapper.gravity-theme {
  max-width: 600px;
}
.page-template-pgtemp-auctions.pwg-auctions-page--1 .gform_page_footer {
  padding-bottom: 70px;
  padding-top: 60px;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 #pwg-page-break {
  position: relative;
  background: #DFE3E8;
  margin-top: 60px;
  padding-top: 80px;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 20px;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 #pwg-page-break:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: #DFE3E8;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 #pwg-page-break:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: #DFE3E8;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 .gform_page_footer {
  position: relative;
  background: #DFE3E8;
  padding-top: 40px;
  padding-bottom: 100px;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 .gform_page_footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: #DFE3E8;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 .gform_page_footer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: #DFE3E8;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 #pwg-auctions-header .pwg-auctions-back {
  display: flex;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 .pwg-background-video .mk-page-section-inner {
  display: none;
}
.page-template-pgtemp-auctions.pwg-auctions-page--2 .gform_wrapper.gravity-theme {
  max-width: 900px;
}
.page-template-pgtemp-auctions .gform_heading {
  display: none;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme {
  margin-left: auto;
  margin-right: auto;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 20px;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield.pwg-full-width {
  width: 100%;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield.gsection {
  width: 100%;
  border: none;
  padding: 0;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield.pwg-large-margin {
  margin-bottom: 50px;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=text],
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=email],
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield textarea,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield select.large {
  font-size: 20px !important;
  height: 70px;
  border-radius: 6px;
  border: 3px solid #f4f4f4;
  transition: border-color 0.25s ease;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=text]:active, .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=text]:focus,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=email]:active,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=email]:focus,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield textarea:active,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield textarea:focus,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield select.large:active,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield select.large:focus {
  border-color: #b89e5d;
  box-shadow: none;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield textarea {
  font-family: "europa", sans-serif;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  max-width: 800px;
  height: 200px !important;
  margin: 0 auto;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=text],
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=email],
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield select.large {
  display: block;
  max-width: 285px;
  margin: 0 auto;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield .ginput_container_consent,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield .ginput_container_checkbox {
  max-width: 770px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield .ginput_container_consent input,
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield .ginput_container_checkbox input {
  margin-top: 5px;
  margin-right: 20px;
}
.page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield_label {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
.page-template-pgtemp-auctions .gform_wrapper .gform_validation_errors {
  border: none;
  padding: 20px !important;
  border-radius: 6px;
}
.page-template-pgtemp-auctions .gform_wrapper .gform_validation_errors .validation_error {
  margin: 0;
  border: none;
  padding: 0;
}
.page-template-pgtemp-auctions .gform_wrapper .gfield_validation_message,
.page-template-pgtemp-auctions .gform_wrapper .validation_message {
  border: none !important;
  padding: 20px !important;
  border-radius: 6px;
}
.page-template-pgtemp-auctions .gform_previous_button {
  display: none;
}
.page-template-pgtemp-auctions .ditty-slider__bullet {
  width: 18px !important;
  height: 18px !important;
}
.page-template-pgtemp-auctions .gform_footer,
.page-template-pgtemp-auctions .gform_page_footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.page-template-pgtemp-auctions .gform_footer input[type=button],
.page-template-pgtemp-auctions .gform_footer input[type=submit],
.page-template-pgtemp-auctions .gform_page_footer input[type=button],
.page-template-pgtemp-auctions .gform_page_footer input[type=submit] {
  min-width: 200px;
  font-size: 20px !important;
  font-weight: 400;
  color: #FFF;
  height: 70px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  border: 2px solid #FFF;
}
.page-template-pgtemp-auctions .gform_footer input[type=button]:hover,
.page-template-pgtemp-auctions .gform_page_footer input[type=button]:hover {
  background-color: #b89e5d !important;
}
.page-template-pgtemp-auctions .vc_btn3-style-custom {
  min-width: 200px;
  font-size: 20px !important;
  font-weight: 400;
  color: #FFF;
  height: 70px;
  border-radius: 6px;
  border: 2px solid #FFF;
  line-height: 46px !important;
  padding: 12px 15px !important;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 1px;
}
.page-template-pgtemp-auctions .spu-container h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px;
}
.page-template-pgtemp-auctions .spu-container p {
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 300 !important;
  color: #000 !important;
}
.page-template-pgtemp-auctions .spu-container .gform_wrapper.gravity-theme {
  max-width: 700px;
}
.page-template-pgtemp-auctions .spu-container .gform_wrapper.gravity-theme .gfield {
  width: 100%;
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-pgtemp-auctions .spu-container .gform_wrapper.gravity-theme .gfield.gfield_html {
  max-width: none;
}
.page-template-pgtemp-auctions .spu-container .gform_wrapper.gravity-theme .ginput_container_email input {
  width: 100% !important;
  max-width: none;
}
.page-template-pgtemp-auctions .spu-container .gform_wrapper.gravity-theme textarea {
  height: 150px !important;
}
.page-template-pgtemp-auctions .spu-container .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 30px;
  padding-bottom: 0;
}
.page-template-pgtemp-auctions .spu-close.spu-close-top_right {
  background: transparent;
  box-shadow: none;
  color: #000 !important;
  text-shadow: none;
}

#pwg-auctions-header {
  width: 100%;
  background: #FFF;
  padding: 0 50px;
}
#pwg-auctions-header__inner {
  display: flex;
  align-items: center;
  height: 50px;
}
#pwg-auctions-header .pwg-auctions-menu-trigger {
  font-size: 30px;
  color: #000;
  margin-right: 35px;
}
#pwg-auctions-header .pwg-auctions-logo {
  display: block;
  margin-right: auto;
}
#pwg-auctions-header .pwg-auctions-logo img {
  display: block;
  line-height: 0;
  max-width: 250px;
}
#pwg-auctions-header .pwg-auctions-help {
  font-size: 30px;
  font-weight: 300;
  line-height: 0;
  color: #000;
  margin-left: 60px;
}
#pwg-auctions-header .pwg-auctions-back {
  display: none;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 0;
  color: #000;
  margin-left: auto;
}
#pwg-auctions-header .pwg-auctions-back i {
  font-size: 30px;
  margin-right: 10px;
}

.menu-auctions-menu-wrapper {
  width: 1px;
  margin-left: -1px;
  position: relative;
  height: calc(100vh - 50px);
}
.menu-auctions-menu-wrapper.active .menu-auctions-menu-container {
  left: 0;
}
.menu-auctions-menu-wrapper .pwg-auctions-menu-close {
  width: 30px;
  height: 30px;
  color: #000;
  align-self: flex-end;
  margin-right: -20px;
}

.menu-auctions-menu-container {
  position: absolute;
  top: 0;
  left: -450px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 100%;
  background: #FFF;
  padding: 40px;
  border-top: 1px solid #99A0A9;
  border-right: 1px solid #99A0A9;
  box-sizing: border-box;
  transition: left 0.5s ease;
}

.auctions-menu {
  font-size: 25px;
  line-height: 30px;
  list-style: none;
  margin: 70px 0 0 0;
  padding: 0;
}
.auctions-menu li {
  margin: 0 0 40px;
}
.auctions-menu li.current-menu-item a {
  color: #b89e5d;
}
.auctions-menu a {
  color: #000;
}
.auctions-menu a:hover {
  color: #b89e5d;
}

.pwg-auctions-element {
  display: none;
}

@media (max-width: 767px) {
  #auction-prereg-form .gform_wrapper h1.gfield_label,
  #auction-prereg-form .gform_wrapper .gfield_label {
    display: block;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .page-template-pgtemp-auctions.pwg-auctions-page--1 .mk-section-video, .page-template-pgtemp-auctions.pwg-auctions-page--2 .mk-section-video {
    display: none;
  }
  .page-template-pgtemp-auctions.pwg-auctions-page--1 h2, .page-template-pgtemp-auctions.pwg-auctions-page--2 h2 {
    font-size: 30px;
  }
  .page-template-pgtemp-auctions.pwg-auctions-page--1 p, .page-template-pgtemp-auctions.pwg-auctions-page--2 p {
    font-size: 18px;
  }
  .page-template-pgtemp-auctions.pwg-auctions-page--1 .mk-padding-divider, .page-template-pgtemp-auctions.pwg-auctions-page--2 .mk-padding-divider {
    height: 10px !important;
  }
  .page-template-pgtemp-auctions.pwg-auctions-page--1 .gform_page_footer {
    padding-top: 10px;
  }
  .page-template-pgtemp-auctions.pwg-auctions-page--2 .pwg-page-break {
    margin-top: 10px;
    padding-top: 50px;
  }
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gform_fields > * {
    width: 100%;
  }
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gform_fields input[type=text],
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gform_fields input[type=email],
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gform_fields select.large,
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gform_fields textarea {
    max-width: none !important;
  }
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield.pwg-large-margin {
    margin-bottom: 30px;
  }
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=text],
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield input[type=email],
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield textarea,
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield select.large {
    font-size: 18px !important;
    height: 50px;
  }
  .page-template-pgtemp-auctions .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 18px;
  }
  .page-template-pgtemp-auctions .ginput_complex > span {
    margin-bottom: 20px !important;
  }
  .page-template-pgtemp-auctions .ginput_complex > span:last-child {
    margin-bottom: 0 !important;
  }
  .page-template-pgtemp-auctions .spu-container h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-template-pgtemp-auctions .spu-container p {
    font-size: 16px !important;
  }
  .page-template-pgtemp-auctions .spu-container .gform_wrapper.gravity-theme .gform_footer {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #pwg-auctions-header {
    padding: 0 20px;
  }
  #pwg-auctions-header .pwg-auctions-menu-trigger {
    font-size: 20px;
    margin-right: 20px;
  }
  #pwg-auctions-header .pwg-auctions-logo img {
    max-width: 160px;
  }
  #pwg-auctions-header .pwg-auctions-help {
    font-size: 20px;
    margin-left: 20px;
  }
  #pwg-auctions-header .pwg-auctions-back {
    font-size: 15px;
  }
  #pwg-auctions-header .pwg-auctions-back i {
    font-size: 20px;
    margin-right: 10px;
  }
  #pwg-auctions-rotator .page-section-content {
    padding-top: 50px !important;
  }
  #pwg-auctions-rotator .ditty-item__elements {
    font-size: 25px !important;
  }
}
@media (min-width: 641px) {
  .page-template-pgtemp-auctions .ginput_complex > span:first-child {
    padding-right: 10px !important;
  }
  .page-template-pgtemp-auctions .ginput_complex > span:last-child {
    padding-left: 10px !important;
  }
  .page-template-pgtemp-auctions.pwg-auctions-page--1 .gfield:nth-child(2) {
    grid-column-start: 4 !important;
    grid-column-end: 10 !important;
  }
}
.pwg-auction-grid .fa-plus {
  font-size: 25px !important;
}
