/*****
Theme Name: MH Newsdesk
Theme URI: http://www.mhthemes.com/themes/mh/newsdesk/
Author: MH Themes
Author URI: http://www.mhthemes.com/
Description: MH Newsdesk is a modern and dynamic news WordPress theme with great flexibility and powerful features. This advanced news template is ideal for up-to-date online newspapers, brilliant news magazines and all kind of other vibrant news websites. Styled in flat design MH Newsdesk WordPress Theme is focusing on your newsworthy and fresh content.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mh-newsdesk, br
Domain Path: /languages/
Tags: two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, full-width-template, translation-ready, rtl-language-support
*****/


/***** CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0 *****/

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,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** Animation *****/

#mh-wrapper,
h1,
h2,
h3,
h4,
h5,
h6,
.search-form input,
.header-sub li a,
.widget-list li,
.cat-item,
.page_item,
.sb-widget .menu-item,
.footer-widgets .menu-item,
.social-nav ul li a,
a,
.button span,
.social-button span,
.main-nav li,
.fa-mh-social,
.mh-share-button,
.slicknav_menu .slicknav_icon-bar,
.swiper-button-next,
.swiper-button-prev {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/***** Helper classes *****/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/***** Structure *****/

html {
	font-size: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 150%;
	word-wrap: break-word;
	min-width: 320px;
}

a {
	font-family: 'Raleway', sans-serif;
}

a[:hover] {
	font-weight: 600;
}

body.custom-background {
	background-size: cover;
}

.page-full-width {
	margin-left: 15px;
	margin-right: 15px;
}

#mh-wrapper,
.wrapper-inner {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
}

#mh-wrapper {
	background: #FFF;
	position:relative
}

#main-content {
	display: block;
	width: 65.83%;
	overflow: hidden;
}

.automatic-logout-message {
	padding: 20px;
	cursor: default;
}

.mh-sidebar,
.home-sidebar {
	display: block;
	float: left;
	width: 31.66%;
}

.single .mh-sidebar {
	padding-top: 20px;
}

.book-detail-sidebar {
	padding-top: 20px;
}

.mh-right-sb #main-content {
	float: left;
	margin-right: 2.5%;
}

.mh-left-sb #main-content {
	float: right;
	margin-left: 2.5%;
}

.mh-section {
	clear: both;
	padding: 0;
	margin: 0;
}

.mh-separator {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 0;
	border-bottom: 2px solid #ddd;
}

.clear {
	clear: both;
}

.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}


/***** Typography *****/

h1 {
	font-size: 1.867em;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 1.467em;
}

h5 {
	font-size: 16px;
	font-size: 1.0rem;
}

h6 {
	font-size: 14px;
	font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-weight: 400;
}

h1 {
	font-weight: 600;
}

b,
strong {
	font-weight: 900;
}

i,
em {
	font-style: italic;
}

small {
	font-size: 8px;
	font-size: 0.5rem;
}

big {
	font-size: 20px;
	font-size: 1.25rem;
}

pre,
code {
	font-family: "Consolas", Courier New, Courier, monospace;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	background: #f7f7f7;
	border: 1px solid #ebebeb;
}

pre {
	padding: 20px;
	padding: 1.25rem;
	white-space: pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -webkit-pre-wrap;
}

kbd {
	padding: 0px 6px;
	padding: 0rem 0.375rem;
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 0.1875em;
	-moz-border-radius: 0.1875em;
	-moz-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
	-webkit-border-radius: 0.1875em;
	box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
	text-shadow: 0 0.0625em 0 #fff;
}

blockquote {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #E10019;
	margin: 10px 20px 20px 20px;
	padding: 20px 20px 0 20px;
	padding: 1.25rem 1.25rem 0 1.25rem;
	border-left: 5px solid #E10019;
	display: inline-block;
}

sup {
	vertical-align: super;
	font-size: 10px;
	font-size: 0.625rem;
}

sub {
	vertical-align: sub;
	font-size: 10px;
	font-size: 0.625rem;
}

abbr,
acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	color: #9a9b97;
}

