/* --------------------------------------------
	
	main.css : this is the main style file of the theme.
	
	Project 	: Theme Name
	Author 		: pixelwars 
	Url			: pixelwars.org
	
	---
	
	CONTEXT:
	
	1. BASE (@base)
		1.1 ELEMENTS 
		1.2 FONTS
		1.3 TYPOGRAPHY
	2. FORMS (@forms)
	3. COMMON (@common)
	4. LAYOUT (@layout)
	5. BLOG (@blog)
	6. MODULES (@modules)
	7. PORTFOLIO (@portfolio)
	8. SUPPORT (@support)
	9. THEME (@theme)
	
 -------------------------------------------- */
   


/*  --------------------------------------------

	1. BASE (@base) - base html elements
	
    -------------------------------------------- */

/* ----- 1.1 ELEMENTS ----- */   
html {
    font-size: .8125em; line-height: 1.7; box-sizing: border-box; -webkit-text-size-adjust: 100%; overflow-x: hidden;
    }
*,
*:before, 
*:after {
    box-sizing: inherit; /*-webkit-font-smoothing: antialiased;*/
    }
::-moz-selection {
    background: #eee; text-shadow: none;
	}
::selection {
    background: #eee; text-shadow: none;
	}
body {
	color: #222; background: #fff;
	}
a {
	color: #FF8233; text-decoration: none; outline: none;
	}
a:hover,
a:focus {
	color: #FF9133;	text-decoration: none; outline: none;
	}
iframe {
 	border: none; max-width: 100%;
	}
img {
 	max-width: 100%; height: auto;
	}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
	}

/* ----- 1.2 FONTS ----- */ 
/* BODY */
body,
input,
textarea,
select,
button,
.inline-label {
 	font-family: 'Noto Sans', sans-serif; 
	}
/* HEADINGS */
h1, h2, h3, h4, h5, h6, 
.nav-menu, 
.entry-title, 
tr th, 
dl dt,
input[type=submit],
input[type=button],
button,
.button,
.more-link,
label,
blockquote,
input[type=file]::-webkit-file-upload-button,
.page-links,
.navigation a,
.nav-single a,
.widget_recent_entries ul,
.comment-meta .fn,
.comment .reply,
.chat-author cite,
.bbp-forum-title,
.bbp-pagination-links,
.bbp-reply-author .bbp-author-name,
.parent-forum {
	font-family: "neuzeit-grotesk", sans-serif;
	}
.section-header p, 
.entry-header p,
.entry-meta {	
	font-family: 'PT Mono';
	}
/* FONTELLO ICONS */
.hentry .entry-header:before,
blockquote:before,
.toggle h4:before,
.bbp-forum-title:before {
    font-family:fontello; font-style:normal; font-weight:400; speak:none; display:inline-block; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none;
    }

/* ----- 1.3 TYPOGRAPHY ----- */
/* headings and paragraphs  */
h1,
h2,
h3,
h4,
h5,
h6 { 
	line-height: 1.4; font-weight: 700; margin: 1.2em 0 0.8em 0;
    }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { 
    margin-top: 0; 
    }
h1 {
 	font-size: 1.8em; margin: 0.8em 0 0.8em 0; line-height: 1.2;
	}
h2 {
 	font-size: 1.3em; line-height: 1.3;
	}
h3 {
 	font-size: 1.0em; letter-spacing: .03em;
	}
h4,
h5,
h6 {
 	font-size: 1.0em; letter-spacing: .03em;
	}
p {
 	margin: 0 0 1.1em 0;
	}
p:last-child {
	margin-bottom: 0;
	}
/* blockquote  */
blockquote {
 	position: relative; margin: 1.6em 0; padding: .4em 1.2em; font-size: 1.25em; line-height: 1.46; font-weight: bold; letter-spacing: -0.015em;
	}
	blockquote:before {
	  content: "\201C"; position: absolute; top: -.2em; left: 0; font-size: 2em; line-height: 1; color: #FFC32A;
		}
	blockquote p {
		display: inline;
		}
	blockquote cite {
		display: block; text-align: right; font-size: 11px; padding-right: 1em; margin-top: 1.2em; font-style: normal; font-weight: 400; color: #ccc; text-transform: uppercase; letter-spacing: 1px;
		}
	blockquote cite:before {
		content: "\2014 \2009";
		}
hr {
 	padding: 0; margin: 2em 0; outline: 0; border-width: 0 0 2px 0; border-style: solid; border-color: #eee;
	}
/* tables  */
table,
th,
td {
	border: 1px solid #f1f1f1;
	}
table {
	margin: 1em 0 3em 0; font-size: 11px; border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; table-layout: fixed; width: 100%;
	}
caption,
th,
td {
	font-weight: normal; text-align: left;
	}
th {
	border-width: 0 1px 1px 0; font-weight: 700;
	}
td {
	border-width: 0 1px 1px 0;
	}
th, td {
	padding: 0.5em 1em;
	}
thead th {
	padding: .8em 1em; font-size: 1.125rem;
	}
/* code and pre  */
code,
pre {
 	margin: 2em 0; max-width: 100%; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; color: #333; white-space: pre; overflow: auto; padding: 0px 6px; font-size: .875rem; background: #fff; border: 1px solid #E9E6DF;
	}
code {
 	display: inline-block; margin: 0 4px -6px; line-height: 1.8; 
	}
pre {
	padding: 18px 22px;
	}
/* lists  */
ol,
ul {
 	margin: .2em 0 1em 0; padding: 0 0 0 2.4em; line-height: 1.8; list-style-position: inside;
	}
ul {
 	list-style-type: square;
	}
dt {
 	margin-bottom: 1em; font-weight: bold; font-size: 12px; letter-spacing: 1px; border-bottom: 1px solid #eee;
	}
dd {
	padding-bottom: 1.6em; margin-left: 1em;
	}
address {
	margin-bottom: 1.2em; 
	}
	


/*  --------------------------------------------

	2. FORMS (@forms) - form elements
	
    -------------------------------------------- */
fieldset {
    border: 0; margin: 0; padding: 0;
	}
form p {
 	position: relative; margin: 1.6em 0;
	}
label {
 	display: block; font-size: 10px; letter-spacing: 2px; font-weight: 400; margin-bottom: 0.6em; text-transform: uppercase;
	}
::-webkit-input-placeholder { 
	color:#ddd; 
	}
::-moz-placeholder { 
	color:#ddd; 
	} 
:-ms-input-placeholder { 
	color:#ddd; 
	}
label input { 
    font-weight: 400;
    }
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
textarea,
select {
 	padding: 1em; width: 100%; font-size: 1rem; color: #333; border: 1px solid #e9e9e9; border-radius: 0; background: #fff; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; box-sizing: border-box;
	}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):hover,
textarea:hover,
input:hover,
select:hover {
 	outline: 0;
	}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
textarea:focus,
input:focus,
select:focus {
 	 outline: 2px solid #eee;
	}
textarea {
 	min-height: 9em; line-height: 1.6; resize: vertical;
	}
select {
    -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZJJREFUaIHt1r9LVWEYB/DPVTEpgqRBaEhocmiyoc2lrZbG+gts8z8I5xykRfwxROBiEBENSdAmQZMKTldwUHAJAltEBG2453Beg7zXe99zXZ4PHC7nx/s833O5931fQgghhBBCCDUbxCqe9qHXc7zDQM6iizjHMaZyFv7HE5wUvRY6GdDpW+4XnyP4gskrR2vvMT5juDg/yFm8gTmtb+YcvzCRsf5D/E7qvyl6ZtXAStLkAOMZ6j7AYVJ3WQ3hS4P4kDTbxVgP9e5hL6m3VvSo1TDWk6bbGO2izl3sJHW+qn7/tbuFjaT5j+Jap27jZzJ+AzczZ2zrDraSEN9wo4NxI/iejNssal2LMTSTMB8xdMnzQ/iUPN/U238oi3GtGakM9b9VdADvXZzF7vcpY1sTWmtDGW7examwgbfJ/dzrSBaP8EcV8nVybza5fqSelTyLKa39Uhl2pjjK87r3Ulk8w6kqdHmc6s9uNouXOFOFP8OLa03UhVeqF5iuq8llc3avFlUL1FKNfUIIIYQQQgjd+QvyJ2oyQcCnYgAAAABJRU5ErkJggg==); background-position: 97% center; background-position: right 10px center; background-repeat: no-repeat; background-size: 20px 20px;
}
select::-ms-expand {
    display: none;
	}
input[type=file]{
	width: 100%; outline: 0; cursor: pointer; font-size: 12px; cursor: pointer;
	}
input[type=file]::-webkit-file-upload-button {
	display: inline-block; padding: 1em; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; border: 0; outline: 0; color: #333; background-color: transparent; border: 2px solid #333; cursor: pointer;
	}
