/*
Theme Name: Mist
Theme URI: https://mist.bottomlessthemes.com/
Author: Adam Mills
Author URI: https://www.bottomlessthemes.com/
Description: Mist is a responsive, retina friendly, portfolio theme that lets website content shine with a stylish, yet minimal design.
Version: 1.8.6
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
Text Domain: mist
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Find out more at Underscores.me.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* /////////////////////////////////////////////////////////////////////
//  00 - Index
/////////////////////////////////////////////////////////////////////*/

/*
//  01 - Reset
//  02 - Global
//  03 - Icons
//  04 - Header
//  05 - Menu
//  06 - General Layout
//  07 - Homepage Layout
//  08 - Content
//  09 - Buttons
//  10 - Shortcodes
//  11 - Slideshow
//  12 - Portfolio
//  13 - Media
//  14 - Comments
//  15 - Widgets
//  16 - Footer
//  17 - Infinite Scroll
//  18 - WooCommerce
//  19 - Media Queries
*/


/* /////////////////////////////////////////////////////////////////////
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

body,
button,
input,
select,
textarea {
	color: #555555;
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	overflow-wrap: break-word;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1 {
	font-size: 1.5em;
	font-weight: 400;
}

h2 {
	font-size: 1.375em;
	font-weight: 400;
}

h3 {
	font-size: 1.25em;
	font-weight: 400;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .875em;
	font-style: italic;
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	max-width: 100%;
	height: auto;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	line-height: 1.7em;
}
ul, ol {
	margin: 0 0 1.5em 1.2em;
}
ul ul {
	margin: 0 0 0 1.2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 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;
}
blockquote {
	padding-left: 1.5em;
	margin: 0 1.5em 0 0;
	font-size: 1.25em;
	border-left: 4px solid #16a6b6;
}
address {
	margin: 0 0 1.5em;
}
pre {
	font-family: monospace, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	max-width: 100%;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
code, kbd, tt, var {
	font: 13px "Courier New", Courier, serif, monospace;
}
code {
	display: block;
	line-height: 1.6;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #6e5d61;
	border: 1px solid #c9c2c4;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	max-width: 98%;
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

::-moz-selection {
	background-color: #16a6b6;
	color: #fff;
}

::selection {
	background-color: #16a6b6;
	color: #fff;
}

/* Links */
a, a:visited {
	color: #ee6557;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #16a6b6;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* /////////////////////////////////////////////////////////////////////
//  03 - Icons
/////////////////////////////////////////////////////////////////////*/

.categories-links a::before, .tags-links a::before, .comments-links a::before, .edit-link a::before, .previous.inactive::before, .next.inactive::before, .skillList a::before, .flex-prev::before, .flex-next::before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
}
.menu-toggle .fa-bars {
	margin-right: 3px;
}
.post-author, .entry-meta .date, .categories-links, .tags-links, .comments-links, .entry-header .edit-link, .commentmetadata .edit-link {
	margin-right: 15px;
}
.categories-links a:first-child:before,
.skillList a:first-child:before {
	content: '\f07c';
	margin-right: 2px;
}
.tags-links a:first-child:before {
	content: '\f02b';
	margin-right: 2px;
}
.comments-links a::before {
	content: '\f075';
	margin-right: 2px;
}
.edit-link a::before {
	content: '\f303';
	margin-right: 2px;
}
.edit-link a.comment-edit-link::before {
	font-size: .9em;
}
.next.inactive::before {
	color: #ccc;
	content: "\f053";
}
.previous.inactive::before {
	color: #ccc;
	content: "\f054";
	margin-left: 6px;
}
.flex-prev::before {
	content: "\f053";
}
.flex-next::before {
	content: "\f054";
}
.social-icons {
    float: right;
    margin: 0;
}
.social-icons li {
    display: inline;
    font-size: 2em;
    list-style: none;
    margin: 0 0 0 1px;
    padding: 0;
}
.social-icons a {
    background-color: #16a6b6;
    border-radius: 0;
    box-sizing: content-box;
    color: #333;
    display: inline-block;
    font-size: .8em;
    height: 22px;
    line-height: 21px;
    margin: 0 auto;
    padding: 3px 0 0;
    text-align: center;
    width: 24px;
}
/* Menu Social Icons - Font Awesome 5 update */
.fa-facebook::before, .fa-twitter::before, .fa-linkedin::before, .fa-dropbox::before, .fa-flickr::before, .fa-instagram::before, .fa-pinterest::before, .fa-google-plus::before, .fa-youtube::before {
	font-family: Font Awesome\ 5 Brands;
	font-weight: 400;
}
.fa-facebook::before {
	content: "\f39e" !important;
}
.fa-linkedin::before {
	content: "\f0e1" !important;
}
.fa-google-plus::before {
	content: "\f0d5" !important;
}

