@charset "UTF-8";
/*
	@package artistTheme
*/
/*
	Import
	------------------------------------------------
*/
/*
	@package artistTheme
*/
/*
	Variables
	------------------------------------------------
*/
/*
	@package artistTheme
*/
/*
	Mixins
	------------------------------------------------
*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
	@package artistTheme
*/
/*
	Placeholder
	------------------------------------------------
*/
/*
	@package artistTheme
*/
/* 
	Font Icon 
	------------------------------------------------
*/
/*
	@package artistTheme
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

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

.aligncenter {
  width: 100%;
  height: auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  width: 100%;
  height: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
	@package artistTheme
*/
/* 
	Header 
	------------------------------------------------
	https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_navbar_hide_scroll

*/
.header-container {
  top: 0;
  position: fixed;
  width: 100%;
  display: block;
  z-index: 1;
}
.header-container.disappear {
  transition: top 0.5s;
}
.header-container.appear {
  transition: top 2s;
}

.banner-img {
  width: 100%;
  height: 50%;
}

.site-title {
  color: #fff;
  margin: 0;
  font-size: 30px;
  float: left;
  padding-left: 1rem;
  flex-grow: 2;
  flex-basis: 75%;
}
@media (min-width: 767px) {
  .site-title {
    width: unset;
    padding: 0;
    flex-basis: 80%;
  }
}
.site-title a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  opacity: 0.9;
  letter-spacing: 0.05em;
  background: none;
}
.site-title a:hover, .site-title a:focus {
  color: #898989;
}

.site-description {
  font-size: 14px;
  color: #fff;
  margin-top: 0.4em;
}

/* 
	Nav Bar Menu And Footer
	------------------------------------------------
*/
.navbar-art {
  border-radius: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .navbar-art {
    flex-wrap: nowrap;
  }
}
.navbar-art #menuToggle {
  padding: 2rem 2rem;
  cursor: pointer;
  flex-grow: 0;
  background: rgba(34, 34, 34, 0.7);
}
@media (min-width: 767px) {
  .navbar-art #menuToggle {
    display: none;
  }
}
.navbar-art #menuToggle input {
  display: none;
}
.navbar-art #menuToggle input:checked ~ span {
  opacity: 1;
  transform: translateY(-8px) rotate(45deg);
  transform-origin: center;
}
.navbar-art #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.navbar-art #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: translateY(0px) rotate(-45deg);
}
.navbar-art #menuToggle input:checked ~ ul {
  transform: none;
}
.navbar-art #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.navbar-art #navigation {
  display: none;
}
@media (min-width: 767px) {
  .navbar-art #navigation {
    display: block;
  }
}
.navbar-art .navbar-items {
  float: right;
  flex-grow: 3;
  flex-basis: 100%;
  text-align: center;
}
.navbar-art-header {
  background: rgba(34, 34, 34, 0);
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 767px) {
  .navbar-art-header {
    margin-top: 10%;
    padding-left: 1.5rem;
  }
}
.navbar-art ul {
  display: inline-block;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(34, 34, 34, 0.5);
}
@media (min-width: 767px) {
  .navbar-art ul {
    margin: inherit;
    float: right;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
    flex-direction: row;
  }
}
.navbar-art li {
  float: none;
  display: block;
}
@media (min-width: 767px) {
  .navbar-art li {
    display: inline-block;
  }
}
.navbar-art li:hover ul {
  display: inline-block;
}
.navbar-art li:hover ul a {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-art li:hover ul a:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0 !important;
}
.navbar-art li:hover ul a:hover, .navbar-art li:hover ul a:focus, .navbar-art li:hover ul a:visited {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-art li:hover ul a:hover:after, .navbar-art li:hover ul a:focus:after, .navbar-art li:hover ul a:visited:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0 !important;
}
.navbar-art li:not(:hover) ul {
  display: none;
}
.navbar-art li.active a {
  background-color: rgba(34, 34, 34, 0.7);
  opacity: 1;
}
.navbar-art li.active a:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.navbar-art li.open a {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-art li.open a:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0 !important;
}
.navbar-art li.open a:hover, .navbar-art li.open a:focus, .navbar-art li.open a:visited {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-art li.open a:hover:after, .navbar-art li.open a:focus:after, .navbar-art li.open a:visited:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0 !important;
}
.navbar-art li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.05em;
  background: none;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
}
@media (max-width: 767px) {
  .navbar-art li a {
    font-size: 10px;
  }
}
.navbar-art li a:hover, .navbar-art li a:focus, .navbar-art li a:visited {
  background-color: rgba(34, 34, 34, 0.7);
  opacity: 1;
}
.navbar-art li a:hover:after, .navbar-art li a:focus:after, .navbar-art li a:visited:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.navbar-art li a:after {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  bottom: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.navbar-art li ul.dropdown-menu {
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.75);
}
.navbar-art li ul.dropdown-menu li {
  display: block;
}
.navbar-art li ul.dropdown-menu li a:hover, .navbar-art li ul.dropdown-menu li a:focus, .navbar-art li ul.dropdown-menu li a:visited {
  background: rgba(0, 0, 0, 0.25) !important;
  color: #fff;
}

