/*
Theme Name: Custom
Author: Thrive web design
Author URI: http://thriveweb.com.au/
*/

/*---------------------------- normalize ----------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #f9ff51;
  color: black;
  text-shadow: none;
}
::selection {
  background: #f9ff51;
  color: black;
  text-shadow: none;
}

a {
  color: #00e;
}
a:visited {
}
a:hover {
  color: #06e;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

/*---------------------------- typography ----------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 125%;
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

body,
textarea,
input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 15px;
  line-height: 140%;

  color: black;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: black;

  cursor: pointer;
  text-decoration: underline;
  outline: none;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #838383;
}

blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  color: gray;
  margin-left: 0;
  padding-left: 40px;
  border-left: dotted 2px silver;
}

/*-- Edit  --*/
.edit_link {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99999;

  background-color: black;
  color: white;

  border: solid 1px black;

  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;

  display: inline-block;
  font-size: 11px;
}

.edit_link span {
  padding-left: 5px;
  margin-right: 5px;
}

.edit_link a {
  color: white;
  background-color: transparent !important;
}

/*---------------------------- helpers ----------------------------*/

.center {
  max-width: 1500px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

header .center {
  max-width: 1450px;
  padding-left: 10px;
  padding-right: 10px;
}

.home .inside_body .center {
  width: 100%;
  max-width: 100%;
}

.clear {
  clear: both;
}

.fright {
  float: right;
}

.taright {
  text-align: right;
}

.tacenter {
  text-align: center;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.colimg_wrap img,
.home_item img,
.studio_item img,
#sponsor_logos img,
.artistfeat img {
  width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.colimg_wrap img,
.home_item img,
.studio_item img,
#sponsor_logos img,
.artistfeat img {
  height: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

/*---------------------------- header and body ----------------------------*/

body {
  background-color: white;
  overflow: hidden;
  position: relative;
}

body.page-template-page-Landing {
  padding-bottom: 0;
}

header {
}

a#logo.black,
a#logo {
  display: block;
  text-align: center;
  margin-top: 0;

  width: auto;
  display: inline-block;

  font-size: 55px;
  line-height: 43px;

  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  color: white;

  display: inline-block;

  /* 	border: solid 6px white; */

  padding: 10px;
  padding-left: 0;
  box-sizing: border-box;

  text-decoration: none;
}

a#logo.black {
  color: black;
  /*     border: solid 6px black; */

  padding: 10px;
  padding-left: 0;
  box-sizing: border-box;
}

.res_header {
  display: none;
}

.inside.logowrap {
  padding-bottom: 60px;
  padding-top: 20px;
}

#head_cont {
  z-index: 600;
  position: relative;
}

a#logo:hover {
  letter-spacing: 2px;
}

#main {
  margin-bottom: 70px;
}

header.inside {
  width: 230px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;

  padding-left: 30px;
  padding-right: 10px;
  box-sizing: border-box;

  margin-top: 145px;
}

.mainleft_wrap {
  float: left;
  width: 100%;
  padding-right: 290px;
  box-sizing: border-box;

  position: relative;

  padding-left: 10px;

  min-height: 900px;
}

.page-template-page-Landing .res_header {
  display: none;
}

.content_padding {
  padding: 0px 10px;
}

/*--- Social IN ---*/

ul#social.in li {
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
}

ul#social.in li a {
  background-color: transparent;
  border: solid 3px black;
  color: black;

  font-size: 18px;

  display: block;

  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
}

ul#social.in li a:hover {
  background-color: black;
  color: white;
}

/*--- Calendar ---*/

.side_calendar {
  margin-top: 30px;
  margin-bottom: 30px;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
}

#wp-calendar td a {
  border-bottom: solid 2px black;
  box-sizing: border-box;
  color: black;
  font-weight: bold;

  text-decoration: none;
}

#wp-calendar td a:hover {
  background-color: black;
  color: white;
}

