/*
Theme Name: Thick as Thieves
Author: TRC Designs
Version: 1.0.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

@font-face {
  src: url('font/UniNeueLight.eot');
  font-family: 'UniNeueLight';
  src: url('font/UniNeueLight.woff2') format('woff2'), url('font/UniNeueLight.woff') format('woff'), url('font/UniNeueLight.eot?#iefix') format('embedded-opentype'), url('font/UniNeueLight.ttf') format('truetype');
}

body {
  font-family: 'Roboto', sans-serif;
  background: #F5F5F5;
}

body.active {
  position: fixed;
}

a {
  transition: .2s;
  color: #555;
  font-weight: 600;
}
a:hover {
  color: #000;
}

p {
  margin: 15px 0;
  line-height: 2em;
  font-weight: 400;
  font-size: 1em;
  color: #666}

b, strong {
  font-weight: 800;
}

img {
  max-width: 100%;
  height: 100%;
}

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

.more-link {
  text-decoration: none;
}

.transition {
  transition: .2s;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: .65;
}

:-ms-input-placeholder {
  color: #000;
  opacity: .65;
}

::placeholder {
  color: #000;
  opacity: .65;
}

#wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

.darken {
  opacity: 0;
  transition: .5s
}

.darken.active {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  display: block;
  cursor: pointer;
  opacity: 1
}

#header .wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

#header {
  float: left;
  background: #FFF;
  width: 100%;
}

#header .logo {
  float: left;
  width: 300px;
  margin: 25px 0 0 25px;
  display: block;
}

#header .logo.mob {
  display: none;
}

#header .menu {
  float: left;
}

#header .main-menu ul {
  list-style-type: none;
  margin: 25px 0 0;
  text-align: left;
  width: 100%;
  border-top: 1px solid #E0E0E0;
}

#header .main-menu ul li {
  display: inline-block;
  margin-right: 40px;
  padding: 25px 0;
  position: relative;
}

#header .main-menu ul li.current_page_item a,
#header .main-menu ul li.current-menu-item a {
  font-weight: 600;
  color: #000;
}

#header .main-menu ul li:last-of-type {
  margin: 0;
}

#header .main-menu ul li a {
  text-align: left;
  text-decoration: none;
  font-size: .9em;
  font-weight: 500;
  color: #9C9C9C;
  cursor: pointer;
}

#header .main-menu ul li a:hover {
  color: #000;
}

#header .main-menu .sub-menu {
  background: #FFF;
  z-index: 99999;
  display:none;
  padding: 25px;
  margin-top: 21px;
  border-top: 1px solid #F5F5F5;
  position: absolute;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  width: auto;
}

#header .main-menu .sub-menu li {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  white-space: nowrap;
}

#header .main-menu .sub-menu li.current-menu-item.menu-item a {
  color: #000;
  font-weight: 600;
}

#header .main-menu .sub-menu li.menu-item a {
  color: #9C9C9C;
  font-weight: 500;
}

#header .main-menu .sub-menu li.menu-item a:hover {
  color: #000;
}

#header .panel {
  width: calc(100% - 100px);
  left: -100%;
  top: 0;
  z-index: 10;
  background: #FFF;
  transition: left 300ms ease;
  position: fixed;
  overflow-y: auto;
  height: 100%;
}

#header .panel.active {
  left: 0;
}

#header .panel ul {
  list-style-type: none;
  text-align: left;
  margin-top: 30px;
  width: 100%;
  padding: 0;
}

#header .panel ul li a {
  text-align: left;
  height: 50px;
  text-decoration: none;
  margin-left: 3px;
  line-height: 50px;
  font-size: 1.2em;
  font-weight: 400;
  padding: 0 0 0 30px;
  color: #000;
  cursor: pointer;
}

#header .panel ul li ul.sub-menu {
  margin: 0;
  font-size: .9em;
}

#header .panel ul li ul.sub-menu li a {
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  font-weight: 400;
  color: #555;
}

#header .panel ul li.current-menu-item a,
#header .panel ul li ul.sub-menu li.current-menu-item a {
  font-weight: 600;
  color: #000;
}

#header .search-wrap {
  float: right;
  margin: 35px 25px 0 0;
}

#header .search-wrap .icon-search {
  width: 20px;
  cursor: pointer;
}

#header .search-wrap .icon-search:hover {
  opacity: .65;
}

#header .hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-transition: .4s;
  transition: .4s;
  float: right;
  height: 16px
}

#header .hamburger:hover {
  opacity: .65;
}

#header .hamburger-box {
  width: 26px;
  height: 16px;
  display: inline-block;
  position: relative
}

#header .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

#header .hamburger-inner,
#header .hamburger-inner::before,
#header .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

#header .hamburger-inner::before,
#header .hamburger-inner::after {
  content: "";
  display: block
}

#header .hamburger-inner::before {
  top: -10px;
  width: 20px;
  right: 0
}

#header .hamburger-inner::after {
  bottom: -10px
}

#header .hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

#header .hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity .125s .275s ease
}

#header .hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

#header .hamburger--elastic-r.active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: .075s
}

#header .hamburger--elastic-r.active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

#header .hamburger--elastic-r.active .hamburger-inner:after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: .075s
}

.search-field-wrap {
  background: #FFF;
  z-index: 2;
  padding: 15px;
}

#searchform {
  position: relative;
}

#searchform input.search-field {
  background-color: #DCDCDC;
  border: 0;
  border-radius: 3px;
  width: 100%;
  padding: 15px 15px 15px 40px;
  font-size: 0.8em;
  font-weight: 600;
}

#searchform img.icon-search {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: .65;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 10px;
}

#searchform .close {
  float: right;
  margin: auto;
  cursor: pointer;
  right: 15px;
  top: 15px;
  position: absolute;
}

#searchform .close:hover {
  opacity: .65;
}

#searchform .close img {
  width: 15px;
  height: 15px;
}

#container .sidebar {
  float: right;
  width: 300px;
}

#container .sidebar a {
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

#container ul.post,
#container .news-post {
  float: left;
  width: calc(100% - 300px);
  padding-right: 100px;
}

#container ul.post.label {
  padding: 0;
  float: none;
  margin: 0 auto;
}

.search-results #container ul.post li {
  margin-bottom: 15px;
}

#container ul.post li {
  margin-bottom: 50px;
  background: #FFF
}

#container ul.post li .details {
  padding: 25px;
}

#container ul.post li .title {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}

#container ul.post li .date {
  font-size: 0.9em;
  color: #9C9C9C;
}

#container ul.post li .buttons button.view {
  max-width: 350px;
}

#container {
  float: left;
  width: 100%;
}

#container .sidebar li.widget-container {
  margin-bottom: 60px;
}

#container .sidebar li.widget-container ul li {
  margin: 20px 0;
  transition: .2s;
}

#container .sidebar li.widget-container ul li:hover {
  opacity: .65;
}

#container .sidebar li.widget-container .close {
  display: none;
}

body.home #content,
body.single #content {
  overflow: initial;
}

#content {
  overflow: hidden;
}

/* #content .sorting.artists {
  display: none;
} */

