/*-------------------------------------------------------------------------------------

	Theme Name: Sleeky
	Theme URI: http://playnethemes.com
	Description: A beautiful, simple way to display your blogging content to the world.
	Author: Playne Themes
	Author URI: http://playnethemes.com
	Version: 1.2
	Tags: blue, light, one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, 			editor-style, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

---------------------------------------------------------------------------------------

	1. 	Resets & clearfix
	2. 	Basics
	3. 	Specials (includes form plugins)
	4. 	Animations
	5. 	Text styles
	6. 	Header
	7. 	Navigation
	8. 	Wrapper & main elements
	9. 	Posts & custom post formats
	10. 	Portfolio
	11. 	Post navigation
	12. 	Comments section
	13. 	Footer
	14. 	Footer & sidebar widget areas
	15. 	Standard Wordpress
	16. 	Scripts & includes styles

-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	RESETS & CLEARFIX
/*-------------------------------------------F----------------------------------------*/

/* Fix for google chrome bug with custom fonts */

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

.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; } 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: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

/*-----------------------------------------------------------------------------------*/
/*	2.	BASICS
/*-----------------------------------------------------------------------------------*/

body {
	color: #4c5357;
	background:#f0f3f4;
    	font-style: normal;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size:16px;
	line-height:1.7em;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

img { 	
	border-style: none; 
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}

a { 
	color:#74bee1;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover { 
	color: #0083b5;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.no-hover:hover {
	color: #ffffff;
}

.read-more {
	display:block;
}

.excerpt-more .read-more {
	margin-top:30px;
}

input, textarea, select {
    	vertical-align: middle;
    	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	color: #a4a9b5;
}

form, fieldset {
    	margin: 0;
    	padding: 0;
    	border-style: none;
	width:100%;
}

hr {
    	margin: 20px 0 30px;
    	border: 0;
    	border-bottom: 1px dotted #ddd;
    	height: 1px;
}

.alignleft { 
	float:left;
}

.alignright { 
	float:right;
}

.intro {
	line-height: 1.4;
}

.alignnone { 
	float:none; 
}

.aligncenter { 
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.right {
	float:right;
	text-align:right;
}

.left {
	float:left;
	text-align:left;
}

p iframe {
	max-width: 1040px;
	width:100%;
}

.intro {
	font-size:16px;
	color:#a4a9b5;
}

blockquote {
	color:#B0B8BD;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin-bottom: 30px;
	padding: 30px 30px !important;
	text-align: left;
}

blockquote p {
	padding:0px;
}

::selection { 
	background:rgba(0,0,0,0.2);
	color:#FFF;
}

::-moz-selection { 
	background:rgba(0,0,0,0.2);
	color:#FFF;
}

::-webkit-selection { 
	background:rgba(0,0,0,0.2);
	color:#FFF;
}

ul, ol {
	margin: 0 0 5% 20px;
	line-height: 1.8;
}

ul { list-style-type: circle; }

ol { list-style: decimal }

ul ul, ol ol, ul ol, ol ul {
	margin: .4em 0 0 1.5em;
}

dt { font-weight: bold }

dd { margin: 0 1.5em 1.5em }

b, strong { font-weight: bold }

dfn, cite, em, i { font-style: italic }

address { margin: 0 0 1.5em }

pre, .code {
	position: relative;
	color:#555b66;
	background: #f9f9f9;
	font-family: Courier, monospace;
	font-size: 15px;
	position:relative;
	margin-bottom: 30px;
	line-height:1.4em;
	padding: 30px 60px;
	overflow: auto;
	max-width: 100%;
	tab-size: 4;
}

pre:before, .code:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "FontAwesome";
	content: "\f1c9";
	color: #fff;
	background:#4f5b66;
	padding: 4px 5px;
	font-size: 14px;
	z-index: 5;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;  
}

.slides-stack {
	padding-left:0px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	SPECIALS
/*-----------------------------------------------------------------------------------*/

/* 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;
}

/* Custom skillbar title */

.skillbar {
	margin-bottom:30px;
}

.skillbar-title {
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}


/* Formidable product survey */

div.frm_message > p {
	margin-top: 0px !important;
}

div.frm_description {
	line-height: 18px!important;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	ANIMATIONS
/*-----------------------------------------------------------------------------------*/

/* Standard animation */

.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

@-webkit-keyframes fadeIn{0%{opacity:0;z-index:1;}100%{opacity:1;z-index:1;}}@keyframes fadeIn{0%{opacity:0;z-index:1;}100%{opacity:1;z-index:1;}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}

/*-----------------------------------------------------------------------------------*/
/*	5.	TEXT STYLES
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    	margin: 0px 0 25px 0;
	color: #383F49;
	font-size: 24px;
	line-height: 1.2;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h1 { 
	font-size: 34px;
}

h2 { 
	font-size: 28px;
}

h3 { 
	font-size: 22px;
}

h4 { 
	font-size: 18px;
}

h5 { 
	font-size: 14px;
}

h6 { 
	font-size: 12px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .entry-title a {
	color:#4d515c;
}

.entry-title a:hover {
	color:#52cebe;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	HEADER
/*-----------------------------------------------------------------------------------*/

/* Logo */

.logo {
    display: inline-block;
    text-indent: -9999px;
    margin: 0;
    text-align:center;
}

.logo-image {
	text-align:left;
	display:inline-block;
	margin:0 auto;
	max-width:300px;
	height:auto;
}

.logo-image img {
	max-width: 100%;
	height: auto;
	position:relative;
}

.logo-text {
    	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:18px;
	background:#52cebe;
	margin:0px;
	text-transform: uppercase;
	letter-spacing: 1px;
   	line-height: 40px;
    	padding: 0 10px;
    	text-align:left;
    	float:left;
}

.logo-text a { 
	 color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.logo-text a:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transition: .1s ease-in; 
}

.no-background .logo-text {
	padding: 0 0px;
	background:none !important;
}

/* Header search */

#header .search-form {
	background:none;
	border:none;
	line-height:40px;
	width:90%;
}

#header .search-form input {
	background:none;
	border:none;
	line-height:1;
	width:100%;
	font-size:12px;
	color:#FFF;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/* Main header */

header {
	margin-bottom:0px;
}

#header {
	width: 100%;
	background:#2c343c;
	display: block;	
	padding-top:0px;
	position:relative;
}

#header-inner {
	width: 90%;
	max-width: 1040px;
	display:block;
	margin:0 auto;
	padding:30px 0;
	font-size:12px;
}

#search-area input {
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

#search-area {
	display:none;
    	transition: opacity 0.3s, visibility 0.3s;
	background:#152126;
	z-index:1000;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#search-area-inner {
	margin:0 auto;
	width:90%;
	max-width:1040px;
	padding:30px 0;
}

#search-area input.submit.search-button {
	display:none;
}

.show {
	opacity:1.0 !important;
	visibility:visible !important;
	transition: opacity 0.3s, visibility 0.3s;
}

