body#tinymce.wp-editor {
	color: #777;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;

	p {
		margin: 0 0 25px;
	}

	a {
		color: #4dd9c9;
		-webkit-transition: color 0.3s ease-out;
		transition: color 0.3s ease-out;

		&:visited {
			color: #4dd9c9;
		}

		&:hover,
		&:focus,
		&:active {
			color: #4dd9c9;
		}

		&:focus {
			outline: thin dotted;
		}

		&:hover,
		&:active {
			outline: 0;
		}
	}

	h1, h2, h3, h4, h5, h6 {
		color: #37474f;
		clear: both;
		margin: 0 0 30px;
		font-weight: 400;
		line-height: 1.1;

		a {
			color: #37474f;
			text-decoration: none;

			&:active,
			&:visited {
				color: #37474f;
			}

			&:hover,
			&:focus {
				color: #4dd9c9;
			}
		}
	}

	h1 {
		font-size: 66px;
		font-weight: 600;
		text-transform: lowercase;
	}
	h2 {
		font-size: 48px;
		font-weight: 600;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	h5 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	h6 {
		font-size: 13px;
		margin: 0 0 10px;
	}

	blockquote,
	q {
		margin: 50px 0 50px 50px;
		position: relative;

		&:before {
			font-size: 30px !important;
			line-height: 1;
			font-weight: 400;
			display: block;
			content: '"';
			position: absolute;
			left: -45px;
			top: -5px;
			color: #4dd9c9;
		}

		&:after {
			content: "";
		}
	}

	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin: 25px auto;
	}

	img {
		display: block;
		height: auto;
		max-width: 100%;
	}

	figure {
		margin: 10px 0;
	}

	ul, ol {
		margin: 0 0 25px;
		padding: 0 0 0 25px;

		&.comment-list {
			list-style: none;
			padding: 0;

			.comment-body {
				margin-bottom: 5px;
			}
		}
	}
	ul {
		list-style: disc;
	}
	ol {
		list-style: decimal;
	}
	li {
		margin-bottom: 5px;
	}

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

	dt {
		font-weight: 600;
	}
	dd {
		margin: 0 15px 25px;
	}

	table {
		margin: 0 0 25px;
		width: 100%;
	}

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

	address {
		margin: 0 0 25px;
	}

	pre {
		background: #eee;
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 25px;
		max-width: 100%;
		overflow: auto;
		padding: 15px;
	}

	code, kbd, tt, var {
		font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
		font-size: 12px;
		line-height: 1.6;
	}

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

	mark, ins {
		background: #fff9c0;
		text-decoration: none;
	}

	big {
		font-size: 125%;
	}

	b, strong {
		font-weight: 600;
	}
}

@media (max-width: 991px) {
	body#tinymce.wp-editor {
		h1 {
			font-size: 60px;
		}
		h2 {
			font-size: 40px;
		}
		h3 {
			font-size: 30px;
		}

		blockquote,
		q {
			margin: 40px 0 40px 40px;

			&:before {
				font-size: 25px !important;
				left: -35px;
				top: -5px;
			}
		}
	}
}

@media (max-width: 767px) {
	body#tinymce.wp-editor {
	    line-height: 1.6;
	
		p {
		    margin: 0 0 20px;
		}
	
		h1, h2, h3, h4, h5, h6 {
		    margin: 0 0 20px;
		}
	
		h1 {
		    font-size: 40px;
		}
		h2 {
		    font-size: 30px;
		}
		h3 {
		    font-size: 20px;
		}
	
		blockquote,
		q {
	    	margin: 20px 0 20px 20px;
	
			&:before {
				font-size: 15px !important;
				left: -18px;
				top: 0;
			}
		}
	
		hr {
	    	margin: 20px auto;
		}
	
		ul, ol {
	    	margin: 0 0 20px;
			padding: 0 0 0 20px;
		}
		li > ul,
		li > ol {
	    	margin-bottom: 0;
			margin-left: 10px;
		}
	
		dd {
	    	margin: 0 10px 20px;
		}
	
		table {
	    	margin: 0 0 20px;
		}
	
		address {
	    	margin: 0 0 20px;
	  	}
	
	  	pre {
	    	margin-bottom: 20px;
			padding: 10px;
		}
	}
}


