<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Slyde
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.1
Tags: White, Black, white, one-column, flexible-width, custom-background, custom-menu, theme-options, translation-ready
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Index of this css file
-------------------------

	1. Resets
	2. Basics
	3. Text styles
	4. Header
	5. Navigation
	6. Wrapper &amp; main
	7. Posts 
	8. Portfolio
	9. Post formats
	10. Post navigation
	11. Comments section
	12. Footer
	13. Standard Wordpress
	14. Contact form 7
	15. Footer bottom
	16. Custom archive
	17. Media queries

For an index of the playneshortcodes look for the elements.css file located inside the plugin.

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


/* 1. RESETS
----------------------------------- */

html, body {
	overflow-x: hidden;
}

html {
	position: relative;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, 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;
}

.clearfix:after {
    	content: "";
    	display: block;
    	clear: both;
    	visibility: hidden;
    	font-size: 0;
    	height: 0;
}

.clearfix {
    	*display: inline-block;
    	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;
}

ul {
display: block;
list-style-type: disc;
padding-left:20px;
}

/* 2. BASICS
----------------------------------- */

input, textarea, select {
	color: #777 !important;
	font: 14px/22px "Noto Sans", sans serif !important;
}

p iframe {
	max-width:800px;
	width:100%;
}

#crumbs {
	width:100%;
	text-align:center;
	padding:0;
	margin: 0 auto;
}

#crumbs li {
	display:inline-block;
	position:relative;
	text-align:center;
	margin: 0 auto;
	padding:0px 10px;
}

#crumbs li a {
	text-align:center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

#crumbs li a:hover {
	 -moz-opacity: 0.6;
  	-khtml-opacity: 0.6;
  	opacity: 0.6;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.intro {
	font-size:14px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px !important;
}

blockquote {
	padding-left:0px;
	border-left: 1px solid #eee;
	padding-top:0px;
	padding-bottom:0px;
}

blockquote p {
	padding-left:20px;
	font-style:italic;
	font-size:16px;
}

.accent {
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	text-transform:uppercase;
	font-size:10px;	
	color:#fff;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:0px;
}

.accent:hover {
	color:#FFF;
	background: url(images/bg3.png) repeat;
	background: rgba(0, 0, 0, 0.4);
}

::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;}

#pbd-alp-load-posts {
	margin:0px !important;
	padding:50px 0;
	text-align:left;
	background-color: #181818;
}

.pbd-inner {
	width: 80%;
	max-width: 800px;
	margin:0 auto;
}

#pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	text-transform: uppercase;
	font-size: 10px;
	color: #616666;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	padding: 7px 10px;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	border: 0px;
	line-height: 20px;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#pbd-alp-load-posts a:hover, #pbd-alp-load-posts a:active {
	color:#FFF;
	background: url(images/bg3.png) repeat;
	background: rgba(0,0,0,0.4);
}

