/*
Theme Name: Mayge
Theme URI: http://maygethemes.com
Author: mayge themes
Author URI: http://themeforest.net/user/maygethemes
Description: A theme for gorgeous storytelling. Make sure your stories are at the center of attention.
Version: 1.1
Text Domain: mayge
Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
1. - Resets & clearfix
2. - Basics
3. - Framework
4. - Text styles
5. - Header
6. - Navigation
7. - Wrappers
8. - Posts
9. - Post navigation
10. - Comments
11. - Footer
12. - Sidebar
13. - Standard Wordpress
14. - Scripts & includes
*/

/*-----------------------------------------------------------------------------------*/
/*	1.	RESETS & CLEARFIX
/*-----------------------------------------------------------------------------------*/

.clearfix:after {content: "";display: block;clear: both;visibility: hidden;font-size: 0;height: 0;} .clearfix {*display: inline-block;height: 1%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; outline:none;} body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: underline; } del, strike { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}dir,menu,ul{display:block;list-style-type:disc;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0}figure {margin: 0;} body, input, textarea, button, select {-webkit-font-smoothing: antialiased;}html, body {height: 100%;}

/*-----------------------------------------------------------------------------------*/
/*	2.	BASICS
/*-----------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 2.0em;
    color: #888;
    margin: 0;
    font-weight:400;
}

#content-wrapper p a, .comment-form a, .btn a, #commentform #submit {
    color: #fd885d;
}

.post-content p {
	margin-bottom:40px;
}

.post-content p:last-child {
	margin-bottom:0px;
}

.accent {
	background:#f9fafa;
}

img { 	
	border-style: none; 
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}

a { 
	color:#fd885d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover { 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.content-area p {
	margin-bottom:50px;
}

#content-wrapper .post-content ul {
  	list-style-type: square;
}

#content-wrapper .post-content ul, #content-wrapper .post-content ol {
  	margin: 0 0 30px 0;
  	padding: 0 0 0 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select {
	color:#888;
	font: 16px 'Open Sans', sans-serif;
  	background: #f9fafa;
	font-weight:400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	-webkit-appearance: none;
  	padding: 10px 15px;
  	border: none;
  	transition: .1s ease-in-out;
  	border-radius: 0px;
  	width: 100%;
  	line-height: 2 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  	outline: none;
}

textarea::-webkit-input-placeholder { 
	color:#888;
}
textarea:-moz-placeholder { 
	color:#888;
}
textarea::-moz-placeholder { 
	color:#888;
}
textarea:-ms-input-placeholder { 
	color:#888;
}
input[type="text"]::-webkit-input-placeholder { 
	color:#888;
}
input[type="text"]:-moz-placeholder { 
	color:#888;
}
input[type="text"]::-moz-placeholder { 
	color:#888;
}
input[type="text"]:-ms-input-placeholder { 
	color:#888;
}

select {
  	background-image: url("images/angle-down.png");
	background-repeat:no-repeat;
  	background-size: 6px;
  	background-position: right 15px top 20px;
}

select:hover {
  	border-color: #D5DDE4;
  	cursor: pointer;
}

form, fieldset {
	font-size:16px;
	position:relative;
    margin: 0;
    padding: 0;
    border-style: none;
	width:100%;
}

.search-form-button {
	background:#FFF;
	color:#6C7580;
	font-size:16px;
	padding:12px 15px 12px 0;
	text-align:right;
	line-height:1.2;
	cursor:pointer;
}

.search-form-button:hover {
	color:#6C7580;
	background:#f7f7f6;
}

button, input.button, .button {
	font-size:10px;
  	width: auto;
  	max-width: 100%;
	float:right;
  	padding: 12px 0px;
  	-webkit-transition: .07s ease-in-out;
  	transition: .07s ease-in-out;
  	color: #7D7D7D;
	border:2px solid;
  	border-radius: 0px;
  	background: none;
  	box-shadow: none;
	-webkit-appearance:none;
}

button,
input:not(input[type="radio"]),
textarea {
  	margin: 0;
  	vertical-align: baseline;
  	*vertical-align: middle;
  	-webkit-appearance: none;
  	-moz-box-sizing: border-box;
       box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn a, 
#commentform #submit {
  	background: none;
  	color: #000;
  	border:none;
	border-bottom: 1px solid #fd885d;
	font-weight:300;
	font-family: "Merriweather", Helvetica, Arial, sans-serif;
    font-size: 16px;
	border-radius: 0px;
  	padding: 0 0 10px 0;
  	-webkit-appearance: none;
  	transition: .2s ease-in-out;
  	-webkit-appearance:none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.btn a:hover, 
#commentform #submit:hover {
  	opacity:0.95;
	border-radius: 0px;
  	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus {
  	outline: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
  	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-form-button {
	display:none;
}

textarea {
  	height: auto;
 	resize: none;
}

input[type=number] {
  	-moz-appearance: textfield;
}

::-webkit-input-placeholder {
  	color: #7D7D7D;
}

:-moz-placeholder {
  	color: #7D7D7D;
}

::-moz-placeholder {
  	color: #7D7D7D;
}

:-ms-input-placeholder {
  	color: #7D7D7D;
}

hr {
    	margin: 20px 0 30px;
    	border: 0;
    	border-bottom: 1px dotted #ddd;
    	height: 1px;
}

.centered {
	text-align:center;
}

.alignleft { 
	float:left;
}

.alignright { 
	float:right;
}

.alignnone { 
	float:none; 
}

.pull-right {
	float: right;
	margin: 0 0 2% 5%;
	text-align: right;
}

.pull-left {
	float: left;
	margin: 0 5% 2% 0;
}

.pull-right, .pull-left {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	width: 32%;
	border-top:2px solid;
	border-color:#f1f1f1;
	padding-top:30px;
	margin-top:10px;
}

.aligncenter { 
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.align-right {
	float:right;
	text-align:right;
}

.align-left {
	float:left;
	text-align:left;
}

p iframe {
	max-width: 700px;
	width:100%;
}

blockquote, q {
    font-family: 'Merriweather', serif;
    font-weight: 300;
	display:block;
	color:#000;
	margin:50px 0;
	text-align:center;
    font-size: 25px;
    line-height: 1.8;
	position: relative;
	overflow: auto;
}

q:before, blockquote:before {
	content: "";
    border-bottom: 1px solid #888;
    width: 30px;
    height: 1px;
    position: relative;
    display: block;
    margin: 0px auto 50px;
}

q:after, blockquote:after {
	content: "";
    border-bottom: 1px solid #888;
    width: 30px;
    height: 1px;
    position: relative;
    display: block;
    margin: 50px auto 0px;
}

blockquote p {
	margin-bottom:0 !important;
}

blockquote cite, blockquote small {
    color: #999;
    display: block;
    font-size: 16px;
    line-height: 1.80;
    margin-top: 10px;
	font-style:normal;
}

blockquote cite:before, blockquote small:before {
    position:relative;
    content:"-";
    padding-right:5px;
}

pre, .code {
	position: relative;
	background: #f9fafa;
	font-family: 'Merriweather', Courier, serif;
	font-size: 15px;
	position:relative;
	margin-bottom: 60px;
	line-height:1.4em;
	padding: 30px 60px;
	overflow: auto;
	max-width: 100%;
	tab-size: 4;
}

ul {
	display: block;
	list-style-type: disc;
	padding-left:20px;
}

.post-caption h2 {
	font-size:26px;
	margin-bottom:10px;
}

.button {
  	padding: 0px;
	margin: 0px;
  	border: 0px;
  	line-height: auto;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

.regular-button {
	float:none;
	width:auto;
	line-height:1;
	display:inline-block;
  	padding: 18px 20px;
  	background: none;
	color:#7D7D7D;
	border:2px solid;
	border-color:#7D7D7D;
	font-size: 10px;
  	font-weight: 400;
  	text-align: center;
  	font-family: "Montserrat", sans-serif;
  	text-transform: uppercase;
	text-align:center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.regular-button:hover {
	border-color:#ffd300;
}

body .float-right {
	float:right;
}

body .float-left {
	float:left;
}

ul, ol {
	margin: 0 0 60px 18px;
	padding:0px;
}

li > ul, li > ol {
	margin-bottom:0;
}

ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

table,
th,
td {
	border: 1px solid #f1f1f1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 60px;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

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.4375em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 60px;
}

.post-categories {
	list-style:none;
	margin:0;
}

.post-categories li {
	display:inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	FRAMEWORK
/*-----------------------------------------------------------------------------------*/

