/*
Theme Name: Cube
Author: Mimo themes
Author URI: http://mimothemes.com/
Theme URI: http://mimothemes.com/
License URI: http://mimothemes.com/
Description: A simple advanced blog.
Version: 1.5
License: GNU General Public License v2 or later
Tags: right-sidebar, fluid-layout, custom-menu, editor-style, featured-images, post-formats, translation-ready
Text Domain: mm-cube
*/

/**
 * @license
 * MyFonts Webfont Build ID 2992439, 2015-03-17T08:19:14-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Serifa-Bol by URW++
 * URL: http://www.myfonts.com/fonts/urw/serifa/t-bold/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2992439
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2da937");  
@font-face {font-family: 'Serifa-Bol';src: url('webfonts/2DA937_0_0.eot');src: url('webfonts/2DA937_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DA937_0_0.woff2') format('woff2'),url('webfonts/2DA937_0_0.woff') format('woff'),url('webfonts/2DA937_0_0.ttf') format('truetype');}
 


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 *   5.14 - Shortcodes
 * 6.0 - Sidebar
 *   6.1 - Widgets
 *   6.2 - Custom Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
section{
	clear:both;
}
audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}

#page{
	max-width:100%;
	clear: both;
	padding:0;
	position: relative;
}
body, html .jsn-master {
	font-size:16px;
	line-height:1.4em;
	font-weight:lighter;
	margin: 0;
	padding:0;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: 'Serifa-Bol';
	transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.body.admin-bar{
	margin-top:32px;
}

.mm-preloader{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom: 0;
	background: #ffffff;
	opacity: 1;
	z-index:99998;
}


a {
	text-decoration: none;
}

a:visited {
	
}

a:focus {
	
}
*:focus {
    outline: 0;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

a:hover, .jsn-bootstrap a:hover {
	text-decoration: none ;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0 ;
	font-weight:normal;
	line-height:1.3em;

}

h1,body .jsn-bootstrap h1, h1 span {
	font-size: 36px;
}

h2,body .jsn-bootstrap h2, h2 span {
	font-size:30px;
	line-height: 30px;
	color: #20539d;
}

h3,body .jsn-bootstrap h3, h3 span {
	font-size: 28px;
}

h4,body .jsn-bootstrap h4, h4 span {
	font-size: 24px;
}

h5,body .jsn-bootstrap h5, h5 span {
	font-size: 22px;
}

h6,body .jsn-bootstrap h6, h6 span {
	font-size: 18px;
}
.mm-content-single h1,
.mm-content-single h2,
.mm-content-single h3,
.mm-content-single h4,
.mm-content-single h5,
.mm-content-single h6{
	padding:0 0 30px;
}
em {
	font-style: italic;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 4px 0 15px;
}
::selection {
  background: #20539d;
}
::-moz-selection {
  background: #20539d;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	white-space: normal;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	margin: 20px 0;
	overflow: auto;
	padding: 20px 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
  margin: 0;
  padding: 60px 30px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size:20px;
  line-height: 30px;
  font-weight:lighter;
}
blockquote:before {
  font-family: fontAwesome;
  content: '\f10d';
  font-size: 2em;
  line-height: 0.1em;
  margin-right:10px;
  opacity:0.6;
}
blockquote p {
  display: inline;
}
blockquote cite,
blockquote small {
	font-style: normal;
	margin:10px 0 0;
}
blockquote cite{
	display: block;

}
blockquote em,
blockquote i {
	font-style: normal;
	
}
sub,
sup {
	font-size: 0.75rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

li > ul,
li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: top;
	max-width:100%;
	
	
}
.attachment img{
	opacity:1;
	
}
#lightbox img, .avatar{
	opacity:1;
}
.mm-link-overimage{
	vertical-align: top;
	width:100%;
	height:100%;
	display:block;
	text-align: center;
	z-index:430;
}
.mm-nolink-overimage{
	vertical-align: top;
	width:100%;
	height:100%;
	display:block;
	text-align: center;
	z-index:430;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
	display:inline-block;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}


.mejs-button button:hover{
	background:transparent ;
}


table {
	border-bottom: 1px solid #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

caption {
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ffffff;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.icon:before,
.menu-toggle:after,
.featured-post:before,
span.date a:before,
.mm-entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before, .widget-title:before, .widget_displaytweetswidget p:before{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 FontAwesome;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.clear,
.attachment .mm-entry-header:after,
.mm-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .mm-entry-header:before,
.attachment .mm-entry-header:after,
.mm-footer .widget-area:before,
.mm-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}
.date{
	font-weight: 100;
}
/* Assistive text */
span.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute ;
	line-height:0em;
	height:0;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto ;
	color: #21759b;
	display: block;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


.tooltip{
	position:absolute;
	padding:5px 10px;
	
}




/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% ;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-style: italic;
	font-weight: normal;
	font-size:15px;
	padding:5px 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
#mm-menu{
		display:none;
		float:right;
		padding:0px 20px;
		height: 44px;
	}
.site {
	background: transparent;
	margin: 0;
	max-width: 100%;
}

.site-main {
	/* padding:0px 0px 0px calc(1/6 * 100% ); */
	padding: 0;
	padding-top: 105px;
	display: block;
	
}
.mm-not-single{
	padding:5px 5px 5px calc(1/6 * 100% + 5px);
}
.site-main .sidebar-container {
	width:calc(1/5 * 100% );
	padding:0;
	bottom:0;
	float: right;
	height:100%;
}

.site-main .sidebar-inner {
	vertical-align: top;
	padding:2px;
}

.widget .mm-entry-thumbnail a:hover {
	color: #fff;
}

.site-main .sidebar-container {
		width: calc(1/5 * 100% );
}
	
.mm-post-container-single-sidebar {
	width: calc(3/5 * 100% );
}
	
.mm-under-left-bar{
	width: calc(1/7 * 100%);
}


.mm-leftbar-footer{
	width: calc(1/7 * 100% - 1px);
}

.mm-left-bar{
	position:absolute;
	display:block;
	width:100%;
	
	z-index:999;
	overflow-y:none;
	padding: 42px 46px 15px 46px;
}
.mm-left-bar.open {
	position:absolute;
	top:0;
	bottom:0;
}
/* .mm-left-bar {
	position:static;
	display:block;
	width:100%;
	height: 60px;
	z-index:999999;
	overflow-y:none;
	
	bottom: 0;   
    left: 0;
    overflow: hidden;
    padding: 0;   
    top: 0;
} */
	

	
.mm-loop article {
	width: 16.6%;
	width: calc(1/5 * 100% );
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}
	
.mm-loop article.mm-2col {
	width: 33.2%;
	width: calc(2/5 * 100%);
}

.mm-loop article.mm-3col {
	width: 49.8%;
	width: calc(3/5 * 100%);
}

.mm-loop article.mm-4col {
	width: 66.4%;
	width: calc(4/5 * 100%);
}
	
li.mm-carousel article {
	width: 20%;
	width: calc(1/5 * 100%);
}

.mm-loop.mm-1col article {
	width: 100%;
	width: calc(1 * 100%);
}

.mm-loop.mm-2col article {
	width: 50%;
	width: calc(1/2 * 100%);
}

.mm-loop.mm-3col article {
	width: 33.3%;
	width: calc(1/3 * 100%);
}

.mm-loop.mm-4col article {
	width: 25%;
	width: calc(1/4 * 100%);
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Logo and Title/Description
 * ----------------------------------------------------------------------------
 */

.mm-responsive{
 	height:0px;
}

.mm-logo{
	vertical-align: bottom;
	padding:0;
}

.mm-logo-title {
	margin: 0;
	padding:0;
	display:block;
	word-break:break-word;
	width:100%;
	overflow: hidden;
	
}

body.admin-bar .mm-logo-title {
	margin:32px 0  0;
}

.mm-logo-title img{
	margin:0;
	max-width:100%;
}

.mm-site-title {
    margin:0;
	padding:0;
	vertical-align: bottom;
}

.mm-site-description {
	display:block;
	margin:0;
	border-top:1px solid;
}

.mm-home-link{
	vertical-align: top;
	display: block;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
 /* Navbar */

#mm-menu{ 	
	z-index:9999999999999;
	display:block;	

	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 1px;
	right: 0.2%;
	
}
.closed #mm-menu{ 	
	background-image: url('src/icon_menu.png');
}	
.open #mm-menu{ 	
	background-image: url('src/icon_close.png');
	right: 0.2%;
}


/* .mm-left-bar {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	padding:0px;
	display:block;
	overflow: hidden;
} */

.mm-under-left-bar{
	position: fixed;
	top: 0;
	left:0;
	bottom:0;
	display: none;
	border-right:1px solid;
}

.mm-leftbar-footer{
	z-index:2;
	padding:0;
	display:block;
	min-height:20px;
	position:fixed;
	left:0;
	bottom: 0;
	width:14.2%;
	width:calc(1/7% - 1px);
}
 
.mm-top-bar{
	-moz-box-shadow: 4px 0px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 0px 5px -6px rgba(0,0,0,0.5);
	box-shadow: 4px 0px 5px -6px rgba(0,0,0,0.5);
	line-height:0.6;
	z-index:56;
}

.mm-top-bar-inside{
	max-width:200px;
	margin:0;
	padding:20px;
}
.mm-show-navbar,
.navbar{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;

	display:block;
	/* -webkit-transition: all 0.3s ease-in; 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; */
		  
	background-color: #ffffff;
	padding-top: 70px;	
}
.navbar{
	display: none;
}	


.navbar .navbar-collapse{
 	padding-left:0;
 	padding-right: 0;
}

.mm-navbar{
	padding:0;
	border-top:0;
	height: 45px;
	background-color: #2d519d;
	position: relative;
}
.mm-navbar.open {
	border: 0;
	background-color: #ffffff;
}
.mm-navbar h1 {
	float: left;
	width: auto;
	font-size: 26px;
	line-height: 45px;
	padding: 0 20px 0px;
	text-transform: uppercase;
	color: #ffffff;
	clear: none;	
}
.mm-navbar h1 a {
	color: #ffffff;
	position: relative;	
	padding-right: 20px;
	width: auto;
	float: left;
}
.mm-navbar h1 a img {	
    height: 0.7em;
    margin-top: -0.325em;
    position: absolute;
    right: 0;
    top: 50%;
}

.mm-navbar form {	
	padding: 0;
	margin: 0;
	border: 0;
	margin: auto;
	display: block;
	float: left;
	position: relative;
	width: 300px;
	height: 100%;
}

.mm-navbar input[type=text] {
	height: 18px;
	line-height: 18px;
	width: 300px;
	border: 0;
	font-size: 14px;
	margin: 0;
	padding: 0 20px 0 10px;
	font-family: 'Serifa-Bol';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	vertical-align: middle;
	-webkit-appearance: none;
    border-radius: 0;
	
	
}

/* do not group these rules */
::-webkit-input-placeholder {
    color: #ffffff;
	vertical-align: middle;	
	opacity: 1;

}
::-moz-placeholder {
    color: #ffffff;
	vertical-align: middle;
	opacity: 1;
	
}
:-ms-input-placeholder  {
	color: #ffffff;
	vertical-align: middle;	
	opacity: 1;

}
input:-moz-placeholder {
	color: #ffffff;
	vertical-align: middle;	
	opacity: 1;
}

.mm-navbar input[type=submit] {
	background: url("src/newsletter_go.jpg") no-repeat center transparent;
    border: medium none;
    cursor: pointer;
    padding-top: 0;
	padding-bottom: 0;	
    margin-left: -20px;   
    width: 20px;
	display: block;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0;
}

/* #yphplista_frame {
	height: 100%;
	float: left;
	position: relative;
}

.yphplista_resultmsg {
	border: none !important;
} */

#yphp_email {
	border: 0 !important;
	padding: 0px 6px !important;
}

.mm-navbar .nav-menu i,
.mm-navbar  .mm-top-search i,
.mm-navbar  .mm-social i{
	display:none;
}

.mm-navbar-inside{
	margin:0;
	position: absolute;
	top: 0;
	padding:0;
	background-color: #ffffff;
	width: 100%;
	
}

.mm-navbar-below{
	background:transparent;
}

.menu-main-container{
	display:inline-block;
}

.nav-menu{
	padding:0;
	
}

ul.nav-menu,
div.nav-menu > ul, ul.mm-secondary-menu, div.mm-secondary-menu > ul {
	margin: 0;
	padding: 0 ;
	
}

.nav-menu li {
	display: block;
	width:100%;
	padding:0px;
	
	text-align:center;
	border-bottom: 1px solid;
	position: relative;
}

.nav-menu li a {
	color: #000000;
}

.nav-menu li.separator {
	border-top:1px solid;
	height:0;
	opacity:0.2;
}

.nav-menu li.separator a {
	display:none;
	
}

.mm-secondary-menu li {
	margin:0;
	padding:5px 10px;
	display: block;
}

.nav-menu li a {
	display: block;
	text-decoration: none;
	margin:0;
	font-weight: lighter;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
		  
	padding: 0;	  
	font-size: 70px;
}

.mm-social li a {
	display: inline-block;
	text-decoration: none;
	margin:0;
	font-weight: lighter;
	
}

.nav-menu li i,
.mm-top-search .mm-search-form i,
.mm-social li  i{
	display:table-cell;
	vertical-align: middle;
	float:right;
	text-align:center;
	text-decoration: none;
	opacity:0;
}

.widget .mm-search-form i{
	float:right;
	text-align:center;
	text-decoration: none;
	display:none;
	vertical-align: middle;
}

.mm-social-opener:hover{
	cursor: pointer;
}

