/*
 Theme Name:   Jverse Theme
 Theme URI:    http://jverse.com
 Description:  Custom child theme for Twenty Seventeen 
 Author:       Josh Leuze
 Author URI:   http://jleuze.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  jversetheme
*/

/* import parent theme stylesheet */
@import url("../twentyseventeen/style.css");

/* Header */
body.jverse.carlson.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
body.jverse.carlson.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
	height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}
body.jverse.carlson.has-header-image .custom-header,
body.jverse.carlson.has-header-video .custom-header {
    height: 600px;
    margin-bottom: 0 !important;
}
body.jverse.carlson.has-header-image .custom-header-media img,
body.jverse.carlson.has-header-video .custom-header-media video,
body.jverse.carlson.has-header-video .custom-header-media iframe {
    position: fixed;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    padding-bottom: 1px;
	height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
}
body.jverse.carlson.has-header-image .site-branding,
body.jverse.carlson.has-header-video .site-branding {
	background: #0a0d16;
    padding: 20px 0;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    vertical-align: bottom;
    height: auto;
    width: 100%;
	margin-bottom: 72px;
}
body:not(.title-tagline-hidden) .site-branding-text {
    background: transparent url('images/jeff-carlson-headshot.png') no-repeat top left;
    min-height: 176px;
    padding: 0 0 0 250px;
}
body.jverse.carlson.has-header-image .site-title,
body.jverse.carlson.has-header-video .site-title {
    font-size: 4.5rem;
    font-size: 72px;
    margin-top: 20px;
}
body.jverse.carlson.has-header-image .site-description,
body.jverse.carlson.has-header-video .site-description {
    opacity: 1;
    text-align: right;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-size: 28px;
    font-weight: bold;
    color: #767676;
    margin-right: 7px;
}

/* Content */
article.page:after,
article.post:after {
	clear: both;
	content: '';
	display: table;
}
body:not(.has-sidebar):not(.page-one-column) .page-header,
body.has-sidebar.error404 #primary .page-header,
body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    float: none;
    width: 100%;
}
.blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
    float: none;
    width: 100%;
}
body.page .comments-area {
	display: none;
}
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 32px;
    font-size: 2rem;
}
body.home .page-header {
	display: none;
}
body.jverse hr {
	background: none;
	border-bottom: 1px solid #555;
    clear: both;
    padding-top: 1.5em;
}
th:last-child,
td:last-child {
    padding-right: 0.4em;
}
th,
td,
th:first-child,
td:first-child {
    padding-left: 0.4em;
}

/* Video */
.video-embed {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Home */
.home-blog-link {
	display: none;
}
body.home .home-blog-link {
	display: block;
	text-align: right;
}
body.home .home-blog-link a {
	font-weight: bold;
	text-decoration: underline;
}
body.home .home-blog-link a:hover {
	text-decoration: none;
}
body.home .navigation.pagination {
	display: none;
}

/* Mobile */
@media screen and (max-width: 1000px) {

	body:not(.title-tagline-hidden) .site-branding-text {
	    min-height: 88px;
	    padding: 0 0 0 138px;
	    background-size: 118px 88px;
	}
	body.jverse.carlson.has-header-image .site-title,
	body.jverse.carlson.has-header-video .site-title {
	    font-size: 2.5rem;
	    font-size: 40px;
	    margin-top: 0;
	}
	body.jverse.carlson.has-header-image .site-description,
	body.jverse.carlson.has-header-video .site-description {
	    font-size: 1.1rem;
	    font-size: 18px;
	    margin-right: 3px;
	}

}
@media screen and (max-width: 600px) {

	body:not(.title-tagline-hidden) .site-branding-text {
		background: none;
	    padding: 0;
	    min-height: auto;
	    width: 100%;
	}
	body.jverse.carlson.has-header-image .site-title,
	body.jverse.carlson.has-header-video .site-title {
		text-align: right;
	}
	
}