 /*
 Theme Name: Sandbox
 Description: Child theme for the Michael Sand Archives, adapted from Twenty Seventeen
 Author: Jess Sand
 Author URI: https://jessicasand.com
 Template: twentyseventeen
 Version: 2.0
 */


 /*--------------------------------------------------------------
    Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  font-size: 1.2rem;
  font-weight:300;
  line-height: 1.8rem;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  font-size: 13px;
  font-size: 0.8125rem;
}


body p, p, .entry-content, .before {
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 1.2rem;
    font-weight:300;
    line-height: 1.8rem;
}

.site-footer p, .site-footer li {
  font-size: 1rem;
  line-height:1.4rem;
}

.custom-header .wrap {
  padding-left:.6em;
  padding-right:4em;
}

.site-branding-text {
  padding: .3em 2em .3em 2em;
  background: rgba(91, 91, 90, 0.3);
}

body a {
  color:#ff5733;
  text-decoration:none; /* Replaced with bottom border */
}

body h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
}

body h1 {
  font-size:1.8rem;
  color:#ff5733;
  text-transform: none;
  letter-spacing: normal;
  line-height:2rem;
  font-weight:800;
}

body h2,
.home.blog .entry-title {
	font-weight: 600;
  color: #333;
  margin-top:2.5rem;
  margin-bottom: 1.8rem;
}

body h3 {
	font-weight: 600;
  color: #666;
  margin-top:1.5rem;
  margin-bottom: 1.5rem;
}



.page .panel-content .entry-title, .page-title,
.entry-header .entry-title,
.page-header .page-title,
body.page:not(.twentyseventeen-front-page) .entry-title,
body.page:not(.twentyseventeen-front-page) .entry-header
 {
  font-size:1.8rem;
  color:#ff5733;
  text-transform: none;
  letter-spacing: normal;
  line-height:2rem;
  font-weight:800;
  margin-bottom:none;
}

.entry-header .entry-title{
  margin-bottom:2rem;
}


.grid-item h2 {
  margin-top:2.6rem;
  font-size: 1.5rem;
}


.thumb-caption { font-size: .8em; }


body ul {
	margin-left:1em;
}

body li {
  margin-bottom:.6rem;
  font-size: 1.2rem;
  font-weight:300;
}

body .excerpt {
  margin-left: 2rem;
  margin-right: 3rem;
  border-left: #ff5733 .5rem solid;
  padding-left: 2rem;
  font-size:1.1rem;
  line-height:1.8rem;
}

/* Standard button style */

.entry-content .wp-block-button {}

.entry-content .wp-block-button__link {}

.entry-content .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {}

/* Nav menu link styles*/

.navigation-top {
	border-bottom: none;
	border-top: none;
}

.main-navigation li {
  color:#333;
  font-size: 0.875rem;
}

.navigation-top .current-menu-item a,
.navigation-top .current_page_item a,
.navigation-top .current-page-ancestor {
   color:  #FF5733;
   border-bottom: #FF5733 3px solid;
}


.main-navigation ul li:hover a {
    color: #FF5733;
    border-bottom: #FF5733 3px solid;
}


/*--------------------------------------------------------------
    General layout
--------------------------------------------------------------*/

.site-content-contain {
    background-color: #e6e3e1;
}

.panel-image {
   height: 300px;
}

.single-featured-image-header {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entry-header .entry-title {
	margin-bottom: none;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 0 0;
}


.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
  margin-bottom:1rem;
}

.site-footer {
  background-color:#fff;
  border-top: #5b5b5a 3px solid;
}

/* Responsive image grid Client-Project list */

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 3fr));
}
.grid-item {
  margin-top:1rem;
  margin-right: 2.2rem;
}



 /*--------------------------------------------------------------
    Create single-wide page template
--------------------------------------------------------------*/

.primary-wide {
 float: left;
 width: 100%;
}


/*--------------------------------------------------------------
    Attachment template styles
--------------------------------------------------------------*/
.item-breadcrumb { margin: -7rem 0 -8rem 0; }

@media only screen and (max-width: 800px) {
  .item-breadcrumb { margin: -4rem 0 -2rem 0; }
}

#metadata-item { margin-bottom: 1rem;}

.image-meta-block { margin-top:1em; }


 /*--------------------------------------------------------------
    Parallax effect
--------------------------------------------------------------*/


.background-fixed .panel-image {
    background-attachment: fixed;
}

@media (pointer: coarse) {
        .background-fixed {
                background-attachment: fixed;
        }
}
