/*
 Theme Name:   Sam Adoquei
 Description:  Portfolio Site for artist Sam Adoquei
 Author:       Gary Klein
 Author URI:   http://garykleinstudio.com
 Template:     CreativePortfolioResFree
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  CreativePortfolioResFree-child
*/

body{
	color: #666;
}

.subtleButton {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 7px 10px;
    border-radius: 4px;
    margin: 30px 0;
    color: #666;
    font-weight: 400;
}

.subtleButton:hover {
	color: #fff;
}

.container, .single_left {
	width: 1100px;
}
.single_inside_content img { max-width: 960px; height: inherit; }

/* header */
#header {
    background-color: rgba(255,255, 255, 0.8);
    padding: 0 0 0 0;
	height: 90px;
    transition: all 1s ease;
    border-bottom: 1px #bbb solid;
 }

.header_menu ul li a {
	color: #666;
}

.full_logo_cont {
	margin: 10px 0 0 30px;
}
.full_logo_cont img {
	max-width: 212px;
}
.header_menu {
    margin-top: 38px;
}
    
.header_bottom {
	padding: 0;	
}

.header_menu ul li a:hover {
	color: orange;
}


/* hp grid */

.hpgrid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  grid-gap: 2px 2px;
  text-align: center;
  margin: -25px auto 0;
}
.hpgrid a {
	font-size: 14px;
}

.one,
.two,
.three,
.four {
  grid-column: span 2;
}

.one {
  padding: 0 10px 0 0;
  font-size: .9rem;
}
.one h2 {
  text-align: left;
  line-height: 28px;
  margin-top: 30px;
  color: #444;
}
.one p {
  text-align: justify;
  line-height: 21px;
  font-weight: 500;
}
.one p.attr {
  text-align: right;
  margin: -15px 0 0 0;
  padding:0;
}

.feature img,
.thumb img {
  width: 100%;
}
.thumb {
  opacity: 0.33;
  transition: all 0.8s;
}
.thumb:hover {
  opacity: 1;
  transform: scale3d(1.005, 1.005, 1.005);
}
.medal img {
  width: 40%;
  height: 40%;
  padding: 0 10px;
}
.medal1 {
  text-align: right;
  font-size: 11px;
  line-height: 12px;
}
.medal2 {
  text-align: left;
}


@media (max-width: 1024px) {
  .hpgrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 2px 2px;
    text-align: center;
    margin: 0 auto;
  }
  .two,
  .three,
  .four {
    grid-column: span 2;
  }
  .one {
    grid-column: span 6;
  }
  .medal {
    display: none;
  }
  .thumb {
    opacity: 1;
    font-size: 0.6rem;
  }
}
@media (max-width: 414px) {
  .hpgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
	}
	.one {
		grid-column: span 3;
	}
	.two, .three, .four {
		grid-column: span 1;
	}
	.thumb {
		grid-column: span 1;
		max-height: 160px;
	}
}	
/* hp slider 

.home #wds_container1_0 {
	margin-top: -198px;
	min-height: 70vh;
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.home #wds_container1_0 {
		margin-top: -42px;
	}
}

.home #content {
	padding-top: 0;
}

.pull-quote {
    line-height: 2.4rem;
    margin: 0 9% 0 0;
    z-index: 2;
    position: absolute;
    color: rgba(255,255,255,.85);
    text-shadow: 2px 2px 6px #1a1a1a;
    font-size: 1.0rem;
    top: 56vh;
	font-style: italic;
}

.pull-quote h2 {
	font-weight: 300;
	margin: 0 auto;
	max-width: 75%;
	text-align: center;
}

.hp-copy {
	max-width: 80%;
    margin: 75px auto 40px;
    text-align: justify;
}

.hp-copy h2 {
	margin-bottom: 20px;
	font-weight: 400;
}

.hp-copy p {
	line-height: 2rem;
}
*/
/* hp categories 

.wcp-prefix [class*='col-'] {
	padding-bottom: 20px;
}

.ih-caption-inner h2 {
    font-weight: 300;
    letter-spacing: .1rem;
    margin-bottom: 20px;
    text-shadow: #222 2px 2px 2px;

}
*/
/* content */
.single_left {
    color: #666;
}

.page-copy {
    padding: 50px 0 0 0;
    max-width: 760px;
    margin: 0 auto;
}

.page-copy p {
	line-height: 1.5rem;

}

/* Gallery */
.sa_hover_container {
	padding: 5% 0 5% 10% !important;
	margin: 10px 9% 0 7% !important;
}

.black .sa_owl_theme .owl-nav .owl-next:focus,
.black .sa_owl_theme .owl-nav .owl-prev:focus {outline:0;}

#slider_475_slide04 { min-height: 337px !important;}

/* extra wide kennedy slide */
#slider_505_slide06 { background-size: auto 94% !important; }

h2.section_title {
	margin-left: 116px;
}

/* footer */
.footer_copyright_cont {
	border-top: 0;
}



/* Bio Page */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 100%;
	margin-bottom: -170px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 10%;
	width: 81%;
	height: 76.65%;
	margin: 0 auto;
}

/* Books Page */

#books-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-gap: 40px 30px;
    margin-top: 40px;

  }
#books-grid .book-text p {
	line-height: 1.8rem;;
}

#books-grid img {
	padding-top: 40px;
	max-width: 308px;
}

   
/* News Page */

#news-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-gap: 40px 30px;
    margin-top: 40px;

  }
#news-grid .news-text p {
	line-height: 1.8rem;
	margin-top: 30px;

}

/* Atelier Page */


#teaching-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-gap: 40px 30px;
    margin-top: 40px;

  }
#teaching-grid .teaching-text p {
	line-height: 1.8rem;;
}

/* Contact Page */

.contact-right, .contact-left {
	float: left;
}
.contact-right {
	margin: 30px 0 0 120px;
}
.contact-left {
	margin: 20px 0 0 40px;
}