/* 
 Theme Name:   MG Boot Child
 Theme URI:    
 Description:  Style Sheet
 Author:       JP
 Author URI:   
 Template:     mg
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
clongaption,
tbody,
tfoot,
thead,
tr,
th,
theadlined,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: disc;
}
/* blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
} */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #fff !important;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.row {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.container {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.content {
	padding: 15px 15px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.content-home {
	padding: 0;
}

li {
font-family: Georgia, serif;
    line-height: 1.35;
    margin: 10px 0;
    font-size: 16px;
    font-style: italic;
}

article ul {
		font-family: Georgia, serif;
	margin:0 20px;

}


#header.fixed-top {
	top: 0 !important;
}
#main {
	background: #fff;
	margin: 0 auto;
	padding-bottom:0;
	min-height: 1000px;
}
.container {
	margin: 0 auto;
	max-width: 1050px;
	width: 100%;
}
section {
	margin: 25px auto;
	padding: 0;
}
article {
	position: relative;
}
.archives {
	margin: 30px 0;
	padding:0 10px;
}
.aside {
	float: right;
	width: 300px;
	margin-left:25px;
}
single #comments-title, .single .entry-content, .single .post-navigation {
	margin: 15px 0;
}
.padded {
	/* 	margin:0 10px;
	padding-top:10px */
	;
}
a {
	color: #111;
	text-decoration: none;
}
b, strong {
	font-weight: 700 !important;
}

em {
	font-style:italic;
}
a:hover {
	color: #111;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1d1d;
	line-height: 1 !important;
	margin-top: 5px;
	font-weight: 600 !important;
}
h1 {
	font-size: 33px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1 !important;
}
h2 {
	font-size: 17px;
	margin-bottom: 0;
		line-height: 1.1 !important;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
			line-height: 1.1 !important;
}
h4 {
	font-size: 16px;
	margin-bottom: 2px;
	/* 	font-weight:900 !important;
	  margin-bottom:5px; */
	;
}
h5 {
	font-size: 16px;
	margin-bottom: 5px;
}
h6 {
	font-size: 16px;
}
small {
	font-size: 12px;
}
p {
	font-family: Georgia, serif;
	line-height: 1.35;
	font-size: 15px;
	color: #333;
	margin: 0 0 15px 0;
}

ul li a:link,
p a:link {
	color: #d11000;
}

ul li a:visited,
p a:visited {
	color: #b11000;
}

#widget-area > nav > ul > li a:visited {
	color: #111;
}

.edit-link {
	display: none;
}
/* PADDING */
.pad-r {
	padding-right: 10px;
}
.pad-l {
	padding-left: 10px;
}
.pad-t {
	padding-top: 20px;
}
.pad-b {
	padding-bottom: 10px;
}
.pad-a {
	padding: 10px;
}
.users a {
	color: #fff;
	font-size: 12px;
}
.newsletter-top {
	background-color: #222;
	height: auto;
	text-align: center;
	padding: 12px 0;
}
.newsletter-top a {
color:#fff;
}

.login-top {
	height: auto;
	text-align: center;
	padding: 12px 0;
}
.login-top a {
color: #DAA520
}

.profile-top {
	background-color: #c11000;
	height: auto;
	text-align: center;
	padding: 12px 0;
}
.fixed-top {
	position: relative;
	z-index: 999;
}
.fixed_top {
	padding-top: 135px;
}
.top-bar {
	background: #000;
	position: relative;
	display: block;
	width: 100%;
	transition: top 0.35s;
	height:30px;
}
.fix-top-wrapper {
	position: fixed;
	z-index: 999;
	width: 100%;
}
.nav-container {
	display: inherit;
}
.navbar-brand img {
	width: 325px;
	height: auto;
	padding: 0 10px;
transition: width 1s;
}
.social-box .fa-brands {
	padding: 6px 10px;
}
a.social-box {
	color: #ddd;
	transition: color 0.61s;
}
a:hover.social-box.b-hover {
	color: #4267b2;
	transition: color 0.61s;
}
a:hover.social-box.db-hover {
	color: #1da1f2;
	transition: color 0.61s;
}
a:hover.social-box.i-hover {
	color: #e1306c;
	transition: color 0.61s;
}
a:hover.social-box.y-hover {
	color: #ff0000;
	transition: color 0.61s;
}
a:hover.social-box.in-hover {
	color: #1192d0;
	transition: color 0.61s;
}
.social-box-bottom .fa-brands {
	padding: 1px;
	top: -30px;
}
a.social-box-bottom {
	padding: 0 5px;
	color: #ddd;
	transition: color 0.61s;
}
a:hover.social-box-bottom.b-hover {
	color: #4267b2;
	transition: color 0.61s;
}
a:hover.social-box-bottom.db-hover {
	color: #1da1f2;
	transition: color 0.61s;
}
a:hover.social-box-bottom.i-hover {
	color: #e1306c;
	transition: color 0.61s;
}
a:hover.social-box-bottom.y-hover {
	color: #ff0000;
	transition: color 0.61s;
}
a:hover.social-box-bottom.in-hover {
	color: #1192d0;
	transition: color 0.61s;
}
.fa-share-nodes {
	font-size: 18px;
	font-weight: 600;
	float: right;
	background: #eee;
	padding: 8px;
	border-radius: 25px;
}
.share {
	margin: 4px;
	font-size: 20px;
	float: right;
}
.share-txt {
	text-transform: uppercase;
}
.login-desktop {
	padding: 20px 100px 0 0;
	text-align: right;
}


.list-inline-item a:link,
.list-inline-item a:visited {
	color:#111;
}

.list-inline-item a:hover {
	color:#d11000;
}

/* MEDIA */
.media-caption {
	font-size: 14px;
	padding: 0;
	color: #555;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style: italic;
}
/* SPONSORED */
.sponsored-single {
	text-transform: uppercase;
	letter-spacing: -0.25px;
	padding: 2px 4px 3px;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	font-size: 13px;
	vertical-align: top;
	z-index: 5;
	font-family: courier;
	float: right;
	background: #f7f5d9;
}

.sponsored-single-longread {
	text-transform: uppercase;
	letter-spacing: 0.25px;
	padding: 2px 4px 3px;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	vertical-align: top;
	z-index: 5;
	font-family: courier;
	background: #f7f5d9;
	position:absolute;
	top:-25px;
	right:0;
}

.sponsored-single-post {
	text-transform: uppercase;
	letter-spacing: -0.25px;
	padding: 2px 4px 3px;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	vertical-align: top;
	z-index: 5;
	font-family: courier;
	float: right;
	background: #f7f5d9;
}
.sponsored-single-friday {
	text-transform: uppercase;
	letter-spacing: -0.25px;
	padding: 1px 4px 2px;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin: 5px 0 0 0;
	font-weight: 400;
	font-size: 13px;
	vertical-align: top;
	border: none;
	z-index: 105;
	font-family: courier;
	position: absolute;
	top: 0;
	left: 5px;
	background: #f7f5d9;
}
/* SUBS & MEMBERS */
i {
	display: inline-block;
	position: relative;
	float: left;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 5px 3px 0 0;
}
.fa-bars:before,
.fa-navicon:before {
	content: "\f0c9";
	font-size: 20px;
	color: #333;
}
.fa-xl.fa-lock {
	font-size: 20px;
	line-height: 1;
	padding: 6px 0 0 0;
}
.fa-md.fa-lock {
font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 3px 2px 0 0;
    border-radius: 0;
    position: relative;
	color:#daa520
}




