/*
Theme Name: Deejay
Description: Used to style the classic TinyMCE editor.
*/

body {
	margin: 15px;
	font-size: 1.2rem;
	line-height: 1.5;
	color:#333;
	font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.mce-content-body a[data-mce-selected] {
	padding: 0 2px;
	margin: 0 -2px;
	border-radius: 2px;
	box-shadow: none;
	background: inherit;
}

a {
	border-bottom: 2px solid transparent;
	transition: border 1.1s ease;
}

a:focus,
a:hover {
	border-bottom: 2px solid #b902c4;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

p {
	margin-bottom: 1.5em;
}

table {
	box-sizing: border-box;
	vertical-align: top;
	width: 75%;
}

table caption {
	padding: 0;
	position: relative;
	font-weight: bold;
}

th,
tr {
	border: none;
}

th {
	padding: 8px;
	border-bottom: 1px solid #4ac6c9 !important;
	border-radius: 4px 4px 0 0;
}

td {
	border: 2px solid transparent;
	border-radius: 2px;
	padding: 6px 8px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}


pre {
	color: #000000;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption a {
	padding: 4px;
	border: none;
	display: inline-block;
}

.wp-caption a:focus, 
.wp-caption a:hover {
	border: none;
}

.wp-caption-dd a,
.wp-caption-text a {
	border-bottom: 2px solid #cfcfcf;
	text-decoration: none;
}

.wp-caption-dd a:focus,
.wp-caption-text a:focus {
	 transition: all 0s ease;
	 border-bottom: 2px solid #b902c4;
}

.wp-caption-dd a:hover,
.wp-caption-text a:hover {
	 border-bottom: 2px solid #b902c4;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-dd,
.wp-caption-text {
	margin: 0.5em 0;
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 2px; 
	font-weight: bold;
	text-align: center;
}

.wp-block-button {
	color: #fff;
	margin-bottom: 1.5em;
}

.wp-block-button__link {
	background-color: #32373c;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}

a.wp-block-button__link {
	border: none;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus, 
.wp-block-file a.wp-block-file__button:hover {
	text-decoration: underline;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:focus {
	border: none;
	text-decoration: underline;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
	background: transparent;
	border: 2px solid #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}
