/*
Theme Name: Twenty Sixteen Child
Theme URI: http://kctransguide.org/twentysixteen-child/
Description: Twenty Sixteen Child Theme
Author: Melissa Dickinson
Author URI: http://kctransguide.org
Template: twentysixteen
Version: 1.0.0
*/

.entry-date {
display: none;
}
.entry-title {
	text-transform: uppercase;
	font-family:"brandon-grotesque",Montserrat, "Helvetica Neue", sans-serif;
}

.entry-title a {
	color: #c7c6e3;
	font-family:"brandon-grotesque",Montserrat, "Helvetica Neue", sans-serif;
}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	font-family:"brandon-grotesque",Montserrat, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	}


.widget li a, .widget a {
	text-transform: uppercase;
	font-family: "brandon-grotesque",Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	font-weight: 700;
}

.taxonomy-description {
	color: #686868;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-family:"brandon-grotesque",Montserrat, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.225;
	margin-bottom: 1.05em;
	background: linear-gradient(330deg, #67c8cd 0%, #ee6a8b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.entry-content h1 {
	font-family:"brandon-grotesque",Montserrat, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.225;
	margin-bottom: 1.05em;
}

h2 {
	font-family:"brandon-grotesque",Montserrat, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	background: linear-gradient(330deg, #67c8cd 0%, #ee6a8b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

a {
	color: #67c8cd;
	text-decoration: none;
}

.comments-title {
	-webkit-hyphens: none!important;
	-moz-hyphens: none!important;
	-ms-hyphens: none!important;
	hyphens: none!important;
}

.site-header {
	padding: 1em 4.6923%;
}

ul,
ol {
	margin: 0 0 1.75em 1.75em;
	padding: 0;
}

.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.615384615em;
		padding-top: 1.615384615em;
	}

.site-title {
	font-family: "brandon-grotesque",Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.2173913043;
	margin-top: 5px;
}

@media only screen and (max-width : 768px) {
#content { display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;}
#secondary {    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;}
#primary {     -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;}
}
