/*
 Theme Name:   Porto Child for Southern Utah Art Guild
 Description:  Porto Child for Southern Utah Art Guild
 Template:     porto
 Version:      1.0.0
 Text Domain:  portochild
*/

@import url("../porto/style.css");


/*  ==========================================
	Artist Bio listing (Active - Custom Content Type)
	========================================== */
.page-id-516 .porto-post-title a
{
	text-decoration: none !Important;
	color: black !important;
	padding: 0;
	margin: 0;
	font-weight: normal !important;
}
.page-id-516 .porto-post-title
{
	text-align: center;
}
.page-id-516 .post-image
{
	margin-bottom: 0.5em !important;
}

.page-id-516 .porto-posts-grid .zoom
{
	display: none;
}



/*  ==========================================
	Artist Bio listing (Deprecated - Post Based)
	========================================== */
.arrowhead-artist-bios-category article > .post-image
{
	display: none;
}

.page-id-516 .post-item-title a
{
	text-decoration: none !Important;
	
}
.page-id-516 .post-item-title
{
	text-align: center;
}



/*  ==========================================
	Artist Bio Page
	========================================== */
.single-artist-bio,
.single-artist-bio h2,
.single-artist-bio p
{
	font-family: "Asap Condensed";
}
.single-artist-bio h2
{
	color: #ba2025;
	text-align: center;
}

.single-artist-bio h2 .artist_name_sub
{
	color: black;
	font-weight: normal;
	font-style: italic;
}


.single-artist-bio .artist_enquire_button
{
	text-align: right;
	float: right;
}

.single-artist-bio .artist_enquire_button a
{
	color: white;
	fill: #fff;
	background-color: #1f9e69;
	text-decoration: none !important;
	
	display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* special case when we have exactly 3 sample images */
.single-artist-bio .artist_sample_images img
{
	width: 32%;
	height: auto;
	margin: 0 2%;
	transition: transform .5s;
}

.single-artist-bio .artist_sample_images img:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.single-artist-bio .artist_sample_images.sample_count_3 img
{
	max-width: 32%;
}
.single-artist-bio .artist_sample_images.sample_count_3 img:first-child,
.single-artist-bio .artist_sample_images.sample_count_3 img:last-child
{
	margin: 0;
}
.single-artist-bio .artist_sample_images.sample_count_3 img:nth-child(2)
{
	margin: 0 2%;
}


.single-artist-bio  .artist_info 
{
	margin-top: 1em;
}
/*
.single-artist-bio  .artist_info .headshot
{
	float: left;
	margin-right: 1em;
	max-width: 40%;
	height; auto;
}
*/

.single-artist-bio  .artist_info.has_headshot.has_bio
{
	display: flex;
}
.single-artist-bio  .artist_info.has_headshot.has_bio > span
{
	flex: 47%;
}
.single-artist-bio  .artist_info.has_headshot.has_bio > span:first-child
{
	margin-right: 3%;
	float: left;
}



.single-artist-bio  .artist_bottom_clearer
{
	clear: both;
	margin-bottom: 1em;
}
	

/*  ==========================================
	Contact Form 7 Styles
	========================================== */
.wpcf7-form label
{
	color: #f47b2e;
	width: 100%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea
{
	border: 1px solid black !important;
	width: 100% !important;
}

/*  ==========================================
	Board of Directors Listing
	========================================== */
	
.director-list
{
	margin: 0 10%;
}

.director-entry 
{
	
	display: block !important;
	width: 20% !important;
	float: left !important;
	height: auto;
	margin-bottom: 1em;
	margin: 0 2% 1em 2%;
	
	text-align: center;
	height: 250px !important;
}

.director-entry p
{
	text-align: center;
}
.director-entry img
{
	margin: 0.5em auto;
}
.director-entry .name
{
	font-weight: bold;
}

hr.director-separator
{
	width: 100%;
    height: 5px !important;
    color: #ffda6e;
    background-color: #ffda6e !important;
    margin: 1em 0;
}