input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none; height: 1em; position: relative; background-color: transparent; border: 2px solid #222; width: 1em; outline: none;  font-size: 16px; vertical-align: text-bottom; margin-right: 8px;
	}
input[type=checkbox]:active,
input[type=radio]:active {
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.2) inset;
	}
input[type=checkbox]:before,
input[type=checkbox]:after {
    content: ''; background-color: inherit; position: absolute; transition: 0.1s background-color;
	}
input[type=checkbox]:after {
    width: 0.14em; height: 0.65em; -webkit-transform: rotate(36deg) translate(0.42em, -0.17em);
	}
input[type=checkbox]:before {
    width: 0.14em; height: 0.35em; -webkit-transform: rotate(-58deg) translate(-0.2em, 0.35em);
	}
input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before {
    background-color: #222;
	}
input[type=radio]:checked:before {
    content: ''; background-color: #222; position: absolute; border-radius: 50%; top: 3px; left: 3px; bottom: 3px; right: 3px;
	}
.inline-label {
 	display: inline-block; margin-right: 2em; letter-spacing: 0; text-transform: none; font-size: 12px;
	}
/* validation  */
label.error {
    position: absolute; bottom: -16px; left: 10px; margin: 0; min-width: 150px; font-family: inherit; font-size: 11px; font-weight: normal; text-transform: none; padding: .2em .8em; background-color: #FBD6BA; letter-spacing: 0;
	}



/*  --------------------------------------------

	3. COMMON (@common) - common and helper classes
	
    -------------------------------------------- */
/* clearfix : http://cssmojo.com/latest_new_clearfix_so_far/ */
.cf:after,
.entry-content:after {
 	content: ""; display: table; clear: both;
	}
.cf:after,
.entry-content:after {
 	clear: both;
	}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important;
	}
.center {
 	text-align: center;
	}
.easing,
.hentry,
.entry-content > p:not(.more) > a:not(.social-link),
.section-header a,
.bbp-meta {
 	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}
.easing-short,
.media-box .media-action,
.page-links .page-number,
.widget-area a,
.media-cell-desc h3 a,
.share-links a {
    -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out;
	}
input[type=submit], 
input[type=button], 
button, 
.button,
.more-link,
.social-link,
.bbp-forum-title {
    -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
	}
/* fluidbox */
.fluidbox-closed { 
	cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; 
	} 
.fluidbox-opened .fluidbox-loader,
.fluidbox:not(.fluidbox-closed) .fluidbox-ghost { 
	cursor: -webkit-zoom-out; cursor: -moz-zoom-out; cursor: zoom-out; 
	} 


/*  --------------------------------------------

	4. LAYOUT (@layout) : layout styles
	
    -------------------------------------------- */
.site {
	width: 88%; max-width: 1340px; margin: 0 auto;
	}
.site-content { 
    padding: 1em 0 3em 0;
    }
.site-content:before,
.site-content:after {
 	content: " "; display: table;
	}
.site-content:after {
 	clear: both;
	}
.l-full,
.l-fixed,
.l-medium {
	/*width: 86%;*/ margin-left: auto; margin-right: auto; clear: both;
	}
.l-fixed {
	 max-width: 740px;
	}
.l-medium {
	 max-width: 1080px;
	}
.hentry {
	margin-bottom: 2em;
	}
.entry-header {
	text-align: center; margin-bottom: 1.4em;
	}
.hentry iframe,
.hentry .fluid-width-video-wrapper {
	margin-bottom: 2em;
	}
.fluid-audio.fluid-width-video-wrapper {
	padding-top: 56.25%;
	}
	.entry-title {
		margin: 0; padding: 0; -ms-word-wrap: break-word; word-wrap: break-word;
		}
        .entry-title i {
            display: block; font-size: 13px; color: #ddd; font-style: normal; margin-bottom: .1em; letter-spacing: 1px; text-transform: uppercase; font-weight: 700;
			}
.archive-header.entry-header p {
	margin-bottom: 0; font-size: 10px; text-transform: uppercase; letter-spacing: 2px;
	}
.entry-content {
	margin-bottom: 3em;
	}

/* ----- 4.1 HEADER ----- */
.site-header {
	position: relative; width: 86%; margin-left: auto; margin-right: auto; padding: 1.4em 0; text-align: center;
	}
	.site-branding {
 	 	margin-bottom: 1em;
		}
	.site-title {
 	 	font-size: 16px; letter-spacing: 10px; margin: 0; text-transform: uppercase;
		}
	.site-title-text {
		display: block;
		}
	.site-description {
 	 	font-size: 12px; letter-spacing: .01em; margin-bottom: 0; color: #bbb;
		}
	.site-title a {
		display: inline-block; color: #333;
		}
	.site-title img {
		max-height: 50px; margin-bottom: 1.6em;
		}

/* NAVIGATION */
.site-navigation { 
    display: block;
    }
.nav-menu { 
    display: block;
    }
.nav-menu ul { 
    display: block; list-style:none; padding:0; margin:0; text-transform: uppercase;
    }
.nav-menu ul li { 
    position:relative; display:block; padding: 0; margin:0; line-height: 1; font-size: 12px; font-weight: 400; 
    }
	.nav-menu ul li a { 
		display: block; padding: 0.9em 22px;
		}
.nav-menu ul li, 
.nav-menu ul li a { 
    color:#222; 
    }
.nav-menu ul li a:hover,
.nav-menu ul li a.selected {
	color: #FF9133;
	}

/* MOBILE MENU */
@media screen and (max-width: 991px) {
	
	.site-header.is_stuck {
		position: static !important;
		}
	
	.nav-menu { 
		display: none; padding: 1em 0;
		}
	.nav-menu > ul > li > a { 
		font-size: 2em; letter-spacing: 2px; padding: .1em 0; margin-top: .6em;
		}
	/* mobile menu toggled on */
	.is-menu-toggled-on .nav-menu { 
		display: block;
		}
	.is-menu-toggled-on .site-content,
	.is-menu-toggled-on .sidebar,
	.is-menu-toggled-on .site-footer { 
		display: none;
		}
	/* hide header widgets on mobile */
	.site-header .widget-area {
		display: none;
		}
	
}

/* MENU TOGGLE */
.menu-toggle {
	display: block; width: 20px; height: 26px; margin: 0 auto; position: relative; transition: .3s; cursor: pointer;
	}
.menu-toggle:hover {
	opacity: 1;
	}
.menu-toggle:active {
	transition: 0;
	}
.menu-toggle .lines {
	display: block; width: 100%; height: 2px; background: #333; transition: 0.3s; position: relative; position: absolute; top: 40%;
	}
.menu-toggle .lines:before, 
.menu-toggle .lines:after {
	display: inline-block; width: 100%; height: 2px; background: #333; transition: 0.3s; position: absolute; left: 0; content: ''; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center;
	}
.menu-toggle .lines:before {
	top: 7px;
	}
.menu-toggle .lines:after {
	top: -7px;
	}
.menu-toggle.close {
	-webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8);
	}
.is-menu-toggled-on .menu-toggle .lines {
	background: transparent;
	}
.is-menu-toggled-on .menu-toggle .lines:before, 
.is-menu-toggled-on .menu-toggle .lines:after {
	-webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0;
	}
.is-menu-toggled-on .menu-toggle .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg);
	}
.is-menu-toggled-on .menu-toggle .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);
	}

/* HEADER WIDGETS */
.site-header .widget-area {
	margin: 3em 0 0;
	}
.site-header .widget-area .widget {
	padding-bottom: 1em;
	}

/* sticky kit plugin fix */
.site-header + div {
	z-index: -1; display: none !important;
	}


/* ----- 4.2 FOOTER ----- */
.site-footer {
	position: relative; clear: both; width: 100%; margin-top: 3em;
	}
    .site-footer .site-info {
		padding: 1.6em 0; text-align: center;
        }
		.site-footer .site-info a {
			color: #555;
			}
        .site-footer .site-info .textwidget {
            margin: 0;  font-size: 12px;
            }

/* SIDEBAR */
.sidebar {
	padding-bottom: 3em;
	}


/* Paging */
.page-links { 
	margin: 3em 0; font-size: 10px; text-align: center;
	}
.page-links .page-links-title { 
	margin-right: 1em; text-transform: uppercase; letter-spacing: 1px;
	}
.page-links .page-number {
	display: inline-block; width: 32px; line-height: 32px; font-weight: bold; color: #333; border-radius: 50%;
	}
.page-links a .page-number:hover,
.page-links > .page-number  { 
	color: #222; border-color: transparent; background: #f5f5f5; 
	}
.page-links a .page-number:hover { 
	background: #fafafa; 
	}

/* Password Protected Pages */
.post-password-form {
    max-width: 460px; margin: 0 auto; padding: 3em 5em; text-align: center; background: #fafafa;
	}
.post-password-form p:first-child {
	font-size: 12px;
	}
.post-password-form label { 
	display: block;
	}