#content .heading {
  margin: 10px 0 50px 0;
  text-align: center;
}

#content .heading .heading-wrap {
  display: inline-block;
}

#content .heading h1 {
  font-size: 2em;
  font-weight: 600;
  display: inline-block;
  color: #000;
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
}

#content .heading .alt-heading {
  font-size: 2em;
  font-weight: 600;
  display: inline-block;
  color: #000;
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
}

#content h2 {
  font-weight: 600;
  font-size: 1.8em;
  margin-bottom: 25px;
}

#content h3 {
  font-weight: 600;
  font-size: 1.4em;
  margin-top: 55px;
}

#content h3.artists-title {
  font-size: 3.2em;
  margin: 0 0 25px 0;
}

#content .upcoming-shows {
  padding: 0 15px;
}

#content h3.widget-title {
  margin-top: 0;
  margin-bottom: 25px;
}

#content h6 {
  line-height: 1.4em;
  font-size: .75em;
  color: #666;
}

#content blockquote {
  max-width: 650px;
  border-left: 3px solid #dcdcdc;
  margin: 25px;
  padding: 25px;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 500;
}

body.page-template-about #content blockquote {
  max-width: 650px;
  padding: 45px 0;
  color: #000;
  font-style: italic;
  font-size: 1.8em;
  font-weight: 600;
  border: 0;
  text-align: center;
  margin: 35px auto;
  line-height: 1.4em;
  position: relative;
}

