/*
Theme Name: higherpictures
Theme URI: https://higherpictures.com;
Author: The Rare Studio
Author URI: http://therarestudio.com;
Description: The Higher Pictures wordpress theme is built off of Underscores.me and Twitter Bootstrap. It also uses a custom FileMaker Pro plugin which is used to load all of the gallery images for each artist and exhibition.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: higherpictures
Domain Path: /languages/
Tags:

higherpictures is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
a img {
  border: 0;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

/* Links */
a {
  color: #585858;
}
a:visited {
  color: #585858;
}
a:hover,
a:focus,
a:active {
  color: #585858;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

select {
  margin-bottom: 20px;
}

p {
  margin: 0 0 15px 0;
  line-height: 23px;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

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

.semi-bold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
}

.site-footer:before,
.site-footer:after {
  /* 	content: ''; */
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Menu
----------------------------------------------- */
.main-navigation {
  /*border-left: 1px solid #000;*/
  border-left: none;
  font-size: 1.2em;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-right: 45px;
  line-height: 30px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
  color: #333;
}

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
  height: 30px;
  line-height: 30px;
}

/* =Content
----------------------------------------------- */

.container {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  max-width: 1170px;
  margin: 30px auto 0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1;
}

.site-title a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.17em;
  color: #000 !important;
  display: block;
  text-align: center;
}
.darkgrey {
  letter-spacing: 5pt;
}

.site-header {
  height: 125px;
}

.page-title {
  margin-bottom: 35px;
}

h2 {
  font-size: 1.1em;
}

.artist-list li {
  margin: 0 0 3px 0;
}

.artist-list li a div.artist-thumb {
  visibility: hidden;
  display: block;
  position: absolute;
  left: 295px; /**position same as default image layer above**/
  top: 0; /**position same as default image layer above**/
}

.artist-list li a div.artist-thumb img {
  float: left;
  display: block;
  margin-bottom: 5px;
}

.artist-list li a div.artist-thumb h6 {
  float: left;
  display: block;
}

.artist-list li a:hover div.artist-thumb,
.artist-list li a:active div.artist-thumb,
.artist-list li a:focus div.artist-thumb {
  visibility: visible;
}

.small {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.simple-title {
  line-height: 23px;
}

.simple-bio {
  margin-top: 1em;
}

.simple-title-news-artist {
  font-weight: 400;
  margin-top: 4px;
}

.main-title {
  margin-bottom: 35px;
}

.simple-title-date {
  line-height: 20px;
  margin-top: 20px;
}

.chosen-container {
  margin-bottom: 20px;
}

.publisher-image {
  max-height: 40px;
  margin-bottom: 5px;
}

.carousel-inner,
.slide {
  /*height: 100%;*/
  /*min-height: 700px;*/
  overflow: hidden;
  height: 1%;
}

#news-year-dropdown,
#news-publisher-dropdown,
#news-artist-dropdown,
#news-exhibition-dropdown {
  width: 100%;
}

.exhibition-item,
.news-item {
  display: inline-block;
  height: 250px;
  margin: 0 0 50px 0;
}

.exhibition-filter {
  display: block;
  cursor: pointer;
  font-size: 16px;
}

.exhibition-thumb {
  text-align: center;
}

.exhibition-thumb > img {
  float: none;
  margin: 0 auto;
}

.entry-header {
  min-height: 200px;
  margin-bottom: 50px;
}

.main-header {
  margin-bottom: 25px;
}

.press-link {
  display: block;
  height: 15px;
  margin-top: 20px;
  font-weight: 300;
}

.wp-post-image {
  float: right;
}

.post-image-container {
  min-width: 220px;
  min-height: 220px;
  margin-bottom: 25px;
}

