/*
Theme Name:	Galen Mercer Studio, 2021
Description: Custom theme for Galen Mercer Studio
Version: 1.0
Author: Gabe Halberg / Dadra Design
Author URI: https://dadradesign.com
*/
*:not(select) {
  margin: 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}

/* disable default styling for various browsers */
input[type=search],
input:not([type=radio]):not([type=checkbox]),
textarea {
  outline: none !important; /*for webkit*/
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
}

#lte-ie9,
#ie10-ie11 {
  position: relative;
  max-width: 600px;
  margin: 120px auto -30px auto;
  padding: 30px !important;
  text-align: center;
  color: #fff !important;
  background: darkred;
  z-index: 1000;
}
#lte-ie9 h2,
#ie10-ie11 h2 {
  text-transform: uppercase !important;
  font-weight: bold;
  color: #fff !important;
}
#lte-ie9 a,
#ie10-ie11 a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline !important;
}

#ie10-ie11-edge-15-and-under {
  display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ie10-ie11-edge-15-and-under {
    display: block !important;
    position: relative;
    max-width: 600px;
    margin: 120px auto -30px auto;
    padding: 30px !important;
    text-align: center;
    color: #fff !important;
    background: darkred;
    z-index: 1000;
  }
  #ie10-ie11-edge-15-and-under h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
  }
  #ie10-ie11-edge-15-and-under a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline !important;
  }
}
@supports (-ms-ime-align: auto) and (not ((position: -webkit-sticky) or (position: sticky))) {
  #ie10-ie11-edge-15-and-under {
    display: block !important;
    position: relative;
    max-width: 600px;
    margin: 120px auto -30px auto;
    padding: 30px !important;
    text-align: center;
    color: #fff !important;
    background: darkred;
    z-index: 1000;
  }
  #ie10-ie11-edge-15-and-under h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
  }
  #ie10-ie11-edge-15-and-under a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline !important;
  }
}
aside {
  display: none;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  aside {
    display: block !important;
    padding: 40px 0;
  }
}
aside ul.sidebar-menu {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  background: #2f91bf;
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu {
    font-size: 0.95em;
    background: none;
  }
}
aside ul.sidebar-menu li {
  margin: 0;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu li {
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu li.active a {
    font-weight: 700;
    color: #333 !important;
  }
}
aside ul.sidebar-menu li a {
  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu li a {
    padding: 10px 0;
    font-weight: 400;
    color: #777;
  }
}
@media screen and (min-width: 1000px) {
  aside ul.sidebar-menu li a:hover {
    text-decoration: underline;
  }
}
aside .sidebar-text-block {
  padding: 30px 30px 15px 30px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 1000px) {
  aside .sidebar-text-block {
    padding: 30px 0 0 0;
    border: 0;
    border-top: 1px solid #b2b2b2;
    font-size: 0.95em;
  }
}
aside .button, aside input[type=submit] {
  margin: 10px 0 0 0;
}

a.sidebar-toggle {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 60px 20px 30px;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
  background: #2f91bf;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  a.sidebar-toggle {
    display: none;
  }
}
a.sidebar-toggle:after {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 32%;
  font-family: FontAwesome;
  content: "\f078";
  font-weight: 100;
}
@media screen and (min-width: 650px) {
  a.sidebar-toggle:after {
    right: 40px;
  }
}
a.sidebar-toggle.active:after {
  content: "\f077";
}

footer {
  margin-top: 70px;
}
@media screen and (min-width: 1000px) {
  footer {
    margin-top: 120px;
  }
}
footer .footer-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px 10px 30px;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #333 !important;
}
@media screen and (min-width: 1000px) {
  footer .footer-content {
    text-align: right;
  }
}
footer .footer-content ul {
  margin: 0 0 60px 0;
  list-style-type: none;
}
@media screen and (min-width: 1000px) {
  footer .footer-content ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 120px 0;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-content ul li {
    padding-left: 20px;
  }
}
footer .footer-content a {
  display: block;
  padding: 10px 0;
  font-weight: 400;
  color: #333 !important;
}
@media screen and (min-width: 1000px) {
  footer .footer-content a {
    padding: 0;
  }
}
footer .footer-content a:hover {
  color: #777 !important;
}
footer .footer-copy {
  font-size: 0.9em;
}
footer .footer-copy .content p {
  margin: 0;
}
footer .footer-copy #dadra {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  footer .footer-copy #dadra {
    margin-top: 30px;
    font-size: 0.95em;
  }
}
a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  padding: 10px 20px;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: #000;
  border-radius: 5px;
  z-index: 20000;
  transition: none;
}
a.skip:active, a.skip:focus, a.skip:hover {
  top: 60px;
  left: 30%;
}
@media screen and (min-width: 1000px) {
  a.skip:active, a.skip:focus, a.skip:hover {
    top: 0;
    left: 45%;
  }
}