body.page-template-about #content blockquote span {
  font-weight: 500;
  display: block;
  color: #555;
  font-size: .7em;
}

body.page-template-about #content blockquote:before {
  content: open-quote;
  background: url(img/quote.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

body.page-template-about #content blockquote:after {
  content: open-quote;
  background: url(img/quote.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#content .heading .hand  {
  background: url(img/tat-hand.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 60px;
  display: inline-block;
  position: relative;
  top: 25px;
}

#content .row {
  display: flex;
}

#content .column {
  flex: 1;
}

#content .column:first-of-type {
  padding-right: 15px;
}

#content .column:last-of-type {
  padding-left: 15px;
}

#content .flexslider {
  margin-top: 35px;
}

#content ul.feature-links {
  list-style-type: none;
  margin: 35px -1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#content ul.feature-links li {
  flex: 0 0 30%;
  margin: 1rem;
  position: relative;
}

#content ul.feature-links li img {
  object-fit: cover;
  height: 200px;
  box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
  transition: .2s;
  border-radius: 5px;
}

#content ul.feature-links li .caption-wrap {
  bottom: 0;
}

#content ul.feature-links li p.flex-caption span {
  font-size: 1.2em;
  font-weight: 900;
  padding: 5px 15px;
  transition: .2s;
  line-height: 1.4em;
  color: #000;
  background: #FFF;
}

#content ul.feature-links li img:hover {
  opacity: .65;
}

#content ul.feature-links li:hover p.flex-caption span {
  color: #FFF;
  background: #000;
}



#content .description h2 {
  font-size: 1.5em;
}

#content .description h3 {
  font-size: 1.2em;
}

#content .description {
  line-height: 2em;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1em;
  color: #666;
  clear: both;
}

#content .description ul,
#content .description ol {
  margin: 25px 0;
  padding-left: 25px;
}

#content .description ul li {
  list-style: disc;
  font-weight: 500;
  line-height: 2.2em;
}

#content .description ol li {
  list-style: decimal;
  font-weight: 500;
  line-height: 2.2em;
}

#content .details {
  line-height: 1.8em;
  padding: 25px;
}

#content .buttons button {
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  transition: .2s;
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.75em;
  text-transform: uppercase;
  width: 100%;
}

#content .buttons.short button {
  max-width: 350px;
  width: 100%;
}

#content .buttons button:hover {
  background: transparent;
  color: #000;
}

.solid-btn {
  border: 2px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 10px;
  float: left;
  transition: .2s;
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.75em;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
  margin: 25px 0;
}

.solid-btn:hover {
  background: transparent;
  color: #000;
}

#content ul.tiles.events {
  list-style-type: none;
  margin: 0;
  width: calc(100% - -35px);
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}

#content ul.tiles.events .featured {
  order: -1;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 35px);
  margin: 0 0 15px 0;
}

#content ul.tiles.events li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.333333% - 35px);
  position: relative;
  background: #FFF;
  margin-right: 35px;
  margin-bottom: 35px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  margin: 35px 35px 0 0;
}

#content ul.tiles.events .details {
  margin: 0;
}

#content .caption-wrap {
  text-align: center;
  position: absolute;
  display: block;
  bottom: 10%;
  left: 0;
  right: 0;
}

#content h1.flex-caption  {
  font-size: 2.5em;
  font-weight: 900;
  padding: 5px 15px;
  line-height: 1.4em;
  color: #FFF;
  background: #000;
  display: inline-block;
}