/* Icon Accessibility */
.fa-hidden {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}


/* /////////////////////////////////////////////////////////////////////
//  04 - Header
/////////////////////////////////////////////////////////////////////*/

#masthead {
	position: inherit;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	z-index: 99;
	min-height: 98px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
	-moz-box-shadow:    rgba(0,0,0,0.3) 0px 2px 2px -1px;
	box-shadow:         rgba(0,0,0,0.3) 0px 2px 2px -1px;
	border-bottom: 2px solid #ddd;
}

body.admin-bar #masthead {
	top: 28px;
}

.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
}

.site-title {
	width: 30%;
	padding: 0 3%;
	float: left;
	font-weight: bold;
	position: absolute;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	margin: 39px 0 0;
}

.site-title a {
	text-decoration: none;
	color: #16a6b6;
}

.site-title.logo {
	width: 30%;
	margin: 20px 0;
}

.site-title.logo img {
	max-height: 60px;
}

#logo-nav-inner {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

#cta {
	color: #FFF;
	margin: 0 auto;
	padding: 8px 3%;
	overflow: hidden;
	background-color: #333;
	display: none;
}

#cta p {
	margin-bottom: 0;
	font-size: 1em;
	text-align: center;
}

#header-cta-button {
	padding: 0 14px !important;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0 10px;
	height: 31px;
	line-height: 31px;
}

#logo-nav-inner {
	height: 100px;
}


/* /////////////////////////////////////////////////////////////////////
//  05 - Menu
/////////////////////////////////////////////////////////////////////*/

#site-navigation {
	float: right;
	width: 65%;
	position: absolute;
	right: 0;
	margin: 39px 3% 0 0;
}
.menu {
	float: right;
}
.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
.navigation-main li {
	float: left;
	position: relative;
	padding: 0 0 10px 20px;
}
.navigation-main li a {
	color: #555555;
}
.navigation-main li a:hover, .navigation-main li.current_page_item a:hover,
.navigation-main li.current-menu-item a:hover, .archive.tax-skill li.current_page_parent.menu-item-has-children > a, .navigation-main li.current-menu-item .sub-menu li a:hover {
	color: #16a6b6;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow:         0 0 1px rgba(0, 0, 0, 0.3);
	display: none;
	float: left;
	position: absolute;
		left: 0;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.9);
	margin: 2px 0 0;
	padding: 10px 20px;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
	margin: -10px 0 0;
}
.navigation-main ul ul a {
	width: 120px;
	line-height: 1.2em;
}
.navigation-main ul ul li {
	padding: 10px 0;
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
	color: #555555;
	font-weight: 400;
}

.navigation-main li.current-menu-item .sub-menu li a {
	color: #555555 !important;
	font-weight: 300;
}

.archive.tax-skill .current_page_parent a, .single.single-projects .current_page_parent a, .archive.post-type-archive-projects .current_page_parent a {
	color: #555555 !important;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}


/* /////////////////////////////////////////////////////////////////////
//  06 - General Layout
/////////////////////////////////////////////////////////////////////*/

#primary {
	padding: 33px 3% 20px;
}

.feature-img.page {
	clear: both;
}

#full-width {
	padding: 20px 3%;
}

#homepage {
	text-align: center;
}

#page {
	margin: 0px auto;
}

.entry-header {
	margin-bottom: 25px;
}

.entry-title {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 8px;
}

#main-inner {
	max-width: 1140px;
	margin: 0 auto;
	background-color: #fff;
}

.page-template-page-home-php #main-inner {
	max-width: none;
	background: transparent;
}

#secondary {
	padding: 20px 3%;
}

#secondary ul {
	list-style: none;
	margin: 0;
}