/*  shiftnav toggle bar & menu:
	small-screen fixed header & off-canvas nav, medium-screen off-canvas nav
=========================================================================*/
.shiftnav-wrap {
  margin-top: 0 !important;
}

#shiftnav-toggle-main {
  height: 60px;
  padding: 0 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 0 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content a {
  display: block;
  width: 230px;
  height: 60px;
  margin: 0 0 0 20px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat left center;
  background-size: 230px 10px;
}
@media screen and (min-width: 450px) {
  #shiftnav-toggle-main .shiftnav-main-toggle-content a {
    width: 350px;
    background-size: 350px 15px;
  }
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
  height: 60px;
  padding: 0 20px !important;
  font-size: 1.5em;
  color: #333;
}
#shiftnav-toggle-main .shiftnav-toggle-burger i:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.shiftnav-open .shiftnav-toggle-burger i:before {
  content: "\f00d";
}

#shiftnav-main {
  padding-top: 30px;
}
#shiftnav-main .shiftnav-menu li {
  margin: 0 60px;
}
#shiftnav-main .shiftnav-menu li:last-of-type a {
  border: 0;
}
#shiftnav-main .shiftnav-menu li ul {
  margin-bottom: 5px;
  background: none !important;
}
#shiftnav-main .shiftnav-menu li ul li a {
  padding: 6px 25px 6px 50px !important;
  text-transform: none;
}
#shiftnav-main .shiftnav-menu a {
  padding: 22px 15px !important;
  font-size: 1em !important;
  color: #333 !important;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: none !important;
  border-bottom: 1px solid #e5e5e5;
}
#shiftnav-main .shiftnav-menu a:hover {
  background: #e5e5e5 !important;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation {
  color: #333 !important;
  background: none !important;
}
#shiftnav-main .shiftnav-menu-image {
  margin-bottom: 12px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #e5e5e5;
}
#shiftnav-main .shiftnav-menu-image img {
  display: block;
  width: 120px !important;
}
#shiftnav-main .shiftnav-search {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform {
  background: none !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-input {
  font-size: 1.1em !important;
  font-family: proxima-nova, sans-serif !important;
  border: 0 !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-submit {
  color: #666 !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-submit:hover {
  background: none;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  background: none !important;
}

header {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  header {
    position: fixed !important;
    top: 0;
    left: auto;
    width: 100%;
    height: 100px;
    background: #fff;
    overflow: visible;
    z-index: 1000000 !important;
  }
}
header #header-content {
  position: relative;
  box-sizing: border-box;
  max-width: 1680px;
  height: 100px;
  margin: 0 auto;
}
header #header-content:after {
  content: "";
  display: table;
  clear: both;
}
header #header-content a#logo {
  transition: none;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 350px;
  height: 100px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat left 41px;
  background-size: 350px 15px;
}
@media screen and (min-width: 1200px) {
  header #header-content a#logo {
    width: 435px;
    background-size: 435px 19px;
    background-position: left 37px;
  }
}