/* SEARCH */
.fa-magnifying-glass {
	margin: 8px 0 0 18px;
			font-size: 16px;
}
#friday .fa-md.fa-lock {
	font-size: 13px;
	line-height: 1;
	padding: 5px 6px 6px;
	margin: 3px 2px 0 0;
	color: rgba(0, 0, 0, 0.69);
	background: #111;
	position: absolute;
	top: 4px;
	right: 4px;
	color: rgba(255, 255, 255, 1);
	padding: 8px;
	border-radius: 20px
}
/* DATES */
.meta-box-date {
	border: none;
	line-height: 1;
	margin-bottom: 5px;
	display: inline-block;
	color: #111;
	font-size: 11px;
	font-weight:500;
	text-transform:uppercase;
}
.archive .meta-box-date {
	margin-bottom: 0;
}
/* ads */
.ad-banner-1,
.ad-banner-2,
.ad-banner-3,
.ad-banner-4,
.ad-banner-5,
.ad-banner-6,
.ad-banner-7 {
	margin: 0 auto;
}
.ad-block-1 {
	margin: 0 auto;
}
.ad-block-2 {
	margin: 0 auto;
}
.wp-block-image figcaption,
.featured-caption,
.wp-caption .wp-caption-text {
	margin: 5px 0 20px 0;
	padding: 0 5px;
	font-size: 12px;
	text-transform: inherit;
	color: #666 !important;
	letter-spacing: -0.25px;
	text-align: left;
	line-height: 1.3;
	font-style: italic;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
#nav-main {
	background: #fff;
	margin: 0 auto;
	text-align: center;
	max-width: 1050px;
}
a.nav-link {
	color: #000 !important;
	font-size: 11px;
	padding: 8px 14px 0 !important;
	text-transform: uppercase;
	font-weight:700 !important;
	letter-spacing: -0.25;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style:normal;
}
#nav-main-current a.nav-link {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	line-height: 10px;
}
a.nav-link:hover {
	color: #c11000 !important;
	text-decoration: none !important;
}
a.nav-link.active {}
a.nav-link.show {
	background: #fff;
	color: #c11000;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #eee;
	color: #333;
}
.menu-item ul {
	border: none;
	background: #fff;
	box-shadow: 4px 4px 15px rgba(0,0,0,0.25);
	padding:0;
	border-radius:0;
	border-left:5px solid #d11000
}
.dropdown-menu.menu-item ul li {
	padding: 15px 0;
	min-width: 200px;
}

.menu-item ul {
	background:#fff;
}
.menu-item ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.5px;
    margin: 10px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style:normal;
	
}
.menu-item ul li a:hover {
	color: #d11000;
	background-color: #eee;
	transition: color 0.75s;
	transition: background-color 0.95s;
	text-decoration:none;
}
.fixed-top {
	transition: height 0.35s;
}
.fixed-top {
	background: #fff !important;
	width: 100% !important;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.75);
	border-bottom: 0px solid 
		;
}
#nav-main>div>a.navbar-brand.md.d-none.d-md-block>img {
	transition: width 0.35s;
}
#nav-main {
	padding: 1px 2px 0 !important;
	transition: padding 0.35s;
	text-align: left;
}
*/
/* HEADERS */
#business h2,
#politics h2,
#most-read h2,
#opinion h2,
#editors h2,
#environment h2,
#friday h2,
.partners h2,
.press h2,
.webinars h2 {
	border-top: 10px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px;
	/*   background: #ece0d7 !important; */
	;
}
#business h2 a,
#politics h2 a,
#most-read h2,
#opinion h2 a,
#editors h2,
#environment h2 a,
#friday h2 a,
#top-six h2 a,
.partners h2 a,
.press h2 a,
.webinars h2 a {
	border-top: 10px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 13px;
	font-weight: 700 !important;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px;
	/*   background: #ece0d7 !important; */
	;
}
#opinion h2 a {
	background: #b22b21;
	color:#fff;
}
#top-six h2 {
	text-transform: uppercase;
	border-top: 10px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 13px;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px
		/*   background: #ece0d7 !important; */
}



/*JOBS */


#jobs {
	border-top:8px solid #4a9dc4;
	background:#f2efed;
	padding:0;
		border-radius:0 25px 0 30px;
	
	
}


#jobs .meta-box-date {
	background:#4a9dc4;
	padding:2px 4px 1px;
	color:#fff;
	margin:8px 0 0 0;
		text-transform:uppercase;
}

.jobs-block {
	background:#4a9dc4;
	text-align:center;
	border-radius:0 0 0 30px
	
	
}

#jobs h1 {
	color:#fff;
/* 	transform-origin: 20px 30px;
  transform: rotate(90deg); */
	font-size:65px;
	text-transform:uppercase;
	font-weight:700 !important;
	letter-spacing:-2px;
	padding:0 5px 0 !important;
	margin:25px 0 0 0 !important;
	line-height:0.7 !important;
}

#jobs h2 {
	color:#fff;
/* 	transform-origin: 20px 30px;
  transform: rotate(90deg); */
	font-size:28px;
	text-transform:uppercase;
	font-weight:700 !important;
	letter-spacing:0;
	padding:0 !important;
	margin:0 0 10px 0; !important;
}
#jobs h3 {
	line-height:17px !important;
		font-size:15px;
}
#jobs h3 a{
	color:#111;
	padding:1px;
	font-weight:600;
	
}


.jobs-block-two {
	margin:0;
	font-family:arial;
}

.jobs-block-two p {
		font-family:arial;
		font-size:12px;

}

.jobs-block p {
	color:#fff;
	font-family:arial;
	font-size:14px;
	letter-spacing:0;
		text-transform:normal;

}