.post-password-form label input { 
	display: block; margin: 6px auto 26px; text-align: center;
	}



/*  --------------------------------------------

	5. BLOG @blog : blog related styles
	
    -------------------------------------------- */
.entry-meta { 
	margin-top: 1em; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #777;
	}
.entry-title a { 
	color: inherit; 
	}
.more { 
	text-align: center; margin-top: 2em; margin-bottom: 0; 
	}
.more-link { 
	color: inherit; font-weight: 400; 
	}
.edit-link,
.post-tags {
	display: none;
	}
.featured { 
	margin-bottom: 2em; text-align: center;
	}
.single .post .entry-content {
	max-width: 550px; margin-left: auto; margin-right: auto;
	}
.entry-content > p:not(.more) > a:not(.social-link):not(.button),
.section-header a {
	color: inherit; box-shadow: inset 0 -5px 0 #FFFA30;
	}
.entry-content > p:not(.more) > a:not(.social-link):hover,
.section-header a:hover {
	box-shadow: inset 0 -23px 0 #FFFA30;
	}

/* PAGINATION */
.navigation,
.post-pagination {
 	margin: 3em 0; text-transform: uppercase; padding-bottom: 1px; overflow: hidden;
	}
	.navigation > div {
 		width: 50%; float: left;
		}
	.navigation a {
 		display: inline-block; color: inherit; font-weight: 400; font-size: 10px; line-height: 1.3;
		}
	.navigation .nav-next {
		float: right; text-align: right;
		}
	.navigation .meta-nav {
 		margin-right: .5em
		}
	.navigation .nav-next .meta-nav {
 		margin-left: .5em; margin-right: 0;
		}
/* NUMBERED PAGINATION */
	.post-pagination ul {
 		list-style: none; text-align: center; padding: 0;
		}
	.post-pagination li {
 		display: inline-block; margin: .3em .1em;
		}
		.post-pagination li a {
 			display: inline-block; padding: 0; min-width: 32px; line-height: 30px; margin: 0; font-size: 10px; letter-spacing: 1px; border-radius: 50%;
			}
		.post-pagination li a:hover {
			color: #000;
			}
	.post-pagination li.current a,
	.post-pagination li.current a:hover {
 		border-color: #333; color: #333; cursor: default; color: #aaa;text-decoration: line-through;
		}
	
/* BLOG REGULAR */
.blog-regular .hentry { 
	filter: grayscale(90%); -webkit-filter: grayscale(90%);
	}
.blog-regular .hentry:hover { 
	filter: grayscale(0%); -webkit-filter: grayscale(0%);
	}
.blog-regular .entry-content > p {
	max-width: 440px; margin-left: auto; margin-right: auto;
	}
.blog-regular .author,
.blog-regular .comments-link,
.blog-regular .cat-links,
.blog-regular .edit-link {
	display: none;
	}

/* POST FORMATS */
.hentry .entry-header:before {
 	font-size: 18px; color: #ddd; display: block; text-align: center;
	}
/* sticky  */
.hentry.sticky .entry-header:before {
 	content: "\e86b";
	}
/* quote  */
.format-quote .entry-content,
.format-quote cite {
    text-align: center;
    }
.format-quote .entry-header:before {
 	content: "\e81a"
	}
.format-quote blockquote {
 	display: block; width: 100%; max-width: 480px; padding: 0; margin: 0 auto !important;
	}
.format-quote blockquote:before {
 	content: ""
	}
/* video  */
.format-video .entry-header:before {
 	content: "\e816"
	}
/* audio  */
.format-audio .entry-header:before {
 	content: "\e885"
	}
/* image  */
.format-image .entry-content {
    text-align: center;
    }
.format-image .entry-header:before {
 	content: "\e86a"
	}
/* link  */
.format-link .entry-header:before {
 	content: "\e81b"
    }
.format-link .entry-content {
    text-align: center;
    }
.format-link .entry-content > p:first-child {
    text-align: center;
    }
.format-link .entry-content > p:first-child a:first-child {
    font-size: 11px; font-weight: 400; word-break: break-all; padding: 1.2em 2.2em; display: inline-block; text-transform: uppercase; letter-spacing: 2px; color: #333; border: 3px solid #333; 	
	}
.format-link .entry-content > p:first-child a:first-child:hover {
    color: #000; border: 3px solid #000; 	
    }
/* chat  */
.format-chat .entry-header:before {
 	content: "\e813"
	}
.chat-row {
	text-align: left; 
	}
.chat-row:after {
 	display: table; content: ""; line-height: 0;
	}
.chat-row > div {
	display: inline-block;
	}
.chat-author {
	text-align: right; width: 100px; margin-top: 5px; font-size: 14px; text-transform: uppercase;
	}
.chat-author cite {
 	display: inline-block; min-width: 80%; margin-right: .1em; font-size: 11px; letter-spacing: 1px; font-weight: bold; font-style: normal;
	}
.chat-text {
	text-align: left; padding-left: 20px;
	}
.chat-text p {
    position: relative; display: inline-block; max-width: 460px; padding: 5px 14px; margin-top: 0; margin-bottom: .6em; background: #FFF; border-radius: 4px; border: 1px solid #E9E6DF; font-size: 12px !important; line-height: 1.5 !important;
    }
.chat-speaker-2 .chat-text p {
	boder-color: #ccc;
	}
.chat-text p:empty {
    display: none;
	}
.chat-text p:after {
	content: ''; position: absolute; border-style: solid; border-width: 5px 4px 5px 0; border-color: transparent #FFFFFF; display: block; width: 0; z-index: 1; left: -4px; top: 10px;
	}
.chat-text p:before {
	content: ''; position: absolute; border-style: solid; border-width: 6px 5px 6px 0; border-color: transparent #eee; display: block; width: 0; z-index: 0; left: -6px; top: 9px;
	}
.chat-speaker-2 .chat-text p {
    border-color: #E9E6DF;
    }
.chat-speaker-2 .chat-text p:before {
    border-color: transparent #E9E6DF;
    }
/* status  */
.format-status .entry-content { 
    text-align: center; 
    }
.format-status .entry-header:before {
 	content: "\e84e"
	}
.format-status .entry-content > p:first-child {
    display: inline-block; padding: 1.2em; border: 1px solid #E9E6DF;
	}
/* aside  */
.format-aside .entry-header:before {
 	content: "\e81e"
	}
.format-aside .entry-content {
    text-align: center;
	}
/* gallery  */
.format-gallery .entry-header:before {
 	content: "\e86a";
	}
.gallery {
	width: 100%; margin: 2em -8px; padding: 8px; padding-top: 0; font-size: 0; min-height: 120px; background: url(../images/bckg/loading.gif) center 100px no-repeat; background-size: 88px 8px;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
	}
.gallery:first-child { 
	margin-top: 0; 
	}
.gallery:before,
.gallery:after {
 	content: " "; display: table; clear: both;
	}
.gallery-item {
	display: block; position: relative; float: left; margin: 0 4px 4px 0;
    }
.gallery-item a {
	display: block; position: relative; float: left; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in;
    }
.gallery-item a:before {
	content: ""; opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: #33475D; background: rgba(51, 71, 93, 0.2); 
	}
.gallery-item a:hover:before { 
	opacity: 1; 
	}
.gallery-item img {
	width: 100%;
    }
/* GALLERY COLLAGE LAYOUT */
.collage-loaded {
	min-height: initial; background: none;
	}
.gallery figure {
	display: block; opacity:0; 
	}
.no-csstransforms3d .gallery figure {
	opacity: 1 !important;
	}
.gallery img {
 	display: block; width: 100%;
	}