#wp-calendar caption {
  border: solid 3px black;
  box-sizing: border-box;

  font-weight: bold;

  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 2px 0px;
}

#wp-calendar tfoot tr {
  margin-top: 20px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  border: solid 3px black;
  margin-top: 10px;
  display: block;
  box-sizing: border-box;

  color: black;
  text-transform: uppercase;
}

#wp-calendar #prev.pad a,
#wp-calendar #next.pad a {
  border: none;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  background-color: black;
  color: white;
}

/* ----- Full Size Nav -----*/

nav {
  position: relative;

  z-index: 600;
}

nav ul {
  line-height: 32px;

  z-index: 400;

  margin: 0;
  padding: 0;

  text-align: right;
}

nav ul li {
  line-height: 40px;

  list-style: none;
  position: relative;

  margin: 0;
  padding: 0;

  text-align: right;
}

nav ul li a {
  color: black;

  text-decoration: none;

  font-size: 18px;
  font-weight: bold;

  display: inline-block;
  line-height: 17px;

  text-transform: uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a {
  color: black;
  font-size: 21px;
}

nav ul li.current_page_parent a,
nav ul li.current_page_item a {
  border-right: solid 5px black;
  padding-right: 10px;
}

nav ul li a:hover,
nav ul li.sfHover a {
  text-decoration: none;
  color: black;
  font-size: 21px;
}

/*-- Content --*/

.content_style {
}

.content_style ul {
  margin: 0;
  padding: 0;
}

.content_style,
.content_style p,
.content_style li {
  font-size: 17px;
  line-height: 160%;
  list-style: none;
}

.content_style li {
  margin-left: 0;
  padding-left: 15px;
}

.content_style ul,
.content_style ol {
  margin-left: 20px;
}

.content_style dl {
  background-color: #f5f5f5;
}

.content_style dt {
  color: black;
  padding-bottom: 5px;
  padding-top: 5px;

  clear: left;
  float: left;
  text-align: right;
  width: 27%;
  margin-right: 1em;
}

.content_style dd {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 0;

  clear: right;
  width: 70%;
  padding-left: 30%;
}

/*-- Content --*/

.fcol {
  margin: auto;
  width: 100%;
}

.scol {
  width: 80%;
  margin: auto;

  display: block;
}

.lcol {
  float: left;
  width: 45%;
}

.rcol {
  float: right;
  width: 45%;
}

.contact .lcol {
  float: left;
  width: 45%;
}

.contact .rcol {
  float: right;
  width: 45%;
}

.wcol.image {
  margin-bottom: 80px;
}

/*--- Owl ---*/

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
}
.owl-carousel .owl-item img {
  height: auto;
}
.owl_wrap {
  display: none;
}

.owl_wrap.owl-loaded {
  display: block;
}

/*--- Scroll Bar ---*/

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #f4f4f4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: black;
  -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

/*---------- Page Style ----------*/

/*--- Landing ---*/

.page-template-page-Landing-php header {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
}

.page-template-page-Landing-php header a#logo {
  position: absolute;
  top: 30px;
  left: 30px;

  z-index: 1000;
}

.page-template-page-Landing-php #foot_wrap {
  position: absolute;
  bottom: -120px;
  right: 35px;

  opacity: 0;
}

.page-template-page-Landing-php #foot_wrap.expand {
  bottom: 30px;

  opacity: 1;

  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.page-template-page-Landing-php #foot_wrap a:hover {
  opacity: 0.7;
}

.page-template-page-Landing-php .mainleft_wrap {
  float: none;
  width: 100%;

  padding: 0;

  min-height: auto;
}

.page-template-page-Landing-php .inside {
  display: none;
}

#home-btn {
  position: absolute;
  top: 40px;
  right: 20px;

  width: 40px;

  z-index: 1000;
}

#home-btn a {
  display: block;
}

#arrow_wrap {
  text-align: right;

  width: 30px;
  height: 0;

  position: relative;

  left: -30px;
  top: 9px;
}