/* 
	Footer Section
	------------------------------------------------
*/
.art-footer-container {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.7);
  padding: 5px 0;
}
.art-footer-container .navbar-art-footer {
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .art-footer-container .navbar-art-footer {
    flex-wrap: nowrap;
  }
}
.art-footer-container .navbar-art-footer ul {
  background-color: unset;
}
.art-footer-container .navbar-art-footer ul li a::after {
  left: 15px;
  right: 15px;
  bottom: 5px;
}
@media (min-width: 767px) {
  .art-footer-container .navbar-art-footer ul li a::after {
    left: 15px;
    right: 15px;
    bottom: 5px;
  }
}
.art-footer-container .navbar-art-footer .copyright {
  color: #fff;
  opacity: 0.7;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 767px) {
  .art-footer-container .navbar-art-footer .copyright {
    width: unset;
    padding: 0 10px;
  }
}
.art-footer-container .navbar-art-footer .navbar-footer li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

h1.artist-username,
h2.artist-sidebar-text {
  font-weight: 100;
}

h1.artist-username {
  font-size: 24px;
  margin: 0 0 10px;
}

h2.artist-sidebar-text {
  font-size: 13px;
}
h2.artist-sidebar-text a {
  text-decoration: underline;
}

.artist-icon-sidebar {
  color: white;
  margin: 0 2px;
  text-decoration: none;
}
.artist-icon-sidebar:hover, .artist-icon-sidebar:active, .artist-icon-sidebar:visited, .artist-icon-sidebar:focus, .artist-icon-sidebar:disabled {
  text-decoration: none;
}
.artist-icon-sidebar:hover.artist-icon-twitter, .artist-icon-sidebar:active.artist-icon-twitter, .artist-icon-sidebar:visited.artist-icon-twitter, .artist-icon-sidebar:focus.artist-icon-twitter, .artist-icon-sidebar:disabled.artist-icon-twitter {
  color: #00acee;
}
.artist-icon-sidebar:hover.artist-icon-instagram, .artist-icon-sidebar:active.artist-icon-instagram, .artist-icon-sidebar:visited.artist-icon-instagram, .artist-icon-sidebar:focus.artist-icon-instagram, .artist-icon-sidebar:disabled.artist-icon-instagram {
  color: #d54e21;
}
.artist-icon-sidebar:hover.artist-icon-facebook, .artist-icon-sidebar:active.artist-icon-facebook, .artist-icon-sidebar:visited.artist-icon-facebook, .artist-icon-sidebar:focus.artist-icon-facebook, .artist-icon-sidebar:disabled.artist-icon-facebook {
  color: #3b5998;
}
.artist-icon-sidebar:before {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.artist-icon-button:before {
  margin-top: 3px;
  margin-left: -3px;
}

.image-container {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.profile-picture {
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 50%;
  margin: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-img {
  height: 122px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qr-picture {
  width: 122px;
  height: 122px;
  overflow: hidden;
  margin: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 
	Keyframes 
	------------------------------------------------
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
	Generic 
	------------------------------------------------
	https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/
	https://dev.to/lennythedev/css-gotcha-how-to-fill-page-with-a-div-270j
*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #C2C3C5;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  background-color: #cbcbcb;
  word-break: break-word;
}
body.no-scroll {
  overflow-y: hidden;
}
body .content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

a {
  color: #3142a0;
  text-decoration: underline;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}
a:hover, a:focus {
  color: #6e7eda;
}

main {
  height: 100%;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.table .table-cell a {
  color: inherit;
  text-decoration: none;
}

.show {
  display: block;
}

.hide {
  display: none;
}

/* 
	Front Page
	------------------------------------------------
*/
.art-front-page {
  width: 85%;
  margin: 0 auto;
}

/* 
	Page
	------------------------------------------------
*/
.content-area {
  flex: 1;
}

.art-page {
  width: 75%;
  margin: 0 auto;
}
.art-page .row {
  height: 100%;
}

.art-main-page {
  padding: 2rem 0;
  text-align: justify !important;
  height: 100%;
}
@media (max-width: 767px) {
  .art-main-page {
    padding: 20px;
    padding-top: 10px;
  }
}

.entry-content {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 1.7em;
  height: 100%;
}
@media (min-width: 767px) {
  .entry-content {
    font-size: 18px;
  }
}
.entry-content p {
  margin-bottom: 15px;
}
.entry-content b,
.entry-content strong {
  font-weight: 500;
}
.entry-content .wp-block-gallery {
  margin-top: 5%;
}
.entry-content .preview-images-outer {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -10%) scale(1);
  display: none;
  width: 80%;
}
@media (min-height: 650px) and (min-width: 486px) {
  .entry-content .preview-images-outer {
    display: block;
  }
}
.entry-content .preview-images-outer .images-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
.entry-content .preview-images-outer .images-arrow:after {
  content: "";
  cursor: pointer;
  border-color: #898989;
  border-width: 0 3px 3px 0;
  border-style: solid;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.entry-content .preview-images-outer .images-arrow.left {
  left: -3%;
}
.entry-content .preview-images-outer .images-arrow.left:after {
  transform: rotate(135deg);
}
.entry-content .preview-images-outer .images-arrow.right {
  right: -3%;
}
.entry-content .preview-images-outer .images-arrow.right:after {
  transform: rotate(-45deg);
}
.entry-content .preview-images-outer .preview-images-middle {
  overflow-x: scroll;
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.entry-content .preview-images-outer .preview-images-middle .preview-images-inner {
  position: inherit;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  justify-content: center;
  min-width: 100%;
  width: fit-content;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  column-gap: 5px;
}
.entry-content .preview-images-outer .preview-images-middle .preview-images-inner .single-img-preview {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  opacity: 0.4;
  transition: opacity 0.5s ease-out;
  width: 100px;
  height: 60px;
  object-fit: cover;
  max-width: none !important;
  cursor: pointer;
}
.entry-content .preview-images-outer .preview-images-middle .preview-images-inner .single-img-preview:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease-in;
}
.entry-content .preview-images-outer .preview-images-middle .preview-images-inner .single-img-preview.active {
  opacity: 1;
}
.entry-content .images-zoom-layer {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  display: none;
  cursor: pointer;
}
.entry-content .images-zoom-layer .image-zoomed {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 90%;
}

/* 
	Gallery
	------------------------------------------------
*/
/*
	@package artistTheme
*/
/* 
	Gallery
*/
.no-scroll {
  overflow: hidden;
}

.gallery-page {
  margin: 0;
  width: 100%;
}

.gallery-mosaic-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-auto-rows: 20px;
}
@media (min-width: 486px) {
  .gallery-mosaic-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  }
}
.gallery-mosaic-wrapper .single-image {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.gallery-mosaic-wrapper .single-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
}
.gallery-mosaic-wrapper .single-image .fig-caption-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #ffffff24 60%, #0009 100%);
}
.gallery-mosaic-wrapper .single-image .fig-caption-wrapper figcaption {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 0 1rem 0.5rem;
  color: #fff;
  line-height: 1.2;
}
.gallery-mosaic-wrapper .single-image:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}

.gallery-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(34, 34, 34, 0.7);
}
.gallery-wrapper .arrow {
  width: 5%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
  cursor: pointer;
}
.gallery-wrapper .arrow::after {
  content: "";
  cursor: pointer;
  border-color: #898989;
  border-width: 0 3px 3px 0;
  border-style: solid;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.gallery-wrapper .arrow.arrow-left {
  left: 5%;
  transform: rotate(135deg);
}
.gallery-wrapper .arrow.arrow-right {
  right: 5%;
  transform: rotate(-45deg);
}
.gallery-wrapper .single-image-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.gallery-wrapper .single-image-zoom img {
  cursor: pointer;
  margin: 0 auto;
  max-width: 80%;
  max-height: 90vh;
  height: auto;
  width: auto;
}
.gallery-wrapper .single-image-zoom .fig-caption-wrapper {
  width: 100%;
}
.gallery-wrapper .single-image-zoom .fig-caption-wrapper figcaption {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.hidden {
  display: none;
}

/* Für Zitate in Wordpress */
@media (max-width: 767px) {
  .wp-block-quote {
    font-size: 15px;
  }
}

h1 {
  font-size: 48px;
  font-weight: 200;
}
h1.entry-title {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
h1.entry-title:before, h1.entry-title:after {
  display: inline-block;
  position: relative;
}
h1.entry-title:before {
  margin-right: 10px;
}
h1.entry-title:after {
  margin-left: 10px;
}
@media (min-width: 767px) {
  h1.entry-title {
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}

/* 
	Aside Section
	------------------------------------------------
*/
/* 
	Sidebar section
	------------------------------------------------
*/
.art-page-sidebar {
  margin-top: 0;
  margin-bottom: 10px;
  position: fixed;
  right: 150px;
}
@media (max-width: 1200px) {
  .art-page-sidebar {
    right: 80px;
  }
}
@media (max-width: 1080px) {
  .art-page-sidebar {
    right: 40px;
    margin-bottom: 50px;
  }
}
@media (max-height: 850px) {
  .art-page-sidebar {
    position: sticky;
    -webkit-position: sticky;
    top: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    right: 0px;
  }
}

/* 
	Ajax Loading
	------------------------------------------------
*/
.artist-posts-container {
  padding-top: 40px;
}
.artist-posts-container article {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.artist-posts-container article.reveal {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* 
	Widgets section
	------------------------------------------------
*/
.artist-widget {
  margin: 30px 0 50px;
  padding: 0 20px;
}

h2.artist-widget-title {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  background-color: #303030;
  padding: 8px;
  border-radius: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  h2.artist-widget-title {
    font-size: 12px;
  }
}

.tagcloud {
  text-align: center;
}
.tagcloud a {
  display: inline-block;
  background-color: #7d7d7d;
  padding: 1px 9px;
  border-radius: 10px;
  color: #eee;
}

/* 
	Contact form
	------------------------------------------------
*/
.artist-contact-wrapper {
  padding: 15px 0;
  width: 100%;
}
.artist-contact-wrapper .artist-contact label {
  font-weight: unset;
  margin-bottom: 0;
}

.artist-contact-form {
  padding: 15px 0;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.artist-contact-form .form-group,
.artist-contact-form .form-check {
  margin-bottom: 15px;
  position: relative;
}
.artist-contact-form .form-group label,
.artist-contact-form .form-check label {
  font-weight: normal;
}
.artist-contact-form .form-group a,
.artist-contact-form .form-check a {
  color: #898989;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
}
.artist-contact-form .form-group a:hover, .artist-contact-form .form-group a:focus,
.artist-contact-form .form-check a:hover,
.artist-contact-form .form-check a:focus {
  text-decoration: none;
  color: #656565;
}
.artist-contact-form .form-group:before,
.artist-contact-form .form-check:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #cbcbcb;
}
.artist-contact-form .form-group .form-control-msg,
.artist-contact-form .form-check .form-control-msg {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  .artist-contact-form .form-group .form-control-msg,
.artist-contact-form .form-check .form-control-msg {
    font-size: 12px;
  }
}
.artist-contact-form .form-group.has-error:before,
.artist-contact-form .form-check.has-error:before {
  background-color: #a94442;
}

.artist-form-control {
  min-height: 34px;
  resize: vertical;
  border: none;
  border-radius: 0;
  padding: 8px 15px;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.artist-form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.artist-form-control::-moz-placeholder {
  text-transform: uppercase;
}
.artist-form-control:-ms-placeholder {
  text-transform: uppercase;
}
.artist-form-control:-moz-placeholder {
  text-transform: uppercase;
}
.artist-form-control:hover, .artist-form-control:focus, .artist-form-control:active {
  box-shadow: none;
}

.btn-artist-form {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  background-color: #656565;
  border-radius: 2px;
  font-size: 26px;
  padding: 10px 54px;
  color: #fff;
  font-weight: 100;
  border: none;
}
.btn-artist-form:hover, .btn-artist-form:focus {
  background-color: #333333;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-artist-form {
    font-size: 18px;
  }
}

.form-control-msg {
  display: none;
}

.has-error .form-control-msg {
  display: block;
}

.js-show-feedback {
  display: block;
}

/*# sourceMappingURL=artist.css.map */