/* EFFECT 2 */
.effect-2 {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp ease forwards;
    -moz-animation: moveUp ease forwards;
    animation: moveUp ease forwards;
}
@-webkit-keyframes moveUp {
    to { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes moveUp {
    to { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
    to { transform: translateY(0); opacity: 1; }
}
/* Universal durations */
.effect-duration-1{
    -webkit-animation-duration: .4s;
    -moz-animation-duration:    .4s;
    animation-duration:         .4s;
}
.effect-duration-2{
    -webkit-animation-duration: .5s;
    -moz-animation-duration:    .5s;
    animation-duration:         .5s;
}
.effect-duration-3{
    -webkit-animation-duration: .6s;
    -moz-animation-duration:    .6s;
    animation-duration:         .6s;
}
.effect-duration-4{
    -webkit-animation-duration: .7s;
    -moz-animation-duration:    .7s;
    animation-duration:         .7s;
}
.effect-duration-5{
    -webkit-animation-duration: .8s;
    -moz-animation-duration:    .8s;
    animation-duration:         .8s;
}
.effect-duration-6{
    -webkit-animation-duration: .9s;
    -moz-animation-duration:    .9s;
    animation-duration:         .9s;
}
.effect-duration-7{
    -webkit-animation-duration: .95s;
    -moz-animation-duration:    .95s;
    animation-duration:         .95s;
}
.effect-duration-8{
    -webkit-animation-duration: 1s;
    -moz-animation-duration:    1s;
    animation-duration:         1s;
}
.effect-duration-9{
    -webkit-animation-duration: 1.05s;
    -moz-animation-duration:    1.05s;
    animation-duration:         1.05s;
}
.effect-duration-10{
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration:    1.1s;
    animation-duration:         1.1s;
}
	
/* Magnific Popup */
.mfp-content {
	overflow: hidden;
	}
button.mfp-close,
button.mfp-arrow:before {
	background: url(../js/jquery.magnific-popup/default-skin.svg) 0 0 no-repeat; background-size: 264px 88px;
	}
button.mfp-close {
	width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
	}
button.mfp-arrow { 
	width: 70px; height: 100px; opacity: .9;
	}
button.mfp-arrow:hover,
button.mfp-close:hover { 
	background-color: transparent; 
	}
button.mfp-arrow:after { 
	display: none; 
	}
button.mfp-arrow:before {
	content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
	}
button.mfp-arrow-left:before {
	left: 6px; background-position: -138px -44px; 
	}
button.mfp-arrow-right:before {
	left: auto; right: 6px; background-position: -94px -44px; 
	}
.mfp-title {
	position: absolute; width: 100%; line-height: 32px; text-transform: uppercase; font-size: 12px; padding-right: 0; text-align: center; letter-spacing: .04em;
	}
.mfp-counter {
	position: fixed; top: 8px; left: 0; text-align: center; font-size: 12px; letter-spacing: -3px; line-height: 1.6; color: #fff; opacity: .9;
	}
.mfp-removing button,
.mfp-removing .mfp-title { 
	opacity: 0; 
	}
.mfp-figure:after {
	box-shadow: none; 
	}	
.mfp-iframe-holder .mfp-close {
	background: none; 
	}
.mfp-ready .mfp-content {
	opacity: 0;
	}
.mfp-zoom-in .mfp-content { 
	opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
	}
.mfp-zoom-in.mfp-bg {
	opacity: 0; transition: all 0.2s ease-out;
	}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
	opacity: 1; transform: scale(1);
	}
.mfp-bg { 
	background: #222; 
	}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.97;
	}
	.mfp-zoom-in.mfp-image-loaded .mfp-content {
		opacity: 1;
		}
.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.9); opacity: 0;
	}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
	}
.mfp-preloader {
	width: 24px; height: 24px; opacity: 1; margin: 0 auto; background: url(../images/bckg/loading-light.gif) center center no-repeat; background-size: 24px 24px;
	}
.mfp-zoom-in.mfp-ready .mfp-preloader {
	display: block;
	}
.mfp-zoom-in.mfp-image-loaded .mfp-preloader,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	display: none;
	}
/* fade image change */
.mfp-image-loaded .mfp-content {
	-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
	}
@-webkit-keyframes fadeIn{
	0%{ opacity:0 }
	100%{ opacity:1 }
	}
@keyframes fadeIn{
	0%{ opacity:0 }
	100%{ opacity:1 }
	}
	

/* WIDGET AREA */
.widget-area .widget { 
    margin: 0 0 3em 0; 
    }
.widget-area a { 
    color:#333; 
    }
.widget-area a:hover { 
    color:#555;
    }
.widget-title { 
    margin-bottom: 1.6em; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700;
    }
.widget-area ul li { 
    font-size: .875em; 
    }
.widget-area ul ul ul li {
    font-size: inherit;
	}
.widget-area a:active { 
    color: #aaa; border-color: #ccc; 
    }
.widget form p {
	margin: 1.4em 0;
	}
.widget label input {
	
	}

.widget-area iframe {
 	width: 100% !important; max-height: 290px;
	}

/* DEFAULT WIDGETS */
.widget-area ul { 
    margin-left: 1.2em; padding-left: 0; 
    }
.widget-area ul li { 
    position:relative; margin-bottom:.4em; line-height:1.5; 
    }

/* recent entries widget */
.widget_recent_entries ul { 
    margin-left: 0; list-style: none;
    }
.widget_recent_entries ul li { 
    margin: 0; padding: .4em 0 .6em; font-size: 13px; text-transform: uppercase; letter-spacing: .04em;
    }

/* recent comments widget */
.widget_recent_comments ul li { 
    font-style: italic; 
    }
.widget_recent_comments ul li a { 
    font-style: normal; 
    }
.widget_recent_comments ul li a:nth-of-type(2) { 
    font-weight: bold; 
    }

/* pages widget */
.widget_pages ul ul li { 
    font-size: 1em; 
    }

/* text widget */
.textwidget { 
    font-size: .875em;
    }
.textwidget img { 
	margin-bottom: 1.2em;
    }
.textwidget p img { 
	margin-bottom: 0;
    }

/* rss widget */
.widget_rss .rss-date, 
.widget_rss cite:before { 
    text-align:left; color:#bbb;
    }
.widget_rss .rss-date {
	display: block; margin-left: 2em; font-size: 10px; 
    }
.widget_rss ul { 
	list-style: none; margin: 0;
    }
.widget_rss ul li { 
    padding-bottom: 1.4em;
    }
.widget_rss ul li a.rsswidget { 
    font-weight:bold; font-size: 14px;
    }
.widget_rss .widget-title img { 
    margin-right:.1em; 
    }
.widget_rss cite { 
    display:block; margin-top:.6em; text-align:right; font-style: normal;
    }
.widget_rss cite:before { 
    content:"by "; 
    }
.widget_rss .rssSummary { 
    padding-top: .6em; 
    }

/* tag cloud widget */
.tagcloud a { 
    color: inherit; font-size: 10px !important; text-transform: uppercase; margin: 0 12px 8px 0; display: inline-block; line-height: 1;
    }
.tagcloud a:before {
	content: '#';
	}

/* categories widget */
.widget_categories ul { 
    list-style: none; margin-left: 0; 
    }
.widget_categories ul ul {
    margin-left: 1em;
	}
.widget_categories ul li.cat-item {
    margin-bottom: .6em;
    }
.widget_categories ul li.cat-item a {
    padding: 7px 0; margin: 0px; font-size: 11px; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #F4F3EF; display: block;
    }

/* search widget */
.widget_search .search-submit { 
    margin-top: 12px; display: none; 
    }

/* calendar widget */
.widget_calendar table { 
    width: 100%; max-width: 280px; margin-bottom: 0;
    }
.widget_calendar thead { 
    display: none;
    }
.widget_calendar table caption { 
    text-align: center; padding-bottom: 8px; font-size: 12px; font-weight: bold;
    }
.widget_calendar table tr td, 
.widget_calendar table tr th { 
    padding: .7em 0;
    }
.widget_calendar tr td { 
    color:#ccc; text-align: center;
    }
.widget_calendar tbody a { 
    font-weight: bold; 
    }
.widget_calendar tfoot { 
    font-size: 13px; 
    }

/* CUSTOM WIDGETS */

/* SOCIAL FEED */
.social-feed ul {
    margin-left: 0; list-style: none; 
    }
.social-feed ul li { 
    display:inline-block; padding: 0 4px 4px 0; font-size: 0;
    }
.social-feed ul li img { 
    max-width: 80px; max-height: 100%; 
    }

/* EMAIL NEWSLETTER WIDGET by MailChimp for WordPress Plugin */
.widget_mc4wp_widget { 
	padding: 28px 22px 8px; text-align: center; background: #fafafa; 
	}
.widget_mc4wp_widget .widget-title {
	text-transform: none; letter-spacing: 0; font-size: 18px;
	}
.widget_mc4wp_widget label {
	display: none;
	}
.widget_mc4wp_widget input:not(:hover) {
	background: none !important;
	} 
.widget_mc4wp_widget input[type=email] {
	background: none !important; text-align: center; font-size: 12px !important; border: 0 !important; border-bottom: 2px dashed #ccc !important;
	}  
.widget_mc4wp_widget input[type=email]:focus {
	border: 0 !important; border-bottom: 2px dashed #888 !important; outline: 0 !important;
	} 


/* TOP10 Popular Posts Widget */
.tptn_posts ul {
	list-style: none; margin: 0;
	}
.tptn_posts ul li {
	display: block; clear: left; overflow: hidden; margin-bottom: 1em;
	}
.tptn_title {
	font-size: 12px; font-weight: bold;
	}
.tptn_posts img {
	float: left; margin-right: 16px; max-height: 76px; width: auto;
	}
.tptn_posts .tptn_link {
	display: block;
	}
.tptn_posts .tptn_after_thumb > span {
	font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #ccc; margin-right: 6px;
	}


/* BLOG SINGLE */
/* POST TAGS */
.post-tags { 
	margin: 2em 0; 
	}	
	