.error404 .post .search-form {
	margin-top: 30px;
	margin: 0 auto;
	position: relative;
}

.error404 .post .search-form-input {
	padding: 10px 86px 10px 20px;
	font-size: 20px;
	padding-right:20px;
	width: 100%;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #EEE;
}

.error404 .post .search-form .submit {
	position: absolute;
	display:none;
}

.error404 .post .entry-content {
	padding-bottom: 65px;
	padding-top: 65px;
}

.navigation, .search-toggle {
	float:right;
}

.search-toggle {
	color: #485357;
	cursor:pointer;
	position:relative;
	z-index:1200;
	padding-left:20px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    	display: none;
	text-align:left;
    	font-size: 10px;
    	font-weight: 600;
    	line-height: 40px;
    	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    	vertical-align:middle;
}

.search-toggle:hover {
	color:#FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	NAVIGATION
/*-----------------------------------------------------------------------------------*/

/* Primary navigation */

.nav a, .nav li ul a, .nav li ul li a {
    	color:#485357;
}

.nav a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    	padding: 0px;
    	display: block;
	text-align:left;
    	font-size: 13px;
    	font-weight: 600;
    	line-height: 40px;
    	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    	vertical-align:middle;
}

.nav a:hover {
    	cursor: pointer;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#FFF;
}

.navigation ul > li.menu-item-has-children > a:after {
  	font-family: "FontAwesome";
  	font-size: 10px;
  	margin-left: 7px;
  	content: "\f0dd";
  	vertical-align: top;
  	line-height: 35px;	
	display:inline-block;
}

.nav .current-menu-item > a, .nav a:hover {
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav > li {
    	float: left;
    	padding: 0;
    	margin: 0px;
    	display: inline;
}

.nav, .nav ul {
    	margin: 0 0 0 0;
    	padding: 0;
    	list-style-type: none;
    	list-style-position: outside;
    	position: relative;
}

.nav li {
	display:block;
    	float: left;
    	position: relative;
	padding-left:20px;
}

.nav li:last-child {
	margin-right: 0;
}

.nav ul {
	position: absolute;
	z-index:9000;
	width: 180px;
	top: 40px;
	padding-bottom: 5px;
	left: 0px;
	padding-top: 30px;
}

.nav .sub-menu {
	margin: 0;
}

.nav .sub-menu .current-menu-item a {
	color:#FFF;
}

.nav li ul li { 
	padding: 0px;
	background: #2a2f35;
	z-index:999;
	text-align:left;
}

.nav li ul a, .nav li ul li a {
    	width: 110px;
    	height: auto;
    	float: left;
	padding: 5px 20px;
    	font-size: 10px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav li .current-menu-item ul li a {
	color:#FFF;
}

.nav li ul li .current-menu-item {
	border-bottom: none !important;
	color:#FFF !important;
}

.nav li ul a {
    	border-bottom:none;
}

.nav li ul a:hover {
    	height: auto;
    	float: left;
    	color:#FFF;
	background:rgba(0,0,0,0.2);
}

.nav li ul li:last-child {
    	border-bottom: none;
}

.nav li ul li ul {
    	padding: 0;
}

.nav ul ul { 
	top: auto; 
}

.nav li ul ul {
    	left: 150px;
    	margin: 0 0 0 10px;
}

/* Mobile menu */

.mobile-menu {
	background:#152126;
	display:none;
}

.mobile-menu-inner .nav-mobile li {
	color: #fff;
	display: inline-block;
	position:relative;
	margin-top: 1%;
	margin-bottom:1%;
	font-weight: 400;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 20px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	width:100%;
	text-align:center;
	padding: 6px 20px 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.mobile-menu-inner .nav-mobile li:hover {
	
}

.mobile-menu-inner .nav-mobile li:hover a {
	color: #fFF;	
}

.mobile-menu-inner .nav-mobile li a {
	color: #FFF;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

#collapse {
	display:none;
}

.collapse-menu-bg {
	background:rgba(0,0,0,0.2);
}

#collapse-menu {
	color:#485357;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:0px;
}

.collapse-inner {
	text-align:center;
	width:90%;
	margin:0 auto;
	max-width:1040px;
	padding:15px 0;
}

.collapse-inner .lefty {
	float:left;
	text-align:left;
}

.collapse-inner .righty {
	float:right;
	text-align:right;
}

.mobile-menu i {
	margin-bottom:0px;
	color: #616666;
	position: relative;
	font-size:16px;
	text-align:center;
}

.nav-mobile a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    	color: #FFF;	
	opacity:0.7;
    	padding: 0px;
	display:block;
	text-align:center;
    	font-size: 15px;
    	font-weight: 600;
    	line-height: 40px;
    	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
}

.nav-mobile a:hover {
    	cursor: pointer;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-mobile .current-menu-item > a, .nav a:hover {
	opacity:1.0;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-mobile > li {
    	float: none;
    	padding: 0;
    	margin: 0px;
    	display: block;
}

.nav-mobile, .nav-mobile ul {
    	margin: 0;
    	padding: 40px 40px;
    	list-style-type: none;
    	list-style-position: outside;
    	position: relative;
}

.nav-mobile li {
    	float: none;
    	position: relative;
	line-height:30px;
}

.nav-mobile li:last-child {
	margin-right: 0;
}

.nav-mobile ul {
    	position: relative;
    	display: block;
    	padding: 10px 10px;
	margin:10px !important;
	border-top:1px solid rgba(0,0,0,0.05);
	border-bottom:1px solid rgba(0,0,0,0.05);
   	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-mobile .sub-menu {
	margin: 0 0 0 0;
	z-index:960;
}

.nav-mobile li ul { 
	z-index:960;
}

.nav-mobile li ul li { 
	padding: 0 20px;
	z-index:960;
	text-align:center;
	display:block;
}

.nav-mobile li ul a, .nav-mobile li ul li a {
    	height: auto;
	display:block;
    	color:#FFF;
	opacity:0.7;
    	padding:0;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-mobile li ul li .current-menu-item > a, .nav-mobile li ul li a:hover {
	opacity:1.0;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-mobile li ul li:first-child a {
	border-top: none;
}

.nav-mobile li ul a:hover {
    	height: auto;
    	color:#FFF;
	opacity:1.0;
    	background: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-mobile li ul li:last-child {
    	border-bottom: none;
}

.nav-mobile li ul li ul {
    	padding: 0;
}

.nav-mobile ul ul { 
	top: auto; 
}

.nav-mobile li ul ul {
    	left: 150px;
    	margin: 0 0 0 10px;
}

.nav-mobile li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul { 
	display: none; 
}

.nav-mobile li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul { 
	display: block; 
}

/*-----------------------------------------------------------------------------------*/
/*	8.	WRAPPER & MAIN ELEMENTS
/*-----------------------------------------------------------------------------------*/

#main-wrap {
	width:100%;
	margin: 0px auto;
}

#content-wrapper {
    	position: relative;
    	height: 100%;
    	margin: 50px auto;
    	padding-top:0px;
   	padding-bottom:0px;
}

#content-wrapper p {
	margin-bottom: 14px;
    	margin-top: 14px;
}

#content-wrapper p:last-child {
	margin-bottom:0px;
}

.button-more {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px;
	padding: 10px 22px;
	border: 1px solid #74bee1;
	background:none;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color:#74bee1;
	text-transform: uppercase;
	font-size: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.button-more:hover {
	background:#74bee1;
	color:#FFF;
}

.extra-bottom {
	margin-bottom:30px;
}

.standard-table td {
	border: solid 1px lightgrey;
    	height: 20px;
}

.highlighted-cell {
	background-color: #00adef;
    	color: white;
	height: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	POSTS & CUSTOM POST FORMATS
/*-----------------------------------------------------------------------------------*/

/* Author bio */

.author_bio_section{
	margin:50px 0px;
	color: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
}

.author_name{
	color:#333332;
	font-family: 'Open Sans',serif;
	font-style: normal;
	line-height: 18px;
	margin-top: 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0px !important;
	font-weight: 700;
}

.author-bio img {
	max-width:60px;
	height:auto;
	float:left;
	margin-right:20px;
	border-radius: 50%;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
}

.author-bio {
	border-top:1px solid #EEE;
	margin:30px 0 0 0;
	padding:30px 0 0 0;
	margin-bottom:0px;
}

.author-title {	
	margin-bottom:10px;
}

.author-description {
	font-size:14px;
}

.post:first-child {
    	padding: 0;
}

.post {
    	padding: 0;
    	margin: 0;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.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;
}

.single .entry-wrap {
	margin:0px;
}

.single .entry-wrap {
	border:none;
}

.entry-wrap {
	width:100%;
	background:#FFF;
	overflow:hidden;
	padding: 0px;
	margin:0px 0 50px 0;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01) 0 8px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01) 0 8px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.01) 0 8px rgba(0, 0, 0, 0.01);
}

.inner {
	position:relative;
	padding:50px 0;
	width:90%;
	margin:0 auto;
	max-width:1040px;
}

.entry-content { 
	padding:45px 50px;
	position: relative;
}

.subscribe-in-text div {
}

.subscribe-wrapper{
	margin-right: 40px;
	margin-top: 40px;
    	margin-bottom: 50px;
}

.subscribe-in-text form {
	padding: 20px 20px 20px 20px;
    	background-color: #4c5357;
}

.subscribe-in-text label {
	color: #ffffff;
	font-weight: 400;
}

.post-footer .left {
	width:60%;
	float:left;
}

.post-footer {
	background: #f8f9f9;
	float: left;
	text-align:left;
	width:100%;
	padding: 25px 45px;
	font-size: 14px;
	position: relative;
	color: #A7B5C1;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.post-footer a {
	color:#B0B8BD;
}

.page-template-default .entry-content {
	border-bottom:0px;
}

.no-sidebar {
	float:none !important;
	margin:0 auto !important;
	width:100% !important;
}

#sidebar-left .main-column {
	width:69%;
	margin-right:0%;
	margin-left:4%;
	float:right;
}

#sidebar-left .sidebar-column {
	float:left;
}