address {
	font-family: "Courier new";
	line-height: 1.5;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

a {
	text-decoration: none;
	color: #1f1e1e;
}

a[href]:hover {
	color: #E10019;
}


/***** Default Google Fonts *****/

.header-nav,
.header-sub,
h1,
h2,
h3,
h4,
h5,
h6,
.breadcrumb,
.footer-bottom,
.widget-list li,
.cat-item,
.page_item,
.menu-item,
.button,
.commentlist .vcard,
.pagination,
.mh-share-buttons {
	font-family: 'Raleway', sans-serif;
}


/***** Columns *****/

.mh-col {
	display: block;
	float: left;
	margin-left: 2.5%;
}

.mh-col:first-child {
	margin-left: 0;
}

.mh-group:before,
.mh-group:after {
	content: "";
	display: table;
}

.mh-group:after {
	clear: both;
}

.mh-1-2 {
	width: 48.75%;
}

.mh-2-3 {
	width: 65.83%;
}

.mh-1-3 {
	width: 31.66%;
}

.mh-3-4 {
	width: 74.375%;
}

.mh-1-4 {
	width: 23.125%;
}

.home-2,
.home-3 {
	width: 48.07%;
}

.home-3 {
	margin-left: 3.86%;
}


/***** Header *****/

.header-top {
	background: #333;
	line-height: 1;
}

.mh-header {}

.header-wrap {
	background: #222222;
}

.logo-title {
	font-size: 42px;
	font-size: 2.625rem;
	color: #E10019;
	font-weight: 700;
	text-transform: uppercase;
}

.logo-tagline {
	font-size: 16px;
	font-size: 1.0rem;
	text-transform: uppercase;
}

.logo-print {
	display: none;
}

.header-logo-full {
	float: left;
	padding: 10px;
	width: 260px;
	height: 50px
}

.header-menu {
	background: #E10019;
	border-bottom: 4px solid #e5e5e7;
}

.header-sub {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	overflow: hidden;
	background: #efefef;
}

.header-search {
	float: right;
}

.visible-sm {
	display: none;
}

/***** News Ticker *****/

.br_news_ticker {

}

.news-ticker {
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	background: #E5E5E5;
}

.ticker-title {
	float: left;
	color: #fff;
	padding: 0 10px;
	background: #E10019;
	text-transform: uppercase;
	font-weight: 600;
}

.ticker-item {
	display: block;
	padding: 0 10px;
	font-size: 0.867em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.ticker-item a[href].ticker-item-link {
	color: #1f1e1e
}

.ticker-item a[href].ticker-item-link:hover {
	color: #E10019;
}

.ticker-item-separator {
	margin: 0 3px;
	font-weight: 400;
}

.ticker-item-date {
	font-weight: 600;
}

.ticker-item-title {
	font-weight: 400;
}


/***** Navigation *****/

.header-nav {
	float: left;
	font-size: 0.867em;
	line-height: 120%;
	text-transform: uppercase;
}

.header-nav li {
	float: left;
	position: relative;
}

.header-nav li:first-child {
	border: none;
}

.header-nav li a {
	display: block;
	color: #868686;
	color: white;
	padding: 15px 15px 14px;
	text-decoration: none;
}

.header-nav li a:hover {
	color: #E5E5E5;
}

.header-nav ul li:hover > ul {
	display: block;
	background: #444;
	z-index: 9999;
}

.header-nav ul ul {
	display: none;
	position: absolute;
}

.header-nav ul ul li {
	width: auto;
	border: none;
}

.header-nav ul ul ul {
	left: 100%;
	top: 0;
}

.main-nav {
	text-transform: uppercase;
	height: 70px;
}

.main-nav li {
	float: left;
	position: relative;
}

.main-nav li:hover {
	background: #444;
}

.main-nav li a {
	display: block;
	color: #fff;
	padding: 0px 15px;
	padding-top: 9px;
	height: 100%;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: 600;
}

.main-nav li a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.main-nav ul li:hover > ul {
	display: block;
	background: #444;
	z-index: 9999;
}

.main-nav ul ul.sub-menu {
	display: none;
	position: absolute;
	background: #444;
	height: auto;
	padding: 15px;
}

.main-nav ul ul.sub-menu li {
	width: 220px;
	border: none;
	height: auto;
	line-height: initial;
	margin-top: 20px;
}

.main-nav ul ul li:first-child {
	margin-top: 8px;
}

.main-nav ul ul li a {
	padding: 0;
	font-weight: 400;
	font-size: 1.067em;
	text-transform: none;
}

.main-nav ul ul ul {
	left: 100%;
	top: 0;
}

.main-nav .menu,
.menu-main-navigation-container {
	float: left;
	height: 100%;
	margin-left: 5px;
}

.main-nav .menu ul {
	height: 100%;
}

.main-nav .menu li {
	height: 100%;
	line-height: 70px;
}

.footer-nav {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.footer-nav li {
	position: relative;
	margin-bottom: 15px;
}

.footer-nav li:first-child {
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.footer-nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: 400;
}

.footer-nav li a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.footer-nav ul {

}

.footer-nav ul li:hover > ul {
	display: block;
	background: #2a2a2a;
	z-index: 9999;
}

.footer-nav ul ul {
	display: none;
	position: absolute;
}

.footer-nav ul ul li {
	width: 10em;
}

.footer-nav ul ul ul {
	left: 100%;
	top: 0;
}

/***** Social Navigation *****/

.social-nav {
	float: right;
	overflow: hidden;
	margin-top: 7px;
	margin-right: 10px;
}

.social-nav .screen-reader-text {
	position: absolute;
	top: -9999rem;
	left: -9999rem;
}

.social-nav .fa-mh-social {
	color: #878787;
	color: white;
}

.social-nav .fa-mh-social:hover {
	color: #E5E5E5;
}

.social-nav a {
	color: #333;
}

.social-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}

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

.social-nav li a .fa-mh-social:before {
	content: '\f09e';
}

.social-nav li a[href*="behance.net"] .fa-mh-social:before {
	content: '\f1b4';
}

.social-nav li a[href*="dribbble.com"] .fa-mh-social:before {
	content: '\f17d';
}

.social-nav li a[href*="facebook.com"] .fa-mh-social:before {
	content: '\f09a';
}

.social-nav li a[href*="flickr.com"] .fa-mh-social:before {
	content: '\f16e';
}

.social-nav li a[href*="plus.google.com"] .fa-mh-social:before {
	content: '\f0d5';
}

.social-nav li a[href*="instagram.com"] .fa-mh-social:before {
	content: '\f16d';
}

.social-nav li a[href*="linkedin.com"] .fa-mh-social:before {
	content: '\f0e1';
}

.social-nav li a[href*="pinterest.com"] .fa-mh-social:before {
	content: '\f0d2';
}

.social-nav li a[href*="reddit.com"] .fa-mh-social:before {
	content: '\f1a1';
}

.social-nav li a[href*="soundcloud.com"] .fa-mh-social:before {
	content: '\f1be';
}

.social-nav li a[href*="tumblr.com"] .fa-mh-social:before {
	content: '\f173';
}

.social-nav li a[href*="twitter.com"] .fa-mh-social:before {
	content: '\f099';
}

.social-nav li a[href*="vimeo.com"] .fa-mh-social:before {
	content: '\f194';
}

.social-nav li a[href*="xing.com"] .fa-mh-social:before {
	content: '\f168';
}

.social-nav li a[href*="youtube.com"] .fa-mh-social:before {
	content: '\f167';
}


/***** SlickNav Mobile Menu Core Style *****/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438rem 0.625rem;
	line-height: 1.125rem;
	cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.125rem;
	float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 5px;
}

.slicknav_nav {
	clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
	display: block;
}

.slicknav_nav ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.slicknav_nav ul ul li {
	border: none;
}

.slicknav_nav .slicknav_arrow {
	font-size: 1.2em;
	margin: 0 10px;
	float: right;
}

.slicknav_nav .slicknav_item {
	display: block;
	cursor: pointer;
}

.slicknav_nav a {
	display: block;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both;
}

.slicknav_menu {
	*zoom: 1;
	display: none;
}


/***** SlickNav User Default Style *****/

.slicknav_btn {
	padding: 19px 10px 19px 0;
	text-decoration: none;
}

.slicknav_menu {
	font-size: 13px;
	font-size: 0.8125rem;
}

.slicknav_menu .slicknav_menutxt {
	display: none;
}

.slicknav_menu .slicknav_icon-bar {
	width: 25px;
	height: 4px;
	background: #fff;
}

.slicknav_btn:hover .slicknav_icon-bar {
	background: rgba(255, 255, 255, 0.7);
}

.slicknav_menu {
	background: none;
}

.slicknav_nav {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}

.slicknav_nav ul {
	padding: 20px 0 0 15px;
	width: 100%;
}

.slicknav_nav ul ul {
	border: 0;
	padding: 0 0 0 15px;
}

.slicknav_nav .slicknav_item {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav a,
.slicknav_nav a:hover {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_item:hover {
	color: #fff;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}


/***** Breadcrumbs *****/

.breadcrumb {
	font-weight: 600;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 15px;
}

.breadcrumb a,
.breadcrumb .bc-text {
	display: inline-block;
	color: #000;
	font-size: 0.867em;
	padding: 0px 8px;
	background: #E5E5E5;
	margin-right: 5px;
	margin-bottom: 5px;
}


/***** Posts/Pages *****/

.entry-content img {
	padding-right: 15px;
}

.entry-title,
.page-title {
	margin-bottom: 20px;
}

.page-title {
	margin-top: 15px;
}

.entry-content {}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content blockquote,
.entry-content table,
.entry-content .mh-video-container {
	margin-bottom: 15px;
}

.entry-content table p {
	margin: 0;
}

.entry-content table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

.entry-content table tr:first-child td {
	border-top: 1px solid #ebebeb;
	font-size: 1.0rem;
	font-weight: 600;
}

.entry-content a[href] {
	color: #E10019;
}

.entry-content a[href]:hover {
	color: #000;
}

.entry-content a.inverted[href] {
	color: #000;
}

.entry-content a.inverted[href]:hover {
	color: #E10019;
}

a[href].link-inverted {
	font-weight: 500;
	color: #E10019;
}

a[href].link-inverted:hover {
	color: #000;
}

a.more-link {
	font-weight: 500;
	color: #E10019;
}

a.subnavigation {
	font-weight: 600;
	padding: 3px;
	display: inline-block;
}

.entry-content a.more-link:hover {
	color: #000;
}

.entry-content .text-box {
	padding: 20px;
	background-color: #eee;
	margin-bottom: 30px;
	clear: both;
}

.entry-content .text-box ul {
	margin-bottom: 0;
}

.entry-thumbnail {
	margin-bottom: 20px;
}

.entry-meta {
	font-size: 0.933em;
	font-weight: 600;
	color: rgb(135, 135, 135);
	margin-bottom: 20px;
}

.entry-meta a:hover {
	color: black;
}

.entry-meta .entry-meta-author,
.entry-meta a {
	color: #E10019;
	font-weight: 600;
	font-size: 13px;
}

.entry-meta-cats,
.entry-meta-author {
	margin-right: 10px;
}

.entry-tags {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}

.entry-tags span {
	font-weight: 900;
	margin-right: 15px;
}

.entry-tags a {
	display: inline-block;
	margin: 0 15px 5px 0;
	text-transform: capitalize;
}

.entry-tags a.no-text-transform {
	text-transform: none;
}

.entry-tags a:hover {
	color: #E10019;
}

.news-large-image {
	margin-bottom: 20px;
}

.news-small-image {
	max-width: 250px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.free-entry-content {
	position: relative;
	margin-bottom: 20px;
}

.free-entry-content:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	content: "";
	background: linear-gradient(to top, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 80% );
	pointer-events: none;
}

.paid-content-login {
	padding: 15px;
	background: #e5e5e5;
}

.paid-content-login p {
	margin-bottom: 15px;
}

/***** Front Page Template *****/

.home-columns .sb-widget .content-list:first-child {
	margin-top: 0;
}

.home-columns .mh-fp-grid-widget {
	margin-top: -10px;
}

.home-columns .mh-fp-grid-widget,
.home-columns .mh-fp-large-widget,
.home-columns .mh-fp-list-widget {
	margin-bottom: -20px;
}


/***** Sitemap Template *****/

.sitemap-list {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}


/***** Loop / Archives / Search Results *****/

.content-lead-title {
	font-size: 38px;
	font-size: 2.375rem;
	margin-bottom: 10px;
}

.content-list-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: 600;
}

.content-thumb {
	margin-bottom: 5px;
}

.content-grid {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-grid-title {
	font-size: 16px;
	font-size: 1.0rem;
}

.content-grid-excerpt,
.content-grid-separator {
	display: none;
}

.category .content-grid .entry-meta {
	display: none;
}

.content-list {
	margin-top: 20px;
}

.br-news-list-widget article:first-child {
	margin-top: 5px;
}

.br-news-list-widget h5 {
	margin-bottom: 10px;
}

.archive-list .content-list:first-child {
	margin-top: 10px;
}

.content-list-thumb {
	float: left;
	max-width: 260px;
	margin: 0 20px 10px 0;
}

.content-list-excerpt {
	overflow: hidden;
}

.content-list .bestseller-lists {
	margin-top: 10px;
}

.not-found-widgets {
	margin-top: 20px;
}

.sticky {}


/***** Author Box *****/

.author-box {
	padding: 20px;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	background: #efefef;
}

.author-box-avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.author-box-name {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 10px;
}

.author-box-desc {
	font-size: 15px;
	font-size: 0.9375rem;
	overflow: hidden;
}


/***** Related Content *****/

.related-content {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.related-content .content-grid {
	margin-top: 0;
	margin-bottom: 0;
}

.related-content img[alt='No Picture'] {
	display: none;
}

.related-content .entry-meta-headline {
	text-transform: none;
}

/***** Lists *****/

.entry-content ul,
.commentlist ul {
	list-style: square;
}

.entry-content ol,
.commentlist ol {
	list-style: decimal;
}

.entry-content ul,
.commentlist ul,
.entry-content ol,
.commentlist ol {
	margin: 0 0 30px 40px;
	margin: 0 0 1.875rem 2.5rem;
}

.entry-content ul ul,
.commentlist ul ul,
.entry-content ol ol,
.commentlist ol ol {
	margin: 0 0 0 40px;
	margin: 0 0 0 2.5rem;
}

dl {
	margin: 0 0 30px 40px;
	margin: 0 0 1.875rem 2.5rem;
}

dt,
dd {
	display: list-item;
}

dt {
	list-style-type: square;
	font-weight: 600;
}

dd {
	list-style-type: circle;
	margin-left: 30px;
	margin-left: 1.875rem;
}

select {
	max-width: 100%;
}

/***** Post detail *****/
.entry-meta-date {
	float: right;
	font-weight: 400;
	font-size: 0.929em;
	color: #000;
}

.post-advice {
	font-style: italic;
	margin-bottom: 20px;
}

/***** Comments *****/

.comment-section-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	color: #fff;
	background: #E5E5E5;
	padding: 0;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
	overflow: hidden;
}

.comment-section-title span {
	padding: 20px;
	background: #E10019;
}

.comment-section-title .comment-count {
	float: left;
	color: #fff;
}

.comment-section-title .comment-count-more {
	float: left;
	color: #1f1e1e;
	background: transparent;
}

.commentlist {
	padding: 20px 20px 5px 20px;
	margin-bottom: 20px;
	list-style: none;
	background: #efefef;
}

.commentlist .depth-1 {
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid rgba(227, 0, 27, 0.2);
	background: #fff;
}

.commentlist .children {
	list-style: none;
	margin: 0 0 10px 0;
}

.commentlist .children li {
	padding: 0 20px;
	background: #fafafa;
	margin-top: 20px;
}

.commentlist .children .depth-2 {
	padding: 20px;
}

.commentlist .comment {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.commentlist .comment .vcard {
	position: relative;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.commentlist .comment .avatar {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
}

.commentlist h1,
.commentlist h2,
.commentlist h3,
.commentlist h4,
.commentlist h5,
.commentlist h6 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.comment-text p,
.comment-text blockquote {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.comment-text a[href] {
	color: #E10019;
}

.comment-text a[href]:hover {
	color: #1f1e1e;
}

.comment-text blockquote p:last-child {
	margin: 0;
}

.commentlist .bypostauthor .avatar {
	border: 5px solid rgba(227, 0, 27, 0.2);
}

.comment-author {
	font-weight: 700;
}

.comment-info {
	color: #E10019;
	margin: 20px 0px;
	margin: 1.25rem 0rem;
}

.comment-reply .comment-reply-link,
.comment-reply .comment-edit-link {
	font-size: 13px;
	font-size: 0.8125rem;
	background: #ccc;
	color: #fff;
	padding: 5px 10px;
}

.pinglist {
	background: #efefef;
	padding: 20px;
	margin-bottom: 20px;
	list-style: none;
}

.pinglist .pings:first-child {
	border-top: 1px dotted #cdcdcd;
}

.pinglist .pings {
	line-height: 2.5;
	padding: 5px 0;
	padding: 0.3125rem 0;
	border-bottom: 1px dotted #cdcdcd;
}

.pinglist .fa-link {
	margin-right: 10px;
	margin-right: 0.625rem;
}

.no-comments {
	padding: 10px;
	padding: 0.625rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	background: #efefef;
}


/***** Comment Form *****/

#respond {
	padding: 20px 20px 10px;
	padding: 1.25rem 1.25rem 0.625rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	background: #E5E5E5;
}

#respond h3 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

#commentform p {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

#commentform .form-submit {
	margin-top: 20px;
}

#cancel-comment-reply-link {
	margin-left: 20px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	background: #ccc;
	padding: 5px;
	padding: 0.3125rem;
	color: #fff;
}

#cancel-comment-reply-link:hover {
	background: #E10019;
}

textarea#comment {
	resize: vertical;
}

.required {
	color: #be2844;
}


/***** Forms *****/

input {

}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
	color: #000;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	margin: 0;
	padding: 5px;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	max-width: 100%;
	height: 30px;
	font-size: 0.933em;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
}

a.button-red[href],
input[type=submit],
button {
	color: #fff;
	padding: 12px;
	cursor: pointer;
	background: #E10019;
	display: inline-block;
	border: 0;
	text-transform: uppercase;
	-webkit-appearance: none;
	border-radius: 5px;
	font-size: 0.867em !important;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 500 !important;
}

button {
	padding: 12px 25px;
}

a.button-red[href] {
	text-transform: none;
	text-align: center;
	display: block;
	font-size: 1em;
}

a.button-red[href]:hover,
input[type=submit]:hover,
button:hover {
	color: #fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	background: #E10019 !important;
}

textarea {
	width: 96%;
	line-height: 1.5;
	padding: 5px;
	padding: 0.3125rem;
	border: 1px solid #d7d8d8;
}


/***** Pagination *****/

.pagination {
	margin-bottom: 20px;
	overflow: hidden;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 10px 20px;
	background: #efefef;
}

.pagination .current {
	color: #fff;
	background: #E10019;
}

.pagination a.page-numbers:hover,
.dots:hover {
	background: #E5E5E5;
}

.pagination .pagelink {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	background: #E10019;
}

.pagination a .pagelink {
	color: #000;
	font-weight: 400;
	background: #efefef;
}

.pagination a:hover .pagelink {
	color: #E10019;
	background: #ccdee8;
}

.post-nav-wrap {
	text-align: center;
	margin: 10px auto 40px;
	padding: 10px 0;
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
}

.post-nav-wrap li {
	display: inline-block;
	font-weight: 900;
}

.post-nav-wrap li .fa {
	margin: 0 10px;
}

.post-nav-prev {
	margin-right: 10px;
}

.post-nav-next {
	margin-left: 10px;
}


/***** Images / Video *****/

img {
	max-width: 100%;
	width: auto\9;
	/* ie8 */
	height: auto;
	vertical-align: bottom;
}

iframe,
embed,
object,
video {
	max-width: 100%;
}

.alignnone {
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.aligncenter {
	display: block;
	margin: 20px auto 20px;
	margin: 1.25rem auto 1.25rem;
}

.alignleft {
	display: inline;
	float: left;
	margin: 5px 20px 20px 0;
	margin: 0.3125rem 1.25rem 1.25rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 5px 0 20px 20px;
	margin: 0.3125rem 0 1.25rem 1.25rem;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 0.875rem;
	color: #454545;
	line-height: 1.4;
	margin: 5px 0 20px;
	margin: 0.3125rem 0 1.25rem;
	display: block;
}

.wp-caption-text a[href] {
	color: #1f1e1e;
}

.wp-caption-text a[href]:hover {
	color: #e10019;
}

.alignnone .wp-caption-text,
.aligncenter .wp-caption-text,
.alignleft .wp-caption-text,
.alignright .wp-caption-text {
	margin-bottom: 0;
}


/***** Gallery *****/

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	margin: 0;
	padding: 6px 8px;
	text-align: center;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	width: 100%;
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/***** Tables *****/

table {
	width: 100%;
}

table th {
	color: #fff;
	background: #E10019;
	padding: 10px;
	padding: 0.625rem;
}

table tr:nth-child(odd) {
	background-color: #eae9e8;
}

table tr:nth-child(even) {
	background-color: #fff;
}

table td {
	font-size: 12px;
	font-size: 0.75rem;
	border: 1px solid #ebebeb;
	border-top: 0;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	padding: 0.625rem;
}

.mh-footer table th {
	background: #1f1e1e;
}

.mh-footer table tr:nth-child(odd) {
	background-color: #464646;
}

.mh-footer table tr:nth-child(even) {
	color: #000;
}

.mh-footer table td {
	border: 1px solid #1f1e1e;
}


/***** Search *****/

.search-form {
	float: right;
}

.search-form .search-form-container {
	margin-top: 7px;
	margin-bottom: 7px;
	position: relative;
	float: right;
	margin-right: 5px;
	width: 100%;
	max-width: 300px;
	min-width: 250px;
}

.search-form button {
	color: #000;
	background: none;
	width: 30px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
}

.search-form button .fa {
	font-size: 20px;
	color: white;
}

.search-field:focus + * .fa {
	color: #000;
}

.search-form .search-submit:hover {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

.search-form .screen-reader-text {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

.search-form .search-field {
	background: rgba(255, 255, 255, 0.4);
	color: white;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 5px;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	padding-right: 30px;
	font-size: 0.933em;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
	height: 34px;
}

.search-form .search-field:focus {
	color: #000;
}

.search-form .search-field:hover {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid  #ddd;
}

.search-form .search-field:focus {
	background: rgba(255, 255, 255, 1.0);
}

.search-form .search-field:active,
.search-form .search-field:focus {
	cursor: text;
}

.sb-widget .search-form {
	display: block;
	margin: 0 auto;
	padding: 5%;
	background: #efefef;
}

.sb-widget .search-form .search-field {
	display: block;
	margin: 0 auto;
	width: 90%;
}

.sb-widget .search-form .search-field:hover {
	min-width: 200px;
}

.footer-widgets .search-form input {
	width: 100%;
}


/***** Contact Form 7 *****/

.wpcf7-form {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 20px;
	padding: 1.25rem;
	background: #efefef;
}

.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 14px;
	font-size: 0.875rem;
}

.wpcf7-form input[type="submit"] {
	min-width: 100px;
}

.wpcf7-form p {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.wpcf7-response-output {
	background: #fff;
}


/***** Buttons *****/

.button {
	display: block;
}

.button span {
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	background: #E10019;
	padding: 15px;
	margin: 15px 0 10px 0;
	text-transform: uppercase;
	display: inline-block;
}

.button span:hover {
	background: #1f1e1e;
}


/***** Social Buttons *****/

.share-button-container {
	float: right;
}

.mh-share-buttons {
	margin-bottom: 20px;
	padding: 5px 0;
	overflow: hidden;
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
}

.mh-share-buttons a {
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-left: 10px;
}

.mh-share-buttons a,
.mh-share-buttons a:hover {
	color: #fff;
}

.mh-share-buttons .fa {
	display: inline-block;
	font-size: 1.25em;
	line-height: 30px;
}

.mh-share-button {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 8px;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	background: #9da6a1;
}

.mh-share-button:hover {
	opacity: 0.7;
}

.share-button-with-text .fa {
	margin-right: 8px;
}

.mh-facebook span {
	background: #3e64ad;
}

.mh-twitter span {
	background: #6aadd1;
}

.mh-pinterest span {
	background: #de010d;
}

.mh-googleplus span {
	background: #cd3627;
}


/***** Footer *****/

.mh-footer {
	color: #fff;
	background: #1f1e1e;
	overflow: hidden;
}

.mh-footer a {
	color: #fff;
}

.footer-ad-wrap {
	background: #333;
	padding: 40px;
	text-align: center;
	display: block;
	overflow: hidden;
}

.footer-bottom {
	padding: 30px 0 10px;
	text-transform: uppercase;
	background: #222222;
	position: relative;
	z-index: 666;
}

.footer-bottom .footer-right a {
	text-transform: none;
	text-align: right;
}

.footer-bottom .copyright-wrap {
	float: left;
	width: 50%;
}

.footer-bottom .copyright {
	font-size: 1em;
	text-transform: none;
}

.footer-bottom .social-nav {
	margin: 0;
}

.footer-bottom .social-nav ul li {
	padding: 0 10px;
}

.footer-bottom .social-nav ul li:last-child {
	padding-right: 0;
}

.footer-bottom .social-nav .fa-mh-social {
	color: #FFF;
	font-size: 1.400em;
}

.footer-bottom .social-nav .fa-mh-social:hover {
	color: rgba(255, 255, 255, 0.7);
}

/***** Sidebars/Widgets *****/

.sb-widget {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	overflow: hidden;
}

.widget-title,
.widgettitle {
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	border-left: 30px solid #E10019;
	padding-left: 10px;
	background: #9ca5a0;
	margin-bottom: 20px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}

.widget-title a[href],
.widget-title a[href]:hover,
.widgettitle a[href],
.widgettitle a[href]:hover {
	color: #fff;
}

/*.widget-title span {
	padding: 0 10px;
	background: #9ca5a0;
	margin-left: 30px;
	width: 100%;
	height: 100%;
	line-height: 30px;
	box-sizing: border-box;
	display: inline-block;
}
*/
.widget-list li {
	list-style-type: none;
	display: block;
}

.widget-list > li {
	padding: 10px 0;
	border-bottom: 1px dotted #dcdcdc;
}

.widget-list li:hover {
	background: #fdfdfd;
	padding-left: 10px;
}

.widget-list .children li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #dcdcdc;
}

.footer-widgets .widget-list li:hover {
	background: none;
}

.footer-widgets {
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 30px 0;
}

.footer-widgets .widget-title {
	font-size: 16px;
	font-size: 1rem;
	padding: 10px;
	background: #464646;
}

.footer-widget {
	margin: 20px;
	overflow: hidden;
}

.footer-1,
.footer-2,
.footer-3 {
	background: #333;
}


/***** MH Custom Posts Widget *****/

.mh-cp-widget .mh-separator:last-child {
	margin-bottom: 0;
}

.cp-small {
	padding-bottom: 4px;
}

.cp-thumb-xl {
	margin-bottom: 5px;
}

.cp-thumb-small {
	float: left;
	max-width: 120px;
	margin: 0 20px 0 0;
}

.cp-title-xl {
	font-size: 36px;
	font-size: 2.25rem;
}

.cp-title-small {
	font-size: 16px;
	font-size: 1.0rem;
	overflow: hidden;
}

.cp-excerpt-xl {
	margin-top: 20px;
}


/***** MH YouTube Video Widget *****/

.mh-video-widget {
	margin-top: 10px;
}

.mh-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.mh-video-container iframe,
.mh-video-container object,
.mh-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/***** MH Authors & MH Comments Widget *****/

.sb-widget .uw-wrap {
	padding: 15px 0px;
	padding: 0.9375rem 0rem;
	border-bottom: 1px dotted #ebebeb;
}

.user-widget li:first-child {
	padding-top: 0;
}

.uw-avatar {
	float: left;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.uw-text {
	font-size: 18px;
	font-size: 1.125rem;
}

.uw-data {
	font-size: 14px;
	font-size: 0.875rem;
	color: #979797;
}


/***** Default WordPress Widgets *****/

.sb-widget ul > .cat-item,
.sb-widget ul > .menu-item,
.sb-widget ul > .page_item,
.footer-widgets ul > .cat-item,
.footer-widgets ul > .menu-item,
.footer-widgets ul > .page_item {
	padding: 10px 0;
	border-bottom: 1px dotted #dcdcdc;
}

.sb-widget ul .cat-item:hover,
.sb-widget ul .menu-item:hover,
.sb-widget ul .page_item:hover,
.footer-widgets ul .cat-item:hover,
.footer-widgets ul .menu-item:hover,
.footer-widgets ul .page_item:hover {
	background: #fdfdfd;
	padding-left: 10px;
}

.sb-widget ul .children .cat-item,
.sb-widget ul .sub-menu .menu-item,
.sb-widget ul .children .page_item,
.footer-widgets ul .children .cat-item,
.footer-widgets ul .sub-menu .menu-item,
.footer-widgets ul .children .page_item {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px dotted #dcdcdc;
	border-bottom: none;
}

.footer-widgets ul .cat-item:hover,
.footer-widgets ul .menu-item:hover,
.footer-widgets ul .page_item:hover {
	background: none;
}

.footer-widgets .textwidget {
	padding: 0 5px;
	padding: 0 0.3125rem;
}

#wp-calendar caption {
	text-align: left;
	padding: 10px;
	padding: 0.625rem;
	background: #f7f7f7;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	text-align: center;
}

#wp-calendar th {
	font-weight: 300;
}

#wp-calendar #prev {
	text-align: left;
}

.footer-widgets #wp-calendar caption {
	background-color: #464646;
}


