/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*****
Theme Name: MH Magazine
Theme URI: http://www.mhthemes.com/themes/mh/magazine/
Author: MH Themes
Author URI: http://www.mhthemes.com/
Description: This is a clean, modern and fully responsive premium magazine WordPress theme for online magazines, news websites and other editorial websites. The theme includes custom widgets, shortcodes and advanced theme options to create amazing websites within a few minutes.
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mh-magazine
Domain Path: /languages/
Tags: blog, breadcrumb-navigation, classic-menu, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, left-sidebar, magazine, multiple-menus, news, responsive-layout, right-sidebar, rtl-language-support, theme-options, threaded-comments, translation-ready, two-columns
*****/

/***** 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;
}

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

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

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    background: #f7f7f7;
    word-wrap: break-word;
}

.container {
    width: 980px;
    margin: 20px auto 0;
    position: relative;
    -webkit-box-shadow: 0 0 5px 1px #a8a8a8;
    -moz-box-shadow: 0 0 5px 1px #a8a8a8;
    box-shadow: 0 0 5px 1px #a8a8a8;
}

.wrapper {
    padding: 20px;
    background: #fff;
}

.main {
    width: 100%;
    float: left;
}

.hp .main, .mh-two-sb .main, .mh-large .content {
    width: 940px;
}

.content, .mh-two-sb .content, .mh-large .hp .content, .mh-no-sb .hp .content {
    width: 620px;
    overflow: hidden;
}

.sidebar, .hp-sidebar {
     width: 300px;
     float: left;
}

.sidebar-2, .hp-sidebar-2 {
     width: 300px;
     float: right;
}

.sb-right {
    margin-left: 20px;
}

.sb-left {
    margin-right: 20px;
}

.left {
     float: left;
}

.right {
     float: right;
}

.mh-large .container, .mh-large .header-widget {
     width: 1300px;
}

.mh-no-sb .content {
    width:  100%;
}

/***** Accessibility *****/

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

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

.row [class*='col-']:first-child {
     margin:  0;
}

[class*='col-'] {
    float: left;
    margin-left: 2.04%;
    overflow: hidden;
}

.col-1-1 {
    width: 100%;
}

.col-1-2 {
    width: 48.98%;
}

.col-1-3 {
    width: 31.973%;
}

.col-2-3 {
    width: 65.986%;
}

.col-1-4 {
    width: 23.47%;
}

.col-3-4 {
    width: 74.49%;
}

.col-1-5 {
    width: 18.368%;
}

.col-1-6 {
    width: 14.966%;
}

.col-1-7 {
    width: 12.537%;
}

.col-1-8 {
    width: 10.715%;
}

.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: 32px;
    font-size: 2rem;
}

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

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

h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', serif;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

small {
    font-size: 6px;
    font-size: 0.375rem;
}

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

pre, code {
    font-family: "Consolas", Courier New, Courier, monospace;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    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;
    -webkit-box-shadow: 0 0.0625em 0 rgba(0,  0,  0,  0.2),  0 0 0 0.125em white inset;
    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;
	font-style: italic;
	color: #666;
	padding: 15px;
	padding: 0.9375rem;
	border-left: 5px solid #e64946;
	border-right: 2px solid #e64946;
	display: inline-block;
	box-shadow: 2px 2px 15px #ccc;
}

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;
}

q {
    font-style: italic;
}

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

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e64946;
    text-decoration: underline;
}

.mh-excerpt a, .widget-title a  {
    text-decoration: none;
}

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

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

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

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

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

dl {
     margin: 0 0 10px 20px;
     margin: 0 0 0.625rem 1.25rem;
}

dt, dd {
    display: list-item;
}

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

dd {
    list-style-type: circle;
    margin-left: 20px;
    margin-left: 1.25rem;
}

select {
    max-width: 100%;
}

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

.header-widget {
    width: 980px;
    margin: 1em auto 0;
}

.header-wrap {
    background: #fff;
}

.header-wrap a {
    text-decoration: none;
}

.logo-wrap {
	position: relative;
    overflow: hidden;
}

.logo {
    display: inline-block;
    margin: 20px 15px;
}

.logo-name {
    text-transform: uppercase;
    text-shadow: 1px 2px 5px #969696;
    border-bottom: 3px solid #000;
    display: inline-block;
}

.logo-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
}

.logo-overlay {
	 position: absolute;
	 display: block;
	 top: 0;
	 right: 0;
	 margin-top: 40px;
	 text-align: right;
}

.logo-overlay .logo-name {
	font-size: 18px;
	font-size: 1.125rem;
	text-shadow: none;
	border-bottom: 0;
}

.logo-overlay .logo-desc {
	text-align: right;
}

/***** Newsticker *****/

.news-ticker {
    background: #f7f7f7;
    border-bottom: 1px solid #9a9b97;
}

.ticker-title {
    float: left;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
    background: #e64946;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#ticker {
    height: 2em;
    overflow: hidden;
}

#ticker li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
}

#ticker a {
	display: block;
    text-decoration: none;
}

#ticker a:hover .meta {
	color: #e64946;
}

#ticker .meta {
	color: #666;
}

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

.header-nav {
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    right: 20px;
    background: #f6f6f6;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    z-index: 999;
}

.header-nav li {
    float: left;
    position: relative;
    -webkit-transition: background 0.6s ease-out;
    -moz-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;
}

.header-nav li a {
    display: block;
    line-height: 1.3;
    color: #666;
    padding: 0.3125em 0.625em;
    text-decoration: none;
}

.header-nav li:hover {
    background: #e64946;
}

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

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

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

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

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

.main-nav {
    background: #2a2a2a;
    text-transform: uppercase;
}

.main-nav li {
    float: left;
    position: relative;
    border-left: 1px solid #000;
    -webkit-transition: background 0.6s ease-out;
    -moz-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;
}

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

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

.main-nav li a {
    display: block;
    color: #fff;
    padding: 0.416em 1em;
    text-decoration: none;
}

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

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

.main-nav ul ul li {
    width: 13em;
    border: none;
}

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

.info-nav {
    background: #ddd;
}

.info-nav li {
    float: left;
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
}

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

.info-nav li a {
    display: block;
    color: #2a2a2a;
    padding: 5px 14px;
}

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

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

.info-nav ul ul li {
    width: 13em;
    border: none;
}

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