.main-column {
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:69%;
	margin-right:4%;
	float:left;
}

.sidebar-column {
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:15px;
	width:27%;
	float:right;
}

.content-post {
	width:90%;
	max-width:1040px;
	margin:0px auto;
}

.post .post-content ul, .post .post-content ol {
	margin: 0 0 0 18px;
	padding-left:0px;
}

.error404 .post .post-content ul li {
	margin: 0 0 0px 0px;
	list-style:none;
}

.error404 .post .post-content ul {
	margin: 0 0 0px 0px;
	list-style:none;
}

.post .post-content ol li {
	list-style-type: decimal;
}

.post .excerpt-more .more-link {
	margin-top: 20px;
}

.entry-content header {
	text-align:center;
	word-wrap: break-word;
}

.post-header {
	margin-bottom:30px;
}

.format-quote .post-header {
	margin-bottom:0px;
}

.socials-footer-post {
	padding-top:15px;
	margin:0 !important;
	float:right;
}

.socials-footer-post li {
	display:inline-block;
	padding-right:5px;
}

.meta {
	color: #B0B8BD;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
}

.date-title {
	color: #B0B8BD;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0px;
	padding:0px;
}

.date-title a {
	color: #B0B8BD;
}

.meta, .meta li {
	padding:0;
	margin:0 !important;
	list-style:none;
}

.archive-title-wrapper {
	width:100%;
	text-align:left;
	padding-bottom:30px;
	
}

.archive-title {
	font-family: "Noto Sans", sans-serif;
	color: #555;
	font-size: 12px;
	text-transform:uppercase;
 	padding: 20px 0;
 	margin: 0px auto;
	width:90%;
 	text-align: left;	
 	letter-spacing: 0px;
}

.commentlist .odd {
	background:none;
}

.commentlist .even {
	background:none !important;
}

.button-centered {
	text-align:center;
}

.entry-title {
	text-align: left;
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 1.6;
	font-weight: 600;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/* video */

.fitvid p {
	display:none;
}

/* chat */

.chat-row { 
	margin-bottom:30px;
}

.chat-author .fn {
	padding-bottom:0px;
	line-height:20px;
	float:none;
	margin:0;
}

.chat-author { 
	margin-top:5px;
	padding-left:0px;
	margin-right:5px;
	display:inline-block;
}

.chat-text p { 
	padding:5px;
	padding-left:0px;
}

/* image */

.post .featured-image {
	vertical-align:bottom;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	position:relative;
	overflow:hidden;
}

.post .featured-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0px;
	float: left;
	vertical-align:bottom;
	display: inline-block;
	-webkit-transition: -webkit-transform 2s ease;
	-moz-transition: -moz-transform 2s ease;
	-o-transition: -o-transform 2s ease;
	transition: transform 2s ease;
}

.post .featured-image img:hover {

}

/*-----------------------------------------------------------------------------------*/
/*	10.	PORTFOLIO
/*-----------------------------------------------------------------------------------*/

/* Text styles */

.portfolio-wrapper .entry-title {
    	color: #4d515c;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.portfolio-text {
	position:relative;
	width:100%;
	height:100%;
	float:left;
}

.portfolio-text-inner {
	width:90%;
	max-width:1040px;
	padding:100px 0;
	margin:0 auto;
	height:100%;
}

/* Even portfolio */

#center .left-portfolio, #center .right-portfolio {
	width:100%;
	margin-right:0%;
	margin-left:0%;
	text-align:center;
}

#center .entry-title {
	text-align:center;
}

.left-portfolio img, #left .left-portfolio img {
	float:left;
}

.left-portfolio, #left .left-portfolio {
	float:left;
	width:60%;
	margin-right:5%;
	margin-left:0%;
}

.right-portfolio, #left .right-portfolio {
	float:right;
	width:35%;
}

