/*
Theme Name: DIA
Description: A child theme of Twenty Sixteen for Disabled in Action
Template: twentysixteen
Version: 0.2
*/

/* sans-serif: replace Merriweather, Montserrat and Open Sans */
body,
button,
input,
select,
textarea,
.required,
.comment-form .comment-form-cookies-consent label,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.post-password-form label,
.main-navigation,
.post-navigation,
.post-navigation .post-title,
.pagination,
.image-navigation,
.comment-navigation,
.site .skip-link,
.widget .widget-title,
.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss cite,
.tagcloud a,
.site-title,
.entry-title,
.entry-footer,
.sticky-post,
.page-title,
.page-links,
.comments-title,
.comment-reply-title,
.comment-metadata,
.pingback .edit-link,
.comment-reply-link,
.comment-form label,
.no-comments,
.widecolumn label,
.widecolumn .mu_register label,
.site-footer .site-title:after,
.site-footer span[role=separator],
.logged-in .site .skip-link,
:root .wp-block-file .wp-block-file__button,
:root .wp-block-button .wp-block-button__link,
:root .wp-block-latest-comments__comment-date {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
body,
button,
input,
select,
textarea,
:root .wp-block-file .wp-block-file__button,
:root .wp-block-button .wp-block-button__link,
:root .wp-block-latest-comments__comment-date {
	font-size: 1.5rem;
    letter-spacing: 0.02em;
}

::-webkit-input-placeholder {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
:-moz-placeholder {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
::-moz-placeholder {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
:-ms-input-placeholder {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


/* monospace: replace Inconsolata */

code,
kbd,
tt,
var,
samp,
pre,
.form-allowed-tags code,
:root .wp-block-code {
	font-family: Menlo, Consolas, monaco, monospace;
}


body,
input,
select,
textarea {
	background-color: #fff;
}
body,
input,
select,
textarea,
.main-navigation a {
	color: #000;
}
a {
	color: #009;
}
article .entry-content {
    line-height: 1.6;
}
details {
	margin: 0 0 1.5em;
}
summary {
	display: list-item;
	font-weight: 700;
}
.site {
	background-color: #1e73be;
	margin: 0;
}
body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
	content: none;
}
.site-inner {
	background-color: #fff;
}
.custom-logo {
	max-width: 100%;
}
.site-header {
	padding-top: 2em;
	padding-bottom: 2em;
}
.site-header-main {
	border-bottom: 2px solid #999;
}
.site-header-menu {
	margin-top: 1em;
	margin-bottom: 1em;
}
@media screen and (min-width: 56.875em) {
	.main-navigation .primary-menu {
		text-align: center;
	}
	.main-navigation .primary-menu > li {
		float: none;
		display: inline-block;
	}
	.menu-item-has-children a::after {
		font-size: 20px;
	}
}
.dropdown-toggle {
	top: 6px;
}