@-webkit-keyframes fadeintext {
  0% {
   opacity: 0;
   -webkit-transform: translateY(-20px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(-20px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeintext {
  0% {
   opacity: 0;
   -moz-transform: translateY(-20px);
  }
  50% {
   opacity: 0;
   -moz-transform: translateY(-20px);
  }
  100% {
   opacity: 1;
   -moz-transform: translateY(0);
  }
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}

.sf-menu ul li {
	padding:5px 0;
}

.sf-menu ul li:first-child {
	padding-top:10px;
}

.zilla-dribbble-shots li {
	width:46%;
	margin-right:8%;
	float:left;
}

.zilla-dribbble-shots li:nth-child(2n+2) {
	margin-right:0%;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	background:#f4f5f6;
	z-index: 99;
	width:100%;
}
.sf-menu &gt; li {
	float: left;
}
.sf-menu li:hover &gt; ul,
.sf-menu li.sfHover &gt; ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	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 {
	color:#222222;
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
}
.sf-menu li {
}
.sf-menu ul li a {
	color:#c1bebe;
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
}
.sf-arrows &gt; li &gt; .sf-with-ul:focus:after,
.sf-arrows &gt; li:hover &gt; .sf-with-ul:after,
.sf-arrows &gt; .sfHover &gt; .sf-with-ul:after {
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {

}
.sf-arrows ul li &gt; .sf-with-ul:focus:after,
.sf-arrows ul li:hover &gt; .sf-with-ul:after,
.sf-arrows ul .sfHover &gt; .sf-with-ul:after {

}

/* ==================================================
   Preloader
================================================== */

#loading {
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
	background-color:#2a3233;
	z-index:999999;
	overflow:hidden;
	
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@-o-keyframes spin {
  from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(360deg); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Loading animation container */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
}

/* Spin track (outer circle) */
.loading .track {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 2px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.3);
}

/* Spinning circle (inner circle) */
.loading .maskedCircle {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 3px solid #FFF;
}

/* Spinning circle mask */
.loading .mask {  
  width: 12px;
  height: 12px;
  overflow: hidden;
}

/* Spinner */
.loading .spinner {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.left-float { 
	float:left; 
	display:block; 
	position:relative;
}

.right-float { 
	float:right; 
}

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

body {
    	margin: 0;
    	font: 14px/28px "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6c7479;
	background:#363d40;
    	overflow-x: hidden;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

img { 	
	border-style: none; 
}

a { 
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover { 
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input, textarea, select {
    	font: 100% arial,sans-serif;
    	vertical-align: middle;
    	color: #000;
}

form, fieldset {
    	margin: 0;
    	padding: 0;
    	border-style: none;
}

hr {
    	margin: 20px 0 30px;
    	border: 0;
    	border-bottom: 1px dotted #ddd;
    	height: 1px;
}

.whitespace {
	padding-left:0px;
	margin:30px auto;
	padding-right:0px;
	background:transparant;
	text-align: left;
	display: block;
	float:right;
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
	font-family: "Noto Sans", Helvetica, sans-serif;
}

.alignleft { float: left }

.alignright { float: right }

.alignnone { text-align:center; }

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

/* 3. TEXT STYLES
----------------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url('includes/fontawesome/fontawesome-webfont.eot');
  src: url('includes/fontawesome/fontawesome-webfont.eot?#iefix') format('eot'), url('includes/fontawesome/fontawesome-webfont.woff') format('woff'), url('includes/fontawesome/fontawesome-webfont.ttf') format('truetype'), url('includes/fontawesome/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    	margin: 25px 0 25px 0;
    	line-height: 1.4em;
	color:#999;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px !important;
}

h1 { 
	font-size: 34px;
	line-height: 40px;
	letter-spacing: -2px;
}

h2 { 
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -2px;
 }

h3 { 
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -1px;
}

h4 { 
	font-size: 18px;
	line-height: 22px;
}

h5 { 
	font-size: 14px;
	line-height: 18px;
}

h6 { 
	font-size: 12px;
	font-weight: 400;
}

/* 4. HEADER
----------------------------------- */

#wrap .main-header {
	background-color:#181818;
}

.navigation-icon {
	float:right;
	line-height: 30px;
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 25px 0 25px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.navigation-icon:hover {
	color:#FFF !important;
	 -moz-opacity: 0.6;
  	-khtml-opacity: 0.6;
  	opacity: 0.6;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.menuicon {
	color:#fff;
}

.menuicon:hover {	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

#pageslide {
	position: absolute;
	position: fixed;
	top: 0;
	z-index: 999999;
	display: none;
	width: 260px;
	height: 100%;
	background-color: #181818;
	color: #fff;
	overflow-y:scroll;
	overflow-x:hidden;
	-moz-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.05);
	box-shadow: inset 3px 3px 5px rgba(0,0,0,0.05);
}

#navwrap{
	padding:40px;
	padding-top:110px;
	overflow:auto;
	position:relative;
}

#navwrap .close {
	position:relative;
	float:right;
	padding-right:0px;
	color:#FFF;
}

#navwrap .widgettitle {
	font-size:12px;
	color:#FFF;
}

header {
	margin-bottom:0px;
}

.header {
	position: relative;
	width: 100%;
	display: block;	
	padding-top:0px;
}

#header-wrap {
	margin-bottom:0px;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height:550px;
}

.navtoggle {
	text-align:left;
	float:left;
}

.header-inner {
	position: relative;
	width: 80%;
	padding-top:60px;
	padding-bottom:90px;
	margin: 0 auto;
	display:block;
	text-align:center;
}

.header hgroup {
	display:inline-block;
	text-align:center;
	margin:0 auto;
	position:relative;
}

.header-top {
	width: 100%;
	display: block;	
	padding-top:0px;
}

.header-top-inner {
	width: 80%;
	max-width:800px;
	display:block;
	margin:0 auto;
	padding:55px 0;
	font-size:14px;
	-webkit-animation: fadeintext 1s;
    	-moz-animation: fadeintext 1s;
}

.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;
}

p .more-link {
	display:none;
}

.error404 .post .entry-content {
	padding-bottom: 65px;
	padding-top: 65px;
}

.logo {
    display: inline-block;
    text-indent: -9999px;
    margin: 0;
    text-align:center;
}

.logo-image {
	text-align:left;
	display:inline-block;
	margin:0 auto;
	padding-bottom:30px;
}

.logo-image img {
	max-width: 100%;
	height: auto;
	position:relative;
}

.logo-text {
    	font-family: 'Sacramento', Helvetica, Arial, Helvetica, sans-serif;
    	font-size: 38px;
   	line-height: 30px;
    	text-transform:none;
    	letter-spacing: 0px;
    	padding: 0;
    	font-weight:800;
    	text-align:left;
    	float:left;
}

.left {
	float:left;
}

#footer-inside .left {
	width:100%;
	text-align:left;
	float:left;
	padding-bottom:2px;
}

.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 {
	color:#FFF !important;
	 -moz-opacity: 0.6;
  	-khtml-opacity: 0.6;
  	opacity: 0.6;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transition: .1s ease-in; 
}

#box-toggle {
	float:right;
	color:#FFF;
	margin: 25px 0 25px 0;
	padding-left:15px;
	line-height: 30px;
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#box-toggle:hover {
	color:#FFF;
	moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/* 5. NAVIGATION
----------------------------------- */


.select-menu, .select {
	display: none;
}

.header-nav {
	padding-top:3px;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}

.header-nav-right {
	padding-top:3px;
	display:inline-block;
	float:right;
}

.header-nav div {
	text-align:center;
	margin:0 auto;
}

.nav a {
	font-family: 'Noto Sans', sans-serif;
    	color: #9fa5a6;
    	padding: 0px;
    	display: block;
	text-align:left;
    	font-size: 12px;
    	font-weight: 600;
    	line-height: 20px;
    	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;
}

.nav .current-menu-item &gt; a, .nav a:hover {
	color: #FFF;
}

.nav &gt; 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 {
    	float: left;
	width:100%;
    	position: relative;
	padding-bottom:15px;
}

.nav li:last-child {
	margin-right: 0;
}

.nav ul {
    	position: relative;
    	display: block;
	padding-bottom:5px;
    	left: -10px;
    	padding-top: 10px;
   	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav .sub-menu {
	margin: 0 0 0 0;
	z-index:1000;
}

.nav li ul { 
	z-index:1000;
}

.nav li ul li { 
	padding: 0 20px;
	padding-right:20px;
	z-index:1000;
	text-align:left;
}

.nav li ul a, .nav li ul li a {
    	width: 110px;
    	height: auto;
    	float: left;
    	color:#9fa5a6;
    	padding:10px 0 10px 0;
    	font-size: 11px;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav li ul li:first-child a {
	padding-top:10px;
	border-top: none;
}

.nav li ul a:hover {
    	height: auto;
    	float: left;
    	color:#FFF;
    	background: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.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;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul { 
	display: none; 
}

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

/* 6. WRAPPER &amp; MAIN
----------------------------------- */

#wrapper {
    	position: relative;
    	height: 100%;
    	margin: 0 auto;
    	padding-top:0px;
   	padding-bottom:0px;
	background:#fff;
}

#main-wrap {
    	width: 100%;
    	margin: 0 auto;
}

#wrap {
	background:#FFF;
	width:100%;
	margin: 50px auto;
	max-width:1000px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) 0 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) 0 8px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) 0 8px rgba(0, 0, 0, 0.4);
}