/* Containers */

body .last {
	margin-right:0px;
}

.full-one-half {
	width:50%;
	margin:0 !important;
}

.one-half {
	width: 45%;
}

.one-third {
	width: 26.666666%;
}

.two-third {
	width: 63.3333333%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourth {
	width: 67.5%;
}

.one-fifth {
	width: 12%;
}

.two-fifth {
	width: 24%;
}

.three-fifth {
	width: 36%;
}

.four-fifth {
	width: 48%;
}

.one-sixth {
	width: 8.33%;
}

.four-sixth {
	width: 33.32%;
}

.five-sixth {
	width: 41.6%;
}

.full-one-half, .full-one-half, .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth,.three-fifth, .four-fifth, .one-sixth, .four-sixth, .five-sixth {
	position: relative;
	display:block;
	margin-right: 10%;
	margin-top: 30px;
	margin-bottom:30px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	TEXT STYLES
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin:0px 0px 30px 0;
	font-family:'Merriweather', sans-serif;
    font-weight: 300;
    text-transform:none;
	line-height:1.5;
}	

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .comments-header a {
	color:#000;
}

h1 { 
	font-size: 36px;
}

h2 { 
	font-size: 36px;
 }

h3 { 
	font-size: 32px;
}

h4 { 
	font-size: 28px;
}

h5 { 
	font-size: 24px;
}

h6 { 
	font-size: 20px;
}

.center {
	text-align:center;
}

.intro {
	font-size:18px;
	color:#000;
	font-family:'Merriweather', sans-serif;
    font-weight: 300;
    text-transform:none;
	line-height:2;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	HEADER
/*-----------------------------------------------------------------------------------*/

#header {
	position:relative;
	padding:80px 0;
}

#logo-area {
	margin:0;
	display:block;
	width:70%;	
	float: left;
	text-align:center;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-header .entry-meta {
	margin-bottom:10px;
}

.archive-header {
	text-align:center;
}

.archive-header .entry-content {
    margin-top: 10px;
}

.archive-header .entry-title {
    margin-bottom: 0;
    font-size:30px;
}

/* Logo */

.site-title {
    display: inline-block;
    padding:0;
}

.site-title {
	margin-bottom:0px;
	font-size: 65px;
    font-weight: 300;
    font-family: 'Merriweather', sans-serif;
    line-height: 30px;
}

.site-title, .site-title a {
	color:#000;
}

.site-logo-image {
	text-align:left;
	display:inline-block;
	margin:0px auto;
	max-width:200px;
	height:auto;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	NAVIGATION
/*-----------------------------------------------------------------------------------*/

/* Search overlay */

html.search-open {
	overflow:hidden;
}

.search-overlay {
	position:fixed;
	top:0px;
	bottom:0px;
	height:100%;
	width:100%;
	left:0px;
	right:0px;
	z-index:99999;
	background-color:#111;
  	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.search-overlay.open {
  	visibility: visible;
  	opacity: 1;
  	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  	transition: transform 0.4s, opacity 0.4s;
}

.search-overlay .search-close:hover {
    -moz-animation: spin .2s 1 linear;
    -o-animation: spin .2s 1 linear;
    -webkit-animation: spin .2s 1 linear;
    animation: spin .2s 1 linear;
}

.search-overlay .search-close{
	background:transparent;
	border:none;
	font-size:50px;
	outline:none;
	position:absolute;
	top:11%;
	left:50%;
	width:20px;
	margin-left:-10px;
	color:#666;
	z-index:100;
	cursor:pointer;
}

.search-overlay form{
	margin:0px auto;
	max-width:900px;
	position:relative;
	width:80%;
	color:#666;
}

.search-form-box {
	width:100%;
	height:100%;
	position:relative;
}

.search-form-box-inner {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
}

.search-overlay form input{
	text-align:center;
	background:none;
	border:none;
	font-size:40px;
	font-weight:300;
	height:100px;
	padding:0;
	margin:0;
	width:100% !important;
	color:#666;
}

.search-overlay form input::-webkit-input-placeholder {
   	color:#666;
}

.search-overlay form input:-moz-placeholder { 
   	color:#666;  
}

.search-overlay form input::-moz-placeholder {
   	color:#666; 
}

.search-overlay form input:-ms-input-placeholder {  
   	color:#666;  
}

/* Mobile menu button */

#nav-icon {
	float:right;
  	width: 24px;
  	height: 18px;
  	position: relative;
  	margin-top: 10px;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	cursor: pointer;
}

#nav-icon span {
  	display: block;
  	position: absolute;
  	height: 2px;
  	width: 100%;
  	background: #000;
  	border-radius: 9px;
  	opacity: 1;
  	left: 0;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  	top: 0px;
  	-webkit-transform-origin: left center;
  	-moz-transform-origin: left center;
  	-o-transform-origin: left center;
  	transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  	top: 7px;
  	-webkit-transform-origin: left center;
  	-moz-transform-origin: left center;
  	-o-transform-origin: left center;
  	transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  	top: 14px;
  	-webkit-transform-origin: left center;
  	-moz-transform-origin: left center;
  	-o-transform-origin: left center;
  	transform-origin: left center;
}

.sb-active #nav-icon span:nth-child(1) {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
  	top: 0px;
  	left: 0px;
}