.nav-menu li a span.mimo-menu-title {
	display:inline-block;
	font-size: 55px;
	line-height: 50px;
}

.nav-menu li.active a span,
.nav-menu li a:hover span {
	color: #20539d;
}

.nav-menu li a span {
	display:none;
	-webkit-transition: all 0.2s ease-in; /* Changed here */ 
     -moz-transition: all 0.2s ease-in;
       -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.nav-menu li a span.dcjq-current-parent{
	float:right;
	position:absolute;
	right: 0;
	top:0;
	display:inline-block;
	padding:0;
	text-align:center;
}

.nav-menu li a span.dcjq-current-parent:after{
/* 	font-family: FontAwesome;
	content: "\f107"; */
	display: inline-block;
	
}
span.mm-hidden{
	display:none;
}
.nav-menu li a:focus {
	outline: -webkit-focus-ring-color auto 0px;
	
}

.sub-menu li {
	display:block;
	padding:0;
	
}


.sub-menu li a {
	display:block;
	font-size:14px;
	font-weight:lighter;
}
.nav-menu li .sub-menu li a span {
	font-weight:lighter;
}

.sub-menu{
	z-index: 999999;
	margin:0;
	padding:0;
	/* display:none; */
	
}


.nav-menu .sub-menu,
.nav-menu .children {
	border-top: 0;
	/* display: none; */
	padding: 0;
	z-index: 999999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.menu-toggle {
	display: none;
}


/* 3 level menu */
div.menu-menu-1-container ul li ul,
div.menu-menu-1-container ul li ul li ul {
	display: none;
}
div.menu-menu-1-container ul li.current_page_item ul {
	display: block;
}
div.menu-menu-1-container ul li.current_page_item ul > li ul{
	display: none;
}
div.menu-menu-1-container ul li.current_page_parent ul {
	display: block;
}

div.menu-menu-1-container ul li.current_page_parent ul > li ul,
div.menu-menu-1-container ul li.current_page_ancestor ul > li ul{
	display: none;
}
div.menu-menu-1-container ul li.current_page_parent ul > li,
div.menu-menu-1-container ul li.current_page_parent ul > li.current_page_item,
div.menu-menu-1-container ul li.current_page_parent ul > li.current_page_item ul,
div.menu-menu-1-container ul li.current_page_ancestor ul,
div.menu-menu-1-container ul li.current_page_ancestor ul > li,
div.menu-menu-1-container ul li.current_page_ancestor ul > li.current_page_item,
div.menu-menu-1-container ul li.current_page_ancestor ul > li.current_page_item ul{
	display: inline-block;
	line-height: 26px;
}

ul.menu li {
	width: 100%;	
	text-align: center;
	
}
ul.menu li.menu-item a {
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	background-color: #ffffff;
	
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	
}
ul.menu li.menu-item.current-page-ancestor a,
ul.menu li.menu-item.current_page_item a,
ul.menu li.menu-item.current-page-parent a {
	color: #20539d;
}

ul.menu li.menu-item ul.sub-menu {
	width: 100%;
}

ul.menu li.menu-item ul.sub-menu li a{
	width: auto;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	display: block;
	text-align: center;
	color: #000000;
	text-transform: none;
}

ul.menu li.menu-item ul.sub-menu li:first-child a,
ul.menu li.menu-item ul.sub-menu li:last-child a {
	text-transform: uppercase;
}

ul.menu li.menu-item ul.sub-menu li:last-child {
	width: 100%;	
}

ul.menu li.menu-item ul.sub-menu li {
	width: auto;
	display: inline-block;
	border-color: #ffffff;
	line-height: 26px;
}


ul.menu li.menu-item ul.sub-menu li a {
	color: #000000 ;
	margin: 0 5px;
}
ul.menu li.menu-item  ul.sub-menu li.current_page_item a,
ul.menu li.menu-item  ul.sub-menu li.current-page-parent a {
	color: #20539d;
}

ul.menu li.menu-item ul.sub-menu li.current_page_item,
ul.menu li.menu-item ul.sub-menu li.current-page-parent{
	
}

ul.menu li.menu-item ul.sub-menu li.current_page_item a,
ul.menu li.menu-item ul.sub-menu li.current-page-parent a {
	display: inline-block;
	margin: 0 5px;
}

ul.menu li.menu-item ul.sub-menu li.current_page_item ul.sub-menu,
ul.menu li.menu-item ul.sub-menu li.current-page-parent ul.sub-menu {
	display: inline-block;	
	width: auto;
}

ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.li.current_page_item,
ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.li.current-page-parent {
	float: left;	
	width: auto;
}
ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li,
ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current_page_item,
ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current-page-parent {
	float: left;
	width: auto;
}
ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li a{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	display: block;
	text-align: center;
	color: #000000;
	text-transform: none;
}

ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current_page_item a,
ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current-page-parent a {
	color: #20539d;
}

ul.menu li a:hover,
ul.menu li.menu-item ul.sub-menu li.menu-item a:hover,
ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li a:hover {
	color: #20539d;
} 


/*Menu widget */
.mm-main-container{
	padding:0 20px;
}

/* Totop & Search & Social Icons */

.mm-totop{
	z-index: 800;
	text-align: right;
	margin:0;
	display:inline-block;
	padding:0;
	position:fixed;
	right:46px;
	bottom: 0px;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.mm-totop .mm-inside-totop i,
.mm-totop .mm-inside-totop-social i{
	font-size: 28px;
	padding:8px 13px;
	border:0;
	-webkit-transition: all 0.4s ease-in; /* Changed here */ 
     -moz-transition: all 0.4s ease-in;
       -o-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
     margin:0 ;
	 color: #ffffff;
	
}

.mm-totop .mm-inside-totop {
	display:none;
	margin:0;
	text-align: center;
	color: #ffffff;
	background-color: #20539d;
}
.mm-totop .mm-inside-totop:hover {
	cursor: pointer;
}

.mm-totop .mm-inside-totop-social {	
	text-align: center;
	margin:0 ;
	margin-right:0 ;
	padding:0;
}

.mm-inside-totop-social a:hover .fa-facebook{
	color:#ffffff;
	background:#3B5998;
}

.mm-inside-totop-social a:hover .fa-twitter{
	color:#ffffff;
	background:#3dcaed;
}

.mm-inside-totop-social a:hover .fa-google-plus{
	color:#ffffff;
	background:#d34836;
}

.widget.widget_search,
.mm-page-content-fullwidth .widget.widget_search{
    padding: 0;
}

.mm-search .mm-inside-search,
.mm-search .mm-in-search{
	max-height:46px;
	overflow: hidden;
	margin:0;
	padding:0;

}

.mm-search .mm-inside-search i{
	display:table-cell;
	vertical-align: -50%;
	margin:0;

}

.mm-in-search{
	vertical-align: top;
	position: relative;
}
.sidebar-container .mm-in-search{
	width:100%;
	opacity:1;
	display:block;
	padding:0;
	float:none;
	margin:0;
}

.mm-search-form{
	padding:0;
	font-weight: 300;
}

#searchform{
	padding:0;
	
}

.sidebar-container .mm-search-form{
	float:none;
}

.mm-search-all{
	display:inline-block;
	vertical-align: bottom;
	position:fixed;
	left:100px;
	top:0;
	z-index:200;
	
}

.mm-top-search{
	max-height:60px;
	border-bottom:1px solid;
	overflow:hidden;
	position: relative;
	transition:all 1s linear;
	-webkit-transition:all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          width:100%;
}

.mm-top-search #s{
	min-width:calc(100% - 55px);
	display: inline-block;
	
}

#s{
	background:transparent;
	border:0;
	margin:0;
	opacity:1;
	max-width:75%;
	display: inline-block;
	transition:all 1s linear;
	-webkit-transition:all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.sidebar-container .textwidget {
	padding:0;
	
}

.sidebar-container .widget  {
	clear: both;
	
}

.mm-left-bar .mm-search-form{
	display:inline-block;
	padding:0;
	width:100%;
}

.mm-left-bar #searchform{
	display:inline-block;
	padding:0;
	width: 100%;
}

.widget_search{
	max-width:100%;
}

.widget_search .mm-search-form{
	padding:0;
}

.widget_search #searchform{
	width:100%;
}