.footer-nav {
    font-size: 13px;
    font-size: 0.8125rem;
    background: #e64946;
    font-weight: 400;
}

.footer-nav li {
    float: left;
    position: relative;
    -webkit-transition: background 0.6s ease-out;
    -moz-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;
}

.footer-nav li:hover {
    background: #2a2a2a;
}

.footer-nav li:hover a {
    color: #fff;
}

.footer-nav li a {
	display: block;
    line-height: 1.3;
    color: #fff;
    padding: 0.3125em 0.625em;
    text-decoration: none;
}

.footer-nav ul {
    float: right;
}

.footer-nav ul li:hover > ul {
    display: block;
    background: #e64946;
    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;
}

.tinynav {
    display: none;
}

/***** FlexSlider Browser Resets - Copyright 2012 WooThemes - GPLv2 license - http://www.gnu.org/licenses/gpl-2.0.html *****/

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

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

/***** FlexSlider Default Styles *****/

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

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

.flexslider .slides img {
    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%;
}

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

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -12px 0 0;
    display: block;
    background: url(/wp-content/themes/premium/mh-magazine/images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
    display: none;
}

.flex-direction-nav .flex-prev {
    left: -36px;
    display: none;
}

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

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
    display: block;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
    display: block;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 6px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,  0,  0,  0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,  0,  0,  0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,  0,  0,  0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,  0,  0,  0.9);
    cursor: default;
}

/***** FlexSlider Custom Styles *****/

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

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

.slider-normal {
    width: 620px;
    max-width: 100%;
}

.slide-caption {
    width: 25em;
    max-width: 100%;
    position: absolute;
    background: #2a2a2a;
    color: #fff;
    top: 0;
    right: 0;
    border-bottom: 3px solid #e64946;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.slide-caption .mh-excerpt a {
    color: #fff;
}

.slide-wrap:hover .slide-caption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-title {
    color: #fff;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.slide-title:hover {
    color: #e64946;
}

.slide-data {
    padding: 10px;
    padding: 0.625rem;
}

/***** FlexSlider Custom Layouts *****/

.slider-layout2 .flex-control-nav {
    height: 10px;
    position: relative;
    bottom: 0;
    background: #666;
    text-align: left;
}

.slider-layout2 .flex-control-nav li {
    width: 20%;
    margin: 0;
}

.slider-layout2 .flex-control-paging li a {
    width: 100%;
    height: 100%;
    background: #666;
    border-radius: 0;
    box-shadow: none;
}

.slider-layout2 .flex-control-paging li a:hover {
    background: #aaa;
}

.slider-layout2 .flex-control-paging li a.flex-active {
    background: #e64946;
}

.slider-layout2 .slide-caption {
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0.90;
    filter: alpha(opacity=90);
    border: 0;
}

/***** FlexSlider Carousel *****/

[id*='mh_carousel_hp-'] {
    direction: ltr;
}

[id*='mh_carousel_hp-'] li {
    width: 174px;
    height: auto;
    margin-right: 12px;
}

.carousel-item {
    position: relative;
}

.carousel-layout1 {
    padding: 12px;
    background: #2a2a2a;
    border-top: 3px solid #e64946;
    border-bottom: 3px solid #e64946;
}

.carousel-layout1 .caption {
    position: absolute;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    background: #e64946;
    color: #fff;
    font-weight: 400;
    top: 10%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.carousel-layout1 .carousel-item:hover .caption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-layout2 {
    padding: 0 12px;
}

.carousel-layout2 .caption {
    color: #e64946;
    padding: 0 2px;
}

.carousel-layout2 .carousel-item-title {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 2px;
}

.carousel-layout2 .carousel-item-title:hover {
    color: #e64946;
}

.carousel-layout2 .flex-direction-nav {
    display: none;
}

.no-js [id*='carousel-'], .no-js [class*='carousel-title-'] {
    display: none;
}

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

.breadcrumb, .breadcrumb a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #aaa;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.breadcrumb a:hover {
	color: #e64946;
}