#content {
    	width:100%;
}

.content-posts {
	padding-bottom:0px;
}

.content-posts-full {
	width: 100%;
	margin: 0;
}

.content-posts-full .post .entry-content {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-bottom: 60px;
}

/* 7. POSTS 
----------------------------------- */

.post-nav-left {
	float:left;
	opacity: 0.3;
	position: absolute;
	left:0;
	font-size:30px;
	top:120px;
}

.post-nav-left:hover {
	opacity: 1.0;
	-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 {
	float:right;
	opacity: 0.3;
	position: absolute;
	right:0;
	font-size:30px;
	top:120px;
}

.post-nav-right:hover {
	opacity: 1.0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#portfolio-filter-wrapper .search-form-input {
	border:none !important;
	background:none;
	-webkit-appearance: textfield;

}

#portfolio-filter-wrapper .search-form-input:before {
	content:"\f002";
	font-family:"Font Awesome";

}

#portfolio-filter-wrapper input[type="submit"] {
	display:none;
}

.post .more-link {
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	text-transform:uppercase;
	font-size:10px;	
	color:#fff;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:0px;
	padding: 7px 10px;
	display: inline-block;
	margin-bottom:0px;
	font-weight: bold;
	border:0px;
	line-height:20px;
	cursor: pointer;
	width: auto;
	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;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post .more-link:hover {	
	color:#FFF;
	background: url(images/bg3.png) repeat;
	background: rgba(0, 0, 0, 0.4);
}

.post:first-child {
    	padding: 0px 0 0px 0;
}

.post {
    	padding: 0px 0 0px 0;
    	margin: 0 0 0px 0;
	margin-bottom:0px;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.post li {
	list-style-type: disc;
	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;
}

.format-quote .entry-content {
	padding: 40px 0 40px 0;
}

.format-quote p {
	text-align:left !important;
}

.post .entry-content { 
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 45px 0;
	padding-bottom:75px;
}

.single .post .entry-content {
	padding-bottom:30px;
}

.project .entry-content { 
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-bottom:60px;
}

.page .post .entry-content {
	padding-bottom: 50px;
}

.post .post-content {
	font: 14px/28px "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #495962;
	text-align:justify;
}

.post .post-content-page {
	padding-top:20px;
	font: 400 16px/28px "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	text-align:justify;
}

.post .post-content ul, .post .post-content ol {
	margin: 0 0 30px 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 {
	margin-bottom:10px;	
	text-align:center;
	word-wrap: break-word;
}

.page header {
	margin-bottom:30px;
}

.date-title {
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px !important;
	line-height:32px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left:0px;
	padding-right:0px;
}

.date-title a {
	font-family: "Noto Sans", sans-serif;
	color: #B0B8BD;
}

.comments-link:hover {
	color:#666 !important;
}

.date-title a:hover {
	font-family: "Noto Sans", sans-serif;
	color: #666;
}

.archive-title-wrapper {
	width:80%;
	margin: 0px auto;
	padding-bottom:30px;
	margin-bottom:20px;
	
}

.archive-title {
	font-family: "Noto Sans", sans-serif;
	color: #555;
	font-size: 12px;
	text-transform:uppercase;
 	padding: 20px 0;
 	margin: 0px auto;
	width:80%;
 	text-align: left;	
 	letter-spacing: 0px;
}

.page .entry-title {
	margin-top: 30px;
}

.odd {
	background:#F6F8FB;
	border-top:1px solid #F6F6F6;
	border-bottom:1px solid #F6F6F6;
}

.commentlist .odd {
	background:none;
}

.commentlist .even {
	background:none !important;
}

.even {
	background:#FFF !important;
}

.entry-title {
	text-align: left;
	margin: 30px 0 0px 0;
	font-size: 14px;
	width:50%;
	float:left;
}

.entry-title2 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
        letter-spacing: -1px;
    	line-height: 52px;
	text-align: left;
	padding: 30px 0 10px 0;
    	margin: 0 0 0 0;
}

.entry-title2 a {
    	color: #606060;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.entry-title2 a:hover {
    	color: #999 !important;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.entry-title a {
    	color: #22272A;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.entry-title a:hover {
	color:#666 !important;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.centered {
	text-align:left;
	padding-top:0px;
	padding-top:0px;
}

.page .centered {
	display:none;
}

.single .centered {
	display:none;
}

.more-link {
	margin:0 auto;
	text-align:center;
}

#content p { 
	margin: 0 0 30px;
}

#content img {
	max-width: 100%;
	height: auto;
	overflow:hidden;
}

#content .meta {
	font-family: "Noto Sans", sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	color: #999;
	padding-left:30px;
	margin: 0px 0 40px 0 !important;
	width: 100%;
	display: inline-block;
	margin-left:0px;
}

