/*
Theme Name: Abedul
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Audio / Video
 * 8.0 - RTL
 */


/**
 * 1.0 Body
 */

body {
	color: #333;
    font-family: 'Source Sans Pro', Georgia, serif;
    font-size: 1rem;
    line-height: 1.667;
}


/**
 * 2.0 Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: 700;
    font-family: Lato, "Helvetica Neue", sans-serif;
}

h1 {
    font-size: 1.728em;
    margin: 0 0 0.3596em;
}

h2 {
    font-size: 1.728em;
    margin: 0.3596em 0;
}

h3 {
    font-size: 1.44em;
    margin: 0.339em 0;
}

h4 {
    font-size: 1.2em;
    margin: 0.720em 0;
}

h5 {
    font-size: 1em;
    margin: 0.898em 0;
}

h6 {
    font-size: 0.833em;
    margin: 0.898em 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
    margin: 0 0 1.667em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border: 0 solid #333;
    border-left-width: 4px;
    color: #777;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 1.5em;
    padding: 0 0 0 1.078667em;
}

blockquote,
q {
    quotes: none;
}

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

blockquote p {
    margin-bottom: 1.5em;
}

blockquote cite,
blockquote small {
    color: #333;
    display: block;
    font-size: 0.875em;
    line-height: 1.5;
    margin: 0.539em 0 0;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 1.667em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #ccc;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 1.667em;
    max-width: 100%;
    overflow: auto;
    padding: 1.667em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #ccc;
    padding: 0.125em 0.25em;
}

abbr,
acronym {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}

mark,
ins {
    background: #206474;
    color: #fafafa;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}



/**
 * 3.0 Elements
 */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.667em;
}

ul,
ol {
    margin: 0 0 1.667em 1.25em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li > ul,
li > ol {
    margin-bottom: 0; 
}

dl {
    margin: 0 0 1.667em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.667em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table,
th,
td {
    border: 1px solid #ccc;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.667em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

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

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}


/**
 * 4.0 Alignment
 */

.alignleft {
    float: left;
    margin: 0.375em 1.667em 1.667em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.667em 1.667em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.667em;
}

/**
 * 5.0 Caption
 */

.wp-caption {
    margin-bottom: 1.667em;
    max-width: 100%;
}

.blog .wp-caption {
    margin-bottom: 1em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    color: #777;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.618;
    padding-top: 0.539em;
}


/**
 * 6.0 Galleries
 */

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery .gallery-caption {
	color: #707070;
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.mce-content-body .wp-audio-playlist {
	margin: 0;
}


/**
 * 8.0 RTL
 */

body.rtl {
	font-family: Arial, Tahoma, sans-serif;
}

.rtl blockquote {
	border-left: none;
	border-right: 4px solid #707070;
	margin: 0 -21px 35px 0;
	padding-left: 0;
	padding-right: 17px;
}

.rtl blockquote > blockquote {
	margin-left: auto;
	margin-right: 0;
}

.rtl li > ul,
.rtl li > ol {
	margin: 0 23px 0 0;
}

.rtl table th,
.rtl table caption {
	text-align: right;
}