/* MAIN */
#headline {
	padding: 20px 0 0;
	margin-top: 0;
}
.headline .headline-img {
	width: 100%;
	height: 430px;
	overflow: hidden;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headline .meta-box-date {
	background: #fff;
	padding: 4px 3px 0 0;
	margin: 0;
	font-size: 12px;
}
/* 
.headline-left .meta-box {
	z-index:100;
	top:2px;
	width:100%
} */
.headline-left .meta-box-date {
	padding: 2px 0;
	display: inline-block;
}
.headline-left p {
	margin: 10px 0;
}
.headline-left .fa-md.fa-lock {
	display: inline-block;
	left: 0;
	top: 0;
}
.headline-right-slow .meta-box-date {
	background: transparent;
	padding: 4px;
	margin: 4px auto;
}
.headline-gradient .fa-md.fa-lock {
	font-size: 13px;
	line-height: 1;
	padding: 4px 0;
	margin: 8px 5px 0 0;
	color: #fff;
	/*     color: rgba( 0,0,0,1); */
	border-radius: 100px;
	position: relative;
	top: 0;
	right: 0;
	/* border-radius: 15px; */
	/*     background: rgba(255,255,255,0.95); */
	background: rgba(161, 128, 13, 1);
	text-align: center;
	width: 22px;
	height: 23px;
}
.headline-two-img {
	margin: 0;
	height: 115px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headline-four-img {
	margin: 0;
	height: 125px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headline-promo-img {
	margin: 0;
	height: 185px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headline article {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 0;
	margin: 0 0 25px 0;
}
.headline-gradient {
	padding: 20px 10px 50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
	;
}
.headline-gradient h1 {}
.headline-gradient h1 a {
	color: #fff;
	text-shadow: 1px 2px 3px #000;
	font-size: 29px;
	margin-top: 5px;
	position: relative;
	display: block;
	width: 100%;
	line-height: 1.1;
}
.headline-gradient p {
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
	width: 45%;
	text-align: left;
}
.headline-right-slow h2 {
	padding: 0 5px 10px;
	font-size: 18px;
	margin: 0;
	border-bottom: 3px solid #333;
	font-weight: 700 !important;
}
.headline-right-slow p {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	display: none;
}
.headline-right-slow article {
	border-radius: 0;
	/* 	border:1px solid  #eee; */
	background: #eee;
}
.promo-space {
	/*  background: #eee; */
	margin: 0 0 25px 0;
	width: 100%;
	position: relative;
	/* 	    border: 2px solid #ddd;
	padding:2px;
		border-radius:10px; */
	;
}
.promo-space .entry-meta {
	position: absolute;
	top: 0;
	z-index: 5;
	display: block;
	
	right:0;
	background: #d11000;
	padding: 4px 8px;
	line-height:1;
	    text-align:center;

}
.promo-space .entry-meta a {
	color: #fff;
	font-size: 12px;
	font-weight:400;
	letter-spacing:0.5px
}
.promo-space h4 {
background: rgba(255, 255, 255, 1);
    padding:6px 15px 6px;
    font-size: 17px;
	letter-spacing:0.25px;
    text-align:center;
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 0;
	left:0;
	width:auto;
    color: #111;
    font-weight: 600 !important;
	top:inherit;

}
.promo-space p {
	font-size: 15px;
	padding: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #999;
}
.inner-img {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
/* EDITORS */
#editors {
	background: #fff !important;
}
#editors article {
	margin: 0;
	padding: 0;
	border-radius: 0;
	position: relative;
}
#editors p {
	margin: 0 0 30px 0;
	font-size: 15px;
}
#editors .inner-img {
	height: 250px;
	margin-bottom: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* TOP SIX */
.inner-img-top-six {
	height: 170px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
}
#top-six h3 {
	margin: 5px 0 30px 0;
}
/* FRIDAY */
#friday h2 a {
	background: #cd007a !important;
	color: #fff;
}
#friday h3 {
	-ms-transform: rotate(20deg);
	/* IE 9 */
	transform: rotate(-0deg);
	margin: 0 30px 0 0;
}
#friday h3 a {
font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
}
#friday .inner-txt {
    position: relative;
    bottom: 0;
    padding: 8px 8px 10px;
    width: 85%;
    margin: -25px 0 10px 10px;
    background: #cd007a;
    border-bottom: 5px solid #961970;

}
#friday .inner-img {
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#friday .inner-img-two {
	height: 300px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#friday .meta-box-date {
	margin: 0;
	position: absolute;
	z-index: 100;
	background: #fff;
	padding: 1px 3px;
}
#friday article {
	position: relative;
	margin-bottom: 0px;
}
.inner-img-archive-friday {
	height: 600px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.inner-img-archive-friday-list {
	height: 325px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.number-one {
	z-index: 50;
	display: inline-block;
	font-size: 32px;
	background: #fff;
	width: 46px;
	height: 46px;
	background: #ecdfd7;
	text-align: center;
	line-height: 1;
	padding: 6px 3px;
	border-radius: 30px;
	color: #d11000;
	position: absolute;
	left: -8px;
	top: -6px;
	font-weight: 700;
	box-shadow: 2px 2px 4px #333;
}
/* COMMERCIAL */
.commercial-box {
	margin: 10px;
	border: 2px solid #333;
	position: relative;
}
#partner-content h2 {
	border-top: 8px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 12px;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 10px;
}
#partner-content h2 a {}
#partner-content article {
	margin: 15px 0;
}
#partner-content h3 {
	margin: 0;
	font-size: 16px;
	background: #d9d6b8;
	color: #333;
	padding: 10px;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: left;
}
#partner-content button {
	background: #111;
	border-radius: 1px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 15px 9px 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	right: 0;
	border-radius: 21px 0 0 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
#partner-content button:hover {
	color: #fff;
}
#partner-content h2 a {}
#partner-content .inner-img {
	height: 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#partner-content .inner-txt p {
	line-height: 1.3;
	font-size: 14px;
	position: relative;
	padding: 4px 8px;
	display: block;
	margin: 0;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}
.commercial-text {
	background: #eee;
}
#podcast h2 {
	border-top: 8px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px;
	background: #d1bce5 !important;
}
/* OPINION */


#opinion article {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}

#opinion h1 {
	font-weight: 700;
	font-size: 33px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1 !important;
}
#opinion h3 {
width:95%;
	line-height: 1.1 !important;
	font-size:19px;
}
#opinion .byline-single {
	margin: 0;
}
#opinion p {
	margin-top: 10px;
	font-size: 14px;
	width:90%;
}
#opinion .fa-md.fa-lock {
	margin: 4px 0 0 0;
}
.opinion-one-img {
	margin: 0 0 5px 0;
	float: right;
	height: 200px;
	background-size: cover;
	background-position: center top;
	width:100%;
	border-right:10px solid #fff;
}
.opinion-one {

}
.opinion-two {
	margin: 10px 0 10px;
}
.opinion-one {
	margin: 0;
}
.opinion-two article {
	margin-bottom: 15px;
	background: #def2f2;
	padding: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.opinion-two-meta {
	padding: 5px 0 0 0;
}
.inner-img-opinion {
	height: 500px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
/* ENVIRONMENT */
#environment .environment-two article {
	margin: 15px 5px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #278ec9;
}
.inner-img-environment {
	height: 400px;
	margin-bottom: 0;
	background-position: center;
	background-size: cover;
}
#environment h1 {
	margin: 25px 0 5px;
	font-size: 29px;
	line-height: 1.1 !important;
}
#environment h1 a {
	color: #278ec9;
}
#environment h3 a {
	color: #278ec9;
	font-size: 19px !important;

}
#environment h2 a {
	background: #b9d7e8;
}
#environment .byline-single {
	margin-top: 5px;
	margin-bottom:0;
}
#environment .fa-md.fa-lock {
	margin: 5px 0 0 0;
}
.environment-one .meta-box-date {
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}
.environment-one p {
	padding: 5px;
	margin: 5px 0 0 0;
	font-weight: 400;
	font-size: 16px !important;
}
.environment-two p {
	font-size: 15px !important;
	margin: 10px 0 10px 0;
}
.environment-one .fa-md.fa-lock {
	color: #dff799;
}
#environment .featured-caption {
	background: #fff;
	padding: 5px 8px;
	margin: -10px 0 5px 0;
}
.environment-one {
	background: #fff;
	padding: 10px 10px 0;
	margin-bottom: 0;
	margin-top: -15px;
}