/* NAV SINGLE */	
.nav-single {
	padding: 2em 0 1em 0; overflow: hidden;
	}
	.nav-single > div {
		overflow: auto;
		}
	.nav-single .nav-previous {
		padding-right: 1em;
		}
	.nav-single .nav-next {
		padding-left: 1em;
		}	
	.nav-single h4 {
		float: left; font-weight: 400; display:inline-block; letter-spacing: 2px; font-size: 10px; color: #ccc;
		}
	.nav-single a {
        display: block; clear: both; float: left; max-width: 200px; width: 100%; font-size: 16px; line-height: 1.4; font-weight: bold; color: inherit; margin-bottom: 1em;
		}
	.nav-single .meta-nav {
 		margin-right: .6em
		}
	.nav-single .nav-next .meta-nav {
 		margin-left: .6em; margin-right: 0;
		}
	.nav-single .nav-next {
 		text-align: right
		}
	.nav-single .nav-next h4,
	.nav-single .nav-next a {
 		float: right
		}

.post-footer h3 {
	font-size: 13px; font-weight: 400; letter-spacing: 1px;
	}
/* ABOUT THE AUTHOR */
.about-author {
 	margin: 2em 0;
	}
.author-bio {
 	padding-top: .4em;
	}
.author-bio h4 {
    font-size: 13px; margin-bottom: .2em; font-weight: 700;
	}
.author-bio h4 a {
	color: inherit;
	}
.author-img {
 	width: 60px; margin: 0 1.6em 1em 0; float: left;
	}
	.author-img img {
		display: block; border-radius: 50%;
		}
.author-info {
	margin-left: 76px;
	}
.author-info p {
 	font-size: .875em; line-height: 1.7; margin: .4em 0;
	}
.author-info *:first-child {
 	margin-top: 0
	}
.about-author .social {
	margin: .6em 0 0;
	}
	.about-author .social li a {
		width: 18px; line-height: 18px; border: 0; font-size: 12px; background: transparent;
		}

/* SHARE LINKS */
.post-footer {
	overflow: auto;
	}
.share-links {
	margin: 0;
	}
.share-links a {
	padding: 6px; background: #222; color: #fff;
	}
.share-links a.face {
	background: #3b5998;
	}
.share-links a.tweet {
	background: #55acee;
	}
.share-links a.gplus {
	background: #dc4e41;
	}
.share-links a:hover {
	opacity: .9;
	}
	
/* RELATED POSTS */
.related-posts {
    padding: 2em 0;
    }
.related-posts h3 {
	text-align: center; margin-bottom: 1.6em; font-size: 12px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase;
    }
.related-post {
	overflow: hidden; padding-bottom: 1em;
	}
.related-post h4 {
	margin: 0; font-size: 16px; letter-spacing: 0; max-width: 170px; margin-left: auto; margin-right: auto;
	}
.related-post h4 a {
	color: inherit;
	}
.related-post p {
	font-size: 9px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; color: #bbb;
	}
.related-post-image {
	width: 25%; float: left; margin-right: 1em;	
	}

/* COMMENTS */
.comments-area {
 	padding: 0; clear: left; max-width: 550px; margin-left: auto; margin-right: auto;
	}
.comments-area h3 {
	font-size: 14px; text-transform: uppercase; text-align: center; letter-spacing: 3px; margin-bottom: 1.4em;
	}
.comments-area ol {
 	list-style: none; margin: 0; padding: 0;
	}
	.comments-area ol ol,
	.comments-area ol #respond {
 		margin-left: 6%
		}
		.comments-area ol ol ol,
		.comments-area ol ol #respond {
			margin-left: 2%;
			}
    .commentlist {
 	padding: 0; line-height: 1.6;
	}
.comments-area article {
    position: relative; padding: .6em 0; margin-bottom: .8em; border-bottom: 1px solid #F4F3EF;
    }   
.commentlist > li:last-child > article {
    border-bottom: 0;
    }
.comment-meta { margin-bottom: .6em; overflow: hidden; }
.comment-meta img {
    display: block; float: left; padding: 4px; margin: 0 1.0em 0 0; border-radius: 50%; max-width: 60px; 
	}
.comment-meta .fn {
    display: block; font-weight: 700; font-style: normal; padding-top: 0.4em; font-size: 15px;
    }
.comment-meta .fn a {
	color: #333;
    }
.comment-meta .comment-date {
    display: block; font-size: 9px; letter-spacing: .08em; color: #bbb; text-transform: uppercase;
    }
.comment-content {
    padding-top: .1em; clear: left; color: #555;
	}
	.comment-content p {
 		margin: .4em 0 .2em 0;
		}
	.comment-awaiting-moderation,
	.logged-in-as {
		display: inline-block; padding: .6em 1.2em; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; color: #fff; background: #222;
		}
	.comment-awaiting-moderation a,
	.logged-in-as a {
		color: inherit;
		}
	.comment-edit-link {
		display: inline-block; margin-left: 1em;
		}
	.comment-edit-link a {
		color: #555;
		}
.comment .reply {
    text-align: right; font-weight: 400; font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
	}
.comment .reply a {
	color: #bbb;
	}
.comment .reply a:hover {
	color: #888;
	}
/* comment by post author  */
.bypostauthor > article {
	/*border-bottom: 3px solid #555;*/
    }
.bypostauthor > article .comment-meta img {
	border: 4px solid #FFCD31;
    }
.bypostauthor > article:before {
    font-family: "fontello"; content: '\e862'; font-weight: bold; font-size: 15px; margin-right: 12px; position:  absolute; top: 0; right: 0; color: #FF6363;
    }
	
/* COMMENT FORM */
#respond {
 	padding: 2em 0;
    }
.form-allowed-tags,
.comment-notes {
 	display: none; font-size: .8em;
	}
	.form-allowed-tags code {
 		margin-top: 1em
		}
.form-submit {
 	padding-top: .5em; margin-top: 0;
	}



/*  --------------------------------------------

	6. MODULES @modules : reusable styles
	
    -------------------------------------------- */

/* BUTTONS */
input[type=submit],
input[type=button],
button,
a.button,
.more-link {
 	display: inline-block; position: relative; padding: 1.4em 2.2em; margin-bottom: .25em; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; line-height: 1.2; outline: 0; border: 2px solid #333; color: #333; text-shadow: none; background: #fff; border-radius: 0;
	}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.button:hover,
.more-link:hover,
input[type=file]::-webkit-file-upload-button:hover,
input[type=file]:focus::-webkit-file-upload-button {
 	color: #fff; background-color: #222; border-color: transparent;
	}
input[type=submit]:active,
input[type=button]:active,
button:active,
a.button:active,
.more-link:active,
input[type=file]::-webkit-file-upload-button:active {
	-webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
	}
/* Big Buttons */
input[type=submit].big,
input[type=button].big,
button.big,
a.button.big {
 	padding: 2.2em 3.6em;
	}
/* Huge Buttons */
input[type=submit].huge,
input[type=button].huge,
button.huge,
a.button.huge {
 	padding: 2.8em 4.6em;
	}
/* Small Buttons */
input[type=submit].small,
input[type=button].small,
button.small,
a.button.small {
 	padding: 1em 1.8em;
	}
/* Buttons with icons */
input[type=submit] i,
input[type=button] i,
button i,
a.button i {
 	display: inline; line-height: 1; font-size: 16px; font-weight: bold; margin-right: .4em; margin-left: -0.35em; margin-bottom: -1em; vertical-align: middle;
	}
input[type=submit].big i,
input[type=button].big i,
button.big i,
a.button.big i {
 	top: .7em; left: 1.2em; font-size: 18px;
	}

/* SOCIAL LINKS */
html a.social-link {
	display: inline-block; padding: 0; margin: 0 .25em .5em 0; text-align: center; font-size: 13px; font-family: "fontello"; width: 34px; line-height: 32px; color: #333; background: #fff; border: 1px solid #eee; border-radius: 50%;
		}