#home-btn i {
  color: white;
  font-size: 24px;
  -webkit-animation: moveme 2s ease-in-out infinite;
}

@keyframes moveme {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 100%;
  }
  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes moveme {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 100%;
  }
  100% {
    margin-right: 0;
  }
}

@-moz-keyframes moveme {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 100%;
  }
  100% {
    margin-right: 0;
  }
}

#home-btn img {
  width: 100%;
  height: 100%;
}

circle,
.st0,
.st1,
.st2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.full_page_inner {
  width: 100%;
  height: 100vh;

  /* 	background-image: url(images/walls-bg.gif); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  position: relative;
}

.homefoot ul#social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: white;
  border-radius: 80px;

  display: block;
  text-align: center;
  color: black;
}

.openingtext {
  position: absolute;
  bottom: -120px;
  left: 30px;

  opacity: 0;

  padding: 10px;
  background-color: white;

  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.openingtext h3.program {
  font-size: 17px;
  margin-top: 15px;
}

.openingtext h3.program a {
  text-decoration: none;
}

.openingtext.expand {
  opacity: 1;
  bottom: 30px;
}

.openingtext h3 {
  margin: 0;

  text-transform: uppercase;
  font-size: 22px;
}

/*--- Inside ---*/

/*--- Home ---*/

.inside_body {
  padding-top: 40px;
}

.page-template-page-Landing-php .inside_body {
  padding-top: 0;
}

.home_item {
  float: left;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

.home_item_inner {
  position: relative;
  overflow: hidden;
}

.home_item_inner a {
  display: block;
}

.hov_info {
  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
  width: 100%;
}

.hov_info a {
  display: block;

  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);
}

.hov_info a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.hov_info a h2 {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 60%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);

  display: inline-block;

  text-transform: uppercase;
  text-align: center;

  font-weight: bold;
  color: white;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  margin: 0;
}

.hov_info a h2 span {
  display: block;
}

