article {
	width: 100%;
	max-width: 940px;
	margin: 0px auto;
	min-height: 500px;

	color: #333;
	background-color: #fff;
	font-size: 18px;

	padding: 0 0 30px 0;
	border-radius: 8px;
	border: 1px solid #ddd;
  	line-height: 1.6;
}

article .blog-content {
	padding: 0px 80px 60px;
}


.blog-content ul {
	list-style: inherit;
}
.blog-content ol {
	list-style: decimal;
}

.blog-content ol  ul {
	list-style: disc;
}

/*
article .blog-content ul > li,
article .blog-content ol > li,
article .blog-content p {
	margin-bottom: 18px;
}
*/

article .blog-content ul > li,
article .blog-content ol > li {
	margin-top: .6666667em;
    margin-bottom: .6666667em;
}
article .blog-content p {
	margin-bottom: 2.8rem;
	line-height: 1.6;
}

.blog-content img {
	border-radius: 5px;
}


div.article-nav-wrapper {
	text-align: center;
	padding: 0;
	font-weight: bold;
}

nav.article-nav {
	margin-top: 10px;
	font-size: 18px;
}

nav.article-nav ul li {
	display: inline-block;
}

nav.article-nav ul li:not(:first-child):before {
  content: "\00BB";
  display: inline-block;
  margin: 0 10px;
}

.blog-content h2 {
	color: #87c52e;
	text-align: left;
}

.blog-content table,
.blog-content th,
.blog-content td {
    border: 1px solid #333;
    border-collapse: collapse;
}

.blog-content table.table-no-borders {
	border: none;
}

table.table-no-borders tr th,
table.table-no-borders tr td {
    border: none;
    padding: 14px 21px;
}

table.table-borders {
	width: 100%;
	border: 2px solid #eeeef2;
	border-collapse: collapse;
	margin: 0 auto;
}

table.table-borders tr td,
table.table-borders tr th {
  border: 2px solid #eeeef2;
  padding: 14px 21px;;
}

table.table-borders tr th {
  color: #ffffff;
  background-color: #00baff;
}


.blog-content th,
.blog-content td {
	padding: 5px 10px;
}

.blog-content th {
	text-align: center;
}

.blog-content .blog-sales-page table,
.blog-content .blog-sales-page td {
    border: 0px;
}

.blog-content .blog-sales-page td {
  padding: 20px 20px 20px 20px;
}

@media (max-width: 767px) {
	.blog-content table,
	.blog-content th,
	.blog-content td {
		width: 100% !important;
	}

}

.blog-content .image-rounded {
	border-style: solid;
    border-width: 3px;
    border-color: #EEEEF2;
    border-radius: 10px;
}

.blog-content .cover-image {
	display: block;
    width: 620px;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
}

.blog-content .table-of-contents {
    background: #f2fcfe;
    border: 1px solid #d0e1f2;
    border-radius: 10px;
    padding: 14px 21px;
    width: 70%;
}

.blog-content .table-of-contents ol > li {
	margin-bottom: 5px;
	margin-top: 5px;
}


.blog-content .table-of-contents p {
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: inherit;
}

@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

	.blog-content .table-of-contents  {
	    width: 100%
	}
}


.blog-content .examples {
	background-color: #FAFAFA;
    border: 1px solid #ccc;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 30px auto;
}


.blog-content .definition {
    border-left: 7px solid #0478d1;
    background-color: #EEEEF2;
    padding: 14px 21px;
    width: 100%;
}

.blog-content .summary {
    border-left: 7px solid #00baff;
    background-color: #EEEEF2;
    padding: 14px 21px;
    width: 100%;
}

.blog-content .attention {
    border-left: 7px solid #fa5b0f;
    background-color: #EEEEF2;
    padding: 14px 21px;
    width: 100%;
}

/*Highlight Text*/

.blog-content .highlight-orange {
  color: white;
  background-color:#fa5b0f;
}

.blog-content .highlight-yellow{
  color: white;
  background-color:#ffcc00;
}

.blog-content .highlight-red {
  color: white;
  background-color:#e8473c;
}

.blog-content .highlight-blue {
  color: white;
  background-color:#00baff;
}

.blog-content .highlight-dark-blue {
  color: white;
  background-color:#0478d1;
}

.blog-content .highlight-green {
  color: white;
  background-color: #87c52e;
}