#secondary ul li {
	margin: .75em 0;
	line-height: 1.25em;
}

.archivePostThumb {
	margin: 7px 25px 25px 0;
	float: left;
}

#portfolio-wrap {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 3%;
}

img#wpstats {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* /////////////////////////////////////////////////////////////////////
//  07 - Homepage Layout
/////////////////////////////////////////////////////////////////////*/

.row {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}

#sliderRow {
	max-width: none;
	width: 100%;
	padding: 0;
	margin-top: -2px;
}

#messageRow {
	padding: 20px 0;
	background-color: #fff;
}

#homepageMessage {
	padding: 20px 3% 20px 3%;
}

#homepageMessage h1 {
	margin-bottom: 0;
	text-align: center;
	font-size: 2em;
	font-weight: 300;
}

#homepageMessage h2 {
	text-transform: none;
	font-weight: 300;
}

#projectsRow {
	background-color: #fff;
	padding: 0 0 30px;
}

#projectsRow #portfolio-wrap {
    padding: 0 3% 20px;
}

.page-template-page-home-php #content .project.small {
	width: 30%;
	margin: 0 3.33% 0 0;
}

.home #projects {
	padding: 0 3% 20px 3%;
}

.home #projects .thumbs {
	width: 103.2%;
}

#pageRow {
	background-color: #f9f9f9;
	max-width: 100%;
	padding: 0 0 30px;
}

.featuredTitle {
	margin: 15px 0;
	text-align: center;
	font-size: 2em;
	font-weight: 300;
}

#pageRow .featuredTitle {
	margin: 35px 0;
	max-width: 98.1%;
}

.homepage.top {
	margin: 0 auto;
	max-width: 1072px;
	padding: 10px 3% 20px 3%;
}

.homepage .homepagewrap {
	width: 103.2%;
}

.homepage.top .holder.one-third {
	float: left;
	width: 30%;
	margin: 0 3.33% 0 0;
}

.attachment-featured-home-page {
	width: 100%;
}

.text-holder {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.title.text-center {
	font-size: 1.8em;
	padding: 20px 0;
	text-align: center;
	display: inline-block;
}

h2.title.text-center {
	text-transform: none;
}

.text-holder p {
	text-align: left;
}

#postRow {
	background-color: #fff;
	padding: 30px 0;
}

#postRow #posts {
	margin: 0 auto;
	max-width: 1062px;
	padding: 0 3% 0 3%;
}

.homePosts {
	text-align: left;
}

.homePosts .post {
	margin: 0 0 45px;
}

.homePosts h2 {
	font-size: 1.6em;
	text-transform: none;
}

.homePosts .meta.clearfix {
	margin-bottom: 10px;
	font-size: .8em;
	color: #999;
}

.homePostThumb {
	margin: 7px 20px 0 0;
	float: left;
}

.home .moreLink {
	margin: -.65em 0 0;
}

#additionalRow {
	background: #fff;
	padding: 30px 0;
}

#additionalRow .featuredTitle {
	margin: 15px 0 35px 0;
}

#home_content {
	text-align: left;
	padding: 0 3% 0 3%;
}

#postadditionalRow {
	background-color: #fff;
}

#postadditionalRow #posts {
	float: left;
	padding: 0 2% 0 3%;
	width: 55%;
}

#postadditionalRow #home_content {
	float: left;
	padding: 0 3% 0 2%;
	width: 35%;
}

#home_content_wrap {
	background-color: #f9f9f9;
	padding: 1px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}


/* /////////////////////////////////////////////////////////////////////
//  08 - Content
/////////////////////////////////////////////////////////////////////*/

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content {
	margin: 1.5em 0 0;
	clear: both;
}
.blog .entry-content.blog-description {
    margin-bottom: 32px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-title {
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.entry-header .entry-meta {
	font-size: .8em;
}

#content .post {
	margin-bottom: 40px;
}

.single footer.entry-meta, .blog footer.entry-meta, .archive footer.entry-meta {
	font-size: .8em;
	padding: 1px 8px 0;
}

#post-author {
	padding: 7px 0;
	border-top: 1px solid #edebeb;
}

.single-slide #post-author {
	margin-top: -10px;
}