.post-header {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.entry-title {
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
}

.page-title-top, .subheading-top {
    border-bottom: 3px solid #2a2a2a;
}

.page-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.page-title-layout1 {
    color: #fff;
    padding: 0px 10px 3px;
    padding: 0rem 0.625rem 0.1875rem;
    background: #e64946;
    display: inline-block;
}

.page-title-layout2 {
    font-size: 32px;
    font-size: 2rem;
}

.subheading {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding: 2px 7px 3px;
    padding: 0.125rem 0.4375rem 0.1875rem;
    background: #e64946;
    display: inline-block;
}

.meta {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #aaa;
    font-style: italic;
}

.post-meta {
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 5px;
    padding: 0.3125rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.post-meta a {
	color: #aaa;
}

.post-meta a:hover {
	color: #e64946;
}

.post-thumbnail {
    max-width: 940px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry p, .entry blockquote, .entry .flex-vid, .entry row {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

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

.entry a {
    color: #e64946;
}

.post-tags {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.post-tags li {
    float: left;
    margin: 0px 6px 6px 0px;
    margin: 0rem 0.375rem 0.375rem 0rem;
    background: #555555;
}

.post-tags li:hover {
    background: #e64946;
}

.post-tags a, .post-tags a:hover {
    color: #fff;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    display: block;
    text-decoration: none;
}

.section-title {
    padding: 10px;
    padding: 0.625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #f6f6f6;
    border: 1px solid #d7d8d8;
}

.sitemap .page-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.sitemap-list {
    list-style: none;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-left: 0;
}

.sitemap-list > li {
    border-bottom: 1px solid #ebebeb;
}

.sitemap .children {
    list-style: square;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem;
}

.sticky {
}

/***** Authorbox *****/

.author-box {
    line-height: 1.5;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #f7f7f7;
}

.author-box-wrap {
    padding: 10px;
}

.author-box-avatar {
    float: left;
    margin-right: 10px;
}

.author-box-name {
    margin-bottom: 10px;
}

.author-box-postcount {
    font-weight: 400;
}

.author-box-layout1 {
    border-top: 3px solid #e64946;
    border-bottom: 3px solid #e64946;
}

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

.loop-wrap {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.loop-data {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.loop-thumb {
    float: left;
    margin-right: 20px;
}

.loop-layout1, .loop-layout3 {
    border-bottom: 1px solid #ebebeb;
}

.loop-layout2 {
    padding: 0;
    background: #f9f9f9;
}

.loop-layout2 .meta {
    color: #fff;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    background: #2a2a2a;
}

.loop-layout2 .meta a {
    color:  #fff;
}

.loop-layout2 .loop-content {
    padding: 10px 20px 20px 20px;
    padding: 0.625rem 1.25rem 1.25rem 1.25rem;
}

.loop-layout2 .loop-title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.loop-layout3 .loop-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.loop-layout3 .loop-thumb {
    float: none;
    margin: 0 0 20px;
}

.cat-desc {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 20px;
    padding: 1.25rem;
    background: #f7f7f7;
    border-top: 3px solid #e64946;
    border-bottom: 3px solid #e64946;
}


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

.post .pagination {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
}

.page-numbers {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    background: #eee;
    display: inline-block;
}

.page-numbers:hover, .current, a:hover .pagelink {
    background: #e64946;
    color: #fff;
    text-decoration: none;
}

.page-numbers a {
    display: block;
}

.pagelink {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    background: #e64946;
    color: #fff;
}

a .pagelink {
     background: #eee;
     color: #444;
}

.post-nav a {
    font-size: 15px;
    font-size: 0.9375rem;
}


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

footer {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    padding: 20px;
    padding: 1.25rem;
    background: #2a2a2a;
}

footer a {
    color: #f7f7f7;
}

.copyright-wrap {
    margin: 0 auto 20px;
    background: #2a2a2a;
    border-top: 3px solid #999;
}

.copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 2px 5px;
    padding: 0.125rem 0.3125rem;
    color: #999;
}

.copyright a {
    color: #999;
}

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

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

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 0 10px;
    margin: 0 0 0 0.625rem;
}

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

.wp-caption-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #9a9b97;
    margin-top: 5px;
    margin-top: 0.3125rem;
    display: inline-block;
}

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

.gallery dl {
    margin: 0;
}

.gallery dt {
    list-style: none;
}

.gallery-caption {
    position: relative;
    display: none;
}

.flex-vid {
    position: relative;
    padding-bottom: 55%;
    padding-top: 8px;
    height: 0;
    overflow: hidden;
}

.flex-vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

table {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

td, th {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

th {
    background-color: #f9f9f9;
    font-weight: 600;
    color: #000;
}

/***** Widgets *****/

.widget-title, .footer-widget-title  {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.footer-widget-title {
    color: #fff;
}

.wt-layout1 .widget-title, .wt-layout1 .footer-widget-title, .wt-layout3 .footer-widget-title {
    border-bottom: 3px solid #e64946;
    padding-bottom: 3px;
}

.wt-layout2 .widget-title, .wt-layout2 .footer-widget-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    padding: 8px 14px;
    padding: 0.5rem 0.875rem;
    background: #e64946;
}

.wt-layout2 .widget-title-link, .wt-layout2 .widget-title-link:hover {
    color: #fff;
}

.wt-layout3 .widget-title {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    border-left: 10px solid #e64946;
    background: #f2f2f2;
}

.sb-widget, .footer-widget {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

/***** MH Spotlight Widget *****/

.spotlight {
    position: relative;
    background: #2a2a2a;
    color: #ebebeb;
    padding: 20px;
}

.spotlight:hover .sl-caption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.spotlight .mh-excerpt a {
    color: #fff;
}

.sl-title {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
}

.sl-title:hover {
    color: #e64946;
}

.sl-caption {
    position: absolute;
    top: 10%;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
    background: #e64946;
    color: #fff;
    font-weight: 400;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.sl-thumb {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    overflow: hidden;
}

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

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

.footer-widget .cp-wrap {
    padding: 5px 0px;
    padding: 0.3125rem 0rem;
    border-bottom: 1px solid #454545;
}

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

.cp-thumb-xl {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.cp-thumb {
    float: left;
    margin-right: 10px;
    margin-right: 0.625rem;
}

.cp-xl-title {
    font-weight: 600;
}

.cp-widget-title {
    line-height: 1.3;
}

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

.cp-small .meta {
    font-size: 11px;
    font-size: 0.6875rem;
}

.cp-widget .mh-excerpt {
    margin-top: 10px;
    margin-top: 0.625rem;
}

.sb-widget .cp-no-image {
    padding: 5px 0px;
    padding: 0.3125rem 0rem;
}

.home-wide .cp-thumb-xl {
    float: left;
    margin: 0px 20px 0px 0px;
    margin: 0rem 1.25rem 0rem 0rem;
}

.home-wide .cp-small {
    float: left;
    width: 50%;
    min-height: 55px;
}

.home-wide .cp-no-image {
    float: none;
    width: 100%;
    min-height: 0;
}

.home-wide .cp-small .cp-data {
    margin-right: 10px;
}

.home-wide .cp-widget .cp-small:first-child {
    padding-top: 15px;
    padding-top: 0.9375rem;
}

/***** Other MH Widgets *****/

.nip-thumb {
    float: left;
    margin: 0 2px 2px 0
}

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

.sb-widget .menu > .menu-item, .sb-widget .cat-item {
    padding: 5px 0px;
    padding: 0.375rem 0rem;
    border-bottom: 1px solid #ebebeb;
}

.footer-widget .menu > .menu-item, .footer-widget .cat-item {
    padding: 5px 0px;
    padding: 0.3125rem 0rem;
    border-bottom: 1px solid #454545;
}

.sb-widget .menu-item:first-child, .sb-widget .cat-item:first-child, .footer-widget .menu-item:first-child, .footer-widget .cat-item:first-child {
    padding-top: 0;
}

.sb-widget .menu-item, .sb-widget .cat-item, .footer-widget .menu-item, .footer-widget .cat-item {
    line-height: 1.3;
}

#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;
}

.tagcloud a {
    margin: 2px;
    margin: 0.125rem;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    color: #666;
    white-space: nowrap;
    display: inline-block;
}

.sb-widget .tagcloud a {
    background: #f6f6f6;
}

.footer-widget .tagcloud a {
    background: #000;
}

.tagcloud a:hover, .sb-widget .tagcloud a:hover, .footer-widget .tagcloud a:hover {
    color: #fff;
    background: #e64946;
    text-decoration: none;
}

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

.no-comments {
    padding: 10px;
    padding: 0.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    background: #f6f6f6;
    border: 1px solid #d7d8d8;
}

.commentlist {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    list-style: none;
}

.commentlist .comment .vcard {
    line-height: 2.5;
    padding: 10px 0px;
    padding: 0.625rem 0rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.commentlist .comment .avatar {
    width: 2.5em;
    height: 2.5em;
    padding: 2px;
    padding: 0.125rem;
    margin-right: 6px;
    margin-right: 0.375rem;
    background: #fff;
    border: 1px solid #f7f7f7;
    vertical-align: middle;
}

.commentlist .bypostauthor .vcard {
    border-left: 3px solid #e64946;
}

.commentlist .bypostauthor .avatar {
    margin-left: 6px;
    margin-left: 0.375rem;
}

.commentlist .children {
    list-style: none;
}

.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 blockquote p:last-child {
    margin: 0;
}

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

.comments-pagination {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.pinglist {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.pinglist .pings:first-child {
    border-top: 1px solid #ebebeb;
}

.pinglist .pings {
    line-height: 2.5;
    padding: 10px 0px;
    padding: 0.625rem 0rem;
    border-bottom: 1px solid #ebebeb;
}


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

input {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
    padding: 0.3125rem;
    border: 1px solid #d7d8d8;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type=text] {
    width: 60%;
}

input[type=text]:hover, textarea:hover {
    border: 1px solid #e64946;
}

input[type=submit] {
    min-width: 75px;
    color: #fff;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    background: #e64946;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border: 0;
}

input[type=submit]:hover {
    background: #2a2a2a;
}

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

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

#respond {
    padding: 10px;
    padding: 0.625rem;
    background: #f6f6f6;
    border: 1px solid #d7d8d8;
}

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

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

#cancel-comment-reply-link {
    font-size: 12px;
    font-size: 0.75rem;
    background: #e64946;
    padding: 5px;
    padding: 0.3125rem;
    color: #fff;
}

#cancel-comment-reply-link:hover {
    background: #2a2a2a;
    text-decoration: none;
}

.required {
    color: #e64946;
}

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

.wpcf7-form {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px;
    padding: 0.625rem;
    border: 1px solid #d7d8d8;
    background: #f7f7f7;
}

.wpcf7-form input[type=email] {
    width: 60%;
}

.wpcf7-form input[type=email]:hover {
    border: 1px solid #e64946;
}

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

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

/***** Searchform *****/

#searchform {
    padding: 5px;
    padding: 0.3125rem;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

#searchform #s {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    color: #444;
    background: none;
    border: none;
}

#searchform #s:focus {
    outline: none;
}

#searchsubmit {
    display: none;
}

/***** Shortcodes *****/

.dropcap {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 600;
    line-height: 0.8;
    color: #e64946;
    top: 0;
    margin-right: 6px;
    margin-right: 0.375rem;
    text-transform: uppercase;
    float: left;
    position: relative;
}

.highlight {
    padding: 2px 5px;
    padding: 0.125rem 0.3125rem;
}

.heading {
    border-bottom: 1px dotted #000;
}

.box {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 0;
    padding: 1.25rem 1.25rem 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border: 1px solid #ebebeb;
}

.box ul, .box ol {
    margin: 0 0 20px 20px;
    margin: 0 0 1.25rem 1.25rem;
}

.normal {
    background: #f7f7f7;
}

.alert {
    background: #ffe8e8;
}

.success {
    background: #e5ffbc;
}

.infobox {
    background: #feffcb;
}

.event {
    background: #dfebff;
}

.hide-box {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 999;
    cursor: pointer;
    color: #ddd;
}

.no-js .hide-box {
    display:  none;
}

#testimonials ul, #images ul  {
    list-style: none;
    margin: 0;
}

.testimonial, .image {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.testimonial {
    position: relative;
    font-style: italic;
    background: #f9f9f9;
    padding: 10px 10px 10px 60px;
    padding: 0.625rem 0.625rem 0.625rem 3.75rem;
    border: 1px solid #ebebeb;
}

.testimonial:before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial-author {
    font-style: normal;
    color: #9a9b97;
}

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

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

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 980px;
	}

	.mh-mobile .main, .mh-mobile .hp-sidebar-2, .mh-no-sb .mh-mobile .content {
    	width: 100%;
    }

	.mh-mobile .content, .mh-no-sb .mh-mobile .hp .content {
    	width: 620px;
	}

	.mh-mobile .sidebar-2 {
		width: 100%;
		margin: 20px 0 0 0;
		margin: 1.25rem 0 0 0;
	}

	.mh-mobile .sidebar-2 .cp-thumb-xl, .mh-mobile .hp-sidebar-2 .cp-thumb-xl {
    	float: left;
		margin-right: 20px;
	}

	.mh-mobile .sidebar-2 .cp-small, .mh-mobile .home-12 .cp-small {
    	float: left;
		width: 50%;
		min-height: 55px;
    }

	.mh-mobile .sidebar-2 .cp-no-image, .mh-mobile .home-12 .cp-no-image {
    	float: none;
		width: 100%;
		min-height: 0;
    }

	.mh-mobile .sidebar-2 .cp-small .cp-data, .mh-mobile .home-12 .cp-small .cp-data {
    	margin-right: 10px;
    }

	.mh-mobile .sidebar-2 .cp-widget .cp-small:first-child, .mh-mobile .home-12 .cp-widget .cp-small:first-child {
    	padding-top: 15px;
		padding-top: 0.9375rem;
    }

}

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

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 768px;
    }

	#mh-mobile .container {
		margin-top: 0;
	}

	.mh-mobile .content, .mh-mobile .hp .content, .mh-mobile .sidebar, .mh-mobile .hp-sidebar, .mh-mobile .slider-normal, .mh-no-sb .mh-mobile .hp .content {
    	width: 100%;
    }

	.mh-mobile .sidebar {
    	margin: 20px 0 0 0;
		margin: 1.25rem 0 0 0;
	}

	.mh-mobile .sidebar-2, .mh-mobile .hp-sidebar {
    	margin: 0;
    }

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
    	width: 354px;
    }

	.mh-mobile .hp-sidebar-right {
    	margin-left: 20px;
    }

	.mh-mobile .slider-normal img, .mh-mobile .spotlight img, .mh-mobile .post-thumbnail img, .mh-mobile .hp-sidebar-left .cp-thumb-xl img, .mh-mobile .hp-sidebar-right .cp-thumb-xl img {
    	width: 100%;
	}

	.mh-mobile .sidebar .cp-thumb-xl, .mh-mobile .home-wide-2 .cp-thumb-xl {
    	float: left;
		margin: 0 20px 0 0;
		margin: 0 1.25rem 0 0;
    }

	.mh-mobile .sidebar .cp-small, .mh-mobile .home-wide-2 .cp-small {
    	float: left;
		width: 50%;
		min-height: 55px;
    }

	.mh-mobile .sidebar .cp-no-image, .mh-mobile .home-wide-2 .cp-no-image {
    	float: none;
		width: 100%;
		min-height: 0;
    }

	.mh-mobile .sidebar .cp-small .cp-data, .mh-mobile .home-wide-2 .cp-small .cp-data {
    	margin-right: 10px;
    }

	.mh-mobile .sidebar .cp-widget .cp-small:first-child, .mh-mobile .home-wide-2 .cp-widget .cp-small:first-child {
    	padding-top: 15px;
		padding-top: 0.9375rem;
	}

}

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

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 600px;
    }

	.mh-mobile .news-ticker {
		border-top: 1px solid #9a9b97;
	}

	.mh-mobile .header-nav {
    	position: relative;
		right: 0;
		border-left: none;
		border-right: none;
    }

	.mh-mobile .header-nav ul {
    	float: right;
    }

	.mh-mobile .entry-title {
    	font-size: 24px;
		font-size: 1.5rem;
    }

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
    	width: 270px;
    }

	.mh-mobile .mq-footer {
    	width: 100%;
		margin: 0;
    }

	.js .mh-mobile .tinynav {
    	display: block;
		width: 94%;
		padding: 0.25em 0;
		margin: 0 3% 1em;
    }

	.js .mh-mobile .main-nav {
    	background: none;
    }

	.js .mh-mobile .main-nav .menu {
    	display: none;
    }

}

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

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 400px;
	}

	.mh-mobile .ticker-item-meta {
    	display: none;
    }

	.mh-mobile .logo-name {
    	font-size: 24px;
		font-size: 1.5rem;
	}

	.mh-mobile .logo-desc {
    	font-size: 14px;
		font-size: 0.875rem;
    }

    .mh-mobile .logo-overlay {
		position: relative;
		margin-top: 10px;
		text-align: center;
	}

    .mh-mobile .logo-overlay .logo-name {
		font-size: 18px;
		font-size: 1.125rem;
	}

    .mh-mobile .logo-overlay .logo-desc, .mh-mobile .logo-wrap {
		text-align: center;
	}

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
	    width: 100%;
		margin: 0;
    }

	.mh-mobile .slider-normal img, .mh-mobile .spotlight img, .mh-mobile .post-thumbnail img {
    	width: auto;
    }

	.mh-mobile .loop-layout2 .loop-thumb img,  .mh-mobile .cp-thumb-xl img {
    	width: 100%;
    }

	.mh-mobile .slide-caption {
		position: relative;
    	width: 100%;
		bottom: 0;
		top: auto;
		border-top: 3px solid #e64946;
		border-bottom: none;
		opacity: 1;
	}

	.mh-mobile .slide-title, .mh-mobile .sl-title {
    	font-size: 20px;
		font-size: 1.25rem;
    }

	.mh-mobile .slide-data .mh-excerpt, .mh-mobile .flex-control-nav {
    	display: none;
    }

	.mh-mobile [class*='col-'] {
    	width: 100%;
		margin: 0;
    }

	.mh-mobile .loop-thumb {
    	margin-right: 10px;
    }

	.mh-mobile .loop-layout2 .loop-thumb {
    	float: none;
		margin: 0;
    }

	.mh-mobile .loop-layout2 .loop-content {
		padding: 10px;
		padding: 0.625rem;
    }

	.mh-mobile .sidebar .cp-thumb-xl, .mh-mobile .sidebar-2 .cp-thumb-xl, .mh-mobile .hp-sidebar-2 .cp-thumb-xl, .mh-mobile .home-wide .cp-thumb-xl, .mh-mobile .home-wide-2 .cp-thumb-xl {
    	float: none;
		margin: 0 0 10px 0;
		margin: 0 0 0.625rem 0;
    }

	.mh-mobile .sidebar .cp-small, .mh-mobile .sidebar-2 .cp-small, .mh-mobile .home-wide .cp-small, .mh-mobile .home-wide-2 .cp-small, .mh-mobile .home-12 .cp-small {
    	float: none;
		width: 100%;
		min-height: 0;
    }

	.mh-mobile .sidebar .cp-small .cp-data, .mh-mobile .sidebar-2 .cp-small .cp-data, .mh-mobile .home-wide .cp-small .cp-data, .mh-mobile .home-wide-2 .cp-small .cp-data, .mh-mobile .home-12 .cp-small .cp-data {
    	margin-right: 0;
    }

	.mh-mobile .home-wide .cp-widget .cp-small:first-child, .mh-mobile .home-wide-2 .cp-widget .cp-small:first-child, .mh-mobile .home-12 .cp-widget .cp-small:first-child {
    	padding-top: 0;
    }

	.mh-mobile .commentlist ul, .mh-mobile .commentlist ol, .mh-mobile .commentlist ul ul, .mh-mobile .commentlist ol ol {
    	margin: 0 0 20px 0;
		margin: 0 0 1.25rem 0;
    }

}

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

	#mh-mobile .container, #mh-mobile .header-widget {
    	width: 95%;
		min-width: 300px;
    }

	.mh-mobile .loop-layout1 .loop-thumb {
    	float: none;
		margin: 0 0 20px;
    }

}

