/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
}
body.home .entry-title {
  display: none;
}
button.button {
  color: #2e2e2e;
}
h1, h2, h3, h4, h5, h6 {
  color: #035b52;
  font-size: 2rem;
  font-weight: 700;
}
/* Main Container */
.entry-header {
  display: none;
}
#g-container-main, #g-main {
  background: #eeeeee;
  color: #035b52;
}
#g-main {
  padding: 0;
}
#g-page-surround {
  background: #eeeeee;
}
a.g-powered-by {
  color: #fff;
}
a:not(.button) {
  font-weight: bold;
  text-decoration: underline;
}
/* Header */
/* Main Menu */
#g-navigation {
  text-align: left;
  text-decoration: none;
}
#g-navigation a {
  text-align: left;
  text-decoration: none;
}
#g-navigation .g-main-nav {
  margin-top: -1.563rem;
  margin-bottom: -1.563rem;
  margin-left: 0;
  margin-right: 0;
}
span.g-menu-item-title {
  text-decoration: none;
}
#g-navigation .g-main-nav .g-toplevel {
  display: block;
  text-decoration: none !important;
  justify-content: left;
  /* flex-flow: row wrap; */
  /* justify-content: center; */
  /* -webkit-justify-content: center; */
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  padding: 1.2rem 0.938rem;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  padding: 0rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #035b52;
  text-decoration: none;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  transition: all 0.2s;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  text-decoration: none;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #035b52;
  color: #fff;
  text-decoration: none;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active .g-menu-item-title {
  background: #035b52;
  color: #fff;
  text-decoration: none;
}
/* Logo */
.gantry-logo img {
  width: auto;
}
@media only screen and (max-width: 375px) {
  .gantry-logo {
    position: absolute;
    padding: 0px 10px 0px 35px;
    margin-top: -17px;
    height: 55px;
  }
  .widget.wpm ul li {
    padding-right: 20px;
  }
  div.gallery .art-img-cont {
    width: 30%;
    height: 280px;
    margin: 10px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s;
    position: relative;
  }
  div.gallery .art-img-cont:hover {
    box-shadow: 2px 4px 5px 2px #bdbbbd;
  }
  div.gallery .art-img-cont span.singlelink {
    position: absolute;
    width: 100%;
    height: 35px !Important;
    font-size: 13px !important;
    text-align: center;
    background: #035b52;
    color: #fff;
    padding: 7px !important;
    font-weight: bold;
  }
  div.gallery .art-img-cont span.singlelink:hover {
    color: #c1c1c1;
    cursor: pointer;
  }
}
/* Mobile Menu */
.g-offcanvas-toggle {
  color: #4d4d4d;
}
#g-offcanvas, #g-offcanvas #g-mobilemenu-container ul {
  background: #ffffff;
}
#g-offcanvas li a, #g-offcanvas #g-mobilemenu-container ul li a {
  color: #2e2e2e !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #e0e3e4;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active .g-menu-item-container {
  color: #2e2e2e !important;
}
/* Artist List style */
.artist-list li {
  display: flex;
}
.artist-list li a, .artist-list li span {
  display: inline-flex;
  width: 50%;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px;
}
.alphanav {
  background: #fff;
  padding: 30px;
}
.alphanav a {
  background: #eeeeee;
  padding: 13px;
  color: #2e2e2e;
}
.alphanav a.selected {
  background: #000;
  padding: 13px;
  color: #fff;
}
h2.term-letter {
  display: none;
}
@media (max-width: 800px) {
  .alphanav {
    padding: 5px;
    display: block;
    float: left;
  }
  .alphanav a {
    display: block;
    float: left;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
/* Image Style */
div.gallery .art-img-cont {
  width: 30%;
  height: 280px;
  margin: 10px;
  border: 1px solid #035b52;
  overflow: hidden;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
}
div.gallery .art-img-cont:hover {
  box-shadow: 2px 4px 5px 2px #bdbbbd;
}
div.gallery .art-img-cont .arc-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 102px !important;
  height: 62px !important;
}
div.gallery .art-img-cont span.singlelink, div.gallery .art-img-cont div.kunst-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 30px;
  text-align: center;
  background: #035b52;
  color: #fff;
  padding: 4px;
  font-weight: bold;
}
div.gallery .art-img-cont span.singlelink:hover, div.gallery .art-img-cont div.kunst-title:hover {
  color: #c1c1c1;
  cursor: pointer;
}
div.gallery .art-img-cont span.singlelink {
  right: 0;
  display: none;
}
div.gallery .art-img-cont div.kunst-title {
  background: #035b52;
  font-size: 14px;
  color: #fff;
  left: 0;
}
div.gallery .art-img-cont div.kunst-title:hover {
  color: #fff;
}
span.sr-no {
  display: none !important;
}
.blueimp-gallery .title-description .title {
  display: none;
}
/* WP Multilang Plugin CSS */
.widget.wpm .widgettitle {
  display: none;
}
.widget.wpm ul {
  margin: 0px;
  list-style: none;
}
.widget.wpm ul li {
  display: inline;
}
.widget.wpm ul li a img, .widget.wpm ul li span img {
  width: 25px;
}
.gallery-lightbox-container a.play-pause + div {
  display: none !important;
}
#g-footer {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #035b52;
}
/************************** GANTRY CUSTOM MARGIN AND PADDING CLASSES **************************/
.smallmarginall .g-content {
  margin: 0.25rem !important;
}
.smallmargintop .g-content {
  margin-top: 0.25rem !important;
}
.smallmarginbottom .g-content {
  margin-bottom: 0.25rem !important;
}
.smallmarginleft .g-content {
  margin-left: 0.25rem !important;
}
.smallmarginright .g-content {
  margin-right: 0.25rem !important;
}
.medmarginall .g-content {
  margin: 0.45rem !important;
}
.medmargintop .g-content {
  margin-top: 0.45rem !important;
}
.medmarginbottom .g-content {
  margin-bottom: 0.45rem !important;
}
.medmarginleft .g-content {
  margin-left: 0.45rem !important;
}
.medmarginright .g-content {
  margin-right: 0.45rem !important;
}
.largemarginall .g-content {
  margin: 0.625rem !important;
}
.largemargintop .g-content {
  margin-top: 0.625rem !important;
}
.largemarginbottom .g-content {
  margin-bottom: 0.625rem !important;
}
.largemarginleft .g-content {
  margin-left: 0.625rem !important;
}
.largemarginright .g-content {
  margin-right: 0.625rem !important;
}
.nomarginleft .g-content {
  margin-left: 0 !important;
}
.nomarginright .g-content {
  margin-right: 0 !important;
}
.nomargintop .g-content {
  margin-top: 0 !important;
}
.nomarginbottom .g-content {
  margin-bottom: 0 !important;
}
.smallpaddingall .g-content {
  padding: 0.25rem !important;
}
.smallpaddingtop .g-content {
  padding-top: 0.25rem !important;
}
.smallpaddingbottom .g-content {
  padding-bottom: 0.25rem !important;
}
.smallpaddingleft .g-content {
  padding-left: 0.25rem !important;
}
.smallpaddingright .g-content {
  padding-right: 0.25rem !important;
}
.medpaddingall .g-content {
  padding: 0.45rem !important;
}
.medpaddingtop .g-content {
  padding-top: 0.45rem !important;
}
.medpaddingbottom .g-content {
  padding-bottom: 0.45rem !important;
}
.medpaddingleft .g-content {
  padding-left: 0.45rem !important;
}
.medmarginright .g-content {
  padding-right: 0.45rem !important;
}
.largepaddingall .g-content {
  padding: 0.625rem !important;
}
.largepaddingtop .g-content {
  padding-top: 0.625rem !important;
}
.largepaddingbottom .g-content {
  padding-bottom: 0.625rem !important;
}
.largepaddingleft .g-content {
  padding-left: 0.625rem !important;
}
.largepaddingright .g-content {
  padding-right: 0.625rem !important;
}
.nopaddingleft .g-content {
  padding-left: 0 !important;
}
.nopaddingright .g-content {
  padding-right: 0 !important;
}
.nopaddingtop .g-content {
  padding-top: 0 !important;
}
.nopaddingbottom .g-content {
  padding-bottom: 0 !important;
}
/*********	Media Quries	**********/
/* Typical values are the default breakpoints set in Gantry 5
 but these values are user definable in style settings
 so that is why the code below uses mixins to get the actual
 values from Gantry 5 template.
 */
