/* Overall margins */
.container {
	padding: 0 1rem 0 3.2rem;
}

/* Banner and navigation */
.site-title {
	display: none;
}

#site-navigation {
	display: none;
}

.custom-logo {
	margin-left: -70px;
}

/* Road to IELTS colour for menu background */
.header-bar .menu {
	margin: 1.1rem 0 0;
}

.header-bar {
	background-color: #FFFFFF;
	border-bottom: solid 4px #0C436A;
}

.header-bar-menu {
	color: #000000;
}

.current-menu-item &gt; a {
	color: #1C87C9;
	padding-bottom: 2px;
	border-bottom: solid 4px #1C87C9;
}

/* Space around each post */
.post {
	margin: 1rem 0;
}

p + ol, p + ul {
	margin-top: -1rem;
}

p {
	margin-bottom: 1rem;
}

/* Side bar widgets */
.widget_text {
	width: 250px;
	border-bottom: 2px solid #CDCCCC;
	border-top: 2px solid white;
	border-radius: 10px;
	padding: 10px 10px 4px;
	background-color: #F2F1F3;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#CDCCCC));
	background-image: -webkit-linear-gradient(white, #CDCCCC);
	background-image: -moz-linear-gradient(white, #CDCCCC), -moz-linear-gradient(white, #CDCCCC);
	background-image: -o-linear-gradient(white, #CDCCCC), -o-linear-gradient(white, #CDCCCC);
	background-image: linear-gradient(white, #CDCCCC), linear-gradient(white, #CDCCCC);
	-moz-background-size: 2px 100%;
	background-size: 2px 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	box-shadow: 0 0 3px #CDCCCC;
}

.widget-title {
	font-size: 18px;
	border-bottom: dotted 2px #CDCCCC;
}

.widget_body {
	margin: 0;
	padding: 0 0 4px;
	font-size: 12px;
	line-height: 1.25;
}

.widget_h2 {
	text-align: center;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
	color: #FFA327;
}

/* Email Subscriber widget */
.es_textbox_class {
	width: 100% !important;
}

.es_button {
	padding-top: 10px;
	padding-bottom: 10px;
}

.es_textbox_button {
	display: inline-block;
	padding: 0 !important;
	border: 0 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 4px 2px rgba(18, 90, 135,1);
	-moz-box-shadow: 0 4px 2px rgba(18, 90, 135,1);
	box-shadow: 0 4px 2px rgba(18, 90, 135,1);
	width: 90% !important;
	margin: auto 5%;
	color: #fff !important;
	background-color: #0087c8 !important;
	font-size: 100% !important;
	font-weight: 700 !important;
	height: 28px;
	vertical-align: baseline;
	text-decoration: none !important;
}

.es_textbox_button:hover {
	background-color: #07a0dd !important;
}

.es_msg {
	color: #4F8A10;
}

/* Road to IELTS promotion */
.btn_subscribe {
	background-color: #E09526;
	box-shadow: 0 4px 2px #AD752A;
	border-radius: 4px;
	width: 90%;
	height: 28px;
	line-height: 28px;
	margin: auto;
	text-align: center;
}

.btn_subscribe:hover {
	background-color: #FFA327;
}

.btn_subscribe a {
	color: #F2F1F3;
}

.R2I_buy_widget_header {
	margin: auto;
	width: 80%;
}

.R2I_buy_widget_body {
	margin: 4px auto;
	width: 80%;
}

.R2I_buy_widget_footer {
	margin-top: 10px;
	text-align: right;
}

/* About widget */
.About_widget_footer {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.About_widget_footer &gt; img {
	width: 15%;
}

/* Change vertical spacing */
.entry-footer .entry-author {
	margin: 10px 0;
	margin: 1rem 0;
}

.post {
	padding-bottom: 0;
}

.post {
	border-bottom: 1px #0C436A solid;
}

.entry-date {
	margin-bottom: 0;
}

.entry-header {
	line-height: 20px;
	margin-bottom: 0;
}

/* Author alignment */
.entry-author-byline {
	height: 40px;
	line-height: 2rem;
}

/* blog adverts */
#blog_advert {
	background-image: url(/wp-content/uploads/IP_IELTS_blog-Subcribe_191015_web_554_133.png);
	height: 133px;
	width: 555px;
	margin: 20px auto;
	display: none;
}

#blog_advert a {
	display: table-cell;
	vertical-align: middle;
	height: 133px;
	width: 554px;
}

@media (max-width: 600px) {
	#blog_advert {
		background-image: url(/wp-content/uploads/sites/7/2019/10/IP_IELTS_blog-Subcribe_191015-moblie_267_115.png);
		height: 115px;
		width: 267px;
	}
	
	#blog_advert a {
		display: table-cell;
		vertical-align: middle;
		height: 116px;
		width: 268px;
	}
}