.profile-image {
	float: left;
	margin: 0 10px 0 0;
}

.profile-image img {
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	width: 70px;
	height: 70px;
	max-width: 70px;
}

.profile-content {
	float: left;
	width: 75%;
	font-size: .9em;
	min-height: 77px;
}

#post-author .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

.profile-link {
	font-size: .8em;
	margin-bottom: 20px;
}

#nav-below {
	clear: both;
	border-top: 1px solid #edebeb;
	padding: 10px 0 20px;
	font-size: .8em;
	margin: 0;
}

.archive #nav-below, .blog #nav-below {
	border-top: none;
	margin-top: -30px;
}

.moreLink {
	font-weight: 400;
}

/* Asides */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

.meta-nav, .author-profile-link {
	font-size: 1.6em;
	line-height: 1em;
	vertical-align: text-bottom;
}


/* /////////////////////////////////////////////////////////////////////
//  08.1 - Gutenberg
/////////////////////////////////////////////////////////////////////*/

.wp-block-cover-image,
.wp-block-embed,
.wp-block-columns,
.wp-block-categories {
	margin: 0 0 1.5em 0;
}
.wp-block-image {
	margin-bottom: 1.5em;
}
.wp-block-image .aligncenter {
    text-align: center;
}
.wp-block-audio {
	margin-bottom: 12px;
}
.wp-block-audio.aligncenter {
	max-width: 540px;
}
.wp-block-audio.aligncenter audio {
	width: 540px;
}
ul.wp-block-gallery {
	margin: -8px -8px 1.5em;
	padding: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	padding: 40px 0 9px;
}
.wp-block-quote {
	margin-bottom: 1.5em;
}
.wp-block-quote p {
	margin-bottom: 0;
}
.wp-block-quote.is-large {
	border: none;
	margin: 0 0 1.5em;
	padding: 0 6%;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
	display: inline-block;
	margin-top: 0;
	width: 100%;
}
pre.wp-block-code,
pre.wp-block-preformatted {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 1.6;
}
pre.wp-block-code {
	background: #eee;
	padding: 1.6em;
}
pre.wp-block-verse {
	font-size: 1.125em;
	line-height: 1.7em;
	margin-bottom: 1.5em;
}
blockquote.wp-block-pullquote {
	border-left: none;
	margin: 3em 0;
	padding: 1.75em 0;
}
.wp-block-pullquote > p {
	font-style: italic;
	margin-bottom: 0;
}
.wp-block-table {
	border-collapse: collapse;
	display: table;
}
.wp-block-table td {
	border: 1px solid currentColor;
	box-sizing: border-box;
	padding: .5em;
}
.wp-block-button .wp-block-button__link {
	border-radius: 0;
	font-size: 1.125em;
}
.wp-block-button .wp-block-button__link:hover {
	opacity: .85;
}
.wp-block-columns .layout-column-1,
.wp-block-columns .layout-column-2,
.wp-block-columns .layout-column-3,
.wp-block-columns .layout-column-4 {
	margin-bottom: 0;
	padding: 0 15px 10px 0;
}
.wp-block-separator {
	border-bottom: 1px solid #ddd;
}
hr.wp-block-separator.is-style-default {
    max-width: 75%;
}
.wp-block-categories-list ul.children {
	margin-left: 1.2em;
}
.wp-block-categories-list ul.children li {
	margin-left: 0;
}
.wp-block-categories {
    margin: 0 0 1.5em 1.2em;
}
ul.wp-block-latest-posts {
	margin: 0 0 1.5em 0;
}


/* /////////////////////////////////////////////////////////////////////
//  09 - Buttons
/////////////////////////////////////////////////////////////////////*/

.button, a.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	background-color: #16a6b6;
	border-radius: 0;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 13px 17px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover, a.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #ee6557;
}

#cta-button {
	padding: 10px 14px !important;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0 10px;
}
.mejs-controls .mejs-button button {
	padding: 0 !important;
}


/* /////////////////////////////////////////////////////////////////////
//  10 - Shortcodes
/////////////////////////////////////////////////////////////////////*/