#content .excerpt p {
  margin: 0;
}

#content .img-wrap {
  position: relative;
}

#content .img-wrap img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  min-height: 160px;
  object-fit: cover;
  transition: .2s;
}

#content .img-wrap img:hover {
  opacity: .65;
}

body.single #content .img-wrap img:hover {
  opacity: 1;
}

#content ul.tiles.artists .artist-caption-wrap {
  font-size: 1.4em;
  font-weight: 900;
  color: #000;
  transition: .2s;
}

#content ul.tiles.artists .artist-caption-wrap:hover {
  opacity: .65;
}

#content ul.tiles.artists.featured {
  margin-bottom: 45px;
}
ul.artist-social-icons {
  clear: both;
}

ul.artist-social-icons li {
  background: #000;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
}
ul.artist-social-icons li:hover {
  opacity: .65;
}
ul.artist-social-icons img {
  width: 15px;
  height: 15px;
}

#content .img-wrap.single img {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  border-radius: 5px;
}

.error404 .wrap {
  margin: 8em 0;
}

.error404 #content h1 {
  font-weight: 900;
  font-size: 8em;
  text-align: center;
}

.error404 #content p {
  text-align: center;
}

#content ul.tiles.events li .fee {
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  top: 10px;
  right: 10px;
  background: #FFF;
  padding: 5px 12px;
  font-weight: 600;
  border-radius: 3px;
  font-size: 0.8em;
}

#content ul.tiles.events li .details {
  padding: 20px;
}

#content ul.tiles.events li .details .date-wrap {
  float: left;
  margin-right: 15px;
}

#content ul.tiles.events li .details .month {
  text-transform: uppercase;
  font-weight: 900;
}

#content ul.tiles.events li .details .day {
  text-align: left;
  margin-top: -5px;
  font-size: 1.5em;
  letter-spacing: -1px;
  font-weight: 400;
}

#content ul.tiles.events li .details .title {
  font-weight: 500;
  margin-top: 4px;
  font-size: 1em;
  line-height: 1.2em;
  padding-bottom: 5px;
}

#content ul.tiles.events li .details .time {
  font-size: 0.9em;
  opacity: .65;
  margin-top: -8px;
}

#content ul.tiles.events li .img-wrap img {
  border-radius: 5px 5px 0 0;
  margin: 0;
}

#content .buttons {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}

#content .buttons button.view {
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.75em;
  text-transform: uppercase;
  width: 100%;
}

#content .buttons button.view:hover {
  border-color: #9C9C9C;
  color: #9C9C9C;
}

#content .image-wrap {
  position: relative;
}

#content .image-wrap .play-btn {
  position: absolute;
  background: url(img/arrow.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.5);
  background-position: 50%;
  width: 80px;
  height: 80px;
  z-index: 5;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#content .category-wrap {
  text-align: center;
  margin: 35px 0 0 0;
}

#content ul.category {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  padding: 0 15px;
  text-align: center;
}

#content ul.category li {
  display: inline-block;
  margin-right: 25px;
  height: 50px;
}

#content ul.category li:last-of-type {
  margin-right: 0;
}

#content ul.category li a {
  color: #9C9C9C;
  border-bottom: 3px solid #dCdCdC;
  padding-bottom: 10px;
  text-decoration: none;
  font-weight: 400;
}

#content ul.category li a:hover {
  color: #444;
}

#content ul.category li a.active {
  color: #000;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  font-weight: 600;
}

#content h3.ul-heading {
  width: 100%;
  text-align: center;
}

#content h3.text-left {
  text-align: left;
}

#content h3.ul-heading span  {
  color: #000;
  font-size: .9em;
  border-bottom: 3px solid #000;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

#content ul.tiles {
  list-style-type: none;
  margin: 25px -1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#content ul.tiles li {
  flex: 1 0 31%;
  margin: 5px 1rem;
  position: relative;
  background: #FFF;
  border-radius: 5px;
}

#content ul.tiles li a {
  text-decoration: none;
  font-weight: 400;
}