#content .meta li.author span, #content .meta li.category span, #content .meta li.tags span {
	font-family: "Noto Sans", sans serif;
	font-weight: 300;
	margin: 0 auto;
	display:block;
	line-height: 22px;
	font-weight: bold;
	color:#595959;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content .meta a {
	color: #999;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	font-size:14px;
}

#content .meta a:hover {
	color: #555;
}

#content .meta li {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom:20px !important;
}

#content .meta li i {
	margin-right: 8px;
}

#content .pagelink {
	font-weight: bold;
}

#content .post-nav {
	display: inline-block;
	width: 100%;
	margin: 40px auto;
	padding: 15px 0;
}

#content .post-nav-inside {
	width:80%;
	padding: 0 25px;
	margin: 0 auto;
}

#content .post-nav a {
	font-weight: 500;
	font-size: 15px;
	color: #999;
	text-transform: none;
	font-family: "Noto Sans", Helvetica, sans-serif;
	padding: 5px 10px; 
}

#content .post-nav a:hover {
	color: #666; 
}

#content .post-nav-left {
	display:inline-block;
}

#content .post-nav-right {
	display:inline-block;
}

/* 8. PORTFOLIO
--------------------------------- */

.panel {
	float: left;
	position: relative;
	width: 33.333%;
	height: inherit;
}
		
.front {
	float: left;
	overflow:hidden;
	position: relative;
	z-index: 900;
	width: 100%;
	height: 100%;
}
		
.back {
	float: none;
	position: absolute;
	left:0;
	top:0;
	background:#2a3233;
	opacity:0;
	width: 100%;
	height:100%;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

#portfolio-filter {
	float:left;
	padding:0px 0;
	text-align:center;
}

#portfolio-filter-wrapper {
	padding-bottom:30px;	
}

#portfolio-wrapper img {
	vertical-align: bottom;
}

#portfolio-wrapper img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	vertical-align: bottom;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#portfolio-wrapper img:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter â€¦.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

#portfolio-list {
	margin:0;
	padding:0;
	-webkit-margin-after: 0em;
}

#portfolio-filter {
	list-style-type: none;
	background:none;
	float:none;
	text-align:center;
	margin:0 auto;
}

#portfolio-filter li {
	display: inline;
	padding-left: 20px;
	padding-right:20px;
}

#portfolio-filter li a {
	font-family: 'Noto Sans', sans-serif;
	color: #FFF;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
}

#portfolio-filter li a.selected {
	-moz-opacity: 0.6;
  	-khtml-opacity: 0.6;
  	opacity: 0.6;
}

#portfolio-filter li a:hover {
	color: #FFF;
	text-decoration: none;
	-moz-opacity: 0.6;
  	-khtml-opacity: 0.6;
  	opacity: 0.6;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

#portfolio-filter li .current,
#portfolio-filter li:hover {
	color: #595959;
}

#portfolio-wrapper {
	padding-bottom:50px;
	margin-bottom: 0px;
	overflow:hidden;
	width:100%;
}

#portfolio-list {
	text-align:center;
	list-style-type: none;
	padding:0px;
	max-width: 800px;
	width:80%;
	margin: 0px auto;
}

.single-project #load {
	display:none;
}

.portfolio-item .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	margin-bottom: 0px;
	background: #000;
	position: relative;
	overflow:hidden;
}

.portfolio-item a .overlay {
	width: 100%;
	height: 100%;
	background: #000;
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	cursor: pointer;
}

.portfolio-item a .overlay-text {
	color:#FFF;
	width:80%;
	text-align:center;
	padding:5px 10%;
	word-wrap:break-word;
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	margin-top:-33px;
	left: 0;
	cursor: pointer;
}

.portfolio-item a .cat {
	color:#999;
	font-weight:normal;
	text-transform:none;
	width:100%;
	display:block;
}

.portfolio-item a .title {
	padding-bottom:20px;
	width:100%;
	font-size: 22px;
	display:block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-item:hover a .title {
	padding-bottom:0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.one-column {
	width: 100% !important;
	max-width:800px !important;
	margin:0px;
	margin-right:0% !important;
	margin-bottom:3% !important;
	padding:0px;
	vertical-align: bottom;
	overflow:hidden;
}

.two-column {
	width: 48% !important;
	max-width:300px !important;
	margin:0px;
	margin-right:4% !important;
	margin-bottom:3% !important;
	padding:0px;
	vertical-align: bottom;
	overflow:hidden;
}

#portfolio-list .columned {
	width:30.2% !important;
	margin-right:1.5% !important;
	margin-left:1.5% !important;
	margin-bottom:2% !important;
}

.columned-wide {
	max-width:840px !important;
	width:83% !important;
	margin-top:30px !important;
}

#portfolio-list .portfolio-item {
	width: 100%;
	max-width:800px;
	margin:0px auto;
	margin-bottom:30px;
	padding:0px;
	vertical-align: bottom;
	overflow:hidden;
}

#portfolio-list .portfolio-item h3 a {
	color: #084a9a;
	text-transform: uppercase;
	font-weight: bold;
}

#portfolio-list .portfolio-item .excerpt
{
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	margin-bottom: 5px;
}

#portfolio-list .portfolio-item .excerpt a {
	color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
	text-decoration: none;
}

/* 9. POST FORMATS
--------------------------------------- */

/* video */

.fitvid  {
	margin-bottom:30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* chat */

.chat-row { 
	background:#EEE;
}

.chat-author { 
	padding:5px;
	background:#EEE;
}

.chat-text p { 
	padding:5px;
}

/* image */

.post .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post .featured-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0px;
	float: left;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.post .featured-image img {
	filter: none;
	-webkit-filter: grayscale(0%);
	-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;
}

.post .featured-image:hover img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter â€¦.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.featured-image img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-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;
}