/***** prettyPhoto *****/

div.light_square .pp_expand {
	background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_nav .pp_play {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
     float: left;
     height: 35px;
     position: relative;
     white-space: nowrap;
     margin: 0 0 0 5px;
     padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0,  0,  0,  0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff;
}

div.light_square .pp_details {
    position: relative;
}

div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
    background: #fff;
}

div.light_square .pp_description {
    margin-right: 85px;
}

div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_loaderIcon {
    background: url(/wp-content/themes/premium/mh-magazine/./images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
    display: none;
}/*****
Theme Name: Boys Life 2015 Theme
Theme URI: http://www.boyslife.org
Description: The 2015 template for Boys Life magazine. It is a child theme of MH Magazine WordPress theme.
Author: Bryan Wursten and MH Themes
Author URI: http://www.boyslife.org/
Template: premium/mh-magazine
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/

/***** STRUCTURE  *****/

.header-wrap {
	margin:auto;
	width: 980px;
}

.container {
	margin:0 auto;
	width: 100%;
	background-color: #2a2a2a;
}

.wrapper {
	padding: 0.625em 0 0 0;
	background: url(/wp-content/themes/vip/boyslife2015/img/forest_background.jpg) no-repeat fixed 0 0 / 100% 100% rgba(0, 0, 0, 0);
}

.page-id-149699 .wrapper, .page-id-149722 .wrapper, .page-id-149775 .wrapper {
    background: rgba(0, 0, 0, 0) url("https://boyslifeorg.files.wordpress.com/2016/09/1000x1000_cbs_macgyver_bg.jpg") no-repeat fixed 0 0 / 100% 100%;
}

.main {
	float:none;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}

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

.hp .main, .mh-two-sb .main, .mh-large .content {
    width: 980px;
}

.content, .mh-two-sb .content, .mh-large .hp .content, .mh-no-sb .hp .content {
    width: 650px;
}

.single-format-gallery .content, .page-template-page-full .content, .page-template-page-adfree .content {
	width: 100%;
}

.single-format-gallery .sidebar, .page-template-page-full .sidebar {
	width: 100%;
}

.sidebar, .hp-sidebar {
	width:320px;
}

.sb-right {
    margin-left: 10px;
	float:right;
}

.sb-widget {
	margin-bottom: 0.625rem;
}

/***** TYPOGRAPHY  *****/

h1, h2, h3, h4, h5, h6 {
	color:inherit;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}


.hp a, .hp a:visited, .cp-widget a {
	color: #fff;
	-webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.bl-widget-white .hp a, .bl-widget-white .cp-widget a, .bl-widget-ivory .hp a, .bl-widget-ivory .cp-widget a, .error404 .cp-widget a {
	color: #2a2a2a;
}

a:hover {
	text-decoration: none;
}

.hp a:hover, .bl-more-link a:hover, .sl-title:hover, .cp-widget a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.bl-widget-white .hp a:hover, .bl-widget-white .bl-more-link a:hover, .bl-widget-white .cp-widget a:hover, .bl-widget-ivory .hp a:hover, .bl-widget-ivory .bl-more-link a:hover, .bl-widget-ivory .cp-widget a:hover {
	color: rgba(0, 0, 0, 0.5);
}

.cp-xl-title {
	font-weight: normal;
}

.cp-widget-title, .cp-widget-title a {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height: 70px;
	padding-top: 10px;
}


h4.widget-title, .sl-title {
	font-size: 40px;
	font-size: 2.5rem;
	margin-bottom:0.3rem;
	color:#fff;
}

.error404 h4.widget-title {
	color:#2a2a2a;
}

.bl-widget-white h4.widget-title, .bl-widget-ivory h4.widget-title {
	color:#2a2a2a;
}

.bl-more-link {
	padding-top: 10px;
}

.bl-more-link a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
}

.spotlight .mh-excerpt {
	color: #fff;
}

.hp-sidebar .mh-excerpt, .cp-widget .mh-excerpt {
	margin-top: 0.3rem;
}

.main-nav li a {
	font-family: 'oswald', 'sans-serif';
	font-size: 1.0rem;
}

.header-widget h4 {
	font-family: 'oswald', 'sans-serif';
	font-size: 0.95em;
	text-transform:uppercase;
	left:75px;
	position:absolute;
	top:35px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);	
	transform: rotate(-90deg);				
}