.one_fourth{ width:22.5%; }
.one_half{ width:48%; }
.one_third{ width:31%; }
.two_third{ width:65.33%; }
.three_fourth{ width:73.5%; }
.one_fourth,.one_half,.one_third,.two_third,.three_fourth{ position:relative; margin: 0 3% 0 0; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.one_fourth p:last-child,.one_half p:last-child,.one_third p:last-child,.two_third p:last-child,.three_fourth p:last-child {
	margin-bottom: 0;
}


/*////////////////////////////////////////////////////////////////////
//  11 - Slideshow
////////////////////////////////////////////////////////////////////*/

.bthemes_slider_sc.flexslider {
	margin: 0 0 30px 0 !important;
}

.flexslider p {
	margin: 0 !important;
}

.slideshow li, .bthemes_slider_sc.flexslider li, .bthemes_slider_sc.flexslider ol {
	list-style: none !important;
	list-style-type: none !important;
}

.bthemes_slider_sc.flexslider ol {
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

.bthemes_slider_sc.flexslider .slides {
	margin: 0;
}

.bthemes_slider_sc .flex-control-nav.flex-control-paging {
	margin: -15px 0 0 !important;
}

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 0 0!important; padding: 0 0 1px 0 !important; background: transparent !important; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; font-weight: 300; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; margin: 0 auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {width: auto; position: absolute; color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */
.flex-direction-nav {
	position: absolute;
	width: 100%;
	margin: 0 0 15px !important;
	bottom: 60%;
	display: block;
}

.flex-direction-nav li a {
	-webkit-transition: none; -moz-transition: none; transition: none;
	-webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;
}
.flex-direction-nav li a { z-index: 98; width: 30px!important; height: 31px; display: block; background: rgba(0,0,0,0.4) url(images/flexslider/direction_nav.png) no-repeat 0 0;  cursor: pointer; text-indent: -9999px; border-radius: 30px; margin-top: 0;}
.flex-direction-nav li a.flex-next {background-position: -30px 1px; right: 3% !important;}
.flex-direction-nav li a.flex-next:hover {opacity: 1; filter:alpha(opacity=100);}
.flex-direction-nav li a.flex-prev {background-position: 0px 1px; left: 3% !important; }
.flex-direction-nav li a.flex-prev:hover { opacity: 1; filter:alpha(opacity=100); }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; top: 20px !important; right: 3%; bottom: initial !important; width: auto !important; }
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: rgba(255,255,255,0.3) !important; cursor: pointer; text-indent: -9999px; box-shadow: none !important;}
.flex-control-nav li a:hover {background: rgba(255,255,255,0.7) !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important;}

.bthemes_slider_sc .flex-direction-nav { margin-top: -15px !important;}
.bthemes_slider_sc .flex-control-nav { margin: 0; padding-top: 15px; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
.bthemes_slider_sc .flex-control-nav li a { background: rgba(0,0,0,0.3) !important; box-shadow: none !important;}
.bthemes_slider_sc .flex-control-nav li a:hover { background: rgba(0,0,0,0.7) !important;}
.bthemes_slider_sc .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.7) !important;}

/* Home Slideshow------------------*/
.slideshow, .flexslider {
	margin: 0 !important;
	position: relative;
}

.slideshow  {
	padding:0 !important;
}

.home .slideshow {
	margin: 0 !important;
	max-height: 350px;
	overflow: hidden;
	background: #000;
}

.home .slideshow .slide{
	height: 350px;
}

.home .slideshow img{
	width: 100% !important;
}

.home.blog .slideshow {
	margin-bottom: 30px;
}

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

.home .slideshow a, .home .slideshow a:visited {
	color: #555;
}

/* Caption style for home page slideshow*/
.home .slideshow .details {
	background: transparent;
	text-align: center;
	width: 100%;
	height: 100%;
}

.home .slideshow .details .box {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.home .slideshow .details .text {
	max-width: 1140px;
	margin: 0 auto;
}

.home .slideshow .details.left {
	text-align: left;
}

.home .slideshow .details.right {
	text-align: right;
}

.home .slideshow .details.center {
	width: 100%;
}

.home .slideshow .details .inside {
	background-color: #d4d4d4;
	background-color: rgba(255,255,255,.85);
	padding: 10px 0;
}

.home .details h2 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: 300;
	text-shadow: 1px 1px rgba(255,255,255,.6);
	font-size: 1.5em;
	padding: 0 3% 0 3%;
}
.home .details p {
	font-size: 1.2em !important;
	padding: 0 3% 0 3%;
	line-height: 1.3em;
}