#content .contact-form {
  max-width: 600px;
  margin-top: 35px;
  margin: 0 auto;
}

#content .contact-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  font-weight: 500;
  font-size: .8em;
}

#content .contact-form input,
#content .contact-form textarea {
  background-color: #DCDCDC;
  border: 0;
  border-radius: 3px;
  width: 100%;
  padding: 15px;
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 15px;
}

#content .contact-form textarea {
  min-height: 150px;
  resize: vertical;
  max-height: 350px;
  height: 150px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: .9em;
  margin: 0;
}

#content .contact-form input[type="submit"] {
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  transition: .2s;
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.75em;
  text-transform: uppercase;
  width: 100%;
}

#content .contact-form input[type="submit"]:hover {
  opacity: .65;
}

#content ul.tiles.artists,
.page-template-about #content ul.tiles {
  width: 100%;
  margin: 0;
}

#content ul.tiles.artists li,
.page-template-about #content ul.tiles li {
  flex: 0 0 23%;
  align-self: center;
  background: none;
  display: inline-flex;
}

#content ul.tiles.artists.featured li {
  flex: 0 0 19%;
  display: inline-flex;
  margin: 0 0 1rem 0;
}

#content ul.tiles.artists li .image-wrap img {
  height: 100%;
  display: block;
  border-radius: 5px;
  transition: .2s;
  max-width: 100%;
}
.page-template-about #content ul.tiles li .image-wrap img {
  height: auto;
  display: block;
  border-radius: 5px;
  transition: .2s;
  max-width: 100%;
}
#content ul.tiles.artists li:hover .image-wrap img {
  opacity: .65;
}

#content ul.tiles.artists li:hover .image-wrap p.caption span {
  color: #FFF;
  background: #000;
}

#content ul.tiles.artists li .image-wrap .caption-wrap,
#content .img-wrap .caption-wrap,
.page-template-about #content ul.tiles li .image-wrap .caption-wrap,
.single-label #content .caption-wrap {
  text-align: center;
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
}

#content ul.tiles.artists li .image-wrap p.caption span,
#content .img-wrap p.caption span,
.page-template-about #content ul.tiles li .image-wrap p.caption span,
.single-label #content p.caption span {
  font-size: 1.2em;
  font-weight: 900;
  padding: 5px 15px;
  line-height: 1.4em;
  color: #000;
  background: #FFF;
}

#content ul.tiles li .img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  min-height: 160px;
  object-fit: cover;
  transition: .2s;
}

#content ul.tiles li .img:hover {
  opacity: .65;
}

#content ul.tiles li .date {
  font-size: 0.9em;
  color: #9C9C9C;
}

#content ul.tiles li .title {
  font-size: 1.2em;
  font-weight: 600;
}

.fx-scale {
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(.6) translate(0, -100%);
  margin-top: -75px;
}
.fx-scale.active {
  -webkit-transform: scale3d(5, 5, 5);
  transform: scale(1) translate(0);
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#footer {
  float: left;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
}

header ul.social {
  margin-top: 33px;
  margin-right: 15px;
}

ul.social {
  float: right;
}

ul.social li {
  background: #000;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
}

ul.social a:last-of-type li {
  margin-right: 0;
}

 ul.social li:hover {
  opacity: .65;
}

ul.social img {
  width: 15px;
  height: 15px;
}

#footer .copyright {
  float: left;
  color: #666;
  padding-left: 10px;
  margin-right: 15px;
  margin-top: 15px;
  width: 100%;
  font-size: 0.9em;
}

#content #mc_embed_signup {
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
}

#content #mc_embed_signup .clear {
  margin-top: 25px;
  text-align: center;
}

#content #mc_embed_signup .fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

#content #mc_embed_signup .fields input {
  background-color: #DCDCDC;
  border: 0;
  border-radius: 3px;
  padding: 14px;
  width: 100%;
  font-size: 0.8em;
  font-weight: 600;
}

