body {background-color: #FFFFFF}

h2, h3, h4, h5 {
	color:#FD001A;
	display: inline-flex;
	padding-top: 0.4em;
	padding-bottom: 0em;
}

h6 {
	font-size:1.5em;
	color:#FD001A;
	display: inline-flex;
	margin-top: 0.5em;
	margin-bottom: 0.0em;
	padding-top: 0.5em;
	padding-bottom: 0em;
}

.left {
	float: left;
}

/* sidebar */
.rightsidebar {
	clear: right;
	float:right;
	background:#FFFFCC;
	width:40%;
	margin:8px;
	padding:8px;
	border: 1px solid #BBBBBB;
	border-radius: 8px;}
.sidebartitle {
	font-size:1.1em;
	background:#BBBBBB;
	padding: 1px 8px 1px 8px;
	border-radius: 8px 8px 0 0;
	margin: -8px -8px 4px -8px;
}

/* dark-mode sidebar */
.dark-mode .rightsidebar {
	background:#333333;
}
.dark-mode .rightsidebar .sidebartitle {	background:#FF6666;
}

/* 2-column div */
.twocolumn {
	float: left;
	width: 50%;
}

/* 3-column div */
.threecolumn {
	float: left;
	width: 33.33%;
}

/* Clear floats after columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* do not display featured image by posts' headlines and make headlines run full-width */
.twp-single-banner .twp-image-section{
    display: none;
}
.twp-single-banner{
	font-size: 1em;
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
}
.twp-single-banner .twp-desc{
	background-color: #FFFFFF;
	flex: 0 0 100%;
	max-width: 100%;
	min-height: 40px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
}
.twp-archive-layout-1 .twp-archive-post{
    padding: 30px;
}
.twp-archive-layout-1 .twp-archive-post .twp-content-wrapper{
    margin-top: 0;
    width: 100%;
}

/* reduce upper margin for article headline */
.twp-wrapper .entry-title {
	padding: 0px;
}

/* text flow around float-right image */
.wp-block-image {float: right;
	margin: 0px 0px 10px 12px;
}

/* light gray bkg for entire sidebar */
.widget-area {
	background-color: #EEEEEE;
	border-radius:8px;
	padding-bottom:12px;
}

/* widget titles */
.widget-title {
  font-size: 1.2em;
	font-weight: normal;
}

/* main sidebar search */
#search-2 {
	background-color:#D0D0C0;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	padding-bottom: 3px;
}
/* old-content search engine*/
#custom_html-7 {
	background-color:#D0D0C0;
	margin-top: -4px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
}

/* e-Edition widget */
#custom_html-3 {
	background-color:#88BBEE;
	border-radius:8px;
}

/* Most popular */
#top-posts-4 {
	background-color:#DDDDDD;
	border-radius:8px;
	padding-bottom: 0px;
}

/* support advertisers */
#custom_html-2 {
	background-color:#EEEEEE;
	padding-bottom: 4px;
}

/* AdRotate Widgets */
#adrotate_widgets-2, #adrotate_widgets-3 {
	text-align: center;
	background-color:#EEEEEE;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 1px;
}

/* Bp Hying videos */
#custom_html-9 {
	background-color:#EEEEEE;
	margin-top: 4px;
	padding-bottom: 6px;
}

/* Latest from Bishop */
#telegram-list-post-sidebar-layout-2 {
	background-color:#EEDDDD;
	border: 2px solid #BB001A;
	border-radius:8px;
	margin-top: 4px;
	padding-bottom: 6px;
}

/* News from Vatican */
#custom_html-6 {
	background-color:#EEEEEE;
	margin-top: 4px;
	padding-bottom: 6px;
}

/* Promote MCH */
#custom_html-8 {
	background-color:#D0D0C0;
	border-radius:8px;
	padding-bottom: 0px;
}

/* Only in Print */
#custom_html-10 {
	background-color:#EEEEEE;
	padding-bottom: 1px;
}
