@charset "utf-8";
.main-wrapper {
	width: 960px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#sideBar {
	width: 300px;
	float: right;
	padding: 40px 40px 40px 0;
	box-sizing: border-box;
}
#sideBar aside+aside {
	margin-top: 20px;
}
#sideBar h3 {
	/* font-family: 'MinionPro-Regular', 'Times New Roman', serif; */
	font-size: 18px;
	font-weight: 600;
	color: #212121;
	text-transform: capitalize;
	line-height: 1.2;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
}
#sideBar h3:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #CC8700;
	margin-bottom: -1px;
	margin-top: 5px;
}
#sideBar ul {
	margin: 0 0 0 20px;
}
#sideBar li {
	list-style: outside;
	margin: 5px 0;
}
#content-wrapper {
	width: 660px;
	float: left;
	padding: 40px;
	box-sizing: border-box;
}
#content-wrapper article {
	border-top: 1px dotted #DDD;
	margin-top: 40px;
	padding-top: 40px;
	padding-right: 20px;
}
#content-wrapper article:first-child {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
}
#content-wrapper .block-left {
	width: 180px;
	height: 120px;
	float: left;
	clear: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#content-wrapper .block-right {
	padding-left: 200px;
	text-align: justify;
}
#content-wrapper p.news-date {
	text-align: right;
	margin-top: 10px;
	font-style: italic;
	color: #757575;
}
#content-wrapper h1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
#single-post {
	text-align: justify;
}
#single-post h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
#archive .standard-h2 {
	margin: 40px 0 0;
}
.wp-pagenavi {
	text-align: center;
	margin-top: 30px;
}
#news .wp-pagenavi a, #news .wp-pagenavi span {
	padding: 6px 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#news .wp-pagenavi span.current {
	border-color: #CC8700;
	background: #CC8700;
	color: #FFF;
}
#news .wp-pagenavi a:hover {
	border-color: #B89866;
	background: #B89866;
	color: #FFF;
}
 @media only screen and (max-width: 768px) {
.main-wrapper {
	width: 96%;
	padding: 40px 2%;
}
#content-wrapper {
	width: 100%;
	float: none;
}
#sideBar {
	width: 100%;
	float: none;
    padding: 40px 20px 0;
}
#content-wrapper{
	padding: 0;
}
#content-wrapper article {
	text-align: center;
	width: 50%;
	float: left;
	margin: 0;
	padding: 5px !important;
	border: none;
	box-sizing: border-box;
}
#content-wrapper article:nth-child(odd) {
	clear: both;
}
#content-wrapper .block-left {
	float: none;
	clear: both;
	width: 100%;
	max-width: 180px;
	margin: 0 auto 5px;
}
#content-wrapper .block-right {
	padding: 0;
}
#content-wrapper h1 {
	text-align: center;
	font-size: 12px;
}
#content-wrapper h1+p {
	display: none;
}
#content-wrapper p.news-date {
	text-align: center;
	margin: 0;
}
}