nav.ubermenu {
  padding-right: 30px;
}
nav.ubermenu > ul > li > .ubermenu-target {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100px !important;
  padding: 0 10px !important;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  color: #333 !important;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  nav.ubermenu > ul > li > .ubermenu-target {
    padding: 0 13px !important;
  }
}
nav.ubermenu > ul > li > .ubermenu-target:hover {
  color: #777 !important;
}
nav.ubermenu > ul > li > .ubermenu-target:focus {
  outline: none;
}
nav.ubermenu > ul > li.ubermenu-current-menu-item .ubermenu-target-text, nav.ubermenu > ul > li.ubermenu-current-page-ancestor .ubermenu-target-text {
  padding: 10px 20px;
  border: 1px solid #aaa;
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target {
  color: #fff !important;
  background: #3aade2;
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target .ubermenu-sub-indicator {
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li.nav-search {
  margin-right: 15px;
}
nav.ubermenu > ul > li.nav-search .ubermenu-target {
  padding: 28px 25px 0 25px !important;
  font-size: 0.75em;
}
nav.ubermenu > ul > li.nav-search .ubermenu-target:hover {
  cursor: pointer !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu {
  min-width: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block {
  width: 500px;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block .ubermenu-search {
  width: 100% !important;
  padding: 0 0 0 20px !important;
  background: #fff !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form {
  height: auto !important;
  background: none !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-input {
  max-width: none !important;
  padding: 25px 5px !important;
  font-size: 1.5em;
  font-family: proxima-nova, sans-serif !important;
  border: 0 !important;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-submit {
  width: 70px !important;
  font-size: 0.9em;
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-submit:hover {
  color: #666;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 30px !important;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  font-size: 0.8em;
  top: 50% !important;
  right: 16px !important;
  opacity: 0.6;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout {
  border-top: 1px solid #e5e5e5 !important;
  background: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li {
  border-bottom: 1px solid #b2b2b2 !important;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li:last-child {
  border-bottom: 0 !important;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a {
  padding: 20px !important;
  font-family: proxima-nova, sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  color: #333;
  transition: all 0.15s ease;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a:hover {
  color: #fff;
  background: #3aade2 !important;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #333;
}

main {
  position: relative;
  display: block;
  font-size: 1em;
}

.main-content-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 5px 20px 0 20px;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap {
    padding: 5px 40px 0 40px;
  }
}

#headroom {
  display: none;
}
@media screen and (min-width: 1000px) {
  #headroom {
    display: block;
    margin-top: 100px;
  }
}

/*  small screen fixed positioning for wp toolbar on front end
================================================================*/
@media only screen and (max-width: 680px) {
  html #wpadminbar {
    position: absolute !important;
    top: -46px !important;
    z-index: 90000 !important;
  }
}
.alert-bar {
  font-size: 0.95em;
}
.alert-bar .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 20px 2px 20px;
  text-align: center;
}
.alert-bar span {
  display: inline-block;
  margin: 0 10px 5px 0;
  line-height: 1.3em;
}
.alert-bar .button, .alert-bar input[type=submit] {
  margin: 0 0 10px 0;
  padding: 10px 20px 11px 20px;
}
@-moz-document url-prefix() {
  .alert-bar .button, .alert-bar input[type=submit] {
    padding-bottom: 7px !important;
  }
}
.alert-bar.red {
  background: #aaa;
  color: #fff;
}
.alert-bar.red .button, .alert-bar.red input[type=submit] {
  background: rgba(0, 0, 0, 0.3) !important;
}
.alert-bar.red .button:before, .alert-bar.red input[type=submit]:before {
  display: none !important;
}
.alert-bar.red .button:hover, .alert-bar.red input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.alert-bar.ivory {
  color: #333;
  background: #aaa;
}
@media screen and (min-width: 1000px) {
  .alert-bar.ivory {
    border-bottom: 1px solid #aaa;
  }
}
.alert-bar.ivory .button, .alert-bar.ivory input[type=submit] {
  background: #aaa;
}
.alert-bar.pale-blue {
  color: #333;
  background: #aaa;
}
.alert-bar.pale-blue .button, .alert-bar.pale-blue input[type=submit] {
  background: #333;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 30px auto 0 auto;
}
.button-row.buttons-center {
  justify-content: center;
}
.button-row.buttons-center .button, .button-row.buttons-center input[type=submit] {
  margin: 0 10px 20px 10px;
}
.button-row .button, .button-row input[type=submit] {
  margin: 0 20px 20px 0;
}

.button, input[type=submit],
input.button,
input.button[type=submit],
#submit {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px 0;
  padding: 15px 35px;
  text-align: center;
  color: #333 !important;
  font-weight: 400;
  text-decoration: none !important;
  font-family: inherit;
  font-size: 0.85em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #aaa;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  .button, input[type=submit],
  input.button,
  input.button[type=submit],
  #submit {
    padding: 15px 45px;
  }
}
.button:hover, input[type=submit]:hover,
input.button:hover,
input.button[type=submit]:hover,
#submit:hover {
  color: #fff !important;
  background: #000;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 1.1em;
  color: #333;
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid #b2b2b2 !important;
}

textarea {
  max-width: 600px;
}

label {
  margin: 0 0 7px 0;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
}

.post-password-form {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
}
.post-password-form input[type=password] {
  margin-bottom: 10px;
  padding: 15px 10px;
}

.wpforms-container {
  max-width: 800px !important;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .wpforms-container {
    margin: 40px auto;
  }
}

.wpforms-field {
  margin: 0 0 10px 0;
}

.wpforms-field-container input[type=text].wpforms-field-large,
.wpforms-field-container input[type=email].wpforms-field-large,
.wpforms-field-container textarea {
  position: relative;
  display: block;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 15px !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 1.1em !important;
  color: #333 !important;
  background: rgba(255, 255, 255, 0.45) !important;
  border: 1px solid #b2b2b2 !important;
}
.wpforms-field-container textarea {
  max-width: none !important;
}
@media screen and (max-width: 450px) {
  .wpforms-field-container .wpforms-one-half {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
.wpforms-field-container .wpforms-field-textarea {
  clear: both !important;
}
.wpforms-field-container label {
  margin: 0 0 7px 0;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #777;
}
.wpforms-field-container .wpforms-field-checkbox,
.wpforms-field-container .wpforms-field-radio {
  margin-left: 0 !important;
}
.wpforms-field-container .wpforms-field-checkbox ul li,
.wpforms-field-container .wpforms-field-radio ul li {
  margin: 0 0 5px 0;
}
.wpforms-field-container .wpforms-field-checkbox ul li label,
.wpforms-field-container .wpforms-field-radio ul li label {
  font-size: 1em !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
.wpforms-field-container .wpforms-field-number-slider input {
  height: 7px !important;
  margin: 15px 0 10px 0 !important;
  background: #b2b2b2 !important;
  border-radius: 100px !important;
  font-size: 1em !important;
}
.wpforms-field-container .wpforms-field-number-slider .wpforms-field-number-slider-hint {
  text-transform: uppercase !important;
}

.wpforms-container .wpforms-recaptcha-container {
  padding: 20px 0 10px 0 !important;
}

button.wpforms-submit.button {
  margin-top: 10px !important;
}

.wpforms-confirmation-container {
  max-width: 450px !important;
  margin: 30px auto;
  padding: 20px 30px 23px 30px !important;
  text-align: center !important;
  font-weight: 400;
  color: #fff !important;
  background: #666 !important;
  border: 0 !important;
  border-radius: 3px !important;
}
.wpforms-confirmation-container p:last-of-type {
  margin: 0;
}

select .chosen-single,
.chosen-container-single .chosen-single {
  height: 40px !important;
  padding: 8px 15px !important;
  font-size: 1.15em !important;
  font-weight: 400 !important;
  color: #333 !important;
  background: #fff !important;
  border: 1px solid #b2b2b2 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}
select .chosen-single div,
.chosen-container-single .chosen-single div {
  top: 4px !important;
  right: 7px !important;
}
select .chosen-single div b,
.chosen-container-single .chosen-single div b {
  background: none !important;
}
select .chosen-single div b:before,
.chosen-container-single .chosen-single div b:before {
  content: "\f0dd";
  font-family: FontAwesome;
  font-size: 0.9em;
}
select .chosen-drop,
.chosen-container-single .chosen-drop {
  max-width: 410px !important;
  font-size: 1.1em !important;
  border: 0 !important;
}
select .chosen-drop .chosen-search,
.chosen-container-single .chosen-drop .chosen-search {
  background: #fff !important;
}
select .chosen-drop ul.chosen-results,
.chosen-container-single .chosen-drop ul.chosen-results {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 0 0 6px 6px !important;
}
select .chosen-drop ul.chosen-results li,
.chosen-container-single .chosen-drop ul.chosen-results li {
  padding: 7px 15px !important;
}
select .chosen-drop ul.chosen-results li.highlighted, select .chosen-drop ul.chosen-results li:hover,
.chosen-container-single .chosen-drop ul.chosen-results li.highlighted,
.chosen-container-single .chosen-drop ul.chosen-results li:hover {
  background: #3aade2;
}

.img-rows {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .img-rows {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .img-rows {
    margin-bottom: -45px;
  }
}
@media screen and (min-width: 1400px) {
  .img-rows {
    margin-bottom: -60px;
  }
}
.img-rows .img-row {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .img-rows .img-row {
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  .img-rows .img-row .two-up-horiz,
  .img-rows .img-row .two-up-square,
  .img-rows .img-row .two-up-3-8-5-8,
  .img-rows .img-row .two-up-5-8-3-8,
  .img-rows .img-row .three-up {
    display: grid;
    grid-gap: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .img-rows .img-row .two-up-horiz,
  .img-rows .img-row .two-up-square,
  .img-rows .img-row .two-up-3-8-5-8,
  .img-rows .img-row .two-up-5-8-3-8,
  .img-rows .img-row .three-up {
    grid-gap: 0 45px;
  }
}
@media screen and (min-width: 1400px) {
  .img-rows .img-row .two-up-horiz,
  .img-rows .img-row .two-up-square,
  .img-rows .img-row .two-up-3-8-5-8,
  .img-rows .img-row .two-up-5-8-3-8,
  .img-rows .img-row .three-up {
    grid-gap: 0 60px;
  }
}
@media screen and (min-width: 1000px) {
  .img-rows .img-row .two-up-horiz {
    grid-template: auto/1fr 1fr;
  }
  .img-rows .img-row .two-up-square {
    grid-template: auto/1fr 1fr;
  }
  .img-rows .img-row .two-up-3-8-5-8 {
    grid-template: auto/3fr 5fr;
  }
  .img-rows .img-row .two-up-5-8-3-8 {
    grid-template: auto/5fr 3fr;
  }
  .img-rows .img-row .three-up {
    grid-template: auto/1fr 1fr 1fr;
  }
}
.img-rows .img-row img {
  display: block;
  margin: 0 auto;
}
.img-rows .img-row .img-half-horiz,
.img-rows .img-row .img-half-square,
.img-rows .img-row .img-3-8,
.img-rows .img-row .img-5-8,
.img-rows .img-row .img-third {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .img-rows .img-row .img-half-horiz,
  .img-rows .img-row .img-half-square,
  .img-rows .img-row .img-3-8,
  .img-rows .img-row .img-5-8,
  .img-rows .img-row .img-third {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .img-rows .img-row .img-half-horiz,
  .img-rows .img-row .img-half-square,
  .img-rows .img-row .img-3-8,
  .img-rows .img-row .img-5-8,
  .img-rows .img-row .img-third {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .img-rows .img-row .img-half-horiz,
  .img-rows .img-row .img-half-square,
  .img-rows .img-row .img-3-8,
  .img-rows .img-row .img-5-8,
  .img-rows .img-row .img-third {
    margin-bottom: 60px;
  }
}
.img-rows a {
  position: relative;
  display: inline-block;
  color: inherit;
  font-weight: inherit;
}
.img-rows a:hover {
  color: inherit;
}
.img-rows .painting-info {
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 650px) {
  .img-rows .painting-info {
    margin-top: 20px;
  }
}
.img-rows .painting-details {
  max-width: 425px;
  margin: 0 auto;
  line-height: 1.6em;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  .img-rows .painting-details {
    max-width: 75%;
  }
}
.img-rows h3 {
  margin: 0 0 3px 0;
  font-size: 1.1em;
}
.img-rows .sold {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 2px 12px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.9em;
  color: #fff;
  background: #aaa;
}
@media screen and (min-width: 650px) {
  .img-rows .sold {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .img-rows .sold {
    font-weight: 400;
  }
}
@media screen and (min-width: 650px) {
  .img-rows .enlarge-icon {
    position: absolute;
    right: -10px;
    top: -7px;
    display: block;
    width: 21px;
    height: 17px;
    padding: 10px;
    background: url(images/enlarge-icon.png) center center no-repeat;
    background-size: 21px 17px;
    opacity: 0.75;
    transition: all 0.15s ease;
  }
  .img-rows .enlarge-icon:hover {
    opacity: 1;
  }
}

/*  images
==================================================*/
img {
  pointer-events: none;
}

img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption,
.img-link {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.alignleft {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignleft {
    float: left;
    max-width: 50%;
    margin: 5px 30px 10px 0;
  }
}

.alignright {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignright {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 30px;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}

.alignnone {
  display: block;
  margin: 0 0;
}

span.texture-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/img-texture.png);
  z-index: 1;
}

.wp-caption {
  margin-bottom: 25px !important;
}

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

p.wp-caption-text {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.4em;
  color: #333;
}

aside .alignleft,
aside .alignright,
aside .aligncenter,
aside .alignnone,
aside .wp-caption,
aside .img-link {
  margin-bottom: 40px;
}

/*  Lightbox
==================================================*/
#slb_viewer_wrap .slb_theme_slb_baseline {
  top: 60px !important;
}
@media screen and (min-width: 481px) {
  #slb_viewer_wrap .slb_theme_slb_baseline {
    top: 0 !important;
  }
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  padding-bottom: 8px !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  margin-top: 12px;
  font-family: proxima-nova, sans-serif !important;
  font-size: 1.3em !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
  margin-right: 0.5em !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  display: none !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls {
  top: auto !important;
  right: 0 !important;
  bottom: -35px !important;
  z-index: 100000 !important;
}

/*  vids & iframes
==================================================*/
/*video (fitvids plugin)*/
.fluid-width-video-wrapper {
  clear: both;
  margin: 40px 0;
}

.embed-container {
  clear: both;
  position: relative;
  margin: 25px 0;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 650px) {
  .portfolio {
    margin: 0 0 70px 0;
  }
}
.portfolio .content {
  display: grid;
  grid-gap: 40px;
  max-width: 1600px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 650px) {
  .portfolio .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .portfolio .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .portfolio .content {
    grid-gap: 60px;
  }
}
.portfolio .portfolio-card {
  display: block;
  text-align: center;
  color: #333;
}
.portfolio .portfolio-card img {
  display: block;
  margin: 0 0 10px 0;
  transition: all 0.15s ease;
}
.portfolio .portfolio-card h2 {
  margin: 0;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
}

.heads {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .heads {
    padding: 10px 0 50px 0;
  }
}

.text-block {
  max-width: 800px;
  margin: 30px auto;
}
.text-block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .text-block {
    margin: 40px auto;
  }
}
.text-block p:last-child {
  margin-bottom: 0;
}

h1 {
  margin: 0;
  line-height: 1.1em;
  font-size: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 650px) {
  h1 {
    font-size: 2.1em;
  }
}

h2 {
  margin: 10px 0 0 0;
  line-height: 1.4em;
  font-size: 1.05em;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 1.1em;
  }
}

h3, h4 {
  margin: 0 0 20px 0;
  line-height: 1.3em;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 650px) {
  h3, h4 {
    font-size: 1.05em;
  }
}

p {
  margin: 0 0 20px 0;
  line-height: 1.5em;
}

strong {
  font-weight: 700;
}

blockquote {
  margin: 0 0 40px 0;
}
blockquote p {
  margin: 0;
  text-transform: uppercase;
}
blockquote span.quote-attribution {
  display: block;
  margin-top: 10px;
}

a {
  color: #2f91bf;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.15s ease;
}
a:hover {
  color: #3aade2;
}

h1 a, h2 a, h3 a, h4 a {
  font-weight: inherit;
  color: inherit;
}

main ul,
main ol {
  display: table;
  margin: 20px 1.2em 10px 1.2em;
}

main ul li,
main ol li {
  margin: 0 0 10px 0;
  line-height: 1.3em;
}

main ul ul,
main ol ol,
main ul ol,
main ol ul {
  margin: 6px 0 6px 10px;
}

main ul ul li,
main ol ul li {
  list-style-type: square;
}

main ol ol li,
main ul ol li {
  list-style-type: lower-alpha;
}

hr {
  clear: both;
  height: 0 !important;
  margin: 30px 0 !important;
  border-top: 1px solid #333 !important;
  background: #333 !important;
  opacity: 0.3;
}

.page-template-articles .heads h2 {
  margin: 0;
  line-height: 1.1em;
  font-size: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 650px) {
  .page-template-articles .heads h2 {
    font-size: 2.1em;
  }
}
.page-template-articles .articles-grid {
  display: grid;
  grid-gap: 40px;
  justify-items: center;
  max-width: 1400px;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 570px) {
  .page-template-articles .articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .page-template-articles .articles-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-articles .articles-grid {
    grid-gap: 60px 70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-articles .articles-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-articles a.article-card {
  display: block;
  max-width: 500px;
  text-align: center;
  font-weight: 400;
  color: #333;
}
.page-template-articles a.article-card img {
  display: block;
  margin: 0 0 15px 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.page-template-articles a.article-card h3 {
  margin: 0 0 5px 0;
}
.page-template-articles a.article-card span {
  opacity: 0.75;
}

.page-template-bio .main-content {
  display: grid;
  grid-gap: 25px;
}
@media screen and (min-width: 1000px) {
  .page-template-bio .main-content {
    grid-template-columns: 2fr 3fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-bio .main-content {
    grid-gap: 70px;
  }
}
@media screen and (min-width: 1300px) {
  .page-template-bio .main-content {
    grid-gap: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-bio .main-content {
    grid-template-columns: 4fr 7fr;
    grid-gap: 120px;
  }
}
.page-template-bio .bio-img-wrap {
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .page-template-bio .bio-img-wrap {
    margin-top: 6px;
  }
}
.page-template-bio .bio-img-wrap img {
  display: block;
}
.page-template-bio .bio-img-wrap a.bio-img-attribution {
  font-size: 0.65em;
  font-weight: 400 !important;
  color: #777;
}
@media screen and (min-width: 1000px) {
  .page-template-bio .bio-img-wrap a.bio-img-attribution {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-bio .bio-text {
    grid-row-start: 1;
  }
}
.page-template-bio .bio-text h1 {
  margin: 0 0 20px 0;
}
.page-template-bio .bio-text .quotes {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #b2b2b2;
}

.page-template-contact .contact-content {
  max-width: 450px;
  margin: 0 auto;
}
.page-template-contact .contact-info {
  text-align: center;
}

.home .home-slider {
  position: relative !important;
  max-width: 1000px;
  height: 250px !important;
  margin: 0 auto;
  padding: 0 20px;
  overflow: visible !important;
}
@media screen and (min-width: 450px) {
  .home .home-slider {
    height: 310px !important;
  }
}
@media screen and (min-width: 570px) {
  .home .home-slider {
    height: 400px !important;
  }
}
@media screen and (min-width: 650px) {
  .home .home-slider {
    height: 465px !important;
  }
}
@media screen and (min-width: 800px) {
  .home .home-slider {
    height: 580px !important;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-slider {
    height: 700px !important;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  .home .home-slider {
    height: 750px !important;
  }
}
.home .home-slider .home-slide img {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  height: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 450px) {
  .home .home-slider .home-slide img {
    height: 310px;
  }
}
@media screen and (min-width: 570px) {
  .home .home-slider .home-slide img {
    height: 400px;
  }
}
@media screen and (min-width: 650px) {
  .home .home-slider .home-slide img {
    height: 465px;
  }
}
@media screen and (min-width: 800px) {
  .home .home-slider .home-slide img {
    height: 580px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-slider .home-slide img {
    height: 700px;
  }
}
@media screen and (min-width: 1100px) {
  .home .home-slider .home-slide img {
    height: 750px;
  }
}
.home .home-slider .flex-direction-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -70px;
  left: 50%;
  width: 120px;
  height: 40px;
  margin-left: -60px;
}
.home .home-slider .flex-direction-nav li {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.home .home-slider .flex-direction-nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
.home .home-slider .flex-direction-nav a:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.35em;
  display: inline-block;
  color: #333;
  text-shadow: none;
  font-weight: 300;
}
.home .home-slider .flex-direction-nav li.flex-nav-prev {
  margin-right: 40px;
}
.home .home-slider .flex-direction-nav a.flex-prev:before {
  content: "\f053";
}
.home .home-slider .flex-direction-nav a.flex-next:before {
  content: "\f054";
}
.home .home-slider .flex-pauseplay {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -50px;
  left: 50%;
  margin-left: -20px;
}
.home .home-slider .flex-pauseplay a.flex-pause,
.home .home-slider .flex-pauseplay a.flex-play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.home .home-slider .flex-pauseplay a.flex-pause:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f28b";
  letter-spacing: 0.05em;
  font-size: 1.5em;
  color: #333;
  font-weight: 300;
}
.home .home-slider .flex-pauseplay a.flex-play:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f138";
  font-size: 1.5em;
  display: inline-block;
  color: #333;
  text-shadow: none;
  font-weight: 300;
}

/*# sourceMappingURL=style.css.map */