.environment-two-img {
	height:145px;
	width:145px;
	background-size:cover;
	float:right;
	border-radius:100px 100px;
	border:5px solid #fff;
	margin:5px;
}

#footer {
	background: #000;
}

#pmpro_account .pmpro_box h3 {
		padding:3px 5px;
	margin:10px 0 0 !important;

		padding:3px 5px;
	margin:10px 0 20px !important;

color:#fff !important;
	background:#333;
	font-weight:400 !important;

}

.pmpro_table {
	border-bottom:2px solid #111;
}

#pmpro_actionlink-levels {
	padding:15px 0 0; 
	text-align:center;
	width:100%;
	font-size:14px;
		 font-family: 'Courier New', Courier, monospace;
}

form.pmpro_form input[type=text]
{
	 font-family: 'Courier New', Courier, monospace;
	padding:6px 6px 4px;
	font-weight:400;
}
form.pmpro_form label {
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:2px;
	color:#666;
}

#post-35253 > p:nth-child(1) {
	display:none;
}

#pmpro_payfast_before_checkout {
	width:70% !important;
	margin:20px auto;
}

#pmpro_payfast_checkout > p {
	margin:20px 0;
}

#pmpro_level-15 {text-align:center;}

.pmpro_checkout h3 span.pmpro_checkout-h3-name {
		padding:3px 5px;
	margin:10px 0 20px !important;
color:#111 !important;
	font-weight:700;
	font-size:29px;
}

.pmpro_account-membership-levelname, .pmpro_account-membership-expiration {
 font-family: 'Courier New', Courier, monospace;
		font-size:15px !important;
		font-weight:600 !important;

}
	
#pmpro_account .pmpro_box p {
		font-weight:500 !important;
	 font-family: 'Courier New', Courier, monospace;
}

#pmpro_actionlink-change,
#pmpro_actionlink-cancel {
    margin: 20px 0 0;
    font-size: 11px;
    color: #c11000;
    text-transform: uppercase;
		font-weight:500;
	line-height:1;

}

#pmpro_account-membership > table > tbody > tr > td {
	background:#e9e9e9;
	font-size:18px;
	
}

#pmp-account > div > p:nth-child(1) {
display:none;
}

#pmp-account > div {
	padding:0;
}

#pmpro_account-membership > table > thead > tr > th {
text-transform: uppercase;
    font-size: 11px;
    padding: 5px;
    background: #C11000;
    color: #fff;
}

#pmpro_account-membership > table > tbody > tr > td {
padding:0px 10px 20px;
}

#pmpro_actionlink-level {
	text-align:center;
	margin:10px auto;
	padding:10px;

}

.pmpro_actions_nav a:link {
	background:#c11000 !important;
	text-align:center !important;
	color:#fff !important;
	padding:7px 20px;
	border-radius:30px;
}

.pmpro_actions_nav a:visited {
	background:#c11000 !important;
	text-align:center !important;
	color:#fff !important;
	padding:7px 20px;
	border-radius:30px;
}

#pmp-account h3 {
	   background: #333;
    padding: 2px 4px 2px;
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 600 !important;
    font-size: 11px;
    margin: 20px 0 10px 0 !important;
    letter-spacing: 0.25px;


}

#h-manage-your-mail-guardian-account {
	font-size:25px;
	margin:0 0 20px 0
}
 #h-do-we-have-your-correct-details {
	padding:2px 8px 5px;
	line-height:1;
	display:inline-block;
	position:relative;
	font-weight:400 !important;
	font-size:18px;
	margin:20px 0 0 0 !important;
	letter-spacing:0.25px;
/* 	text-transform:uppercase; */
}

.pmplogout {
	position: relative;
    float: right;
    background: #eee;
    padding: 5px 25px !important;
    font-size: 14px;
    border-radius: 50px;
}

#pmpro_actionlink-change {
	
}

#top-nav-network a {
	color: #fff !important;
}
.digital-edition-top a [ color:#fff !important;
]
/* WIDGET */
.widget {
	max-width: 300px;
	overflow: hidden;
	margin: 0;
	margin-bottom: 10px !important;
}
.widget-area {
    max-width: 300px;
    margin: 0 0 30px 12px;
}
.widget-title {
	margin: 20px 0 0 0;
	font-size: 11px;
	line-height: 1 !important;
	background: #f2ede6;
	padding: 5px 5px 5px !important;
	color: #d11000;
	border-top: 4px solid #d11000;
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 0.25px;
}

#widget-area ul {
	list-style:none;
	margin:10px 0 0 0;
}

#widget-area li {
	margin:0 0 15px 5px;
	font-size:15px;
	font-weight:600;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style:normal;
	line-height:1;
}

#widget-area li a:link {
	color:#333;
	line-height:1.2;
}

#widget-area .post-date {
	font-weight:400;
	color:#666;
	font-size:11px;
	display:inline-block;
	padding:2px 0;
}

.editors-sidebar {
	margin: 10px 0 4px;
	position: relative;
	overflow: hidden;
	padding: 0 0 4px 0;
}
.editors-sidebar img {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 4px 8px 8px 0;
}
.editors-sidebar h5 {
	line-height: 1.1 !important;
	font-size: 14px;
	margin: 0 0 5px 0;
	font-weight: 600 !important;
}

.editors-date {
	font-size: 12px;
	float: right;
	border: none;
	display: block;
	position: relative;
	margin: 5px 0 0 0;
}
.bg-light {
	background: #fff !important;
}

.archive-left {
	padding:15px 0 0 10px;
}

.archive-left .inner-img-archive {
	height: 450px;
	margin-bottom: 15px;
}
.archive-right .inner-img-archive {
	height: 100px;
	margin-bottom: 15px;
}
.main-archive-meta {
	margin: 0 0 0 10px;
}
.archive-article-list {
	margin: 15px 0 0 0;
}
.archive-article-list h3 {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.1 !important;
	margin-bottom: 5px;
}
.archive-article {
	margin: 0 0 15px 0;
}
.archive-right h3 {
	margin-top: 0;
	font-size: 19px;
	line-height:1.1 !important;;
	margin-bottom: 5px;
}
.archive-right p {
	font-size: 14px;
	line-height:1.1;
	margin-bottom: 5px;
}
.archive-right {
	margin: 0;
	padding: 15px 10px 0 15px
}

.archive-left .fa-md.fa-lock {
	margin:13px 2px 0 0;
}