.entry-title h1, .post-header h1, h1.page-title-layout2 {
	font-size: 2.5rem;
}

.gallery-caption {
	color:#000;
	display: initial;
}

.parent-pageid-141306 h1 {
display:none;
}

/***** HEADER  *****/

.leaderboard-ad {
	text-align: center;
}

#acm-ad-tag-HeaderHomepage728x90, #acm-ad-tag-HeaderInsidepages728x90, #acm-ad-tag-BL-Games-728x90-Header {
	margin:auto;
	width:728px;
}

.header-wrap, .main-nav {
	background-color: #2a2a2a;
}

.main-nav {
	margin-left: 217px;
	padding-top: 15px;
}

.main-nav li {
	border-left: 1px solid #fff;
}

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

.main-nav li:hover a {
	color: #e9702b;
}

.main-nav ul li:hover > ul {
	background: #e9702b;
	text-transform:none;
}

.main-nav li:hover > ul a {
	color: #ffffff;
}

.main-nav li:hover > ul a:hover {
	color: #e9702b;
}

.logo-wrap {
    float: left;
    margin: 15px 20px 10px;
    overflow: hidden;
    position: relative;
	width:177px;
}

.ticker-title {
	background: none repeat scroll 0 0 #e9702b;
}

.ticker-content {
	width:65%;
	float:left;
}

