/*
 Template:     generatepress
*/
.author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 60px;
	font-size: 0.9em;
	background-color: #F7F8F9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
	/* box-shadow: 0 9px 28px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
}
.author-box .avatar {
	width: 250px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
h5.author-title {
	margin-bottom: 0.1em;
	font-weight: 600;
}
.author-description {
	line-height: 1.6em
}
.author-links a {
	margin-top: -1.5em;
	font-size: 2em;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.author-box {
		padding: 20px;
		padding-bottom: 0px;
		margin-top: 100px;
		flex-direction: column;
		text-align: center;
	}
	.author-box .avatar {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		margin-top: -35px;
	}
	.author-box .avatar img {
		max-width: 100px;
	}
	.author-links a {
		float: none;
		align-self: center;
	}
	.author-description {
		margin-bottom: 1em;
	}
}

#text-2 {
	background-color: #F2F4F9;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
    border: 1px solid rgba(0,0,0,.05);
}

#ai_widget-3 {
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
    border: 1px solid rgba(0,0,0,.05);
}

#wpsp_widget-2 {
	background-color: #fff;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
    border: 1px solid rgba(0,0,0,.05);
}

#custom_html-3 {
	background-color: #fff;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
    border: 1px solid rgba(0,0,0,.05);
}

#wpsp-2195 p{
	margin: -12px 0;
	font-size: 16px;
	font-weight: 600;
}

#wpsp-2195 p::before{
	content: "• ";
	color: #000000;
}

/*.widget-area .sidebar .is-right-sidebar .widget {
	box-shadow: 0 0 27px 0 rgb(214 231 233 / 52%);
	box-shadow: 0 9px 28px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
    border: 1px solid rgba(0,0,0,.05);
}*/

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
	color: #ffffff;
	font-weight: 600;
	background-color: #560b0b;
	border: #560b0b;
}

a.wp-show-posts-read-more:hover {
	color: #ffffff;
	font-weight: 600;
	background-color: #191919;
	border: #191919;
}

.wpsp-related-posts1 {
    padding: 15px 20px 5px 20px;
}

#wpsp-2194 p{
	margin: -15px 0;
	font-size: 18px;
	font-weight: 500;
}

#wpsp-2194 p:before { 
    content: "• ";
    color: #000000;
}

#wpsp-2192 h2 a, #wpsp-2197 h2 a, #wpsp-2199 h2 a, #wpsp-2206 h2 a, #wpsp-2200 h2 a, #wpsp-2190 h2 a{
	color: #000000;
}

.wp-show-posts-entry-title {
	font-size: 23px;
	font-weight: 500;
}

.wp-show-posts-entry-summary {
	font-size: 17px;
}

.author-name {
	color: #560b0b;
}

.site-footer{
	    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
}

a.read-more {
    float: right;
}

/* MV CSS Adjustment */
@media only screen and (max-width: 359px) {
    .inside-article {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}