@charset "utf-8";
/*
Theme Name: petitxwolf
Theme URI:/
Description: petitxwolf
Author: petitxwolf
Version: 1.0
*/

/*editorCont*/
.editorCont p {
	margin-bottom: 20px;
}
.editorCont img.alignright {
	display: block;
	float: right;
}
.editorCont img.aligncenter {
	display: block;
	margin: auto;
}
.editorCont img.alignleft {
	display: block;
	float: left;
}
.editorCont ol {
	margin: 20px 0;
	padding-left: 20px;
	list-style-type: decimal;
	list-style-position: outside;
}
.editorCont ol li {
	margin-bottom: 8px;
}
.editorCont li {
	display: list-item;
	padding: 0;
}
.editorCont li:after,
.editorCont li:before {
	display: none;
}
.editorCont ul {
	padding-left: 20px;
	margin: 20px 0;
}
.editorCont table {
 	border: 1px solid #b0b0b0;
	width: 100%;
	table-layout: fixed;
}
.editorCont table th {
	background: #dce8f2;
}
.editorCont table th,
.editorCont table td {
	padding: 10px 15px;
	border: 1px solid #b0b0b0;
	border-width: 1px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.editorCont img.alignright,
	.editorCont img.alignleft {
		float: none;
	}
	.editorCont ol {
		margin: 10px 0 10px 0;
	}
	.editorCont table th,
	.editorCont table td {
		padding: 10px;
	}
}
.news-article-detail .gallery-columns-2 {
	line-height: 1.5;
}
.news-article-detail .gallery-columns-2 .gallery-item {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
	margin-right: 1%;
	width: 49.5% !important;
}
.news-article-detail .gallery-columns-2 .gallery-item:nth-of-type(even) {
	margin-right: 0;
}
/*.news-article-detail .gallery-columns-2 img {
	border: none!important;
}*/
.news-article-detail .gallery-columns-2 .gallery-caption {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.news-article-detail .gallery-columns-2 .gallery-item {
		margin-top: 0 !important;
		margin-bottom: 15px !important;
		margin-right: 1%;
		width: 100% !important;
	}
}