.hp-search #searchform {
	background: url(/wp-content/themes/vip/boyslife2015/img/search.png) no-repeat scroll right center / 20px auto #f0e399;
	border: 2px solid #ebebeb;
	overflow: hidden;
	padding: 0.0125rem;
	height:1.5rem;
}

.hp-search #searchform #q {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #444;
	font-size: 0.75rem;
	width: 85%;
}

#ticker .meta {
	font-style: normal;
}

.ticker-content ul li {
	text-overflow: ellipsis;
}

.header-widget {
	position:relative;
}


/***** WIDGETS  *****/

.home-3 .bl-color, .home-4 .bl-color, .home-8 .bl-color, .home-9 .bl-color, .home-10 .bl-color {
	min-height:655px;
}

.spotlight {
    background: #a15001;
}

.spotlight img {
	width: 100%;
}

.sl-caption {
	display:none;
}

.textwidget p {
	margin-bottom: 1.25rem;
}

h4.carousel-title-layout2 {
	margin-left: 15px;
	color: #838883;
}

.carousel-layout2 .caption {
    display: none;
}

.carousel-layout2 .carousel-item-title {
	text-align: center;
	color: #666666;
	padding-top: 5px;
}

.mh-social-widget li {
    float: left;
    margin: 0 8px 8px 0;
}