/* ROADBLOCK */
#roadblock {
	text-align: center;
	border:2px dashed #ccc;
	border-radius:15px;
	margin:20px auto;
	position:relative;
	padding:25px 0 20px;
}
#roadblock a {
	color: #d11000;
}
#roadblock .fa-md.fa-lock {
	font-size: 18px;
	position:absolute;
	color: #A17F0C;
}

.roadblock-lock {
	margin-bottom:20px;
	position:absolute;
	left:50%;
	right:50%;
	top:15px;
} 

#roadblock>p.block-sub>a {
	font-weight: 400;
	background: #d11000 !important;
	padding: 8px 20px;
	border-radius: 0;
	display: inline-block;
	margin: 15px auto 15px;
	width: auto;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#roadblock p {
	font-family: arial, sans-serif;
	margin: 10px 0 10px 0;
	font-weight: 400 !important;
	font-size: 14px;
}
#roadblock h2 {
	margin: 0 0 20px;
	color: #A17F0C;
	font-size: 22px;
	font-style: italic;
	letter-spacing: -0.75px;
	font-weight: 600 !important;
	line-height: 1.05 !important;
	text-shadow: 1px 1px 2px #fff;
}
#roadblock h3 {
	padding: 5px 10px;
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	margin: 10px 0 0 0;
}
#roadblock h4 {
	font-weight: 600 !important;
	font-size: 18px;
/* 	font-style: italic; */
	color: #A17F0C;
	margin-top:25px;
}
.block-lock {
	text-align: center;
	margin: 0 auto;
}

.block-sub {
	background:#d11000 !important;
	padding:5px 10px !important;
	color:#fff !important;
		font-size: 14px !important;
}



#roadblock a {
	background: none;
	border: none;
	box-shadow: none;
    color: #D11000;
	margin:0;
	padding:0;
		font-weight: 600 !important;
}
.home .woocommerce .wc-memberships-restriction-message {
	display: none !important;
}

.home #roadblock {
	display:none;
}

.archive #roadblock {
	display:none;
}

.search #roadblock {
	display:none;
}

.archive .woocommerce .wc-memberships-restriction-message {
	display: none !important;
}
.woocommerce .wc-memberships-restriction-message {
	margin: 20px 10px 30px !important;
	border-top: 5px #A17F0C solid;
	border-radius: 0;
}
.woocommerce ul {
	padding-left: 20px;
}
.woocommerce li {
	background: #e0e9fc;
	margin: 0 0 5px 0;
	padding: 10px;
}
.woocommerce li a {
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content p {
	font-weight: 400;
	font-size: 14px;
	font-family: 'courier', monospace;
	padding-right: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: none;
	padding: 30px 15px 15px !important;
}
.woocommerce-MyAccount-navigation-link--members-area, .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--orders {
	display: none;
}
.woocommerce-account .addresses .title .edit {
	font-family: 'courier', monospace;
	font-size: 13px;
	padding: 3px;
	font-weight: 400;
	background: #eee;
}
.woocommerce-info::before {
	display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 32px;
}
.woocommerce legend {
	float: left;
	font-size: 14px;
	line-height: inherit;
	margin-bottom: 3px;
	padding: 0;
	width: 100%;
	margin-top: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce-loop-product__title {
	text-align: center;
	font-size: 20px !important;
}
.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: 20px !important;
	text-align: center;
}
.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 600;
	margin-bottom: .5em;
	font-size: 22px !important;
	text-align: center;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	width: 30.75%;
	background: #fff;
	border: 1px solid;
}
.woocommerce ul.products li.product .button {
	display: block;
	margin-top: 1em;
	text-align: center;
	background: #d11000;
	color: #fff;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
	padding: 0;
	list-style: none outside;
	clear: both;
}
.woocommerce-cart-form__cart-buttons .woocommerce-button--continue-shopping {
	display: none;
}
#post-540404>div>div.woocommerce-notices-wrapper>div.woocommerce-message>a {
	display: none;
}
/* NEWSLIST */
.news-list li p {
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	font-family:arial;
}
.news-list li {
	padding-left: 0;
}
.news-list ul {
	padding-left: 0;
}

.news-list li a:link {
	color:#111;
		font-family:arial, sans-serif;
	line-height:1.2;
	font-style:normal;
}

.news-list li a:visited {
	color:#111;
}

#afr-bus-pol ul {
	padding: 10px 30px 0 15px;
}
#afr-bus-pol li,
#edu-spo-wor li {
	list-style: none;
}
#edu-spo-wor ul {
	padding: 10px 30px 0 15px;
}
/* MOST READ */
#most-read article {
	margin: 10px 0;
	padding: 0 10px 0 0;
}
#most-read .inner-img {
	height: 200px;
	background-position: center;
	background-size: cover;
}
#most-read h5 {
	width: 90%;
	margin: 0;
}
#most-read .meta-box-date {
	margin: 5px 0 5px 0;
	position: relative;
}
/* SIDEBAR */
#sidebar {
	padding: 0;
	max-width: 300px;
	padding-left: 0;
}
#sidebar h4 {
	margin-top: 0;
}
#sidebar h4 a {
	font-weight: 600;
	font-size: 14px;
}
#sidebar .inner-txt {
	margin: 5px 0 0 0;
}
#sidebar .inner-img {
	height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.sidebar-box-date {
	border: none;
	line-height: 1;
	margin: 10px 0 2px 0;
	display: inline-block;
	color: #111;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:700;
}
.sidebar-box {
	margin: 0;
    padding: 2px 5px 10px 5px;
    border-bottom: 1px dashed #bbb;
}
.sidebar-box h4 {
margin-top: 3px;
    font-size: 16px;
    line-height: 1.2 !important;
	font-weight:300 !important;
}
.editors-editors-one,
.editors-editors-two,
.editors-editors-three {
	margin: 0 0 5px 0;
}
/* CARDS */
.card-body {
	padding: 15px 15px 0;
}
/*SIDEBAR */
.img-box-sidebar {
	position: relative;
	width: 40%;
	z-index: 0;
	margin: 0;
	padding: 0 5px 5px 0;
	float: left;
}
.img-box-sidebar a {
	height: 100px;
	max-width: 100px;
	overflow: hidden;
}
.editors-sidebar .meta-holder {
	text-align: left;
}

