/*--------------------------------------------------
* More Art Theme
* Created by Justin Elm
*--------------------------------------------------*/

/* GLOBAL */
*, *::after, *::before {
    box-sizing: inherit;
}

body, html, #wrapper, #container {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height:1.5em;
}

strong {
  font-style: normal;
  font-weight: 700; 
}

em {
  font-style: italic; 
}
h1, h2, h3, h4, h5, h6 {
  line-height:1.21;
  margin: 1.8em 0 .2em 0;
}
h1 {
  font-size: 36px; 
}

h2 {
  font-size: 30px; 
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px; 
  margin-top: .2em;
}

h5 {
  font-size: 12px; 
}

h6 {
  font-size: 8px; 
}

hr {
  border-top:1px dotted;
}

p { 
  font-color: black;
  opacity: 1;
  padding: 0 0 8px;
}
.rsUni .rsBullets {
  overflow: visible;
  top:10px;
  line-height:0; 
}

section.horizontal-bar {
  background-color: #231f20; 
  padding: 5px 40px 22px;
}
.call-out {
  width:1000px;
    margin-left:auto;
    margin-right:auto;
}

aside#sidebar {
  background-color: rgb(225, 225, 225);
  border-bottom: 5px solid #231f20; 
}


div.caption, 
div.product-desc, 
div.employee-desc, 
div.resources-video > h4 {
  background: rgba(51, 51, 51, .5);
}


hgroup {
  text-align: right;
  padding-top: 8px;
  margin-right: 25px;
}

hgroup > ul > li {
  display: inline; 
  color: #FFFFFF;
}
hgroup > ul > li > a {
  color: rgba(255, 255, 255, 0.701961);
  text-decoration:none;
}
hgroup > ul > li > a > img  {
  opacity:0.7;  
}
hgroup > ul > li > a:hover > img {
  opacity:1.0;  
}
hgroup > ul > li > a:active {
  color:#FFFFFF;  
}
hgroup > ul > li > a:hover {
  color:#FFFFFF;
  opacity:1.0;  
}
hgroup > ul > li > a:visited {
  color:#FFFFFF;  
}
img.social {
  height: 20px;
  width: 20px; 
  vertical-align: middle;
}
img.align-center{
  width: 100%;
}

.video-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    margin-bottom:8px;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.entry-content img {
   /*  width:100%;   */
  max-width:100%;
    height:auto;
  }
.horizontal-bar-wrapper {
  max-width: 62em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999;
}

/* SIDEBAR */
.widget-area ul.xoxo {
  list-style:none;
}

/* NAVIGATION */