/***** Advertisements *****/

.header-ad .textwidget {
	text-align: right;
	overflow: hidden;
}

.header-ad img {
	margin: 0;
	padding: 0;
}

.post-ad,
.ad-spot {
	padding: 18px;
	background: #efefef;
}

.post-ad .textwidget,
.ad-spot {
	text-align: center;
	overflow: hidden;
}

.footer-ad-wrap .textwidget {
	overflow: hidden;
}

.featured-content-empty {
	font-size: 14px;
	font-size: 0.875rem;
	background: #fff;
	margin-bottom: 30px;
}

.flexslider {
	position: relative;
	margin-bottom: 30px;
}

.featured-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.featured-thumbnail {
	width: 69%;
	float: left;
}

.featured-thumbnail .news-large-image {
	margin: 0;
}

.featured-caption {
	width: 30%;
	box-sizing: border-box;
		float: left;
}

.featured-header {
	padding: 15px 20px 0;
}

.featured-category a {
	font-size: 0.867em;
	font-weight: 600;
	color: #878787;
	text-transform: uppercase;
}

.featured-title {
	font-weight: 600;
}

.featured-title a[href],
.br-news-list-widget .content-list-title a[href] {
	color: #1f1e1e;
}

.featured-title a[href]:hover,
.br-news-list-widget .content-list-title a[href]:hover {
	color: #e10019;
}