.hov_info a h2 span.movearrow {
  font-size: 15px;
  line-height: 0;
  opacity: 0;
  height: 0;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hov_info a:hover h2 span.movearrow {
  opacity: 1;
  height: auto;
}

.hov_info a:hover h2 {
  margin-top: -15px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.threecol {
  margin-top: 80px;
  padding-top: 50px;
  border-top: solid 5px black;
}

.threecol .col {
  float: left;

  padding-right: 25px;
  box-sizing: border-box;
}

.threecol .col.one {
  width: 40%;
}

.threecol .col.two {
  width: 40%;
}

.threecol .col.three {
  width: 20%;
}

/*--- About ---*/

.fourbox {
  margin-bottom: 70px;
}

#sponsor_logos {
  margin-top: 40px;
  margin-bottom: 30px;

  max-width: 350px;
}

/*--- Events ---*/
.event-inner {
      display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}
.events article {
  float: left;
  width: 33.3333%;

  padding: 10px;
  box-sizing: border-box;
}

.events article a {
  color: black;
}

.events .event_title {
  margin: 0;

  text-transform: uppercase;
  font-weight: bold;

  font-size: 20px;
  line-height: 28px;

  margin-top: 10px;
  margin-bottom: 10px;
}

.event_dets {
  padding-bottom: 10px;
  margin-bottom: 10px;

  border-bottom: solid 2px black;
}

.eventsingle .event_dets {
  margin: 0;
  padding: 0;
  border: none;
}

.event_dets p {
  margin: 0;
}

.event_dets p span {
  font-weight: bold;
  display: inline-block;
}

.e_rm {
  text-transform: uppercase;
  font-weight: bold;
}

.e_rm i {
  padding-left: 5px;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.e_rm:hover i {
  padding-left: 10px;
}

.eventsingle .event_title {
  text-transform: uppercase;
  margin-top: 60px;

  padding-bottom: 10px;
  margin-bottom: 10px;

  border-bottom: solid 2px black;
}

.eventsingle .event_dets {
  margin-bottom: 50px;
}

.eventsingle #post_nav {
  margin-top: 100px;
}

.side_calendar.res {
  display: none;
}

/*--- Studio ---*/

.studiotop {
  margin-bottom: 50px;
}

.studiotop.scol {
  margin: initial;
  margin-bottom: 50px;
}

.studio_content {
  padding-left: 10px;
}

.studiotop .content_style p {
  font-size: 17px;
  line-height: 160%;
}

.studio_item {
  box-sizing: border-box;
  border-bottom: solid 3px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.studio_item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.studio_image {
  float: left;
  width: 45%;
}

.studio_info {
  float: right;
  width: 50%;
}

/*--- archivework ---*/

.archivework {
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 3px black;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.archivework:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.artistfeat {
  float: left;
  width: 45%;
}

.aa_hov {
  float: right;
  width: 50%;
}

.aa_hov a {
  text-decoration: none;
}

.aa_title {
  text-transform: uppercase;
  font-size: 17px;
}

.navigation.artist {
  padding: 0;

  padding-left: 10px;
  padding-right: 10px;

  margin-top: 50px;

  box-sizing: border-box;
}

.navigation.artist .nav-next,
.navigation.artist .nav-previous {
  display: inline-block;
  width: 50%;

  box-sizing: border-box;
}

.navigation.artist .nav-next a,
.navigation.artist .nav-previous a {
  display: inline-block;

  padding: 10px 25px;

  text-transform: uppercase;

  color: black;
  font-weight: bold;

  font-size: 22px;

  border: 3px solid black;
}

.navigation.artist .nav-next a:hover,
.navigation.artist .nav-previous a:hover {
  color: white;
  background-color: black;
}

.navigation.artist .nav-previous {
  float: left;
}

.navigation.artist .nav-next {
  float: right;
}

/*--- Artist Archive ---*/

.about_title.arch {
  margin-left: 0;
  margin-right: 0;
}

.artist_content {
  margin-top: 80px;
}

.artist_content .artist_title {
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 35px;

  border-bottom: solid 3px black;
}

.as_title {
}

ul#artist_social {
  margin: 0;
  padding: 0;

  margin-top: 50px;
}

ul#artist_social li {
  margin: 0;
  padding: 0;

  list-style: none;

  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

ul#artist_social li a {
  display: block;

  width: 50px;
  height: 50px;

  line-height: 46px;

  color: white;
  background-color: black;
  text-align: center;

  border: solid 3px transparent;
  box-sizing: border-box;

  font-size: 25px;

  border-radius: 100px;
}

ul#artist_social li a:hover {
  background-color: white;
  color: black;
  border: solid 3px black;
}

/*--- Annex ---*/

.about_title,
.annex .annex_title {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: solid 3px black;

  margin: 80px 10px 35px 10px;
}

/*--- program ---*/

.program .scol {
  margin: 0;
  padding-left: 10px;
}

/*--- Contact ---*/

.contact .cont_wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.contact .map_wrap iframe {
  width: 100%;
}

.ninja-forms-cont {
  margin-bottom: 50px;
}

.field-wrap {
  position: relative;
}

.ninja-forms-field-error {
  position: absolute;
  top: 10px;
  right: 10px;

  font-size: 22px;
}

.contact .field-wrap,
#ninja_forms_required_items {
  margin: 0;
}

#ninja_forms_field_4 {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.contact .ninja-forms-form-wrap label {
  font-weight: normal;
  margin-bottom: 5px;
  display: block !important;
}

#ninja_forms_field_5 {
  background-color: black;
  color: white;
  text-transform: uppercase;
  /* max-width: 300px; */
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
}

#ninja_forms_field_4_error {
  top: 40px;
}

/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  background: #fff;
  background-image: url(images/diag.png);
  padding: 10px;
}
.description {
  overflow: hidden;
  margin-bottom: 10px;
}