.home .details p .button{
	margin: 25px 0 0 0 !important;
	background: transparent !important;
	border: 2px solid rgba(255,255,255, .6);
	color: rgba(255,255,255, .6);
	border-radius: 0;
	font-weight: normal !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	-webkit-transition-property: all;
	-moz-transition-property:    all;
	-o-transition-property:      all;
	transition-property:         all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration:    0.5s;
	-o-transition-duration:      0.5s;
	transition-duration:         0.5s;
	background-color: rgba(255,255,255,0);
}

.home .details p .button:hover{
	background-image: none !important;
	background-color: rgba(255,255,255,.1) !important;
	color: #fff;
	border-color: #fff;
}


/* /////////////////////////////////////////////////////////////////////
//  12 - Portfolio
/////////////////////////////////////////////////////////////////////*/

/* Project Filter Navigation */
#content .entry-header #filterNav{
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

#content .entry-header #filterNav li{
	background: none;
	display: block;
	float: left;
	margin: 0 1px 5px 0;
	padding: 1px 0 0 0;
}

.entry-header #filterNav li a{
	background: #bababa;
	border: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	padding: 0 6px 0 !important;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-header #filterNav li a:hover {
	background: #6a6a6a;
}

.entry-header #filterNav li a.selected {
	background: #16a6b6;
}


/* Portfolio Archive */
#portfolio {
	width: 100%;
}

.grid-sizer,
.portfolio-item {
	width: 31%;
}

.gutter-sizer {
	width: 3.5%;
}


/* Projects */
#portfolio-wrap h1.entry-title {
	text-align: left;
}

.portfolio-item {
	cursor: pointer;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	padding-top: .85%;
	position: relative;
	zoom: 1;
}

.project-img {
	height: auto;
	margin: 0 0 -5px 0;
	max-width: 100%;
	width: 100%;
}

.portfolio-item img:hover {
	opacity: .7;
}

.portfolio-item .entry-header {
    margin-bottom: 0;
}

.portfolio-item h2.entry-title {
	display: block;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 auto;
	min-height: 40px;
	padding: 2px 0 0;
	text-align: center;
	text-transform: none;
	width: 100%;
}

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

.isotope-hidden {
	display: none !important;
}

/* Single Projects */
.projectNav {
	float: right;
	font-size: 1.5em;
}

.projectNav a{
	display: block!important;
	margin: 0 0 0 6px;
}

.projectNav div {
	float: left;
}

.single-projects .entry-header {
	display: inline;
}
.single-projects h1.entry-title {
	float: left;
	margin: 0 0 25px;
}

.single-projects footer.entry-meta {
	background-color: transparent;
	padding: 0;
}

#content .skillList{
	display: inline-block;
	margin: 0 10px 20px 0 !important;
}


/* /////////////////////////////////////////////////////////////////////
//  13 - Media
/////////////////////////////////////////////////////////////////////*/

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	/*width: auto;*/ /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


/* /////////////////////////////////////////////////////////////////////
//  14 - Comments
/////////////////////////////////////////////////////////////////////*/

#comments {
	clear: both;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-list {
	list-style: none;
	margin: 20px 0;
}

article.comment {
	border-top: 1px solid #edebeb;
	padding: 12px 0 0;
}

.comment-author.vcard {
	position: relative;
}

.comment .avatar {
	position: absolute;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

.comment .fn, .comment-meta.commentmetadata, .comment-content {
	margin-left: 50px;
}

.comment-meta.commentmetadata {
	font-size: .8em;
	line-height: .9em;
	font-style: italic;
	margin-bottom: 1em;
}

.comment-meta a time {
	color: #c9c2c4;
	pointer-events: none;
	cursor: default;
}

.comment .fn {
	font-style: normal;
}

.says {
	display: none;
}

.reply {
	margin: -20px 0 25px 0;
}

.children li {
	list-style-type: none;
	margin-left: 10px;
}

#respond #commentform {
	margin-bottom: 65px;
}

#commentform p {
	margin-bottom: 1em;
}

#commentform label {
	margin-right: 10px;
}