.right-portfolio img, .right-portfolio .fitvid, #left .right-portfolio .fitvid, #left .right-portfolio img {
	float:right;
}

/* Odd portfolio */

.odd .left-portfolio img, #right .left-portfolio img  {
	float:right;
}

.odd .left-portfolio, #right .left-portfolio {
	float:right;
	width:60%;
	margin-right:0%;
	margin-left:5%;
}

.odd .right-portfolio, #right .right-portfolio {
	float:left;
	width:35%;
}

.inner-cell {
	color:#a4a9b5;
	text-align:left;
	-webkit-transition: all 1s;  
	-moz-transition: all 1s;  
	-o-transition: all 1s;  
	transition: all 1s;
}

#project .entry-content { 
	position: relative;
	width: 100%;
	max-width:800px;
	margin: 0 auto;
	padding:0px 0;
	border-bottom:0px;
}

#project .entry-title { 
	text-align:center;
	margin-bottom:0px;
}

#project .entry-details { 
	text-align:center;
	font-size: 12px;
	color: #a4a9b5;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

#project header {
	margin-bottom:30px;
}

/* Ajax container */

.inner-ajax-load {
	display:none;
}

.close a {
	color: #a4a9b5;
}

.ajax-close i {
    	display:block;	
}

.ajax-close i:hover {
    	-moz-animation: spin .4s 1 linear;
    	-o-animation: spin .4s 1 linear;
    	-webkit-animation: spin .4s 1 linear;
    	animation: spin .4s 1 linear;	
}

.project .close {
	line-height:16px;
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}

/* Portfolio wrapper */

.portfolio-wrapper {
	padding-bottom:0px;
	margin-bottom: 0px;
	overflow:hidden;
	width:100%;
}

.single-project #load {
	display:none;
}

/* Standard odd and even backgrounds */

.portfolio-wrapper .even {
	background-color:#FFF;
}

.portfolio-wrapper .odd {
	background-color:#f2f5f6;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	POST NAVIGATION
/*-----------------------------------------------------------------------------------*/

#post-navigation {
	width:100%;
	margin:0 auto;
	position:relative;
}

.single .post-navigation-inside {
	margin-top:30px;
}

.post-navigation-inside {
	margin:0px;
	padding:0px 0;
	position:relative;
}

.post-nav-left, .post-nav-right {
	background: #52cebe;
}

.in-content-button a {
	font-weight: 800;
   	font-size: 22px;
   	border: solid;
   	padding: 10px;
	display: inline-block;
}

.in-content-button a:hover {
	color: #0083b5 !important;
}

div.in-content-button {
	text-align: center;
    	padding-top: 30px;
    	padding-bottom: 60px;
}

div.no-bottom-padding{
	padding-bottom: 0px;
}

.recipe-img {
	width: 40%;
    	float: left;
    	margin-right: 25px;
	margin-bottom:	10px;
}

.recipe-content{
	float: left;
    	width: 55%;
}

h3.recipe{
	margin-bottom: 10px;
}

div.recipe{
	display: inline-block;
	padding-bottom: 25px;
}

.post-nav-left, .post-nav-left a {
	color: #FFF;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 6px 15px;
	float:left;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.post-nav-right, .post-nav-right a {
	color: #FFF;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 6px 15px;
	float:right;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	COMMENTS SECTION
/*-----------------------------------------------------------------------------------*/

.comments {
	background:#FFF;
	padding:30px 0px;
	width: 100%;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.comments-ad {
	padding: 0px 50px 30px 50px;
}

#comments-title {
	font-family: "Noto Sans", sans-serif;
	background: #f1f1f1;
 	padding: 60px 0;
 	margin: 0 0 0 0;
 	text-align: center;
 	 -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

#comments-title:hover {
	background: #ebebeb;
	cursor: pointer;
	 -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

.comments-open {
	border-bottom: solid 1px #e7e7e7; 
	margin-bottom: 60px !important;
}

#respond {
    	margin: 0 0 0px 0;
    	padding: 0px 50px;
}

.comment #respond { 
	margin-top: 0px;
	padding-bottom: 10px;
}

#respond h3 {
	text-align: left;
	display: block;
	font-size: 14px;
	color: #4d515c;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 5px;
}

.commentlist #respond h3 {
	margin-top: 15px;
}

#respond label {
	text-transform: uppercase;
    	font-size: 11px;
    	font-weight: bold;
    	margin: 5px 0 0 15px;
    	color: #aaa;
    	position: absolute;
    	left: -999px;
}

#respond p {
	position: relative;
	text-align:left;
}

#respond .required {
	color: #E75353;
	display: none;
}

#respond p { 
	margin-bottom: 30px; 
}

#respond .form-submit { 
	margin-bottom: 0px; 
}

.form-submit { 
	text-align:left;
}

#commentform  {
	width: 100%;
}

#respond input[type="text"], #respond textarea {
    	border: none;
    	background: #f8f9f9;
    	width: 100%;
	font-size:14px;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
}

#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
}

#respond input:focus, #respond textarea:focus {
    	outline: none;
}

#respond textarea {
    	line-height: 22px;
    	width: 100%;
	resize:none;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
}

#commentform #submit {
	background:#52cebe;
	margin: 0px 0px;
	padding: 10px 15px;
	border: none;
	background:none;
	display: inline-block;
	margin-bottom: 0px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	font-weight:bold;
	color:#FFF;
	text-transform: uppercase;
	font-size: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.form-allowed-tags {
	display:none;
}

.commentlist {
	padding:0px 50px;
	margin:0px;
	list-style-type: none !important;
	list-style:none;
}

.post-details {
	float:right;
	width:25%;
	height:auto;
}

