/*
Theme Name:     Opinion Child
Theme URI:      http://mekshq.com
Description:    Child theme for Opinion WordPress theme
Author:         meks
Author URI:     http://mekshq.com
Template:       opinion
Version:        0.1.0
*/

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.profilebox {
	padding: 10px 20px 5px 20px;
	background: #efefef;
	font-size:14px;
	margin-bottom: 30px;
}

.profilebox:after {
	content: "";
	display: block;
	clear:both;
}

.profilebox h6 {
	margin-bottom: 10px;
	font-weight: bold;
}

.button {
	display: flex;
	justify-content:center;
	text-align:center;
	align-items:center;
	border: none;
    text-decoration: none;
	padding: 16px 14px;
	width: 80%;
    font-size: 16px;
    margin: 0px auto 0px auto;
    cursor: pointer;
	background: #FFDE59;
    color: #345F7C;
}

.entry-content .button:hover{
	background: #ffa200;
	box-shadow:2px 2px 3px rgba(0,0,0,0.8);
}

.entry-content .articlearea-wrap {
	border: solid 3px #ffa200;
}

.entry-content .articlearea-wrap h4 {
	margin: 0 0 12px;
	padding: 3px 10px 8px;
	letter-spacing: 1.5px;
	background: #ffa200;
	font-size: 1.1em;
	font-family: 'Noto Sans';
	line-height: 1.3em;
}

.entry-content .articlearea-wrap .articlesarea {
	font-size: 0.9em;
}

.entry-content .articlearea-wrap .articlesarea ul.articleslist {
	margin-bottom: 1em;
}

.entry-content .articlearea-wrap .articlesarea ul.articleslist li a {
	box-shadow: unset;
}

.entry-content .interveweeprof-wrap {
	border: solid 3px #345f7c;
}

.entry-content .interveweeprof-wrap h4 {
	margin: 0 0 12px;
	padding: 3px 10px 8px;
	letter-spacing: 1.5px;
	background: #345f7c;
	font-size: 1.1em;
	font-family: 'Noto Sans';
	line-height: 1.3em;
	color: #ffffff;
}

.entry-content .interveweeprof-wrap .prof-content {
	padding: 1.4em;
	font-size: 0.9em;
}

.entry-content .interveweeprof-wrap .prof-content img.alignleft {
	margin: 0 auto;
	margin-bottom: 2.6rem;
	display: block;
	float: none;
	max-width: 50%;
}

.entry-content .interveweeprof-wrap .prof-content img.alignleft:after {
	content: "";
	clear: both;
	display: block;
}

.entry-content .introtable {
	border: solid 3px #345f7c;
}

@media (min-width: 571px) {
	.entry-content .interveweeprof-wrap .prof-content img.alignleft {
		margin-top: 0;
		margin-right: 1.6rem;
		float: left;
		max-width: 50%;
	}
}

@media (min-width: 970px) {
	.entry-content .interveweeprof-wrap .prof-content img.alignleft {
		margin-top: 0;
		margin-right: 1.6rem;
		float: left;
		max-width: 35%;
	}
}

@media (min-width: 1100px) {
	.entry-content .interveweeprof-wrap .prof-content img.alignleft {
		margin-top: 0;
		margin-right: 1.6rem;
		float: left;
		max-width: 30%;
	}
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

@media (min-width: 571px) {
	.container .section-head div .section-meta .meta-item.meta-author .vcard.author img {
		width: 30px;
	}
}

@media (min-width: 571px) {
	.container .section-content .entry-header .entry-meta .meta-item.meta-author .vcard.author img {
		width: 30px;
	}
}

@media only screen and (max-width: 450px) {
	.opinion-author .author-avatar img.avatar.alignnone {
		width: auto;
	}
}

.text_small {
	font-size: 85%;
}

.backshadow {
	background: #7cc1c0;
    padding: 15px;
    margin-bottom: 20px;
}

div.block_left {
   float: left;
   width: 50%;
}

.mks_ads_widget .mks_adswidget_ul li div {
	margin: 0 auto;
}

.home .opinion-side-by-side .entry-media {
	max-height: unset;
}

.designed-table table {
	border-collapse: collapse;
	width: 100%;
}

.designed-table table tr:nth-child(even) {
	background: #eeeeee;
}

.designed-table table tr th {
	background: #345f7c;
	color: #ffffff;
	padding: 10px 20px;
}

.designed-table a {
	color: #3366cc;
	text-decoration: underline;
}

.entry-content a, .entry-content li a, .comment-content a {
	color: #3366cc;
	text-decoration: underline;
	box-shadow: unset;
}