/*
 Theme Name:   Blask Child
 Theme URI:    https://www.yannnovakdesign.com
 Description:  Blask Child Theme for Byron Westbrook
 Author:       Yann Novak
 Author URI:   https://www.yannnovakdesign.com
 Template:     blask
 Version:      1.0.0
 Text Domain:  blask-child
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html body,
html button,
html input,
html select,
html textarea {
	color: #222;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
    font-weight: 500;
	line-height: 1.5;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
	clear: both;
	color: #222;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3;
	text-transform: capitalize;
}
html .page-title,
html .entry-title {
	font-size: 29px;
	font-size: 2.9rem;
	margin-bottom: 1.125em;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html ul {
    list-style: none;
	margin: 0 0 1.5em 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
html .social-links ul {
	text-align: center;
}
html .social-links ul li {
	display: inline-block;
	float: none;
}
html .social-links ul a {
	margin: 1px 10px 0 0;
}
html .social-links ul a:before {
    background: #fff;
    color: #999;
	padding: 0;
}
html .social-links ul a:hover:before {
	background: #fff;
	color: #333;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html .site-branding {
	background: transparent;
	padding: 0;
}
html .site-title {
    font-weight: 300;
    line-height: 42px;
    text-transform: capitalize;
}
html .site-title a {
    color: #222;
    font-size: 29px;
    white-space: nowrap;
}
html .entry-content a,
html .entry-summary a,
html .page-content a {
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
html .hentry.page {
	max-width: 880px;
    margin-top: -8px;
}

html .page .hentry.page {
    margin-top: 0;
}
html .entry-header,
html .page-header {
    margin-top: -6px;
}
html .wp-block-image {
    margin-bottom: 1.5em;
}
html .page-content li {
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
html .project-title {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.0625em;
}
html .project-type {
    font-size: 12px;
	font-size: 1.2rem;
    line-height: 2.6;
}
html .portfolio-thumbnail a:hover:after {
	box-shadow: inset 0 0 0 0 #000;
}
/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/
@media screen and (min-width:768px) {
    html .site-branding {
        margin-top: -10px;
        text-align: left;
    }
	html .social-links ul {
		text-align: left;
	}
	html .social-links ul li {
		display: block;
		float: left;
	}
	html .page-content li {
		margin: 0;
	}
}
@media screen and (min-width:1260px) {
	html img.size-big,
	html .wp-caption.caption-big {
		display: inline-block;
		float: none;
		margin-bottom: 1.5em;
		margin-right: -235px;
		max-width: 100%;
	}
}