.commentlist li {
	position: relative;
   	padding: 0 0 30px 0;
    	margin: 0 0 30px 0;
    	position: relative;
    	list-style:none;
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

.commentlist li:last-child {
	position: relative;
    	padding: 0 ;
	margin: 0 0 45px 0;
    	position: relative;
	max-width:100%;
    	list-style:none;
	border-bottom:none;
}

.commentlist li .children {
	padding:30px 0 0 0;	
	margin:30px 0 0 0;
	border-top: 1px solid rgba(0,0,0,0.04);
}

.children li { 
	padding-left: 20px !important;
}

.children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-block {
    	padding: 0;
	display:block;
}

.comment-text {
	position: relative;
}

.comment-text p {
	margin-bottom: 20px !important;
}

.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 {
	font-size:12px;
}

.reply a:hover {

}

.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 {
	color: #B0B8BD;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
}

.comments .logged-in-as a {
	color: #B0B8BD;
}

.comments .logged-in-as a:hover {
	color: #4d515c;
}

.comment-notes {
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height:16px;
	font-weight:bold;
	text-transform: uppercase;
	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 {
    	float: left;
}

.vcard img {
    	float: left;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}

.fn {
    	float: left;
    	font-style: normal;
    	line-height: 16px;
	padding-bottom:5px;
    	margin-top: 0;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
}

.fn a { 
	color: #999;
}

.fn a:hover {
	background: none;
	color: #4d515c;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta {
    	float: left;
    	margin: 0 0 0 12px;
    	line-height: 11px;
}

.comment-time {
    	display: inline-block;
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height:16px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	padding:0px;
}

.comment-time:hover {
	color: #999;
}

.comment-edit-link {
	font-size: 11px;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 25px 50px;
	margin: 0px 0 45px 0;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size: 11px;
	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;
}

/*-----------------------------------------------------------------------------------*/
/*	13.	FOOTER
/*-----------------------------------------------------------------------------------*/

#footer {
	background:#2c343c;
	margin-top:0px;
	width: 100%;
	background: none;
	display:block;	
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-bottom {
	width: 100%;
	position:relative;
	display:block;
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-footer {
	margin: 20px 0 0 0;
	padding: 10px 22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #74bee1;
	background:#74bee1;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	text-align:center;
	letter-spacing: 2px;
	color:#fff;
	text-transform: uppercase;
	font-size: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.button-footer:hover {
	background:none;
	color:#FFF;
}

/* Footer inner */

.footer-inner {
	position: relative;
	width: 90%;
	padding:50px 0;
	max-width:1040px;
	margin: 0 auto;
	display:block;
	text-align:left;
}

.footer-header {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase !important;
	font-weight: bold;
	text-align:center;
	color:#FFF;
	margin-bottom:10px;
	font-weight: 300;
	letter-spacing: 1px;
}

.footer-text {
	text-align:center;
	max-width:850px;
	color:#F4F4F4;
	margin:0 auto;
	font-size: 18px;
	line-height:34px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*	14.	FOOTER & SIDEBAR WIDGETS
/*-----------------------------------------------------------------------------------*/

#sidebar .widgettitle {
	text-align: left;
	display: block;
	font-size: 12px;
	color:#4d515c;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 25px;
}

#sidebar .widget {
	background:#FFF;
	position:relative;
	margin-bottom:40px;
	padding:40px 30px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.01);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01) 0 8px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.01) 0 8px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.01) 0 8px rgba(0, 0, 0, 0.01);
}

#sidebar .widget ul li {
	list-style:none;
}

#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;
	max-width:100%;
	height:auto;
}

#sidebar .widget img:hover {
	opacity:0.8;
}

#sidebar select {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background:#f8f9f9;
	color: #a7b5c1;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0px;
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: none;
	border:none;
	padding: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
}

#sidebar .widget input.search-form-input {
	background:#f8f9f9;
	color: #a7b5c1;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background:#FFF;
	border: none;
	-webkit-appearance:none;
	padding:15px;
	border: 2px solid #dcdcdc !important;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
	width:100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

#sidebar .widget input.submit.search-button {
	background:#52cebe;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size: 11px;
	text-transform:uppercase;
	color:#FFF;
	position: absolute;
	z-index: 10;
	right: 0;
	cursor:pointer;
	border: 2px solid #dcdcdc !important;
	top: 0;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

#sidebar .widget_meta {}

#sidebar .widget_meta ul {
	list-style:none;
}

#sidebar .widget_meta ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_meta ul li a {}

#sidebar .widget_meta ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_links {}

#sidebar .widget_links ul {
	list-style:none;
}

#sidebar .widget_links ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_links ul li a {}

#sidebar .widget_links ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_twitter ul {
	list-style:none;
}

#sidebar .widget_twitter ul li {
	background:none;
	padding-left:0px;
}

#sidebar .widget_archive {}

#sidebar .widget_archive ul {
	list-style:none;
}

#sidebar .widget_archive ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
} 
 
#sidebar .widget_archive ul li a {}

#sidebar .widget_archive ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer .widget_archive option {}

#sidebar .widget_pages {}

#sidebar .widget_pages ul {
	list-style:none;
}

#sidebar .widget_pages ul .children {
	padding:20px 10px
}

#sidebar .widget_pages ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_pages ul li a {}

#sidebar .widget_pages ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_links {}

#sidebar .widget_links li:after {}

#sidebar .widget_links li:before {}

#sidebar .widget_tag_cloud {}

#sidebar .widget_tag_cloud a {}

#sidebar .widget_tag_cloud a:after {}

#sidebar .widget_tag_cloud a:before {}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

#calendar_wrap {
    	background: #fff;
    	border-right: none;
    	border-bottom: none;
}

#wp-calendar {
    	margin: 0;
    	max-width: 100%;
	border: solid 1px #f3f3f3;
}

#wp-calendar caption {
    	text-align: center;
    	background: #f7f7f7;
    	padding: 5px 10px;
    	font-weight: bold;
	font-family: 'Open Sans', serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#wp-calendar tr th, #wp-calendar tr td { text-align: center }

#wp-calendar tr th {
    background: #469AF6;
    color: #fff;
    margin: -10px -10px 10px -10px;
    font-size: 11px;
    font-weight: bold;
}

#wp-calendar tbody tr td {
    	padding: 2px 0;
    	border-right: solid 1px #f3f3f3;
    	border-top: solid 1px #f3f3f3;
}

#wp-calendar tbody tr td:hover {
    cursor: pointer;
}

#wp-calendar tfoot td {
    	border-top: solid 1px #f3f3f3;
    	border-right: solid 1px #eee;
    	padding: 7px 0 5px 0;
    	font-weight: bold;
    	font-size: 10px;
    	text-transform: uppercase;
}

#sidebar .widget_categories {}

#sidebar .widget_categories ul {
	list-style:none;
}

#sidebar .widget_categories ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}
 
#sidebar .widget_categories ul ul.children {}

#sidebar .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_categories a {}

#sidebar .widget_categories select{}

#sidebar .widget_categories select.postform {}

#sidebar .widget_categories option {}

#sidebar .widget_categories .level-0 {}

#sidebar .widget_categories .level-1 {}

#sidebar .widget_categories .level-2 {}

#sidebar .widget_categories .level-3 {}

#sidebar .recentcomments {}

#sidebar #recentcomments {}

#sidebar #recentcomments li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
}

#sidebar #recentcomments li a {}

#sidebar #recentcomments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar #recentcomments li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget a {
	color:#B0B8BD;
}

#sidebar .widget, #sidebar .widget a:hover {
	color:#565656;
}

#sidebar .widget_recent_comments {}

#sidebar .widget_recent_entries {}
#sidebar .widget_recent_entries ul {
	list-style:none;
}

#sidebar .widget ul li {
	line-height:1.4;	
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left:0px;
}

#sidebar .widget ul li:last-child {	
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left:0px;
}

#sidebar .widget_recent_entries ul li a {}
#sidebar .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .textwidget {
	font-weight: normal;
	text-align: left;
	color: #4d515c666;
	text-transform: none;
	font-size: 14px;
}

#sidebar .widget_text {
	font-weight: normal;
	text-align: left;
	color: #4d515c;
	text-transform: none;
	font-size: 14px;
}

#sidebar .textwidget p {..
	font-weight: normal;
	text-align: left;
	color: #4d515c666;
	text-transform: none;
	font-size: 14px;
}