.br-news-list-widget .entry-meta-headline,
.featured-post .entry-meta-headline {
	font-size: 0.867em;
	line-height: 1.2;
	padding-top: 8px;
}

.featured-meta {
	font-size: 11px;
	color: #aaa;
	text-transform: uppercase;
}

.featured-thumbnail img {
	width: 100%;
}

.featured-excerpt {
	padding: 0 20px 30px;
}


/***** FlexSlider Browser Resets *****/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

ul.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.flex-direction-nav {
	list-style: none;
	margin: 0;
}



/***** FlexSlider Necessary Styles *****/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	width: 100%;
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.slides > li:first-child {
	display: block;
}

.slides > li.clone:first-child {
	display: none;
}

.slides > li.clone + li {
	display: block;
}


/***** FlexSlider Direction Nav *****/

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a[href] {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 20px;
	color: #222;
	line-height: 1;
	text-align: center;
	padding: 5px 0;
	margin: -12px 0 0;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
}

.flexslider .flex-prev {
	right: 30px;
	bottom: 0;
	background: #ddd;
}

.flexslider .flex-next {
	right: 0;
	bottom: 0;
	background: #ddd;
}

.flexslider .flex-prev:hover,
.flexslider .flex-next:hover {
	color: #222;
	background: #C9C9C9;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	content: '\f104';
	padding-bottom: 10px;
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
}