.description a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.description h3 a {
  padding-top: 0;
}

.border {
  border-top: 1px #e9e9e9 solid;
  margin-bottom: 20px;
}

/*------------------------- blog header ------------------------*/

#blog_head {
  text-align: right;
  padding-bottom: 70px;
  line-height: 45px;
}

.sres {
  font-style: italic;
}

#searchbox {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

#searchbox form {
  width: 100%;
  box-sizing: border-box;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */
}

select {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid;
  border: none;
  color: #000;
  outline: 0;
  padding: 6px;
  font-size: 12px;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

h2.btitle {
  font-size: 22px;
  text-transform: uppercase;
  width: 45%;
  float: left;
  background-color: white;
  color: #125a68;
  text-align: center;
}

/*---------------------------- blog format ----------------------------*/

.blog_feature {
  margin-bottom: 30px;
}

.blog_contwrap {
  margin-bottom: 30px;
}

.blog_contwrap img {
  width: auto;
  max-width: 100%;
  height: auto;
}

article {
  margin-bottom: 40px;
}

article h2 {
  word-wrap: break-word;
  overflow: hidden;
}

article h2 a,
article h2 a:visited {
  text-decoration: none;
  color: black;
  opacity: 0.99;
}

article h2 a:hover {
  opacity: 0.6;
}

.date_box p {
  margin: 0;
  padding: 0;
  text-shadow: none;
  position: relative;
  top: 2px;
}

.date_box {
  background-color: #e9e9e9;

  padding: 10px;
  height: 18px;

  margin-bottom: 20px;
  margin-top: 10px;
}

.date_box a {
  font-style: italic;
}

.search .date_box .stats {
  font-size: 20px;
}

.date_box .stats {
  float: left;
}

.date_box .date {
  float: right;
  text-align: right;
}

#info_box {
  background-color: #8c1016;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

#info_box h2,
#info_box h5 {
  color: white;
  text-shadow: none;
  margin: 5px;
}

/*---------------------------- Blog Dets ----------------------------*/

.dets_wrap {
  float: none;
  width: 100%;
  text-overflow: clip;
}

.dets {
}

.dets h2 {
  text-align: center;
}

.dets ul #perm a {
  background: none;
}

.dets ul a:hover. .dets .edit_link a:hover {
  text-decoration: underline;
}

.dets ul i {
  font-size: 18px;
}

.dets ul i:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.dets ul {
  padding-left: 0;
}

.dets li {
}

.dets li,
.dets .edit_link {
  line-height: 22px;
  list-style: none;
  text-align: center;
}

.dets li.perm a {
  background: none;
}

.dets li a:hover {
  text-decoration: underline;
}

.dets li.perm a:hover {
  background: none;
}

/*---------------------------- paging ----------------------------*/

.navigation {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  font-size: 80%;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}

.nav-previous,
#pn_next {
  float: left;
  text-align: left;
  width: 50%;
}

.nav-next,
#pn_next {
  width: 50%;
  float: right;
  text-align: right;
}

.navigation .nav-previous a,
.navigation .nav-next a,
#pn_next a,
#pn_prev a {
  display: inline-block !important;
  width: auto !important;
  text-decoration: none;
}

/*---------------------------- comments ----------------------------*/

div#comments {
  position: relative;
}

#comments textarea {
  width: 600px;
}

#comments .author {
  float: left;
  font-weight: bold;
  line-height: 30px;
}

#comments .time {
  color: #a5a5a5;
  float: right;
}

#comments em {
  padding-bottom: 15px;
  display: block;
}

#comments #comments_num {
  position: absolute;
  left: -260px;
  top: 0;
  margin: 0;
}

article #comments #comments_num {
  display: none;
}

#comments .commentlist {
  margin: 0;
  padding: 0;
}

#comments .comment {
  padding-bottom: 5px;
  border-top: solid 1px #cfcfcf;
  list-style: none;
  padding-bottom: 5px;
}

