/*
 Theme Name:   Twenty Seventeen Child
 Theme URI: https://wordpress.org/themes/twentyseventeen/
 Description:  Twenty Seventeen Child Theme
 Author:       Alexander Frais
 Author URI:   http://alexfrais.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
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twentyseventeen-child
*/

body, button, input, select, textarea {
	font-family: "Poppins",sans-serif;
}

h2 {
	margin-bottom: 2.5em;
}

.custom-header-media:before {
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.7) 100%);
}

/*
.twentyseventeen-panel .wrap {
	padding-top: 14em;
}
*/

.twentyseventeen-panel.background {
	background: #e5af47;
/* 	font-size: 1.1875rem; */
}

/*
.twentyseventeen-panel.background .wrap {
	padding-top: 6em;
}
*/

.twentyseventeen-panel.background h1,
.twentyseventeen-panel.background h2,
.twentyseventeen-panel.background h3,
.twentyseventeen-panel.background h4,
.twentyseventeen-panel.background h5,
.twentyseventeen-panel.background h6,
.twentyseventeen-panel.background p {
	color: #000;
}

/*
.twentyseventeen-panel h2, .twentyseventeen-panel.background h2 {
	margin: 0;
	font-size: 160px;
	line-height: 128px;
	font-family: "Poppins",sans-serif;
	font-weight: 900;
	position: absolute;
	top: 13px;
	right: 18px;
	text-align: right;
	text-transform: uppercase;
	color: #333;
}
*/

.twentyseventeen-panel.background .entry-content p a {
	color: #fff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,1);
}

.twentyseventeen-panel.background .entry-content p a:hover {
	-webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0), 0 3px 0 rgba(255,255,255,1);
	box-shadow: inset 0 0 0 rgba(255,255,255,0), 0 3px 0 rgba(255,255,255,1);
}

.site-footer {
	margin-top: 0 !important;
	border: 0 !important;
	background: #333;
}

.site-info a {
	color: #fff;
}

.readmore-wrapper {
	display: none;
}