.swiper-container {
	position: relative;
}

.slick-next,
.slick-prev {
	width: 30px;
	height: 30px;
	color: #222;
	line-height: 1;
	text-align: center;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	background: #ddd;
	background-image: none;
	font-family: 'FontAwesome';
	bottom: -15px;
	right: 0;
	left: auto;
	top: auto;
	background: #ddd none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	font-size: 0 !important;
}

.flexslider .slick-next,
.flexslider .slick-prev {
	background: none;
	bottom: -43px;
}

.slick-prev {
	right: 30px;
}

.slick-next:before {
	content: '\f105';
	font-size: 20px;
	color: black;
	font-family: "FontAwesome";

}

.slick-prev:before {
	content: '\f104';
	font-size: 20px;
	color: black;
	font-family: "FontAwesome";
}

.br-featured-posts-widget .slick-next:hover,
.br-featured-posts-widget .slick-prev:hover {
	color: #222 !important;
	background: #C9C9C9 !important;
	box-shadow: none !important;
}

.flexslider .slick-next:hover,
.flexslider .slick-prev:hover {
	color: #222 !important;
	background: none !important;
	box-shadow: none !important;
}

.swiper-container {
	display: none;
}
.slick-slider.slick-initialized {
	display: block;
}

.br-featured-posts-widget {
	background: #E5E5E5;
}

.br-featured-posts-widget .paging {
	display: none;
}

.br-posts-slider-widget .post-title {
	padding: 10px;
}

.br-posts-slider-widget h5.post-title {

	font-size: 1em;
	font-weight: 600;
}

.br-posts-slider-widget h5.post-title a[href] {
	color: #1f1e1e;
}

.br-posts-slider-widget h5.post-title a[href]:hover {
	color: #e10019;
}

.br-posts-slider-widget .post-slide.image h5.post-title {
	margin-bottom: 30px;
}

.br-posts-slider-widget .post-slide {
	box-sizing: border-box;
}

.br-posts-slider-widget .post-slide .news-small-image {
	float: none;
	display: block;
	max-width: none;
	padding: 10px;
	margin: 0;
}

.br-posts-slider-widget .post-slide .news-small-image img {
	width: auto;
	max-height: 150px;
}

.br-posts-slider-widget .post-thumbnail {
	margin-bottom: 10px;
}

.br-posts-slider-widget .post-excerpt {
	padding: 0 10px 10px 10px;
}

.br-posts-slider-widget .post-excerpt p {
	margin-bottom: 5px;
}

.flex-direction-nav .paging {
	color: #9DA5A0;
	font-size: 0.933em;
	position: absolute;
	right: 60px;
}

.flex-direction-nav {
	height: 24px;
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	position: relative;
}

.br-posts-slider-widget .flex-prev,
.br-posts-slider-widget .flex-next {
	background: none;
	color: #9DA5A0;
	padding: 2px 0;
}

.br-posts-slider-widget .flex-prev:hover,
.br-posts-slider-widget .flex-next:hover {
	background: none;
}

.textwidget h3 {
	font-size: 1.467em;
	font-weight: 600;
}

.entry-meta-headline,
.textwidget h5 {
	font-size: 1em;
	font-weight: 600;
	color: #868686;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.textwidget hr {
	border: 0;
	border-bottom: 2px solid #ddd;
}

.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6,
.textwidget p,
.textwidget blockquote,
.textwidget table,
.textwidget .mh-video-container {
	margin-bottom: 20px;
}

.textwidget .btn {
	margin-bottom: 5px;
}

.br-short-news-list-widget {
	margin-top: 20px;
}

.br-short-news-list-widget .short-news {
	margin-bottom: 10px;
}

.br-short-news-list-widget .short-news a:hover {
	color: black;
}

/***** Back to top button *****/

.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 70px;
	height: 70px;
	z-index: 710;
	text-decoration: none;
	text-align: center;
	color: #E10019;
	display: none;
	opacity: 0.7;
}

.back-to-top:hover {
	opacity: 1.0;
}

.back-to-top i {
	font-size: 60px;
}

.post.category-digital img {
	margin-bottom: 10px;
}

.post.category-digital ul {
	list-style: outside square none;
}

/***** BR-RSS-Feed Widget *****/

