/*
Theme Name: BirdFIELD
*/
/*
Used to style the TinyMCE editor.
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body {
  font-family: 'Raleway', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial','Hiragino Sans', YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic';
  color: #222327;
  font-size: 1rem;
}

#tinymce {
	padding: 1em;
	}

a {
	color:#1c4bbe !important;
	text-decoration: none !important;
	}

h1, h2, h3, h4, h5, h6 {
  margin: 0.7em 0;
  line-height: 1.2;
  font-weight: normal;
  color: #000; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000; }
h1 {
  font-size: 2.4rem; }
h2 {
  font-size: 2rem; }
h3 {
  font-size: 1.8rem; }
h4 {
  font-size: 1.6rem; }
h5 {
  font-size: 1.4rem; }
h6 {
  font-size: 1.2rem; }
h2 {
  border-bottom: dashed 1px #e6e6e6;
  padding-bottom: 0.4em; }
h3 {
  border-left: solid 7px #e6e6e6;
  padding-left: 10px; }
p {
  line-height: 1.7;
  margin: 0 0 1.7rem; }
blockquote {
  margin-left: 1.7rem;
  padding-left: 1.7rem;
  border-left: 10px solid #e6e6e6; }
  blockquote small {
    display: block;
    line-height: 20px;
    color: #999999; }
  blockquote small:before {
    content: '\2014 \00A0'; }
  blockquote cite:before {
    content: "-"; }
  blockquote cite {
    color: #999999;
    display: block; }
table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.7rem; }
  table th,
  table td {
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.4;
    padding: 0.85rem;
    text-align: left;
    vertical-align: top; }
  table th {
    border-bottom: 2px solid #e6e6e6;
    font-weight: bold; }
pre {
  border: dashed 1px #CCC;
  padding: 0.85rem;
  background: #EEE;
  margin-bottom: 1.7rem;
  line-height: 1.4; }
code {
  background: #EEE; }
code, kbd, pre, samp {
  font-family: monospace,serif; }
hr {
  background-color: #e6e6e6;
  border: 0 none;
  height: 1px;
  margin-bottom: 1.7rem; }
sup, sub {
  font-size: 80%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  top: 0.5ex; }
sup {
  bottom: 1ex; }
em {
  font-style: italic; }
strong {
  font-weight: bold; }
abbr {
  cursor: help; }
ul,
ol {
  margin: 0 0 1.7rem 0.85rem;
  padding: 0 0 0 0.85rem;
  line-height: 1.4; }
  ul li,
  ol li {
    padding: 0.2125rem 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }
ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }
    ul ul ul {
      list-style: square; }
ol {
  list-style: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
      ol ol ol ol {
        list-style: lower-alpha; }
dl {
  margin: 0 0 1.7rem 0;
  line-height: 1.7; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin: 0 1.7rem 1.7rem;
    padding: 0; }
del {
  color: #C00; }
ins {
  background: #ffc;
  text-decoration: none; }

.aligncenter,
.alignleft,
.alignright {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
  float: left;
  margin-right: 0.75em;
}
.alignright {
  float: right;
  margin-left: 0.75em;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 0.85rem;
}

.wp-caption,
.gallery-caption {
  display: block;
  font-size: 0.9em;
  line-height: 1;
  color: #999;
  max-width: 100%;
  text-align: center;
}

.wp-caption {
  padding: 5px;
  background: #E6E6E6;
  margin-bottom: 0.85rem;
  max-width: 100%;
}

.wp-caption .wp-caption-dd,
.gallery-caption .wp-caption-dd {
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #999;
}

.gallery-caption {
  margin: 5px 0 0 0;
}

.gallery {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.gallery .gallery-item {
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  text-align: center;
  width: 33%;
}

.gallery .gallery-item a {
  display: block;
}

.gallery .gallery-item img {
  vertical-align: bottom;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.editor-post-title__block,
.editor-post-title__input {
  font-family: 'Raleway', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial','Hiragino Sans', YuGothic, 'Yu Gothic', Meiryo, 'MS PGothic';
  font-weight: normal;
  line-height: 1.2;
}

/* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */
.wp-block[data-type="core/freeform"] .mce-btn i {
  font-family: dashicons !important;
}