#commentform input {
	margin: 0 10px 5px 0;
	padding: 5px 10px !important;
}

#commentform .comment-subscription-form input {
	margin-right: 7px;
}

#commentform p.comment-subscription-form, 
#commentform p.comment-form-cookies-consent {
	line-height: 1em;
	margin-bottom: 10px;
}

#commentform textarea {
    margin: 5px 0 0;
}

#reply-title {
	margin-bottom: .7em;
	font-weight: bold;
}

.comment-notes {
	display: none;
}

.logged-in-as {
	margin-bottom: .7em;
}

label[for=comment] {
	display: none;
}

.comment-form-comment {
	margin-bottom: 1em;
}

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

#respond {
	border-top: 1px solid #edebeb;
	padding: 30px 0 0;
}

.bypostauthor .fn {
	font-weight: bold;
}

.bypostauthor .children .fn {
	font-weight: normal;
}

.bypostauthor article {
	background-color: #f5f5f5;
	padding: 12px 0 5px 10px;
	margin: 0 0 20px;
}

.bypostauthor .children article {
	background-color: transparent;
	padding-left: 0;
}

.bypostauthor .reply {
	margin: -20px 0 0 0;
}

.bypostauthor .children .reply {
	margin: -20px 0 25px 0;
}

.comment em {
	margin-left: 50px;
}


/* /////////////////////////////////////////////////////////////////////
//  15 - Widgets
/////////////////////////////////////////////////////////////////////*/

.author .avatar {
	float: left;
	margin: 0 15px 8px 0;
}

#author-description {
	font-size: .9em;
}

.widget {
	margin: 0 0 1.5em;
	padding-top: 10px;
}

.widget-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

#s {
	max-width: 95%;
	margin-bottom: 5px;
}

#searchsubmit {
	padding: 5px 14px !important;
}

#calendar_wrap td {
	font-weight: 300;
}

#calendar_wrap td a {
	font-weight: 400;
}

#calendar_wrap #today {
	background-color: #eee;
}

.widget .menu {
	float: none;
}

/* Footer Widgets */
#footer-widgets {
	background-color: #DDDDDD;
	padding: 0;
}

#footer-widget-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.widget.one_third {
	padding: 25px 3% 0;
	width: 27.3%;
}

#footer-widgets ul {
	list-style: none;
	margin: 0;
}

#footer-widgets ul li {
	margin: .75em 0;
	line-height: 1.25em;
}


/* /////////////////////////////////////////////////////////////////////
//  16 - Footer
/////////////////////////////////////////////////////////////////////*/

#footer-inner {
	max-width: 1140px;
	margin: 0 auto;
}

#footer-outer {
	background-color: #333;
	color: #dbd7d7;
	font-size: .8em;
	line-height: 2em;
	padding: 15px 0 5px;
	margin-bottom: -8px;
}

#footer-outer p {
	margin: 2px 0 15px;
}

#footer-left {
	float: left;
	padding: 0 1% 0 3%;
}

#footer-right {
	float: right;
	padding: 0 3% 0 1%;
	margin-bottom: 8px;
}

#footer-left a, #footer-left a:visited, #footer-left a:hover, .social-icons a, .social-icons a:visited {
	color: #16a6b6;
}


/* /////////////////////////////////////////////////////////////////////
//  17 - Infinite Scroll
/////////////////////////////////////////////////////////////////////*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* /////////////////////////////////////////////////////////////////////
//  18 - WooCommerce
/////////////////////////////////////////////////////////////////////*/