/* RTL support */
body#tinymce.wp-editor.rtl {
	color: #777;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;

	p {
		margin: 0 0 25px;
	}

	a {
		color: #4dd9c9;
		-webkit-transition: color 0.3s ease-out;
		transition: color 0.3s ease-out;

		&:visited {
			color: #4dd9c9;
		}

		&:hover,
		&:focus,
		&:active {
			color: #4dd9c9;
		}

		&:focus {
			outline: thin dotted;
		}

		&:hover,
		&:active {
			outline: 0;
		}
	}

	h1, h2, h3, h4, h5, h6 {
		color: #37474f;
		clear: both;
		margin: 0 0 30px;
		font-weight: 400;
		line-height: 1.1;

		a {
			color: #37474f;
			text-decoration: none;

			&:active,
			&:visited {
				color: #37474f;
			}

			&:hover,
			&:focus {
				color: #4dd9c9;
			}
		}
	}

	h1 {
		font-size: 66px;
		font-weight: 600;
		text-transform: lowercase;
	}
	h2 {
		font-size: 48px;
		font-weight: 600;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	h5 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	h6 {
		font-size: 13px;
		margin: 0 0 10px;
	}

	blockquote,
	q {
		margin: 50px 50px 50px 0;
		position: relative;

		&:before {
			font-size: 30px !important;
			line-height: 1;
			font-weight: 400;
			display: block;
			content: '"';
			position: absolute;
			right: -45px;
			top: -5px;
			color: #4dd9c9;
		}

		&:after {
			content: "";
		}
	}

	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin: 25px auto;
	}

	img {
		display: block;
		height: auto;
		max-width: 100%;
	}

	figure {
		margin: 10px 0;
	}

	ul, ol {
		margin: 0 0 25px;
		padding: 0 25px 0 0;

		&.comment-list {
			list-style: none;
			padding: 0;

			.comment-body {
				margin-bottom: 5px;
			}
		}
	}
	ul {
		list-style: disc;
	}
	ol {
		list-style: decimal;
	}
	li {
		margin-bottom: 5px;
	}

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

	dt {
		font-weight: 600;
	}
	dd {
		margin: 0 15px 25px;
	}

	table {
		margin: 0 0 25px;
		width: 100%;
	}

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

	address {
		margin: 0 0 25px;
	}

	pre {
		background: #eee;
		font-family: "Courier 10 Pitch", Courier, monospace;
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 25px;
		max-width: 100%;
		overflow: auto;
		padding: 15px;
	}

	code, kbd, tt, var {
		font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
		font-size: 12px;
		line-height: 1.6;
	}

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

	mark, ins {
		background: #fff9c0;
		text-decoration: none;
	}

	big {
		font-size: 125%;
	}

	b, strong {
		font-weight: 600;
	}
}

@media (max-width: 991px) {
	body#tinymce.wp-editor.rtl {
		h1 {
			font-size: 60px;
		}
		h2 {
			font-size: 40px;
		}
		h3 {
			font-size: 30px;
		}

		blockquote,
		q {
			margin: 40px 40px 40px 0;

			&:before {
				font-size: 25px !important;
				right: -35px;
				top: -5px;
			}
		}
	}
}

@media (max-width: 767px) {
	body#tinymce.wp-editor.rtl {
	    line-height: 1.6;
	
		p {
		    margin: 0 0 20px;
		}
	
		h1, h2, h3, h4, h5, h6 {
		    margin: 0 0 20px;
		}
	
		h1 {
		    font-size: 40px;
		}
		h2 {
		    font-size: 30px;
		}
		h3 {
		    font-size: 20px;
		}
	
		blockquote,
		q {
	    	margin: 20px 20px 20px 0;
	
			&:before {
				font-size: 15px !important;
				right: -18px;
				top: 0;
			}
		}
	
		hr {
	    	margin: 20px auto;
		}
	
		ul, ol {
	    	margin: 0 0 20px;
			padding: 0 20px 0 0;
		}
		li > ul,
		li > ol {
	    	margin-bottom: 0;
			margin-right: 10px;
		}
	
		dd {
	    	margin: 0 10px 20px;
		}
	
		table {
	    	margin: 0 0 20px;
		}
	
		address {
	    	margin: 0 0 20px;
	  	}
	
	  	pre {
	    	margin-bottom: 20px;
			padding: 10px;
		}
	}
}