.sb-active #nav-icon span:nth-child(2) {
  	width: 0%;
  	opacity: 0;
}

.sb-active #nav-icon span:nth-child(3) {
 	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	top: 17px;
  	left: 0px;
}

/* Mobile menu */

.search-toggle, .mobile-toggle {
	display:block;
	width:15%;
	margin:0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-toggle {
	text-align:left;
}

.mobile-toggle {
	text-align:right;
}

.search-open, .mobile-open {
	display:inline-block;
	color:#000;
	font-size: 26px;
    font-weight: 400;
	line-height: 30px;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.search-open {
	padding-right:15px;
	margin-right:15px;
}

.search-open i {
	vertical-align:middle;
}

.mobile-close {
	display:none;
	z-index:99;
	cursor:pointer;
	font-size:25px;
	position:absolute;
	top:20px;
	right:30px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.overlay {
	content:"";
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	opacity:0;
	z-index:-1;
	visibility:hidden;
	bottom:0;
	background:#000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sb-active .overlay {
	visibility:visible;
	z-index:20;
	opacity:0.15;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* Socials */

#header ul.socials {
	text-align:left;
	font-size:20px;
	margin:0;
	display:inline-block;
	padding: 0;
}

#header .socials li a {
	color:#000;
}

#header .socials li {
	display:inline-block;
	padding:0px 5px 0 0;
}

/* Navigation inside sidebar */

#slide-sidebar .mobile-nav  > li {
	display:block;
	width:100%
}

#slide-sidebar .mobile-nav > li > a {
    color: #666;
    font-size: 16px;
    display: block;
    position: relative;
	padding:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#slide-sidebar .mobile-nav > li.active > a,
#slide-sidebar .mobile-nav > li.active > a:hover,
#slide-sidebar .mobile-nav > li > a:hover,
#slide-sidebar .mobile-nav li.current-menu-item a,
#slide-sidebar .mobile-nav > li .sub-menu li.current-menu-item a {
    	color: #fff; 
}

#slide-sidebar .mobile-nav > li > a.mayge-toggle span:after {
	content: "\f2c7";
	font-family:"Ionicons";
}

#slide-sidebar .mobile-nav > li.open-toggle > a.mayge-toggle span:after {
	content: "\f2f4";
	font-family:"Ionicons";
}

#slide-sidebar .mobile-nav > li > a.mayge-toggle span {
	float:right;
}

#slide-sidebar .mobile-nav li a i {
	float:none;
	padding-right:10px;
}

#slide-sidebar .mobile-nav > li .mayge-toggle-menu {
	max-height: 0;
    visibility: hidden;
	margin:0;
	padding:0;
	overflow:hidden;
	-webkit-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	-moz-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

#slide-sidebar .mobile-nav > li.open-toggle ul.mayge-toggle-menu {
    visibility: visible;
    max-height: 700px;
	-webkit-transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	-moz-transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

#slide-sidebar .mobile-nav > li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}	

#slide-sidebar .mobile-nav > li .sub-menu li {
	width:100%;
	padding:0;
	margin:0
}

#slide-sidebar .mobile-nav > li .sub-menu li a {
    color: #666;
    font-size: 15px;
    line-height:35px;
	font-weight:400;
	padding:0 0 0 20px;
	display:block;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

#slide-sidebar .mobile-nav > li .sub-menu li a:hover {
    	color: #fff
}

/*-----------------------------------------------------------------------------------*/
/*	7.	WRAPPERS
/*-----------------------------------------------------------------------------------*/

.container {
	margin:0 auto;
	padding:0 5%;
	display:block;
	position:relative;
}

.content-area .container {
	max-width:70%;
}

.content-area .post.with-featured-image .container {
    max-width: 70%;
    margin-top: -10%;
    position: relative;
    padding-top: 4%;
    background:#FFF;
}

.container-small {
	max-width: 70%;
  	padding: 0 5%;
  	margin: 0px auto;
	position:relative;
}

.content {
	position:relative;
  	margin: 0 auto;
  	display: block;
}

#main {
	margin:0 0 80px 0;
	position:relative;
}

.featured-content {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 5% 5% 5%;
    margin-bottom: 5%;
}

.two-column .grid-wrapper, .three-column .grid-wrapper {
    padding: 0 3%;
}

