/* Theme Name: SDBX Skeleton
 * Author: Craig Tran
 * Author URI: http://www.sdbxstudio.com
 * Description: Bare bones wordpress theme
 * Version: 1.0
 */

/* Default styles */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
  /* Set your content font stack here: */
  font-family: 'freight-sans-pro', sans-serif, Times, "Times New Roman", serif;
}
body {
  font-size: 18px;
  font-weight: lighter;
  color: #4D4D4D;
  letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: lighter;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1, h2 {
  font-size: 25px;
}
h3 {
  font-size: 22px;
}
a {
  color: #99AD3E;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[href^="mailto"]:hover {
  text-decoration: underline !important;
}
p {
  line-height: 26px;
}
.wrap {
  max-width: 100%;
  margin: 0 auto;
}
.hide {
  display: none;
}
#logo {
  text-align: center;
}
#logo img {
	width: 100%;
}
#main-nav-toggle {
  font-size: 23px;
  cursor: pointer;
  margin-top: 15px;
}
header {
  background: #5A5653;
  padding: 30px 0;
  position: relative;
}

.menu-main-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-main-container ul li a {
  color: #FFF;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-main-container ul li a:hover,
.menu-main-container ul li.current-menu-item a {
  color: #99AD3E;
}
.header-nav {
  
}
header #main-nav {
  position: relative;
  text-align: center;
  color: #FFF;
}
header .menu-main-container {
  display: none;
}
header .menu-main-container ul li a {
  padding-bottom: 5px;
  display: block;
}

.footer-nav {
 
}
footer {
  background: #5A5653;
  padding: 35px 0;
  text-align: center;
}
.social-media {
  margin-top: 15px;
}
.social-media a {
  color: #FFF;
  font-size: 30px;
}
/* HOME TEMPLATE */
#slideshow {
  height: 320px;
  overflow: hidden;
}
.slides-pagination {
  padding: 35px 0;
}
.slides-pagination a {
  border: 2px solid #FFF !important;
  background: #FFF !important;
  display: inline-block;
}
.slides-pagination a.current {
  background: none !important;
}
.template-home #body {
  padding: 35px 15px;
  text-align: center;
}
.template-home #callouts {
  text-align: center;
} 
.template-home #callouts a {
  text-decoration: none;
}
.template-home #callouts .callout {
  height: 415px;
  vertical-align: middle;
  text-align: center;
}
.template-home #callouts .callout-overlay {
  height: 245px;
  padding-top: 170px;
  width: 100%;
  color: #FFF;
  cursor: pointer;
}
.template-home #callouts .callout-overlay:hover {
  background: rgba(90,86,83,0.7);
}
.template-home #footer {
  background: #99AD3E;
  color: #FFF;
  text-align: center;
  padding: 35px 15px;
}
.template-home #footer a {
  color: #FFF;
  text-decoration: none;
}
.template-home button {
  background: #FFF;
  border: 1px solid #99AD3E;
  text-transform: uppercase;
  padding: 12px;
}
.template-home button:hover {
  background: #99AD3E;
  color: #FFF;
}
/* ABOUT TEMPLATE */
#featured-image {
  font-size: 0;
  overflow: hidden;
}
#featured-image img {
  width: 100%;
}
.template-about #body {
  background: #5A5653 url(assets/logo-image.png) center bottom 45px no-repeat;
  color: #FFF;
  padding: 35px 25px 110px 25px;
  text-align: center;
}
.team-header {
  text-align: center;
  padding: 35px 25px;
}
.team-bio {
  margin-bottom: 55px;
}
.team-bio a {
  text-decoration: none;
}
.team-bio div {
  box-sizing: border-box;
}
.team-bio .bio-photo {
  background: #5A5653;
  font-size: 0;
  overflow: hidden;
}
.team-bio .bio-photo img {
  height: 100%;
}
.team-bio .bio-content h2 {
  font-size: 20px;
}
.team-bio .bio-content {
  background: #F1F1F1; 
  padding: 30px 25px;
  font-size: 16px;
}
.team-bio .bio-edge {
  background: #F1F1F1;
}
/* PROJECT TEMPLATE */
.project-container {
  box-sizing: border-box;
  padding: 5px;
}
.project {
  position: relative;
  height: 320px;
}
.project:hover .description {
  display: block;
}
.project .thumbnail {
  background: #CCC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.project .thumbnail img {
  width: 100%;
  min-height: 320px;
}
.project .description { 
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.project .description a {
  background: rgba(90,86,83,0.7);
  color: #FFF;
  height: 275px;
  width: 100%;
  padding: 0;
  padding-top: 45px;
  display: inline-block;
  text-decoration: none;
}
.project .description-text {
  padding: 0 35px;
}
/* PROJECTS TEMPLATE */
.template-projects #body {
  margin: 35px auto;
}
/* CONTACT TEMPLATE */
.template-contact #body {
  margin: 35px auto;
  color: #FFF;
  min-height: 460px;
  padding-top: 35px;
}
.template-contact #body a {
  color: #FFF;
  text-decoration: none;
}

