/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	word-wrap: break-word;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: inherit;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/* =Global
----------------------------------------------- */

/* Base */
body {
	background: #f3f3f3;
}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,"Noto Sans","Helvetica Neue",sans-serif;
	font-size: 16px;
	line-height: 24px;
}
::selection {
	background: #fff9c0;
}
::-moz-selection {
	background: #fff9c0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #111;
	letter-spacing: -0.01em;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 24px;
}

/* Links */
.entry-content a,
.navigation a {
	color: #a62425;
}
a:hover {
	color: #b85051;
	transition: color .15s ease-in-out;
}

/* Text elements */
p {
	margin-bottom: 24px;
	text-align: justify;
}
ul, ol {
	margin: 0 0 24px 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul {
	margin-bottom: 0;
	margin-left: 1em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 24px 1em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
cite {
	border-bottom: dotted 1px #999;
}
blockquote {
	font-style: italic;
	margin-bottom: 24px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
pre {
	background: #eee;
	font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	word-wrap: normal;
}
code, kbd, tt, var {
	background: #eee;
	padding: 6px;
	font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
	font-size: 14px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin-bottom: 24px;
	width: 100%;
}
caption {
	color: #111;
	margin-bottom: 8px;
	text-align: center;
}
th {
	font-weight: 700;
}
img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

/* =Form */
button,
input,
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 88%;
	line-height: 1;
	padding: 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	color: #666;
	margin-top: 8px;
	padding: 8px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Media */
embed,
iframe,
object {
	width: 100%;
}
img.inset {
  max-width:250px;
  display:block;
  margin:0 auto 15px;
}
img.thumbnail {
  width:165px;
  height:165px;
  padding:0;
  margin:5px;
}

/*archive*/

@media all and (min-width:480px){
  div.archive{
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    column-gap:20px;
    -moz-column-gap:20px;
    -webkit-column-gap:20px;
  }
  div.archive div{
    display:inline-block;
    width:100%}}

/* Feeds */

div.fullwidth {
  max-width:100%;
  width:100%
}
div.fullwidth ul{
  margin:0 0 10px 0;
  padding:4px 0;
  list-style-type:none;
  display:inline-block;
  width:100%;
}
div.fullwidth li:first-child{font-weight:700}
div.fullwidth article:first-child{border-top:none;padding-top:0}
div.fullwidth a{text-decoration:underline}
div.fullwidth article+article img{padding:0;margin:0}

@media all and (min-width:480px){
  div.fullwidth #columns {
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    column-gap:20px;
    -moz-column-gap:20px;
    -webkit-column-gap:20px}}
@media all and (min-width:960px){
  div.fullwidth #columns {
    column-count:3;
    -moz-column-count:3;
    -webkit-column-count:3}}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Clearing */
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after {
	content: '';
	display: table;
}
.entry-content:after,
.site-content:after {
	clear: both;
}

/* =Main
----------------------------------------------- */

/* Headings */
.entry-content h1 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 24px;
	margin-top: 48px;
}
.entry-content h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 24px;
	margin-top: 48px;
}
.entry-content h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 24px;
}
.entry-content h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 12px;
	margin-top: 24px;
}
.entry-content h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
	margin-top: 24px;
}
.entry-content h6 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 24px;
}

/* Links */
.entry-content a {
	border-bottom: solid 1px #a62425;
}

/* Text elements */
.entry-content blockquote {
	padding: 24px 0 1px 30px;
	position: relative;
}
.entry-content ul,ol {
	text-align: justify;
}
.entry-content blockquote:before {
	color: #ccc;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: 0;
}
.entry-content table {
	border-top: solid 1px #ddd;
	font-size: 14px;
	line-height: 22px;
}
.entry-content th, .entry-content td {
	border-bottom: solid 1px #ddd;
	padding: 11px 11px 11px 0;
}