.gallery-wrapper {
    display: block;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	POSTS
/*-----------------------------------------------------------------------------------*/

.post .wp-caption {
	position:relative;
	margin-bottom:60px;
}

.post-info .author-avatar img {
	border-radius:50%;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.post-info span:after {
	content:"-";
	padding:0px 5px;
}

.post-info span:last-child:after {
	content:"";
	padding:0px;
}

.entry-header {
	text-align:center;
    position: relative;
    margin-bottom: 60px;
}

.post .featured-image img {
	margin-bottom:0px;
	width: 100%;
    height: auto;
}

.featured-image, .single .fallback {
    display: block;
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
    max-height: 1000px;
    position: relative;
}

.three-column .blog-post {
  width: 33.3%;
}

.two-column .blog-post {
  width: 49.9%;
}

.one-column .blog-post {
  width: 100%;
}

.one-column .blog-post img {
  width: 100%;
}

.blog-header h2 {
	font-size:28px;
	margin-bottom:10px;
}

/* .blog-header h2:after {
	content: "";
    border-bottom: 1px solid #eee;
    width: 30px;
    height: 1px;
    position: relative;
    display: block;
    margin:20px auto 0;
} */

.blog-post-inner .blog-header {
	width:100%;
    margin: 0 auto;
    padding:60px 20%;
    position:absolute;
    bottom:0;
    left:0;
	text-align:center;
}

.blog-post-inner .blog-header h2 a {
	color:#fff;
}

.accent-text {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
	color:#999;
}

.blog-post-inner .blog-header .category, .blog-post-inner .blog-header .date{
	font-size:14px;
	text-transform:none;
	font-weight:bold;
}

.blog-header .category, .blog-header .date {
	text-transform:none;
	font-weight:bold;
	font-size:14px;
}

.blog-header .category, .blog-header .date, .blog-header .category a, .blog-header .date a {
	color:#ccc;
}

.blog-header .category {
	padding-bottom:10px;
}

.post-info .date:before {
	content:"-";
	vertical-align:middle;
	padding:0px 5px;
}

/* Full width post every three posts */

.gallery-wrapper .blog-post:nth-child(3n+1) {
	width:100%;
}

.gallery-wrapper .blog-post:nth-child(3n+1) .post-featured-image {
	min-height:700px;
}

.gallery-wrapper .blog-post:nth-child(3n+1).without-featured-image .post-featured-image {
	min-height:400px;
}

.gallery-wrapper .blog-post:nth-child(3n+1) .blog-header h2 {
	font-size:40px;
}

.gallery-wrapper .blog-post:nth-child(3n+1) .blog-post-inner .blog-header .category, .gallery-wrapper .blog-post:nth-child(3n+1) .blog-post-inner .blog-header .date {
	font-size:15px;
}

.without-featured-image .blog-post-inner .blog-header h2 a {
	color:#000;
}

/* Featured image */

.post-featured-image {
	min-height:500px;
    background-position: center center;
    background-size: cover;
    background-repeat:none;
    position:relative;
}

.without-featured-image .post-featured-image:before {
	background:none;
	filter:none;
}

.without-featured-image .blog-post-inner .blog-header h2 a {
	color:#000;
}

.post-featured-image:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#000',GradientType=0 );
}

.blog-post-inner .post-featured-image img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
}

.blog-post-inner .post-featured-image img:hover {
	opacity:0.90;
}

.blog-post-text {
	padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.blog-post-text.no-top-margin {
	margin-top:0;
}

.blog-post-text p {
	margin-bottom:0px;
}

.blog-post {
  	display: inline-block;
  	margin-bottom: 0 !important;
  	padding: 0 2% 60px 2%;
  	opacity: 0;
  	float:left;
}

.featured-area {
	margin-bottom:60px;
	padding: 0 5% 0 5%;
}

.entry-header h2 {
	font-size:30px;
}

.post .post-info ul.post-categories {
	margin:0;
	padding:0;
	list-style:none;
}

.post .post-info ul.post-categories li {
	list-style:none;
}

.post .post-info .date, .post .post-info .category {
	padding:0px 5px;
	display:inline-block;
}

.post-info, .post-info a {
	color:#999;
	font-weight:bold;
	font-size:14px;
}

.post-content {
	width:100%;
	position:relative;
}

.post li {
	margin-bottom: 5px;
}

.post .entry-content-wrap {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

.entry-wrap {
	overflow:hidden;
	padding: 0px;
} 

/*-----------------------------------------------------------------------------------*/
/*	9.	POST NAVIGATION
/*-----------------------------------------------------------------------------------*/

/* Load more navigation */

.load-content-posts {
	position:relative;
	text-align:left;
}

.load-content-posts a {
	color: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

.load-content-posts a:hover {
	text-decoration:underline;
}

/* Classic post navigation */

.pagination {
	margin-top:20px;
	text-align:center;
	margin-bottom:80px;
}

.pagination .page-numbers {
	padding:0px 5px;
	color:#999;
}

.pagination .page-numbers.current {
	color:#000;
}

.pagelink {
	text-align:center;
}

#post-navigation {
	text-align:center;
    padding: 0px 0;
}

.post-navigation-classic {
	padding:40px 0;
}

.post-nav-left i, .post-nav-right i {
	vertical-align:middle;
}

.post-nav-left, .post-nav-right {
	line-height:1;
    color: #6C7580;
	display:inline-block;
    position: relative;
    font-size:30px;
}

.post-nav-left a, .post-nav-right a {
	color:#6C7580;
}

/* Related and random post navigation */

#post-navigation .full-one-half .inner h2 a {
	color:#FFF;
}

#post-navigation .full-one-half .inner h6, #post-navigation .full-one-half .inner h6 a {
	color:#fd885d;
}

#post-navigation .full-one-half .post-categories {
	list-style-type:none;
	list-style:none;
	padding:0px;
}

#post-navigation .full-one-half .inner {
	z-index:10;
	position:absolute;
	text-align:center;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#post-navigation .full-one-half .next-post:before, #post-navigation .full-one-half .previous-post:before {
	content:"";
	position:absolute;
	background:#000;
	opacity:0.60;
	top:0;
	bottom:0;
	left:0;
	z-index:5;
	right:0;
	width:100.1%;
	height:100%;
}

#post-navigation .full-one-half, #post-navigation .full-one-half {
	height:100%;
	position:relative;
}

#post-navigation .full-one-half .next-post, #post-navigation .full-one-half .previous-post {
	height:350px;
	overflow:hidden;
    position: relative;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.single .post-navigation-inside {
	text-align:left;
}

.post-navigation-inside {
	text-align:center;
	padding:0px;
	position:relative;
}

#post-navigation .full-one-half .inner h6 {
	color:#999;
    margin: 0;
    font-size: 13px;
	text-transform: none;
	font-weight:bold;
    font-family: "Open Sans", sans-serif;
}

#post-navigation .full-one-half .inner h2 {
	font-family:Georgia, serif;
	text-transform:none;
    line-height: 1.4;
	font-size:24px;
	margin-bottom:0px;
	margin-top:10px;
}

/* Social sharing */

.post-info-footer .mayge-social-sharing {
	margin:20px auto 0;
	font-size:20px;
	text-align:center;
	list-style:none;
}

.post-info-footer .mayge-social-sharing a {
	color:#999;
	padding:0px 8px;
}

.post-info-footer {
	margin-top:80px;
	text-align:center;
}

