/*****
Theme Name: MH Elegance
Theme URI: https://www.mhthemes.com/themes/mh/elegance/
Author: MH Themes
Author URI: https://www.mhthemes.com/
Description: MH Elegance is an elegant and fully responsive multi-purpose WordPress theme which is perfectly suitable for business, corporate and portfolio websites or high-class blogs.
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mh-elegance
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; }

/***** 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; letter-spacing: -0.02rem; color: #8a8f97; background: #252336; word-wrap: break-word; }
.mh-container { width: 980px; margin: 0 auto; }
.mh-content-section { background: #fff; padding: 40px 0; padding: 2.5rem 0; }
#main-content { width: 690px; overflow: hidden; }
.mh-right-sb #main-content { float: left; margin-right: 40px; }
.mh-left-sb #main-content { float: right; margin-left: 40px; }
body.custom-background { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

/***** 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', Helvetica, Arial, sans-serif; line-height: 1.3; font-weight: 700; letter-spacing: -0.03rem; color: #27303c; }
b, strong { font-weight: bold; }
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; -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; color: #666; padding: 15px; padding: 0.9375rem; border-left: 5px solid #be2844; 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 { color: #8a8f97; text-decoration: none; }
a:hover { color: #be2844; }

/***** Columns *****/

.row [class*='mh-col-']:first-child { margin-left: 0; }
[class*='mh-col-'] { float: left; margin-left: 3%; overflow: hidden; }
.mh-col-1-1 { width: 100%; }
.mh-col-1-2 { width: 48.5%; }
.mh-col-1-3 { width: 31.333%; }
.mh-col-2-3 { width: 65.667%; }
.mh-col-1-4 { width: 22.75%; }
.mh-col-3-4 { width: 74.25%; }
.mh-col-1-5 { width: 17.6%; }
.mh-col-1-6 { width: 14.16%; }
.mh-col-1-7 { width: 11.714%; }
.mh-col-1-8 { width: 9.875%; }
.clear { clear: both; }
.clearfix { display: block; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }

/***** 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 10px 30px; margin: 0 0 0.625rem 1.875rem; }
dt, dd { display: list-item; }
dt { list-style-type: square; font-weight: bold; }
dd { list-style-type: circle; margin-left: 30px; margin-left: 1.875rem; }
select { max-width: 100%; }

/***** Header *****/