.img-box-sidebar {
	position: relative;
	width: 40%;
	z-index: 0;
	margin: 0;
	padding: 0 5px 5px 0;
	float: left;
}
/* AFR-BUS-POLITICS */
#afr-bus-pol .byline-single,
#edu-spo-wor .byline-single {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 2px;
}
#afr-bus-pol h3,
#edu-spo-wor h3 {
	border-top: 10px solid;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 12px;
	font-weight: 600 !important;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 5px;
	line-height:1.2
}
#afr-bus-pol h4,
#edu-spo-wor h4 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 16px;
}
#afr-bus-pol p,
#edu-spo-wor p {
	font-size: 14px;
	line-height: 1.2;
}
#afr-bus-pol .meta-box-date,
#edu-spo-wor .meta-box-date {
	margin-bottom: 0;
}
#afr-bus-pol .fa-md.fa-lock,
#edu-spo-wor .fa-md.fa-lock {
	margin: 4px 0 0 0;
}
.africa h3 {
		color: #fcb54b !important;
}
.politics h3 {
		color: #c11000 !important;
}
.business h3 {
			color: #f44607 !important;
}
.education h3 {
	color: #5ca843 !important;
}
.sport h3 {
	color: #27c6a1 !important;
}
.world h3 {
	color: #278ec9 !important;
}
/* CATEGORY */
.entry-meta {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing:0;
	margin-top:0 !important;
	}
.entry-meta a {
	color: #c11000;
}
.main-archive-meta .byline-single {
	margin: 0 0 5px 0;
}


/* TAGS */
.entry-tags {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    letter-spacing: -0.25px;
    padding: 10px 5px;
    background: #f9f0ef;
}
}


/* PAGES */
.content h1 {
	font-size: 23px;
	background: #FFF;
	padding: 5px 0;
	display: block;
	color: #111;
	position: relative;
	margin: 10px 0 40px;

/* 	border-bottom: 5px #111 solid; */
	font-weight:900 !important;

}

.page-title {
	font-size: 16px
    background: #FFF;
    padding: 10px 15px;
    display: block;
    color: #111;
    position: relative;
    margin: 0 15px 20px;
    text-align: center;
/*     border-top: 10px #111 solid;
    border-bottom: 2px #111 solid; */
		font-weight:900 !important;
		text-transform:uppercase;
}

.content p {
	margin: 0 0 20px 0;
	font-size: 15px;
	padding:0;
	line-height: 1.3;
}

h1.page-title {
font-size:22px;	
}


.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 80px;
	line-height: 0.7;
	font-weight: 700;
	margin: 8px 6px 0 0;
	text-transform: uppercase;
	font-style: normal;
}
.has-drop-cap {
	font-size: 16px !important;
}
.content strong {
	font-weight: 700;
}
.content h2 {
	line-height: 1;
	font-size: 17px !important;
	font-weight:600 !important;
	margin:25px 0 4px 0;
	color:#111;
	padding:0;

	
}
.content ul,
.content ol {
	font-family: georgia;
	font-style: italic;
	margin: 20px 0 45px 30px
}
.content li {
	margin: 5px 0 0 0;
	line-height: 1.3;
	font-size: 15px;
}

.wp-block-file {
	font-size:14px !important;
	background:#333;
	display:inline-block;
	padding:10px 12px;
	border-radius:50px;
	font-weight:400 !important;
		margin:0 0 30px 15px;

	
}

.wp-block-file a {
	color:#fff;
}

blockquote,
pullquote {
  width: 35%;
  float: right !important;
  margin: 5px 0 0 10px !important;
  border-left: 6px solid #333 !important;
  padding: 5px 10px 5px 10px !important;
}

blockquote strong,
pullquote strong,
blockquote p,
pullquote p,
blockquote h2,
pullquote h2 {
	
  padding: 2px 5px 2px 5px !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.5px;
	!important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
	font-style:italic;
}
/*NEWSLETTER MANAGEMENT PAGES */
.subscribers-only-newsletters p {
	color: #999;
}



/* CATEGORY & ARCHIVE PAGES */
#main-archive {
	margin: 15px 0;
}
.archive-header h1 {
	border-top: 10px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 14px;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 0;
	margin-top: 1px;
	/* background: #ece0d7 !important; */
	;
}
.inner-img-archive {
	height: 150px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px
}
.archive-left .byline-single {
	margin: 10px 0;
}
/* SINGLE */
.byline-single {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 400;
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-style: italic;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	display: inline-block;
	padding: 3px;
	letter-spacing:0.2px;
	line-height: 1;
}
.byline-search {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-style: italic;
	display: inline-block;
	padding: 4px 15px;
}
.entry-content p {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida,
		"DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	line-height: 1.35;
	font-size:16px;
}
.entry-title {
	margin: 20px 20px 20px 0;
	font-size: 31px;
	line-height: 1 !important;
}
.single-title {
	margin: 5px 0 10px 0;
	font-size: 33px;
	line-height: 1.1 !important;
}
/* LOGIN STYLES */
.LoginModal .modal-content {
	text-align: center;
	Font-family: arial;
}
.LoginModal .modal-content label {
	Display: block;
}	
.modal-body {
	text-align: center;
}
.modal-header .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
}
.modal-title {
	color: #111 !important;
	font-size: 16px;
}
.modal-header {
	display: block;


	
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	text-align: left;

}
.modal-footer {
	display: none;
}
#loginform {
	text-align: center;
}
#wp-submit {
	font-size: 15px;
	height: 30px;
	width: 140px;
	font-weight: 600;
	margin: 10px auto;
}
#loginform label {
	Display: block;
	Font-family: arial;
	text-transform: uppercase;
	width: 280px;
	margin: 0 auto;
	text-align: left;
}
.modal-body {
	font-size: 14px;
}
#loginModal a {
	color: #C11000;
	font-weight: 700;
}
#user_pass,
#user_login {
	width: 280px;
	height: 32px;
	font-size: 17px;
	margin: 0 0 10px 0;
}
#show-password-checkbox {
	margin: 0 2px;
}
#loginform>p {
	Font-family: arial;
	font-size: 14px;
	margin: 0 0 5px 0;
}
/* next */
.next-post {
	font-size: 12px !important;
	text-align: right;
	padding: 5px;
	border-radius: 0 10px 10px 0;
	float: right width: 100%;
	height: 60px;
	font-weight: 500;
	line-height: 1.3;
	background: #333;
	color: #fff;
	overflow: hidden;
}
.previous-post {
	font-size: 12px !important;
	text-align: left;
	padding: 5px;
	border-radius: 10px 0 0 10px;
	width: 100%;
	height: 60px;
	font-weight: 500;
	line-height: 1.3;
	background: #333;
	color: #fff;
	overflow: hidden;
}
/* author info */
.author-info {
	text-align: center;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 200;
	font-family: georgia;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.15px;
	padding: 0 20px;
	width: 90%;
	margin: 15px auto 35px;
}
.author-info strong {
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px 0 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 700 !important;
	letter-spacing: 0;
}
/* RATIO */
.ratio>* {
	position: relative;
/* 	height: auto; */
}
.ratio:before {
	display: none;
}
.ration {}
#footer {
	background: #000;
	padding: 10px 0 75px;
	margin-top:15px;
}
#footer p {
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-weight:400;
	letter-spacing:0.15px;
	color:#aaa;
	margin:0;
	line-height:1.2;
}


#footer h3 {
	color: #d11000;
	margin: 15px 0 5px 0;
	font-size: 14px;
	font-weight:600 !important;
		font-family: "Helvetica Neue", Arial, sans-serif;
}

#footer a {
	color: #aaa;
}