.post-info-footer .tags {
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
}

.post-info-footer .tags a:before {
    content:"#";
}

.post-info-footer .tags a {
	color:#999;
	padding:0px 3px;
}

.post-info-footer a:hover {
	color:#fd885d;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	COMMENTS
/*-----------------------------------------------------------------------------------*/

.comment-meta {
	color:#999;
}

.comments {
	width: 100%;
}

.comments-open {
	border-bottom: solid 1px #e7e7e7; 
	margin-bottom: 60px !important;
}

ol.commentlist {
	margin: 0 0 0px 0;
    border-bottom: 1px solid;
    border-color: #f1f1f1;
}

.comment #respond { 
	margin-top: 80px;
	padding-bottom: 10px;
}

#respond {
	margin-top:80px;
}

#respond h3 {
	font-size:20px;
	padding:0;
	display: block;	
	margin-bottom: 15px;
}

.commentlist #respond h3 {
	margin-top: 15px;
}

.comments-inner {
	padding:0 0 100px 0;
}

.comments-hidden {
	display:none;
}

#open-comments {
	text-align: center;
    margin: 0 0 80px 0;
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fd885d;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
   	-ms-user-select: none;
    user-select: none;
	cursor:pointer;
	color:#000;
}

#respond p.logged-in-as {
	margin-bottom:30px;
}

#respond p {
	position: relative;
	margin-bottom:20px;
}

p.comment-notes { 
	margin-bottom: 50px !important; 
}

#respond .form-submit { 
	margin-bottom: 0px; 
	line-height:14px;
}

.form-submit { 
	text-align:left;
}

#commentform  {
	width: 100%;
}

#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
}

#respond input:focus, #respond textarea:focus {
    outline: none;
}

#respond p.form-submit {
	margin-top:30px;
	text-align:left;
}

.form-allowed-tags {
	display:none;
}

.commentlist {
	margin:0px;
	list-style-type: none !important;
	list-style:none;
}

.post-details {
	float:right;
	width:25%;
	height:auto;
}

.comment-cite h6 {
	font-size:18px;
	margin-bottom:0px;
}

.comment-cite {
	display: inline-block;
   	width: 100%;
}

.commentlist,
.commentlist li {
  	margin: 0;
  	counter-reset: li;
}

.commentlist > li {
  	list-style-type: none;
  	margin-bottom: 80px;
  	border-bottom:none;
  	padding-top: 80px;
  	border-top: 1px solid;
    border-color: #f1f1f1;
}

.commentlist li:last-child {
	border-bottom:0px;
	position: relative;
    position: relative;
	max-width:100%;
    list-style:none;
}

.commentlist .children {
  	margin: 80px 0 0 10%;
}

.commentlist .children li {
  	margin-bottom: 6%;
  	padding-top: 80px;
  	border-top: 1px solid;
    border-color: #f1f1f1;
}

.children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-block {
    	padding: 0;
	display:block;
}

.comment-text {
	font-size:16px;
	position: relative;
}

#main-wrap .comment-text p, .comment-text p {
	margin-bottom: 20px;
}

.comment-text .reply {
	margin-bottom: 0px !important;
}

.comment-text blockquote {
	background: #eee;
	color: #555;
	padding-bottom: 7px;
}

.comment-text blockquote:after {
	display: none;
}

.comment-text blockquote p { 
	padding-left: 0;
}

.reply a {
	color:#999;
	display: block;
	font-size: 12px;
    text-transform: none;
    font-weight: bold;
}

.reply a:hover {
	border-color:#ffd300;
}

.comments .children .reply { 
	text-align: left;
	margin-bottom:0px !important;
}

#cancel-comment-reply-link {
	position: relative;
	color: #999;
    margin: 0 0 0 0;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

#cancel-comment-reply-link:hover {
	color: #555;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

#cancel-comment-reply-link i {
	font-size: 18px;
	color: #5bad8a;
}

#cancel-comment-reply-link i:hover {
	color: #555;
	cursor: pointer;
}

.comments .logged-in-as, .comments .logged-in-as a {
	color:#92a0a9;
}

.comments .logged-in-as {
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px !important;
	line-height: 16px;
	text-align: left;
	margin: 0px;
	padding:0px;
}

.comment-notes {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard img {
    float: left;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}

.comment-author .avatar {
	margin: 0 10px 0 0;
}

.fn {
  	line-height: 1.2;
  	text-transform: none;
  	font-weight: 400;
    font-style: normal;
	margin-bottom:5px;
    margin-top: 0;
	font-size:14px;
	letter-spacing: 0px !important;
}

.fn a { 
	color: #3e4651;
}

.fn a:hover {
	background: none;
	color: #4d515c;
}

.commentlist .avatar {
    display: inline-block;
    margin-right: 5%;
    border-radius: 100px;
    vertical-align: top;
   	width: 50px;
    height: 50px;
}

.comment-wrap {
    display: inline-block;
    width: 84%;
    vertical-align: top;
}

.comment-info {
	display: inline-block;
    margin-bottom: 2%;
}

#content-wrapper .comment-text p:first-child {
	margin-bottom:2%;
}

.comment-edit-link {
	font-size: 12px;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 0px 0 50px 0;
	text-align:center;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#comment-nav-below .nav-previous {
	float: left;
}

#comment-nav-below .nav-next {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	FOOTER
/*-----------------------------------------------------------------------------------*/

/* Footer */

#footer {
	background:#171616;
	width:100%;
	padding:80px 0;
	position:relative;
	font-size: 14px;
    line-height: 30px;
}

#footer .footer-navigation {
	display:block;
}

#footer .footer-navigation ul {
	text-align:center;
	list-style:none;
	margin:0;
}

#footer .footer-navigation ul li {
	display:inline-block;
	padding:0px 10px;
	font-weight:bold;
}

#footer .copy {
	font-family: 'Merriweather', serif;
	padding-top:20px;
	text-align:center;
	opacity:0.70;
	display:block;
}

#footer, #footer a {
	color:#666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer a:hover {
	color:#FFF;
}

#footer ul.socials {
	list-style:none;
	float:none;
	font-size:20px;
	display:block;
	text-align:center;
	margin:0;
	padding-bottom:15px;
}

#footer ul.socials li {
	display:inline-block;
	padding:0px 10px;
}

/* Related posts block */

.sort-list a:hover {
  	color: #283037;
}