.featured-image:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


/* gallery */

.flex-container-homepage {
	margin:0 auto;
	text-align:center;
}

.widgets-container {
	margin:0 auto;
	text-align:center;
	padding: 130px 0;
	padding-top: 45px;
}

.flex-container-homepage .flexslider {
	max-width:800px;
	text-align:center;
	width:80%;
	margin:0 auto;
	padding: 130px 0;
	padding-top: 75px;
}

.flex-container-homepage .flexslider .slides img {
	width:60%;
	float:left;
}

.flex-container-homepage .flexslider .flex-control-nav {
	width:35%;
	float:right;
	text-align:left;
}

.flex-container-homepage .flex-caption {
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#FEFEFE;
	float:left;
	font-size:14px;
}

.flex-container-homepage .flex-caption-inner {
	max-width:60%;
	margin:0 auto;
	text-align:center;
}

.flex-container-homepage .flex-caption-inner a {
	color:#FFF;
	opacity:1.0;
}

.flex-container-homepage .flex-caption-inner .accent {
	border:2px solid rgba(255,255,255,0.4);
	background:none !important;
}

.flex-container-homepage .flex-caption-inner .accent:hover {
	border:2px solid rgba(255,255,255,1.0);
	background:none !important;
}


.flex-container-homepage .flex-caption h3 {
	color:#FFF;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 

/* FlexSlider Necessary Styles */ 
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides &gt; li {
	display: none;
	list-style:none !important;
	-webkit-backface-visibility: hidden;

} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
	position:relative;
	z-index:999;
}

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

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

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

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides &gt; li:first-child {
	display: block;
}

/*main*/
.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;
}

/*main*/
.flexslider-container {
	position: relative;	
	z-index:999;
	margin-bottom:30px;
}

.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;
}

.flex-direction-nav li {list-style:none;}

/* Direction Nav */
.flex-direction-nav a {background:url(images/bg_direction_nav.png) no-repeat 0 0; width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;text-align:center;color:#666;z-index:999;}
.flex-direction-nav .flex-next {right: 0px; background-position: 100% 0; opacity: 0.3;}
.flex-direction-nav .flex-prev {left: 0px;opacity: 0.3;}
.flexslider .flex-next:hover {opacity: 0.8; right: 0px;}
.flexslider .flex-prev:hover {opacity: 0.8; left: 0px;}


.flexslider-container .flex-direction-nav a {background:url(images/bg_direction_nav.png) no-repeat 0 0; width: 30px; height: 30px; margin: 0px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;text-align:center;color:#666;z-index:999;}
.flexslider-container .flex-direction-nav .flex-next {right: 30px; background-position: 100% 0; opacity: 0.7;}
.flexslider-container .flex-direction-nav .flex-prev {left: 30px;opacity: 0.7;}
.flexslider-container .flexslider:hover .flex-next {opacity: 1.0; right: 30px;}
.flexslider-container .flexslider:hover .flex-prev {opacity: 1.0; left: 30px;}

.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;}

.flexslider .flex-control-nav {margin: 0px !important; width:100%;padding:0px; padding-top:10px;padding-bottom:10px; position: absolute; bottom: 20px; padding-right:0px;right: 0px; text-align: center;}
.flexslider .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flexslider .flex-control-paging li a {width: 5px; height: 5px; display: block; background: transparent; border:2px solid #999; 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: #999; }
.flexslider .flex-control-paging li a.flex-active { background: #999; }

.content-posts {
	padding-bottom:0px;
}



/* 10. POST NAVIGATION
--------------------------------------- */

.next-prev-mobile {
	display: none;
}

.navigation-posts {
	width:80%;
	margin:0 auto;
	position:relative;	
	height:50px;
	margin-bottom:20px;
}

.prevnav {
	float:left;
}

.nextnav {
	float:right;
}

.nextnav a, .prevnav a {
	padding: 5px;
	color: #666;
	font-size: 12px;
	font-family: "Noto Sans", sans-serif;
}

.nextnav a {
	position: relative;
	z-index: 20;
	text-align:right;
	margin-right: 0px;
	padding-right:0px;
}

.prevnav a {
	position: relative;
	z-index: 20;
	text-align:left;
	margin-left: 0px;
	padding-left:0px;
}

/* 11. COMMENTS
--------------------------------------- */

#comments {
	background:#F6F8FB;
}

.comments {
	width: 100%;
	padding-top:40px;
}

.comments-wrap {
	padding-top:60px;
	width: 80%;
	max-width:800px;
	margin: 0 auto;
}

#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 0 60px 0;
	width: 70%;
	margin-right: 3%;
}

.comment #respond { 
	margin-top: 0px;
	padding-bottom: 10px;
}

#respond h3 {
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px !important;
	text-align: left;
	margin: 0 0 0px;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	color:#595959;
}

.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: 40px; 
}

.form-submit { 
	text-align:left;
}

#commentform  {
	width: 100%;
}

#respond input[type="text"], #respond textarea {
  	color: #77777b;
    	border: none;
    	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.1);
    	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;
}

#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: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	text-transform: uppercase;
	font-size: 10px !important;
	color: #fff !important;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	padding: 7px 10px;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	border: 0px;
	line-height: 20px;
	cursor: pointer;
	width: auto;
	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;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#commentform #submit:hover {
	background: url(images/bg3.png) repeat;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.form-allowed-tags {
	display:none;
}