.mm-social{
	padding:0;
	margin:0;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.mm-social li{
	display:block;
	list-style-type: none;
	border-bottom:1px solid;
	text-align: center;
	position:relative;
	cursor:pointer;
}

.mm-social li:first-child{
	display: block;
}


.mm-social li.mm-social-li{
	display:none;
}

.mm-social ul{
	margin:0;
	padding:0;
	width:100%;
}

.mm-social a span.mm-social-bold{
	font-weight: bold;
}

.mm-social .mm-social-li i{
	background: transparent;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding: 2px 20px; /* Don't cut off the webkit search cancel button */
	width: 100%;
	height:48px;
	background-color:transparent;
	
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search-form{
	display: inline-block;
	float:right;
	height:48px;
	margin:0;
	padding:0;
	width:33%;
	font-weight:300;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.mm-loop-loader{
	font-size:42px;
	padding:18px;
	position: absolute;
	top: 50%;
	left: 50%;
	display:inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grid-sizer{
	width: 20%;
	width: calc(1/5 * 100%);
	float: left;
}

/* Post type Add */

.type-add .mm-all-content{
	position: absolute;
	bottom: 15px;
	left:15px;
	background:transparent;
	text-align: center;
	opacity:0.9;
}

.type-add .mm-entry-header{
	border-bottom:0;
	color: #000000;
	padding:5px 10px;
	display: inline-block;
}

.type-add .mm-entry-header h2{
	
}

.mm-hover-content{
	position: relative;
}

.mm-hover-content .mm-all-content{
	margin:0;
	position: absolute;
	top:5px;
	right:5px;
	bottom: 5px;
	left:5px;
	z-index:450;
}

/*Sticky Post*/

.sticky h2.mm-entry-title{
	max-width:80%;
}

.mm-sticky{
	position: absolute;
	top:0px;
	right:0px;
	padding:15px;
	z-index:1000;
}

.mm-entry-thumbnail .mm-sticky{
	position: absolute;
	top:0px;
	right:0px;
	padding:15px;
	z-index:1000;
}



.mm-post-container {
	margin:0;
	padding:0;	
}


.mm-inside-post-container {
	padding:0;
	margin:0;
	display:block;
	position: relative;
	border:0;
	overflow: hidden;
	
}

.masonry .mm-inside-post-container {
	padding:0;
	margin:0;
	display:block;
	position: relative;
	border:0;
	overflow: visible;
	
}

.mm-post-container-single-sidebar{
	border-left:0;
	padding:0;
	margin:0;
	z-index: 100;
	float: left;
}
.mm-post-container-single-fullwidth{
	width:900px;
	padding:2px 0;
	margin:50px auto;
	z-index: 100;
	text-align: center;
}

.mm-post-container-single-fullwidth a{ 
	color: #20539d;
}

.mm-post-container-single-fullwidth .mm-page-content{
	padding:0;
}
.mm-post-container-single{
	width:100%;
	display:inline-block;
	border-left:0;
	padding:0px;
	margin:0;
	z-index: 100;
}
.content-area{
	padding:2px 25px;
	
}


.site-content{
	padding:0;
	margin:0 ;
	/* overflow: hidden; */	
}


.mm-nothing-found{
	width:100%;
}
.post{
	vertical-align:top;
	padding:0;
	margin:0;
	overflow:hidden;
	-webkit-transition: -webkit-transform 0.5s ease-in; /* Changed here */ 
     -moz-transition: -moz-transform 0.5s ease-in;
       -o-transition: -o-transform 0.5s ease-in;
          transition: transform 0.5s ease-in;

}
.slide{
	opacity:1;
	-webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mm-all-content{
	padding:0;
	margin:0;
	-webkit-transition: all 0.5s ease; 
	 -moz-transition: all 0.5s ease; 
	 -o-transition: all 0.5s ease; 
	 transition: all 0.5s ease;
	 z-index:450;
	 
}
.mm-inside-content{
	padding:0;
	border:0;
 	position: relative;
 	 z-index:100;
}

.mm-all-content .mm-arrow i{
	padding:0;
	margin:0;
}

.mm-excerpt{
	padding:20px 0;
	margin:0;
	text-align:left;
	font-weight:lighter;
	
} 

.mm-excerpt p{
	padding:0 5%;
	margin:0;
}


.mm-inside-content-single{
	margin: 0 auto;
	border-left:1px solid;
	border-right:1px solid;
	max-width:780px;
	position:relative;
	padding:30px 30px 90px;
	font-weight:lighter;
}

.mm-masonry .mm-inside-content-single{
	padding:0px;
}

.mm-masonry article{
	margin:0;
	width:100%;
}


.mm-masonry .mm-inside-meta-top-top{
	max-width:780px;
	margin:0 auto;
	border-right:0;
	border-left:0;
	padding:0;
	
}
.mm-masonry .mm-post-container-single-sidebar  .mm-post-container{
	border:0;
	padding: 0;

}
.mm-masonry .mm-post-container-single-sidebar .mm-inside-post-container{
	border:0;
	padding: 0;
	margin:0;
}
.mm-single-inner-content{
	position: relative;
	padding:2px ;
	background:transparent;
}

.mm-content-single{
	padding:0;
	margin:0;
}
.mm-content-single-top{
	padding:0;
	padding:2px;
	
}
.mm-subtitle-box{
	padding:0;
	padding:2px;
	
}
.mm-content-single-bottom{
	padding:0;
	padding:2px 2px 4px ;
	
}
.mm-content-single-box{
	padding:2px;
	margin:0;
	
}
.mm-cat-box{
	padding:0 2px 2px;
}
.mm-content-single img.fullwidth{
	padding:0;
	margin:0 -120px 0 -30px;
	width:calc(100% + 120px);
	display:block;
}
.mm-none-content{
	padding:0 45px;
	
}
.mm-page-content{
	padding:30px; 
	margin:2px;
}
.mm-page-content ul li:before,
.mm-single-inner-content ul li:before,
.mm-page-content ol ul li:before,
.mm-single-inner-content ol ul li:before{
	font-family: fontAwesome;
	content:'\f105';
	padding: 0 5px 0 0;
	display:inline-block;
	font-size:14px;
}

.mm-page-content .wc-shortcodes-tabs ul li:before,
.mm-page-content ol li:before,
.mm-single-inner-content ol li:before,
ol li:before,
.mm-page-content ol li ul li ol li:before,
.mm-single-inner-content ol li ul li ol li:before,
.mm-single-inner-content .comment-list li.comment:before,
.mm-page-content .comment-list li:before,
.mm-single-inner-content .flexslider li:before,
.mm-page-content .flexslider li:before
{
	font-family: fontAwesome;
	content:'';
	padding: 0;
	display:none;
	font-size:0px;
}

.wc-shortcodes-column-first p {
	margin: 0;
	text-align: right;
}
.wc-shortcodes-column-last p {
	margin: 0;
	text-align: left;
}

.sidebar .mm-entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .mm-entry-meta {
}

/* Mimo images hover*/
.widget_mm_portfolio .mm-image-hover{
	display: block;
}
.mm-image-hover{
	position: absolute;
	left:0;
	bottom:0;
	top:0;
	right:0;
	-webkit-transition: opacity 0.5s linear;
     -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
       -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
    z-index:300;
}
.post:hover .mm-image-hover { 
	opacity: 1;
    
}
.mm-image-hover i{
	color:#ffffff;
	position:absolute;
	top:50%;
	left:50%;
	margin:0;
	padding:20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
    font-size:42px;
    opacity:0.3;
}

.mm-icon-colored{
	
	position: absolute;
	bottom:0px;
	right:0px;
	margin:0;
	padding:15px;
	font-style: normal;
	font-size:18px;
	opacity:1;
}

.mm-hover-img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000000;
	-webkit-transition: all 0.3s ease-in-out;/* Changed here */ 
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index:400;	
}

.mm-thumbnail-no-slider .mm-hover-img{
	position:absolute;
	top:30px;
	bottom:30px;
	left:30px;
	right:30px;
}

.mm-img-opener {
	font-size: 16px;
	position:absolute;
	right:67px;
	top:0px;
	margin:0;
	padding:20px;
	z-index:500;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;/* Changed here */ 
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
}

a.mm-post-sharer {
	vertical-align:top;
	display: block;
	position:relative;
}

a.mm-post-sharer i{
	position:absolute;
	top:-15px;
	right:-15px;
	margin:0;
	display:inline-block;
	cursor:pointer;
	background:transparent;
	text-align: center;
	font-size:20px;
	line-height:20px;
	z-index:600;
	opacity:0;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

a.mm-swipebox i.mm-swipebox-icon {
	position:absolute;
	top:-15px;
	right:-15px;
	margin:0;
	display:inline-block;
	cursor:pointer;
	background:transparent;
	text-align: center;
	font-size:20px;
	z-index:99999900;
	opacity:0;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          padding:18px;
}

a.mm-swipebox  {
	vertical-align:top;
	display: block;
}

a.mm-post-sharer i {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	display:inline-block;
	padding:18px;
	
}

.mm-format-icon  {
	position:absolute;
	left:0;
	right:0;
	bottom:-17px;
	margin:0;
	z-index:500;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;/* Changed here */ 
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}

.mm-post-sharer:hover {
	text-decoration: none;

}

.mm-post-sharer a {
	color:#ffffff;

}

.mm-blog-slider{
	position: relative;
}

.mm-entry-thumbnail{
	display:block;
	min-height:45px;
	overflow:hidden;
	position: relative;
	clear:both;
	z-index: 10;
	padding: 21px;
	border: 0;
}
.mm-in-entry-thumbnail{
	overflow: hidden;
}
.mm-single-slider-content{
	border-bottom:1px solid;
	background:transparent;
}

.mm-single-slider-content.fullwidth{
	margin:0 -45px ;
	padding:30px 0;
	border-bottom:0;
	background:transparent;
}

.mm-entry-thumbnail-single{
	display:block;
	min-height:400px;
	clear:both;
	position: relative;
	overflow:hidden;
	border-left:1px solid;
	border-right:1px solid;
	max-width:780px;
	margin:0 auto;
	padding: 30px;
}

.mm-entry-thumbnail-slider{
	display:block;
	min-height:400px;
	clear:both;
	position: relative;
	padding:0;
}

.mm-entry-thumbnail-slider .flexslider{
	display:block;
	min-height:54px;
	clear:both;
	position: relative;
	overflow:hidden;
	border-left:1px solid;
	border-right:1px solid;
	max-width:780px;
	margin:0 auto;
	padding: 30px;
}


.mm-share-arrow{
	position: absolute;
	top:0;
	left:0;
	padding:30px;
	font-size: 24px;
	z-index:2000;
}



.mm-spinner{
	position:relative;
	margin: -15px 0 0 -15px;
	min-height:400px;
}

.mm-inside-entry-thumbnail{
	position:absolute;
	top:0;
	left:0;
	right:0
	bottom:0;
	width:100%;
	display:block;
	z-index:200;
}

.singlepadding{
	margin-top:33px;
}

.mm-entry-thumbnail img{
	-webkit-transition: all 0.3s ease-in-out;/* Changed here */ 
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
}

.mm-loop .post:hover .mm-entry-thumbnail.scale img{
	-webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);  	
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.mm-header, .archive-header {
	padding:15px 20px;
	margin:2px;
	background:transparent;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	border:1px solid;
}
.mm-page-header {
	padding:15px 20px;
	margin:01px;
	background:transparent;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	border:1px solid;
	
}
.mm-header h1, .archive-header h1,
.mm-page-header h1 {
	
}
.mm-single-header {
	padding:0;
	margin:0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	
	
}
.mm-single-separator {
	padding:0;
	margin:30px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	border-bottom:1px solid;
	-webkit-box-shadow: 0px 10px 2px -2px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 10px 2px -2px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 10px 2px -2px rgba(0, 0, 0, 0.03);
}
.mm-single-header h1 {
	line-height: 1.5em;
	
}

.mm-header h1, .archive-header h1 {
	padding:0;
	margin:0;
	vertical-align: top;
}

.widget-mm-subtitle p{
	opacity: 1;
	margin:0;
}

.widget-mm-subtitle {
	display:block;
	font-size: 16px;
	
}

.mm-entry-header{
 	padding:10px 30px 25px;
 	margin:0;
 	position:relative;
 	text-align: center;
}

 .mm-subtitle-header{
 	border-top:1px solid;
 	
}

.mm-page-title{
	padding:0 60px;
}

.type-page{
	padding:0;
}


.mm-entry-title, 
p.mm-entry-title, 
.widget .mm-all-content  a {
	padding:0px ;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	word-break: break-word;
	margin:0;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.h2.mm-entry-title a:hover{
	text-decoration: underline;
}

h2.mm-entry-title,
h2.mm-entry-title a {
	word-break: initial;
}

.mm-breadcrumbs{
	display: inline-block;
	padding:15 30px;
}

.mm-breadcrumbs a{
	font-weight: normal;
}

.mm-breadcrumbs i{
	display: inline-block;
	padding:0px 5px 0 0;
}

.mm-single-title{
	padding:90px 30px 45px;
	margin:0 auto;
	vertical-align: top;
	border-left:1px solid;
	border-right:1px solid;
	max-width: 780px;
}

.mm-subtitle{
	margin:0 auto;
	vertical-align: top;
	border-left:1px solid;
	border-right:1px solid;
	max-width: 780px;
	font-weight:lighter;
	font-size:22px;
	padding:15px 30px;
}

.mm-classic-title{
	padding:15px 15px 0 15px;
	margin:0 auto;
	vertical-align: top;
	border-left:0;
	border-right:0;
	max-width: 780px;
}

.mm-single-title h1{
	padding:0;
	margin:0 ;
	vertical-align: top;
	font-weight:normal;
	max-width:80%;
}

h2.mm-classic-title{
	margin:0 ;
	vertical-align: top;
	font-weight:normal;
	max-width:75%;
	font-size:28px;
}

.mm-content-classic{
	padding:0 15px 45px;
}

h1.mm-entry-title a:hover, 
h1.mm-entry-title-colored a:hover, 
body h1.mm-entry-title a:hover,
body h1.mm-entry-title-colored a:hover,.jsn-boostrap h1.mm-entry-title a:hover,
.jsn-boostrap h1.mm-entry-title-colored  a:hover{
 text-decoration: underline;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.mm-more-blog a{
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.mm-loop .mm-date a:hover, 
.widget .mm-date a:hover, 
.mm-masonry .mm-date a:hover, 
.mm-loop .mm-more-blog a:hover, 
.widget .mm-more-blog a:hover, 
.mm-masonry .mm-more-blog a:hover,
.mm-more-blog a:hover{
	text-decoration:underline;
}

.mm-more-blog{
	border-top:1px solid;
	display: block;
	-webkit-transition:all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
     
}

.mm-in-content .mm-more-blog{
	border-bottom:1px solid;
	
     
}

.mm-author{
	border-top:1px solid;
	margin:0;

}

.mm-author a span{
	display: inline-block;
}

.mm-more-blog p{
	display: inline-block;
	margin:0;
}

.mm-author img{
	float:left;
	margin:10px 0 10px 15px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	
}

.mm-more-blog i {
	text-decoration: none;
	margin: -2px 3px 0 0;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;


}

.mm-entry-meta-top i{
	display:inline-block;
	margin:0;
	text-align: center;
}

.mm-blog-author{
	display: block;
}

.mm-blog-author-link{
	display: block;
	margin:-6px 0 0;
}

.mm-blog-bottom{
	display: inline-block;
	padding:15px 0 0;
}

.mm-blog-author a{
	margin:4px 0 0;
	font-weight:normal;
}

.mm-more-link span{
	margin:-10px 0 0;
}

.mm-entry-meta-top,
.widget .mm-entry-meta-top{
	display: block;
	text-align: center;
	padding:0 30px;
}

.mm-post-container-single-sidebar .mm-entry-meta-top{
	display: block;
	margin:0;
	text-align: left;
}

.mm-entry-meta-top-top{
	margin:0;
	line-height:16px;
	border-bottom:1px solid;
	position: relative;
}

.mm-inside-meta-top-top{
	max-width:780px;
	margin:0 auto;
	border-right:1px solid;
	border-left:1px solid;
	padding:0;
	
}

.mm-entry-meta-top-single{
	padding:0;
	text-transform: none;
	margin:0;
	line-height: 20px;
	border-bottom:1px solid;
	position: relative;
}

.mm-inside-meta-top-single,
.mm-date-box{
	max-width:780px;
	margin:0 auto;
	border-right:1px solid;
	border-left:1px solid;
	position: relative;
	line-height: 1.6em;
}

.mm-date-box{
	padding:15px 20px;
}
.mm-date{
	display: inline-block;
}

.mm-inside-meta-top-single i{
	float:left;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	padding:8px 5px 0;
	font-size: 13px;
}

.mm-inside-meta-bottom-single{
	max-width:780px;
	margin:0 auto;
	border-right:1px solid;
	border-left:1px solid;
	padding:0;
	
	
}

.mm-inside-meta-top-single .mm-post-categories,
.mm-inside-meta-top-single .mm-entry-meta-top{
	padding:0;
}

.mm-entry-meta-top-tags{
	padding:0;
	text-transform: none;
	margin:0;
	line-height: 20px;
	position: relative;
	border-top:1px solid;
}

.mm-icon-container{
	padding:15px 0 15px 20px;
	display: inline-block;
}

.mm-entry-meta-top-single div{
	-webkit-transition: all 03s ease-out; /* Changed here */ 
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.mm-post-share,
.mm-post-comments,
.mm-post-likes{
	display: inline-block;
	float: right;
	transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    position: relative;
    font-weight: normal;
    
}

/* Rating */

.mm-rat-bar{
	padding:0;
	z-index: 600;
	display: block;
	opacity: 1;
}

.mm-rating-bar{
	padding:0;
	z-index: 600;
	height:4px;
	vertical-align: bottom;
	position:absolute;
	left:0;
	top:0;
	
}
.mm-rating-bar-bg{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:4px;
	z-index: 500;
	opacity: 0.7;
}

h2.mm-rating-value{
	display:inline-block;
	line-height:1em;
	font-weight: lighter;
}

.mm-post-container-single-sidebar h2.mm-rating-value{
	font-size: 52px;
	padding:0;
}

.mm-rating-number{
	display:inline-block;
	text-align: center;
	padding:10px 15px;
}
.mm-rating-text{
	font-weight:bold;

}

.mm-single-number{
	text-align: center;
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
	z-index:2;
}


.mm-read-more{
	display:block;
	margin:0;
	border-top:1px solid;
	
}
.mm-read-more:hover{
	border-top:0px solid;
	border-right: 0px solid;
}
.mm-read-more i{
	display:inline-block;
	margin:0 5px 0 0;
}
.mm-likes{
	display:block;
	margin:0;
	padding:15px;
	z-index: 600;
	position: absolute;
	bottom:0px;
	left:0;
	opacity: 0.8;
}
.mm-likes i{
	margin-right: 3px;
}
.mm-comments{
	display:inline-block;
	margin:0;
	padding:0px;
	z-index: 600;
	vertical-align:bottom;
}

.mm-post-categories{
	margin: 0;
	display:inline-block;
	padding:2px;
	border-left:2px solid;
}
.mm-post-categories{
	opacity: 1;
	
}
.mm-absolute-meta{
	position: absolute;
  	top: -15px;
  	left: -45px;
  	
  	z-index: 900;
  	border-bottom:0;
  	opacity: 0.8;
}

.mm-post-categories-single{
	padding: 0px;
	margin: 0;
	display:inline-block;
	
}

.mm-post-icon{
	padding: 18px 23px;
	margin: 0;
	display:inline-block;
	font-size: 24px;
	vertical-align: top;
	border-right:1px solid;
}

.widget .post-categories li,
.post-categories li{
	padding:0;
	border-bottom:none;
	display:inline-block;
}

.mm-entry-meta-top .post-categories a,
.widget .post-categories a{
	display:inline-block;
}

.mm-entry-meta-top .categories-span{
	text-transform: none;
}

.mm-entry-meta-top span{
	margin:0;
	padding:0;
	
	
}

.mm-meta-not{
	margin:0;
	padding:0;
	padding:0;
}

.mm-entry-meta{
	padding:5px 0 0;
	
}

.mm-entry-meta-row{
	display:inline-block;
	text-align: center;
	margin:0;
	vertical-align: top;
}

.mm-meta{
	font-weight: 700;
	margin:0;
	padding:20px 0;
	text-transform: uppercase;

}

.entry-content-single i{
	padding:0;
	display: inline-block;
	margin:0;
	font-size: 12px;
}

.mm-entry-meta-top span,
.mm-entry-meta-bottom span{
	padding:0;
	margin:0;
	line-height:1.2em;
	
}

.mm-icon{
	z-index:200;
	position:absolute;
	bottom:20px;
	right:20px;
	text-align: center;
	font-size: 40px;
	width:70px;
	height:70px;
	line-height:62px;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border:1px solid;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

/* share */

.mm-share{
	margin:15px 0 30px;
	text-align:center;
	
}

.mm-share h4{
	margin:-20px auto 15px;
	font-style: italic;
	width:115px;
	font-weight: normal;
	font-size:22px;
}

.mm-share li{
	text-align:center;
	display:inline-block;
	list-style-type: none;
}

.mm-share ul{
	margin:0;
	padding:0;
	width:100%;
}

.mm-share i{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	font-size:14px;
	padding:15px;
	border:1px solid;
	min-width:45px;
	margin-right:4px;
	opacity: 0.5;
}

/* Single view */

.content-area-sidebar{
	width: 769px;
	display:inline-block;
	float:left;
	
}

.mm-related-articles{
	padding:0;
	border-top:1px solid;

}
.mm-related-articles .post-categories a{
	font-size:14px;
}
.mm-slider-related{
	position: relative;
	padding:0;

}
.mm-slider-related .mm-entry-meta-top{
	position: relative;
	padding:15px 0;
	text-align:left;
}
.mm-inside-related{
	padding:0;
	margin:0 auto;
	max-width:780px;
	border-left: 1px  solid;
	border-right: 1px  solid;
}
.mm-inside-category{
	padding:0;
}
.mm-inside-category ul{
	padding:0;
}
.mm-inside-category p{
	padding:0px 0px 0px 40px;
}
.mm-slider-related article{
	padding:0;
	vertical-align: top;
	border-bottom: 1px solid;
}
.mm-slider-related article:nth-child(3){
	padding:0;
	vertical-align: top;
	border-bottom: 0px solid;
}
.mm-slider-related ul li a, .mm-category-articles ul li a{
	margin:0;
}

.mm-related-articles h3,
.mm-category-articles h3 {
	padding: 0 30px;
	font-weight: normal;
	margin:0;
}
.mm-related-articles .mm-entry-title a {
	text-transform: none;
}
.mm-related-articles .mm-entry-title {
	font-weight: normal;
	padding:0;
	margin:0;
}
.mm-related-articles .mm-entry-header{
	padding:15px 45px;
	margin:0;
	text-align: left;
}
.mm-related-articles .mm-entry-meta-top,
.mm-related-articles .mm-more-related{
	padding:15px 45px;
	margin:0;
}
.mm-entry-thumbnail-related {
	margin:0;
	padding:0 0 15px;
	
}
.mm-entry-thumbnail-related img{
	clear: both;
	border:1px solid;
	padding:0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.mm-all-content-related{
	padding: 0;
	text-align:left;
}
.mm-more-related{
	padding:12px 0px ;
	margin:0;
	font-size:16px;
	display: block;
	-webkit-transition:all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
.mm-more-related a{
	display: inline-block;
	font-size:15px;
}
.mm-more-related p{
	display: inline-block;
	margin:0;
}
.mm-more-related i {
	padding: 5px 0 ;
	float:right;
	font-size:16px;
}

/* Side menu */
.ca-menu li:hover .ca-sub{
    opacity: 1;
    animation: moveFromBottom 300ms ease-in-out;
}
/* Page links */
.page-links {
	clear: both;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
	font-weight:300;
}

.page-links a,
.page-links > span {
	border: 1px solid;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Media elements */

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

/* Video embeds */

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 57.25%;
}
 
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin: 0px;
	padding:0 ;
	text-align:center;
}

.gallery-item {
	display: inline-block;
	padding: 0 5px 5px 0;
	position: relative;
}


.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	margin: 0 0 20px;
	width:100%;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

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

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

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

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

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

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

.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-caption {
	margin: 0;
	opacity: 0;
	max-height:50%;
	padding: 10px 10px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right:0px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	
}



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

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


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

.mm-colored-format{
	height:4px;
	width:100%;
	opacity:1;
}
.mm-white{
	height:4px;
	width:100%;
	opacity:1;
}

/**
 * 5.5.1 Page view
 * ----------------------------------------------------------------------------
 */

.mm-page-content{
	padding:60px;
	overflow: hidden;
	font-size:17px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
}
.mm-page-content p{
	font-size:17px;
	line-height:26px;
	
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment{
	
	display:inline-block;
	padding:0;
	border-bottom: 6px solid rgb(0, 0, 0); 
	border-bottom: 6px solid rgba(0, 0, 0, 0.02); 
	margin:0px 0.2% 0px 0px;
}
.attachment .attachment{
	margin:0px 0px 40px 0px;
}
.attachment .hentry {
	margin: 0;
	padding: 0;
}

.attachment .mm-entry-header {
	margin-bottom: 0;
	padding: 30px 0;

}


.attachment .mm-entry-meta-image {
	padding: 0 20px;
	text-align: center;
}

.hentry.attachment:not(.image-attachment) .mm-entry-meta {
	max-width: 104px;
}

.attachment footer.mm-entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .mm-entry-meta a,
.attachment .mm-entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
	margin: 0;
	text-align: left;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

/* Post Navigation */ 

.mm-post-navigation{
	clear: both;
	margin:4px 2px;
	-webkit-transition:all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
    display:inline-block;
    padding: 15px 25px;
}

.mm-next, .mm-prev{
	display:inline-block;
	vertical-align: top;
	font-size:24px;
}

.mm-next{
	padding: 0 0 0 15px;
}

.mm-post-navigation a i,
.mm-nav-links a i {
	text-align: center;
}

.mm-prev-post{
	display:inline-block;
}

a.mm-prev-post, a.mm-next-post{
	font-style: none;
}


/* Page navigation */

.mm-page-nav  a:hover {
	text-decoration: none;
}
.mm-page-nav {
	margin:2px;
    opacity:0;
    display:inline-block;
    padding:0;
    font-size:28px;
    overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s ease-in; /* Changed here */ 
     -moz-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
    
}
.mm-masonry-nav {
	position: relative;
	margin:2px 2px 2px 2px;
    opacity:0;
    display:inline-block;
    padding:0;
    font-size:28px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in; /* Changed here */ 
     -moz-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
}

.single .mm-page-nav{
	 margin:2px 2px 0px 2px;
}
.mm-page-nav  .mm-nav-links {
	margin: 0;
	vertical-align: top;
	
}
.sidebar .mm-page-nav  .mm-nav-links {
	padding: 0;
}
.mm-page-nav  .mm-nav-next {
	padding:14px;
	display:inline-block;
}
.mm-page-nav  .mm-nav-previous {
	padding:14px;
	display:inline-block;
}

.mm-nav-links{
	width:100%;
	
}
.mm-bottom-page{
	height:62px;
	clear: both;
}

/* Loading Messages*/

.mm-loading{
	padding:18px;
	position: relative;
	text-align: center;
	height: 64px;
	width:64px;
}

.spinner{
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
}
#mm-loading .msg{
	display:none;
}


/* Page filter */

.mm-filter{
	margin:0;
	padding:2px;
	
}
.mm-filter ul li{
	display:inline-block;
	vertical-align: top;
	text-align: center;
	border-left:1px solid;
	margin:0;
	line-height: 0em;
	font-weight: lighter;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
.mm-filter ul li:first-child{
	border-left:0;
}

.mm-filter ul{
	display:block;
	margin:0;
	padding:0;

}

.mm-filter ul li a:hover{
	text-decoration: none;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.mm-author-title {
	padding:30px;
	margin:0;
	vertical-align: top;
}

.mm-author-title h3{
	display: inline-block;
	line-height:24px;
	font-size:16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0px;
}

.mm-author-title .fa {
	float:right;
}

.author-info-item{
	display: inline-block;
	float:right;
	padding:2px 10px;
}

.author-info {
	margin: 0 ;
	padding:0;
	overflow: auto;
	width: 100%;
	border-top:1px solid;
	border-bottom:1px solid;
}

.author.sidebar .author-info {
	padding: 20px;
}

.author-avatar .avatar {
	margin: 0;
	clear: both;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border:1px solid;
}

.author-avatar{
	display: inline-block;
	vertical-align: top;
	float:left;
	padding:0 15px 0 0;
	
}

.author-bio{
	margin:0;
	padding: 0;
}

.author-description .author-title {
	clear: none;
	font-weight: 400;
	margin:0;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
}

.author-description  {
	display: block;
	padding:30px;
}

.author-link {
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

.mm-author-meta{
	clear: both;
	position: relative;
	margin:0;
	padding:15px 0 5px 60px;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-title,
.archive-meta {
	margin: 0 auto;
	display:block;
	clear:both;
	padding:0 20px;
	
}

.archive-meta {
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	
}

.page-title {
	font-weight: 300;
	margin: 0;
	max-width: 100%;
	padding: 30px 0;
	
}

.page-content {
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
	position:relative;
}

.sidebar .page-content {
	margin: 0 ;
	padding: 0px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */


.error404 .page-header,
.error404 .page-content {
	margin: 0;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
.mm-comment-bubble {
	display:block;
	position: relative;
	padding:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin:0;
	
}
.mm-author-avatar img{
	border-radius: 50%;
	margin:-2px 0 0;
}
.mm-author-avatar {
	position: absolute;
	left:0;
	top:20px;
}

.mm-comment-bubble .mm-entry-meta-top{
	padding:20px 0;
	margin:0 0 20px;
	
}
.mm-comment-bubble .mm-entry-meta-top a{
	
}
#respond{
	max-width: 780px;
	margin:0 auto;
	border-left: 1px solid;
	border-right: 1px solid;
}
 #comments h3, 
 #respond h3,
 #comments h3.comments-title{
 	font-size:18px;
	line-height:30px;
	font-weight: bold;
	display: inline-block;
 }
 .mm-comments-header,
 .mm-reply-title{
 	font-size:18px;
	line-height:30px;
	margin:0 auto;
	vertical-align: top;
	border-left: 1px solid;
	border-right: 1px solid;
	max-width:780px;
	font-weight: bold;
	
 }

 .mm-reply-title h3{
 	padding:15px 20px;
 }

.mm-comments-header i,
.mm-reply-title i{
 	display:none;
 }

.mm-reply-header{
 	margin:2px 2px 0 2px;
 }

.comments-area{
	padding: 2px;
	border:0;
}

.must-log-in,
.comment-respond iframe {
	display: block;
	width: 100%;
	padding:30px 60px;
}

.mm-comment-list{
	padding:0;
}

.mm-inside-comment-list{
	padding:30px ;
	border-left: 1px solid;
	border-right: 1px solid;
	max-width:780px;
	margin:0 auto;
}

.comment-list {
	
	padding:0;
	
}

.mm-author-avatar{
	float:left;
	display:inline-block;
	padding:0;
}

.mm-author-meta{
	display:inline-block;
}

.mm-comment-body{
	display:block;
	padding:0 ;
	position: relative;
}

.mm-comment-meta-top{
	margin:0;
	border-bottom:1px solid;
	display: block;
}

#respond h3.comment-reply-title {
	max-width: 780px;
	margin:0 auto;
	border-left: 1px solid;
	border-right: 1px solid;
	
}

.mm-comment-form{
	margin:0 2px 2px;
}


.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	padding:30px;
}

.comments-title {
	
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	margin:0;
	padding:0;
}

.comment-list .children li .mm-comment-bubble {
	padding: 0 0 0 45px;
}

.comment-list .children .children li .mm-comment-bubble {
	padding: 0 0 0 90px;
}

.comment-list .children .children .children li .mm-comment-bubble {
	padding: 0 0 0 135px;
}

.comment-list .children .children .children .children li .mm-comment-bubble {
	padding: 0 0 0 180px;
}

.comment-list .children .children .children .children .children li .mm-comment-bubble {
	padding: 0 0 0 225px;
}

.comment-list .children .children .children .children .children .children li .mm-comment-bubble {
	padding: 0 0 0 260px;
}

.comment-list .children .children .children .children .children .children .children li .mm-comment-bubble {
	padding: 0 0 0 305px;
}

.comment-list .children .children .children .children .children .children .children .children li .mm-comment-bubble {
	padding: 0 0 0 350px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
	height:0;
	margin:0 0 -2px 0;
}

.comment-body {
	padding: 30px 0;
	position: relative;
	margin:0;
	text-align: left;
}

.comment-author {
	float: left;
	padding:0 20px 0 0;
	height:100%;
	text-transform: uppercase;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
	width:50px;
	height:50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	
}

.children .comment-author .avatar {
	display: block;
	margin-bottom: 10px;
	width:50px;
	height:50px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	display:inline-block;
	float:right;
	
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.mm-comment-content{
	padding:10px 0 0 60px;
}

.comment-reply-link{
	padding:15px ;
	font-style: italic;
	position: absolute;
	top:0;
	right: 0;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata time{
	font-weight: 300;
	font-size: 10px:;
}

.comment-metadata{
	padding:0px;
	margin:0;
}

.comment-metadata a{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}

.comment-list .reply {
	font-style: italic;
	display:inline-block;
	float: right;
}

.comment-meta,
.comment-meta a {
	
}

.comment-meta a:hover {
	color: #fff;
}

.ping-meta {
	line-height: 2;
}

.comment-awaiting-moderation:before {
	content: "\f05a";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

/* Comment form */

.mm-reply-title{
	border-left: 1px solid;
	border-right: 1px solid;
}

.mm-reply-title h3{
	font-size: 18px;
	font-weight: bold;
	display:inline-block;
}

.comment-respond {
	padding:0;
	margin: 0;
	border-top:1px solid;
	
}

.comment-respond form{
	padding:30px;
}

.comment-respond form label{
	padding:0 0 15px;
}

.comment .comment-respond {
	margin: 0;
	padding: 0;
}

.comment-reply-title small a {
	display: inline-block;
}

.comment-reply-title small a:hover {
	text-decoration: none;
}



.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 30px;
	

}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
	margin-bottom: 8px;
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label,
.comment-form .comment-form-comment label {
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	padding: 5px 0 15px;
	width: 100%;
	display: block;
}

.comment-form .required {
	
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] ,
textarea {
	font-size:16px;
}

.comment-form textarea {
	width: 100%;
	background: transparent ;
	padding:10px 20px;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size:13px;
	line-height: 20px;
	margin:0 0 60px;
}

.form-allowed-tags code {
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	margin: 0 auto;
	padding: 15px 30px;
	max-width: 780px;
	border-left:1px solid;
	border-right:1px solid;
	border-top:1px solid;
}
.comment-navigation .nav-next{
	float:right;
	display: inline-block;
}
.comment-navigation .nav-previous{
	display: inline-block;
}

.no-comments {
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
	border-top:1px solid;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}
.comment.content p{
	margin:0px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 5.13 shortcodes
 * ----------------------------------------------------------------------------
 */

.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a,
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a,
.wc-shortcodes-tabs ul.wcs-tabs-nav .wcs-state-active a,
.wc-shortcodes-tabs ul.wcs-tabs-nav li a{
    font-weight: normal;
}

.wc-shortcodes-pricing .wc-shortcodes-pricing-header,
.wc-shortcodes-button:visited, 
.wc-shortcodes-button{
	border:0px ;
	border-top:0px ;
}

.wc-shortcodes-pricing-header h5,
.wc-shortcodes-button-inner{
	text-transform: uppercase;
}

.wc-shortcodes-button{
	padding:10px 15px;
}

.mm-single-inner-content .wc-shortcodes-tabs ul.wcs-tabs-nav li:before,
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active a:before,
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a:before{
	display: none;
}

.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a,
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a,
.wc-shortcodes-tabs ul.wcs-tabs-nav li a{
	padding:15px;
}

.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a:before {
    display:none;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	width: 100%;
}
.sidebar-showcase .widget{
	border:0;
	padding:20px;
	
}

/*Showcase sidebar */

.sidebar-showcase{
	margin:0 0 20px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */


/* Rss widget*/

.widget.widget_rss ul{
	padding:0 45px;
}
.widget.widget_rss ul li a{
	padding:30px 0 0;
	border-bottom: 0;
}

 /* Tags widget */

 .mm-tags{
	padding:0;
	display: inline-block;
}
.mm-inside-tags{
	padding:20px;
	margin:0 auto;
	border-left:1px solid;
	border-right:1px solid;
	max-width:780px;
}

.tags-links {
	word-break: break-word;
}


.widget_tag_cloud .widget-title{
	position:relative;
}
.widget_tag_cloud .widget-title:after{
	content:'\f02c';
}

.widget .tagcloud{
	display:block;
}

.widget_tag_cloud .tagcloud a{
	
	padding:0;
	margin:0 3px 0 0;
	display:inline-block;
	transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.mm-tags a{
	
	margin:0 3px 0 0;
	display:inline-block;
	border:0px solid;
	transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.mm-tags i{
	
	margin:0 3px 0 0;
	
}

.tagcloud a{
	padding:0;
	margin:0;
	display:inline-block;
	
}

.tagcloud a:hover{
	text-decoration:underline;
	
}

.tagcloud i{
	padding:0;
}

.mm-tagged{
	display: inline-block;
}

/*Button Widget */

.mm-button{
	display:block;
	padding:10px 30px;
	border:1px solid;
}

.mm-in-button{
	display:inline-block;
	padding:0;
	margin:20px 0;
	text-align:center;
	font-weight: 300;
	
}


.mm-button a, body .jsn-bootstrap .mm-button a{
	vertical-align:baseline;
	font-weight:300;
	text-transform:uppercase;
	font-size:14px;
	
}
.mm-button a:hover, .jsn-bootstrap .mm-button a:hover{
	text-decoration: none;
	
}

.mm-button-left{
	 text-align:left;
}
.mm-button-center{
	 text-align:center;
}
.mm-button-right{
	 text-align:right;
}

.mm-thebutton {
	
	display:inline-block;
	vertical-align: middle;
	text-align: center;
}

.mm-thebutton:active, .mm-insmall-button:active {
	padding-top: 15px;
    margin-bottom: -1px;
}
.mm-thebutton, .mm-thebutton:hover, .mm-thebutton:active {
	outline: 0 none;
	text-decoration: none;
	
	
}

.mm-insmall-button a, .mm-insmall-button a:hover{
	
	
}

.mm-button i{
	margin-left:-10px;
}

.white .mm-button a{
	color:#ffffff;
	background:transparent;
}

.white .mm-button {
	color:#ffffff;
	background:transparent;
	border:1px solid #ffffff;
}

/* Mimo Count */

.widget_mm_count .mm-count-content{
	position: absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	opacity:1;
}

.widget_mm_count .mm-read-more
{
	padding:0;
	border:0px solid;
	display:inline-block;
	margin: 0;
}

.widget_mm_count .mm-read-more a:hover
{
	background: transparent;
}

.mm-social-count i{
	margin:0;
	font-size:34px;

}

.mm-social-count .mm-count{
	text-align:left;
	margin:0;
	position: relative;
}

.mm-count{
	text-align:center;
	margin:0;
	width:100%;
	line-height: 100%;
}

.mm-inside-count{
	position: absolute;
	bottom:0;
	width:100%;
	margin:0;
	opacity:0;
	color:#ffffff;
}

.mm-inside-count a {
	color:#ffffff;
}

.mm-count a{
	line-height:60px;
	text-transform: uppercase;
	
}

.mm-count-content:hover .mm-count a{
	color:#ffffff ;
}

.mm-count-icon{
	position:absolute;
	top:50%;
	left:50%;
	font-size:58px;
	width:75px;
	height:75px;
	margin:-35px 0 0 -35px;
	
}

.mm-post-container:hover .mm-social-twitter{
	color:#fff;
	background:#3dcaed;
}

.mm-post-container:hover .mm-social-facebook{
	color:#fff;
	background: #1c4892;
}

.mm-post-container:hover .mm-social-youtube{
	color:#fff;
	background: #e52d27;
}

.mm-post-container:hover .mm-social-google{
	color:#fff;
	background: #d34836;
}

.mm-post-container:hover .mm-social-instagram{
	color:#fff;
	background: #517fa4;
}

.mm-post-container:hover .mm-social-steam{
	color:#fff;
	background: #1c4892;
}

.mm-post-container:hover .mm-social-soundcloud{
	color:#fff;
	background: #f05100;
}

.mm-social-google,
.mm-social-twitter,
.mm-social-facebook,
.mm-social-youtube,
.mm-social-instagram,
.mm-social-steam,
.mm-social-soundcloud{
	transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.mm-social-text{
	font-weight:400;
}

/* Mimo Newsticker */

.widget_mm_newsticker, .mtphr-dnt-tick-container{
	padding:20px;
}
 /* Frases */

 
 /* Frase Widget */

.black, .black h1, .iconblack{
	background:#000000;
	color:#ffffff;
}

.mm-frase{
	 width:100%;
	 position:relative;
	 padding:0;
}

.mm-frase .left{
	 text-align:left;
}

.mm-frase .center{
	 text-align:center;
}

.mm-frase .right{
	 text-align:right;
}

.mm-in-frase{
	 max-width:100%;
	 padding:15px;
}

.mm-thefrase{
	 margin:0;
}

.frase-small{
 	font-size:18px;
	 line-height:28px;
	 vertical-align: top;
}

.frase-medium{
	font-size:24px;
	 line-height:36px;
	vertical-align: top; 
}

.frase-big{
	font-size:36px;
	 line-height:42px;
	vertical-align: top; 
}

/* Panel Site Origin Page Builder Plugin */

.widget .origin-widget.origin-widget-testimonial-simple-clean{
	padding: 30px;
	border:0;
}
.widget .origin-widget.origin-widget-testimonial-simple-clean .testimonial-image-wrapper {
	border-radius: 50%;
}
.panel-grid-cell{
	min-height:0;
}
.site-main div[id^="pg"],.site-main  .panel-grid-cell .panel{
	
	margin-bottom:4px;
}

.site-main .panel-grid-cell{
	padding:0;
}

.panel-row-style-wide-grey {
  margin: 0;
  padding:0;
  width:100%;
  clear: both;
}


/*Like this Plugin*/

a.likeThis{
	margin:0;
}

/* Wp Twitter Feed widget*/

.wptt_TwitterTweets ul.light li.tweets_avatar{
	padding:0 ;
	border:0;
	border-bottom:1px solid;
	border-radius:0 ;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px ;
}
.wptt_TwitterTweets ul.light li.tweets_avatar:last-child{
	border-bottom:0;
}

.wptt_TwitterTweets .times{
	padding:0;
	text-transform: lowercase;
	border-top:1px solid;
	display:block;
	float:none ;
}

.wptt_TwitterTweets.widget ul li a:before {
font-family: icomoon;
content: '';
padding: 0 ;
display: inline-block;
font-size: 0;
}

/*Easy twitter fedd widget */

.widget-easy-twitter-feed-widget-row{
	padding: 0 45px;
}
/* Latest Tweets Widget*/

.widget.widget_latest_tweets_widget ul li a:before{
	display:none;
}

.widget .latest-tweets ul li{
	border-bottom:1px solid;
	padding:15px 0;
}

.widget .latest-tweets ul li:last-child{
	border-bottom:0;
}

/* Display tweets widget */

.widget_displaytweetswidget {
	padding:0 0 0px;
}

.widget_displaytweetswidget .muted{
	margin:0;
}

.sidebar-container .widget_displaytweetswidget .mm-tweet-date p{
	margin:0;
	
}

.widget_displaytweetswidget .mm-tweet-date{
	border-top: 1px solid;
}

.sidebar-container .widget_displaytweetswidget .mm-tweet-text p{
	margin:0;
	padding:0;
}

.widget_displaytweetswidget {
	padding: 0px 0 30px;
	
}

.widget_displaytweetswidget .widget-title{
	border-bottom:0;
	
}

.dk_container {
  padding:15px;
  min-width:200px;
  
}

.dk_container:focus {
    outline: 0; 
}

.dk_container a {
    cursor: pointer;
    text-decoration: none; 
}

.dk_toggle {
  border: 1px solid ;
  padding: 7px 45px 7px 10px;
  position: relative; 
  width:100%;
   min-width:200px;
   -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0 0px 0px rgba(0,0,0,0.5);
}

.dk_toggle:hover, .dk_toggle:focus {
    border-color: #8c8c8c; 
}

.dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B; 
}

.dk_open {
 	z-index: 10; 
}

.dk_options {
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.5);
	box-shadow: 0 0px 0px rgba(0,0,0,0.5);
    border:2px solid;
}

.dk_options a {
    padding: 0px 10px; 
}

.dk_options a:hover, .dk_options:focus,
.dk_options .dk_option_current a {
    text-decoration: none;
}

.dk_options li:last-child a {
    border-bottom: none; 
}

.dk_options .disabled {
    cursor: default; 
}

.dk_options .disabled a {
    color: #aaa; 
}

.dk_options .disabled:hover, .dk_options .disabled:hover a
.dk_options .disabled:focus, .dk_options .disabled:focus a {
      cursor: default;
      background-color: #fff;
      border-bottom-color: #999;
      text-shadow: none; 
}

.dk_options_inner {
  border: 1px solid;
  max-height:300px;
}

.dk_container a {
    outline: 0; 
}

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; 
}

.dk_open {
  position: relative; 
}

.dk_open .dk_options {
    display: block; 
}

.dk_open .dk_label {
    color: inherit; 
}

.dk_options {
  display: none;
  margin-top: 5px;
  position: absolute;
  left: 0;
  min-width:250px; 
}

.dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; 
}

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; 
}

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; 
}

.dk_mobile {
  position: relative; 
}

.dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; 
}

/* Ig Lists */

.ig-list-content{
	padding:5px 10px 0 0;
}

/*General widgets & Widget elements */

.widget{
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	clear: both;
	margin:0 0 4px;
	position: relative;
	padding:0 0 30px;
}
.widget.widget_simpleimage{
	padding:0;
}
.mm-page-content-fullwidth .widget{
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	clear: both;
	margin:0 2px 4px;
	position: relative;
	padding:15px;
}
.mm-page-content-fullwidth .textwidget{
	padding:15px;
}
.widget .mm-date-box{
	padding: 0;
}

.widget .dk_options_inner li a{
  border-bottom:1px solid;
}

.whistle-title:after{
	display: none;
}



.widget-title {
	background:transparent;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	clear: both;
	padding:0;
	margin:0;
	border-bottom:1px solid;
	position: relative;
	position: relative;
}

.whistles-toggle .whistle-title:first-child, .whistles-accordion .whistle-title:first-child{
	border-top-width:0;
}

.whistles-toggle .whistle-title, .whistles-accordion .whistle-title{
	border:0;
}

h3.widget-title,
.widget-title h3,
h2.widgettitle{
	padding: 10px 0px;
	font-size:15px;
	line-height: 29px;
	margin:0;
	vertical-align: top;
	font-weight:bold;
	display: inline-block;
	text-transform:uppercase;
}

h2.widget-title {
	padding: 10px 0px;
	font-size:15px;
	line-height: 29px;
	margin:0;
	vertical-align: top;
	font-weight:bold;
	display: block;
	text-transform:uppercase;
}

.widget-title h3 span{
	padding: 8px 15px 0 0;
	font-size:15px;
	margin:0;
	vertical-align: top;
	font-weight:bold;
	display: inline-block;
	text-transform:uppercase;
}

.sidebar-container .widget p {
	padding:0 20px;
}

.sidebar-container .widget p{
	margin: 0;
}

.sidebar-container .widget p.simple-image{
	padding:15px;
	margin:0 0 ;
}

.whistles-tabs .whistles-tabs-nav{
	border-bottom:1px solid;
}
.sidebar-container .widget_simpleimage.widget p{
	margin:0;
}

.sidebar-container .widget_simpleimage p.more {
	margin:0;
	border-top: 1px solid;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding:0;
}

.widget ul li {
	list-style-type: none;
	margin: 0;
	padding:0;
	display:block;
	vertical-align: top;
	position: relative;
	
}

.widget ul li a {
	margin: 0;
	padding:0px;
	border-bottom:0px solid;
}

.widget_recent_comments ul#recentcomments img.avatar {
background-color: transparent;
border: 1px solid ;
box-shadow: none;
padding: 0;
margin: 0;
border-radius: 50%;
}

.widget_recent_comments ul#recentcomments .alignleft {
height:100%;
float: left;
clear: both;
line-height: 100%;
}

ul#recentcomments,
.widget.widget_recent_comments ul  {
	margin: 0;
	padding:0px;
	font-style: italic;
}

.widget.widget_recent_comments ul li a {
	margin: 0;
	padding:0px;
	border-bottom:0px dashed;
	line-height:19px;
	font-style: normal;
	display:block;
	clear: both;
	
}

.widget.widget_recent_comments ul li a:before {
	display: none;
	
}

.widget.widget_recent_comments ul li,
ul#recentcomments li.recentcomments  {
	border-bottom:1px solid;
	padding:15px 45px ;
	text-align: left;
	border-bottom:1px solid;
	
}

.widget.widget_recent_comments ul li:last-child,
ul#recentcomments li.recentcomments:last-child {
	border-bottom:0;
}

.widget.widget_recent_comments ul li:last-child,
ul#recentcomments li.recentcomments:last-child   {
	border-bottom:0px solid;
}

.widget_nav_menu ul li a {
	margin: 0;
	padding:12px 60px;
	border-bottom:1px solid;
	
	
}

.widget ul li .children li a{
	margin: 0;
	padding:12px 45px;
}

.widget ul li .children li .children li a{
	margin: 0;
	padding:12px 60px;
}

.widget ul li .children li .children li .children li a{
	margin: 0;
	padding:12px 75px;
}

.widget ul li .children li .children li .children li .children li a{
	margin: 0;
	padding:12px 90px;
}

.widget ul li .children li .children li .children li .children li .children li a{
	margin: 0;
	padding:12px 105px;
}

.widget ul li .children li .children li .children li .children li .children li .children li a{
	margin: 0;
	padding:12px 120px;
} 

.widget ul li .children li .children li .children li .children li .children li .children li .children li a{
	margin: 0;
	padding:12px 135px;
}

.widget ul li .children li {
	margin: 0;
	padding:0;
}

.widget ul li .children li:last-child a{
	border-bottom: 1px solid;
}

.widget_meta ul li:last-child  {
	border-bottom:0px solid;
}

.widget ul li a:before {
	font-family: icomoon;
	content:'\e6d4';
	padding: 0 5px 0 0;
	display:inline-block;
	font-size:14px;
	float:left;
}

.widget_archive ul li:last-child ,
.widget_pages ul li:last-child ,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child ,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child{
	padding-bottom:30px;
}

.widget_archive ul li:first-child ,
.widget_pages ul li:first-child ,
.widget_categories ul li:first-child ,
.widget_meta ul li:first-child ,
.widget_recent_comments ul li:first-child ,
.widget_recent_entries ul li:first-child ,
.widget_rss ul li:first-child ,
.widget_nav_menu ul li:first-child {
	padding-top:15px;
}

.widget_archive ul li:last-child a,
.widget_pages ul li:last-child a,
.widget_categories ul li:last-child a,
.widget_meta ul li:last-child a,
.widget_recent_comments ul li:last-child a,
.widget_recent_entries ul li:last-child a,
.widget_rss ul li:last-child a,
.widget_nav_menu ul li:last-child a{
	border-bottom:0;
}

.widget_archive ul li a ,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_meta ul li a ,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_mostlikedposts ul li a{
	display: block;
	margin: 0;
	border-bottom:1px solid;
	
}

.widget select{
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding:0;
	max-width:100px;
	float: none;
}

/* external Pulgins */

/* Mimo Reviews */
.mm-review-title:before, .mm-content-single .mm-review-title:before{
	font-family: fontAwesome;
	content:'\f085';
	display: table-cell;
	vertical-align: middle;
	margin:0;
	float:left;
	border-right:1px solid;
	text-align:center;
	display:none;
}

.mm-inner-review-body{
	padding:30px;
}

.mm-inner-review-total{
	padding:0 30px 30px;
}

.mm-review-title h3, .mm-content-single .mm-review-title h3{
	text-transform: none;
	line-height:30px;
}

.mm-review .mm-value,
.mm-review .mm-total-value{
	z-index:90000;
	float:right;
	position: relative;
	font-style: italic;
}

.mm-criteria{
	z-index:2;
	position: relative;
	font-weight:normal;
}

.mm-value{
	z-index:2;
	position: relative;
}

.mm-total-value,
.mm-total-note{
	position: relative;
	z-index: 2;
	margin:0;
	display: inline-block;
}

.mm-criteria-bar{
	z-index:1;
	opacity: 0.7;
}

.mm-blog-criteria-bar{
	z-index:1;
	min-height:4px;
	opacity: 1;
}

.mm-criterias{
	border-bottom:0;
	margin-bottom:2px;
}

.mm-loop .mm-total-note,
.mm-masonry .mm-total-note,
.widget_mm_news .mm-total-note{
	position: relative;
	z-index:2;
	display: none;
}

.mm-total-value{
	position: relative;
	
}

.mm-loop .mm-total-value,
.mm-masonry .mm-total-value,
.mm-carousel .mm-total-value,
.widget .mm-total-value{
    padding: 5px 10px;
    float:right;
    font-style: italic;
}

.mm-review-summary{
	padding: 15px 30px;
}

.mm-review{
	margin:0;
	padding:2px;
	border-top:0;
}

.mm-inner-review{
	padding: 0;
}

.mm-review-total-value-blog{
	padding: 0;
	z-index:900;
	padding:0;
	position: absolute;
	bottom:15px;
	left:15px;
	right:15px;
	height:30px;
	display:none;
	opacity:0.8;
}



.mm-rating-circular-value{
	padding: 0;
	position: absolute;
	top:50%;
	right:50%;
	z-index:900;
	width:80px;
	height:80px;
	line-height:80px;
	text-align: center;
	border-radius: 50%;
	border:1px solid;
	margin:-40px -40px 0 0;
}

.mm-rating-circular-value span{
	line-height:0px;
}

.mm-review-total{
	font-weight: bold;
}

.mm-review-link{
	font-size: 24px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.widget form select {
	list-style-type: none;
	margin: 0;
	padding:0;
	max-width:250px;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

/* Most Liked posts widget */

.widget_mostlikedposts ul li a:after{
	display: none;
}

.widget_mostlikedposts ul li a{
	border-bottom: 0;
}

.widget_mostlikedposts ul li{
	border-bottom: 1px solid;
}

.widget_mostlikedposts ul li:last-child{
	border-bottom: 0;
}

.widget_mostlikedposts ul li{
	padding:0 0 10px;
}

/* Recent Posts widget */

.widget_recent-posts ul li a{
	text-transform:uppercase;
	font-weight: 300;
}

.widget_recent-posts ul li{
	text-transform:uppercase;
}

.widget_recent-posts ul li:before{
	font-family: fontAwesome;
	content:'\f105';
	padding: 0 5px 0 0;
	display:inline-block;
	font-size:16px;
	line-height:1em;
	float: left;
}

.widget_recent-posts ul li:last-child{
	text-transform:uppercase;
	border-bottom:0;
}

/* Text Widget */

.textwidget{
	padding:0;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rssSummary,
.widget_rss .rss-date,
.widget_rss li > cite {
	
}

.widget_rss .rsswidget img{
	display:none;
}

/* Calendar Widget */

#calendar_wrap{
	padding: 15px;
}
.widget_calendar {
	border-bottom:0;
}
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-spacing: 1px;
	margin:0;
}

.widget_calendar caption {
	margin: 0;
	padding:10px 0;
	border-bottom:1px solid;
	font-size: 13px;
	font-style: italic;
	
}

.widget_calendar th{
	padding: 0px;
	text-align:center;
	border-bottom:1px solid;
}

.widget_calendar thead tr th{
	padding: 7px;
	
}

.widget_calendar tbody tr td a{
	padding: 7px;
	margin: -7px;
	font-weight: bold;
}

.widget_calendar tr{
	padding: 0px;
	text-align:center;
	border-bottom:1px solid;
	
}

.widget_calendar td {
	padding: 7px;
	text-align:center;
	border-right:1px solid;
}

.widget_calendar td#prev {
	
	padding: 7px;
	text-align:left;
	border-right:0;
}

.widget_calendar td#next {
	
	padding: 7px;
	text-align:right;
	border-right:0;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.mm-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .mm-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

/**
 * 6.2 Custom Widgets
 * ----------------------------------------------------------------------------
 */

 /*Whistles widget*/

.whistles-tabs .whistles-tabs-wrap,
.whistles-tabs .whistles-tabs-nav li a{
 	border:0;
 	background: transparent;
}

.whistles-toggle .whistle-content, .whistles-accordion .whistle-content,
.whistles-tabs .whistles-tabs-wrap{
 	padding:0;

}

.widget .mm-all-content h1 a{
	text-transform: none;
	
}

.whistles-accordion,
.whistles-tabs,
.whistles-toggle{
	margin: 0;
}

.widget.whistles ul li a:before{
display: none;
}

/*Mimo Recent */

.widget_mm_recent .mm-entry-thumbnail{
 	float:left;
 	max-width:25%;
}

.widget_mm_recent .mm-entry-title{
  	max-width:100%;
}

.sidebar-container .widget_mm_recent .mm-entry-title{
  	max-width:100%;
  	font-size:13px;
}

.sidebar-container .widget_mm_recent .flexslider .slides > li article{
  	padding:10px 15px;
}

.sidebar-container .widget_mm_recent .mm-carousel-wrapper{
  	padding:0 0 20px 0;
}

.widget_mm_recent .mm-inside-content{
  	padding:10px 15px;
  	
}

.widget_mm_recent .mm-excerpt p{
  	padding:0;
  	margin:0;
}

.widget_mm_recent ul li article:first-child{
	border:none;
}

.widget_mm_recent ul li article{
	border-top:1px solid;
}

 /* Mimo Carousel */

.widget_mm_carousel ul{
	margin:0;
	padding:0;
}

.mm-page-content-fullwidth .widget.widget_mm_carousel {
	padding:0;
	margin:-2px 0px 2px 0;
	background:transparent;
}

.widget_mm_carousel li{
	padding:0;
	margin:0;
}

.widget_mm_carousel .flex-direction-nav{
	left:15px;
	right:15px;
}

.mm-carousel .mm-total-note{
	display: none;
}

.mm-carousel .mm-all-content,
.mm-carousel .mm-post-categories{
	display: none;
}

.widget_mm_carousel ul li a:before{
	display: none;
}

.jsn-bootstrap .widget_mm_carousel article,
.widget_mm_carousel article{
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
	vertical-align: top;
	float:left;
}

/*Mimo Separator */

.widget_mm_separator, .panel-grid-cell .widget_mm_separator{
	min-height:0;
}

.mm-separator{
	clear: both;
}

.separator-big{
	height:4px;
}

.separator-medium{
	height:2px;
}

.separator-small{
	height:1px;
}

.separator-center{
	width:100%;
}

.separator-left{
	width:50%;
}

.separator-right{
	width:50%;
}


/*Mimo imagesloop */

.widget_mm_imagesloop .mm-all-content{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:transparent ;
	border-bottom:0px;
	border-right:0px;
}

.mm-imagesloop-content{
	padding:40px;
	text-align:left;
	color:#ffffff;
	border:0px;
}
.widget_mm_imagesloop .mm-entry-title a{
	color:#ffffff;
}

/* Mimo blogloop*/

.widget_mm_blogloop ul li a:before{
	content:'';
	display: none;
}

.widget_mm_blogloop .widget-title{
	margin: 4px 2px -2px 2px;
}

.widget.widget_mm_blogloop {
	padding:0 0 30px;
	margin:4px 0px 4px;
	background:transparent;
}

.widget.widget_mm_blogloop .mm-sticky{
	display: none;
}

.mm-hidden{
	display: none;
}

.mm-blogloop-content{
	width:100%;
	text-align:left;
}

.mm-blogloop-format-icon{
	display: inline-block;
	
}

/* Mimo Ticker */

.widget_mm-ticker {
	overflow: hidden;
	
}

.widget_mm-ticker .flex-viewport{
	overflow: hidden;
}

.mm-ticker-wrapper{
	position: relative;
	overflow:hidden;
	
}

.mm-news-ticker{
	z-index:200;
	padding:15px;
	float: left;
	font-size:20px;
	border-right:1px solid;
}

.widget_mm_ticker ul li a:before{
	margin:0;
	padding:0;
	content:'';
	display:none;
}

.widget_mm_ticker ul li{
	margin:0;
	padding:0;
	content:'';
	
}

.widget_mm_ticker .cn_list, .mm-page-ticker{
	margin:0;
	padding:0;
	content:'';
}

.widget_mm_ticker .mm-post-container{
	padding:0;
}

.widget_mm_ticker .flex-direction-nav {
	width:52px;
	height:52px;
	position:relative;
	position:absolute;
	right:0;
	left:auto;
	top:30px;
	bottom: auto;
}

.widget.widget_mm_ticker .flex-direction-nav a{
	padding: 13px;
}

.widget_mm_ticker .mm-flex-prev,
.widget_mm_ticker .mm-flex-next{
	display: inline-block;
	-ms-transform: translate(0px,0px); /* IE 9 */
   	 -webkit-transform: translate(0px,0px); /* Chrome, Safari, Opera */
    transform: translate(0px,0px);
}

.widget_mm_ticker .mm-flex-prev{
	display: none;
	
}

h1.mm-ticker-title, .jsn-bootstrap h1.mm-ticker-title{
	margin-bottom:0;
	 max-width:80%;
	 padding:0;
	 font-size:20px;
}

.mm-ticker-header{
	padding:13px 15px;
	margin:0;
	
	
}

.widget.widget_mm_ticker {
	padding:0;
	
}

/* black Studio Tiny Widget */

.widget.widget_black-studio-tinymce{
	padding:0;
}

/* Mimo News*/

.widget_mm_news .mm-review-total-value-blog{
	position: relative;
	opacity:1;
	left:0;
	bottom:0;
	right:0;
}

.widget.widget_mm_news .mm-entry-header{
    padding: 0px;
}

.widget_mm_news .mm-entry-thumbnail {
	display: none;
}

.widget.widget_mm_news .mm-more-blog {
	padding:0;
	line-height:0;
}

.widget.widget_mm_news .mm-post-container {
	padding:0;
}

.widget_mm_news ul li.mm-news{
	padding:0;
}

.widget_mm_news ul li a:before{
	margin:0;
	padding:0;
	content:'';
}

.widget_mm_news ul{
	margin:0;
	padding:0;
}

.widget_mm_news .mm-entry-header{
	max-width:80%;
	margin:0 0 15px;
}

.widget_mm_news ul li article{
	position: relative;
	padding:0;
}

.widget.widget_mm_news ul li {
	position: relative;
	
}

/*Mimo Promo Widget */

.mm-promo{
	max-height:50px;
	overflow:hidden;
	position:relative;
}

.mm-in-promo{
	width:100%;
}

.mm-in-promo h1{
	text-transform: uppercase;
	font-size:16px;
	line-height: 1em;
	max-width:80%;
	padding:15px;

}

.m-promo-button{
	position: absolute;
	right:0;
	top:0;
	height:50px;
	z-index:100;
	padding:15px;
}

.m-promo-button i{
	padding:0 5px 0 0;
}

/*Mimo Full slider*/

.widget_mm_full_slider .mm-all-content{
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	text-align: left;
	
	
}

.widget_mm_full_slider .mm-inside-content{
	padding:15px;
	
}

.widget_mm_full_slider .mm-more-blog{
	background:transparent;
	padding:0 15px 15px;
	border-top:0;
}

.widget_mm_full_slider .mm-all-content a{
	
}

.widget_mm_full_slider .mm-absolute-meta{
	text-align: left;
}

.widget_mm_full_slider ul li a:before{
	margin:0;
	padding:0;
	content:'';
	display: none;
}

/*Mimo Full slider*/

.widget_mm_big_loop .mm-all-content{
	position: absolute;
	bottom: 0;
	left:0;
	background: transparent;
	
}

.widget_mm_big_loop .mm-inside-content{
	padding: 30px;
}

.widget_mm_big_loop {
	padding: 0;
}

.widget_mm_big_loop .mm-more-blog{
	background: transparent;
	border-top:0;
}

.widget_mm_big_loop ul li a:before{
	margin:0;
	padding:0;
	content:'';
	display: none;
}

.widget ul .mm-page-slider{
	padding: 0;
}

/* Mimo Slider */

.widget_mm_slider{
	margin:0;
	padding:0;
	float:left;
	left:0;
	right:0;
	width:100%;
	clear:both;
}

.widget_mm_slider li{
	margin:0;
	padding:0;
}

.widget_mm_slider ul li a:before{
	margin:0;
	padding:0;
	content:'';
	display: none;
}

.widget_mm_slider ul{
	margin:0;
	padding:0;
}

.mm-slider-header{
	width:100%;
	max-width:100%;
}

.post-slider{
	width:100%;
	display:inline-block;
	padding:0;
	margin:0px;
	position:relative;
	text-align: left;
	vertical-align: top;
}

.widget_mm_slider .mm-all-content{
	width:100%;
	background:transparent;
	padding:0;
	border:0;
	opacity:0.9;
}

.mm-inside-content-slider{
	padding:15px;
	vertical-align: bottom;
	
}

.mm-excerpt-slider{
	padding:0;
	font-weight: 400;
	font-size:13px;
	max-width:80%;

}

.post-slider .mm-entry-thumbnail img{
	opacity:1;
}

h1.mm-slider-title, .jsn-bootstrap h1.mm-slider-title{
	 font-weight: 300;
	 margin-bottom:0;
	 font-size:58px;
	 line-height:1.2em;
	 display: block;
	 width:100%;
}

body .mm-slider-title a, .jsn-bootstrap .mm-slider-title a{
	 margin:0;
	 text-transform:uppercase;
}

/*Mimo Images loop*/

.widget_mm_imagesloop img{
	width:100%;
	min-width:100%;
}

/* Mimo Custom Menu */

.widget_nav_menu .menu{	
	margin: 0;
	padding: 0;
	width:100%;
}

.widget_nav_menu .menu-main-container{	
	margin: 0;
	padding: 0;
	width:100%;
	display: block;
}

.widget_nav_menu .menu li{	
	list-style: none;
	margin:0;
	display: block;
}

.widget_nav_menu .menu li a{	
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.widget_nav_menu .menu li ul{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
		
.widget_nav_menu .menu li ul li{	
	float: none;
	display: block;
	margin:0;
	padding:0;
}

.widget_nav_menu .menu li ul li a{	
	width: auto;
	padding:10px 20px;
	margin:0;
}
			
			
/* Recent Posts Widget */

.widget .post-date{
	font-weight: bold;
	padding:0 0 5px;
	display:block;
	font-size: 13px;
}

/* Sidebar container widgets classes */

.widget.nopadding,
.widget ul li.wit-tab-content.nopadding{
	padding:0;
}

/* Widgets in Tabs widget */

.widget.widget_widgets_in_tabs {
	padding:0;
}

.widget.widget_widgets_in_tabs li.wit-tab-content,
.widget ul li.wit-tab-content {
	padding:0 0 45px;
}

.widget_widgets_in_tabs ul li a:before{
	content:'';
	padding:0;
}

.widget_widgets_in_tabs.widget ul li ul li a:before {
	font-family: icomoon;
	content:'\e6d4';
	padding: 0 5px 0 0;
	display:inline-block;
	font-size:14px;
}

.widget_widgets_in_tabs .wit-tab-title{
	opacity: 1;
}

.widget_widgets_in_tabs .wit-tab-title:hover {
	opacity: 1;
	text-shadow: 0 0 0 transparent;
}

.widget_widgets_in_tabs .widget-title h3{
	padding: 0 ;
}

.widget_widgets_in_tabs .widget-title {
	text-align: center;
}

.widget_widgets_in_tabs .widget-title:before{
	content:'';
	background:transparent ;
	border-right: 0;
	padding:0;
	display: none;
}

.widget_widgets_in_tabs .widget-title h3 span:first-child{
	padding: 10px 15px 10px 0;
	border-left: 0px solid;
	
}

.widget_widgets_in_tabs .widget-title h3 span{
	padding: 10px 15px;
	border-left: 1px solid;
	
}

.widget_widgets_in_tabs .wit-tab-title.wit-selected{
	text-decoration: none;
	font-weight: bold;
}

/* share Widget Plugin */

article .addtoany_share_save_container{
	margin:0;
	padding:30px 0;
	border-top:1px solid;
	
}

/*Disqus plugin*/

#disqus_thread{
	padding:45px;
	border-top: 1px solid;
	margin:0 auto;
}

/* Origin Testimonial Widget */

.widget-area .widget_origin_testimonial .origin-widget {
	background:transparent;
	border: 0;
	padding: 20px;
	zoom: 1;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0 0px 0px rgba(0,0,0,0.1);
}

.origin-widget.origin-widget-testimonial-simple-clean {
	background: transparent;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
	zoom: 1;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0 0px 0px rgba(0,0,0,0.1);
}

.widget-area .origin-widget img{
	opacity:1;
}

.panel-grid{
	margin-bottom:0 ;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-info {
	border-top:1px solid;
	margin: 0;
	width: 100%;
	text-align: left;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-info .mm-footer{
	font-style: italic;
}

/* Flexslider*/
 /* Browser Resets */

.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 Necessary Styles
*********************************/

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

.flexslider .slides > li, 
.widget .flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	padding:0; 
	position:relative;
} 

/* Hide the slides before the JS is loaded. Avoids image jumping */

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

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

/* Clearfix for the .slides element */

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

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

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

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

/* FlexSlider Default Theme */

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

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

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

.flexslider .slides { 
	zoom: 1; 
	list-style-type: 
	none;padding:0;
}

.carousel li { 
	margin-right: 5px; 
}

.mm-flex-ul{
	list-style-type: none;
}

/* Direction Nav */

.flex-direction-nav li, 
.widget_mm_full_slider ul.flex-direction-nav li{
	text-align: center;
}

.widget ul li.mm-flex-prev, 
.widget ul li.mm-flex-next{
	padding:0;
}

.flex-direction-nav {
	z-index:99999;
	position:absolute;
	left:30px;
	right:30px;
	top:50%;
	margin:-32px 0 0;
	margin-bottom:0 ;
	opacity: 0.8;
	height: 0;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
        
}

.widget ul.flex-direction-nav{
	margin:-32px 0 0;
}

ul.mm-flex-ul, .widget ul.mm-flex-ul{
	padding:0;
	margin:0;
	
}

.mm-flex-prev,
.mm-flex-next{
	padding:0;
	
}

.mm-flex-next{
	float:right;
	-ms-transform: translate(122px,0px); /* IE 9 */
   	 -webkit-transform: translate(122px,0px); /* Chrome, Safari, Opera */
    transform: translate(122px,0px);
    -webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.mm-flex-prev{
	float:left;
	-ms-transform: translate(-122px,0px); /* IE 9 */
   	 -webkit-transform: translate(-122px,0px); /* Chrome, Safari, Opera */
    transform: translate(-122px,0px);
    -webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.flex-direction-nav  a.flex-next {
	float:right;
}

.flex-direction-nav a,
.widget .flex-direction-nav a {
	display:inline-block;
	cursor:pointer;
	-webkit-transition: all .3s ease;
	margin:0;
	padding:17px 18px;
	text-align: center;
	font-size:20px;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
         
}

.flexslider:hover .mm-flex-next,
.flexslider:hover .mm-flex-prev{
	-ms-transform: translate(0px,0px); /* IE 9 */
   	 -webkit-transform: translate(0px,0px); /* Chrome, Safari, Opera */
    transform: translate(0px,0px);
}

.flex-direction-nav a:hover {
	text-decoration: none;
}

.mm-slider-wrapper{
	position: relative;
}



.mm-slider-nav{
	padding:10px 0 0;
	margin:0;
}

.mm-slider-nav li{
	padding:0;
	margin:0 10px 0 0;
}

.mm-slider-nav img{
	max-width:150px;
	opacity:0.5;
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.mm-slider-nav .flex-active-slide img{
	opacity: 1;
}

.mm-slider-nav img:hover{
	opacity:1;
	cursor: crosshair;
}

/* Pause/Play */

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */

.flex-control-nav {width: 100%; position: absolute; bottom: -40px; 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; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 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; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Icon Fonts */
/* Font-face Icons */

@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Isotope */

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;

}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope-hidden{
	transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* WordPress Gallery 
------------------------------------------ */
 
.gallery {
	margin-left: -30px;
	margin-right: -30px;
}
 
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
 
.gallery-item {
	margin: 0;
	display: inline-block;
	padding: 0;
	border:0;
}
 
.gallery-item img {
	width: 100%;
}
 
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
    width:calc(1/2 * 100%);
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
    width:calc(1/3 * 100%);
}
.gallery-columns-4 .gallery-item {
    width: 25%;
    width:calc(1/4 * 100%);
}
.gallery-columns-5 .gallery-item {
    width: 20%;
    width:calc(1/5 * 100%);
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%;
    width:calc(1/6 * 100%);
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
    width:calc(1/7 * 100%);
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
    width:calc(1/8 * 100%);
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
    width:calc(1/9 * 100%);
}
 
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}




/*** Overview Template ***/
 
div.child-header {
	display: block;
	padding: 21px;	
	width: 100%;	
}	
div.child-header-text {
	background-color: #2d519d;
    border-top: 0 none;
    height: 44px;
    padding: 0;
    position: relative;
}
div.child-header-text h1 {
	float: left;
    font-size: 26px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
    width: auto;
	color: #ffffff;
}


/*** Video Link and Overlay ***/

/* .ssba  {
	padding: 10px 0 10px 0;
	width: 50%;
	float: right;
}
.custom-links  {
	padding: 10px 0 10px 0;
	width: 50%;
	float: left;
}
.one .ssba {
	width: calc(50% + 30px);
}
.two .ssba {
	width: calc(50% + 36px);
}
.one .custom-links {
	width: calc(50% - 30px);
}
.two .custom-links {
	width: calc(50% - 36px);
}

.ssba div {
	text-align: left;
	float: left;
}

.custom-links div {
	text-align: right;
	float: right;
} */

.custom-links {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 13px;
	display: block;
}

.mm-navbar-inside .custom-links {
	margin-top: 70px;
	
	-webkit-transition: all 0.3s ease-in; /* Changed here */ 
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.custom-links div {
	text-align: center;
	margin-top: 10px;
}

.mm-video-link {	
	margin-right: 5px;
}
.mm-tickets-link {	
	margin-right: 5px;
}
.mm-facebook,
.mm-facebook-link {	
	margin-right: 5px;
}
.mm-instagram-link {	
	margin-right: 5px;
}
.mm-twitter-link {	
	margin-right: 5px;
}
.mm-mailto-link {	
	margin-right: 5px;
}
.mm-youtube-link {
	margin-right: 5px;
}



div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	display: none;
}
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right {
	background: none;
	padding: 0;
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color: #000000;
}

div.pp_default .pp_content_container .pp_details {
	position: absolute;
	top: -45px;
	right: -10px;
}

div.pp_pic_holder {
	bottom: 20px;
	top: auto !important;
	position: fixed;
}

div.pp_default .pp_close {
	background: url("inc/icon_close_video.png") no-repeat scroll 2px 1px rgba(0, 0, 0, 0)
}
div.ppt {
	display: none !important;
}

p.poweredby {
	display: none;
}

td.attributeinput {
	text-align: center;
	padding: 6px 0;
}
div.site-content input[type=text] {	
    background-color: #2d519d;
    border: 0 none;
    color: #ffffff;
    padding: 5px;
    width: 320px;
}
div.site-content input[type=submit] {	
	cursor: pointer;
	border: 0;
	background: none;
	color: #20539d;
	font-size: 17px;
	font-family: 'Serifa-Bol';
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1660px) {	
	.mm-single-inner-content {
		border: 0px solid;
	}	
}


@media (max-width: 1400px) {
	
	.mm-single-inner-content {
		border: 1px solid;
		
	}
	
	.site-main .sidebar-container {
		width: calc(1/4 * 100% );
	}

	.mm-post-container-single-sidebar {
		width: calc(3/4 * 100% );
	}

	.mm-not-single{
		padding:10px 10px 10px calc(1/5 * 100% );
	}

	.mm-under-left-bar ,
	/* .mm-left-bar , */
	.mm-leftbar-footer {
		width: calc(1/6 * 100%);
	}

	
	
	.mm-loop article {
		width: 25%;
		width: calc(1/4 * 100%);
	}

	.mm-loop article.mm-2col {
		width: 50%;
		width: calc(2/4 * 100%);
	}

	.mm-loop article.mm-3col {
		width: 75%;
		width: calc(3/4 * 100%);
	}

	.mm-loop article.mm-4col {
		width: 100%;
		width: calc(4/4 * 100%);
	}

}

@media (max-width: 1200px) {
	
	.mm-single-inner-content {
		border: 1px solid;
		
	}
	.mm-responsive{
 		height:1px;
	}	
	.mm-navbar{
		border-bottom:0;
	}

	.mm-navbar{
		max-width:100%;
	}
	.navbar{
		display:none;
 		margin:0;
 		min-height:20px;
 		padding:0;
 		height:100%;
 	}
	div.nav-menu > ul{
		display:block;
	}
	.mm-logo-title,
	.mm-no-logo{
		padding:0;

	}
	.mm-logo-title img{
		width:auto;
	}
	
	/* .mm-totop{
		right:0;
		left:auto;
		bottom:0;
		top:auto;
	} */
	.mm-post-container-single-sidebar{
		width:100%;
		float:none;
		padding:20px 0;
	}
	.mm-leftbar-footer{
		position: static;
		width:100%;
	}
	
	.site-main .sidebar-container {
		width:100%;
		float:none;
	}
	.content-area-sidebar {
		width:100%;
	}
	
	#page{
		max-width:100%;
	}

	.mm-under-left-bar{
		display:none;
	}

	#mm-menu{
		display:block;
	}
	.nav-menu li a span.dcjq-current-parent{
		display:none;
	}
	.sidebar .mm-footer .widget {
		width: 100%;
		margin: 0;
	}
	
	.mm-totop .mm-inside-totop-social{
		width:100%;
		text-align:left;
	}
	
	.mm-left-bar #s:focus{
		width:100%;
	}
	
	.mm-left-bar.mm-inside-search:before{
		float:none;
		padding:0 ;
	}

	.mm-left-bar .mm-search-form{
		display:none;
	}

	.nav-menu li a {
		display: block;
		padding:10px 0px;
	}

	.sidebar-container .mm-search-form{
		float:none;
		margin:0;
	}
	
	.sidebar .mm-entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .mm-entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 100%;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .mm-entry-header,
	.sidebar .comments-title {
		max-width: 100%;
	}

	.sidebar .archive-meta,
	.attachment .mm-entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		
	}

	.attachment .mm-entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 45px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .mm-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
	
	.nav-menu {
		border-top:1px solid;
	}

	.mm-leftbar-footer{
		display: none;
	}

	

	.mm-logo-title .mm-site-title,
	.mm-logo-title .mm-site-description{
		padding:15px;
	}
	

}
@media (max-width: 1060px)  and (min-width: 760px){
	.mm-video-link,
	.mm-tickets-link,
	.mm-facebook,
	.mm-facebook-link,
	.mm-instagram-link,
	.mm-twitter-link,
	.mm-mailto-link,
	.mm-youtube-link{	
		margin-right: 2px;
	}
}
@media (max-width: 984px)  and (min-width: 960px){
	.mm-video-link,
	.mm-tickets-link,
	.mm-facebook,
	.mm-facebook-link,
	.mm-instagram-link,
	.mm-twitter-link,
	.mm-mailto-link,
	.mm-youtube-link{	
		margin-right: 0px;
	}
}
@media (max-width: 960px) {
	
	.mm-loop article {
		width: 33.3%;
		width: calc(1/3 * 99%);
	}
	.mm-loop article.mm-2col {
		width: 66.57%;
		width: calc(2/3 * 99%);
	}

	.mm-loop article.mm-3col {
		width: 100%;
		width: calc(3/3 * 99%);
	}

	.mm-loop article.mm-4col {
		width: 100%;
		width: calc(4/4 * 99%);
	}
	.mm-filter{
		max-width:99%;
	}
	.mm-logo-title{
		padding:0 43px;
	}
	
	ul.menu li.menu-item a {
		font-size: 35px;	
		line-height: 35px;	
	}
	ul.menu li.menu-item ul.sub-menu li a,
	ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li a	{
		font-size: 18px;
		line-height: 24px;
	}
		
	ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li,
	ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current_page_item,
	ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current-page-parent {
		float: none;
		display: inline-block;
	}
	
}

@media (max-width: 900px) {
	.mm-post-container-single-fullwidth {
		width: 96%;
		padding: 0 2%;
	}
		
}

@media (max-width: 760px) {
	.site-main {
		padding-top: 60px;
	}
	
	.mm-loop article {
		width: 50%;
		width: calc(1/2 * 100%);
	}
	.mm-slider-related article {
		padding: 15px 0;
		width: 50%;
	}
	.mm-loop article.mm-2col {
		width: 50%;
		width: calc(1/2 * 100%);
	}

	.mm-loop article.mm-3col {
		width: 100%;
		width: calc(2/2 * 100%);
	}

	.mm-loop article.mm-4col {
		width: 100%;
		width: calc(2/2 * 100%);
	}
	
	.mm-navbar.page h1,
	div.child-header-text h1	{
		
	}
	
	h2.mm-entry-title a, h2.mm-entry-title {
		font-size: 24px;
		line-height: 24px;
	}
	.mm-entry-thumbnail {
		padding: 15px 10px;
	}
	.content-area {
		padding: 2px 6px;
	}
	.mm-left-bar {
		padding: 16px;
	}
	
	.mm-navbar-inside .custom-links {
		margin-top: 0px;
		
	}
	
	.mm-totop{
		right:16px;		
		bottom:0;		
	}	

	
}

@media (max-width: 610px) {
	.mm-navbar h1 {
		padding: 0 10px;
	}

	
	.mm-navbar.closed.home form{
		width: 43%;
	}
	.mm-navbar.closed.home form input[type=text]{
		width: 100%;
		
	}
	ul.menu li.menu-item a {
		font-size: 30px;	
		line-height: 30px;	
	}
	ul.menu li.menu-item ul.sub-menu li a,
	ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li a {
		font-size: 16px;
		line-height: 22px;
	}	
	
	div.child-header {
		padding: 21px 12px;
	}
	
	.mm-navbar.page 
	div.child-header-text {
		line-height: 46px;
		/* padding: 10px 0 7px;
		height: auto;		
		min-height: 45px; */
	}	
	.mm-navbar.page h1	{
		/* font-size: 22px; */
		line-height: 48px;
/* 		line-height: 25px;
		padding: 0 20px 0 5px; */
	}
	
	.mm-navbar.open .mm-navbar-show {
		padding-top: 20px;
	}
}

@media (max-width: 480px) {
	.mm-entry-thumbnail-slider{
		min-height: 100px;
	}
	.mm-excerpt{
		padding: 20px;
	}
	.mm-loop article {
		width: 100%;
		width: calc(1 * 100%);
	}
	.mm-slider-related article {
		padding: 15px 0;
		width: 100%;
	}
	.mm-loop article.mm-2col {
		width: 100%;
		width: calc(2/2 * 100%);
	}

	.mm-loop article.mm-3col {
		width: 100%;
		width: calc(2/2 * 100%);
	}

	.mm-loop article.mm-4col {
		width: 100%;
		width: calc(2/2 * 100%);
	}
	.comment-respond form{
		padding:15px 20px;
	}
	
	.mm-logo-title{
		padding:0 19px;
	}
	.mm-entry-thumbnail-single{
		min-height:100px;
	}
	
	.wc-shortcodes-column-first{
		margin-bottom: 0 !important;
	}
	
	.wc-shortcodes-column-first p {
		margin: 0;
		text-align: center;
	}
	.wc-shortcodes-column-last p {
		margin: 0;
		text-align: center;
	}
	
	.mm-navbar.closed.home h1{
		width: 100%;
		/* font-size: 19px; */
		/* line-height: 47px; */
		padding-left: 10px;
		padding-right: 10px;
		font-size: 22px;
		}
	.mm-navbar.closed.home form{
		width: 40%;
	}
	
	ul.menu li.menu-item a {
		font-size: 26px;	
		line-height: 26px;
	}
	
	h2.mm-entry-title a, h2.mm-entry-title {
		font-size: 20px;
		line-height: 20px;
	}
	
	.mm-navbar h1 {
		/* line-height: 48px; */
	}
	
	.mm-navbar input[type=text] {
		
	}
	#yphp_email {
		padding: 0 6px !important;
	}
	div.site-content input[type=text] {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.mm-navbar.closed.home h1{
		padding: 0 5px;
		font-size: 20px;
		width: 100%;
	}
	
	.mm-navbar.closed.page h1 {
		/* font-size: 18px;	 */
		/* line-height: 48px; */
	}
	
	.mm-navbar form {
		padding-top: 15px;
	}
	.mm-navbar.closed.home h1 a {
		/* line-height: 25px;
		margin-top: 12px; */
		
	}
	.mm-navbar input[type=text] {
		
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */


@media print {
	body {
		background: none ;
		color: #000;
		
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none ;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	

	.author-avatar,
	.mm-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.mm-entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.mm-main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.mm-entry-header,
	.entry-content,
	.entry-summary,
	.mm-entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		
	}

	.mm-entry-meta,
	.mm-entry-meta a {
		color: #444;
		
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	
}
