/* Additional default styles for the editor */

/* For emoji replacement images */
.news-cont img.emoji {
	display: inline !important;
	border: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.news-cont .mceIEcenter {
	text-align: center;
}

.news-cont img {
	height: auto;
	max-width: 100%;
}

.news-cont .wp-caption {
	margin: 0; /* browser reset */
	max-width: 100%;
}

/* iOS does not obey max-width if width is set. */
.news-cont .ios .wp-caption {
	width: auto !important;
}

.news-cont dl.wp-caption dt.wp-caption-dt img {
	display: inline-block;
	margin-bottom: -1ex;
}

.news-cont div.mceTemp {
	-ms-user-select: element;
}

.news-cont dl.wp-caption,
.news-cont dl.wp-caption * {
	-webkit-user-drag: none;
}

.news-cont .wp-caption-dd {
	font-size: 14px;
	padding-top: 0.5em;
	margin: 0; /* browser reset */
}

.news-cont .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.news-cont .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.news-cont .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/* Remove blue highlighting of selected images in WebKit */
.news-cont img[data-mce-selected]::selection {
	background-color: transparent;
}

/* Styles for the WordPress plugins */
.news-cont .mce-content-body img[data-mce-placeholder] {
	border-radius: 0;
	padding: 0;
}

.news-cont .mce-content-body img[data-wp-more] {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 96%;
	height: 16px;
	display: block;
	margin: 15px auto 0;
	outline: 0;
	cursor: default;
}

.news-cont .mce-content-body img[data-mce-placeholder][data-mce-selected] {
	outline: 1px dotted #888;
}

/* Styles for formatting the boundaries of anchors and code elements */
.news-cont .mce-content-body a[data-mce-selected] {
	padding: 0 2px;
	margin: 0 -2px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px #bfe6ff;
	background: #bfe6ff;
}

.news-cont .mce-content-body .wp-caption-dt a[data-mce-selected] {
	outline: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: transparent;
}

.news-cont .mce-content-body code {
	padding: 2px 4px;
	margin: 0;
	border-radius: 2px;
	color: #222;
	background: #f2f4f5;
}

.news-cont .mce-content-body code[data-mce-selected] {
	background: #e9ebec;
}

/* Gallery, audio, video placeholders */
.news-cont .mce-content-body img.wp-media {
	border: 1px solid #aaa;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center center;
	width: 99%;
	height: 250px;
	outline: 0;
	cursor: pointer;
}

.news-cont .mce-content-body img.wp-media:hover {
	background-color: #ededed;
	border-color: #72777c;
}

.news-cont .mce-content-body img.wp-media.wp-media-selected {
	background-color: #d8d8d8;
	border-color: #72777c;
}


/* Image resize handles */
.news-cont .mce-content-body div.mce-resizehandle {
	border-color: #72777c;
	width: 7px;
	height: 7px;
}

.news-cont .mce-content-body img[data-mce-selected] {
	outline: 1px solid #72777c;
}

.news-cont .mce-content-body img[data-mce-resize="false"] {
	outline: 0;
}

.news-cont audio,
.news-cont video,
.news-cont embed {
	display: -moz-inline-stack;
	display: inline-block;
}

.news-cont audio {
	visibility: hidden;
}

/* Fix for proprietary Mozilla display attribute, see #38757 */
.news-cont [_moz_abspos] {
	outline: none;
}

.news-cont a[data-wplink-url-error],
.news-cont a[data-wplink-url-error]:hover,
.news-cont a[data-wplink-url-error]:focus {
	outline: 2px dotted #dc3232;
	position: relative;
}

.news-cont a[data-wplink-url-error]:before {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	outline: 2px dotted #fff;
	z-index: -1;
}

/**
 * WP Views
 */

.news-cont .wpview {
	width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
	position: relative;
	clear: both;
	margin-bottom: 16px;
	border: 1px solid transparent;
}

.news-cont .mce-shim {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.news-cont .wpview[data-mce-selected="2"] .mce-shim {
	display: none;
}

.news-cont .wpview .loading-placeholder {
	border: 1px dashed #ccc;
	padding: 10px;
}

.news-cont .wpview[data-mce-selected] .loading-placeholder {
	border-color: transparent;
}

/* A little "loading" animation, not showing in IE < 10 */
.news-cont .wpview .wpview-loading {
	width: 60px;
	height: 5px;
	overflow: hidden;
	background-color: transparent;
	margin: 10px auto 0;
}

.news-cont .wpview .wpview-loading ins {
	background-color: #333;
	margin: 0 0 0 -60px;
	width: 36px;
	height: 5px;
	display: block;
	-webkit-animation: wpview-loading 1.3s infinite 1s steps(36);
	animation: wpview-loading 1.3s infinite 1s steps(36);
}

@-webkit-keyframes wpview-loading {
	0% {
		margin-left: -60px;
	}
	100% {
		margin-left: 60px;
	}
}

@keyframes wpview-loading {
	0% {
		margin-left: -60px;
	}
	100% {
		margin-left: 60px;
	}
}

.news-cont .wpview .wpview-content > iframe {
	max-width: 100%;
	background: transparent;
}

.news-cont .wpview-error {
	border: 1px solid #ddd;
	padding: 1em 0;
	margin: 0;
	word-wrap: break-word;
}

.news-cont .wpview[data-mce-selected] .wpview-error {
	border-color: transparent;
}

.news-cont .wpview-error .dashicons,
.news-cont .loading-placeholder .dashicons {
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	font-size: 32px;
}

.news-cont .wpview-error p {
	margin: 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.news-cont .wpview-type-gallery:after {
    content: '';
	display: table;
    clear: both;
}

.news-cont .gallery img[data-mce-selected]:focus {
	outline: none;
}

.news-cont .gallery a {
	cursor: default;
}

.news-cont .gallery {
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;
}

.news-cont .ie7 .gallery,
.news-cont .ie8 .gallery {
	margin: auto;
}

.news-cont .gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news-cont .ie7 .gallery .gallery-item,
.news-cont .ie8 .gallery .gallery-item {
	padding: 6px 0;
}

.news-cont .gallery .gallery-caption,
.news-cont .gallery .gallery-icon {
	margin: 0;
}

.news-cont .gallery .gallery-caption {
	font-size: 13px;
	margin: 4px 0;
}

.news-cont .gallery-columns-1 .gallery-item {
	width: 100%;
}

.news-cont .gallery-columns-2 .gallery-item {
	width: 50%;
}

.news-cont .gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.news-cont .ie8 .gallery-columns-3 .gallery-item,
.news-cont .ie7 .gallery-columns-3 .gallery-item {
	width: 33%;
}

.news-cont .gallery-columns-4 .gallery-item {
	width: 25%;
}

.news-cont .gallery-columns-5 .gallery-item {
	width: 20%;
}

.news-cont .gallery-columns-6 .gallery-item {
	width: 16.665%;
}

.news-cont .gallery-columns-7 .gallery-item {
	width: 14.285%;
}

.news-cont .gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.news-cont .gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.news-cont .gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
}



/* rtl */
.news-cont  .rtl .gallery .gallery-item {
	float: right;
}