#comments #respond {
  margin-top: 20px;
}

#comments input {
  padding: 5px;
}

#comments .avatar {
  margin-right: 10px;
  float: left;
}

#comments .children {
  padding-left: 0;
}

#comments .children li {
  margin-left: 60px;
}

p.author,
p.time {
  margin-bottom: 0;
}

.commentlist li {
}

.commentlist li:before {
  content: " ";
  padding: 0;
}

/*----- Genral Button Styles -----*/

.post-next,
.post-prev {
  padding: 0;
  margin: 0;

  -moz-box-shadow: none;
  -webkit-box-shadow: none;

  border: black solid 3px;
  color: black;
  font-weight: bold;

  text-transform: uppercase;

  font-size: 22px;

  padding: 10px 25px;

  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active {
  color: white;
  background: black !important;
}

/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

#Searchform,
#cat {
  display: inline-block;
  position: relative;

  width: 120px;

  padding-left: 5px;
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;

  background-image: url(images/search.png);
  background-position: 125px 5px;
  background-repeat: no-repeat;

  font-size: 12px;
}

#cat {
  padding-top: 6px;
  padding-bottom: 4px;
  background-image: url(images/drop.png);
  background-repeat: no-repeat;
  background-position: right 11px;

  width: 140px;

  font-size: 12px;
}

/*---------------------------- footer ----------------------------*/

#foot_wrap {
  width: 100%;

  padding-left: 10px;
  box-sizing: border-box;
}

.thrive {
  font-size: 12px;
}

.thrive a {
  font-weight: bold;
  text-decoration: none;
}

ul#social {
  margin: 0;
  padding: 0;

  float: right;
}

ul#social li {
  margin: 0;
  padding: 0;

  list-style: none;
  text-align: left;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

p#copy {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  font-size: 10px;
  padding-top: 40px;
}

p#copy a {
  text-decoration: none;
}

@media screen and (max-width: 1050px) {
  p#copy {
    padding-left: 5px;
  }
}

/*---- G Forms ----*/

.gform_delete {
  max-width: 100%;
  width: auto;
  height: auto;
}

.gform_confirmation_wrapper_2 {
  display: block;
  text-align: center;
  margin-top: 60px;
}

.gform_confirmation_message {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 15px 40px;
  margin: auto;
  text-transform: uppercase;
}

#main .gform_wrapper {
  margin-top: 50px;
}

#main .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 12px;
}

#main .gform_wrapper div.validation_error {
  border: none;
  padding: 20px;
  box-sizing: border-box;
  background-color: #790000;
  color: #ffffff;
}

#main .gform_footer .button {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
}

ul.gform_fields li {
  padding-left: 0;
}

#main .gform_footer {
  padding-left: 20px;
}
#main #gform_wrapper_1 .gform_footer {
  padding-top: 0;
  margin-top: 0;

  padding-left: 0;
  margin-bottom: 40px;
}

#main #gform_wrapper_1 label {
  display: none;
}

#main #gform_wrapper_1 .gform_heading {
  display: none;
}

@media screen and (max-width: 641px) {
  #main .gform_footer {
    padding-left: 0;
  }
}

/*------------------ Forms ---------------------*/

span.wpcf7-form-control-wrap {
  width: 100%;
}

input,
textarea,
select {
  -webkit-transition-property: -webkit-box-shadow, background;
  -webkit-transition-duration: 0.25s;

  padding: 6px;
  padding-left: 10px;
  padding-right: 8px;

  border: none;
  border-radius: 0 !important;

  box-sizing: border-box;
  border: solid 1px black;

  margin-bottom: 10px;

  color: black;
}

input:hover {
}

div.wpcf7 {
  margin-bottom: 30px;
}

.wpcf7 input,
.wpcf7 textarea {
  font-size: 15px;
  line-height: 21px;
}

.wpcf7 p {
  font-size: 26px;
  color: #7f7f7f;
}