.sort-list li {
  	list-style: none;
  	display: inline-block;
  	margin: 0 10px;
  	font-size: 20px;
  	line-height: 1.5;
  	font-weight: 500;
  	-webkit-transition: .2s ease-in;
  	-moz-transition: .2s ease-in;
  	transition: .2s ease-in;
}

.sort-list a:active,
.sort-list a:focus {
  	border: none;
  	outline: none;
}

.sort-list-toggle {
	font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
	cursor:pointer;
	position:relative;
	z-index:99;
  	display: none;
  	margin:0 auto 8%;
  	text-align:center;
  	color:#000;
}

.sort-list-toggle-inner {
	display:inline-block;
	padding:0 0 10px 0;
  	border-bottom: 1px solid #fd885d;
}

.sort-list-toggle i {
  	margin-left: 3px;
}

.post-loading {
  	opacity: .5;
  	-webkit-transition: .1s ease-in;
  	-moz-transition: .1s ease-in;
  	transition: .1s ease-in;
}

#related-block {
	padding:80px 0;
}

#related-block ul {
	list-style:none;
	margin:0;
}

#related-block ul li {
	display:inline-block;
}

#related-block #footer-category-menu {
	margin:0 0 5% 0;
	text-align:center;
}

#related-block #footer-category-menu li a {
	color:#999;
}

#related-block #footer-category-menu li.current-menu-item a {
	color:#000;
	cursor:default;
}

#related-block #footer-category-menu li {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
    display:inline-block;
}

#related-block .blog-post-ajax .blog-header {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

#related-block .blog-post-ajax {
    vertical-align: top;
    float:left;
    position: relative;
	width:33.33%;
	padding:0% 2%;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#related-block .blog-post-ajax .featured-image {
	height:300px;
	width:100%;
	position:relative;
    background-position: center center;
    background-size: cover;
}

#related-block .blog-post-ajax .featured-image:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#000',GradientType=0 );
}

#related-block .blog-post-ajax h6 a {
	color:#FFF;
}

#related-block .blog-post-ajax h6 {
	margin-bottom:15px;
	font-size: 22px;
}

#related-block .container.ajax-container {
	padding:0 3%;
	min-height:300px;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	SIDEBAR
/*-----------------------------------------------------------------------------------*/

#slide-sidebar button,
#slide-sidebar input[type="button"],
#slide-sidebar input[type="reset"],
#slide-sidebar input[type="submit"],
.button {
	color:#FFF;
	background: none;
	border-bottom: 1px solid #fd885d;
	font-family: "Merriweather", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight:normal;
    text-transform:none;
    padding: 10px 0px;
}

#slide-sidebar p {
	margin-bottom:30px;
}

#slide-sidebar .inner {
	line-height:1;
	padding:85px 50px;
	height:100%;
}

#slide-sidebar {
    width: 380px;
    height: 100%;
    background-color: #171616;
    color: #666;
    font-size:16px;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#slide-sidebar a {
	color:#666;
}

#slide-sidebar a:hover {
	color:#FFF;
}

#slide-sidebar .widgettitle {
    font-size: 18px;
    color:#FFF;
}

#slide-sidebar .search-form i.search-icon {
  	color: #7D7D7D;
}

#slide-sidebar .widget {
	padding:0px;
  	padding-bottom:80px;
  	font-size: 16px;
  	line-height: 1.6;
} 

#slide-sidebar select {
	font: 16px 'Open Sans', serif !important;
	background-size: 7px 5px;
	background-color:#000;
  	background-image: url(images/angle-down.png);
  	background-color: none;
  	background-repeat: no-repeat;
  	background-position: 92% center;
  	background-repeat: no-repeat;
  	position: relative;
  	color: #666;
  	font-weight: 400;
}

#slide-sidebar input[type="text"], #slide-sidebar input[type="email"], #slide-sidebar input[type="url"], #slide-sidebar input[type="password"], #slide-sidebar input[type="search"], #slide-sidebar input[type="number"], #slide-sidebar input[type="date"], #slide-sidebar input[type="datetime"], #slide-sidebar input[type="datetime-local"], input[type="week"], #slide-sidebar input[type="tel"], #slide-sidebar input[type="time"], input[type="month"], #slide-sidebar input[type="tel"], #slide-sidebar textarea {
	background-color:#000;
	font: 16px 'Open Sans', serif !important;
  	color: #666;
  	padding:20px;
}

.slider-container {
	overflow:hidden;
}
.price_slider_wrapper {
	padding-top:20px;
}

#slide-sidebar .widget:last-child {
	margin-bottom:0px;
	border-bottom:0px;
}

#slide-sidebar .textwidget {
	font-weight: normal;
	text-align: left;
	text-transform: none;
	font-size: 14px;
}

#slide-sidebar .widget img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#slide-sidebar .widget img:hover {
	opacity:0.8;
}

#slide-sidebar ul {
	list-style:none;
	padding-left:0px;
	margin:0;
}

#slide-sidebar ul.sub-menu li a, #slide-sidebar ul.children li a {
	padding-top:5px;
	margin-top:5px;
	padding-left:15px;
}

#slide-sidebar ul.sub-menu li:first-child, #slide-sidebar ul.children li:first-child {
	margin-top:10px;
}

#slide-sidebar .widget ul li.page_item_has_children, #slide-sidebar .widget ul li.menu-item-has-children {
	padding-right:0px;
}
#slide-sidebar .widget ul li {	
  	position: relative;
  	padding:0 0 15px 0;
}

#slide-sidebar .widget ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none !important;
}

#slide-sidebar .widget_meta {}

#slide-sidebar .widget_meta ul {
	list-style:none;
}

#slide-sidebar .widget_meta ul li a {}

#slide-sidebar .widget_links {}

#slide-sidebar .widget_links ul {
	list-style:none;
}

#slide-sidebar .widget_links ul li a {}

#slide-sidebar .widget_twitter ul {
	list-style:none;
}

#slide-sidebar .widget_twitter ul li {
	background:none;
	padding-left:0px;
}

#slide-sidebar .widget_archive {}

#slide-sidebar .widget_archive ul {
	list-style:none;
}

#slide-sidebar .widget_archive ul li a {}

#slide-sidebar .widget_archive option {}

#slide-sidebar .widget_pages {}

#slide-sidebar .widget_pages ul {
	list-style:none;
}

#slide-sidebar .widget_pages ul li a {}