html a.social-link:hover {
	color: #fff; background: #333; border-color: transparent;
	}
	.social-link.facebook:before {
		content: '\e825'
		}
	.social-link.twitter:before {
		content: '\e826'
		}
	.social-link.flickr:before {
		content: '\e835'
		}
	.social-link.rss:before {
		content: '\e82f'
		}
	.social-link.dribbble:before {
		content: '\e82c'
		}
	.social-link.lastfm:before {
		content: '\e82e'
		}
	.social-link.linkedin:before {
		content: '\e827'
		}
	.social-link.vimeo:before {
		content: '\e830'
		}
	.social-link.forrst:before {
		content: '\e831'
		}
	.social-link.skype:before {
		content: '\e832'
		}
	.social-link.picasa:before {
		content: '\e833'
		}
	.social-link.tumblr:before {
		content: '\e836'
		}
	.social-link.behance:before {
		content: '\e82b'
		}
	.social-link.blogger:before {
		content: '\e837'
		}
	.social-link.delicious:before {
		content: '\e838'
		}
	.social-link.digg:before {
		content: '\e839'
		}
	.social-link.friendfeed:before {
		content: '\e83a'
		}
	.social-link.github:before {
		content: '\e82a'
		}
	.social-link.wordpress:before {
		content: '\e83b'
		}
	.social-link.google-plus:before {
		content: '\e828'
		}
	.social-link.youtube:before {
		content: "\e834"
		}
	.social-link.pinterest:before {
		content: "\e829"
		}
	.social-link.instagram:before {
		content: "\e82d"
		}
	.social-link.stack-overflow:before {
		content: "\e83c"
		}
	.social-link.foursquare:before {
		content: "\e83d"
		}
	.social-link.xing:before {
		content: "\e83e"
		}
	.social-link.weibo:before {
		content: "\e83f"
		}
	.social-link.soundcloud:before {
		content: "\e840"
		}
	.social-link.fivehundredpx:before {
		content: "\e841"
		}
	.social-link.slideshare:before {
		content: "\e842"
		}
	.social-link.vine:before {
		content: "\e863"
		}
	.social-link.vkontakte:before {
		content: "\e846"
		}
	.social-link.paypal:before {
		content: "\e8b9"
		}
	.social-link.spotify:before {
		content: "\e8ba"
		}
	.social-link.website:before {
		content: "\e808"
		}

/* TABS */
.tabs {
 	font-size: 1em; margin-bottom: 2em;
	}
	.tabs .tab-titles {
 		padding: 0; margin: 0 0 -1px 0; text-align: center;
		}
		.tabs .tab-titles li {
 			display: inline-block;
			}
			.tabs .tab-titles li a {
 				display: inline-block; padding: 1.4em 2em; letter-spacing: 1px; font-size: 10px; font-weight: bold; text-transform: uppercase; color: inherit; border: 0; cursor: pointer;
				}
			.tabs .tab-titles li a.active {
 				background-color: #fff; border: 1px solid #f3f3f3; border-bottom: none;
				}
	.tabs .tab-content {
 		margin-top: -1px; font-size: 12px; border: 1px solid #f3f3f3;
		}
		.tabs .tab-content > div {
 			padding: 1.8em; display: none;
			}
			
/* TOGGLES */
.toggle-group {
	margin-bottom: 2em;
	}
	.toggle h4 {
        position: relative; font-size: 15px; border-left: 0; padding: 1.2em 1em 1.4em 1.8em; margin: 0; cursor: pointer; border-bottom: 1px solid #F4F3EF;
		}
	.toggle h4.active {
 		 border-bottom: 0;
		}
	.toggle h4:before {
 		content: "\e823"; opacity: .6; position: absolute; top: 1.4em; left: 0; font-size: 14px; line-height: 1;
		}
	.toggle h4.active:before {
 		content: '\e89e'; 
		}
	.toggle .toggle-content {
        display: none; padding: 1.2em 0 2em 1.8em; font-size: 12px; border-bottom: 1px solid #f5f5f5;
		}
		
/* ALERTS */
.alert {
    position: relative; padding: 1.2em 2em; font-size: 12px; line-height: 1.4; margin-bottom: 2em; border: 2px solid #f5f5f5;
	}
.alert.success {
    border-color: #8EE1A8;
	}
.alert.error {
 	border-color: #FF6140;
	}

/* CONTACT FORM */
.contact-form {
 	margin: 1em auto 2em auto; max-width: 600px; overflow: auto;
	}
	.contact-form p {
		margin: 0 0 1.8em 0;
		}	
	.contact-form p:last-child {
		text-align: center;
		}	
	.contact-form input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
	.contact-form textarea {
		width: 100%; max-width: none; display: block;
		}
	.contact-form textarea {
		height: 100px;
		}
	.contact-form .antispam { 
		display: none; 
		}
    .submit {
        position: relative; overflow: hidden; 
        }
    .submit .submit-label {
        position: relative; display: inline-block;
        }
    .submit .submit-status {
        position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; filter:alpha(opacity=0); background: #fff; -webkit-transform: scale(2.5); transform: scale(2.5);
        }
    .submit.loading .submit-status {
        background: #fff url(../images/bckg/loading.gif) center center no-repeat; background-size: 77px 7px;
        }
    .submit.active .submit-status {
        opacity: 1; filter:alpha(opacity=100); -webkit-transform: none; transform: none;
        }
    .submit .submit-status:before { 
        font-family: "fontello"; font-size: 15px; line-height: 40px; 
        }
    .submit.success { 
        color: #096; border-color: #096;
        }
    .submit.error { 
        color: #FF6140; border-color: #FF6140;
        }
    .submit.success .submit-status:before { 
        content: '\e85b'; 
        }
    .submit.error .submit-status:before { 
        content: '\e85d'; 
        }

/* HTTP ALERT */
.http-alert {
 	text-align: center
	}
	.http-alert h1 {
        margin: .12em 0 .3em 0; font-size: 10em; letter-spacing: .03em; line-height: 1; text-shadow: #EDEDED 1px 1px, #EDEDED 2px 2px, #EEE 3px 3px, #EEE 4px 4px, #EEE 5px 5px, #EFEFEF 6px 6px, #EFEFEF 7px 7px, #F0F0F0 8px 8px, #F0F0F0 9px 9px, #F0F0F0 10px 10px, #F1F1F1 11px 11px, #F1F1F1 12px 12px, #F2F2F2 13px 13px, #F2F2F2 14px 14px, #F2F2F2 15px 15px, #F3F3F3 16px 16px, #F3F3F3 17px 17px, #F4F4F4 18px 18px, #F4F4F4 19px 19px, #F4F4F4 20px 20px, #F5F5F5 21px 21px, #F5F5F5 22px 22px, #F6F6F6 23px 23px, #F6F6F6 24px 24px, #F6F6F6 25px 25px, #F7F7F7 26px 26px, #F7F7F7 27px 27px, #F7F7F7 28px 28px, #F8F8F8 29px 29px, #F8F8F8 30px 30px, #F9F9F9 31px 31px, #F9F9F9 32px 32px, #F9F9F9 33px 33px, #FAFAFA 34px 34px, #FAFAFA 35px 35px, #FBFBFB 36px 36px, #FBFBFB 37px 37px, #FBFBFB 38px 38px, #FCFCFC 39px 39px, #FCFCFC 40px 40px, #FDFDFD 41px 41px, #FDFDFD 42px 42px, #FDFDFD 43px 43px, #FEFEFE 44px 44px, #FEFEFE 45px 45px, #FFF 46px 46px;
		}

/* SECTION HEADER */
.section-header {
	text-align: center; margin: 4em 0;
	}
.section-header h2 {
	text-transform: uppercase; font-size: 15px;letter-spacing: 2px; margin-bottom: 2px;
	}
.section-header h2 i {
	text-transform: none; font-size: 12px; font-weight: 400; letter-spacing: 2px; font-family: "Georgia", serif;
	} 
.section-header p,
.entry-header p {
	font-size: 12px; color: #999;
	}
	
/* MEDIA GRID */
.media-grid {
	font-size: 0; margin: 30px -10px;
	}
	.media-grid .media-cell {
 		width: 100%; display: inline-block; font-size: 16px; padding: 10px; vertical-align: top; background: #fff;
		}

/* MEDIA BOX */
.media-box {
 	position: relative;
	}
	.media-box img {
		display: block; width: 100%;
		}	
	.media-box:hover img {
		-webkit-filter: saturate(0%); filter: saturate(0%);
		}
	.media-box .media-action {
		 display: flex; align-items: center; justify-content: center; opacity: 0; filter: alpha(opacity = 0); position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: rgba(255, 255, 255, 0.94);
		}
	.media-box:hover .media-action {
		opacity: 1;
		}
	.media-box .media-buttons .button {
		margin: 8px;
		}
	.media-box .media-buttons .button:not(:hover) {
		background: none;
		}
	.media-buttons h2 a {
		color: inherit;
		}
		
/* MEDIA CELL DESC */
.media-cell-desc {
 	padding: 1.2em 0 0 0; text-align: center;
	}
.media-cell-desc h3 {
 	padding: 0; margin: 0px; font-weight: 700; font-size: 18px; letter-spacing: 0px;
	}
	.media-cell-desc h3 a {
		color: #333;
		}
		.media-cell-desc h3 a:hover {
			color: #111;
			}
		.media-cell-desc h3 a:active {
			border-color: #555
			}
	.media-cell-desc p {
		font-size: 12px; letter-spacing: .02em; margin: .1em 0 0; color: #bbb;
		}
	.media-cell-desc .date {
		float: left; margin-right: 16px; padding: 4px 8px; text-align: center; font-size: 14px; line-height: 1; color: #fff; border-radius: 2px; margin-top: -66px; position: relative; background: #FFF; margin-left: 0%; background: #5BCF80;;
		}
		.media-cell-desc .date .day {
			display: block; font-size: 32px; font-weight: 800; color: #fff;
			}