@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*Bourbon Refills.io navigation */
header.navigation {
  background-color: #202020;
  border-bottom: none;
  min-height: 60px;
  width: 100%;
  z-index: 999; }
  header.navigation .navigation-wrapper {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  header.navigation .logo {
    float: left;
    max-height: 60px;
    padding-left: 1em;
    padding-right: 2em; }
    header.navigation .logo img {
      max-height: 60px;
      padding: 0.8em 0; }
  header.navigation .navigation-menu-button {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    float: right;
    line-height: 60px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 53.75em) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: white; }
  header.navigation nav {
    float: none;
    min-height: 60px;
    z-index: 9999999; }
    @media screen and (min-width: 53.75em) {
      header.navigation nav {
        float: left; } }
  header.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    background: #202020;
    display: block;
    line-height: 40px;
    overflow: hidden;
    padding: 0.8em 0;
    text-align: left;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 60px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      text-decoration: none; }
      @media screen and (min-width: 53.75em) {
        header.navigation ul li.nav-link a {
          padding-right: 1.8em; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        color: white; }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 53.75em) {
      header.navigation li.more.nav-link {
        padding-right: 1em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a:after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      content: '\25BE';
      color: rgba(255, 255, 255, 0.7); }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 53.75em) {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a:after {
        content: '›';
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 53.75em) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
/*        top: 1.5em; */
          top: 40px;
      } }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 53.75em) {
        header.navigation ul.submenu li {
          line-height: 46.1538461538px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #181818;
        display: inline-block;
        text-align: left;
        width: 100%; }
        @media screen and (min-width: 53.75em) {
          header.navigation ul.submenu li a {
            background-color: #202020;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }
  header.navigation .navigation-tools {
    background: #505050;
    clear: both;
    display: block;
    height: 60px; }
    @media screen and (min-width: 53.75em) {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #2d2d2d;
        border-radius: 6px;
        border: 1px solid #131313;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media screen and (min-width: 53.75em) {
          header.navigation .search-bar form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar form button[type=submit] {
        background: #2d2d2d;
        border: none;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media screen and (min-width: 53.75em) {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block; } }

/* Bourbon refills scroll-to-top */
.scroll-on-page {
  display: inline-block; }
  .scroll-on-page a {
    color: #000000;
    text-decoration: none !important; }
.scroll-on-page a h2, .scroll-on-page a:hover h2, .scroll-on-page a:visited h2 {
    color: #000000;
    text-decoration:none !important;
    margin:0px;
}
  @media screen and (min-width: 53.75em) {
    .scroll-on-page aside {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-top: 66px; }
      .scroll-on-page aside:last-child {
        margin-right: 0; } }
  .scroll-on-page .scroll-on-page-link {
    border-bottom: 1px solid rgba(75, 147, 222, 0.2);
    display: block;
    margin-right: 1.5em;
    outline: none;
    padding: 0.75em 0; }
    .scroll-on-page .scroll-on-page-link:last-child {
      margin-bottom: 1.5em; }
  .scroll-on-page article h4 {
    margin: 0 0 0.5em 0; }
  .scroll-on-page article p {
    color: #333;
    line-height: 1.5em; }
  .scroll-on-page article a {
    color: #4B93DE;
    text-decoration: underline; }
  .scroll-on-page article section p:last-of-type {
    margin-bottom: 2em; }
  @media screen and (min-width: 53.75em) {
    .scroll-on-page article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .scroll-on-page article:last-child {
        margin-right: 0; } }






/* BUTTONS */

div.wpcf7 input[type=submit],
p.form-submit input[type=submit],
form.searchform input[type=submit],
form.sml_subscribe input[type=submit],
form.wp-cart-button-form input[type=submit] {
  text-align: center;
  border: none;
  background-color: #230f20;
  cursor: pointer;
}

/* SLIDER */

div.plus {
  color: black;
}

/* TYPOGRAPHY */
section.content > h1, section#blog > h1 {
  margin-top:30px;
}

div.caption, 
div.product-desc, 
div.employee-desc, 
div#education-child-content h3,
div.resources-video > h4,
div.wpcf7 input[type=submit],
/*div.artist-subfield.artist-name,  */
div.community-title,
div.project-description,
section.horizontal-bar,
p.form-submit input[type=submit],
form.searchform input[type=submit],
form.sml_subscribe input[type=submit],
form.wp-cart-button-form input[type=submit],
footer#footer[role="contentinfo"], 
footer#footer[role="contentinfo"] a {
  color: white;
}

div.post {
  font-size: 16px; 
}

div.artist-name, 
div.artist-description,
div.community-info p, 
div.employee-desc,
div.resources-book
div.shop-item-title,
div.shop-item-price,
div.project-description p,
div#education-child-content,
form.wp-cart-button-form > input[type=submit] {
  font-size: 14px !important;
}

div.plus,
div.caption, 
div.product-desc,
div.employee,
div.artist-description,
div.project-description,
ul#education-accordion > li > h3,
li.click, #education-accordion h3  {
  cursor: pointer;
}

#resources-books, #events-books {
  margin-bottom:20px;
}

/* LINKS */

 section[role="main"] a, a:active, a:visited, a:hover  {
  color: #4B93DE;
  text-decoration: underline;
}
 section[role="main"] a:hover  {
  text-decoration: underline; 
  color: #4B93DE;
}

/*blue links */

div.project-description a:link,