.rss-widget-icon {
	display: none;
}

.widget_br-rss-feed ul {
	list-style: none;
	margin: 0;
}

.widget_br-rss-feed li {
	margin-bottom: 10px;
	font-weight: bold;
}

.widget_br-rss-feed .font-normal {
	font-weight: normal;
}

/***** Visual Form Builder *****/

.visual-form-builder-container ul {
	margin: 0;
}

.entry-content ul li {
	background-repeat: no-repeat !important;
	background-image: none !important;
}

.video_header {
	padding: 0;
}

#recentcomments,
.detail-page-sidebar.widget_recent_entries ul {
	list-style: none;
	margin-left: 0;
}

#recentcomments li,
.detail-page-sidebar.widget_recent_entries li {
	margin-bottom: 5px;
}

/***** Bestseller list widget *****/

.bestseller-list-number {
	float: left;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2;
}

.bestseller-list-short-label {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	padding-bottom: 10px;
}

img.bestseller-list-long-image-header{
	float: right;
	max-width: 300px;
	max-height: 50px;
	padding: 0;
}

.bestseller-list-short-image-header {
	width: 100%;
}

a[href].bestseller-list-button {
	display:block;
	float: left;
	color: #222222;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 20px;
}

a[href].bestseller-list-button:hover,
a[href].bestseller-list-button.active {
	background: #E10019;
	color: #FFFFFF;
}

.bestseller-list-table.long {
	width: 48%;
	float: left;
}

.bestseller-list-table.long:nth-child(odd) {
	margin-right: 2%;
}

.bestseller-list-table.long:nth-child(even) {
	margin-left: 2%;
}

.bestseller-list-row {
	margin-bottom: 10px;
	padding: 10px;
	height: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bestseller-list-row.no-padding {
	padding: 0;
}

.bestseller-list-row.auto-height,
.bestseller-list-row.compact {
	height: auto;
}

.bestseller-list-row:nth-child(odd) {
	background-color: #eae9e8;
}

.bestseller-list-row.no-background:nth-child(odd) {
	background-color: #FFF;
}

.bestseller-list-row.compact {
	background-color: #FFF;
	border-bottom: 1px solid #E5E5E5;
}

.bestseller-list-row:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.bestseller-list-column {
	float: left;
}

.bestseller-list-column.full-width {
	width: 100%;
}

.bestseller-list-header {
	background-color: #E5E5E5;
}

.bestseller-list-header-text {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2;
	color: #222222;
	text-align: left;
	padding: 10px;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bestseller-list-column.position {
	vertical-align: top;
	font-size: 1.2em;
	text-align: left;
	width: 35px;
	border: 0px;
}

.bestseller-list-book-position {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2;
	color: #E2001A;
}

.bestseller-list-row .new-on-list {
	max-width: 30px;
	background-color: #F04C22;
	color: white;
	font-size: 0.400em;
	display: block;
	text-align: center;
	white-space: normal;
	line-height: 150%;
	box-sizing: border-box;
	padding: 2px;
	margin-top: 15px;
	margin-right: 5px;
}

.bestseller-list-column.cover {
	margin-right: 10px;
}

.bestseller-list-column.information {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5;
	float: none;
	overflow: hidden;
}

.bestseller-list-column.information .author {
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(135,135,135);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bestseller-list-column.information .title {
	font-size: 1em;
	font-weight: 700;
	color: #222222;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bestseller-list-column.information .title a[href] {
	color: #1f1e1e;
}

.bestseller-list-column.information .title a[href]:hover {
	color: #e10019;
}

.bestseller-list-column.information .information {
	margin-top: 5px;
	font-size: 0.9em;
}

.bestseller-list-image-bookcover {
	max-width: 60px;
	display: block;
}

.bestseller-list-row.compact .bestseller-list-image-bookcover {
	max-width: 3.333em;
}

.bestseller-list-column .book2look-link img {
	max-width: 60px;
	display: block;
	margin-top: 10px;
}

.bestseller-list-short-publishinformation {
	text-align: left;
	font-size: 0.8em;
	color: rgb(135,135,135);
	margin-bottom: 10px;
}

.bestseller-list-paging {
	margin-bottom: 10px;
}

.bestseller-list-link {
	display: block;
	alignment: left;
	font-weight: 600;
	margin-bottom: 10px;
}

.bestseller-premium-links {
	float: right;
	margin-top: 10px;
}

.bestseller-premium-links .fa {
	margin-right: 7px;
}

.panel-grid-cell .bestseller-list-table,
.mh-sidebar .bestseller-list-table {
	margin-bottom: 30px;
}

/***** Book details template *****/

.book-details-author {
	font-weight: 600;
	color: rgb(135,135,135);
	font-size: 0.9rem;
	padding-top: 1em;
}

.book-details-title {
	margin-top: 0.3em;
	margin-bottom: 1.0em;
}

.book-details-information {
	font-size: 1em;
	line-height: 210%;
	margin-bottom: 1em;
	width: 50%;
	float: left;
}

.book-details-bestposition {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 3.5em;
	width: 50%;
}

.book-details-leseprobeimage {
	margin-top: 2em;
}

.book-details-cover {
	float: right;
	max-width: 33%;
}

.book-details-horizontalline {
	border-top: 2px solid #E5E5E5;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
	float: right;
}

.book-details-description {
	float: right;
}

.book-details-table-label {
	padding: 0;
	padding-top: 1.5em;
	float: left;
	font-size: 1.5rem;
	font-weight: 600;
	width: 100%;
}

.book-details-table {
	float: left;
	width: 46%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.book-details-table:nth-child(odd) {
	margin-right: 2%;
}

.book-details-table:nth-child(even) {
	margin-left: 2%;
}

.book-details-table th {
	background-color: #E5E5E5;
	color: #000000;
	font-weight: 600;
	text-align: left;
}

.book-details-table td {
	background-color: #FFFFFF;
	text-align: left;
	width: 50%;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
	font-size: 1em;
	line-height: 150%;
}

.book-details-litvideo{
	float: left;
	margin-top: 2.5em;
	width: 98%;
	height: auto;
}

/* FORMS */

.black-instructions .vfb-help-block {
	color: #000 !important;
}

.vfbp-form input[type="checkbox"] {
	margin-top: 2px !important;
}

.vfbp-form input[type="radio"] {
	margin-top: 0px !important;
}

.vfb-checkbox label {
	line-height: 1.42857 !important;
}

.vfbp-form {
	padding-top: 20px;
	padding-bottom: 20px;
}

.vfb-form-control:focus{
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 5px rgba(225,0,25,0.4) !important;
}

/* User acounts */

.menu-item-login a,
.menu-item-login-sm a {
	font-weight: 600;
}

.menu-item-login .fa,
.menu-item-logout .fa,
.menu-item-login-sm .fa {
	margin-right: 7px;
}

.menu-item-login-sm {
	float: left;
}

.menu-item-login-sm a {
	color: white;
	padding-top: 13px;
	display: block;
}

.menu-item-login-sm a:hover {
	color: #E5E5E5;
}

#menu-item-login,
#menu-item-logout,
.login-placeholder {
	width: 101px;
	height: 44px;
	text-align: left;
}

#menu-item-login a,
#menu-item-logout a {
	padding-left: 10px;
}

ul.meta-navigation-sm {
}

ul.meta-navigation-sm li {
	border: none;
}

ul.meta-navigation-sm li a {
	color: white;

}

.login-form .login-input {
	display: block;
	margin-bottom: 10px;
}

.login-message {
	display: block;
	margin-bottom: 10px;
}

.login-message.success {

}

.login-message.error {
	color: #E10019;
}

.no-access-text {
	font-size: 1.200em;
	line-height: 140%;
	margin-bottom: 15px;
}

/* Premium overlay */

.blockUI {
	cursor: auto;
}

.blockUI header {
	background: #E10019;
	padding: 15px;
}

.blockUI header h4 {
	float: left;
	color: white;
}

.blockUI header .close-button {
	float: right;
	line-height: 30px;
	font-weight: 500;
}

.blockUI header .close-button:hover {
	color: black;
}

.blockUI p {
	padding: 20px;
	text-align: left;
}

.blockUI .close-button .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 20px;
	font-weight: 100;
}

.blockUI .close-button .icon:after {
	content: '\274c';
}

.blockUI .login-form {
	padding: 10px;
	width: 200px;
	margin: auto;
}

.blockUI .login-form .login-input {
	width: 200px;
	box-sizing: border-box;
	height: 40px;
}

.premium-badge {
	float: left;
	color: #fff;
	padding: 3px 10px;
	background: #E10019;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 10px;
	font-size: 0.867em;
}

/* ADLib Widget */

.widget_br_adlib
.br-adlib-central {
	text-align: center;
}

.widget_br_adlib
.br-adlib-left {
	float: left;
}

.br_sky_ad {
	position: absolute;
	left: 100%;
}

.br_sky_ad img {
	max-width: 600px !important;
}

.billboard-wrapper {
	text-align: center;
}

.widget_br_adlib {
	margin-bottom: 0px !important;
}

#Ads_BA_CAD_ad_container,
#Ads_BA_CAD2_ad_container {
	margin-bottom: 30px;
}

#Ads_BA_FLB_ad_container > * {
	margin-top: 20px;
	/* margin-bottom: 20px;*/
}