#slide-sidebar .widget_links {}

#slide-sidebar .widget_links li:after {}

#slide-sidebar .widget_links li:before {}

#slide-sidebar .widget_tag_cloud {}

#slide-sidebar .widget_tag_cloud a {}

#slide-sidebar .widget_tag_cloud a:after {}

#slide-sidebar .widget_tag_cloud a:before {}

#slide-sidebar .widget_calendar {}

#slide-sidebar #calendar_wrap {
	width:100%;
	overflow:auto;
}

#slide-sidebar #calendar_wrap th {}

#slide-sidebar #calendar_wrap td {}

#slide-sidebar #wp-calendar tr td {}

#slide-sidebar #wp-calendar caption {
	text-align:left;
}

#slide-sidebar #wp-calendar a {}

#slide-sidebar #wp-calendar #today {}

#slide-sidebar #wp-calendar #prev {}

#slide-sidebar #wp-calendar #next {}

#slide-sidebar #wp-calendar #next a {}

#slide-sidebar #wp-calendar #prev a {}

#slide-sidebar .widget_categories {}

#slide-sidebar .widget_categories ul {
	list-style:none;
}

#slide-sidebar .widget_categories ul ul.children {}

#slide-sidebar .widget_categories a {}

#slide-sidebar .widget_categories select.postform {}

#slide-sidebar .widget_categories option {}

#slide-sidebar .widget_categories .level-0 {}

#slide-sidebar .widget_categories .level-1 {}

#slide-sidebar .widget_categories .level-2 {}

#slide-sidebar .widget_categories .level-3 {}

#slide-sidebar .recentcomments {}

#slide-sidebar #recentcomments {}

#slide-sidebar #recentcomments li {}

#slide-sidebar #recentcomments li a {}

#slide-sidebar .widget_recent_comments {}

#slide-sidebar .widget_recent_entries {}
#slide-sidebar .widget_recent_entries ul {
	list-style:none;
}

#slide-sidebar .widget_recent_entries ul li a {}

#slide-sidebar .widget_links ul li a {}

#slide-sidebar .widget_archive {}

#slide-sidebar .widget_archive ul {
	list-style:none;
}

#slide-sidebar .widget_archive ul li a {}

#slide-sidebar .widget_archive option {}

#slide-sidebar .widget_pages {}

#slide-sidebar .widget_pages ul {}

#slide-sidebar .widget_pages ul li {}

#slide-sidebar .widget_pages ul li a {}

#slide-sidebar .widget_links {}

#slide-sidebar .widget_links li:after {}

#slide-sidebar .widget_links li:before {}

#slide-sidebar .widget_tag_cloud {}

#slide-sidebar .widget_tag_cloud a {}

#slide-sidebar .widget_tag_cloud a:after {}

#slide-sidebar .widget_tag_cloud a:before {}

#slide-sidebar .widget_calendar {}

#slide-sidebar #calendar_wrap {
	width:100%;
	-webkit-box-sizing: border-box; 
  	-moz-box-sizing: border-box;    
  	box-sizing: border-box;
}

#slide-sidebar #wp-calendar {
	width:100%;
	font-size:12px;
	font-weight:300;
	border-collapse:separate;
	border-spacing:8px;
	border:0px !important;
	margin:0;
}

#slide-sidebar #wp-calendar
	caption {
	display:none;
}

#slide-sidebar #wp-calendar tbody td {
	margin-bottom:10px;
	border:0px !important;
	text-align:center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	padding:0px;
}

#slide-sidebar #wp-calendar tbody td:hover {
	border-color:#e2e2e2;
}

#slide-sidebar #wp-calendar tbody td.pad {
	border:0;
}

#slide-sidebar #wp-calendar tbody td#today {
	color:#fd885d;
	border-color:#fd885d;
}

#slide-sidebar #wp-calendar tfoot td#prev a,#slide-sidebar #wp-calendar tfoot td#next a {
	color:#666;
	font-size:16px;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
	bottom:-9px;
	margin-bottom:1px;
}

#slide-sidebar #wp-calendar tfoot td#prev {
	text-align:left;
}

#slide-sidebar #wp-calendar tfoot td#next {
	text-align:right;
}

#slide-sidebar #wp-calendar thead th {
	font-size:16px;
	font-weight:400;
	border:0px !important;
	text-align:center;
	padding-bottom:10px;
}

#slide-sidebar #calendar_wrap th {}

#slide-sidebar #calendar_wrap td {
	border:0px !important;
}

#slide-sidebar #wp-calendar tr td {
	font-size:16px;
	border:0px !important;
}

#slide-sidebar #wp-calendar caption {}

#slide-sidebar #wp-calendar a {}

#slide-sidebar #wp-calendar #today {}

#slide-sidebar #wp-calendar #prev {}

#slide-sidebar #wp-calendar #next {}

#slide-sidebar #wp-calendar #next a {}

#slide-sidebar #wp-calendar #prev a {}

#slide-sidebar .widget_categories {}

#slide-sidebar .widget_categories ul {}
 
#slide-sidebar .widget_categories ul ul.children {}

#slide-sidebar .widget_categories a {}

#slide-sidebar .widget_categories select{}

#slide-sidebar .widget_categories select.postform {}

#slide-sidebar .widget_categories option {}

#slide-sidebar .widget_categories .level-0 {}

#slide-sidebar .widget_categories .level-1 {}

#slide-sidebar .widget_categories .level-2 {}

#slide-sidebar .widget_categories .level-3 {}

#slide-sidebar .recentcomments {}

#slide-sidebar #recentcomments {}

#slide-sidebar #recentcomments li {}

#slide-sidebar #recentcomments li a {}

#slide-sidebar .widget_recent_comments {}

#slide-sidebar .widget_recent_entries {}
#slide-sidebar .widget_recent_entries ul {
	list-style:none;
}

#slide-sidebar .tagcloud .wp-tag-cloud li {
	border-bottom:none !important;
	padding:0;
	padding-left:0px;
	position:relative;
	display:inline-block;
}
#slide-sidebar .tagcloud a {
	background:#000;
	position:relative;
	color:#666;
	padding: 6px 10px;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 14px !important;
	margin:5px 0;
	display:inline-block;
}

#slide-sidebar .tagcloud a:hover {}

#slide-sidebar .widget_recent_entries {
}