#footer p a {
	font-size:13px;
	
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
#footer .copyright p {
	font-size:11px;
	margin:20px 10px 20px;
	text-transform:uppercase;
	color:#aaa;
}

#footer .footer-social a {
	margin: 0;
}

.footer-ampersand {
	float:left;
	margin:10px 0 0 0;
	
}

.bot-one img {
	padding:10px 0 5px 0
}

.bot-one, .bot-two, .bot-three,
.bot-four {
	padding:0 10px 0 30px;
}

.bot-one, .bot-two, .bot-three {
	border-right:1px dotted #666;
}

.bot-four {
}

.show-mobile {
display:none !important;
}



@media only screen and (max-width: 991px) {
	.navbar-toggler {
		border: none;
	}

	
.show-mobile {
display:inherit !important;

}
	
	.show-mobile p {
font-family: arial;
    text-align: left;
    padding: 10px 20px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 7px;
		text-transform:uppercase;
		font-weight:600;
		letter-spacing:0.5px;
		border:1px solid #333;
		border-radius:25px;
		font-size:12px;
	
	}
	
		.show-mobile p a:link {
		color:#333;
			
	}
	
	.show-mobile p a:visited {
		color:#333;
	}
	
	.show-mobile	a.social-box {
		color:#333;
	}
	
	.social-box .fa-brands {
		padding:0 20px
	}

	

	
		.fixed_top {
		padding-top: 120px;
	}
	
	.aside {

	margin-left:0;
}
	
	.social {
		display: none;
	}
	.fa-magnifying-glass {
		margin: 20px;
		font-size: 20px
	}
	.menu-item ul li a {
		font-weight: 700;
		font-size: 16px;
	}
	a.nav-link {
font-size: 16px;
    padding-top: 15px !important;
	}
	.widget-area {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	#sidebar {
		margin: 0 auto;
		padding-left: 0;
		width:100%;
		max-width:600px;
	}
	
#editors h3 {
	font-size:23px
}
	
		.aside {
		width:100%;
	}
	
	.bot-one, .bot-two, .bot-three,
.bot-four {
	padding:0 10px 0 15px;
	}
	
	
#jobs {
		border-radius:0;
}
	
	.jobs-block {
		border-radius:0;
		margin-bottom:20px
	}
	
	#jobs h1 {
		font-size:53px;
	}	
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 33px;
		line-height: 1 !important;
	}

	
	h5.offers
{	
    text-align: left !important;
 
}
	
	.offer-block-1 p,
.offer-block-2 p, 	.offer-block-3 p,
.offer-block-4 p
	
{
	font-family:arial;
	width:80%;
	margin:0 auto 20px;
		font-size:13px !important;
	font-weight:600 !important;
}


.offer-block-1 h1,
.offer-block-2 h1,
.offer-block-3 h1,
.offer-block-4 h1 {
	font-size:28px !important;
	font-weight:200 !important;
	margin:10px 0 0;
		background:none;
	text-align:center;
	border:none;
	letter-spacing:1px;
	
}


.offer-block-1 h2,
.offer-block-2 h2,
.offer-block-3 h2,
.offer-block-4 h2 {
	font-size:30px !important;
	font-weight:900 !important;
	margin:0 10px 10px;

	color:#c11000;
}
  
.offer-block-2,
.offer-block-4{
		margin: 2%;  !important;
}

.offer-block-1,
.offer-block-3
{
	margin: 2%  !important;
}

.offer-block-1,
.offer-block-2,
.offer-block-3,
.offer-block-4 {
	height:200px  !important;
	width:96% !important;
	margin:0 1%; !important;
	overflow:hidden;
	float:inherit;
	border:5px solid #fff;
	text-align:center;
	border-radius:10px
	
}
	
	.archive-right {
		padding: 0 10px;
	}
	.archive-left {
		margin-bottom: 20px;
		padding:15px 10px
	}
	#opinion h1 {
		font-size: 33px;
		margin: 10px 0;
	}
	#opinion h3 {
		font-size: 21px
	}
	#environment h3 a {
		font-size: 21px !important;

	}

		.opinion-one-img {
		width: 100%;
		margin: 0 0 10px 0;
		height: 300px;
		background-size: cover;
		background-position: center center;
	}
	
	.opinion-two {
		margin: 10px 0 0 0;
	}
	.inner-img-opinion {
		height: 300px;
	}
	.opinion-two-img {
		width: 100%;
		margin: 0 0 10px 0;
		height: 200px;
		background-size: cover;
		background-position: center center;
	}
	#environment h1 {
		font-size: 33px;
	}
	#friday h3 a {
	font-weight: 600;
    color: #fff;
    font-size: 19px;
    background: transparent;
    line-height: 1;
	}
	#top-six h3 {
		margin: 5px 0 30px 0;
		font-size: 16px;
	}
	#afr-bus-pol h3,
	#edu-spo-wor h3 {
		margin: 15px 0 15px 0;
	}
	#afr-bus-pol ul,
	#edu-spo-wor ul {
		padding: 0 10px
	}
	.padded {
		margin: 0;
	}
	.navbar-brand img {
		width: 250px;
		height: auto;
		padding: 0 10px;
	}
	
	.single-title {
	margin: 5px 0 10px 0;
	font-size: 25px;
	line-height: 1.1 !important;
}
	
	

	
	blockquote,
pullquote {
  width: 50%;
 border-left: 6px solid #333 !important;
}

blockquote strong,
pullquote strong,
blockquote p,
pullquote p,
blockquote h2,
pullquote h2 {
	
  font-size: 18px !important;

}
	
		.bot-one, .bot-two, .bot-three,
.bot-four {
	padding:0 10px 10px 5px;
	border:none;
	}
	
	.ad-banner-1,
	.ad-banner-2,
	.ad-banner-3,
	.ad-banner-4,
	.ad-banner-5,
	.ad-banner-6,
	.ad-banner-7 {
		margin: 0 auto;
	}
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		float: none;
		margin: 0 auto
	}
	#environment .environment-two article {
		margin: 20px 0 0;
	}
	/* HEADLINE MOBILE */
	.headline .headline-img {
		height: 300px;
	}
	/*FRIDAY MOBILE */
	#friday .inner-img-two {
		height: 400px;
	}
	.page-title {
		text-align: center;
		margin: 0 0 10px;
		border-top: 10px solid #111;
		border-bottom: 2px solid #111;
	}
	#sidebar {
		padding: 0;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#footer .footer-social a {
	margin: 0;
}
	

}
/* END MEDIA */
//Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
	...;
}
//Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
	...;
}
//Large devices (desktops, 992px and up)
@media (min-width: 992px) {
	...;
}