/* BLOG TEMPLATE */
.blog {
  margin: 35px auto;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-entry {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #F7F7F7;
}

/* PROCESS TEMPLATE */
/* slideshow */
.slider-wr {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background-color: #000;
  overflow: hidden;
  height: auto;
}
.slide {
  padding: 0;
  box-sizing: border-box;
}
.slide img {
  max-width: 100%;
  position: relative;
  transition: all 1s ease-out;
  opacity: 0.2;
}
.slide.slick-center img {
  transition: all 1s ease-out;
  opacity: 1;
}
.slick-dotted.slick-slider {
	margin: 0 !important;
}
img.slick-prev {
	left: 0;
  background-position: -220px -20px;
}
img.slick-next {
	right: 0;
  background-position: -320px -20px;
}
.page-template-page-projectsdetails img.slick-prev, 
.page-template-page-projectsdetails img.slick-next {
  width: 30px;
  height: 30px;
  border: none;
  margin: 23% 0;
  position: absolute;
  z-index: 3000;
  top: 20px;
  bottom: 0;
  cursor: pointer;
  outline: none;
}
img.slick-prev, img.slick-next {
  width: 30px;
  height: 30px;
  border: none;
  margin: 45% 0;
  position: absolute;
  z-index: 3000;
  top: -20px;
  bottom: 0;
  cursor: pointer;
  outline: none;
}
.slick-slide img {
    max-height: 350px;
}
.slick-slide {
  position: relative;
  overflow: hidden;
}
.caption {
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 40px;
  min-height: 20px;
  width: 80%;
  background-color: rgba(90,86,83,1);
  z-index: 50;
  color: #fff;  
}
.caption {
	margin: 0;
	text-align: center;
	padding: 0 50px;
}
.slick-slide  .caption {
	display: none;
}
.slick-active .caption {
	display: block;
}


@media screen and (min-width: 35.5em) { /* ≥ 568px */
  .wrap { max-width: 568px; }
  .caption {
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  padding: 20px;
	  min-height: 20px;
	  width: 94%;
	  background-color: rgba(90,86,83,1);
	  z-index: 50;
	  color: #fff;  
	}
}
@media screen and (min-width: 48em) { /* ≥ 768px */
  .wrap { max-width: 768px; }
  
  img.slick-prev, img.slick-next {
	  margin: 20% 0;
  }
  #logo img {
	  width: 50%;
  }
  

}
@media screen and (min-width: 64em) { /* ≥ 1024px */
  .wrap { max-width: 1024px; }
  #featured-image {
    height: 480px;
  }
  #logo img {
	  width: 100%;
  }
  .menu-main-container ul li {
    display: inline-block;
  }
  .menu-main-container ul li a {
    display: inline-block;
    text-align: left;
  }
  
  #main-nav-toggle { 
    display: none;
  }
  header .menu-main-container {
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
    text-align: left;
  }
  header .menu-main-container ul li a {
    padding-bottom: 35px;
  }
  header .menu-main-container ul li a:hover,
  header .menu-main-container ul li.current-menu-item a {
    border-bottom: 3px solid #99AD3E;
  }
  .header-nav {
    text-align: right;
  }
  .footer-nav {
    text-align: center;
  }
  
  /* HOME TEMPLATE */
  #slideshow {
    height: 580px;
  }
  .template-home #body {
    padding: 65px 0;
  }
  .template-home #footer {
    padding: 65px 0;
  }
  /* ABOUT TEMPLATE */
  .template-about #body {
    padding: 65px 0 130px 0;
  }
  .team-header {
    padding: 65px 0;
  }
  .team-bio {
    margin-bottom: 105px;
  }
  .team-bio .bio-content {
    padding: 60px 50px;
  }
  .team-bio .bio-content-right {
    padding-right: 0;
  }
  .team-bio .bio-content-left {
    padding-left: 0;
  }
  /* PROJECTS TEMPLATE */
  .template-projects #body {
    margin: 95px auto;
  }
  .project .thumbnail img {
    width: 100%;
    height: auto;
  }
  /* CONTACT TEMPLATE */
  .template-contact #body {
    margin: 95px auto;
    padding: 65px 0;
  }
  
  /* PROCESS TEMPLATE */
  .slider-wr {
	  width: 100%;
	  padding: 0;
	  box-sizing: border-box;
	  background-color: #000;
	  overflow: hidden;
	  height: auto;
	}
	.page-template-page-projectsdetails img.slick-prev, 
	.page-template-page-projectsdetails img.slick-next,
	img.slick-prev, img.slick-next {
    width: 70px;
    height: 70px;
    border: none;
    margin: auto 0;
    position: absolute;
    z-index: 3000;
    top: 0;
    bottom: 0;
    cursor: pointer;
    outline: none;
	}

	.slick-slide img {
    max-height: 700px;
	}
	.caption {
	  position: absolute;
	  left: 10px;
	  bottom: 0;
	  padding: 20px;
	  min-height: 20px;
	  width: 94%;
	  background-color: rgba(90,86,83,1);
	  z-index: 50;
	  color: #fff;  
	}

}
@media screen and (min-width: 80em) { /* ≥ 1280px */
  .wrap {  }
  #slides .wrap {
		max-height: 800px;

	}
	.slick-slide img {
    max-height: 800px;
	}
		.slick-slide {
	  position: relative;
	  overflow: hidden;
	}
	.caption {
	  position: absolute;
	  left: 0px;
	  bottom: 0;
	  padding: 20px;
	  min-height: 20px;
	  width: 97%;
	  background-color: rgba(90,86,83,1);
	  z-index: 50;
	  color: #fff;  
	}

}