.header-wrap { width: 100%; color: #fff; text-align: center; padding-bottom: 50px; padding-bottom: 3.125rem; }
.logo { padding: 40px 0 50px; padding: 2.5rem 0 3.125rem; }
.logo-text { margin-top: 10px; }
.logo-name, .logo-desc { color: #fff; }
.logo-name { font-weight: 600; }
.logo-desc { font-size: 16px; font-size: 1rem; font-weight: 400; }
.mh-custom-header { text-align: center; color: #fff; padding-bottom: 50px; padding-bottom: 3.125rem; }
.header-title { font-family: 'Prata', Helvetica, Arial, sans-serif; font-size: 90px; font-size: 5.625rem; font-weight: 400; letter-spacing: -0.07rem; color: #fff; }
.header-summary { font-size: 20px; font-size: 1.25rem; font-weight: 300; padding: 10px 0 40px; padding: 0.625rem 0 2.5rem; }

/***** Navigation *****/

.main-nav { width: 90%; margin: 0 auto; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: #000; background: rgba(0, 0, 0, 0.5); }
.main-nav ul { padding-left: 20px; }
.main-nav ul li { float: left; position: relative; display: block; margin-right: 20px; }
.main-nav ul li a { display: block; font-size: 11px; color: #fff; line-height: 1.3; letter-spacing: 0.15rem; padding: 15px 10px; }
.main-nav ul li a:hover, .main-nav ul .current-menu-item > a { color: #be2844; }
.main-nav ul li:hover > ul { display: block; background: #be2844; z-index: 9999; }
.main-nav ul ul { display: none; position: absolute; padding: 0; }
.main-nav ul ul li { width: 10rem; margin: 0; text-align: left; }
.main-nav ul ul li a { padding: 10px; }
.main-nav ul ul li a:hover, .main-nav ul ul .current-menu-item a { color: #fff; }
.main-nav ul ul ul { left: 100%; top: 0; }
.footer-nav li { float: left; position: relative; }
.footer-nav li a { display: block; line-height: 1.3; padding: 0.3125em 0.625em; }
.footer-nav ul { display: table; margin: 0 auto; }
.footer-nav ul li:hover > ul { display: block; background: #be2844; z-index: 9999; }
.footer-nav ul ul { display: none; position: absolute; }
.footer-nav ul ul li { width: 10em; }
.footer-nav ul ul li a { color: #fff; }
.footer-nav ul ul ul { left: 100%; top: 0; }
.slicknav_menu { display: none; }

/***** 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; margin: 0.188rem 0 0 0.438rem; }
.slicknav_menu .slicknav_no-text { margin: 0; }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125rem; height: 0.125rem; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188rem }
.slicknav_nav { clear: both; }
.slicknav_nav ul, .slicknav_nav li { display: block; }
.slicknav_nav .slicknav_arrow { font-size: 0.8rem; margin: 0 0 0 0.4rem; }
.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; }

/***** SlickNav User Default Style *****/

.slicknav_btn { padding: 0.625rem 1.25rem; text-decoration: none; }
.slicknav_menu { font-size: 13px; font-size: 0.8125rem; }
.slicknav_menu .slicknav_menutxt { display: none; }
.slicknav_menu .slicknav_icon-bar { width: 1.5625rem; height: 0.25rem; background: #f1f1f1; }
.slicknav_menu { background: #be2844; border-bottom: 1px solid #f1f1f1; }
.slicknav_nav { font-size: 16px; font-size: 1rem; font-weight: 400; color: #f1f1f1; 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; border-top: 1px solid #f1f1f1; }
.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; }

/***** Loop / Archives / Search Results *****/

.loop-header { width: 220px; float: left; margin: 55px 30px 0 0; }
.loop-header-full { width: 100%; float: none; margin: 55px 0 0; }
.loop-title a { font-size: 24px; font-size: 1.5rem; line-height: 1.4; color: #27303c; }
.loop-title a:hover { color: #be2844; }
.loop-thumb { width: 440px; float: left; margin-top: 65px; }
.loop-content { margin-top: 15px; padding-bottom: 25px; border-bottom: 1px solid #bcbfc3; }
.loop-excerpt { margin-bottom: 20px; }
.sticky {}

/***** Posts/Pages *****/

.entry-title-wrap { float: left; width: 70%; }
.entry-meta-wrap { float: left; width: 30%; margin-top: 5px; margin-top: 0.3125rem; }
.entry-meta, .entry-tags { font-size: 12px; font-size: 0.75rem; line-height: 1.5; letter-spacing: 0; color: #aeb3bb; }
.entry-meta { margin-top: 40px; }
.entry-meta span, .entry-meta .fn { font-weight: bold; color: #454545; }
.entry-meta .fn:hover { color: #be2844; }
.entry-header .entry-meta { float: right; margin-top: 0; }
.entry-thumbnail { margin-top: 40px; margin-top: 2.5rem; }
.entry-content { padding: 40px 0 25px; padding: 2.5rem 0 1.5625rem; }
.entry-content a { color: #be2844; }
.entry-content a:hover { text-decoration: underline; }
.entry-content .button { color: #fff; }
.entry-content .button:hover { text-decoration: none; }
.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: 30px; margin-bottom: 1.875rem; }
.entry-content blockquote p:last-child { margin: 0; }
.entry-tags { margin-bottom: 40px; margin-bottom: 2.5rem; }
.page-title { font-size: 20px; font-size: 1.25rem; font-weight: 400; letter-spacing: 0.1rem; color: #8a8f97; }
.section-title { display: inline-block; padding-right: 16px; padding-right: 1rem; background-color: #fff; text-transform: uppercase; }
.separator { min-height: 1px; font-size: 12px; letter-spacing: 0.30rem; color: #bcbfc3; background: transparent url('./images/dot.png') repeat-x; background-position: center; }
.separator-margin { margin-bottom: 40px; margin-bottom: 2.5rem; }

/***** Author Box *****/

.author-box { padding: 20px; margin-bottom: 20px; margin-bottom: 1.25rem; background: #f2f2f2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.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: 14px; font-size: 0.875rem; overflow: hidden; }

/***** Pagination *****/

.pagination { font-size: 16px; font-size: 1rem; padding: 40px 0; padding: 2.5rem 0; }
.page-numbers { padding: 5px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.page-numbers:hover, .current, a:hover .pagelink { background: #be2844; color: #fff; }
.page-numbers a { display: block; }
.pagelink { padding: 5px 10px; background: #be2844; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a .pagelink { background: #fff; color: #8a8f97; }
.post-nav-wrap { text-align: center; margin: 0 auto; margin-bottom: 20px; }
.post-nav-wrap li { display: block; float: left; width: 48%; font-size: 14px; font-size: 0.875rem; text-transform: uppercase; }
.post-nav-wrap li a { display: block; width: 90%; padding: 5%; background: #f2f2f2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.post-nav-wrap li .fa { margin: 0 10px; }
.post-nav-wrap .post-nav-prev { margin-right: 4%; }

/***** 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: 12px; font-size: 0.75rem; font-weight: 700; line-height: 1.4; color: #454545; margin-top: 5px; margin-top: 0.3125rem; display: block; }
.mh-footer .wp-caption-text { color: #8a8f97; }
.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: -webkit-calc(50% - 4px); max-width: calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width: 32%; max-width: -webkit-calc(33.3% - 4px); max-width: calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width: 23%; max-width: -webkit-calc(25% - 4px); max-width: calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width: 19%; max-width: -webkit-calc(20% - 4px); max-width: calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width: 15%; max-width: -webkit-calc(16.7% - 4px); max-width: calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width: 13%; max-width: -webkit-calc(14.28% - 4px); max-width: calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width: 11%; max-width: -webkit-calc(12.5% - 4px); max-width: calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width: -webkit-calc(11.1% - 4px); 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 { background-color: rgba(0, 0, 0, 0.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; }
.gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; }
.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: #be2844; padding: 10px; padding: 0.625rem; }
table tr:nth-child(odd) { background-color: #eae9e8; }
table tr:nth-child(even) { background-color: #ffffff; }
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; }

/***** Footer *****/

.mh-footer { font-size: 13px; font-size: 0.8125rem; min-height: 300px; background: #252336; }
.footer-widgets { padding-top: 30px; padding-top: 1.875rem; background: #8a8f97; }
.footer-bottom { padding: 30px 0; padding: 1.875rem 0; }
.footer-logo { text-align: center; margin-bottom: 30px; margin-bottom: 1.875rem; }
.social-nav .screen-reader-text { position: absolute; top: -9999rem; left: -9999rem; }
.social-nav .fa-mh-social { color: #fff; }
.social-nav ul { display: table; margin: 0 auto 10px; margin: 0 auto 0.625rem; }
.social-nav li { float: left; }
.social-nav li a { font-size: 18px; font-size: 1.125rem; }
.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'; }
.copyright { color: #787780; text-align: center; }

/***** Buttons *****/

.button { font-size: 14px; line-height: 1; padding: 14px; color: #fff; display: inline-block; text-align: center; background: #be2844; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.button:hover { background: #b9b9b9; color: #fff; }
.button-header { font-size: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/***** Comments *****/

.comment-section-title { margin: 40px 0; margin: 2.5rem 0; }
.commentlist, .pinglist { margin-bottom: 30px; margin-bottom: 1.875rem; list-style: none; }
.commentlist .depth-1 { padding-bottom: 10px; padding-bottom: 0.625rem; border-bottom: 1px solid #ebebeb; }
.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 .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; }
.commentlist .bypostauthor .avatar { border: 2px solid #be2844; }
.comment-author { font-weight: 700; }
.comment-info { color: #be2844; margin: 20px 0px; margin: 1.25rem 0rem; }
.comment-reply .comment-reply-link, .comment-reply .comment-edit-link { font-size: 13px; background: #ccc; color: #fff; padding: 5px 10px; }
.comments-pagination { margin-bottom: 20px; margin-bottom: 1.25rem; }
.pinglist .pings:first-child { border-top: 1px solid #ebebeb; }
.pinglist .pings { line-height: 2.5; padding: 5px 0; padding: 0.3125rem 0; border-bottom: 1px solid #ebebeb; }
.pinglist .fa-link { margin-right: 10px; margin-right: 0.625rem; }
.no-comments { padding: 10px; padding: 0.625rem; margin-top: 20px; margin-top: 1.25rem; background: #f6f6f6; border: 1px solid #d7d8d8; }

/***** Comment Form *****/

#respond { padding: 20px 20px 10px; padding: 1.25rem 1.25rem 0.625rem; margin-bottom: 30px; margin-bottom: 1.875rem; background: #f2f2f2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#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; font-weight: 400; background: #ccc; padding: 5px; padding: 0.3125rem; color: #fff; }
#cancel-comment-reply-link:hover { background: #be2844; }
.required { color: #be2844; }

/***** Forms *****/

input { font-size: 12px; font-size: 0.75rem; padding: 5px; 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], input[type=email], input[type=tel], input[type=url] { width: 60%; }
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover, textarea:hover  { border: 1px solid #be2844; }
input[type=submit] { color: #fff; padding: 14px; cursor: pointer; background: #be2844; display: inline-block; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-appearance: none; }
input[type=submit]:hover { background: #b9b9b9; color: #fff; border: 0; }
textarea { width: 96%; line-height: 1.5; padding: 5px; padding: 0.3125rem; border: 1px solid #d7d8d8; }

/***** Searchform *****/

#searchform { width: 99%; max-width: 450px; font-size: 14px; border: 1px solid #ebebeb; overflow: hidden; }
#searchform #s { width: 62%; line-height: 20px; background: none; border: none; }
#searchform #s:focus { outline: none; }
#searchform .screen-reader-text { position: absolute; left: -9999px; overflow: hidden; }
#searchsubmit { float: right; width: 30%; height: 30px; font-size: 14px; padding: 0; border-radius: 0; }
.footer-widgets #searchform #s { color: #8a8f97; }

/***** Contact Form 7 *****/

.wpcf7-form { padding: 20px 20px 10px; padding: 1.25rem 1.25rem 0.625rem; background: #f2f2f2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.wpcf7-form p { margin-bottom: 10px; margin-bottom: 0.625rem; }
.wpcf7-response-output { background: #fff; }

/***** Social Buttons *****/

.mh-share-buttons { margin-bottom: 20px; margin-bottom: 1.25rem; padding: 20px; background: #f2f2f2; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mh-share-buttons a, .mh-share-buttons a:hover { color: #fff; }
.mh-share-buttons .fa { display: inline-block; font-size: 1.25em; margin-right: 10px; }
.mh-share-button { display: block; width: 100%; height: 100%; font-size: 12px; font-size: 0.75rem; font-weight: 700; padding: 10px 0; text-align: center; text-transform: uppercase; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mh-share-button:hover { opacity: 0.7; }
.mh-facebook span { background: #3e64ad; }
.mh-twitter span { background: #6aadd1; }
.mh-pinterest span { background: #de010d; }
.mh-googleplus span { background: #cd3627; }

/***** Sitemap Template *****/

.sitemap { font-size: 12px; font-size: 0.75rem; padding-top: 40px; padding-top: 2.5rem; }
.sitemap .widget-title { margin-bottom: 30px; margin-bottom: 1.875rem; }
.sitemap-list { list-style: none; margin-bottom: 40px; margin-bottom: 2.5rem; }
.sitemap-list li { padding: 10px 0px; border-top: 1px solid #ebebeb; }
.sitemap-list > li:first-child { padding-top: 0; margin: 0; border: 0; }
.sitemap ul .children li { margin-top: 10px; padding-top: 10px; padding-bottom: 0; }

/***** Portfolio *****/

.portfolio-content { padding: 50px 0 40px; padding: 3.125rem 0 2.5rem; }
.portfolio-item { margin-bottom: 30px; }
.portfolio-thumb a img { opacity: 0.8; }
.portfolio-thumb a:hover img { opacity: 1; }
.home .sb-widget .portfolio-shortcode { margin-bottom: 40px; }
.mh-sidebar .portfolio-item { min-width: 250px; margin: 0 0 30px !important; }

/***** Sidebars/Widgets *****/

#main-sidebar { width: 250px; overflow: hidden; }
.mh-right-sb #main-sidebar { float: left; }
.mh-left-sb #main-sidebar { float: right; }
.widget-title { font-size: 13px; font-size: 0.8125rem; letter-spacing: 0.2rem; font-weight: 400; text-transform: uppercase; color: #8a8f97; }
.sb-widget { font-size: 12px; letter-spacing: 0; margin-bottom: 40px; margin-bottom: 2.5rem; }
.footer-widget { padding: 20px; margin-bottom: 30px; margin-bottom: 1.875rem; background: #252336; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.footer-widget-inner { overflow: hidden; }
.footer-widget .widget-title { background: #252336; }
.sb-widget .separator, .footer-widget .separator { margin-bottom: 20px; margin-bottom: 1.25rem; }
.home .sb-widget .separator { margin-bottom: 40px; margin-bottom: 2.5rem; }

/***** WordPress Core Widgets *****/

.sb-widget .menu > .menu-item, .sb-widget .page_item, .sb-widget .cat-item { display: block; padding: 10px 0px; border-top: 1px solid #ebebeb; }
.sb-widget .menu-item:first-child, .sb-widget .page_item:first-child, .sb-widget .cat-item:first-child { padding-top: 0; border: 0; margin: 0; }
.sb-widget ul .children .cat-item, .sb-widget ul .sub-menu .menu-item, .sb-widget ul .children .page_item { margin-top: 10px; padding-top: 10px; padding-bottom: 0; border-top: 1px solid #ebebeb; }
#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; }

/***** WP Text Widget *****/

.textwidget p { margin-top: 20px; }
.textwidget p:first-child { margin-top: 0; }
.textwidget ul { list-style: square; }
.textwidget ol { list-style: decimal; }
.textwidget ul, .textwidget ol { margin: 0 0 20px 15px; }
.textwidget ul ul, .textwidget ol ol { margin: 0 0 0 15px; }

/***** MH Authors & MH Comments Widget *****/

.uw-wrap { padding: 15px 0px; padding: 0.9375rem 0rem; border-bottom: 1px solid #ebebeb; }
.user-widget li:first-child { padding-top: 0; }
.uw-avatar { float: left; margin-right: 10px; margin-right: 0.625rem; }
.uw-text .author-name { font-size: 16px; font-size: 1rem; }
.uw-text a { font-weight: 700; }
.uw-data { font-size: 13px; font-size: 0.8125rem; color: #979797; }

/***** Latest News Widget *****/

.news-item-title, .news-item-excerpt { margin-bottom: 30px; margin-bottom: 1.875rem; }
.news-item-title a { color: #27303c; }
.news-item-title a:hover { color: #be2844; }
.mh-sidebar .news-item { float: none; min-width: 250px; margin: 0 0 30px !important; margin: 0 0 1.875rem !important; }

/***** MH YouTube Video Widget *****/

.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; }

/***** Media Queries *****/

@media screen and (max-width: 1020px) {
	.mh-container { width: 728px; }
	#main-content { width: 438px; }
	.main-nav { width: 100%; }
	.loop-header, .loop-thumb { width: 100%; float: none; margin-right: 0; }
	.loop-thumb, .loop-header .entry-meta { margin-top: 20px; }
	.entry-title-wrap, .entry-meta-wrap { float: none; width: 100%; }
	.entry-title-wrap { margin-bottom: 20px; margin-bottom: 1.25rem; }
	.entry-header .entry-meta { float: left; }
	.commentlist ul, .commentlist ol { margin: 0 0 30px 0; margin: 0 0 1.875rem 0; }
	.commentlist ul ul, .commentlist ol ol { margin: 0; }
}
@media screen and (max-width: 767px) {
	.mh-container { max-width: 440px; width: 90%; }
	#main-content, #main-sidebar { float: none; width: 100%; margin-right: 0; }
	#main-content { margin-bottom: 30px; margin-bottom: 1.875rem; }
	[class*='mh-col-'] { float: none; width: 100%; margin: 0; }
	.js .slicknav_menu { display: block; }
	.js .main-nav { display: none; }
	.header-wrap { padding: 0; }
	.logo { padding: 40px 0; padding: 2.5rem 0; }
	.header-title { font-size: 50px; font-size: 3.125rem; }
	.mh-share-buttons .mh-col-1-4 { float: left; width: 22.75%; margin-left: 3%; }
	.latest-news-widget .news-item { margin-bottom: 30px !important; margin-bottom: 1.875rem !important; }
	.portfolio-item { text-align: center; margin-bottom: 30px !important; margin-bottom: 1.875rem !important; }
}
@media only screen and (max-width: 420px) {
	.mh-share-buttons .mh-col-1-4 { float: none; width: 100%; margin: 20px 0 0 0; }
	.mh-share-buttons .mh-col-1-4:first-child { margin: 0; }
	.post-nav-wrap li { float: none; width: 100%; }
	.post-nav-wrap .post-nav-prev { margin: 0 0 20px; }
	.author-box { text-align: center; }
	.author-box-avatar { float: none; margin: 0 auto 20px; }
}