#sidebar input, textarea, select {
	-webkit-appearance: none;
	border: none;
	padding: 15px 18px;
	border: 2px solid #dcdcdc !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#sidebar ul {
	list-style:none;
	padding-top:5px;
	margin-top:5px;
	margin-left:0px;
}

#sidebar .sub-menu {
	margin-left:10px;
}

/* Footer sidebar */

#footer-inside .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;
	max-width:100%;
}

#footer-inside .widget img:hover {
	opacity:0.8;
}

#footer-inside select {
	max-width:100%;
	background:rgba(0,0,0,0.1);
	color: #4d515c666;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget_meta ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_links ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_archive ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_pages ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_categories ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside #recentcomments li:before {	
	font-family:"Fontawesome";
	content:"\f0e5";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_recent_entries ul li:before {	
	font-family:"Fontawesome";
	content:"\f0f6";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget input.search-form-input {
	background:rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget input.submit.search-button {
	display:none;
}

#footer-inside .widget_meta {}

#footer-inside .widget_meta ul {
	list-style:none;
}

#footer-inside .widget_meta ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_meta ul li a {}

#footer-inside .widget_meta ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_links {}

#footer-inside .widget_links ul {
	list-style:none;
}

#footer-inside .widget_links ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_links ul li a {}

#footer-inside .widget_links ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_twitter ul {
	list-style:none;
}

#footer-inside .widget_twitter ul li {
	background:none;
	padding-left:0px;
}

#footer-inside .widget_archive {}

#footer-inside .widget_archive ul {
	list-style:none;
}

#footer-inside .widget_archive ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
} 
 
#footer-inside .widget_archive ul li a {}

#footer-inside .widget_archive ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_archive select {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: none;
	background:rgba(0,0,0,0.1);
	color:#4d515c666;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;width:100%;
}

#footer .widget_archive option {}

#footer-inside .widget_pages {}

#footer-inside .widget_pages ul {
	list-style:none;
}

#footer-inside .widget_pages ul .children {
	padding-top:20px;
	padding-bottom:20px;
}

#footer-inside .widget_pages ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_pages ul li a {}

#footer-inside .widget_pages ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_links {}

#footer-inside .widget_links li:after {}

#footer-inside .widget_links li:before {}

#footer-inside .widget_tag_cloud {}

#footer-inside .widget_tag_cloud a {}

#footer-inside .widget_tag_cloud a:after {}

#footer-inside .widget_tag_cloud a:before {}

#footer-inside .widget_calendar {}

#footer-inside #calendar_wrap {
	width:100%;
	overflow:auto;
}

#footer-inside #calendar_wrap th {}

#footer-inside #calendar_wrap td {}

#footer-inside #wp-calendar tr td {}

#footer-inside #wp-calendar caption {
	text-align:left;
}

#footer-inside #wp-calendar a {}

#footer-inside #wp-calendar #today {}

#footer-inside #wp-calendar #prev {}

#footer-inside #wp-calendar #next {}

#footer-inside #wp-calendar #next a {}

#footer-inside #wp-calendar #prev a {}

#footer-inside .widget_categories {}

#footer-inside .widget_categories ul {
	list-style:none;
}

#footer-inside .widget_categories ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}
 
#footer-inside .widget_categories ul ul.children {}

#footer-inside .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_categories a {}

#footer-inside .widget_categories select{}

#footer-inside .widget_categories select#cat {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: 
	none;
	background:rgba(0,0,0,0.1);
	color:#4d515c666;
	border:none;
	padding:14px 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
}

#footer-inside .widget_categories select.postform {}

#footer-inside .widget_categories option {}

#footer-inside .widget_categories .level-0 {}

#footer-inside .widget_categories .level-1 {}

#footer-inside .widget_categories .level-2 {}

#footer-inside .widget_categories .level-3 {}

#footer-inside .recentcomments {}

#footer-inside #recentcomments {}

#footer-inside #recentcomments li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside #recentcomments li a {}

#footer-inside #recentcomments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside #recentcomments li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_recent_comments {}

#footer-inside .widget_recent_entries {}
#footer-inside .widget_recent_entries ul {
	list-style:none;
}

#footer-inside .widget_recent_entries ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom:none;
}

#footer-inside .widget_recent_entries ul li a {}
#footer-inside .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .textwidget {
	font-weight: normal;
	text-align: left;
	color: #4d515c666;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .widget_text {
	font-weight: normal;
	text-align: left;
	color: #4d515c;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .textwidget p {
	font-weight: normal;
	text-align: left;
	color: #4d515c666;
	text-transform: none;
	font-size: 14px;
}

#footer-inside input, textarea, select {
    	background:rgba(0, 0, 0, 0.3);
	color: #4d515c666;
	-webkit-appearance: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#footer-inside ul {
	list-style:none;
	padding-left:0px;
}

/* Socials */

.post-footer .socials-footer {
	list-style:none;
	font-size:12px;
	line-height:27px;
	margin:0px;
}

.post-footer .socials-footer li {
	list-style:none;
	display:inline-block;
	padding-left:13px;
}

#header .socials {
	font-size:12px;
	display:inline-block;
	float:right;
	padding-left:20px;
	color:#5c5f66;
}

#header .socials:hover {
	color:#FFF;
}

#footer .left, #footer .socials {
	line-height:30px;
}

.socials {
	font-size:15px;
	margin:0;
	text-align:right;
	padding:0;
	vertical-align:top;
	line-height:40px;
	display:block;
	float:right;
	list-style:none;
}

.socials li:first-child a {
	padding-left:0px;
}

.socials a {
	font-size:13px;
	color:#5c5f66;
	padding-left:8px;
}

.socials a:hover {
	color:#FFF;
}

.socials li {
	line-height:30px;
   	float:none;
	position:relative;
	display:inline-block;
}

#footer-bottom-inside a:hover {
	color:#FFF;
}

#footer-inside input, textarea, select {
    	background: #181818;
	-webkit-appearance: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#footer-inside {
	margin:0 auto;
	padding:0;
	padding:80px 0;
	width:100%;
	max-width: 1040px;
	color: #FEFEFE;
	text-align:left;
	line-height: 22px;
}

#footer-inside ul {
	margin-left:0px;
	list-style:none;
	padding-left:0px;
}

#footer-bottom-inside {
	padding:35px 0;
	color: #616666;
	font-family:"Montserrat", sans serif;
	font-weight:300;
	margin:0 auto;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	width: 90%;
	text-align:center;
	max-width: 1040px;
       font-size: 10px;
	overflow:auto;
}

#footer-bottom-inside a{
	color:#FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#footer-bottom-inside span:before {
	content:"|";
	padding-left:5px;
	padding-right:5px;
}


.first {
	padding-left:0;
}

.last {
	padding-right:0;
}

#footer-bottom-inside a i{
	color:#616666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.totop {
	float:right;
	padding-left:5px;
	padding-right:5px;
}