.widget_br_newsletter_registration_overlay {
	display: none;
}

/* Editorial note widget */

.editorial-note {
	display: none;
	position: fixed;
	right: 100px;
	bottom: 10px;
	color: white;
	background: #E10019;
	padding: 10px;
	z-index: 700;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
	margin-bottom: 0 !important;
}

.editorial-note a[href] {
	color: white;
}

.editorial-note a[href]:hover {
	color: white;
}

.editorial-note .text {
	font-weight: 600;
	font-size: 1.067em;
	overflow: hidden;
	display: block;
}

.round-icon {
	background-color: #BD0215;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 24px;
	border: 2px solid white;
	margin-left: 10px;
}

.round-icon .fa {
	font-size: 20px;
	margin-left: 14px;
	margin-top: 10px;
}

.editorial-note .round-icon {
	float: right;
	display: block;
}

/* Mailpoet Form Input Default */
.widget_wysija input[type=text],
.widget_wysija input[type=email],
.widget_wysija select,
.widget_wysija input[type=submit],
.widget_wysija button,
#wysija-subscriptions .form-table input[type=text],
#wysija-subscriptions .form-table input[type=email],
#wysija-subscriptions .form-table td select,
#wysija-subscriptions .form-table input[type=submit],
#wysija-subscriptions .form-table button {
	box-sizing: border-box;
	height: 40px;
	display: block;
	font-size: 0.933rem;
	margin: 0;
	padding: 5px;
}
/* Mailpoet Errors */
.widget_wysija .formError .formErrorContent,
#wysija-subscriptions .formError .formErrorContent {
	background-color: #e10019;
	border-color: #9ca5a0;
}
/* Mailpoet Messages */
.widget_wysija .widget_wysija_cont .updated,
.widget_wysija .widget_wysija_cont .allmsgs .updated {
	background-color: transparent;
	border:0px;
	font-size:1rem;
	color: #e10019;
}
/* Mailpoet Form Style */
.wysija-paragraph label {
	box-sizing: border-box;
	width: 30%;
}
.wysija-paragraph input[type=text],
.wysija-paragraph input[type=email],
.wysija-paragraph label.wysija-checkbox-label {
	width: 70%;
}
.wysija-paragraph label,
.wysija-paragraph input,
.wysija-paragraph button,
.wysija-paragraph select {
	float:left;
}
.wysija-paragraph:before,
.wysija-paragraph:after {
	content: " ";
	display: table;
}
.wysija-paragraph:after {
	clear:both;
}
.widget_wysija hr {
	border:0px;
	background-color: #9ca5a0;
	height:1px;
	line-height:1px;
}
.widget_wysija p {
	margin-bottom: 20px;
}
#wysija-subscriptions .form-table th,
#wysija-subscriptions .form-table td {
	background-color: transparent !important;
	color: inherit;
	font-size: 1rem;
	border:0px;
	padding:0px 0px 20px 0px;
	text-align: left;
}
#wysija-subscriptions .form-table tr {
	background-color: transparent !important;
}
#wysija-subscriptions .form-table h3 {
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	border-left: 30px solid #E10019;
	padding-left: 10px;
	background: #9ca5a0;
	margin: 0px;
	text-transform: uppercase;
	overflow: hidden;
	text-align: left;
}


/* Newsletter registration overlay */

.widget_br_newsletter_registration_overlay header {
	padding: 10px;
}

.widget_br_newsletter_registration_overlay strong {
	font-weight: 600;
}

.widget_br_newsletter_registration_overlay .round-icon {
	width: 36px;
	height: 36px;
	border-radius: 20px;
	margin-left: 0px;
}

.widget_br_newsletter_registration_overlay .round-icon .fa {
	font-size: 20px;
	margin-left: 0px;
	margin-top:7px;
}

.widget_br_newsletter_registration_overlay h3 {
	font-weight: 600;
	font-size: 1.333rem;
	margin-top: 10px;
	padding: 0 20px;
	text-align: left;
}

.newsletter-registration {
	width: 260px;
	margin: auto;
}

.newsletter-registration .input {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	display: block;
	margin-bottom: 10px;
}

/***** Laterpay *****/
.lp_button,
.lp_purchase-button,
.lp_button:hover,
.lp_purchase-button:hover {
	background:#E3001B;
	background:-moz-linear-gradient(top,#E3001B 0%,#D10010 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#E3001B),color-stop(100%,#D10010));
	border:1px solid #440000!important;
	border-color:#990010 #660000!important;
	border-radius:4px!important;
	border-width:0 1px 2px 0!important;
	color:#fff!important;
	cursor:pointer!important;
	float:left!important;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif!important;
	font-size:28px!important;
	font-style:normal!important;
	font-weight:400!important;
	line-height:1.3!important;
	margin:0!important;
	padding:4px 4px 0 56px!important;
	text-decoration:none!important;
	text-shadow:0 -1px 0 #359c52!important;
	white-space:nowrap!important;
	position:relative!important;
}

/***** Responsive Lightbox *****/

#swipebox-top-bar {
	line-height: 150%;
}

#swipebox-title {
	box-sizing: border-box;
	padding: 5%;
}

/***** Yet Another Related Posts Plugin *****/

.entry-content .yarpp-related h3 {
	text-transform: none;
}

/***** Search results *****/

.content-list-excerpt .cover {
	float: left;
	margin-right: 10px;
}

.search-results {
	padding-top: 20px;
}

.search-results h1 {
	margin-top: 0;
}

.search-results .date {
	font-size: 1.200em;
	font-weight: 500;
}

.content-list-information {
	overflow: hidden;
}

.facet {
	margin-right: 10px;
}

.facet:last-child {
	margin-right: 0;
}

.facet a {
	color: #E10019;
	font-weight: 500;
}

.facet a:hover {
	color: #1f1e1e;
}

.facets .facet {
	margin-bottom: 10px;
	display: inline-block;
}

.facets a.button-red[href] {
	display: inline-block;
	padding: 6px;
}

.facets a.button-grey[href] {
	background-color: #444;
}

.facets-sub {
	padding: 0 10px;
	background-color: #ddd;
}

.sub-facet {
	padding: 10px 0;
	float: left;
}

.sub-facet:first-child {
	margin-right: 20px;
}

.wh-solr-search-facet-select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

#wh_solr_search_suggest_items h3 {
	font-size: 1.1em;
	font-weight: 500;
}

.search-results .content-list-excerpt p {
	margin-bottom: 10px;
}

.search-results .content-list-excerpt p:last-child {
	margin: 0;
}

.search-results .search-form,
.panel-grid-cell .search-form {
	float: none;
	margin-bottom: 20px;
}

.search-results .search-form .search-form-container,
.panel-grid-cell .search-form .search-form-container {
	float: none;
	max-width: 300px;
	width: 100%;
}

.search-results .search-field,
.panel-grid-cell .search-field {
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	color: #000;
}

.search-results .search-form button .fa,
.panel-grid-cell .search-form button .fa {
	color: #000;
}

.toc_list li:last-child {
	font-weight: normal;
	margin-top: 0;
	list-style: outside none square;
}

/***** Media Queries *****/