/** commonly used media queries  **/
/** typically min 75rem  **/
/**  typically range 60rem to 74.938rem **/
/**  typically 48rem to 59.938rem **/
/** typically 30rem to 47.938rem **/
/** typically max 30rem **/
/***************
Less commonly used media queries
****************/
/***************
typically min 60rem
***************/
/*************
typically min 48rem
*************/
@media only all and (min-width: 48rem) {
  #search-artist {
    width: 350px;
  }
}
/***************
typically max 47.938 rem
***************/
@media only all and (max-width: 47.99rem) {
  /* Image Style */
  .widget_language_switcher {
    text-align: center;
  }
  .artist-search-box-cont.align-right {
    text-align: center !important;
  }
  #search-artist {
    width: 100%;
  }
  div.gallery .art-img-cont {
    width: 30%;
    height: 280px;
    margin: 10px;
    border: 1px solid #035b52;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s;
    position: relative;
  }
  div.gallery .art-img-cont:hover {
    box-shadow: 2px 4px 5px 2px #bdbbbd;
  }
  div.gallery .art-img-cont .arc-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px !important;
    height: 31px !important;
  }
  div.gallery .art-img-cont span.singlelink, div.gallery .art-img-cont div.kunst-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 18px;
    text-align: center;
    background: #035b52;
    color: #fff;
    padding: 2px;
    font-weight: bold;
  }
  div.gallery .art-img-cont span.singlelink:hover, div.gallery .art-img-cont div.kunst-title:hover {
    color: #c1c1c1;
    cursor: pointer;
  }
  div.gallery .art-img-cont span.singlelink {
    right: 0;
    display: none;
  }
  div.gallery .art-img-cont div.kunst-title {
    background: #035b52;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    left: 0;
  }
  div.gallery .art-img-cont div.kunst-title:hover {
    color: #fff;
  }
}
/***************
typically max 59.938rem
****************/
@media only all and (max-width: 59.99rem) {
  div.gallery .art-img-cont {
    height: auto;
    width: 40%;
    margin: 10px auto;
  }
  body.home img.alignright {
    float: none !important;
    display: block;
    margin: 5px auto;
  }
}
/***************
Mobile Menu Breakpoint
***************/
/*# sourceMappingURL=custom_home.css.map */