/*
Theme Name:  Maker Child
Theme URI:   https://themepatio.com/themes/maker/
Template:    maker
Author:      ThemePatio
Author URI:  https://themepatio.com/
Description: Maker Child Theme. Use it to customize Maker.
Version:     0.1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maker-child

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/**
 * DO NOT USE @import TO INCLUDE PARENT THEME STYLESHEET. IT IS INCLUDED IN functions.php INSTEAD.
 */


div.site-branding a:hover {
	text-decoration: none;
}

.main-navigation a {
	display: inline-block;
	letter-spacing: 7px;
	/*text-transform: lowercase;*/
}

.main-navigation a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1e1e1e;
    transition: width .3s;
}

.main-navigation a:hover::after {
	width: 100%;
}

.main-navigation a:hover {
	color: #1e1e1e;
	text-decoration: none;
}

#post-664 header.entry-header,
.project-meta tr:first-child {
	display: none;
}
.entry-title {
	font-size: 1.5rem;
}

.footer-navigation a {
	text-transform: uppercase;
	color: #1e1e1e;
	font-size: 12px;
	line-height: normal;
}

.footer-navigation a:hover {
	text-decoration: none;
}

a.ssl img {
	max-width: 25%;
}

.wpcf7-response-output {
	border: none;
}

.site-branding {
	max-width: none;
}

/*media query due to overviewbutton*/
@media screen and (min-width: 768px) {
	.pagination {
    	display: none;
	}

}