/* AUTHOR BOX */
/* AUTHOR BOX */
.saboxplugin-wrap .saboxplugin-gravatar img {
	height: auto;
	border-radius: 60px;
	max-width: 60px;
}
.saboxplugin-wrap .saboxplugin-gravatar {
	padding: 0 10px 0 0;
	float: left;
}
.saboxplugin-wrap .saboxplugin-authorname {
	font-weight: 600;
	font-size: 12px;
	margin: 0;
	line-height: 1;
	padding: 6px 0 2px 0;
	display: block;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	color: #111;
}
.saboxplugin-wrap {
	text-align: left;
}
.saboxplugin-wrap .saboxplugin-desc p {
	font-size: 12px !important;
	line-height: 13px !important;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;!important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none;
	color: #333;
	text-align: left;
}
.saboxplugin-wrap .saboxplugin-desc {
	margin: 0 0 4px 0;
}
.sab-edit-settings a,
a.sab-profile-edit {
	display: none;
}
.saboxplugin-wrap {
	border: none;
	padding: 0;
	position: relative;
	margin: 0 0 4px 0;
}
.saboxplugin-wrap .saboxplugin-socials {
	background: transparent;
	padding: 0;
	bottom: 0;
	right: 0;
	border-top: none;
}
.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
	margin: 0;
	background: #fff;
	padding: 0 5px 0 0;
	line-height: 1;
}
.saboxplugin-wrap .clearfix {
	display: none;
	height: 1px;
}
/* LONGFORM */
.longform-row {
	margin-top: 75vh;
	background:#fff;
}

#main-longform {
	margin: 0 auto 15px;
	padding-bottom: 30px;
	min-height: 1000px;
	max-width:1000px;
		width:95%;
}

#main-longform .share {
	float: inherit;
    text-align: center;
}

/* #main-longform .fa-md.fa-lock {
	position:absolute;
	margin:-15px 0 0 0;
} */

.byline-longform {
		font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-style: italic;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	display: table;
	padding: 5px;
	line-height: 1.2;
	position:relative;
	text-align:center;
	margin:10px auto 20px;
}

#main-longform .entry-title {
text-align: center;
    width: 85%;
    margin: 10px auto;
    font-size: 47px;
    padding: 10px 20px 20px;
    background: #fff;
    font-weight: 700 !important;
    line-height: 0.9; !important;
}

#main-longform h1 {
/* font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif !important; */
}

#main-longform .meta-box {
text-align:center;
	margin:5px 0 0 0;
}

#main-longform .meta-lock {
	position:relative;
	display:inline-block;
	
}

#main-longform > div:nth-child(1) > div > div > div {
	color:#333 !important;
	font-size:13px;
background-color:rgba(255,255,255,0.85);
		padding:5px 10px;
	display:inline-block;
	max-width:300px;
	border-radius:0;
	float:right
}

#main-longform .fa-md.fa-lock {
font-size: 15px;
    bottom: -1px;
    margin: 0;
}

#main-longform .entry-meta,
#main-longform .meta-box-date{
	font-size:12px;
	
}
#main-longform .featured-caption {
	text-align:center;
	margin:10px 5px 25px;
	font-size:12px;
/* 	background:#fff;
	padding:10px;
	border-radius:30px */
}

#main-longform .entry-content {
	margin:45px 0 0 0;
	padding:0 25px 25px;
}


/* SEARCH */
#search-container .search-submit i {
	display: none;
	margin-right: 5px;
}
#search-container .search-submit.loading i {
	display: inline-block;
}
#search-container .search-submit.loading span {
	opacity: 0.5;
}
.search p,
.author p,
.tag p {
	padding: 0 15px;
	font-size: 14px;
}
/


/* YARPP */
.yarpp-related h3 {
	font-size: 100% !important;
	font-weight: 600 !important;
	margin: 40px 0 0 0 !important;
	padding: 0;
	text-transform: uppercase !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	margin:0;
}


.yarpp-related .yarpp-thumbnail-title {
	font-size:14px !important;
	font-weight:400 !important;
	margin:5px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	line-height:1.2;
	max-height:100%;
	overflow:none;
	width:95%
		
}

.yarpp-related h3 {
	margin: 50px 0 10px 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    background: #f5f5f5;
    padding: 5px !important;
    color: #C11000;
    border-top: 4px solid #C11000;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 0.25px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	height:auto;
	margin-bottom:15px;
	margin-right:0;
	border:none;
	margin:0;

}


	

 .carousel-item {
    transition: transform 2s ease-in-out;
  }
  .carousel-item.active {
    transform: translateX(0%);
  }
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translateX(0%);
  }
  .carousel-item-next,
  .carousel-item-prev {
    transform: translateX(0%);
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
    opacity: 1;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
  }



/* OFFERS */


h2.offers-dig {
font-size:22px !important;
	font-weight:700 !important;
	margin:40px 0 0 !important;
	
}


h2.offers-dig {
font-size:24px !important;
	font-weight:700 !important;
	margin:40px 0 0 !important;
	text-align:center;
	color:#02539D;
	text-transform:uppercase;
	
}

h2.offers-pri {
font-size:24px !important;
	font-weight:700 !important;
	margin:40px 0 0 !important;
	text-align:center;
		color:#C49F27;
	text-transform:uppercase;
	
}

h6.offers {
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-weight:400 !important;
}


	.offer-block-1 p,
.offer-block-2 p, 	.offer-block-3 p,
.offer-block-4 p
	
{
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	width:80%;
	margin:10px auto 10px;
		font-size:13px !important;
	font-weight:600 !important;
}

.offer-block-1 h1,
.offer-block-2 h1,
.offer-block-3 h1,
.offer-block-4 h1 {
	font-size:28px !important;
	font-weight:200 !important;
	margin:5px 0 0;
		background:none;
	text-align:center;
	border:none;
	letter-spacing:1px;
	
}


.offer-block-1 h2,
.offer-block-2 h2
 {
	font-size:40px !important;
	font-weight:900 !important;
	margin:0 10px 10px;
	color:#02539d;
}

.offer-block-3 h2,
.offer-block-4 h2 {
	font-size:40px !important;
	font-weight:900 !important;
	margin:0 10px 10px;
	color:#c49f27;
}
  
.offer-block-2,
.offer-block-4{
		margin: 1% 9% 5% 1%;
}

.offer-block-1,
.offer-block-3
{
	margin: 1% 1% 5% 9%;
}

.offer-block-1,
.offer-block-2,
.offer-block-3,
.offer-block-4 {
	height:200px;
	width:40%;

	overflow:hidden;
	float:left;
	border:5px solid #fff;
	text-align:center;
	border-radius:10px
	
}


h3.offers
{	
    margin: 15px auto !important;
    color: #333;
    font-weight: 700 !important;
    font-size: 21px !important;
	display:block !important;
	position:relative !important;
	text-align:center !important;
	letter-spacing:0px;
	
} 

h5.offers
{	
    margin: 8px;
    font-weight: 500 !important;
    font-size: 14px;
    text-align: center;
    color: #535353
}

.offer-block-1,
.offer-block-2,
.offer-block-3,
.offer-block-4 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	box-shadow:1px 1px 6px;
}

.offers-features {
    background: #e6eef2;
    padding: 1px 1px 15px;
}

pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
	background:#111;
	color:#fff;
}

.pmpro_content_message a:hover {
	color:#d11000 !important
}