#content #mc_embed_signup .fields label {
  display: block;
  padding-bottom: 5px;
  font-size: .9em;
  font-weight: 500;
}

#content #mc_embed_signup .indicates-required {
  font-weight: 500;
  font-size: .9em;
}

#content #mc_embed_signup .button {
  float: none;
  border-radius: 3px;
  margin: 0;
}
.pagination {
  display: block;
  margin-top: 35px;
}
.pagination .page-numbers {
  background: #DCDCDC;
  text-decoration: none;
  border-radius: 3px;
  padding: 4px 8px;
  color: #444;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  margin: 0 2px;
  font-size: .9rem;
}

.pagination .page-numbers:hover {
  background: #9c9c9c;
  color: #FFF;
}

.pagination .page-numbers.current {
  background: #000;
  color: #FFF;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  background: none;
  font-weight: 500;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.pagination a.next.page-numbers:hover,
.pagination a.prev.page-numbers:hover {
  color: #949494;
}

.pagination .next.page-numbers {
  margin-left: 8px;
}

.pagination .prev.page-numbers {
  margin-right: 8px;
}

.pagination .next.page-numbers img,
.pagination .prev.page-numbers img {
  width: 10px;
}
.pagination .next.page-numbers img {
  transform: rotate(180deg);
}

.search-results .header {
  margin-top: 35px;
}

.search-results #container ul.post {
  float: none;
  padding: 0;
  margin: 0 auto;
}

#footer #mc_embed_signup {
  padding-left: 10px
}

#footer #mc_embed_signup .clear {
  display: inline-block
}

#footer #mc_embed_signup .email {
  background-color: #DCDCDC;
  border: 0;
  border-radius: 3px;
  padding: 14px;
  font-size: 0.8em;
  font-weight: 600;
}

#footer #mc_embed_signup .button {
  float: none;
  border-radius: 3px;
  margin: 0 0 0 5px;
}