/*-----------------------------------------------------------------------------------*/
/*	13.	STANDARD WORDPRESS
/*-----------------------------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

address {
	margin-bottom:60px;
}

sup {
    vertical-align: super;
    font-size: smaller;
} 

sub {
    vertical-align: sub;
    font-size: smaller;
} 

.search-form {
	position: relative;
}

.bypostauthor {}

.archive .gallery-wrap, .search .gallery-wrap {
	display: none;
}

.gallery-wrap {
	margin-bottom: 25px;
}

.sticky {}

.wp-caption {
	color: #999;
    max-width: 100%; /* Image does not overflow the content area */
    text-align: center;
    text-transform: none;
	overflow:hidden;
	font-size:14px;
}

.wp-caption.alignnone { 
}

.alignnone img {
	width:100%;
}

.alignright {
    float: right;
}

.wp-caption.alignleft {
	width: auto !important;  
	margin: 5px 40px 10px 0;
}

.wp-caption.alignright { 
	width: auto !important;
	margin: 5px 0 10px 40px;
}

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 5px 40px 10px 0;
}

img.alignright {
	margin: 5px 0 10px 40px;
}

.wp-caption img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow:hidden;
}

body .alignnone p.wp-caption-text {
	padding:10px 0 0 0 !important;
}

.wp-caption p.wp-caption-text {
	position:relative;
    font-size: 16px !important;
    margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;	
	text-align:left;
	color:#999;
	text-transform:none;
}

p:empty {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

#widget {
	width:100%;
}

#post-loader {
	text-align:center;
}

#post-loader .loader-button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fd885d;
    margin-top:20px;
}

#post-loader .loader-button i {
	vertical-align:middle;
}

.gallery-caption { 
	display:none;
	text-align: center; 
}

.post-item img {	
	border:none !important;
    height: auto;
    padding: 0px;
}

.post-image-overlay-text h2 a {
	color:#FFF;
}

.post-image-overlay-text {
	z-index:2;
	text-align:center;
    position: absolute;
    display: inline-block;
	width:80%;
	max-width:500px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.gallery-title {
	margin-bottom:0px;
	color:#FFF;
	font-size: 25px;
    font-weight: 200;
}

.gallery-title:after {
    content: " ";
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    height: 1px;
    width: 60px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -ms-transition: width 0.2s;
    -o-transition: width 0.2s;
}

.gallery-cat h6 {
	margin-bottom:0px;
	font-size:12px;
	margin-top:10px;
}

.gallery-cat ul {
	padding-left:0px;
}

.gallery-cat ul li {
	float:left;
	display:inline-block;
}

.gallery-cat {
	line-height:1;
}

.gallery-cat ul, .gallery-cat ul li {
	list-style:none;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {
	width:100%;
	border:none !important;
}

.gallery {
	position:relative;
	margin-bottom:50px;
}

.gallery:after {content: "";display: block;clear: both;visibility: hidden;font-size: 0;height: 0;}

.gallery-item {
	margin:2% 0;
	margin-top:0px !important;
	padding:0px;
	display:inline-block;
	float:left;
}

.gallery-columns-1 .gallery-item:last-child {
	margin-bottom:0px;
}

.gallery-item img {
	width:100%;
	height:auto;
}

.gallery-columns-1 .gallery-item {
	width:100%;
	margin:50px 0;
}

.gallery-columns-2 .gallery-item {
	width:49%;
	margin-right:2%;
}

.gallery-columns-3 .gallery-item {
	width:32%;
	margin-right:2%;
}

.gallery-columns-4 .gallery-item {
	width:23.5%;
	margin-right:2%;
}

.gallery-columns-2 .gallery-item:nth-child(even), .gallery-columns-3 .gallery-item:nth-child(3n+3), .gallery-columns-4 .gallery-item:nth-child(4n+4) {
	margin-right:0%;
}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

li.categories {}  

li.cat-item {}

li.cat-item-{}

li.current-cat {}

li.current-cat-parent {}

.comment-block .children {
	padding: 30px 0 0px 0;
	margin: 30px 0 0px 0;
}

.linkcat {}

.blogroll {}

/*-----------------------------------------------------------------------------------*/
/*	14.	SCRIPTS & INCLUDES STYLES
/*-----------------------------------------------------------------------------------*/

#nprogress .bar {
	z-index:99999;
  	background:#fd885d;
  	position:fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 3px;
}

.nprogress-custom-parent {
  	overflow: hidden;
  	position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  	position: absolute;
}

/* Nano scroller */

.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

/* Zilla dribbble widget */

.zilla-dribbble-shots li:nth-child(2n+2) {
	margin-right:0%;
}

.zilla-dribbble-shots li a:before {
	content:"" !important;
	margin-right:0px !important;
}

.zilla-dribbble-shots li {
	width:100%;
	margin-right:0%;
	float:left;
	margin:0px;
}

/* Contact form 7 */

span.wpcf7-not-valid-tip {
    display: none;
    visibility: hidden;
}
.wpcf7-not-valid {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-left: 2px solid #9E1010 !important;
}

body div.wpcf7-mail-sent-ok, body div.wpcf7-validation-errors {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
	background:none;
	color:#6C7580;
    margin: 0;
    padding: 0px 0 0 0;
}
div.wpcf7-validation-errors:before {
    padding-right: 15px;
    content: "\f405";
    vertical-align: middle;
    color: #9E1010;
    font-size: 20px;
    font-family: "Ionicons";
}
.wpcf7 select:after {
	content:"";
	position:absolute;
	right:10px;
}
div.wpcf7-response-output {
	margin-left:0px;
	margin-right:0px;
}

div.wpcf7-validation-errors {
	background-color: #ffcccc;
	color: #c31b00;
	padding:30px;
	border:none;
}

div.wpcf7-mail-sent-ok {
	border:none;
	padding:30px;
	background-color: #d1f7b6;
	color: #5e9537;
}		

.wpcf7-form p {
	margin-bottom:20px;
}			

span.wpcf7-form-control-wrap {
	display:block;
	padding:10px 0;
}

input.wpcf7-not-valid {
	border-left:2px solid;
	border-color:#920B0B;
}

span.wpcf7-not-valid-tip {
	display:none !important;
}

div.wpcf7-response-output {
	margin:0;
	padding:0;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-validation-errors {
	border:none;
}

.viewer .close {
	font-size:45px;
}

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site {background:#fff;}#sb-site,.sb-site-container,.sb-slidebar,{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:460px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}