@media screen and (min-width: 780px) {
	/* Base */
	.entry-content {
		font-size: 17px;
		line-height: 28px;
	}

	/* Headings */
	.entry-content h1 {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 28px;
		margin-top: 56px;
	}
	.entry-content h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 28px;
		margin-top: 56px;
	}
	.entry-content h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 28px;
		margin-top: 42px;
	}
	.entry-content h4 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 28px;
		margin-top: 28px;
	}
	.entry-content h5 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 14px;
		margin-top: 28px;
	}
	.entry-content h6 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 7px;
		margin-top: 28px;
	}

	/* Text elements */
	.entry-content hr,
	.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.entry-content dd,
	.entry-content blockquote,
	.entry-content pre,
	.entry-content table {
		margin-bottom: 28px;
	}
	.entry-content ul, .entry-content ol {
		margin-left: 2em;
	}
	.entry-content dd {
		margin-left: 2em;
	}
	.entry-content blockquote {
		padding: 28px 0 1px 45px;
	}
	.entry-content blockquote:before {
		font-size: 90px;
	}
	.entry-content pre {
		font-size: 15px;
	}
	.entry-content table {
		font-size: 15px;
		line-height: 24px;
	}
	.entry-content th,
	.entry-content td {
		padding: 12px;
	}
	img.inset{
    float:right;
    margin-left:20px;
  }
}

/* Alignment */
@media screen and (min-width: 1180px) {
}

/* =Layout
----------------------------------------------- */

.site {
	background: #fff;
	margin: 0 auto;
	padding: 0 15px;
}
.site-branding,
.site-content,
.site-info {
	max-width: 700px;
	margin: 0 auto;
}

@media screen and (min-width: 960px) {
	.site {
		max-width: 1040px;
	}
}

@media screen and (min-width: 1180px) {
	.site {
		max-width: 1260px;
	}
}

/* =Header
----------------------------------------------- */

.site-header {
	margin-bottom: 36px;
	text-align: center;
}
.site-branding {
	margin: 0 auto;
	padding: 12px 0 24px;
}
.site-logo {
	margin-bottom: 2px;
}
.site-logo a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
.site-logo img {
	zoom: 66%;
}
.border-radius .site-logo img {
	border-radius: 50%;
}
.site-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
}
.site-title a {
	padding: 0px 5px;
	color: #fff;
	background: #cf0609;
	font-size: 30px;
	text-transform: uppercase;
}
.site-description {
	color: #555;
	font-size: 15px;
}
.header-image {
	margin: 36px -15px 0 -15px;
	max-height: 350px;
	overflow: hidden;
}
.header-image img {
	width: 140%;
	max-width: 140%;
}