.woocommerce-page #header-cta-button{
	background: none;
	border-radius: initial !important;
	border: initial !important;
	box-shadow: initial !important;
	text-shadow: initial !important;
}
.woocommerce-page #container {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1140px;
}
.woocommerce-page #container #content {
	padding: 20px 3%;
}
html .quantity input[type="button"] {
	padding: 0 !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.woocommerce-page #secondary input.button {
	background: none;
	font-size: 13px;
	line-height: normal;
	margin: 0 3px 0 0;
}
.woocommerce-page #secondary input.button:hover {
	background: none;
}
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	padding: 8px 16px 7px !important;
}
.woocommerce-page input.button {
	padding: 9px 16px !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
	box-shadow: none;
	text-shadow: none;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	box-shadow: none;
	text-shadow: none;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img:hover, .woocommerce-page ul.products li.product a img:hover {
	box-shadow: none !important;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 6px;
}


/* /////////////////////////////////////////////////////////////////////
//  19 - Media Queries
/////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
	#primary {
		float: left;
		width: 67%;
		padding: 35px 2% 20px 3%;
	}
	#secondary {
		float: left;
		width: 23%;
		padding: 35px 3% 20px 2%;
	}
	#masthead {
		position: fixed;
		background-color: rgba(255, 255, 255, 0.95);
		border-bottom: none
	}
	#main-inner {
		padding: 100px 0 0;
	}
	/* Slideshow */
	.home .slideshow {
		max-height: 450px;
	}
	.home .slideshow .slide{
		height: 450px;
	}
	.flex-direction-nav {
		display: block;
	}
	.full-width textarea#comment, .single-projects textarea#comment {
		width: 66%;
	}
	.woocommerce-page #container {
		padding: 147px 0 0;
	}
}

@media screen and (max-width: 700px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}
	.menu-toggle {
		text-align: right;
		font-size: 1em;
	}
	#site-navigation {
		width: 100px;
		margin-right: 0;
		padding-right: 3%;
	}
	.navigation-main ul {
		display: none;
	}
	#menu-main-navigation-container {
		background-color: #fff;
		z-index: 99;
		position: absolute;
		right: 0;
		top: 35px;
		-webkit-box-shadow: inset 0 0 2px #ccc;
		-moz-box-shadow:    inset 0 0 2px #ccc;
		box-shadow:         inset 0 0 2px #ccc;
	}
	ul.nav-menu {
		margin: 0;
		list-style-type: none;
	}
	ul.nav-menu li {
		padding: 0;
		margin: 0;
		line-height: 15px;
		width: 200px;
		overflow: hidden;
		text-align: left;
	}
	ul.nav-menu li a {
		display: block;
		padding: 11px 15px;
	}
	ul.nav-menu li a:hover {
		background: #fafafa;
	}
	.sub-menu {
		margin-left: 0;
	}
	ul.sub-menu li a:before {
		-webkit-font-smoothing: antialiased;
		content: '\00BB';
		font-family: inherit;
		font-size: 1.25em;
		font-weight: 900;
		line-height: .5em;
		margin: 0 4px 0 0px;
	}
	.main-small-navigation ul ul {
		display: block;
	}
	.main-small-navigation ul ul li {
		width: 100%;
	}
	.site-title, .site-title.logo {
		width: 50%;
	}
	#footer-left, #footer-right {
		text-align: center;
		float: none;
		padding: 0 3%;
	}
	.social-icons {
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.project-title-wrap h1 {
		padding: 10px 0;
		font-size: .8em !important;
	}

}

@media only screen and (max-width: 640px) {
	.homepage.top {
		padding: 20px 3%;
	}
	.homepage.top .holder.one-third {
		width: 100%;
		margin: 0 auto 30px;
		float: none;
		max-width: 450px;
	}
	.text-holder {
		max-width: 357px;
	}
	.widget.one_third {
		margin: 0 auto;
		width: 94%;
	}
	#commentform input {
		max-width: 90%;
	}
	#postadditionalRow #posts, #postadditionalRow #home_content {
		width: 94%;
		padding: 0 3%;
	}
	.homepage .homepagewrap {
		width: 100%;
	}
	.alignnone, .alignleft, .alignright {
		margin: 0 auto;
		display: block;
		float: none;
	}

}

@media only screen and (max-width: 480px) {
	/* Mobile styles go here */
	.row .third {
		width: 100%;
	}
	.one_half, .one_third, .one_fourth {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.one_fourth.last,.one_half.last,.one_third.last,.two_third.last,.three_fourth.last{
		margin-bottom: 0;
	}
	.portfolio-item {
		width: 100% !important;
		padding-top: 1.65% !important;
		padding-bottom: 2%;
		margin: 0 !important;
	}
	.project-title-wrap h1 {
		font-size: 1.1em !important;
		padding: 25px 0;
	}
		.home #projects .thumbs {
		width: 100%;
	}
	.thumbs.masonry {
		width: 100%;
	}

}
