@charset "utf-8";

/* CSS Document */


@media only screen and (min-width:320px) and (max-width:1224px) {
.MainWrapper, .TopMainWrapper, .Footer, .IdxContainWrapper, .InnerContainWrapper {
	width:94% !important;
}
img ,.EditorText img {
	max-width:100%;	
}

h1.archive-title {
    text-align: center;
}

header.archive-header {
    padding: 0px 0px;
}
.BlogHeaderWrapper {
    margin-top:0px;
}
.post-navigation {
    max-width: 100%;
}
.navigation.post-navigation .nav-links{
	display: inline-block;	
}
.navigation.post-navigation .nav-links .nav-previous{
	width:48%;
	float:left;
	vertical-align:top;
	box-sizing:border-box;
        margin: 0;
}
.navigation.post-navigation .nav-links .nav-next{
	width:48%;
	float:right;
	vertical-align:top;	
	box-sizing:border-box;
	margin-bottom: 0px;
        margin: 0;
}
.BlogDetailPageWarp .BackBtnWrap {
    margin-bottom: 24px;
}
#comments article,
.BlogDetailPageWarp li,
#comments{
	text-align:left;	
}

.navigation.post-navigation .nav-links a span {
    line-height: 16px;
}
.BlogDetailContainer h1{
	text-align:center !important;	
}
.archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title {
    text-align: center;
    display: block;
    font-size: 30px !important;
    line-height: 35px !important;
}
.no-results.not-found .page-content p{
	margin-bottom: 10px;
    line-height: 24px;	
}
.ResponsiveLogo .ResLogo{
    display: inline-block;
}
.BlogWrap .ListWrap article {
    width: 45%;
} 
.BlogWrap.BlogDetailPageWarp .ListWrap article {
    text-align: center;
}
.BlogWrap .ListWrap article .YellowSepLine {
    margin: 10px auto 20px;
}
.BlogWrap .ListWrap article .entry-content h1, .BlogWrap .ListWrap article .entry-content h2, .BlogWrap .ListWrap article .entry-content h3, .BlogWrap .ListWrap article .entry-content h4, .BlogWrap .ListWrap article .entry-content h5, .BlogWrap .ListWrap article .entry-content h6 {
    text-align: center;  
}    

.BlogWrap .ListWrap article .entry-content img,
.BlogWrap .ListWrap article .ThumbImage figure img {
    margin: 0px auto !important;
}
 
}

@media only screen and (min-width:769px) and (max-width:1024px) {

}

@media only screen and (min-width:481px) and (max-width:768px) {
.BlogHeaderWrapper h2.Title {
    font-size: 32px;
}
.comments-title, .comment-reply-title {
    font-size: 25px !important;
    line-height: 35px !important;}
hr.sepline {
    margin: 12px auto !important;
}	
.BlogWrap .col1 ul li .Desc,.BlogDescHeight{
    height: inherit !important; 
}
.BlogWrap .col1 ul li .Desc::after{
    display: none;
}
.BlogDetailPageWarp .col1 .Col h4.Title {
    font-size: 35px;
}
	
.BlogWrap .ListWrap article {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
} 
.BlogWrap .ListWrap article .YellowSepLine {
    margin: 10px auto 20px;
}

.WidgetAreaWrapper .widget-area{
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(2 * var(--global--spacing-horizontal));
}
 
.DefaultSepline {
    margin: 12px auto 15px;
}

}

@media only screen and (min-width:320px) and (max-width:480px) {


.comments-title, .comment-reply-title {
    font-size: 24px !important;
    line-height: 34px !important;
}
h1.archive-title { 
    font-size: 24px;
}

.BlogWrap .ListWrap article {
    width: 100%;
    display: block; 
    margin: 30px auto 0;
    text-align: center; 
}
.BlogWrap .ListWrap article:first-child {
    margin: 0px auto 0;
} 
.BlogWrap .ListWrap article .YellowSepLine {
    margin: 10px auto 20px;
}
.BlogWrap .ListWrap article header.entry-header h2 {
    font-size: 22px;
    line-height: 1.3 !important;
}
h1.entry-title {
    font-size: 25px !important;
    line-height: 1.3 !important;
}
#comments .comment-form p #email-notes{
    display: block;
}
ol.comment-list li.odd {
    margin-left: calc(3.25 * 24px);
}
.WidgetAreaWrapper .widget-area form, 
.WidgetAreaWrapper .widget-area select{
    margin: 0px;
}

.widget-area section {
    margin: 20px 0px;
}
.widget-area section:last-child {
    margin-bottom: 0px;
}

.BlogWrap .ListWrap article header.entry-header h2 a, .BlogWrap .ListWrap article header.entry-header h2 {
    font-size: 20px;
}
.search-no-results .BlogWrap .ListWrap {
    width: 100%;
}
.BlogHeaderWrapper h2.Title {
    font-size: 35px; 
}
.DefaultSepline {
    width: 100px;
    margin: 8px auto 16px;
}
}