a.totop i {
	padding-left:5px;
	padding-right:5px;
}

#footer-inside .widget img {
	max-width:100%;
}

#footer-inside select {
	max-width:100%;
	background: rgba(0,0,0,0.2);
	background:url(images/bg2.png) repeat;
	color: #fff;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget input.search-form-input {
	background: rgba(0,0,0,0.2);
	background:url(images/bg2.png) repeat;
	color: #fff;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget input.submit.search-button {
	display:none;
}

#footer-inside .widget_meta {}

#footer-inside .widget_meta ul {
	list-style:none;
}

#footer-inside .widget_meta ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_meta ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_meta ul li a {}

#footer-inside .widget_meta ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_links {}

#footer-inside .widget_links ul {
	list-style:none;
}

#footer-inside .widget_links ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_links ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_links ul li a {}

#footer-inside .widget_links ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_twitter ul {
	list-style:none;
}

#footer-inside .widget_twitter ul li {
	background:none;
	padding-left:0px;
}

#footer-inside .widget_archive {}

#footer-inside .widget_archive ul {
	list-style:none;
}

#footer-inside .widget_archive ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
} 

#footer-inside .widget_archive ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 
#footer-inside .widget_archive ul li a {}

#footer-inside .widget_archive ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_archive select {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: none;
	background: rgba(0,0,0,0.2);
	background:url(images/bg2.png) repeat;
	color: #fff;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;width:100%;
}

#footer .widget_archive option {}

#footer-inside .widget_pages {}

#footer-inside .widget_pages ul {
	list-style:none;
}

#footer-inside .widget_pages ul .children {
	padding-top:20px;
	padding-bottom:20px;
}

#footer-inside .widget_pages ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_pages ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 

#footer-inside .widget_pages ul li a {}

#footer-inside .widget_pages ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_links {}

#footer-inside .widget_links li:after {}

#footer-inside .widget_links li:before {}

#footer-inside .widget_tag_cloud {}

#footer-inside .widget_tag_cloud a {}

#footer-inside .widget_tag_cloud a:after {}

#footer-inside .widget_tag_cloud a:before {}

#footer-inside .widget_calendar {}

#footer-inside #calendar_wrap {
	width:100%;
}

#footer-inside #calendar_wrap th {}

#footer-inside #calendar_wrap td {}

#footer-inside #wp-calendar tr td {}

#footer-inside #wp-calendar caption {}

#footer-inside #wp-calendar a {}

#footer-inside #wp-calendar #today {}

#footer-inside #wp-calendar #prev {}

#footer-inside #wp-calendar #next {}

#footer-inside #wp-calendar #next a {}

#footer-inside #wp-calendar #prev a {}

#footer-inside .widget_categories {}

#footer-inside .widget_categories ul {
	list-style:none;
}

#footer-inside .widget_categories ul li {	
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_categories ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 
#footer-inside .widget_categories ul ul.children {}

#footer-inside .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_categories a {}

#footer-inside .widget_categories select{}

#footer-inside .widget_categories select#cat {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: 
	none;
	background: rgba(0,0,0,0.2);
	background:url(images/bg2.png) repeat;
	color: #fff;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
}

#footer-inside .widget_categories select.postform {}

#footer-inside .widget_categories option {}

#footer-inside .widget_categories .level-0 {}

#footer-inside .widget_categories .level-1 {}

#footer-inside .widget_categories .level-2 {}

#footer-inside .widget_categories .level-3 {}

#footer-inside .recentcomments {}

#footer-inside #recentcomments {}

#footer-inside #recentcomments li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside #recentcomments li:before {	
	font-family:"Fontawesome";
	content:"\f075";
	padding-right:5px;
	color:#fff;
}

#footer-inside #recentcomments li a {}

#footer-inside #recentcomments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside #recentcomments li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_recent_comments {}

#footer-inside .widget_recent_entries {}
#footer-inside .widget_recent_entries ul {
	list-style:none;
}

#footer-inside .widget_recent_entries ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom:none;
}

#footer-inside .widget_recent_entries ul li:before {	
	font-family:"Fontawesome";
	content:"\f075";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget a {
	color:#999;
}

#footer-inside .widget .logo-text a {
	color:#FFF;
}

#footer-inside .widget a:hover {
	color:#999;
}

#footer-inside .widget_recent_entries ul li a:hover {
	color:#999;
}


#footer-inside .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .textwidget {
	font-weight: normal;
	text-align: center;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .widget_text {
	font-weight: normal;
	text-align: left;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .textwidget p {
	font-weight: normal;
	text-align: left;
	color: #61666E;
	text-transform: none;
	font-size: 14px;
}

#footer-bottom-inside a.totop:hover{
	color:#FFF;
}

.tagcloud a {
	padding: 5px 10px;
	margin-bottom:10px;
	line-height:30px;
	color: #fff !important;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
}

#footer-inside .widget {
	float: left;
	width: 28%;
	font-size: 14px;
	padding: 0 4%;
}

#footer-inside .widget_recent_entries {
}

#footer-inside .widget ul li {
	padding-bottom:5px;
}

#footer-inside .widget:last-child {
	margin-right: 0;
	padding-right:0;
}

#footer-inside .widget:first-child {
	margin-left: 0;
	padding-left:0;
}

#footer-inside .widgettitle {
	text-align: left;
	display: block;
	font-size: 12px;
	color:#FFF;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 25px;
}


/*-----------------------------------------------------------------------------------*/
/*	15.	STANDARD WORDPRESS
/*-----------------------------------------------------------------------------------*/

input[type="password"] {
	color: #777;
    	border: none;
    	background: #EEE;
    	font: 13px/22px "Noto Sans", sans serif;
    	width: 100%;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
}

sup{
	font-size:xx-small; 
	vertical-align:top;
} 

sub{
	font-size:xx-small; 
	vertical-align:bottom;
} 

tbody {
	border:1px solid #EEE;
}

tr {
	border-bottom: 1px solid #EEE;
}

th {
	padding:10px;
}

td {
	padding:10px;
	padding-right:20px;
}

.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;
	line-height: 15px;
	overflow:hidden;
}

.wp-caption.alignnone { 
	margin: 5px 20px 20px 0; 
}

.wp-caption.alignleft { 
	margin: 5px 40px 10px 0; 
}

.wp-caption.alignright { 
	margin: 5px 0 10px 40px; 
}

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 0px 25px 10px 0;
}

img.alignright {
	margin: 5px 0 10px 40px;
}

.wp-caption img {
    	border: 0 none;
    	height: auto;
    	margin: 0;
    	max-width: 98.5%;
    	padding: 0;
    	width: auto;
}

.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;
}

.wp-caption p.wp-caption-text {
	position:relative;
    	font-size: 10px !important;
    	margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;	
}

.even .wp-caption p.wp-caption-text {
	position:relative;
    	font-size: 10px !important;
    	margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;	
	background:#FFF;
}

.odd .wp-caption p.wp-caption-text {
	position:relative;
    	font-size: 10px !important;
    	margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;	
	background:rgb(244, 244, 246);
}

