/*
Theme Name: Twenty Seventeen Child
Theme URI: http://example.com/twenty-seventeen-child/
Description: Twenty Seventeen Child Theme
Author: John Doe
Author URI: http://deliciousthemes.com/
Template: twentyseventeen
Version: 1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentyseventeen/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */


ul {
	margin-left: 30px;
}

ol {
	margin-left: 50px;
}
table tr {
	vertical-align: top;
}

#panel1 {
	background: #dadada;
}
.page .panel-content .entry-title {
	font-size: 4rem;
	font-weight: 200;
	text-align: center;
}
.page .panel-content .entry-title:after {
	display: block;
    content: "";
    height: 5px;
    width: 200px;
    margin: 0px auto 20px;
    position: relative;
    background: #4c4c4c;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.callout {
	font-size: 2.5rem;
	font-weight: 300;
	text-align: center;
}
#post-12 header.entry-header {
	display: none;
}

body.has-header-image .site-title a {
	font-weight: 100;
}
body.has-header-image .site-description, body.has-header-video .site-description {
	font-weight: 100;
	padding-left: 3px;
}

.site-footer {
	margin-top: 0px !important;
}

@media (max-device-width: 800px)  {
	.content-column.one_half {
		padding-left: 0px !important;
		padding-right: 0px !important;
		text-align: center;
	}
	
	.content-column.one_half ul {
		width: auto;
		display: inline-block;
		text-align: left;
		list-style-position: inside;
		margin-left: 0px;
    }
}