/*
 Theme Name:   Faye Hall
 Theme URI:    http://graphpaperpress.com/themes/wall-street/
 Description:  Child Theme of Wall Street for Faye Hall
 Author:       Don Betts
 Author URI:   http://donbetts.com
 Template:     wall-street
 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: wallstreet
 Domain Path: /languages/
 Tags: black, white, light, dark, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Wall Street is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/
@font-face {
	font-family: Chalkduster;
	src: url('fonts/Chalkduster.ttf.eot');
	src: url('fonts/Chalkduster.ttf.svg');
	src: url('fonts/Chalkduster.ttf.woff');	
	font-weight: normal;
}
body {
	font-size: 12px;
}

h1.site-title {
	border-bottom: 1px solid #000;
	font-size: 3em;
}
h1.site-title a {
	color: #000;
}
.site-description {
	display: inline-block;
}
h2.site-description {
	font-family: 'Architects Daughter', cursive !important;
	color: #000;

}
.home.has-home-slideshow h1.site-title {
	border-bottom: 1px solid #fff;
	font-size: 4em;
	line-height: 1;
}
.home.has-home-slideshow h1.site-title a {
	color: #fff;
}
.home.has-home-slideshow h2.site-description {
	color: #fff;
}
.home.has-home-slideshow h2.site-description {
	color: #fff;

	font-size: 1.29em;
}
#menu-wrap.stuck h1.site-title {
	border-bottom: 1px solid #000;
	font-size: 2.5em;
}
#menu-wrap.stuck h1.site-title a {
	color: #000;
}
#menu-wrap.stuck h2.site-description {
	color: #000;
	font-size: .8em;
}
.flex-caption .home-slide-title {
	font-size: 2.5em;
}
.archive h1.entry-title, .search article h1.entry-title, .grid-3 article h1.entry-title {
	font-size: 1.25em;
	text-transform: none;
}
h2.section-title, h1.archive-title {
	font-size: 2em;
}

.home.has-home-slideshow .stuck h1.site-title img,
h1.site-title img {
    max-height: 60px;
}
.home.has-home-slideshow h1.site-title img {
    max-height: 100%;
    opacity: 1;
}
#blog-section .entry-title, #primary.blog-page-list .entry-title {
	font-size: 1.5em;
}
.post_format-post-format-gallery .flex-caption {
    top: 85%;
    font-size: 18px;
}
.section-title-top {
	display: none;
}

.archive .entry-image {
	margin-bottom: 0;
}
.more {
	margin-top: 3em;
}
.more-button {
	border: 1px solid #5d879c;
	padding: .5em;
}
.more-button:hover {
	color: #fff;
	background: #5d879c; 
	border: 1px solid #5d879c;
}
.single .byline, .group-blog .byline {
	display: none;
}
#services-section .wrapper {
	display: -webkit-box;
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;     
}
.product_list_widget img {
	display: none;
}
#footer-widgets a:hover, #footer-widgets a:focus, #footer-widgets a:active {
	color: #999;
}
#blog-section .entry-image {
	width: 35%;
}
#blog-section .in-view .entry-content {
	width: 60%;
}
@media only screen and (max-width: 767px) {
	#blog-section .entry-image {
		width: 100%;
	}
	#blog-section .in-view .entry-content {
		width: 100%;
	}
	#services-section .wrapper {
		flex-direction: column;
	}
	.more {
		text-align: center;
	}
	#services-section article .entry-image img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
}
@media only screen and (max-width: 550px) {
	.has-home-slideshow .site-branding {
		top: 0em;
	}
	#home-slider .home-slide-title {
    	font-size: 1.25em;
    	margin-bottom: 1.5em;
	}
	h3.slide-button {
		margin-top:0;
	}
}