@media screen and (max-width:1220px) {
  #content ul.tiles.artists li,
  .page-template-about #content ul.tiles li {
    flex: 0 0 24%;
  }
}
@media screen and (max-width:1024px) {
  #wrapper {
    padding: 0 15px;
  }
  #container ul.post.label {
    width: 100%;
  }
  #content ul.tiles.artists li,
  .page-template-about #content ul.tiles li {
    flex: 0 0 32%;
  }
  #content ul.feature-links {
    width: 100%;
  }
  #content #mc_embed_signup .fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 860px) {
  #header .logo.mob {
    display: block;
    width: 125px;
    margin: 25px 0 25px 15px;
  }
  #header .hamburger {
    display: block;
    padding: 40px 15px 40px 0;
  }
  #header .logo {
    display: none;
  }
  #header .search-wrap {
    float: right;
    margin: 35px 25px 0 0;
  }
  #header .search-wrap .icon-search {
    width: 20px;
  }
  #header .main-menu {
    display: none;
  }
  body.single-artists #content .column:first-of-type {
    order: 0;
    padding: 0
  }
  body.single-artists #content .column:last-of-type,
  body.page-template-about #content .column:last-of-type {
    background: none;
  }
  #content .caption-wrap {
    bottom: 15px;
  }
  #content .caption-wrap p.caption {
    margin: 0;
  }
  #wrapper {
    padding: 0 10px;
  }
  #content ul.tiles.events,
  #content ul.tiles {
    width: 100%;
  }
  #content ul.tiles.events li {
    flex: 0 0 100%;
    margin: 25px 0;
  }
  #content ul.tiles.events .featured {
    flex-basis: 100%;
  }
  #content p.caption span {
    font-size: .9em;
  }
  #content ul.tiles.events p.caption span {
    font-size: 1.5em;
}
  #content ul.feature-links li {
    flex: 0 0 100%;
  }
  #content ul.feature-links li img {
    height: auto
  }
  #content h3.artists-title {
    margin: 25px 0 25px 0;
  }
  #content .heading {
    margin: 0px 0 25px 0;
  }
  #content .heading h1 {
    font-size: 1.8em;
  }
  #content .heading .hand  {
    background-size: 25px;
    top: 30px;
  }
  #content .row {
    flex-direction: column;
  }
  #content .column:first-of-type {
    padding: 0 10px;
    order: 1;
  }
  #content .column:last-of-type {
    padding-bottom: 25px;
  }
  #content h2 {
    margin-top: 25px;
  }
  #content h3 {
    margin: 35px 0 15px 0;
  }
  #content ul.tiles li {
    flex: 1 0 100%;
    background: #FFF;
  }
  #content ul.tiles li .details {
    padding: 10px;
  }
  #content ul.tiles li img {
    border-radius: 5px 5px 0 0;
  }
  #content .img-wrap.single img {
    border-radius: 5px;
  }
  #content .img-wrap img {
    margin-top: 25px;
  }
  #content .post.label .img-wrap img {
    margin-top: 0;
  }
  #content ul.category li {
    margin-right: 15px;
  }
  #content ul.tiles li .img {
    border-radius: 5px 5px 0 0;
  }
  #container .sidebar {
    display: none;
  }
  #container ul.post,
  #container .news-post {
    float: left;
    width: 100%;
    padding: 0;
  }
  #content ul.tiles.artists,
  .page-template-about #content ul.tiles {
    width: 100%;
  }
  #content ul.tiles.artists.featured li,
  .page-template-about #content ul.tiles li {
    flex: 0 0 49%;
    display: inline-flex;
    margin: 0 0 8px 0;
  }
  #content ul.tiles.artists li {
    background: none;
    flex: 1 0 42%;
    margin: 5px .5rem;
  }
  #content ul.tiles.artists .artist-caption-wrap,
  #content .caption-wrap h1.flex-caption {
    font-size: 1.2em;
  }
  #content ul.tiles.artists li .image-wrap p.caption,
  .page-template-about #content ul.tiles li .image-wrap p.caption {
    margin: 5px 0;
  }
  #content ul.tiles.artists li .image-wrap p.caption span,
  .page-template-about #content ul.tiles li .image-wrap p.caption span {
    font-size: 1em;
    padding: 5px;
  }
  .error404 .wrap {
    margin: 5em 0;
  }
  #header ul.social {
    float: right;
  }
  ul.social {
    float: none;
    text-align: center;
  }
  #footer .copyright {
    float: none;
    margin: 15px 0;
    text-align: center;
  }
  #footer #mc_embed_signup {
    text-align: center;
    margin: 20px 0 0;
    padding: 0;
  }
  #footer #mc_embed_signup .email {
    margin-bottom: 10px;
    min-width: 250px;
  }
  .iframe-container iframe {
    width: 100%;
  }
  #content #mc_embed_signup .fields {
   grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 520px) {
  #header ul.social {
    margin-top: -15px;
    padding: 0 0 10px 10px;
    float: right;
    clear: both;
  }
  #header ul.social li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
}
  #header ul.social img {
    width: 10px;
    height: 10px;
  }
  #content #mc_embed_signup .fields .mc-field-group,
  #content #mc_embed_signup .fields input  {
    width: 100%;
  }
}

div[id^=arep-form-container] h1 { display: none; }
body.page-template-tours div[id^=arep-form-container] form,
body.page-template-agency div[id^=arep-form-container] form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap:15px;
	max-width: unset;
}

div[id^=arep-form-container] label {
	padding-bottom:5px;
	font-size: .9em;
	font-weight:500;
}
div[id^=arep-form-container] input,
div[id^=arep-form-container] select {
	background-color: #DCDCDC;
    border: 0;
    border-radius: 3px;
    padding: 14px;
    width: 100%;
    font-size: 0.8em;
    font-weight: 600;
}
div[id^=arep-form-container] input[id^=arep-submit] {
	grid-column-end: 3;
    border: 2px solid #000;
    text-decoration: none;
    padding: 10px 20px;
    transition: .2s;
    background: #000;
    color: #FFF;
    cursor: pointer;
    font-weight: 800;
    font-size: 0.75em;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
}
