/*
Theme Name: Adaption
Description: Editor styles
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Main page
2.0 - Typography
3.0 - Elements
4.0 - Alignment
5.0 - Tablular
6.0 - Images
7.0 - rtl
--------------------------------------------------------------*/

/* Main page */
html .mceContentBody {
  font-size: 15px;
  max-width: 680px;
}
body {
  color: #444444;
  font-family: 'Arimo', sans-serif;
  line-height: 1.5;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #111111;
  font-family: 'Arimo', sans-serif;
  margin-bottom: 10px;
}
h1 {
  font-size: 25.6px;
  font-size: 2.56rem;
  font-weight: 700;
  line-height: 1.17188;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.14286;
}
h5 {
  font-size: 12.5px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.4;
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.5;
}

/* Elements */
p {
  margin-bottom: 20px;
}
b, strong {
  font-weight: bold;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  color: #777777;
  font-style: italic;
  margin: 20px 0;
  padding: 40px 0 20px 0;
  text-align: center;
}
address {
  margin: 0 0 20px;
}
pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
}
code, kbd, tt, var {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #777777;
  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%;
}
hr {
  background-color: #2f3134;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}
figure {
  margin: 0;
}
ul, ol {
  margin: 0 0 20px 40px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 20px 20px;
}

/* Links */
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
a {
  color: #d72222;
}
a:hover, a:active, a:focus {
  color: #ba1d1e;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
img.alignright {
  margin-left: 10px;
}
img.alignleft {
  margin-right: 10px;
}

/* Tablular */
table {
  margin: 0 0 20px;
  width: 100%;
}
th {
  font-weight: bold;
}

/* Images */
.wp-caption {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0;
}
.wp-caption-text {
  font-size: 85%;
  text-align: center;
}
.site-main .gallery {
  margin-bottom: 20px;
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  max-width: 100%;
}
.entry-thumbnail {
  text-align: center;
}
img.alignleft {
  margin: 20px 20px 20px 0;
}
img.alignright {
  margin: 20px 0 20px 20px;
}
img.aligncenter {
  margin: 0 auto;
}

/* rtl */
html .mceContentBody.rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.rtl tr, .rtl th, .rtl td {
  text-align: right;
}
.rtl blockquote cite,
.rtl blockquote small {
  padding-right: 40px;
  padding-left: 0;
}
.rtl blockquote cite:before,
.rtl blockquote small:before {
  right: 0;
  left: auto;
}
.rtl ul,
.rtl ol {
  margin: 0 40px 20px 0px;
  padding-right: 0;
}
.rtl li > ul,
.rtl li > ol {
  margin: 0 40px 20px 0px;
}
.rtl .mceItemTable th,
.rtl .mceItemTable caption {
  text-align: right;
}
.rtl .wp-caption {
  text-align: right;
}
.rtl .wp-caption .wp-caption-text,
.rtl .wp-caption-dd {
  text-align: right;
}