/* Buttons */
.blue-btn {
	color: rgb(255, 255, 255);
	max-width: 380px;
	margin: 15px auto;
	padding: 10px 20px;
	font-size: 22px;
	line-height: 30px;
	background-image: linear-gradient(to bottom right, #33abe5, #235DDB);
	border-radius: 24px;
	text-decoration-line: none;
	display: block;
	text-align: center;
}
.blue-btn:hover {
	color: #fff;
}



/*Learn More*/
.blog-content .learn-more {
  font-style: italic;
  color: #8b9dba;
  font-size: 16px;
}

/*Tile Blocks*/

.blog-content .tile-blocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.blog-content .tile-blocks > div {
  margin: 10px;
  border-color:#EEEEF2;
  border-radius:10px;
  border-style:solid;
  border-width:3px;
  padding: 14px;
  flex: 0 0 210px;
}


.blog-sales-page {
	margin: 30px auto;
	background: #fff;
    text-align: justify;
}


.social-buttons {
	text-align: center;
	margin: 10px 0 30px;
}

.footer-social-buttons {
	margin: 60px auto 0;
}

.social-buttons ul {
	list-style: none;
}

.social-buttons ul li {
	display: inline-block;
    vertical-align: top;
    margin-left: -57px;
}

.fb-like, .google-plus-wrapper, .twitter-wrapper {
	margin-right: 10px;
}

.google-plus-wrapper, .twitter-wrapper {
	display: inline-block;
    position: relative;
    top: 8px;
}

.addthis-wrapper {
	width: 50%;
	margin-left: 0;
}


.category-desc {
	text-align: center;
	font-size: 20px;
}

.category-name, .post-name {
	color: #DC143C;
    margin-top: 0;
    margin-bottom: 2.2rem;
}

.posts-listing {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #ddd;
}

.posts-listing .post-wrapper {
	border-bottom: 1px solid #ddd;
	padding: 30px 0 45px;
}

.posts-listing .post-wrapper .post-title {
	margin-top: 0;
}

.posts-listing .post-image {
	float: left;
  	width: 40%;
  	padding: 0 10px;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.posts-listing .post-image  img {
	max-width: 250px;
}

.posts-listing .post-desc {
	text-align: left;
	float: left;
	padding-left: 20px;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.posts-listing .post-desc .post-title a {
	text-decoration: none;
	color: #dc143c;
}

.posts-listing .post-desc .post-brief-desc {
	font-size: 18px;
	text-align: justify;
}

.posts-listing .post-desc .read-more {
	font-style: italic;
}


/* single post */

.blog-content {
	margin: 20px 0;
}

.blog-content h2,
.blog-content h3 {
	margin-top: 30px;
	margin-bottom: 2.2rem;
}

.blog-content h3 {
	color: #1c94c4;
	color: #19A4F9;
}

.blog-content .highlight {
  	text-align: center;
  	margin: 20px;
}

.blog-content .highlight table, .blog-content .highlight td, .blog-content .highlight th {
	background-color: #f1f5f9;
	border: 1px solid black;
}

.blog-content .highlight table {
	margin: 0 auto;
}

.blog-content .highlight ul {
	text-align: left;
}

.blog-content .highlight td {
  padding: 7px;
  min-width: 30px;
  /* max-width: 80px; */
}

.blog-content .grammar-rule {
  padding: 5px 5px;
  margin: 20px;
  text-align: center;
  background-color: #F3F694;
}

.blog-content .grammar-rule .emphasis {
	font-weight: bold;
}

.blog-content ul,
.blog-content ol {
	margin-left: 40px;
}

.character-icon {
	width: 40px;
    height: 40px;
}

.audio-icon {
	max-width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.audio-icon:hover {
	cursor: pointer;
}

.login-for-audios {
	font-size: 14px;
}

/* post rating */
.post-rating-wrapper {
	text-align: right;
	position: relative;
}
.post-rating-wrapper .your-rating-label {
	padding-right: 5px;
	font-style: italic;
}
.post-rating-wrapper .post-rating {
	float: right;
	font-size: 24px;
}

.post-rating-wrapper .thank-you-msg {
	width: auto;
	margin: 10px;

	position: absolute;
    right: 0;

}

@media (max-width: 767px) {
	.post-rating-wrapper .thank-you-msg {
		margin: 0;
	}
}

/* hiring ad */
.hiring-ad {
	margin: 60px auto;
}
.blog-content .hiring-ad table,
.blog-content .hiring-ad table tr,
.blog-content .hiring-ad table td {
	border: none;
}

.hiring-ad .position {
	background: #33abe5;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
}
.hiring-ad .position a {
	color: #fff;
}





/* footer ad (outside of post content) */
.footer-ad {
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin: 30px auto;
}

.footer-ad ul.affiliate-program {
	list-style: none;
    width: 540px;
    margin: 0 auto;
    font-size: 18px;
}

.footer-ad .affiliate-program li {
	 background: url("/static/RealEdu/images/tick_mark_blue.png") left top/ 30px 40px no-repeat;
    line-height: 60px;
    padding-left: 40px;
    text-align: left;
}

.footer-ad .call-to-register {
    max-width: 450px;
    font-size: 28px;
    line-height: 40px;
    padding: 15px 30px;
    margin: 30px auto;
}

.footer-ad .create-account-label {
	font-size: 32px;
}


.related-posts {
    margin-top: 60px;
    background: #fafafa; /*#f2fcfe; */
    padding: 30px;
}

.related-posts .other-posts-label {
	font-size: 24px;
    text-align: center;
}

.related-posts-listing {
	list-style: none;
}

.related-posts-listing li {
    display: inline-block;
    margin: 30px 0;
    padding: 0 7px;
    width: 32%;
    vertical-align: top;
    text-align: center;
}

 .related-posts-listing img {
	max-width: 100%;
	max-height: 200px;
}

.recommend-grammar-app {
	margin: 30px auto;
	padding: 15px;
	text-align: center;
	background: #EEEEF2;
    color: #333;
    border-radius: 5px;
}

.recommend-grammar-app h2 {
	text-align: center;
	/*color: #fff !important*/
}
.recommend-grammar-app h3 {
	line-height: 30px;
	/*color: #fff !important;*/
}

.recommend-grammar-app .submit-btn {
	max-width: 450px;
	margin: 30px auto;
	/*
	padding: 24px 40px 28px;
    text-transform: uppercase;
	font-size: 32px;
    font-weight: bold;*/
}

.comments {
	margin-top: 60px;
	text-align: center;
}


@media (max-width: 767px) {
	.playfield .blog-content {
		width: auto;
		padding: 0 10px;
	}

	/* post content */
	.blog-content img:not([alt="wink"]):not([class="audio-icon"]):not([class="no-scale"]) {
		width: 100% !important;
		height: auto !important;
	}

	.blog-content .human-img {
	    max-width: 150px;
	    margin: 0 auto;
	    display: block;
	}

	.blog-content iframe {
	    width: 100% !important;
	}

	.comments {
		width: 100%;
	}

	.social-buttons ul li.addthis-wrapper {
		display: block;
	}
}

@media (max-width: 760px) {
	/* listing page */
	.posts-listing {
		text-align: center;
	}

	.posts-listing .post-image {
	    width: 100% !important;
	    float: none;
	}
	.posts-listing .post-image img {
	    max-width: 100%;
	    max-height: 100%;
	}

	.posts-listing .post-desc {
	    float: none;
	    width: 100%;
	    padding: 10px 10px 0;
	}

	/* footer */
	.footer-ad ul.affiliate-program {
		width: auto;
	}

	.footer-ad .call-to-register {
		width: auto;
	    padding: 15px;
	    font-size: 24px;
	}

	.footer-ad .create-account-label {
		font-size: 28px;
	}

	.related-posts {
		padding: 10px;
	}

	ul.related-posts-listing {
		margin: 0;
	}

	/* change to 2 cols */
	.related-posts-listing li {
	    display: inline-block;
	    margin: 30px 0;
	    width: 48%;
	}

	.related-posts-listing img {
		width: 100%;
	}
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr, tr.header {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:nth-of-type(1) {
		color: #00baff; /*#B22222;*/
	}

	td:before {
		display: block;
   		margin-bottom: 20px;
   		font-weight: bold;
   		text-decoration: underline;
   		text-align: left;
	}

}

/* google custom search */
.google-cse-wrapper .gsc-adBlock {
	display: none;
}


.google-cse-wrapper table,
.google-cse-wrapper td {
	border: none;
}

@media (max-width: 760px) {
	.google-cse-wrapper td {
		display: table-cell;
	}
}