.gallery-item .imagemeta {
  display: none;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.site-main {
  margin-bottom: 20px;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Footer 
----------------------------------------------- */

.footer {
  margin: 60px 0px 30px;
  max-width: 1170px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
}

.footer-item {
  line-height: 1.2em;
}

.footer-menu {
  line-height: 1.5em;
}
.footer-social {
  width: 25%;
}

.social-footer-icons {
  width: 25%;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
}

.mailing-list-field {
  margin-right: 10px;
  width: 60%;
  border: 1px solid #585858;
  color: #585858;
  font-weight: 300;
  padding: 5px;
}

/* Contact Form 
----------------------------------------------- */
.grecaptcha-badge {
  opacity: 0;
}

.wpcf7-form input {
  border: 1px solid #585858;
  color: #585858;
  font-weight: 300;
  padding: 5px 8px;
}

.wpcf7-form input:focus {
  font-weight: 300;
  padding: 5px 8px;
  box-shadow: 0 0 5px #585858;
}

.wpcf7-textarea {
  border: 1px solid #585858;
  color: #191919;
  font-weight: 300;
  padding: 5px 8px;
}

.wpcf7-textarea:focus {
  border: 1px solid #585858;
  color: #191919;
  font-weight: 300;
  padding: 5px 8px;
  box-shadow: 0 0 5px #585858;
}

/* Contact Form */

.contact-form input:focus,
textarea:focus {
  box-shadow: 0 0 5px #585858;
  outline: none;
}

.contact-form input {
  border: 1px solid #585858;
  color: #585858;
  font-weight: 300;
  padding: 5px 8px;
  width: 100%;
}

.contact-form textarea {
  border: 1px solid #585858;
  color: #585858;
  font-weight: 300;
  padding: 5px 8px;
  width: 100%;
}

#ctct-opt-in{
  width: 5%;
}

/*  Mailing List */

.mailing-list {
  display: flex;
}

.mailing-list input {
  border: 1px solid #585858;
  color: #585858;
  font-weight: 300;
  padding: 5px 8px;
  margin-right: 10px;
}

.mailing-list input:focus {
  box-shadow: 0 0 5px #585858;
  outline: none;
}

.ctct-disclosure,
.ctct-button {
  display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}

.menu-main-container {
  background-color: #fff;
}

.toggled {
  -moz-box-shadow: 0px 3px 10px 10px #ccc;
  -webkit-box-shadow: 0px 3px 10px 10px #ccc;
  box-shadow: 0px 3px 10px 10px #ccc;
}
@media screen and (max-width: 480px) {
  .gallery-item {
    margin: 0 0 40px 0 !important;
    padding: 0 20px 0 0 !important;
    /*line-height: 12em !important;
		height: 8em !important;*/
  }
  .entry-header {
    min-height: 0px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 1.5em;
  }

  .site-footer {
    display: inline;
    margin: 60px 0px 30px;
    max-width: 100%;
  }

  .footer-social {
    width: 100%;
  }

  .social-footer-icons img {
    margin: 2em 0 0;
    width: 70%;
    display: inline;
  }

  .mailing-list-field {
    margin-right: 10px;
    width: 60%;
    border: 1px solid #585858;
    color: #585858;
    font-weight: 300;
    padding: 5px;
  }

  /* Contact Form 
----------------------------------------------- */

  .wpcf7-form input {
    border: 1px solid #585858;
    color: #585858;
    font-weight: 300;
    padding: 5px 8px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .gallery-item {
    margin: 0 0 40px 0 !important;
    padding: 0 20px 0 0 !important;
    /*line-height: 12em !important;
		height: 8em !important;*/
  }

  .entry-header {
    width: 15%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-item {
    margin: 0 0 40px 0 !important;
    padding: 0 20px 0 0 !important;
    line-height: 12em !important;
    height: 12em !important;
  }
}

@media screen and (max-width: 768px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    border-left: none;
  }

  .main-navigation {
    border-left: none;
    z-index: 100;
  }

  .main-navigation ul {
    display: none;
  }

  .nav-menu li {
    float: none;
  }

  .menu-main-container {
    background-color: #fff;
  }

  .gallery-item {
    margin: 0 0 40px 0 !important;
    padding: 0 20px 0 0 !important;
    line-height: 12em;
    height: 12em;
  }
}

@media screen and (max-width: 992px) {
  .main-navigation {
    border-left: none;
    z-index: 100;
  }

  .gallery-item {
    margin: 0 0 40px 0 !important;
    padding: 0 20px 0 0 !important;
    line-height: 12em;
    height: 12em;
  }
}

#tooltip {
  font-family: "Source Sans Pro", sans-serif;
  position: absolute;
  z-index: 3000;
  border: none;
  background-color: #fff;
  padding: 5px;
  opacity: 0.85;
}

.cc_email_address input {
  padding: 6px 12px;
  height: 30px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.cc_Go input {
  padding: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.gallery-item {
  margin: 0 0 40px 0 !important;
  padding: 0 20px 0 0 !important;
  /*! line-height: 17em; */
  /*! height: 17em; */
  overflow: hidden;
}

.gallery-icon {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.gallery-icon a {
  line-height: 17em;
}

.gallery img {
  border: none !important;
  max-height: 100%;
  width: auto;
}

div#cc_form_1 .cc_success {
  margin: 0 !important;
  color: #808080 !important;
  padding: 0;
  font-family: "Source Sans Pro", serif;
}

ul.wsp-hp_artistss-list,
ul.wsp-hp_exhibitionss-list,
ul.wsp-hp_newss-list {
  margin-bottom: 20px;
}

ul.wsp-hp_artistss-list > li,
ul.wsp-hp_exhibitionss-list > li,
ul.wsp-hp_newss-list > li {
  margin-bottom: 5px;
}

h2.wsp-hp_artistss-list,
h2.wsp-hp_exhibitionss-list,
h2.wsp-hp_newss-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.lb-close {
  display: none;
}

.lb-prev {
  display: none;
}

.lb-next {
  display: none;
}

#lightbox-container-image-data-box {
  background-color: none !important;
}
#lightbox-container-image-box {
  background-color: none !important;
}