.wpcf7 .watermark {
  color: #c3c3c3 !important;
}

.wpcf7 textarea,
.wpcf7-text {
  width: 100%;
}

.wpcf7-checkbox label {
  border-radius: 4px;
  border: 1px solid #dbdbdb;

  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 15px;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

input.checkout-button {
  border-radius: 5px;
}

.wpcf7-submit {
  width: 100%;
  line-height: 50px;
  background-color: black;

  color: white;
  text-align: center;
}

.wpcf7-submit:hover {
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
  color: black !important;
}
::-webkit-input-placeholder {
  color: black !important;
}
:-moz-placeholder {
  color: black !important;
}
::-moz-placeholder {
  color: black !important;
}
:-ms-input-placeholder {
  color: black !important;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form {
}

.wpcf7-form .wpcf7-validation-errors {
  border: none;
  background-color: black;
  margin: 0;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: none;
  color: #fff;
  font-size: 16px;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  border: none;
  background-color: black;
  margin: 0;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: none;
  color: #fff;
  font-size: 16px;
}
.wpcf7-form .wpcf7-mail-sent-ng {
  border: none;
  background-color: black;
  margin: 0;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: none;
  color: #fff;
  font-size: 16px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  border: none;
  background-color: transparent !important;
  color: black !important;
  width: auto !important;
  right: 15px;
  left: auto !important;
  font-size: 24px;
  top: 30% !important;
  position: absolute;
}

.ajax-loader {
  display: none;
}

.wpcf7-form-control-wrap.event {
  margin-right: 5px;
}

/*------------------- Responsive Syling ------------------*/

@media screen and (max-width: 1150px) {
  #main {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1050px) {
  body.page-template-page-Landing {
    padding: 0;
  }

  .inside_body {
    padding: 0;
  }

  .mainleft_wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .about_title,
  .annex .annex_title {
    margin-left: 0;
    margin-right: 0;
  }

  header.inside {
    width: 200px;
    margin-top: 125px;
  }

  .inside.logowrap {
    display: none;
  }

  header.inside {
    display: none;
  }

  .inside.logowrap {
    padding-top: 0;
  }

  .res_header {
    display: block;
  }

  .reshead_inner {
    position: fixed;
    width: 100%;

    z-index: 999;

    top: 0;
    left: 0;

    border-bottom: solid 1px black;

    background-color: white;
  }

  .reshead_inner a#logo.black {
    font-size: 30px;
    padding: 0;
    padding-left: 10px;
  }

  #menu-btn {
    position: absolute;
    right: 10px;
    top: 2px;

    cursor: pointer;

    width: 40px;
    height: 40px;
  }

  .menu-btn_inner {
    position: relative;
    width: 40px;
    height: 40px;
  }

  #menu-btn .square:before,
  #menu-btn .square:after,
  #menu-btn .square {
    width: 40px;
    height: 4px;

    position: absolute;
    display: block;

    background-color: black;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #menu-btn .square:before,
  #menu-btn .square:after {
    content: "";
    position: absolute;
  }

  #menu-btn.fancy .square:before,
  #menu-btn.fancy .square:after {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  #menu-btn .square {
    top: 18px;
  }

  #menu-btn.fancy .square:before {
    top: -10px;
  }

  #menu-btn.fancy .square:after {
    bottom: -10px;
  }

  #menu-btn .square:before {
    top: 0;
  }

  #menu-btn .square:after {
    bottom: 0;
  }

  .res_menu {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 998;

    top: 44px;

    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }

  .res_menu ul {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px black;
  }

  .res_menu ul li {
    margin: 0;
    padding: 0;

    list-style: none;
  }

  .res_menu ul li a {
    text-transform: uppercase;
    padding: 5px 20px;

    line-height: 23px;

    text-decoration: none;

    display: block;
  }

  .res_menu ul li.current_page_item a,
  .current_page_parent a {
    color: black;
    font-size: 21px;
    font-weight: bold;
  }

  .res_menu ul li.current_page_parent a,
  .res_menu ul li.current_page_item a {
    border-left: solid 5px black;
    padding-left: 10px;
  }

  .res_menu ul li a:hover,
  .res_menu ul li.sfHover a {
    text-decoration: none;
    color: black;
    font-size: 21px;

    font-weight: bold;
  }

  .res_menu.fancy {
    top: -400px;
  }

  .swap {
    display: flex;
    flex-flow: column;
  }

  .column.one {
    order: 2;
  }

  .column.two {
    order: 1;
  }

  #main {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .side_calendar.res {
    display: block;
    max-width: 350px;
    margin: auto;
    margin-top: 60px;
  }

  .annex .annex_title {
    margin-top: 0;
  }

  .single article {
    margin-bottom: 60px;
  }

  .about_title.arch {
    margin-left: 0;
    margin-right: 0;
  }

  .studio_content {
    padding: 0;
  }
}