#widget {
	width:100%;
}

.gallery {
	margin-bottom: 30px !important;
	text-align: center;
}

.gallery-caption { 
	text-align: center; 
}

.gallery-item {
	display: inline-block !important;
	float:left !important;
    	margin-right: 2px;
    	margin-bottom: 2px;
	width:33% !important;
}

.gallery-icon {}

.gallery-item img {
    	height: auto;
    	padding: 5px;
    	border: solid 1px #e6e6e6 !important;
}

.widgetContainer {
	position: absolute;
	max-width: 1040px;
	min-width: 288px;
	height: 100%;
}

.size-full {
	margin-top: 15px;
	margin-bottom: 20px;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.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-{id} {}

li.current-cat {}

li.current-cat-parent {}

.comment-block .children {
	padding: 30px 0 0px 0;
	margin: 30px 0 0px 0;
}

.linkcat {}

.blogroll {}


/*-----------------------------------------------------------------------------------*/
/*	16.	SCRIPTS & INCLUDES STYLES
/*-----------------------------------------------------------------------------------*/

/* Superfish */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/* Contact form 7 */

div.wpcf7-response-output {
	margin-left:0px;
	margin-right:0px;
}



.wpcf7 input[type="text"], .wpcf7 textarea, .wpcf7-text {
    	border: none;
    	background: #f2f5f6;
    	width: 100%;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	resize: none;
}

.wpcf7-submit {
    	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:10px;
	background:#52cebe;
	margin:0px;
	text-transform: uppercase;
	letter-spacing: 1px;
   	line-height: 40px;
    	padding: 0 15px;
	margin: 0px 0px 0 0;
	border: none;
	display: inline-block;
	cursor: pointer;
	width: auto;
	letter-spacing: 0px;
	color:#FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-submit:hover {
}

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;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider-stack .slides-stack > li {
	list-style:none !important;
	margin-bottom:30px;
}

.flexslider-stack .slides-stack > li:last-child {
	list-style:none !important;
	margin-bottom:0px;
}

.flexslider .slides > li {
	display: none;
	list-style:none !important;
	-webkit-backface-visibility: hidden;
} 

.flexslider .slides img {
	width: 100%;
	display: block;
	position:relative;
	z-index:999;
	vertical-align:bottom;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider-container {
	position: relative;	
	z-index:999;
	margin-bottom:0px;
}

.flexslider {
	zoom: 1;
	position: relative;
}

.flexslider ul {
	margin: 0 !important;
	list-style:none !important;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.flexslider-container {
	position: relative;	
	z-index:999;
}

.flexslider {
	zoom: 1;
	position: relative;
}

.flexslider ul {
	margin: 0 !important;
	list-style:none !important;
	line-height:0;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.flex-direction-nav li {
	list-style:none;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Regular flexslider */

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 20px; height: 20px; margin: 0; position: absolute; z-index: 9999; overflow: hidden; cursor: pointer; color:#74bee1; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }

.flex-direction-nav .flex-prev {left:20px; bottom: 60px;}
.flex-direction-nav .flex-next {left:25px; text-align: right; bottom: 60px;}

.flex-direction-nav a:before  { font-family: 'FontAwesome'; font-size: 20px; display: inline-block; content: "\f104"; }
.flex-direction-nav a.flex-next:before  { content: "\f105"; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flexslider .flex-control-nav {z-index:99999; margin: 0px !important; padding:0px; position: absolute; bottom: 20px; padding-right:0px;left: 50px; text-align: left;}
.flexslider .flex-control-nav li {margin-right: 12px; display: inline-block; zoom: 1; *display: inline;}
.flexslider .flex-control-paging li a {width: 8px; height: 8px; display: block; background: transparent; background: rgba(255,255,255,0.3) !important; cursor: pointer; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flexslider .flex-control-paging li a:hover { background: rgba(255,255,255,0.7) !important; }
.flexslider .flex-control-paging li a.flex-active { background: rgba(255,255,255,0.7) !important; }

/* Archive */

#archive {
	display: inline-block;
	width: 100%;
	padding-top: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom:30px;
	text-align: left;
}

.toggle {
	margin-top: 15px;
	width:100%;
}
	
div .toggle:first-child {
	margin-top: 0px;
}
	
.toggle .toggle_title {
	padding: 15px;
	background: #f8f9f9;
}

.toggle .toggle_title h5 {
	margin-bottom:0px;
}

.toggle .toggle_title a h5 {
	margin-top:0px;
	color:#a7b5c1;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:11px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.toggle .toggle_title a h5:hover {
	color:#a7b5c1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
	
.toggle .toggle_title .toggle_icon {
	width: 11px;
	height: 11px;
	display: inline-block;
	text-indent: -9999px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	float: left;
	padding: 1px;
	margin-right: 10px;
	margin-top: 2px;
}
	
.toggle .toggle_inner {
	background:none;
	padding: 25px 40px;
	display: none;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2;
}

.toggle .toggle_inner ul {
	margin:0px;
	padding-left:0px;
	list-style: none;
}

.toggle .toggle_inner li {
	list-style:none;
}


/* Soundest */
.soundest-form-attribute {
	border: 2px solid #dcdcdc !important;
}

.soundest-form-submit { 
	font-family: "Open Sans", Arial,sans-serif !important;
	font-size: 13px !important;
	background-color: #00adef !important;
	padding: 0 !important;
	text-transform: uppercase !important;
	border: 2px solid #dcdcdc !important;
	margin-top: 14px;
   	margin-bottom: 14px;
		
}


.soundest-form {
	width: 100% !important;
	max-width: none !important;
}

.subscribe-blogpost-bottom{
	max-width: 800px !important;
  	padding-bottom: 20px;
	padding-top: 20px;
}

.soundest-form-title{
	text-align: center !important;
	font-size: 20px !important;
	margin: 0px 0 25px 0 !important;
    	color: #383F49 !important;
    	line-height: 1.2 !important;
    	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
    	font-weight: 600 !important;
    	text-transform: uppercase !important;
}


/* DO NOT CHANGE THESE LINES */
.soundest-form-loading,
.soundest-form-success,
.soundest-form-error-empty,
.soundest-form-error-invalid,
.soundest-form-error-unexpected {
	display: none;
}
	
.soundest-form-attribute-empty, 
.soundest-form-attribute-invalid {
	border: 2px solid #f44444 !important;
	background-color: #ffeff1 !important;
}

.soundest-form-error-empty, 
.soundest-form-error-invalid, 
.soundest-form-error-unexpected {
    	margin: 10px 0 0 0 !important;
	line-height: 20px;
}

.soundest-form-loading, 
.soundest-form-success {
    	color: #4fe4a7 !important;
    	font-size: 16px !important;
    	margin: 10px 0 0 0 !important;
    	font-weight: 600;
	line-height: 20px;
}


</style>




/* Font Awesome Fixer */

.fa {
	font-size: 18px !important;
}