/*
Theme Name: CDL
Theme URI: https://cdl.ucf.edu/
Description: Child theme based on Twentyseventeen.
Author: Jacob Bates
Author URI: https://cdl.ucf.edu/
Template: twentyseventeen
*/

.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	max-width:100%;
}

@media screen and (min-width: 48em) {
	.page.page-one-column .entry-header {
		margin-bottom:0;
	}
}

@media screen and (max-width: 450px) {
	.page .search-section form {
		display: block;
	}
	
	.search-section button {
		width: 100%;
		margin-top: 1%;
	}
	
	.search-section .search-form .search-submit {
		position: inherit;
	}
}

.page #page main .parent {
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	width:80%;
	padding: 2% 0 2% 0;
	border-bottom: 2px solid black;
	margin:auto;
}

.page .childsection .link-more:not(:empty) {
	margin:-15px 0 0 0;
}

.page .childsection a {
	color: #3366FF;
}

.childtitle {
	position: relative;
}

#headtitle p {
	margin:0;
}

.page #headtitle {
	display:flex;
	justify-content: center;
	flex-direction: column;
}

.page #page main .parent h1 {
	font-family: "Archer SSm A", "Archer SSm B";
	font-style: italic;
	font-size: 30px;
	border-bottom: 2px solid #FFC904;
}

.search-section {
	padding-bottom: 2%;
	margin-bottom: 1%;
}

.page .search-section form select {
	display: none;
}

/** {
	border: 1px solid red;
}*/