@media screen and (max-width: 800px) {
  /*-- Nav --*/

  #full_nav {
    display: none;
  }

  /*-- Page Layout --*/

  .lcol {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .rcol {
    width: 100%;
  }

  .scol {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .page-template-page-Landing-php #foot_wrap {
    left: 20px;
  }

  .page-template-page-Landing-php #foot_wrap.expand {
    bottom: 10px;
    left: 0px;
  }

  .openingtext {
    max-width: 250px;
  }

  .page-template-page-Landing-php #foot_wrap.expand ul#social {
    float: none;
  }
}

@media screen and (max-width: 750px) {
  .home_item {
    width: 100%;

    padding: 0;
    margin-bottom: 10px;
  }

  .studio_image {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .archivework .aa_hov,
  .archivework .artistfeat,
  .studio_info {
    float: none;
    width: 100%;
  }

  .archivework .aa_hov {
    margin-top: 20px;
  }

  .about .fourbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .events article {
    width: 50%;
  }

  .single-artist-archive .fourbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-annex .fourbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .eventsingle {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }

  .threecol .col.one,
  .threecol .col.two,
  .threecol .col.three {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .threecol .col:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 650px) {
  /*--Contact--*/

  .contact .lcol {
    float: left;
    width: 100%;
  }

  .contact .rcol {
    float: right;
    width: 100%;
  }

  /*--Blog--*/

  .dets_wrap {
    width: 100%;
    float: none;
    border-bottom: solid 1px #ececec;
    margin-bottom: 20px;
  }

  .dets {
    border-right: none;
    padding: 0;
  }

  article .content_wrap {
    width: 100%;
    float: none;
  }

  #blog_head {
    text-align: center;
  }

  /*--- Footer ---*/

  #copy {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .threecol .col {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .threecol .col:last-child {
    margin: 0;
  }

  .aa_hov h3 {
    font-size: 23px;
  }

  .archivework {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .openingtext {
    max-width: 210px;
  }

  .openingtext h3.program,
  .openingtext h3 {
    font-size: 14px;
  }

  .page-template-page-Landing-php #foot_wrap.expand ul#social li {
    margin-right: 0;
  }

  .events article {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .archivework {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 450px) {
  #home-btn {
    top: 24px;
    right: 10px;
    width: 30px;
  }

  #home-btn i {
    font-size: 19px;
  }

  .page-template-page-Landing-php header a#logo {
    top: 10px;
    left: 10px;
    font-size: 35px;
  }

  .page-template-page-Landing-php #foot_wrap {
    left: 5px;
  }

  .page-template-page-Landing-php #foot_wrap.expand {
    left: 5px;
    right: inherit;
  }

  .openingtext {
    left: 20px;
  }

  .openingtext.expand {
    bottom: 35px;
  }
}

@media screen and (max-width: 380px) {
  .openingtext.expand {
    bottom: 70px;
  }

  .page-template-page-Landing-php #foot_wrap.expand {
    bottom: 10px;
    left: 0;
  }
}