.commentlist {
	padding-top:0px;
	list-style-type: none !important;
	list-style:none;
	width:70%;
	margin-left:3%;
	border-right: 1px solid #EEE;
	float:left;
}

.post-details {
	float:right;
	width:25%;
	height:auto;
}

.commentlist li {
	position: relative;
   	padding: 0 0 25px 0;
    	margin: 0 0 25px 0;
    	position: relative;
    	list-style:none;
}

.commentlist li:last-child {
	position: relative;
    	padding: 0 0 30px 0;
    	margin: 0 0 0px 0;
    	position: relative;
	max-width:100%;
    	list-style:none;
}

.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;
	font: 14px/22px "Noto Sans", sans serif;
}

.comment-text p {
	margin-bottom: 20px !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-family: "Noto Sans", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	color: #FFF;
	padding: 5px 10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
}

.reply a:hover {
	color: #fff;
	background: url(images/bg3.png) repeat;
	background: rgba(0,0,0,0.4);
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

.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 {
	font-family: "Noto Sans", sans-serif;
	color: #d2d2d2;
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 0px;
	display: block;
	letter-spacing: 0px;
}

.comments .logged-in-as a {
	color: #d2d2d2;
}

.comments .logged-in-as a:hover {
	color: #666;
}

.comment-notes {
	width: 100% !important;
	font-size: 11px;
	line-height: 18px;
	text-align:center;
	text-transform: uppercase;
	color: #bbb;
}

.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: 35px;
	width: 35px;
}

.children {
	padding-top:30px;
	margin-top:30px;
	border-left: 1px solid #EEE;
}

.fn {
    	float: left;
    	font-style: normal;
    	font-size: 16px;
    	font-weight: 500;
    	line-height: 16px;
	padding-bottom:5px;
    	margin-top: 0;
	color:#999;
}

.fn a { 
	color: #999;
}

.fn a:hover {
	background: none;
	color: #666;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta {
    	float: left;
    	margin: 0 0 0 12px;
    	line-height: 11px;
}

.comment-time {
	text-transform: uppercase;
    	font-size: 10px;
    	color: #bbb;
    	display: inline-block;
    	margin-top: 4px;
}

.comment-time:hover {
	color: #999;
}

.comment-edit-link {
	font-size: 11px;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	margin: -44px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #e7e7e7;
}

#comment-nav-below .nav-previous {
	float: left;
}

#comment-nav-below .nav-next {
	float: right;
}

/* 12. FOOTER
---------------------------------------- */

#box {
	max-width:800px;
	width:80%;
	margin:0 auto;
	display:none;
	padding: 130px 0;
	padding-top: 75px;
}


#box-inner {
	width:100%;
	margin:0 auto;
	padding-top:0px;
	color:#FFF;
	font-size:14px;
	text-align:center;
}

#box-inner a {
	color:#FFF;
}

#box-inner a:hover {
	color:#ccc;
}

.socials {
   	width:100%;
	text-align:center;
	padding:0;
	margin-bottom:20px;
   	display:block;
	float:left;
	list-style:none;
   	padding-bottom:0px;
}

#pageslide .socials {
	text-align:left;
}

#pageslide .socials a {
	color:#9fa5a6;
	padding-right:8px;
}

#pageslide .socials a:hover {
	color:#FFF;
}

.socials li {
   	float:none;
	display:inline-block;
}

#footer-bottom-inside .socials a {
	color:#616666;
	font-size:16px;
	padding:4px 10px;
	padding-right:9px;
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#footer-bottom-inside .socials a:hover {
	color:#FFF !important;
	background: url(images/bg3.png) repeat;
	background: rgba(0, 0, 0, 0.4);
}

#footer-bottom-inside .socials a:hover i {
	color:#FFF !important;
}

#footer-bottom-inside .socials .facebook {
	padding:4px 14px;
	padding-right:13px;
}

#footer-bottom-inside .socials .facebook:hover {
	background:#3b5998;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .twitter:hover {
	background:#00aced;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .google:hover {
	background:#dd4b39;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .linkedin:hover {
	background:#007bb6;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .tumblr:hover {
	background:#32506d;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .flickr:hover {
	background:#ff0084;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .dribbble:hover {
	background:#ea4c89;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .instagram:hover {
	background:#517fa4;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .mail:hover {
	background:#7cc576;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .skype:hover {
	background:#0dc0ed;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .rss:hover {
	background:#fa9b39;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer {
	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 {
	background:#181818;
	color: #999;
	position:relative;
}

#footer-bottom {
	width: 100%;
	position:relative;
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	display:block;
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-bottom-inside a:hover {
	color:#FFF;
}

#footer-inside input, textarea, select {
    	background: #181818;
	color: #666;
	-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 {
	margin:0 auto;
	padding:0;
	padding-bottom:30px;
	width:100%;
	max-width:800px;
	color: #FEFEFE;
	text-align:center;
	line-height: 22px;
}

#footer-inside ul {
	list-style:none;
	padding-left:0px;
}

#footer-bottom-inside {
	padding:75px 0;
	color: #616666;
	font-family:"Noto Sans", sans serif;
	font-weight:300;
	margin:0 auto;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 80%;
	text-align:center;
	max-width:800px;
       font-size: 10px;
	overflow:auto;
}

#footer-bottom-inside a{
	color:#616666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#footer-bottom-inside a:hover{
	color:#666;
}

.first {
	padding-left:0 !important;
}

.last {
	padding-right:0 !important;
}

#footer-bottom-inside a i{
	color:#616666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#footer-bottom-inside a i:hover{
	color:#FFF;
}

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%;
}

#wp-calendar {
	max-width:80%;
	position:relative;
}

#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 {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	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_recent_entries ul li a {
	color:#fff;
}