@media only screen and (max-width: 1200px) {
	.bestseller-list-short-label {
		font-size: 1.5em;
	}
	.bestseller-list-header-text {
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 980px) {
	#mh-wrapper,
	.wrapper-inner {
		max-width: none;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.header-ad .textwidget {
		text-align: center;
		margin-top: 20px;
	}
	.mh-right-sb #main-content,
	.mh-left-sb #main-content,
	.mh-col {
		margin: 0;
	}
	#main-content,
	.mh-sidebar,
	.home-sidebar,
	.mh-1-2,
	.mh-2-3,
	.mh-1-3,
	.mh-3-4,
	.mh-1-4 {
		width: 100%;
	}
	.home-2,
	.home-3 {
		width: 48.07%;
	}
	.home-3 {
		margin-left: 3.86%;
	}
	.mh-share-buttons .mh-col {
		width: 23.125%;
		margin-left: 2.5%;
	}
	.mh-share-buttons .mh-col:first-child {
		margin: 0;
	}
	.content-grid {
		width: 23.125%;
		margin: 10px 0 10px 2.5%;
	}
	.news-ticker {
	}
	.header-search {
		width: 31.66%;
	}
	.home-sidebar .cp-thumb-xl,
	.mh-sidebar .cp-thumb-xl {
		text-align: center;
		background: #efefef;
	}
	.contact-page .entry-content {
		margin-bottom: 30px;
		margin-bottom: 1.875rem;
	}
	.footer-1,
	.footer-2 {
		margin-bottom: 20px;
	}
	.js .main-nav {
		display: none;
	}
	.js .slicknav_menu {
		display: block;
	}
	.header-menu {
		min-height: 60px;
		background: #222;
	}

	.header-menu .logo-wrap {
		background: #E10019;
		margin-right: 55px;
		padding-left: 20px;
		height: 60px;
		line-height: 55px;
	}

	.header-menu > div {
		position: relative;
	}
	.menu-main-navigation-container {
		width: 100%;
	}
	.header-logo-full {
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
	}
	.header-logo-full .logo-wrap img {
		height: 40px;
	}
	.header-logo-full .logo-wrap {
		padding-left: 10px;
	}
	.header-logo-full .logo-wrap svg {
		margin-top: 8px;
		height: 45px !important;
	}
	.mh-header .social-nav {
		display: none;
	}
	.bestseller-list-short-label {
		font-size: 1.2em;
	}
	.bestseller-list-header-text {
		font-size: 1.1em;
	}

	.flexslider,
	.featured-thumbnail,
	.featured-caption {
		width: 100%;
		height: auto;
	}
	.featured-caption {
		padding-bottom: 35px;
	}
}

@media only screen and (max-width: 767px) {

	.hidden-sm {
		display: none;
	}

	.visible-sm {
		display: block;
	}

	.news-ticker {

	}
	.header-search {
		float: none;
		width: 100%;
	}
	.header-search .search-form {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer-widgets .search-form {
		width: 100%;
	}
	.home-2,
	.home-3 {
		width: 100%;
		margin: 0;
	}
	.mh-cp-widget .cp-thumb-xl {
		text-align: center;
		background: #efefef;
	}
	.category .content-grid .entry-meta {
		display: block;
	}
	.content-grid {
		float: none;
		width: 100%;
		margin: 25px 0 20px;
	}
	.content-grid-separator {
		display: block;
		margin-top: 10px;
	}
	.content-grid-separator,
	.content-list-separator {
		padding: 0;
	}
	.content-grid-title {
	}
	.content-grid-thumb,
	.content-list-thumb {
		text-align: center;
		background: #efefef;
	}
	.content-list-thumb {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.content-list-thumb img {
		max-width: 180px;
	}
	.mh-fp-grid-widget .mh-group .content-grid:first-child,
	.archive-grid .content-grid:first-child {
		margin: 5px 0 20px;
	}
	.comment-section-title .comment-count-more {
		display: none;
	}
	.commentlist ul,
	.commentlist ol,
	dl {
		margin: 0 0 30px 20px;
		margin: 0 0 1.875rem 20px;
	}
	.commentlist ul ul,
	.commentlist ol ol {
		margin: 0;
	}
	.commentlist .children li,
	.commentlist .children .depth-2 {
		padding: 0;
		background: #fff;
	}
	.footer-nav,
	.copyright-wrap {
		float: none;
		width: 100%;
	}
	.footer-nav ul {
		float: none;
		margin: 0 auto 10px;
	}

	.footer-bottom .footer-right a {
		text-align: left;
	}

	.footer-bottom .copyright-wrap {
		width: 100%;
	}

	.footer-bottom .copyright {
		text-align: center;
	}

	.footer-bottom .social-nav {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-bottom .social-nav ul {
		text-align: center;
	}

	.bestseller-list-column.information .author {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		width: 100%;
	}

	.search-results .content-list-separator {
		padding-bottom: 10px;
	}

	.bestseller-list-short-label {
		font-size: 1.8em;
	}
}

@media only screen and (max-width: 580px) {

	.page-full-width {
		margin: 0;
	}
	.logo-title {
		font-size: 32px;
		font-size: 2.0rem;
	}
	.header-nav,
	.social-nav {
		float: none;
		width: 100%;
		margin: 0;
	}
	.header-nav ul {
		display: table;
		margin: 0 auto;
	}
	.social-nav ul {
		text-align: center;
	}
	.mh-share-buttons .mh-col {
		float: none;
		width: 100%;
		margin: 10px 0 0 0;
	}
	.author-box {
		text-align: center;
	}
	.author-box-avatar {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.commentlist .comment .avatar {
		float: none;
		display: block;
		margin: 0 0 10px;
	}
	.commentlist .comment .vcard {
		margin-bottom: 10px;
	}

	.search-form button {
		background: transparent;
	}

	.bestseller-list-table,
	.bestseller-list-table.long {
		width: 100%;
		float: none;
	}

	.bestseller-list-table.long:nth-child(odd),
	.bestseller-list-table.long:nth-child(even) {
		margin: 0;
	}

	.bestseller-list-column.information .title {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		width: 100%;
	}

	.blockUI.blockMsg {
		width: 90% !important;
		left: 5% !important;
	}

	.bestseller-list-long-image-header {
		float: none;
		margin-bottom: 10px;
	}

	/* Mailpoet Form Style */
	.wysija-paragraph label {
		box-sizing: border-box;
		width: auto;
	}
	.wysija-paragraph input[type=text],
	.wysija-paragraph input[type=email],
	.wysija-paragraph label.wysija-checkbox-label,
	#wysija-subscriptions .form-table input[type=text],
	#wysija-subscriptions .form-table input[type=email] {
		width: 100%;
	}
	.wysija-paragraph label,
	.wysija-paragraph input,
	.wysija-paragraph button,
	.wysija-paragraph select {
		float:none;
	}

	.bestseller-list-header-text {
		font-size: 1.5em;
	}

}

@media only screen and (max-width: 420px) {
	#mh-wrapper,
	.wrapper-inner {
		min-width: 160px;
	}
	.header-ad .textwidget {
		margin-top: 10px;
	}
	.logo-title {
		font-size: 28px;
		font-size: 1.75rem;
	}
	.logo-tagline {
		font-size: 12px;
		font-size: 0.75rem;
		margin-bottom: 10px;
	}
	.sb-widget .search-form .search-field {
		width: 86%;
	}
	.post-ad .textwidget,
	.ad-spot {
		padding: 0;
		background: none;
	}

	.widget_br_newsletter_registration_overlay .round-icon {
		display: none;
	}

	.widget_br_newsletter_registration_overlay header h4 {
		width: 100%;
		text-align: center;
	}

	.news-small-image {
		float: none;
		margin-bottom: 20px;
	}

	img.bestseller-list-long-image-header {
		float: none;
		max-width: 100%;
		max-height: none;
		margin-bottom: 10px;
	}

	.content-list-excerpt .cover {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}

	.search-form .search-form-container {
		width: 220px;
		min-width: auto;
	}

	.menu-item-login-sm a .label {

	}

	.post-nav-prev {
		float: left;
		margin: 0;
		margin-right: 5px;
	}

	.post-nav-next {
		float: right;
		margin: 0;
		margin-left: 5px;
	}

	.book-details-table {
		width: 100%;
	}
}
