/*
Theme Name: Simplekey Child Theme
Theme URI: http://demo.themevan.com/simpekey
Description: Child Theme for the SimpleKey theme.
Template:  simplekey
Author: ThemeVan
Author URI:  http://www.themevan.com
License: GNU General Public License and Themeforest general license
License URI: License/README_License.txt
Tags: one-column,flexible-width,custom-colors,custom-menu,theme-options,translation-ready
Version: 1.0
*/
@import url(../simplekey/style.css);

@font-face {
    font-family: 'Blippo Light SF';
    src: url('fonts/BlippoLightSF.woff2') format('woff2'),
        url('fonts/BlippoLightSF.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.portfolios .portfolio-item {width:241px;height:413px;margin:0 2px 2px 0;}
.portfolios .portfolio-item a {cursor: default;}
.portfolios .portfolio-item .tools {display: none !important;}

.home #top{max-height:700px;overflow:hidden;}
.shrink h1#site-logo, .shrink h1#site-logo a, h1#site-logo a {
    width: 464px;
    background-size: auto 40px;
    background-position: 0 50%;
}
blockquote.quote-type .source {
    color: #fff;
}
.contactinfo p {margin-bottom: 8px; display: flex}
.contactinfo p strong {min-width: 100px}


/* mobile/tablet tweaks */
@media only screen and (max-width: 1240px) {

	h1#site-logo, h1#site-logo a {
		width: 200px  !important;
    	background-size: 100% auto !important;
	}

}

@media only screen and (max-width: 480px) {
	.portfolios .portfolio-item {
	    width: 100% !important;
	}
	.overlay {
	    height: 50%;
	}
}