div.employee-desc a:link, 
div.project-description-readmore a:link,
div.project-content a:link,
div.education-blurb a:link,
div.resources-blurb a:link,
div.supporters-row a:link,
div.community-blurb a:link,
div.press-article a:link,
section.standard-content a:link,
section.shop-item a:link,
section.entry-content a:link,
section.posts a:link,
section.project-content a,
article.post a:link,
div.press-article a:link,
div.summary.entry-summary a:link {
  color: #4B93DE;
  text-decoration: none;
}
div.project-description h1 a:link {
  color:inherit:
}

/*sidebar and grey box links*/  

h1.article.post a,
h1.section.entry-content a, 
div.resource-book-info a,
div.community-info a,
aside.sidebar-profile-staff a,
aside.sidebar-profile-board a,
aside.sidebar-aside a,
h1.section.tag-archive-content a,
div.artist-name a,
div#education-child-content a 
 {
  color: #000000;
/*  text-decoration: underline;*/
  
}
section.posts h1,
div.post-content a:link, 
div.post-content h3,
div.post-readmore a,
p.community-link a,
div.artistlink a,
li.product h3,
div.post-content h3,
div.artist-description a,
div.resource-anchor a { 
  color: #000000;
  text-decoration: none;
}
p.community-link {
  text-align:right;
}

aside#sidebar[role="complementary"] a {
/*  text-decoration: underline;*/
  color: #000000;
}






/* ROYALSLIDER SETTINGS */

.royalSlider, .rsOverflow, .rsSlide, .rsVideoFrameHolder, .rsThumbs {
  background: #231f20 !important;
}
.royalSlider {
  margin: 0px;
}

/* HEADER 

header[role="banner"] {
  background-color: #231f20; 
}

nav[role="navigation"] li {
  font-size: 15px;
  background-color: white; 
}

li#art, li#you, li#us {
  background-repeat:no-repeat;
  background-position:right top;
}

li#logo {
  padding: 5px;
  background-image:url('../images/logo.png'); 
  background-repeat: no-repeat;
  background-position: center top;
}

li#art {
  background-image:url('../images/nav/art.gif'); 
}

li#you {
  background-image:url('../images/nav/you.gif');
}

li#us {
  background-image:url('../images/nav/us.gif');
}
*/

/* ARTIST TEMPLATE */

div.artist {
  border-bottom: 4px solid #231f20;
   background-color: rgb(225, 225, 225)
}

hgroup a:link {
  text-decoration: none;
}

/* LANDING TEMPLATE */

div.post {
  border-bottom: 4px solid #231f20;
   background-color: rgb(225, 225, 225)
}

section.social-content {
    
    width: 100%;
   
}
.instagram-photos,  .latest-tweets {
    width: 50%;
    float:left;
    padding:8px;
}
.instagram-photos h2, .latest-tweets h2 {
    margin-top:.6em;
}

/* COMMUNITY TEMPLATE */

div.community-profile {
  border-bottom: 4px solid #231f20;
   background-color: rgb(225, 225, 225)
}

div.community-link {
  font-size: 30px; 
}

/* EDUCATION TEMPLATE */

div#education-child-content {
  border-bottom: 4px solid #231f20;
  background-color: rgb(225, 225, 225);
  
}

div.static-education {
  border-bottom: 4px solid #231f20;
  background-color: rgb(225, 225, 225);
}

/* PROJECTS TEMPLATE */

section.project-row {
  border-bottom: 1px dashed #231f20;
}

div.project-description {
  background: rgba(51, 51, 51, .5);
}

/* PRESS TEMPLATE */

div.press-article {
  border-bottom: 1px dashed #888888;
  margin-bottom: 30px;
}


/* RESOURCES TEMPLATE */

div.resources-book {
  border-bottom: 4px solid #231f20;
   background-color: rgb(225, 225, 225)
}

/* WOOCOMMERCE OVERRIDES */

.alt,
.checkout-button,
.single_add_to_cart_button {
  color: white !important; 
}

/* BLOG */

section.posts h1 a {
  color: black;
}

/* FOOTER */

footer#footer[role="contentinfo"], footer#footer[role="contentinfo"] a {
  background-color: #231f20;
  text-decoration: none;
}