@media screen and (min-width: 780px) {
	.site-branding {
		padding: 20px 0;
	}
	.site-logo img {
		zoom: 1;
	}
	.site-header {
		margin-bottom: 60px;
	}
	.site-title {
		font-size: 43px;
		line-height: 50px;
	}
	.site-description {
		font-size: 18px;
	}
	.header-image {
		margin: 36px 0 0 0;
	}
	.header-image img {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
}

/* =Menu
----------------------------------------------- */

.main-navigation-wrapper {
	border-bottom: solid 2px #333;
}
.main-navigation {
	letter-spacing: -0.01em;
	position: relative;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.site-header .search-form {
	position: absolute;
	right: 15px;
	top: 0;
}
.site-header .search-field {
	background: url( "search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 38px;
	margin: 6px 0 4px;
	padding: 0 0 0 34px;
	position: relative;
	width: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.site-header .search-field {
		background-image: url( "search-icon@2x.png" );
	}
}
.site-header .search-field:focus {
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}
.site-header .search-submit {
	display: none;
}

@media screen and (max-width: 779px) {
	.menu-toggle {
		cursor: pointer;
	}
	li.menu-item-has-children li {
		display:none;
	}
	.main-navigation {
		font-size: 15px;
		text-align: left;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation.toggled ul {
		display: block;
	}
	.main-navigation h1 {
		padding: 12px 15px;
	}
	.main-navigation h1:hover {
		opacity: 0.8;
		transition: opacity .15s ease-in-out;
	}
	.main-navigation a {
		border-top: solid 1px #ddd;
		display: block;
		padding: 12px 15px;
	}
	.main-navigation ul ul a {
		padding-left: 30px;	
	}
	.main-navigation ul ul ul a {
		padding-left: 45px;	
	}
	.main-navigation ul ul ul ul a {
		padding-left: 60px;	
	}
}

@media screen and (min-width: 780px) {
	.sticky-menu {
		position:fixed;
		background-color: #fff;
		top:0; left:0; right:0;
	}
	.content-offset{
		margin-top:116px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		font-size: 16px;
		line-height: 54px;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		padding: 0 30px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a,
	.main-navigation ul.menu > li.page_item_has_children > a,
	.main-navigation div.menu > ul > li.menu-item-has-children > a,
	.main-navigation ul.menu > li.menu-item-has-children > a {
		padding-right: 24px;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -.40em;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
	}
	.main-navigation li a {
		display: block;
		padding: 0 18px;
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 0 3px #ccc;
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-align: left;
		top: auto;
		transition: opacity .15s ease-in-out;
		width: 200px;
		z-index: 99999;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #ddd;
		line-height: 26px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:before,
	.main-navigation  ul ul li.menu-item-has-children > a:before {
		content: ">";
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 8px;
	}
	.site-header .search-field {
		margin: 9px 0 7px;
		transition: width .4s ease, background .4s ease;
	}
}

/* =Content
----------------------------------------------- */

/* Base */
.content-area {
	margin-bottom: 60px;
}
.hentry {
	background: url("line.png") no-repeat center bottom;
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.single .hentry {
	background: none;
	margin-bottom: 60px;
	padding-bottom: 0;
}

/* Entry Header */
.entry-header {
	margin-bottom: 24px;
}
.entry-title {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 8px;
	text-align: center;
}
.entry-meta {
	color: #777;
	font-size: 14px;
	text-align: center;
}
.entry-meta a {
	border-bottom: solid 1px #ccc;
	color: #777;
}
.entry-meta a:hover {
	color: #333;
}
.entry-meta {
	margin-bottom: 24px;
}
.entry-content {
	margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
	.entry-title {
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 12px;
	}
	.entry-meta {
		font-size: 16px;
	}
}

/* Archive */
.page-header {
	margin-bottom: 36px;
}
.page-title {
	font-size: 22px;
	line-height: 30px;
}

/* =Navigation
----------------------------------------------- */

/* Post Navigation */
.post-navigation h2 {
	color: #777;
	font-size: 14px;
	text-transform: uppercase;
}
.post-navigation a {
	text-decoration: underline;
}
.post-navigation .nav-previous {
	margin-bottom: 24px;
}
.post-navigation .nav-next {
	text-align: right;
	margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
	.post-navigation h2 {
		font-size: 15px;
	}
	.post-navigation {
		overflow: hidden;
	}
	.post-navigation .nav-previous {
		float: left;
		width: 45%;
	}
	.post-navigation .nav-next {
		float: right;
		width: 45%;	
	}
}

/* =Footer
----------------------------------------------- */

/* Base */
.site-footer {
	border-top: solid 1px #ddd;
}

/* Footer Info */
.site-info {
	color: #555;
	margin: 24px auto;
	text-align: center;
}
.site-copyright {
	font-size: 14px;
	margin-bottom: 12px;
}
.site-copyright a:hover {
	color: #111;
}
.site-credit {
	color: #777;
	font-size: 13px;
}
.site-credit a {
	border-bottom: solid 1px #ccc;
}
.site-credit a:hover {
	color: #333;
}
@media screen and (min-width: 780px) {
	.site-copyright {
		font-size: 15px;
	}
	.site-credit {
		font-size: 14px;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.main-navigation,
	.navigation {
		display: none;
	}
	.site {
		padding: 0;
	}
	.site-content {
		max-width: 100%;
	}
}
