/* Helpers */
.aawp-clearfix::before, .aawp-clearfix::after {
  content: ' ';
  display: table;
}
.aawp-clearfix::after {
  clear: both;
}

.profile-section, .aawp-pieces-section {
  font-family: 'Quicksand', sans-serif;
  /*font-family: 'Magra', sans-serif;*/
  /*font-family: 'Varela', sans-serif;*/
  padding: 0em 1em;
}

/** PROFILE */
.profile-section {
	float: left;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.profile-section img {
    display: block;
    border-radius: 20px;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto 2em auto;
}

.profile-section .artist-name {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: bold;
    color: #555;
}

.profile-section .public-social-links a {
    color: black;
    background-color: #cacaca;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
}

.profile-section .public-social-links a i {
    font-size: 0.75em;
}

.profile-section .contact-artist-button {
    width: 100%;
    max-width: 180px;
    display: block;
    border-color: #afafaf;
    margin: 15px auto;
    border: 1px solid #767676;
    color: #767676;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.profile-section button:hover, a:hover {
  opacity: 0.7;
}

/**PIECES GALLERY*/
.aawp-pieces-section {
  padding: 0em 1em;
}

@media screen and (max-width: 480px){
	#aawp-pieces-section[data-columns]::before {
		content: '1 .wall-column.size-1of1';
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#aawp-pieces-section[data-columns]::before {
		content: '2 .wall-column.size-1of2';
	}
}
@media screen and (min-width: 769px) {
	#aawp-pieces-section[data-columns]::before {
		content: '3 .wall-column.size-1of3';
	}
}

/* These are the classes that are going to be applied: */
.wall-column { float: left; }
.size-1of3 { width: 33.333%; }
.size-1of2 { width: 50%; }
.size-1of1 { width: 100%; }


.aawp-thumb {
  padding: 0.5em;
}

.aawp-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.aawp-thumb:hover img {
  box-shadow: 0 0 10px #333;
}

.aawp-overlay {
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.9);
}


.aawp-overlay-text {
  color: #767676;
  margin-top: 0.5em;
}

p#aawp-popup-piece-name {
  margin: 0.5em 0 1em 0;
}
ul.aawp-li-style-none {
  margin: 0 0 0.5em 0;
}
ul.aawp-li-style-none li {
  list-style-type: none;
}
ul.no-pad-bottom {
  margin-bottom: 0;
}


/* .aawp-overlay-text ul li a {
  text-decoration: unset;
  display: inline-block;
  border-color: #afafaf;
  border: 1px solid #767676;
  color: #767676;
  text-align: center;
  cursor: pointer;
  padding: 0.25em 1em;
  margin: 0.8em auto 0 auto;
} */

/**PAGINATION*/
.aawp-pagination {
  display: inline-block;
  margin-top: 1em;
}

.aawp-pagination a {
  color: black;
  float: left;
  padding: 8px 12px;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

.aawp-plugin-container {
  text-align: center;
  position: relative;
  min-height: 400px;
}

.aawp-plugin-footer
{
  margin-top: 5em;
  text-align: center;
  font-size: 0.8em;
  color: #aaa;
}
.aawp-plugin-footer a {
  color: #aaa;
}

/* @media (max-width: 768px) {
  .aawp-thumb {
    width: 50%;
  }
} */