.sb-right {
	margin-bottom:10px;
}

.single-format-gallery .cp-widget li {
    float: left;
    width: 50%;
}

#wpcom_instagram_widget-2 {
	background-color: #2a2a2a;
	padding: 0 20px 20px 20px;
}

#text-59 {
	background-color: #2a2a2a;
	padding: 20px 20px 0;
	margin-top: 10px;
	margin-bottom: 0;
}

#text-48, #mh_custom_pages-2 {
	background-color: #0064A8;
	margin-bottom: 0;
	padding-bottom: 20px;
}

#acm_ad_zones-3, #acm_ad_zones-4, #acm_ad_zones-5, #acm_ad_zones-8 {
	background-color: #838883;
	padding-bottom: 20px;
}

#text-49 {
	background-color: #a15001;
	margin-top: 10px;	
	padding: 20px;
}

#text-23 {
	background-color: #fff;
	padding: 20px;
}

#text-23 h4, #text-23 .bl-more-link a {
	color:#000;
}

#text-23 .bl-more-link a:hover {
	color:#e64946;
}

#text-25 {
	background-color: #87A100;
	padding: 20px;
	color: #fff;
}

#text-25 a {
	color: #fff;
}

#text-25 a:hover {
	color: rgba(0, 0, 0, 0.5);
}

#acm_ad_zones-3 h4, #acm_ad_zones-4 h4, #acm_ad_zones-5 h4, #acm_ad_zones-8 h4 {
	text-align: center;
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform:uppercase;
}

#acm-ad-tag-BL-HomepageHalfpage, #acm-ad-tag-SidebarInsidepages300x250, #acm-ad-tag-SecondSidebarInsidepages300x250, #acm-ad-tag-BL-Games-300x250-TopRectangle {
	margin:auto;
	width:300px;
}

#acm-ad-tag-HeaderHomepage728x90, #acm-ad-tag-HeaderInsidepages728x90, #acm-ad-tag-BL-Games-728x90-Header {
	margin:auto;
	width:160px;
}

#mh_custom_pages-2, #text-48 {
	padding: 20px;
	border-top: solid 10px #ffffff;
}

.wt-layout1 .widget-title {
	border-bottom: none;
	padding-bottom: none:
}

.error404 .hp-sidebar {
	width:100%;
}

/***** WIDGET COLORS: Selected by dropdown in BL Custom Posts and BL RSS Posts widgets  *****/


.bl-widget-white {
	padding:20px;
	background-color: #ffffff;
}

.bl-widget-black {
	padding:20px;
	background-color: #2a2a2a;
}

.bl-widget-light_blue, .category-bl-workshop .bl-cat-header {
	padding:20px;
	background-color: #139DB9;
}

.bl-widget-orange {
	padding:20px;
	background-color: #E9702B;
}

.bl-widget-green, .category-online-games .bl-cat-header {
	padding:20px;
	background-color: #87A100;
}

.bl-widget-ivory {
	padding:20px;
	background-color: #E8E2D6;
}

.bl-widget-gray {
	padding:20px;
	background-color: #838883;
}

.bl-widget-brown, .category-write-a-funny-caption .bl-cat-header {
	padding:20px;
	background-color: #A15001;
}

.bl-widget-yellow {
	padding:20px;
	background-color: #FDB216;
}

.bl-widget-blue, .category-projects .bl-cat-header {
	padding:20px;
	background-color: #0064A8;
}

.bl-widget-purple, .category-game-reviews .bl-cat-header {
	padding:20px;
	background-color: #714992;
}

/***** SMALL THUMBNAILS ON HOMEPAGE: Makes them round and spin *****/

.cp-thumb img {
	width:75px;
	height:75px;
	border-radius:50%;
	margin-top:10px;
}

.cp-thumb:hover img{
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}

/***** FOOTER *****/

.footer-nav {
	background: none repeat scroll 0 0 #E9702B;
}

.wt-layout1 .footer-widget-title {
	border-bottom: 3px solid #fff;
}

.copyright-wrap {
	margin: 0 auto -5px;
	width: 100%;
}

.copyright {
	display:none;
}

.bl_copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 2px 5px;
    padding: 0.125rem 0.3125rem;
    color: #999;
}

.bl_copyright a {
    color: #999;
}

/***** STYLES FOR CATEGORY PAGES *****/

.archive .main {
	margin: 0 auto;
	width: 980px;
}

.archive .loop-layout2 .meta {
	background: none repeat scroll 0 0 #345777;
}

.mh-excerpt img {
	display: none;
}

.bl-cat-header {
	background-color: #87a100;
	padding:20px;
	margin-bottom:1.875rem;
}

.archive .breadcrumb, .archive .breadcrumb a, .error404 .breadcrumb, .error404 .breadcrumb a, .page-template-page-section .breadcrumb, .page-template-page-section .breadcrumb a {
	color: rgba(255,255,255,0.50);
	margin-bottom:0;	
}

.cat-desc {
	background:none;
	border-bottom:none;
	border-top:none;
	color: #fff;
	float: right;
	margin-bottom: 0;
	padding: 0;
	width:40%;
}

.entry .loop-title a {
    color: #000;
}

.cat-desc a {
	color: #fff;
	text-decoration: underline;
}

.cat-desc a:hover, .entry .loop-title a:hover {
	color: #e64946;
	text-decoration: none;
}

.archive h1.page-title-layout2, .error404 h1.page-title-layout2, .page-template-page-section h1.page-title-layout2 {
	color: #fff;
	font-size: 2.5rem;
	float:left;
	margin-bottom:0;
	padding-right: 20px;
}

.page-numbers:hover, .current, a:hover .pagelink {
	background-color: #E9702B;
}

.category-jokes .loop-thumb img {
	display: none;
}

.page-id-141373 .entry-title h1, .page-id-141322 .entry-title h1, .page-id-141394 .entry-title h1, .page-id-133518 .entry-title h1 {
	display: none;
}

.category-games-guru .textwidget ul{
	list-style-position: inside;
	list-style-type: initial;
} 

/***** STYLES FOR SINGLE PAGES *****/

.single .main, .page .main, .error404 .main {
	margin: 0 auto;
	padding:10px;
	width: 980px;
}

/***** STYLES FOR CONTENT *****/