.sidebar .media-cell-desc {
	padding-top: 0;
	}
.sidebar .media-cell-desc h3 {
	font-size: 15px;
	}



/* LAUNCH */
.launch {
	text-align: center;
	}

/* INTRO */
.intro {
	text-align: center; margin: 2em 0;
	}
.intro:first-child {
	margin-top: 0;
	}
	.intro h2 {
	     font-size: 1.8em; line-height: 1.3;
		}
	.intro-p { 
        margin-bottom: .4em; 
        }
	.selectedText { 
		font-style: normal; background: #FFFDC2; 
		}

/* STATS */
.stats { text-align: center; margin: 4em 0; padding: 3em 0; background: #fafafa; }
.stats h2 { margin: 0; font-size: 2.8em; }
.stats p { margin: .4em 0; } 

/* TEAM */
.the-team .media-box .media-action {
	width: auto; height: auto; top: 20px; right: 20px; bottom: 20px; left: 20px; background: rgba(255, 255, 255, 0.89);
	}
.the-team .social-link {
	background: none; border: 0; margin: 0; font-size: 14px; width: 36px; line-height: 36px;
	}
.the-team .media-cell-desc h3 {
	text-transform: none;
	}
.the-team .media-cell-desc p {
	font-size: 10px; text-transform: uppercase; letter-spacing: .11em; 
	}


/*  --------------------------------------------

	7. PORTFOLIO @portfolio
	
    -------------------------------------------- */
	
.type-themes .entry-content > p {
	margin: 1em auto 3em; max-width: 440px; text-align: center;
	}
.type-themes .entry-content .button + .button {
	margin-left: -10px;
	}
.type-themes .tabs {
	margin: 4em 0;
	}
.type-themes .tab-content img {
	display: block; margin-left: auto; margin-right: auto;
	}
.type-themes .tab-content pre {
	border: none; padding: 0; margin: 0;
	}
.type-themes .tab-content pre strong {
	font-size: 12px;
	}
.type-themes .tab-content pre strong:first-child {
	display: inline-block; padding: 0 8px; margin-bottom: 8px; color: #fff;	background: #FFBF7F;
	}
.type-themes .tab-content > div:nth-child(3) {
	text-align: center; padding: 5em;
	}
.type-themes .tab-content ul {
	padding: 0; margin: 0; list-style: none;
	}
.type-themes .tab-content ul li {
	margin-bottom: 1.2em; padding-left: 28px; position: relative;
	}
.type-themes .tab-content ul li:before {
    font-family: "fontello"; content: '\e861'; margin-right: 15px; font-size: 11px; position: absolute; top: 2px; left: 1px;
	}
.flexbox-container > div:first-child {
	margin-right: 20px;
	}
.theme-action { 
	width: 100%; margin: 0; position: relative; z-index: 200; padding: 14px 0; text-align: center; background: #fff; 
	}
	
	
	
	
/*  --------------------------------------------

	7. SUPPORT @support
	
    -------------------------------------------- */
	
/* SUPPORT TABS */
.support-tabs {
	margin: 3em 0 0;
	}
.support-tabs .tab-titles img {
	display: block; max-height: 36px; margin: 10px auto;
	}
.support-tabs .tab-titles li a {
	padding: 2em 3em;
	}
.support-tabs .tab-content {
	border: 0;
	}
.support-tabs.tabs .tab-content > div {
	padding: 3em 0 0;
	}
.support-tabs .tab-titles li a.active {
	border: 0; background: #fafafa;
	}

/* show inline labels after checkboxes */
input[type="checkbox"] + label {
	display:  inline-block;
	}
	
/* FORUMS STYLE */
.bbp-forums,
.bbp-forums ul {
	padding: 4px 0; margin: 0; list-style: none; overflow: hidden; clear: left;
	}
.bbp-forums ul {
	padding: 14px 0; border-bottom: 1px solid #f7f7f7;
	}
.bbp-forums ul:last-child {
	border: 0;
	}
.bbp-topics {
	margin-top: 4em;
	}
.bbp-topics ul {
	padding: 20px 0;
	}
.bbp-forums ul.forum-titles {
	padding: 6px 0;
	}
.bbp-body {
	padding: 6px 0;
	}
/* Forum Header */
.bbp-header {
	font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #999; border-bottom: 4px solid #f7f7f7;
	}
.bbp-forum-title {
	display: inline-block; font-size: 15px; line-height: 1.3; font-weight: bold; color: inherit;
	}
.bbp-forum-content {
	font-size: 11px; letter-spacing: .03em; color: #bbb;
	}
.bbp-forum-info,
.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-forum-freshness {
	float: left;
	}
li.bbp-forum-info,
li.bbp-topic-title {
	width: 60%;
	}
li.bbp-forum-topic-count,
li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
	width: 20%; text-align: center;
	}
.bbp-forum-freshness {
	display: none; width: 30%; text-align: right;
	}
.bbp-body .bbp-forum-freshness {
	font-size: 11px;
	}
.bbp-forum-freshness .bbp-author-meta {
	position: relative; padding-right: 34px; padding-left: 2px;
	}
.bbp-forum-freshness .bbp-author-meta img {
	position: absolute; top: -2px; right: 0;
	}
.bbp-forum-freshness a {
	color: #777;
	}
.bbp-author-meta {
	display: block; margin-top: 4px; color: #ccc;
	}
.bbp-author-meta img,
.bbp-topic-freshness-author img,
.bbp-search-results .bbp-author-avatar img {
	margin: 0 4px 0 4px; max-width: 24px; max-height: 24px; border-radius: 50%;
	}
.bbp-author-meta a,
.bbp-template-notice .bbp-author-name {
	display: inline-block; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #777;
	}
.bbp-author-meta a:hover,
.bbp-forum-freshness a:hover {
	color: #333;
	}

/* pagination */
.bbp-pagination {
    color: #ccc; font-size: 12px; text-align: center; margin: 3em 0;
	}
.bbp-pagination-links {
	font-size: 19px;
	}
.bbp-pagination-links > * {
    display: inline-block; padding: 6px; color: #333;
	}
.bbp-pagination-links .current {
	color: #aaa; text-decoration: line-through;
	}

/* sticky  */
.bbp-forum-title:before {
	font-size: 16px; display: inline-block; margin-right: 12px;
	}
.bbp-topics .sticky .bbp-forum-title:before,
.bbp-topics .super-sticky .bbp-forum-title:before {
 	content: "\e86b";
	}

/* info box */
.info-box {
	padding: 2em 1.4em; font-size: 12px; display: inline-block; width: 100%; vertical-align: top; position: relative;
	}
.info-box h3 {
	font-size: 12px; text-transform: uppercase; letter-spacing: .1em;
	}
.info-box img {
	position: absolute; top: 0; left: 0; opacity: .05; max-height: 80px; margin-bottom: 12px; z-index: -1;
	}
.info-box input:not([type=submit]) {
	background: none !important;
	}

/* TOPIC PAGE */
.bbp-replies {
	padding: 0; list-style: none;
	}
.bbp-replies .hentry {
	margin-bottom: 0; padding-bottom: 2em; position: relative;
	}
.bbp-replies .bbp-header {
	margin-left: 24px;
	}
.bbp-replies .bbp-header a {
	display: inline-block; margin-left: 12px; padding: 6px 0; color: #333;
	}
.bbp-replies .bbp-header .bbp-reply-content {
	padding: 0; text-align: center;
	}
.bbp-posted-in {
	text-align: center;
	}
.bbp-replies .bbp-posted-in a {
	margin-left: 6px;
	}
.parent-forum {
	font-size: 16px; text-transform: none; font-weight: bold; letter-spacing: .03em;
	}
.bbp-replies .bbp-body {
	padding: 32px 0;
	}
.bbp-reply-header {
	position: relative;
	}
.bbp-replies .bbp-meta {
	font-size: 10px; letter-spacing: .04em; text-transform: uppercase; color: #fff;
	}
.bbp-replies .bbp-meta a {
	color: #777;
	}
.bbp-replies .bbp-meta a:hover {
	color: #333;
	}
.bbp-reply-permalink {
    margin-right: 10px;
	}
.bbp-replies .bbp-reply-author {
	padding-left: 80px; position: relative;
	}
.bbp-replies .bbp-author-avatar,
.bbp-replies .bbp-reply-author > img {
	position: absolute; top: 0; left: -8px; padding: 4px; border-radius: 50%; overflow: hidden; background: #fff;
	}
.bbp-replies .bbp-reply-author > img {
	left: -4px; padding: 0px; border-radius: 50%; box-shadow: 0 0 0 4px #fff;
	}
.bbp-reply-author > img + .bbp-reply-post-date {
    display: block;
	}
.bbp-replies .bbp-reply-author img {
	max-width: 60px; margin: 0; border-radius: 50%;
	}