#footer-inside .widget a {
	color:#fff;
}

#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 {
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	padding: 5px 10px;
	margin-bottom:10px;
	line-height:30px;
	color: #fff;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#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:10px;
}

#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: center;
	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;
}


/* 13. 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;
    	text-transform: uppercase;
	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: 5px 40px 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:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.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: 800px;
	min-width: 288px;
	height: 100%;
}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.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-{id} {}
 li.current-cat {}
 li.current-cat-parent {}
 ul.children {}

.linkcat {}
.blogroll {}


/* 14. CONTACT FORM 7
------------------------------------- */

.wpcf7 p {
	font-size: 13px;
	font-weight: 300;
	font-family:"Noto Sans", sans serif;
}

.wpcf7 input[type="text"], .wpcf7 textarea {
    	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;
}

.wpcf7-text {
	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;
}

.wpcf7-submit {
	color:#FFF !important;
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size:10px !important;
	border:none;
	padding: 7px 10px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
	-webkit-appearance: none;
}

.wpcf7-submit:hover {	
	color:#FFF;
	background: rgba(0,0,0,0.4);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor:pointer;
}

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;
}


/* 15. FOOTER BOTTOM SECTION
--------------------------------------- */



/* 16. CUSTOM ARCHIVE
---------------------------------- */

#archive {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	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:#EEE;
	}

.toggle .toggle_title h5 {
	margin-bottom:0px;
	}

.toggle .toggle_title a h5 {
	margin-top:0px;
	color:#555;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 2px !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.toggle .toggle_title a h5:hover {
	color:#666;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
	
.toggle .toggle_title .toggle_icon {
	background: url(images/plus.png) center center no-repeat;
	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_title a.active .toggle_icon {
	background-image: url(images/minus.png);
	}
	
.toggle .toggle_inner {
	background:none;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	display: none;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2;
	}

.toggle .toggle_inner ul {
	padding-left:0px;
	list-style: none;
	}

.toggle .toggle_inner li {
	list-style:none;
	}


/* 17. MEDIA QUERIES
-------------------------------- */

/* Tablet and Mobile */
@media only screen and (max-width:755px) {
    
body {
    	font: 14px/26px 'Noto Sans', sans serif;
	padding-left: 20px;
	padding-right:20px;
}

#portfolio-filter li {
	display: block;
	padding-bottom:15px;
}

.post-nav-right {
	position:relative;
	text-align:center;	
	float:none;
	display:inline-block;
	padding-left:20px;
	margin-bottom:60px;
}

.post-nav-left {
	position:relative;
	text-align:center;
	float:none;
	display:inline-block;
	padding-right:20px;
	margin-bottom:60px;
}

.logo-text {
    	font-size: 34px;

}


.logo-image {
	text-align:center;
	display:block;
	margin:0 auto;
	padding-bottom:30px;
}

.flex-container-homepage .flexslider .slides img {
	width:100%;
	float:none;
}

.flex-direction-nav a {
	display:none;
}

#portfolio-list .portfolio-item {
}

#footer-inside .widget {
	width:100%;
	padding:0 0%;
	margin-bottom:30px;
}

#portfolio-list .columned {
	width:100% !important;
	margin-right:0% !important;
	margin-left:0% !important;
	margin-bottom:5% !important;
}

.columned-wide {
	width:80% !important;
}

.flex-container-homepage .flexslider .flex-caption {
	width:100%;
	float:none;
	margin-left:0;
	margin-bottom:20px;
	text-align:left;
}


#tiptip_holder {
	display: none !important;
}

.image-overlay { 
	display:none !important; 
}

.post .posts-content {
	font: 14px/28px "Noto Sans", Georgia, serif;
	color: #555;
	text-align: justify;
}

.post .posts-contents {
	font: 14px/28px "Noto Sans", Georgia, serif;
	color: #555;
	text-align: justify;
}
    
.logo-text {
	padding: 10px 0;
}
    
#footer-bottom-inside a.totop {
	display:none !important;
}

.left-float {
	text-align:center;
	float:none;
	width:100%;
	padding-bottom:20px;
}

.left {
	width:100%;
	text-align:center;
}

.logo-text {
	text-align:center;
	float:none;
}

.navigation-icon {
	float: left;
}

#box-toggle {
	float: right;
	margin:0;
	margin-top:24px;
}

.roles {
	line-height: 20px;
	height: 20px;
}

.roles div {
	height: 20px;
}

.header-text-line .inside {
	font-size: 12px;
}

.socials {
	padding-top: 0px;
	float: none;
	text-align:center;
	list-style:none;
}

#footer-bottom-inside {
	padding-bottom: 30px;
}

.flex-container-homepage .flex-caption-inner {
	width:100%;
	max-width:100%;
}

#box-inner {
	width:80%;
}

.header-nav div {
	margin:0 auto;
	width: 83%;
	z-index: 50;
	display:block!important;
}

.header-inner {
	position: relative;
	width: 80%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 60px;
}
        
.post {
	margin-bottom: 25px;
	padding-bottom: 0;
}
    
#wrapper {
	width: 100%;
}

.date-title {
	margin: 0 0 0px 0;
}
	
.post .post-content {
	font: 14px/24px "Noto Sans", sans serif;
}
	
#content .meta {
	margin: 10px 0 0px 0 !important;
}

#content .meta {
	margin-left: 0px !important;
	padding-left:0px !important;
}
	
.next-prev-mobile {
	display: block;
}
	
.prevnav {
	display: none;
}

.nextnav {
	display: none;
}

.homenav {
	display: none;
}
	
#content .post-nav {
	padding: 10px 0;
	margin-top: 20px;
}
	
#comments {
	padding-bottom: 0;
}
	