.post-145676 .loop-layout2 {
	background-color: #ccedf6;
	border-bottom: medium none !important;
	padding: 20px 10px;
}

.post-145676 .loop-content::before, .post-145676 .post-header::before, .post-150955 .loop-content::before, .post-50955 .post-header::before {
	content: "SPONSORED POST";
	font-size: .85rem;
	font-weight: normal;
}

.scouting_content {
    position: relative;
    padding-bottom: 500%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.scouting_content iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scouting_content ol {
		padding:5px 0 5px 25px;
}

.scouting_content .quote {
	background:none repeat scroll 0 0 #F1F0F0;
	float:right;
	margin:5px;
	padding:10px;
	width:250px;
}

.mblist {
	width: 100%;
	margin: 0 auto;
}

.mblist .listing-item {
	width: 150px;
	clear: none !important;
	float: left;
	text-align: center;
	line-height: normal;
	height: 175px;
}

.mblist .image, .mblist .alignleft {
	margin-bottom: none;
	margin: 0;
}

.videolist {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.videolist .listing-item {
	width: 33%;
  box-sizing: border-box;
	clear: none !important;
	float: left;
	text-align: center;
	line-height: normal;
	min-height: 250px;
	padding:10px;
}

.videolist img, .videolist .alignleft {
	margin-bottom: none;
	margin: 0;
	width: 100%;
}

div.interior_left .single_item .scouting_content img {
		float:right;
}

.entry table, td {
	border-left:none;
	border-top: none;
	border-bottom:none;
	border-right:none;
}

.category-games-guru blockquote {
	box-shadow: none;
  margin: 0 0 0 2.5rem;
	font-style: normal;
	color: initial;
}

.category-programming blockquote {
	border-left: none;
	border-right: none;
	box-shadow: none;
  margin: 0 0 0 2.5rem;
	font-style: normal;
	color: initial;
	padding: none;
}

/***** STYLES FOR JETPACK RELATED POSTS *****/

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
    opacity: 1;
    padding-right: 10px;
}

div#jp-relatedposts h3.jp-relatedposts-headline em::before {
    border-top: 1px solid rgba(0, 0, 0, 1);
    content: "";
    display: block;
    min-width: 30px;
}

div#jp-relatedposts h3.jp-relatedposts-headline {
    font-family: oswald,sans-serif;
    font-size: 1.125rem;
    width: 100%;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
    font-style: normal;
    font-weight: normal;
}


/***** STYLES TO SHOW ALTERNATIVE CONTENT FOR MOBILE *****/

.mobile-only {
	display:none;
}

.desktop-only {
	display:inherit;
}

@media only screen
and (max-device-width : 1024px) {
  .mobile-only {
    display: inherit;
  }
  .desktop-only {
	  display:none;
  }
}

/***** STYLES FOR GOOGLE SEARCH RESULTS *****/

.gsc-control-cse table {
	border-left: initial;
	border-top: initial;
	margin-bottom: initial;
	border-collapse: initial;
	border-spacing: initial;
}

.gsc-control-cse td {
	border-bottom: initial;
	border-right: initial;
	padding: initial;
}

.gsc-control-cse img {
	vertical-align: initial;
}

.gs-title {
	text-decoration: none !important;
	height: 1.4em !important;
}

.gsc-selected-option-container {
	min-width: 60px !important;
}

/***** STYLES FOR DESKTOP SCREENS *****/

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

	.mh-mobile .hp .content {
    	width: 650px;
	}
	
	#mh-mobile .container {
		width: 100%;
	}

	#mh-mobile .copyright-wrap {
		width: 100%;
	}

}

/***** STYLES FOR TABLET SIZES *****/

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

	.main {
		padding: 10px 0 0 0;
	}

	.single .main, .page-template .main, .page-template-default .main, .error404 .main {
		width: 748px;
	}

	.hp .main, .mh-mobile .hp .content, .archive .main {
		width: 768px;
		padding: 10px 0 0 0;
	}

	.mh-mobile .hp-sidebar-right {
    	margin-left: 10px;
    }
	

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
    	width: 379px;
    }

	.error404 .hp-sidebar-left, .error404 .hp-sidebar-right {
		width:100%;
	}

	.home-10 .bl-color {
		min-height:0px;
	}	

	.logo-wrap {
		text-align:center;
		float:none;
		margin:auto;
		padding-top:10px;
	}
	
	.header-wrap {
		margin:auto;
		width: 768px;
	}

	.main-nav {
		padding-top:5px;
		margin:auto;
		width:768px;
	}

	.ticker-content {
	width:55%;
	}
	
	.header-widget h4  {
		left: -30px;
	}
	
}

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

	.single .main, .page-template .main, .page-template-default .main, .error404 .main {
		width: 580px;
	}

	.hp .main, .mh-mobile .hp .content, .archive .main, .single .main {
		width: 600px;
	}

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
    	width: 295px;
    }
	

	.logo-wrap {
		float:left;
    	margin: 0px 10px 5px;
		padding-top:10px;
	}
	
	.header-wrap {
		margin:auto;
		width: initial;
	}

	.main-nav {
		margin-left:217px;
		padding-top: 20px;
		width: initial;
	}
	
	.ticker-content {
	width:40%;
	}
	
	.header-widget {
		display:none;
	}

	.cat-desc {
		float: none;
		width: auto;
	}
	
	h1.page-title-layout2 {
		float:none;
	}


/***** STYLES FOR PHONE SIZES *****/

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

	.single .main, .page-template .main, .page-template-default .main, .error404 .main {
		width: 380px;
	}

	.hp .main, .mh-mobile .hp .content, .archive .main, .single .main {
		width: 400px;
	}

	.mh-mobile .hp-sidebar-left, .mh-mobile .hp-sidebar-right {
    	width: 100%;
		margin:0;
    }
	
	.ticker-title {
		display:none;
	}

	.ticker-content {
		display: none;
	}

	.hp-search #searchform {
		width:99%;
	}	

}


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

	.single .main, .page-template .main, .page-template-default .main, .error404 .main {
		width: 94%;
	}

	.hp .main, .mh-mobile .hp .content, .archive .main {
		width: 100%;
	}
	
	.logo-wrap {
		text-align:center;
		float:none;
		margin:auto;
		padding-top:10px;
	}
	
	.main-nav {
		padding-top:0.625em;
		margin-left:0;
	}
	
}