.bbp-replies .moderator .bbp-reply-author .bbp-author-avatar {
	border: 4px solid #FFCD31; padding: 0;
	}
.bbp-replies .moderator .bbp-reply-author .bbp-author-avatar img {
	padding: 4px;
	}
.bbp-reply-author .bbp-author-name {
	font-size: 17px; font-weight: bold; color: #333;
	}
.bbp-author-name:after {
	content: ""; display: block;
	}
.bbp-replies .bbp-reply-content,
.bbp-replies .bbp-reply-author {
	padding-left: 74px;
	}
.bbp-replies .bbp-reply-content {
	padding-top: 1.6em;
	}
.bbp-replies .hentry .bbp-reply-content {
	font-size: 12px; 
	}
.bbp-reply-content {
    overflow-wrap: break-word;
	}
.bbp-author-role {
	display: inline-block; font-size: 10px; padding: 1px 9px; background: #F7F5F3; border-radius: 4px; margin-right: 10px; text-transform: uppercase; letter-spacing: 1px;
	}
.moderator .bbp-author-role {
	background: #FF6363; color: #fff;
	}
.bbp-reply-post-date {
    font-size: 10px; text-transform: uppercase; letter-spacing: .02em; color: #bbb; 
	}
.bbp-replies .hentry:before { 
	content: ""; position: absolute; top: -33px; left: 24px; border: 2px solid #F7F7F7; height: 100%; padding-bottom: 32px; box-sizing: content-box;
	}
.bbp-replies .hentry:last-child {
	padding-bottom: 0;
	}
.bbp-replies .hentry:last-child:before {
	display: none;
	}
.bbp-topic-started-in {
    display: block;
	}
.bbp-topic-started-in a {
	color: inherit; text-transform: uppercase; font-size: 9px; letter-spacing: 2px; border-bottom: 1px solid #eee; margin-left: 10px;
	}

/* FORUM USERS */
#bbp-user-avatar {
	text-align: center;
	}
#bbp-user-avatar img {
	width: auto; max-height: 100px; border-radius: 50%;
	}
#bbp-user-navigation ul {
	list-style: none; padding: 0; margin: 3em 0; text-align: center; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; border-bottom: 3px solid #f7f7f7;
	}
#bbp-user-navigation ul li {
	display: inline-block;
	}
#bbp-user-navigation ul li.current {
	margin-bottom: -3px; border: 3px solid #F7F7F7; border-bottom-color: #fff;
	}
#bbp-user-navigation ul li a {
	display: inline-block; padding: 4px 10px; color: #333;
	}
#bbp-user-navigation ul li:not(.current) a:hover {
	color: #888;
	}
#bbp-user-body h2 {
	margin: 50px 0 18px; font-size: 1.6em;
	}
.bbp-user-section p {
	margin: 0 0 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .06em;
	}
.bbp-user-favorites .bbp-user-section > p,
.bbp-user-subscriptions .bbp-user-section > p {
	text-align: center;
	}
.sbv-user-envato-item {
    margin-top: 14px; padding: 22px 22px 16px 22px; max-width: 460px; background: #fafafa;
	}
.sbv-user-envato-item img {
	float: left;
	}
.sbv-user-item-content {
    margin-left: 106px;
	}
.sbv-user-item-content h4 {
	font-size: 16px;
	}
.sbv-user-item-content h4 a {
	color: inherit;
	}
.sbv-user-item-content ul {
	padding: 0; list-style: none;
	}
.sbv-user-purchase-codes .bbp-user-section p {
	font-size: 10px; color: #666;
	}
.sbv-user-purchase-codes .bbp-user-section p strong {
	color: #222;
	}
.sbv-user-item-content ul li > span {
	display: inline-block; padding: 2px 10px; margin-bottom: 10px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; color: #fff; background: #89B58E;
	}
.sbv-bulk-code-block {
	padding: 18px 0;
	}
.sbv-user-purchase-bulk .bbp-user-section p {
	font-size: 13px; text-transform: none; letter-spacing: 0; color: #bbb;
	}
.sbv-user-purchase-bulk .bbp-user-section p a {
	color: #aaa; text-decoration: underline;
	}
.sbv-user-purchase-bulk .bbp-user-section p a:hover {
	color: #555;
	}
.sbv-bulk-code-block input {
	display: block; margin-bottom: 6px; padding: 10px 14px !important; font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	}
.sbv-bulk-code-block-submit {
    display: inline-block;
	}
.sbv-bulk-add-more {
	display: block; padding: 6px 13px; font-size: 19px;
	}

/* Login Widget */
.bbp_widget_login img {
	border-radius: 50%; margin-right: 18px;
	}
.widget .submit.user-submit {
	float: left; padding-top: 8px;
	}
.bbp_widget_login h4 {
	margin: 0 0 6px 0; font-size: 14px;
	}
.bbp_widget_login.widget a.button {
	padding: 6px 12px; border-width: 1px;
	}
.bbp_widget_login legend {
	display:  none;
	}
.bbp-remember-me label {
	display: inline-block;
	}
.bbp_widget_login fieldset > div {
	margin: 0 0 14px 0;
	}
.bbp_widget_login input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]) {
  	padding: 10px 14px;
	}

/* NOTICES */
.bbp-template-notice {
    padding: 14px 22px; margin: 40px 0; font-size: 10px; border: 3px solid #F7F7F7; text-transform: uppercase; color: #555; letter-spacing: .05em; line-height: 1.3;
	}
.bbp-template-notice a {
	color: #555; border-bottom: 1px solid #eee;
	}
.bbp-template-notice a:hover {
	color: #111;
	}
.bbp-template-notice p:first-child {
	margin-top: 0;
	}
.bbp-template-notice.not-logged-in {
	padding: 22px 32px;
	}
.bbp-author-avatar img {
	border-radius: 50%; margin: 0 4px 0 8px;
	}
.bbp-template-notice .bbp-author-name,
.bbp-template-notice .bbp-author-avatar  {
	border: 0;
	}
.bbp-template-notice .bbp-author-name {
	margin-right: 12px;
	}
.bbp-template-notice .bbp-author-name:after {
	display: none;
	}

/* SEARCH WIDGET */
.bbp-forums + .bbp-search-form {
	text-align: center;
	}
/* search widget on sidebar */
.widget_display_search .button {
    margin-top: 18px;
	}

/* NVERIFY PLUGIN */
.sbv-envato-item div h4 a {
    color: inherit; font-size: 16px; letter-spacing: .02em; 
	}
.sbv-envato-item div em {
    font-size: 9px; text-transform: uppercase; font-style: normal; letter-spacing: 2px;
	}
#sbv-protection-block .bbp-form > a {
    text-transform: uppercase; font-size: 10px; letter-spacing: 1px; color: #555; border-bottom: 1px solid #eee;
	}
legend + .bbp-template-notice.info {
  	margin-top: 20px;
	}

/* CUSTOM CSS - remove when category based search is activated */
.bbp-search-form h2 + p {
    display: none;
	}
.info-box + .info-box {
	display: none;
	}
.info-box {
	width: 100% !important;
	}
	
/* NEW CUSTOM CSS - 2017 May - sidebar login buttons fix */	
.bbp-login-links a {
	padding: 6px 12px; border: 2px solid #222; display: inline-block; font-family: "neuzeit-grotesk", sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.8; margin-bottom: 4px; text-align: center; width: 50%;
	}
.bbp-login-links a:hover {
	background: #222; color: #fff; border-color: transparent;
	}
.widget .submit.user-submit:active {
	-webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
	}
.bbp-submit-wrapper {
    overflow: auto;
	}
.bbp_widget_login fieldset > div.bbp-submit-wrapper {
    margin-bottom: -5px;
	}
.widget .submit.user-submit {
    display: block; width: 100%;
	}
a.bbp-lostpass-link {
    margin-left: -2px; width: calc(50% + 2px);
	}
.bbp-login-links {
    font-size: 0;
	}

/* 2018 CSS Additions */
/* New Topic/Reply Form */
.bbp-topic-form,
.bbp-reply-form {
    padding: calc(1em + 2vw); border: 6px solid #efddcb;
	}
.bbp-reply-form .bbp-template-notice:first-child{
	margin-top: 0;
	}
.bbp-template-notice.private-message {
    border: 0; background: #f6efe9; text-transform: none; line-height: 2; font-size: 12px; letter-spacing: 0;
	}

/* Mailster Newsletter Page */
.newsletter-box {
    max-width: 340px; margin-left: auto; margin-right: auto; margin-top: 6em; padding: 3em; text-align: center; border: 6px solid #edebe5;
    }
html .mailster-form-info.error {
    background: #ffdbc1; font-size: 10px; text-transform: uppercase; color: inherit; letter-spacing: 1px; text-align: left;
	}

html .mailster-form .error input, 
html .mailster-form .error select, 
html .mailster-form .error textarea {
    outline: 2px solid #ff5e5f;
	}