.comments-wrap {
	width: 80%;
	margin: 0 auto;
}
	
.comments-open { 
	margin-bottom: 40px !important;
}
	
.commentlist li {
	padding: 0 0 5px 0;
	margin: 0 0 35px 0;
}
	
.commentlist &gt; li:before {
	display: none;
}
	
#comments-title {
	margin: 0 0 0 0;
	font-size: 18px;
	letter-spacing: 0;
	padding: 30px 0;
}

.format-quote {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -1px;
	padding-bottom: 35px;
}

.format-quote p {
	margin-bottom:30px!important;
}

.entry-title {
	width:100%;
}

.whitespace {
	width:100%;
	float:left;
	margin-top:0px;
}

.date-title {
	text-align:left;
}
	

.comments-open #comments-title {
	margin-bottom: 40px;
}
	
.comment-meta {
	margin: 0 0 0 15px;
}
	
.fn {
	float: none;
}
	
.comment-text {
	font: 14px/22px "Noto Sans", sans serif;
}
	
#respond {
	padding-bottom: 0px;
}
	
#respond h3 {
	margin-top: 0;
}
	
#respond input[type="text"], #respond textarea {
	font: 14px/22px "Noto Sans", sans serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
#respond .respond-submit {
	width: 100%;
}
	
.comments .logged-in {
	font-size: 14px;
}
	
#footer .widget {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
	
#footer .widget:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
	
#footer .widget .widgettitle {
	margin-bottom: 10px;
}

	
.header-top-inner .search-form {
	width:20px;
	padding-right:25px;
}

}
 
/* Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

body {
    	font: 14px/26px "Noto Sans", sans serif;
	padding-left: 20px;
	padding-right:20px;
    }

.entry-title {
	width:100%;
}

#portfolio-list .columned {
	width:100% !important;
	margin-right:0% !important;
	margin-left:0% !important;
	margin-bottom:5% !important;
}

.columned-wide {
	width:80% !important;
}

.whitespace {
	width:100%;
	float:left;
	margin-top:0px;
}

.date-title {
	text-align:left;
}
	
.logo-text {
    	font-size: 24px;

}

.image-overlay { 
	display:none; 
}

.post .posts-content {
	font: 14px/28px "Noto Sans", Georgia, serif;
	color: #555;
	text-align: justify;
}

.post .posts-contents {
	font: 14px/28px "Noto Sans", Georgia, serif;
	color: #555;
	text-align: justify;
}
    
.logo-text {
	padding: 10px 0;
	font-size:38px;
}
    
#box-toggle {
	float: right;
}

.left-float {
	text-align: left;
	float: left;
	width:40%;
	padding-bottom: 0px;
}

.socials {
	padding-top: 0px;
	float: none;
}

#footer-bottom-inside {
	padding-bottom: 50px;
}

.header-inner {
	position: relative;
	width: 80%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 60px;
}
        
.post {
	margin-bottom: 25px;
	padding-bottom: 0;
}

.date-title {
	margin: 0 0 0px 0;
}
	
.entry-title {
	width:100%;
}

.whitespace {
	width:100%;
	float:left;
	margin-top:0px;
}

.date-title {
	text-align:left;
}
	
.post .post-content {
	font: 14px/24px "Noto Sans", sans serif;
}
	
#content .meta {
	margin: 10px 0 0px 0 !important;
}

#content .meta {
	margin-left: 0px !important;
	padding-left:0px !important;
}
	
.next-prev-mobile {
	display: block;
}
	
#content .post-nav {
	padding: 10px 0;
	margin-top: 20px;
}
	
#comments {
	padding-bottom: 0;
	}
	
.comments-wrap {
	width: 80%;
	margin: 0 auto;
}
	
.comments-open { 
	margin-bottom: 40px !important;
}
	
.commentlist li {
	padding: 0 0 5px 0;
	margin: 0 0 35px 0;
}
	
.commentlist &gt; li:before {
	display: none;
}
	
#comments-title {
	margin: 0 0 0 0;
	font-size: 18px;
	letter-spacing: 0;
	padding: 30px 0;
}

.format-quote {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -1px;
	padding-bottom: 35px;
}

.format-quote p {
	margin-bottom:30px!important;
}

.comments-open #comments-title {
	margin-bottom: 40px;
}
	
.comment-meta {
	margin: 0 0 0 15px;
}
	
.fn {
	float: none;
}
	
.comment-text {
	font: 14px/22px "Noto Sans", sans serif;
}
	
#respond {
	padding-bottom: 0px;
}
	
#respond h3 {
	margin-top: 0;
}
	
#respond input[type="text"], #respond textarea {
	font: 14px/22px "Noto Sans", sans serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
#respond .respond-submit {
	width: 100%;
}
	
.comments .logged-in {
	font-size: 14px;
}
	
#footer .widget {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
	
#footer .widget:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
	
#footer .widget .widgettitle {
	margin-bottom: 10px;
}
 
}
 
/* Tablet Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
body {
	padding-left: 40px;
	padding-right:40px;
}

#portfolio-list .columned {
	width:100% !important;
	margin-right:0% !important;
	margin-left:0% !important;
	margin-bottom:5% !important;
}

.columned-wide {
	width:80% !important;
}

.header-inner {
	position: relative;
	width: 80%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 60px;
}
    
}

/* Tablet Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
body {
	padding-left: 40px;
	padding-right:40px;
}

#portfolio-list .columned {
	width:100% !important;
	margin-right:0% !important;
	margin-left:0% !important;
	margin-bottom:5% !important;
}

.columned-wide {
	width:80% !important;
}

.header-inner {
	position: relative;
	width: 80%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 60px;
}
    		
}</pre></body></html>