/*
Theme Name: Weston
Theme URI: https://themetrust.com/themes/weston
Author: ThemeTrust.com
Author URI: http://themetrust.com
Description: Weston is a multipurpose WordPress theme.
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Weston
Domain Path: /languages/
Tags:

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
	2.2	- Typography Proper
3.0 - Elements
	3.5 - Forms
	3.6	- Comments
4.0 - Layout
	4.1 - Header
	4.4 - Footer
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.1.1 Shop / Woocommerce
	10.2 - Asides
	10.3 - Comments
	10.4 - Custom SO PageBuilder Styles
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
	12.3 - Revolution Slider
13.0 - Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - 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;
}

*,
*:after,
*:before {
	-moz-osx-font-smoothing: grayscale; /* firefox font smoothing css */
}

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 centered in all browsers regardless of content height */
	overflow-x: hidden;
	-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/ */
	-webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body,
input,
select,
textarea {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	line-height: 3.2rem;
}

body {
	background: #fff;
}

/* Make shruken images look good */
body *{
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   	backface-visibility: hidden;
}

body .blog *, body .projects *, .rev_slider * {
	-webkit-backface-visibility: visible !important; /* Chrome, Safari, Opera */
   	backface-visibility: visible !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	font-size: .75em;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
#wpadminbar input {
    line-height: 18px;
}
#wpadminbar input.adminbar-button {
    margin: 0 10px;
    background: none;
}

img{
	filter: none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
}

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

.align-right{
	text-align: right;
}

.align-center{
	text-align: center;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 62.5%; /* To use an easier rem font size */
}

body,
input,
select,
textarea {
	color: #7f7f7f;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	line-height: 3.2rem
}

h1, h2, h3, h4, h5, h6, .title, .product-title {
	font-weight: 600;
	margin-bottom: .5em;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
	color: #242424;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .post.small h3 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .post.small h3 a:visited {
	color: #242424;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .post.small h3 a:hover {
	color: #242424;
	opacity: .5;
}

h1 {
	font-size: 2.7em
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em
}
h4 {
	font-size: 1.4em;
}
p, address {
	margin: 0;
	padding-bottom: 25px;
	line-height: 1.8em;
    font-size: .8em;
	font-weight: 400;
}
ul,ol {

}
ul {
	list-style: circle;
}
li {
    padding-bottom: 0.9em;
}
.content-area li {
	font-size: .8em;
	font-weight: 400;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	cursor: help;
}
mark, ins {
	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: 14px;
	font-size: 1.4rem;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/* Loader --------*/
#loader-container {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 900;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

body.loaded #loader-container {
	opacity: 0;
}

body.loaded #loader-container.finished {
	display: none;
	z-index: -100;
	top: -9999px;
}

#loader-screen {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 901;
	text-align: center;
}

#loader-icon {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background-color: #000;
	z-index: 902;
	left: 0;
	right: 0;
}

#loader-icon.sk-spinner-double-bounce.sk-spinner,
#loader-icon.sk-spinner-wave.sk-spinner,
#loader-icon.sk-spinner-wandering-cubes.sk-spinner,
#loader-icon.sk-fading-circle
{
	background: none !important;
}

#middle {
	margin: 0 auto;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.content-area ul {
	display: block;
	margin: 0 0 40px 20px;
	list-style: disc;
}

.content-area ol {
	display: block;
	margin: 0 0 0 25px;
}

ol {
	list-style: decimal;
}
ol.children {
	padding-left: 5%;
	border-left: 3px solid #ececec;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
blockquote {
	margin-left: 7%;
	border-left: 3px solid #919191;
	margin-bottom: 40px;

	font-style: italic;
}
blockquote p {
	padding-left: 20px;
	padding-bottom: 0 !important;
	font-size: 1.2em;
}




/*--------------------------------------------------------------
3.5 Forms
--------------------------------------------------------------*/

label {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin: 0px 0px 5px 0px;
}
form p {
  margin: 18px 0px 0px 0px;
  font-weight: 600;
}
form img.ajax-loader {
  position: absolute;
  left: 50%;
  margin-left: -30px !important;
  bottom: -25px;
}

input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="tel"],
.comments-area input[type="url"] {
  	width: 100%;
	margin-bottom: 0 !important;
	max-width: 800px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
  	width: 100%;
	margin-bottom: 18px !important;
	max-width: 800px;
}



input,
textarea,
select,
.seldiv,
.select2-choice {
  display: block;
  font-size: 14px;
  line-height: initial;
  margin: 9px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  border: 1px solid rgba(0,0,0,.18);
  background: rgba(0,0,0,.03);
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-style: solid;
}
.form-xl {
  font-size: 18px !important;
  padding: 16px 27px 16px 27px !important;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="tel"],
.comments-area input[type="url"] {
  width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 12px;
  padding: 13px 31px 13px 31px;
  text-align: center !important;
  vertical-align: middle;
  background-image: none;
  border-radius: 2px;
  outline: none;
  white-space: nowrap;
  -webkit-text-stroke: 0px;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
input[type=checkbox] {
	float: left;
}
input[type=checkbox] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  text-align: center;
  line-height: normal;
}
.webkit input[type=checkbox],
.android input[type=checkbox]{
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
input[type=checkbox]:checked:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "FontAwesome";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.2em;
}

input[type=checkbox]:checked:before {
  content: "\f00c";
}
input[type="file"],
input[type="range"] {
  background-color: transparent !important;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.menu-smart input[type="search"] {
  width: 100%;
}
textarea {
  width: 100%;
  resize: none;
}
select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-style: solid;
  -moz-appearance: none;
  text-overflow: "";
  outline: none;
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");

}
.style-dark select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
}
.style-light select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
}
.rtl select {
  background-position: 0% center;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
.style-dark ::-webkit-input-placeholder {
  color: #fff !important;
}
.style-dark :-ms-input-placeholder {
  color: #fff !important;
}
.style-dark ::-moz-placeholder {
  color: #fff !important;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
span.wpcf7-list-item {
  margin-right: 1em;
  margin-left: 0;
}
.wpcf7-list-item-label {
  margin-left: .25em;
}
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 13px;
  padding: 6px 9px 6px 9px;
  padding: 0;
  margin: 9px 0px 0px 0px;
  display: block;
  text-align: left;
  border: 0;
  font-weight: 500;
}
input.wpcf7-form-control.wpcf7-submit.btn {
  margin: 0px 0px 0px 0px;
}
.wpcf7-inline-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 0px;
}
.wpcf7-inline-wrapper input {
  margin: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 9px 0px 9px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input {
  text-align: left;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="checkbox"]),
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="radio"]) {
  width: 100%;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:first-child {
  padding-left: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:last-child {
  padding-right: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field > * {
  margin-top: 0px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group {
  display: table;
  table-layout: auto;
}
.wpcf7-inline-wrapper.wpcf7-input-group p {
  padding: 0;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input:not(.btn) {
  padding: 11px 15px 11px 15px;
  border-right: none !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input:not(.btn) {
  padding: 11px 15px 11px 15px;
  border-left: none !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field {
  display: table-cell;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-text {
  width: 99%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn {
  width: 1%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input {
  width: auto;
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input.btn-xl {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.firefox .wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input {
  border-bottom: 0;
}
form .wpcf7-inline-wrapper:nth-child(2) p {
  margin-top: 0px;
}
.wpcf7-captchac {
  margin: 14px 0px 0px 0px;
}
input.wpcf7-submit {
  margin-top: 0;
}
.form-text-center {
  text-align: center !important;
}
.form-fluid {
  width: 100% !important;
}
.form-circle {
  border-radius: 10em;
  padding-right: 30px;
  padding-left: 30px;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
  padding: 10px 15px !important;
}
.gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0px !important;
}
.gfield_select {
  min-width: inherit !important;
}
.ui-datepicker select {
  display: inline;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  max-width: none;
  min-width: auto;
  width: auto;
  background: none;
}
.ui-datepicker table {
  border: none;
}
.ui-datepicker table td,
.ui-datepicker table th {
  border: none;
}

/* Contact Form 7 --------*/

.wpcf7-inline-field {
	margin: 0 !important;
	padding-bottom: 0;
}

.wpcf7-inline-field *{
	margin: 0 !important;
}


/*--------------------------------------------------------------
3.6  Comments
--------------------------------------------------------------*/
.comments-wrap {
   padding: 0 0;
}

#comments {
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
}
#comments ul, #comments p, #comments h4 {
	padding-left: 0;
	padding-right: 0;
}
#comments ul {
	padding-right: 0;
}
#comments article {
	margin: 20px 0;
}

#comments ul {
	list-style: none;
	padding-bottom: 0 !important;
	margin-bottom: 40px !important;
}
#comments ul.children {
	border-left: 1px solid #ececec;
}
#comments ol {
	list-style: none;
	padding: 0;
}
#comments h3{
	font-size: 1.4em;
	margin-bottom: 0;
}
#comments p {
	padding-left: 0;
	padding-right: 0;
	margin-left: 100px;
	font-size: 16px;
	font-size: 1.6rem;
}
#comments article {
	position: relative;
}
#comments .reply a {
	padding: 0;
	margin-left: 100px;
	font-size: 14px;
	font-size: 1.4rem;
}
#trackbacks {
}
.comment-meta .avatar {
	width: 70px !important;
	height: 70px;
	padding: 0 !important;
	position: absolute;
	left: -8px;
	top: 0;
	-webkit-border-radius: 35px;
	   -moz-border-radius: 35px;
	   		border-radius: 35px;
}
b.fn {
	margin-left: 100px;
	font-weight: 200;
}

b.fn a {
	color: #000;
}

b.fn a:hover {
	color: #cccccc;
}

.comment .edit-link {
	display: none !important;
}
.comment.depth-2 {
	padding-left: 5%;
}
.comment.depth-3 {
	padding-left: 10%;
}
div.comment-metadata {
	text-align: left !important;
	padding-bottom: 20px;
	margin-left: 100px;
	color: #a5a5a5;
}

div.comment-metadata a{
	color: #757575;
}

/* Comment Form */
#respond label {
	display: block;
}
#respond .form-allowed-tags {
	display: none;
}
#respond {
	padding: 0;
}
#respond h3 {
	padding: 0;
}
#respond p {
	margin: 0;
}
#respond p.comment-form-comment, #respond p.form-submit {
	padding-top: 5px;
}


/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/



#main-container {
	margin-top: -1px;
}


/* side header --------*/

body.side-header #site-wrap {
	float: left;
	padding-left: 250px;
	width: 100%;
	background: #f7f7f7;
}

body.side-header .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
	padding-left: 250px !important; padding-right: 0 !important;
}

/* boxed site container --------*/

@media only screen and (min-width: 1200px) {
	.boxed {
		padding: 0 0;
		background: #ebebeb;
	}

	.boxed #site-header {
		padding: 0 40px;
	}

	.boxed #main-container {
		max-width: 1200px;
		margin: -1px auto 0 !important;
	}

	.boxed header.entry-header .inner {
		padding: 0 40px !important;
	}

	.boxed .site-main {
		padding: 50px 40px 0 !important;
	}

	.boxed .site-main.product-archive {
		padding: 50px 40px 0 30px !important;
	}

	.boxed #posts-scroll.masonry {
		margin-left: -10px;
	}

	.boxed .siteorigin-panels-stretch .projects.masonry-with-gutter, .boxed .siteorigin-panels-stretch .projects.rows-with-gutter {
		margin: 0 10px;
	}

	.boxed .panel-row-style, .boxed .siteorigin-panels-stretch {
		max-width: 1200px !important;
		margin-left: -40px !important;
		margin-right: -40px !important;
		padding-left: 40px !important; padding-right: 40px !important;
	}

	.boxed .entry-content div.panel-grid:first-child {
		margin-top: -2.7em !important;
	}

	.boxed .content-area, .boxed .site-main {
		background: #fff;
	}

	.boxed .panel-grid {
		max-width: 1200px !important;
		margin-left: 0 !important; margin-right: 0 !important;
	}

	.boxed .sow-features-list {
		margin: 0 30px;
	}

	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
    	padding-left: 0 !important; padding-right: 0 !important;
	}

	.boxed #footer .main {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}


	/* Portfolio side padding adjustments */

	.boxed .so-panel.widget_ttrust_portfolio {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}

	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .masonry-without-gutter,
	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .rows-without-gutter {
		padding-left: 20px; padding-right: 20px;
	}

	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .masonry-with-gutter,
	.boxed .siteorigin-panels-stretch[data-stretch-type="full-stretched"] .widget_ttrust_portfolio .rows-with-gutter {
		padding-left: 20px; padding-right: 20px;
	}

}

.entry-content div.panel-grid:first-child {
	margin-top: -2.7em;
}

/*--------------------------------------------------------------
4.2 Site Header
--------------------------------------------------------------*/

.boxed #site-header {
	position: relative;
}

#site-header {
	background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    z-index: 554;
	padding: 0 30px;
	position: relative;
}

body #site-header.transparent {
	background: transparent !important;
	position: absolute;
	box-shadow: none;
	width: 100%;
}

body.boxed #site-header.transparent {
	max-width: 1200px;
}

.inline-header #site-header .nav-holder, .split-header #site-header .nav-holder {
	padding-bottom: 0 !important;
	height: 90px;
}

#site-header .nav-holder, #site-header .nav-holder {
	
}

.inline-header #site-header.sticky .inside .nav-holder, .split-header #site-header.sticky .inside .nav-holder  {
	height: 60px;
}

body #site-header.transparent.light {

}

.sticky-header #site-header {
    position: fixed !important;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.sticky-header #middle {
	opacity: 0;
}

.sticky-header #site-header.sticky {
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
	background: #fff !important;
}


#site-header .inside{
	position: relative;
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.logo {
    position: relative;
	display: inline-block;
	float: left;
	display: table;
	table-layout: fixed;
	height: 90px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	z-index: 100;
}

.split-header #site-header .inside {
	text-align: center !important;
}

.split-header .logo, .split-header .logo  {
	margin: 0 auto !important;
	float: none;
	position: absolute;
	width: 100%;
}

.inline-header .logo, .split-header .logo {
	height: 90px;
}

.sticky .logo {
	height: 60px !important;
}

.logo img {
	transition-property: all;
	-webkit-transition: 0.3s ease;
		    transition: 0.3s ease;
}

.logo .site-title {
    font-size: 3.4rem;
    margin: 0 !important;
	line-height: .7em !important;
	font-weight: bold;
    color: #191919;
	letter-spacing: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	display: table-cell;
	vertical-align: middle;
}

.logo a {
	color: #000;
	padding: 0 !important;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.logo.mobile { display: none; }


#site-header a .site-description {
	color: #000 !important;
}

body #site-header.transparent.light .logo .site-title,
body #site-header.transparent.light .logo a {
	color: #fff;
}

.top-header.stacked-header #main-container #site-header {
	text-align: center;
}

.top-header.stacked-header #main-container #site-header .inside {
	padding: 0 0 !important;
}

.top-header #site-header.sticky .logo .site-title{
	padding: 0;
	display: none !important;
}

.top-header #site-header.sticky .logo .site-title a {
	color: #000;
}

.top-header.stacked-header #main-container #site-header .logo {
	margin: 0 auto;
	float: none;
	padding: 20px 0 0px;
}

.top-header #site-header .logo .site-title.sticky{
	display: none;
	font-size: 1.4em;
}

.top-header #site-header.sticky .logo.has-sticky-logo .site-title{
	display: none;
}

.top-header #site-header.sticky .logo .site-title.sticky {
	padding-top: 0;
	display: table-cell !important;
	vertical-align: middle !important;
}


body.top-header.stacked-header #main-container #site-header .nav-holder {
	margin: 0 auto 0 !important;
	position: relative !important;
	left: 0;
	right: 0;
	display: inline-block;
	padding: 0 0 0 !important;
}



/* Side Header */

body.side-header #site-header {
	background: #fff;
	position: fixed;
	overflow: hidden;
	left: 0;
	width: 250px;
	height: 100%;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	padding-top: 40px;
}

body.side-header #site-header .inside {
	padding: 0 30px;
	text-align: left;
}

body.side-header #site-header .logo .site-title.top {
	display: none;
}



/*--------------------------------------------------------------
4.4 Footer
--------------------------------------------------------------*/

#footer {
	padding: 0 0;
	width: 100%;
	height: auto;
	background: #f0f0f0;
}

#footer .widget-title, #footer .textwidget, #footer p, #footer span {
    color: #000;
}

#footer a {
	color: #a5a5a5;
}

#footer a:hover {
	color: #000;
}

#footer .main{
	margin: 0 auto;
	padding: 70px 0 20px !important;
	max-width: 1260px;
}

#footer .inside {
	margin: 0 auto;
}

#footer .widget-box {
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 20px;
}

#footer .widget-box .inside, #seondary .widget-box {
	padding: 0 30px;
}

#footer.col-1 .widget-box { width: 100%; }
#footer.col-2 .widget-box { width: 50%; }
#footer.col-3 .widget-box { width: 33%; }
#footer.col-4 .widget-box { width: 25%; }
#footer.col-5 .widget-box { width: 20%; }


#footer.col-1 .widget-box { clear: both !important; }
#footer.col-2 .widget-box:nth-child(2n+1){ clear: both !important; }
#footer.col-3 .widget-box:nth-child(3n+1){ clear: both !important; }
#footer.col-4 .widget-box:nth-child(4n+1){ clear: both !important; }
#footer.col-5 .widget-box:nth-child(5n+1){ clear: both !important; }

#footer li {
	font-size: .8em !important;
	font-weight: 400;
}

#footer .widget-box p{
	color: rgba(0,0,0, .5);
}

#footer .secondary {
	padding: 40px 0 30px 0;
	text-align: center;
	color: #747475;
	background-color: rgba(0,0,0,.04);
}

#footer .secondary *{
	color: #747475;
}

#footer .secondary.split .left {
	float: left;
}

#footer .secondary .left{
	margin-bottom: 0;
}

#footer .secondary .right{
	padding-top: 0;
}

#footer .secondary p {
	padding-bottom: 0 !important;
	color: #747475;
	font-size: .8em !important;
}

#footer .secondary a {
	color: #ababac;
}

#footer .secondary a:hover {
	color: #000;
}

#footer .copyright {
	text-align: right;
	padding: 25px 10%;
}

#footer .copyright span {

}

#footer .fa {
	display: inline-block;
}


/*--------------------------------------------------------------
5.1 Links and Buttons
--------------------------------------------------------------*/
a{
	color: #7abfd3;
	text-decoration: none;
}
a:hover, a:active {
	color: #6aa6b8;
}

.button, a.button, a.button:active, a.button:visited, #footer a.button, #searchsubmit, input[type="submit"], a.post-edit-link, a.tt-button {
	display: inline-block;
    background: #2a2a2a;
    color: #fff;
    font-size: 0.75em;
    padding: 8px 22px 8px !important;
    font-weight: 700;
    line-height: 1.8em;
    text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 0 3px 0 0;
	-webkit-appearance: none;
	text-align: center;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		 	transition: 0.2s ease;
	text-transform: uppercase;
	-moz-border-radius: 25px;
	  -webkit-border-radius: 25px;
	  border-radius: 25px;
	border: none;
}

a.tt-button:hover {
	opacity: .7;
}

a.button:hover, a.post-edit-link:hover, #searchsubmit:hover, input[type="submit"]:hover, .button:hover {
	opacity: .5;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* Secondary Nav */

.secondary-nav {
    float: right;
	width: auto;
	padding-left: 10px !important;
	position: relative;
	margin-top: -3px;
	height: 90px;
}

.secondary-nav *{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.secondary-nav span, .secondary-nav a {
	display: inline-block !important;
}

body #site-header.transparent .secondary-nav {
	
}

/* Top level navigation */

.nav-holder {
    position: relative !important;
	float: right;
	padding: 0 !important;
	height: auto;
	height: 90px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;

}

#site-header.sticky .inside .nav-holder {
	height: 60px !important;
}

.main-nav {
    display: inline-block;
}

body #site-header.transparent .main-nav {
	margin-top: 1px;
}

.main-nav.left {
	float: left;
}

.long-menu .main-nav {
	margin: 0 auto;
	position: relative !important;
	display: block;
	width: 100%;
}

.main-nav nav {
	margin:0;
	padding: 0;
	display: block;
	float: left;
}

.main-nav ul, ul.sf-menu {
    list-style: none;
    margin: 0;
	padding: 0 !important;
}
.main-nav ul li {
	margin: 0;
	padding: 0 !important;
	margin: 0 0 0 0;
	background: none;
	cursor: pointer;
	display: inline-block;
}

#site-header li.menu-item-has-children>span::after,
#site-header li.menu-item-has-children>a::after {
    
}

#site-header .main-nav ul li ul li.menu-item-has-children>span::after,
#site-header .main-nav ul li ul li.menu-item-has-children>a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: relative;
	margin-left: 14px;
	color: inherit;
}

.main-nav ul a, .main-nav ul li {
	font-size: 14px;
	font-weight: 600;
	max-width: 400px;
	text-transform: uppercase;
	line-height: 90px;
	height: 90px;
	border: none;
	padding: 0 15px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.top-header.stacked-header #main-container .main-nav ul a,
.top-header.stacked-header #main-container .main-nav ul li,
.top-header.stacked-header #main-container .nav-holder {
	height: 50px;
	line-height: 50px;
	margin: 0 !important;
}

.top-header.stacked-header #main-container .nav-holder{
	float: none;
	padding: 0 !important;
	height: 50px;
	width: auto;
	display: inline-block;
	min-height: 50px;
	display:inline-block;
	    margin:0;
	    vertical-align:top;
}

#site-header .main-nav ul span {
	display: inline-block;
}

.main-nav ul li.no-link {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.main-nav ul a i {
	margin-right: 10px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.sticky .main-nav ul a,
.sticky .main-nav ul li {
	height: 60px;
	line-height: 60px;
}

.sticky .main-nav,
.sticky .nav-holder,
.inline-header #site-header.sticky .nav-holder,
.stacked-header #site-header.sticky .nav-holder {
	height: 60px !important;
	line-height: 60px !important;
}

.main-nav ul li,
.secondary-nav span,
.main-nav ul li span,
.secondary-nav a {
	color: rgba(0,0,0,1);
}


.main-nav ul li a,
.main-nav ul li span {
	color: inherit !important;
}

.menu-toggle.open:hover,
.main-nav ul li.active,
.main-nav ul li:hover,
.main-nav ul li:hover,
.secondary-nav a:hover,
.secondary-nav span:hover,
.main-nav ul li.current,
.main-nav ul li.current-cat,
.main-nav ul li.current_page_item,
.main-nav ul li.current-menu-item,
.main-nav ul li.current-post-ancestor,
.single-post .main-nav ul li.current_page_parent,
.main-nav ul li.current-category-parent,
.main-nav ul li.current-category-ancestor,
.main-nav ul li.current-portfolio-ancestor,
.main-nav ul li.current-projects-ancestor {
	text-decoration: none;
	color: rgba(0,0,0,.4);
	cursor: pointer !important;
}

body #site-header.transparent.light .main-nav ul li,
body #site-header.transparent.light .menu-toggle.open,
body #site-header.transparent.light .secondary-nav span,
body #site-header.transparent.light .secondary-nav a {
	color: rgba(255,255,255,1);
}

body #site-header.transparent.light .menu-toggle.open:hover,
body #site-header.transparent.light .main-nav ul li:hover,
body #site-header.transparent.light .main-nav ul li.active,
body #site-header.transparent.light .main-nav ul li:hover,
body #site-header.transparent.light .main-nav ul li.current,
body #site-header.transparent.light .main-nav ul li.current-cat,
body #site-header.transparent.light .main-nav ul li.current_page_item,
body #site-header.transparent.light .main-nav ul li.current-menu-item,
body #site-header.transparent.light .main-nav ul li.current-post-ancestor,
body #site-header.transparent.light .single-post .main-nav ul li.current_page_parent,
body #site-header.transparent.light .main-nav ul li.current-category-parent,
body #site-header.transparent.light .main-nav ul li.current-category-ancestor,
body #site-header.transparent.light .main-nav ul li.current-portfolio-ancestor,
body #site-header.transparent.light .main-nav ul li.current-projects-ancestor,
body #site-header.transparent.light .secondary-nav span:hover,
body #site-header.transparent.light .secondary-nav a:hover {
	color: rgba(255,255,255,.6);
}

body #site-header.transparent.light .menu-toggle.open:hover,
body #site-header.transparent.light .main-nav ul ul li:hover,
body #site-header.transparent.light .main-nav ul ul li:hover,
body #site-header.transparent.light .main-nav ul ul li.current,
body #site-header.transparent.light .main-nav ul ul li.current-cat,
body #site-header.transparent.light .main-nav ul ul li.current_page_item,
body #site-header.transparent.light .main-nav ul ul li.current-menu-item,
body #site-header.transparent.light .main-nav ul ul li.current-post-ancestor,
body #site-header.transparent.light .single-post .main-nav ul ul li.current_page_parent,
body #site-header.transparent.light .main-nav ul ul li.current-category-parent,
body #site-header.transparent.light .main-nav ul ul li.current-category-ancestor,
body #site-header.transparent.light .main-nav ul ul li.current-portfolio-ancestor,
body #site-header.transparent.light .main-nav ul ul li.current-projects-ancestor {
	color: rgba(255,255,255,.6);
}

body #site-header.transparent.light .main-nav ul li a,
body #site-header.transparent.light .main-nav ul li span {
	color: inherit !important;
}

/* Second level+ dropdowns */

.main-nav ul.sf-menu li ul {
    display: none;
    background: #fff;
	line-height: normal;
	max-height: initial;
	height: auto !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	padding: 15px 0 !important;
}

.main-nav ul li ul li {
    border: none;
    display: block;
	height: auto !important;
	line-height: normal !important;
	display: block;
	margin-left: 1px;
	background: none !important;
}

.main-nav ul li ul li, .main-nav ul li ul li a {
	text-transform: none;
	height: auto !important;
	line-height: normal !important;
}

.main-nav ul ul a, .main-nav ul ul li, .sticky .main-nav ul ul a, .sticky .main-nav ul ul li {
	line-height: 1em !important;
	height: auto !important;
	font-weight: normal;
	border-top: none;
	padding: 10px 20px;
	text-align: left;
	font-size: 13px;
}


body #site-header.transparent.light .main-nav ul ul li:hover,
body #site-header.transparent.light .main-nav ul ul li:hover,
body #site-header.transparent.light .main-nav ul ul li.current,
body #site-header.transparent.light .main-nav ul ul li.current-cat,
body #site-header.transparent.light .main-nav ul ul li.current_page_item,
body #site-header.transparent.light .main-nav ul ul li.current-menu-item,
body #site-header.transparent.light .main-nav ul ul li.current-post-ancestor,
body #site-header.transparent.light .single-post .main-nav ul ul li.current_page_parent,
body #site-header.transparent.light .main-nav ul ul li.current-category-parent,
body #site-header.transparent.light .main-nav ul ul li.current-category-ancestor,
body #site-header.transparent.light .main-nav ul ul li.current-portfolio-ancestor,
body #site-header.transparent.light .main-nav ul ul li.current-projects-ancestor {
	color: rgba(0,0,0,1) !important;
}

.main-nav ul ul li,
.sticky .main-nav ul ul li,
body #site-header.transparent.light.sticky .main-nav ul li,
body #site-header.transparent.light .main-nav ul ul li,
body #site-header.transparent.light.sticky .secondary-nav span,
body #site-header.transparent.light.sticky .secondary-nav a {
	color: #979797;
}

.main-nav ul ul li:hover,
.sticky .main-nav ul ul li:hover,
body #site-header.transparent.light.sticky .main-nav ul li:hover,
body #site-header.transparent.light.sticky .main-nav ul li.active,
body #site-header.transparent.light .main-nav ul ul li:hover,
body #site-header.transparent.light.sticky .secondary-nav span:hover,
body #site-header.transparent.light.sticky .secondary-nav a:hover {
	color: #000;
}

.sticky .main-nav ul li.current,
.sticky .main-nav ul li.current-cat,
.sticky .main-nav ul li.current_page_item,
.sticky .main-nav ul li.current-menu-item,
.sticky .main-nav ul li.current-post-ancestor,
.sticky .single-post .main-nav ul li.current_page_parent,
.sticky .main-nav ul li.current-category-parent,
.sticky .main-nav ul li.current-category-ancestor,
.sticky .main-nav ul li.current-portfolio-ancestor,
.sticky .main-nav ul li.current-projects-ancestor {
	color: #000 !important;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: none !important;
}



/* Megamenu */

i.fa-blank {
	display: none;
}

.main-nav .mega-menu {
  position: inherit;
}

.main-nav .mega-menu > ul {
  	width: 100%;
	min-width:100%; /* at least the size of the header */
    width:auto; /* size the block automatically */
}

body #site-header.transparent .main-nav .mega-menu > ul {
	margin-top: 0;
}

.sticky .main-nav .mega-menu > ul {
  margin-top: 0px;
}
.main-nav .mega-menu > ul > li {
  float: left !important;
  padding: 0 !important;
  border-right: 1px solid rgba(0,0,0,.07);
}
.main-nav .mega-menu > ul > li:last-child {
  border: none;
}
.main-nav .mega-menu > ul > li:last-child {
  border-right: none !important;
}
.main-nav .mega-menu > ul > li .link {

}
.main-nav .mega-menu > ul > li .title {
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 17px;
  padding-bottom: 10px;
  border-top: none;
  pointer-events: none;
}

.main-nav .mega-menu > ul > li .title:hover {
  color: inherit;
}
.main-nav .mega-menu > ul > li .title:after {
  display: none;
}
.main-nav .mega-menu > ul > li ul {
  clear: both;
  display: block !important;
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.main-nav .custom,
.main-nav .natural {

}
.main-nav .col-2 > ul {
  width: 400px;
}
.main-nav .col-3 > ul {
  min-width: 725px;
}
.main-nav .col-4 > ul {
  width: 600px;
}
.main-nav .col-5 > ul {
  width: 500px;
}
.main-nav .col-6 > ul {
  width: 600px;
}
.main-nav .right > ul {
  left: auto !important;
  right: 0;
}

.main-nav .full-width > ul {
  left: auto !important;
  right: 0;
}

.main-nav .col-2 > ul > li {
  width: 49%;
}

.main-nav .col-3 > ul > li {
  width: 33%;
}

.main-nav .col-4 > ul > li {
  width: 24%;
}

.main-nav .col-5 > ul > li {
  width: 19%;
}


/* Centered Nav */

.centered-nav .main-nav {
	margin: 0 0 !important;
	position: relative !important;
}

.centered-nav .nav-holder {
	margin: 0 auto !important;
	width: 100% !important;
	position: absolute !important;
	text-align: center !important;
	padding: 0 !important;
}

.centered-nav .secondary-nav {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block !important;
}

.centered-nav .secondary-nav span, .centered-nav .secondary-nav a {
	display: inline-block !important;
}


/* Header Cart */

.cart-icon {
	display: inline-block;
	cursor: pointer !important;
	display: block;
	position: relative;
}

.cart-icon::before {
    content: "\f290";
    font-family: FontAwesome;
    font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.cart-count {
	position: absolute;
	width: 15px;
	height: 15px !important;
	top: 50%;
	right: -12px;
	line-height: 14px !important;
	font-size: .6em;
	font-weight: 800;
	margin-top: -15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Header Search */

#site-header .secondary-nav > span, #site-header .secondary-nav a {
	margin: 0 0 0 12px;
	height: 90px;
	line-height: 90px;
}

.top-header.stacked-header #main-container #site-header .secondary-nav span, .top-header.stacked-header #main-container #site-header .secondary-nav a {
	height: 50px;
	line-height: 50px;
}

#site-header.sticky .secondary-nav span, #site-header.sticky .secondary-nav a {
	height: 60px;
	line-height: 60px;
}

#site-header.sticky .secondary-nav {
	
}


#search-toggle-open {
	display: inline-block;
	cursor: pointer !important;
	display: block;
}

#search-toggle-open::before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#header-search {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transition-property: all;
	transition-property: all;
	transition-duration:.3s;
	-webkit-transition-duration:.3s;
	pointer-events: none;
	left: 0;
	z-index: 199;
	top: -100%;
	background: #000;
}

#header-search.open {
	top: 0;
	opacity: 1;
	pointer-events: auto;
	
}

#header-search .inside {
	position: relative;
	max-width: none;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 100%;
}

#header-search .inside .form-wrap{
	padding: 0 30px;
}

#header-search #searchform {
	margin: 0 !important;
	padding: 0;
	max-width: 1200px !important;
	margin: 0 auto !important;
	display: block;
	position: relative;
}

#header-search #searchform #s {
	border: none;
	width: 80% !important;
	font-size: 1em;
	background: transparent;
	float: left;
	margin-top: 2px;
	box-shadow: none;
}

#header-search #searchform * {
	margin: 0 !important;
	padding: 0;
}

#header-search #search-toggle-close {
	display: block;
	cursor: pointer !important;
	height: 16px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px !important;
	-webkit-transition:.3s;
	transition:.3s;
	color: rgba(0,0,0,.4);
}

#search-toggle-close::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 28px;
	display: block;
	color: #fff;
	-webkit-text-stroke: 4px #000;
	
}

#search-toggle-close {
	opacity: .5;
}

#search-toggle-close:hover {
	opacity: 1;
}

/* Scroll To Top Button */

#scroll-to-top {
	padding: 0 10px;
	background: #383838;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0;
	-webkit-transition:.3s;
	transition:.3s;
	pointer-events: none;
	cursor: default;
}

#scroll-to-top.active:hover {
	opacity: .75;
}

#scroll-to-top.active {
	display: block;
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
}

#scroll-to-top span::before {
    content: "\f106";
    font-family: FontAwesome;
}

/* Slide Panel */

.mobile.side{
    width: 250px;
}

#slide-panel-holder {
	display: none;
}

#slide-panel{
    height: auto;
    position: relative;
    padding: 30px 30px;
    color: #a7a7a7;
    background-color: #2e2e2e;
    background-size: cover;
    z-index: 1 !important;
	display: none;
}

#slide-panel .hidden-scroll {
    margin-top: 20px;
	position: relative;
	overflow-y: scroll;
	height: 100%;
	margin: 0 -20px;
}
#slide-panel .hidden-scroll .inner {
    padding: 15%;

}
#slide-panel nav {
    padding-bottom: 1.8889em;
}
#slide-panel.inner ul {
    list-style: none;
}

#slide-panel nav li {
	display: block !important;
	border: none;
	float: none;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.1);
	height: auto;
	padding: 0 !important;
}

#slide-panel nav a {
   padding: 5px 0;
   display: block;
   font-size: .8em;
}

#slide-panel nav ul li:last-child {
	border-bottom: none;
}

#slide-panel .menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#slide-panel nav .sub-menu {
  	display: none;
	overflow: hidden;
	padding-bottom: 10px;
}

#slide-panel .menu-item-has-children:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
  cursor: pointer;
  padding: 0 25px;
}

#slide-panel .active-sub-menu:after {
  content: "\f106";
}


#slide-panel a {
    color: #a7a7a7;
}

#slide-panel a:hover {
    color: #fff;
}

#slide-panel .widget {
	margin-bottom: 20px;
}

#slide-menu .widget-area.mobile {
	display: none;
}

#slide-panel #slide-mobile-menu {
	display: none;
}

/*
 * Hamburger Spin
 */

.hamburger {
  display: block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  display: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	height: 25px !important;
}

.hamburger:hover {
   opacity: 0.7; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px !important;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* Post and Comment Navigation */

.rotate {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	   		transform: rotate(90deg);
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 auto 1.5em;
	overflow: hidden;
}

.site-main .post-navigation {
	width: 100%;
	padding: 0 0;
}

article footer {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.site-main .post-navigation .nav-links{
	margin: 0 auto 20px;
	max-width: 1200px;
	position: relative;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
    padding: 15px 0;
}

.post-navigation .nav-previous::after {
	content: "\f105";
	font-family: FontAwesome;
	color: #000;
	padding-left: 10px
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	text-align: left;
	width: 50%;
    padding: 15px 0;
}

.post-navigation .nav-next::before {
	content: "\f104";
	font-family: FontAwesome;
	color: #000;
	padding-right: 10px
}

.single-project .post-navigation {
background: #f7f7f7;
}

.single-project .post-navigation div{
padding: 20px 20px 5px;
}

.post-navigation .nav-portfolio {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	left: 0; right: 0;
	width: 40px;
	display: none;
}

.post-navigation .nav-portfolio a {
	font-size: 15px;
	line-height: 38px;
	text-align: center;
}

.post-navigation .nav-portfolio a::before {
	content: "\f00a";
	font-family: FontAwesome;
}

.menu-main-menu-container {
	padding-bottom: 40px;
}

.post-navigation a {
	color: #000;
}

.post-navigation a:hover {
	color: #767676;
}

.pagination .inside {
	max-width: 800px;
	padding: 0 0 80px;
	text-align: center;
	margin: 0 auto;
}

.pagination a, .pagination span {
	display: inline-block;
	margin: 0 4px;
	background: none;
	background-color: rgba(0,0,0,.05);
	padding: 7px 10px;
	color: #000;
	font-weight: 700;
	border-radius: 30px;
	font-size: .8em;
	line-height: 1em;
}

.pagination .current, .pagination a:hover {
	opacity: .3;
}

.edit-link {
	margin-bottom: 50px !important;
	display: none !important;
}

/* Infinite Scroll */

#infinite-handle{
	max-width: 800px;
	margin: 0 auto 20px;
	text-align: center;
}

#infinite-handle span{
	border: 2px solid #000;
	border-radius: 3px;
	background: none;
	color: #000;
	padding: 10px 12px;
	background: none;
	font-size: .8em;
    -webkit-transition:.3s;
       -moz-transition:.3s;
        -ms-transition:.3s;
         -o-transition:.3s;
	        transition:.3s;
}

#infinite-handle span:hover {
	border-color: #ccc;
	color: #ccc;
}

span.infinite-loader {
	position: absolute;
	left: 50%;
	right: 50%;
}



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

.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: 110000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}
.one-third {

}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#site-header .inside:before,
#site-header .inside:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.single-product .thumbnails:before,
.single-product .thumbnails:after,
.woocommerce-message:before,
.woocommerce-message:after,
.products:before,
.products:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
#site-header .inside:after,
.site-content:after,
.site-footer:after,
.single-product .thumbnails:after,
.woocommerce-message:after,
.products:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

aside.sidebar {
	width: 25%;
	padding: 0;
	float: right;
}

.widgets a {
	color: rgba(255,255,255,0.7);
}
.widgets a:hover {
	color: rgba(255,255,255,1);
}

.sidebar .widget-box .widget-title, #footer .widget-box .widget-title, #slide-panel .widget-box .widget-title {
    font-size: .9em;
    font-weight: 700;
	margin-bottom: 15px !important;
	display: block;
}

.sidebar .widget-box .widget-title {
	color: #242424;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.07);
}

.widget-box p {

}

.widgets form {
	padding: 0 20% 0 0;
}

.body-wrap .search {
	width: 100%;
	padding: 5px 10px;
	max-width: 300px;
}

.widgets input[type="search"] {
	margin: 0 0px 0 0;
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;
	width: 92%;
	color: #fff;
	font-size: .8em;
	background: rgba(255,255,255,.2);
	border: none;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget-box a {
	line-height: 1.5em;
}

.widget-box {
	margin-bottom: 50px !important;
    overflow-wrap: break-word;
}

#slide-panel .widget-box li {
	font-size: .8em;
}

#footer .widget-box .widget-title, #slide-panel .widget-box .widget-title {
	font-size: .9em;
	font-weight: bold;
	display: block !important;
	clear: both;
	color: #000;
}

.widget-box .meta {
	font-style: italic;
}

.widget-box ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
	list-style: none;
}

.widget-box ul li {
	padding: 9px 0;
	margin: 0;
	line-height: 1.2em !important;
	background: none;
}

#footer .widget-box ul li, #slide-panel .widget-box ul li {
	
}

.widget-box ul li a{
	color: rgba(0,0,0,.5);
}

.widget-box ul li a:hover{
	color: rgba(0,0,0,1);
}

.widget-box ul li p {
	line-height: 1.3em;
	margin: 0;
}

#footer .widget-box ul li a{
	color: rgba(0,0,0,.4);
}

#footer .widget-box ul li a:hover{
	color: rgba(0,0,0,1);
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

.widget_nav_menu li,
.widget_pages li,
.widget_categories li{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: none;
}

/*Search------------------*/

.widget_search {
	display: block;
	padding: 0 !important;
}

.widget_search h3 {
	display: none;
}

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

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

* html .widget_search {
    height: 1%;
}

body .widget_search .search-field {
	margin: 0 0px 0 0;
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;
	width: 95% !important;
	max-width: none !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: none;
	color: #191919;
	font-size: .8em;
	background: #fff;
}

.widget-box #s {
	font-size: .8em;
	padding: 15px;
	border: none;
}

#footer .search, #slide-panel .search  {
	width: 100%;
	padding: 5px 10px;
	max-width: 300px;
	background: rgba(0,0,0,.1);
	border: none;
	color: #888888;
}

.no-results {
	padding-bottom: 140px !important;
}

.search-results .body-wrap{
	padding-top: 50px !important;
}

.search-results .post-thumb {
	max-width: 150px;
	margin: 0 30px 10px 0;
	display: block;
	float: left;
}

.search-results .content-main article {
	max-width: 830px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
	padding: 10px 0 20px;
	min-height: 180px;
}

.search-results .content-main article h2, .search-results .content-main article.post h2  {
	font-size: 1.6em !important;
	text-align: left;
	margin-bottom: 15px !important;
}

.search-results .content-main article p {
	padding-bottom: 0 !important;
}

/*Recent Posts Widget------------------*/

aside.sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 25px 0 !important;
	display: block;
	padding: 3px 0 0 0;
}

aside.sidebar .ttrust_recent_posts .meta {
	color: rgba(0,0,0,.3);
}

#footer .ttrust_recent_posts .meta {
	color: rgba(0,0,0,.2);
}

aside.sidebar .ttrust_recent_posts p.title,
#footer .ttrust_recent_posts p.title {
	font-size: .9em;
	margin-bottom: 2px;
	padding: 0;
}

#sidebar .ttrust_recent_posts p.title a,
#footer .ttrust_recent_posts p.title a {
	color: rgba(225,225,225,.7);
	line-height: 1.1em;
}

#footer .ttrust_recent_posts p.title a {
	color: rgba(0,0,0,.8);
	line-height: 1.1em;
}

#sidebar .ttrust_recent_posts p.title a:hover,
#footer .ttrust_recent_posts p.title a:hover {
	color: rgba(225,225,225,1);
}

#footer .ttrust_recent_posts p.title a:hover {
	color: rgba(0,0,0,1);
}

.ttrust_recent_posts .firstPost p{
	margin-bottom: 10px;
}

.secondaryPost {
	padding: 10px 0 0px 0;
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 10px !important;
	border: none;
	display: block;
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;
	font-weight: bold;
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
	font-size: 11px !important;
	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#footer .widget_tag_cloud a,
aside.sidebar .widget_tag_cloud a{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #000;
	font-size: .8em !important;
}

#footer .widget_tag_cloud a{
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.7);
}

aside.sidebar .widget_tag_cloud a{
	background: rgba(0,0,0,.04);
	color: inherit
}

.widget_tag_cloud a:hover{
	opacity: .5;
}

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

.widget_tag_cloud {
    display: inline-block;
}

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

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/
.simple_tweet_widget li {
   line-height: 1.5em !important;
   font-size: .95em !important;
}

.simple_tweet_widget li span{
   color: #4f4f4f;
   font-size: .85em !important;
}

/*Flickr Widget--------------------*/
#flickr-box .flickr-image {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
}

#sidebar #flickr-box .flickr-image {

}

#flickr-box .flickr-image img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 5px;
	max-width: 70px;
}

/*Social----------------------------*/
#footer .fa, .widget-box .fa {
	font-size: 1.5em;
	font-weight: normal !important;
	margin-right: 12px;
	margin-bottom: 12px;
	border-radius: none !important;
	-webkit-border-radius: none;
}

#footer .fa {
	color: rgba(0,0,0,.3);
}

#footer .fa:hover {
	color: #000;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/



/* Shared content parts ---------------------------------------*/

.panel-row-style-wide-parallax,.f-panel-row-parallax, .parallax-section {
	overflow: hidden !important;
	position: relative;
	background-position: center top; 
}

body header.main.entry-header.parallax-section {
	overflow: hidden !important;
	position: relative;
	background-position: center top; 
	background-attachment: fixed;
	padding: 0 !important;
}

body .header-wrap {
	overflow: hidden !important;
}

.parallax-section .parallax-inner {
	pointer-events: none;
	left: 0;
	right: 0;
	height: 170% !important;
	position: absolute !important;
	top: -40% !important;
	width: 100%;
	margin: 0;
	background-repeat: inherit;
	z-index: 1 !important;
	background-position: 0 0;
	width: 100% !important;
	overflow: hidden !important;
}

.parallax-section {
	background-attachment: fixed;
	background-color: transparent;
	background-image: inherit;
	background-repeat: inherit;
	background-position: 0 0%;
	z-index: 1 !important;
	overflow: hidden;
	overflow: hidden !important;
}

.parallax-section.top .parallax-inner{
	top: -20% !important;
	height: 130% !important;
	overflow: hidden !important;
}

.parallax-section .panel-grid-cell {
	z-index: 100;
	position: relative;
}

.parallax-section .parallax-inner {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden !important;
	-moz-backface-visibility: hidden !important;
	-webkit-perspective: 1000!important;
	-moz-perspective: 1000!important;
	backface-visibility: hidden!important;
	perspective: 1000!important;
	overflow: hidden !important;
}


body #footer {
	z-index: 100 !important;
	position: relative;
}

.error404 .entry-content {
	padding-bottom: 70px;
}

.entry-content ul li {
	padding: 0;
}

header {
	text-align: center;
}

header h1 {
	font-size: 2.7em;
	margin-bottom: 20px;
}

.home .middle {
    padding-top: 0;
}

.entry-content, .entry-footer, .entry-summary {
	max-width: 1200px;
	margin: 0 auto !important;
	display: block;
}

/* Entry Header */

#primary header.main {
	padding: 40px 0 40px !important;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f5f5f5;
	display: table;
	width: 100%;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
}

.single #primary .header-wrap, .page #primary .header-wrap,  .archive #primary .header-wrap{
	margin-bottom: 50px;
}

body #primary header.main .inner {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

#primary header.main.left .inner {
	text-align: left;
}

#primary header.main.right .inner {
	text-align: right;
}

#primary header.main.center .inner {
	text-align: center;
}

.post-type-archive-product #primary header.main .inside{
	max-width: 1020px;
}

body #primary header.main .inner .title {
	max-width: 1200px;
	margin: 0 auto;
	height: auto !important;
}

#primary header.main h1{
	width: 100% !important;
	margin-top: 0 !important;
	line-height: 1.3em;
	margin-bottom: 0;
	font-size: 2.3em;
    line-height: 1em;
	margin: 0 auto;
}

#primary header.main.left h1{
	text-align: left;
	margin: 0;
}

#primary header.main.right h1{
	text-align: right;
	margin: 0 0 0 auto;
}


#primary header.main .subtitle {
	padding: 10px 0 0 0;
	opacity: .7;
}

.single .main.entry-header.has-background .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.4);
	left: 0; top: 0;
	z-index: 2;
}


.site-main {
	padding: 50px 30px 30px !important;
}

.using-vc .site-main {
	padding: 0 30px 0 !important;
}


.body-wrap {
	margin: 0 auto !important;
	max-width: 1200px;
}

.content-main {
	max-width: 70%;
	float: left;
}

.content-main.full {
	max-width: 100%;
	float: none;
}

.featured-image {
    margin-bottom: 1em;
}


/* Shared content parts ---------------------------------------*/


.parallax-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.gecko .parallax-wrapper {
	clip: rect(auto, auto, auto, auto);
	clip-path: inset(auto, auto, auto, auto);
}

.parallax-section .parallax-inner {
	pointer-events: none;
	position: fixed;
	height: 100%;
	left: 0;
	right: 0;
 	top: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: inherit;
	background-size: cover;
	z-index: 1 !important;
	background-position: 50% 0%;
	width: 100% !important;

}

.parallax-section {
	background-attachment: fixed;
	background-color: transparent;
	background-image: inherit;
	background-size: cover;
	background-position: 50% 0%;
	z-index: 1 !important;
}

.parallax-section .panel-grid-cell {
	z-index: 100;
	position: relative;
}


body #footer {
	z-index: 100 !important;
	position: relative;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

/* Page with Sidebar Template */

.page-template-template-page-with-sidebar article {
	width: 70%;
	float: left;
	padding-bottom: 30px;
}

/*Portfolio */

.filter-wrap {
	text-align: center;
}

#filter-nav{
	margin: 0 auto 20px;
	width: auto;
	text-align: center;
	width: 100%;
	position: relative;
	list-style: none !important;
	padding: 0 10px;
	max-width: 1200px;
}

.masonry-without-gutter #filter-nav, .rows-without-gutter #filter-nav {
	margin: 0 auto 30px;
}

#filter-nav.left {
	text-align: left;
}

#filter-nav.right {
	text-align: right;
}

#filter-nav li {
	padding: 0;
	background: none;
	margin: 0 10px;
	display: inline-block;
	list-style: none !important;
}

#filter-nav li::after {

}

#filter-nav li:last-child::after {
	content: none;
}

#filter-nav li a {
	font-size: 14px;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 0px 0 0px !important;
	border: none;
	line-height: 1em;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-weight: 600;
	opacity: .5;
}

#filter-nav li a:hover {
	color: inherit;
	opacity: 1;
}

#filter-nav .selected, #filter-nav a.selected:hover {
	color: inherit;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	opacity: 1;
}


.thumbs:after {
  content: '';
  display: block;
  clear: both;
}

#portfolio-content p {
    padding: 0 10%;
}

.projects {
	position: relative;
}

.siteorigin-panels-stretch .projects.masonry-with-gutter, .siteorigin-panels-stretch .projects.rows-with-gutter {
	margin: 0 0;
}

.projects.masonry-without-gutter, .projects.rows-without-gutter {
	margin: 0;
}

.projects .thumbs {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.projects .project.small {
	float: left;
	width: 33.333%;
	overflow: hidden;
    padding: 10px !important;
	opacity: 0;
    filter: alpha(opacity = 0);
}


.projects .thumbs .project.small.show {
	opacity: 1;
    filter: alpha(opacity = 1);
}

.grid-sizer { width: 33.333%; }
.projects .project.small.masonry-wide, .projects .project.small.masonry-wide_tall {	width: 66.66%; }

.projects.col-2 .project.small, .projects.col-2 .grid-sizer { width: 50%; }
.projects.col-2 .project.small.masonry-wide, .projects.col-2 .project.small.masonry-wide_tall {	width: 100%; }

.projects.col-4 .project.small, .projects.col-4 .grid-sizer { width: 24.999%; }
.projects.col-4 .project.small.masonry-wide, .projects.col-4 .project.small.masonry-wide_tall {	width: 49.999%; }

.projects.col-5 .project.small, .projects.col-5 .grid-sizer { width: 20%; }
.projects.col-5 .project.small.masonry-wide, .projects.col-5 .project.small.masonry-wide_tall { width: 40%; }

.projects .project.small .inside {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.projects .masonry-tall img {
	height: 100% !important;
	width: auto !important;
}

.projects .project.small img {
	position: relative;
	display: block;
	height: auto;
	opacity: 1;
	width: 100%;
}

span.empty-project {
	width: 100%;
	height: 100%;
	background: #a5a5a5;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

span.empty-project::before {
	content: "\f03e";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	color: rgba(25,25,25,0.3);
	margin-top: -12px;
	font-size: 48px;
	font-family: FontAwesome;
}

.project.small .details .text {
	color: #fff;
	font-size: .8em;
	text-align: center;
	opacity: 0;
}

.project.small h3 {
	color: inherit !important;
	font-size: .8em;
	text-align: center;
	margin-bottom: 0;
	line-height: 1em;
	color: #fff;
	font-weight: 600;
}

.project.small .title {
	margin-bottom: 10px;
	color: inherit;
}

.project.small .skills {
	color: inherit;
	font-size: .6em;
	text-align: center;
	text-transform: none;
	line-height: 1em;
}

.project.small .details {
	text-transform: uppercase;
	font-size: 1.25em;
	z-index: 5 !important;
}

.project.small .details::before,
.project.small .details::after {
	pointer-events: none;
}

.project.small .details,
.project.small .details > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project.small a {
	z-index: 100 !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.projects.masonry-without-gutter .project.small, .projects.rows-without-gutter .project.small {
	padding: 0 !important;
}

/* Effect 1 */

.project.small.effect-1 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	z-index: 2 !important;
}

.project.small.effect-1 .details .text {
	top: 50%;
	margin-top: -10px;
	position: absolute;
	width: 100%;
	font-size: 1em;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.project.small.effect-1 .details.has-skills .text {
	margin-top: -24px;
	z-index: 350 !important;
}

.project.small.effect-1 .details .text h3 {
	padding: 0 10px;
}

.project.small.effect-1 .details .text .skills {
	padding: 0 10px;
	opacity: .6;
}

.project.small.effect-1:hover .details .text {
	opacity: 1;
}

.project.small.effect-1:hover .overlay {
	opacity: .8;
}

.project.small.effect-1:hover img {

}

/* Effect 2 */

.project.small.effect-2 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	z-index: 2;
}

.project.small.effect-2 .details {
	border-color: #fff;
}


.project.small.effect-2 img {
	-webkit-transition: all 0.5s linear;
	          transition: all 0.5s linear;
	  -webkit-transform: scale3d(1, 1, 1);
	          transform: scale3d(1, 1, 1);
}

.project.small.effect-2:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}


.project.small.effect-2 .details .text {
	top: 50%;
	margin-top: -10px;
	position: absolute;
	width: 100%;
	font-size: 1em;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.project.small.effect-2 .details.has-skills .text {
	margin-top: -18px;
}

.project.small.effect-2:hover .details .text {
	opacity: 1;
}

.project.small.effect-2:hover .overlay {
	opacity: .5;
}


/* Effect 3 */

.project.small.effect-3 .overlay{
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	z-index: 2;
}

.project.small.effect-3 img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}


.project.small.effect-3 .details .text {
	position: absolute;
	z-index: 50 !important;
	bottom: 0;
	width: 100%;
	left: 0;
	font-size: 1em;
	text-align: left;
	padding: 20px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 1;
	color: #000 !important;
}

.project.small.effect-3 img {
	-webkit-transition: all 0.5s linear;
	          transition: all 0.5s linear;
	  -webkit-transform: scale3d(1, 1, 1);
	          transform: scale3d(1, 1, 1);
}

.project.small.effect-3:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}

.project.small.effect-3:hover .details .text {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.project.small.effect-3:hover .overlay {
	opacity: .6;
}

.project.small.effect-3 h3 {
	color: inherit;
	font-size: .8em;
	text-align: left;
	margin-bottom: 0;
	line-height: 1em;
}

.project.small.effect-3 .skills {
	color: inherit;
	font-size: .6em;
	text-align: left;
	text-transform: none;
	line-height: 1em;
	opacity: .7;
}


/* Load More -------------------*/

.load-more-holder {
	text-align: center;
	padding: 30px 0 0;
}

.load-more-holder .load-more-button, .load-more-holder .loading {
	display: inline-block;
	color: #fff;
	display: inline-block;
    background: #2a2a2a;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.8em;
    text-decoration: none;
	position: relative;
	cursor: pointer;
	margin: 0 3px 0 0;
	-webkit-appearance: none;
	text-align: center;
	transition-property: all;
	-webkit-transition: 0.2s ease;
	   -moz-transition: 0.2s ease;
	     -o-transition: 0.2s ease;
		 	transition: 0.2s ease;
	text-transform: uppercase;
	-moz-border-radius: 25px;
	  -webkit-border-radius: 25px;
	  border-radius: 25px;
	border: none;
}

.load-more-holder .load-more-button a, .load-more-holder .loading {
	padding: 8px 22px 8px !important;
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	line-height: 1.8em;
	display: inline-block;
}

.load-more-holder .load-more-button:hover {
	opacity: .5;
}

.load-more-holder .load-more-button a {
	background-color: inherit !important;
	color: inherit !important;
	font-size: 14px;
	margin-right: 0;
}

.load-more-holder .load-more-button.hidden, .load-more-holder .loading.hidden {
	display: none;
}


/* Blog */

.archive.date .entry-header.main,
.archive.category .entry-header.main,
.archive.tag .entry-header.main {
	margin-bottom: 50px;
}

/* Recent Posts Widget */

.blog.col-2 .post.small { width: 50%; }
.blog.col-3 .post.small { width: 33.333%; }
.blog.col-4 .post.small { width: 20%; }
.blog.carousel .post.small {
	width: 100% !important;
}

.widget .blog {

}

.post.small {
    display: inline-block;
    position: relative;
	float: left !important;
	padding: 10px !important;
}

.post.small .inside {
	text-align: left;
}

.post.small .inside .content {
	text-align: left;
}

.blog.col-2 .post.small:nth-child(2n+1){ clear: both; }
.blog.col-3 .post.small:nth-child(3n+1){ clear: both; }
.blog.col-4 .post.small:nth-child(4n+1){ clear: both; }


.post.small .post-thumb {
	margin-bottom: 15px !important;
	-webkit-transition: all 400ms ease;
    transition: all 400ms ease;
	display: block;
}

.post.small .post-thumb:hover {
	opacity: .7;
}

.post.small h3 {
    line-height: 1.4em;
    font-size: 1em !important;
    padding: 0 0 0 !important;
	margin-bottom: 10px !important;
	font-weight: 600;
}

.post.small .meta {
	padding: 0 0 0 !important;
	font-style: normal !important;
	font-weight: bold;
	line-height: 1.5em;
	font-size: .7em !important;
	margin: 0 0 15px !important;
	display: block;
}

.post.small p {
	text-align: left;
	margin: 0 0;
}

.post.small .post-thumb img{
	margin-bottom: 0 !important;
}

.read-more {
	white-space: nowrap;
}

/* Blog page templates */

.blog article {
	margin-bottom: 20px;
}

.blog article .entry-header, .blog article .entry-title {
	text-align: left;
}

.blog .meta {
	max-width: none;
	font-size: .75em;
	margin-bottom: 25px;
	display: block;
	font-weight: 400;
	line-height: 1.3em;
	padding-top: 10px;
}

.blog .meta.no-meta {
	display: none;
}

.single .blog .meta {
	margin-bottom: 0;
	line-height: 1.2em;
}

.single .blog .meta *{
	text-transform: uppercase;
}


.blog .meta span:before {
  	display: inline-block;
  	content: '|' !important;
	margin: 0 7px 0 7px;
	opacity: .5;
}

.blog .meta span:first-child:before {
  	content: '' !important;
	margin: 0;
}

.blog .meta a {
	color: inherit;
	display: inline-block;
}

.blog .meta a:hover {
	opacity: .5;
}


.blog-content {
	width: 100%;
	margin: 0 auto 0 auto;
	display: block;
}

.blog .body-wrap {
    border: none;
}

.archive {

}
.blog-content ul, ol {
	padding-bottom: 0;
	margin-bottom: .8em;
}

.entry-title {
	margin-bottom: 10px;
}

h2.entry-title {
	font-size: 1.3em;
}

.hentry {
	margin: 0;
}

.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}.post.small .meta
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog-content img.full-width {
	padding: 0;
}

.post header.entry-header h2 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.8em;
}

header.entry-header .inner {
	padding: 0 30px !important;
	z-index: 3 !important;
	position: relative;
}

.single-post header.main .meta {
	padding-top: 15px !important;
}

.post header.main.has-background .meta a {
	color: #fff;
}



.post header.main .meta a {
	color: #000;
}

.post header.main .meta a:hover {
	color: rgba(0,0,0,1)
}

.blog-content .full-width-container {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
p.attribution {
	text-transform: uppercase;
	font-size: 0.6em;
}
p.caption {
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 40px;
}
.blog-content h1 a, .blog-content h2 a, .blog-content h3 a, .blog-content h4 a, .blog-content h5 a {
	color: #191919;
	text-decoration: none;
}
.blog-content h1 a:hover, .blog-content h2 a:hover, .blog-content h3 a:hover, .blog-content h4 a:hover, .blog-content h5 a:hover {
	color: #919191;
	text-decoration: none;
}

#main {
	margin: 0px;
	padding: 0 0 0 0;
}

#main .posts {
	color: #191919;
	padding: 0;
	margin-left: 0px;
}

#posts-scroll.masonry {
	margin-bottom: 50px !important;
}

.pull {
	display: block;
	padding: 20px 0 20px 0;
	margin: 20px;
	width: 30%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #191919;
	border-top: 3px solid #919191;
	border-bottom: 3px solid #919191;
}
.pullright {
	float: right;
	margin-right: -5%;
	clear: left;
}
.pullleft {
	float: left;
	margin-left: -5%;
	clear: right;
}
.entry-footer {
	text-align: center;
}
.little-border {
	width: 50%;
	margin: 0 auto 80px auto;
	border-bottom: thin solid #e9e9e9;
}

/* Masonry Blog */

.blog .content-main {
	width: 72%;
	max-width: 72%;
}

.blog .masonry .content-main {
	margin: 0 -15px;
}

.blog .masonry .post.small {
	width: 33.33%;
	padding: 0 15px 15px 15px !important;
}

.blog .masonry .post.small p{
	padding-bottom: 0;
}

.blog .full .masonry .post.small {
	width: 25%;
}

/* Full width blog */

.blog .content-main.full {
	width: 100%;
	max-width: 1000px;
	padding-bottom: 50px;
}

.site-main .body-wrap .content-main.full {
	max-width: none !important;
}

.page-template-template-blog-full-width .body-wrap {
	max-width: 1000px !important;
}

/* Minimal blog */

.minimal .post {
	text-align: center;
	max-width: 570px;
	margin: 0 auto 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.minimal .post:last-child {
	border: none;
}

.minimal .post h2{
	text-align: center;
	margin: 0 auto 50px;
}

.minimal .post .meta{
	text-align: center;
	margin: 0 auto 30px;
	padding: 20px 0 0;
}

/* Social Sharing */

.social-sharing ul {
	list-style: none;
	padding: 25px 0 10px !important;
	margin: 20px auto 50px!important;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	text-align: center;
}

.social-sharing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-sharing ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 1.2em;
}

.social-sharing ul li a {
	color: #797979;
}

.social-sharing ul li a:hover {
	opacity: .5;
}


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

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-wrap {
	padding-top: 40px;
	max-width: 900px;
	margin: 0 auto;
}

.comments-wrap  a{
	font-weight: 500 !important;
}

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

.comment-author .fn {
	font-weight: 700;
}
.bypostauthor {
}


/*--------------------------------------------------------------
10.4 VC Custom Shortcodes
--------------------------------------------------------------*/

/* Animation Tweaks */

.wpb_animate_when_almost_visible, .vc_column_container.wpb_animate_when_almost_visible{
  opacity: 0;
}

.wpb_start_animation {
	animation-duration: .7s !important; 
	animation-timing-function: ease !important; 
	animation-play-state: running !important; 
	-webkit-animation-fill-mode: forwards !important;
	animation-fill-mode: forwards !important;
}

.wpb_left-to-right {
	animation-duration: .7s !important; 
	animation-timing-function: ease !important; 
	animation-play-state: running !important; 
	-webkit-animation-fill-mode: forwards !important;
	animation-fill-mode: forwards !important;
}

.wpb_right-to-left {
	animation-duration: .7s !important; 
	animation-timing-function: ease !important; 
	animation-play-state: running !important; 
	-webkit-animation-fill-mode: forwards !important;
	animation-fill-mode: forwards !important;
}

.wpb_top-to-bottom {
	animation-duration: .7s !important; 
	animation-timing-function: ease !important; 
	animation-play-state: running !important; 
	-webkit-animation-fill-mode: forwards !important;
	animation-fill-mode: forwards !important;
}

.wpb_bottom-to-top {
	animation-duration: .7s !important; 
	animation-timing-function: ease !important; 
	animation-play-state: running !important; 
	
	animation-fill-mode: forwards !important;
}

.wpb_start_animation.wpb_appear {
	animation-duration: .7s !important; 
	animation-timing-function: ease !important; 
	animation-play-state: running !important;
	-webkit-animation-fill-mode: forwards !important;
	animation-fill-mode: forwards !important;
}

/* Blog */

.post.small h3 {
	font-size: 1.3em;
}

.text-light .post.small h3 a{
	color: rgba(255,255,255,1);
}

.text-light .post.small .meta {
	color: rgba(255,255,255,.6);
}

.text-light .post.small p {
	color: rgba(255,255,255,.8);
}

.text-light .post.small .more-link {
	color: rgba(255,255,255,1);
}

.text-dark .post.small h3 a{
	color: rgba(0,0,0,.8);
}

.text-dark .post.small .meta {
	color: rgba(0,0,0,.6);
}

.text-dark .post.small p {
	color: rgba(0,0,0,.8);
}

.text-dark .post.small .more-link {
	color: rgba(0,0,0,1);
}

.post.small .more-link:hover {
	opacity: .5;
}

.post.small img {
	margin-bottom: 30px;
}

.alignment-left .post.small * {
	text-align: left !important;
}

.read-more { display: none; }
.more-link {
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 700;
}

.post.small p {
	padding-bottom: 10px;
}

/* Modern */

.modern .post.small {
	min-height: 200px;
	position: relative;
	margin: 0 !important;
	border-top: 1px solid #e4e4e4;
	z-index: 1;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
		 	background-size: cover;
		padding: 0 !important;
		color: inherit;
		width: 100% !important;
		display: block;
}

.modern .post.small * {
	position: relative;
	z-index: 99;
	text-align: center;
	margin: 0 !important;
}


.modern .post.small .inside {
	padding: 100px 30px;
	z-index: 300 !important;
	display: block;
}


.modern .post.small p a {
	display: none;
}

.modern .post.small a {
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.modern .post.small .meta {
	display: block;
	max-width: 600px;
	margin: 10px auto 0 !important;
}


.modern .post.small p {
	min-height: none;
	padding: 30px 0 0;
	display: block;
	opacity: .7;
	max-width: 600px;
	margin: 0 auto 0 !important;
}

.modern .post.small .hover-overlay {
	position: absolute !important;
	display: block;
	width: 100%; height: 100%;
	top: 0;
	background: #000;
	opacity: 0;
	z-index: 2;
}

.modern .post.small .overlay {
	position: absolute !important;
	display: block;
	width: 100%; height: 100%;
	top: 0;
	background: #fff;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	opacity: 0;
}

.modern .post.small:hover .overlay{
	opacity: 1;
}

.modern .post.small:hover .hover-overlay {
	opacity: .8;
}

.modern .post.small h3 {
	display: block;
	max-width: 600px;
	margin: 0 auto 0 !important;
	z-index: 300 !important;
	font-size: 1.5em;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	color: inherit;
}

.modern .post.small:hover h3 a{
	color: #fff !important;
}

.modern .post.small:hover h3 a:hover{
	color: #fff !important;
	opacity: .5;
}

.modern .post.small:hover .meta *, .modern .post.small:hover .meta, .modern .post.small:hover p {
	color: rgba(255,255,255, 1) !important;
}

/* Carousel */

.weston-carousel{ display: none; opacity: 0; }
.weston-carousel .wpb_content_element{ margin-bottom: 25px; }
.weston-carousel.grab-true, .weston-carousel.grab-true a{ 
	cursor: grab!important;
	cursor: -moz-grab!important;
	cursor: -webkit-grab!important;
}

.owl-controls {
	display: block;
	opacity: 1;
}

.light .owl-controls .owl-dot {
	opacity: 1;
	display: block;
	width: 20px; height: 20px;
	background: #fff;
}

.dark .owl-controls .owl-dot {
	opacity: 1;
	display: block;
	width: 20px; height: 20px;
	background: rgba(0,0,0,.7) !important;
}

/* Masonry Media Grid */

.vc_masonry_media_grid .vc_gitem-zone {
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.vc_masonry_media_grid .vc_gitem-zone:hover {
	opacity: .7;
}

.vc_gitem-animate-slideBottom .vc_gitem-zone:hover {
	opacity: 1;
}

.vc_masonry_media_grid .vc_gitem-post-data-source-post_title *,
.vc_masonry_media_grid .vc_gitem-post-data-source-post_excerpt *,
.vc_masonry_media_grid .vc_gitem-post-data-source-post_title,
.vc_masonry_media_grid .vc_gitem-post-data-source-post_excerpt {
	padding: 0 !important;
	margin: 0 !important;
}

.vc_masonry_media_grid .vc_gitem-post-data-source-post_title , .vc_masonry_media_grid .vc_gitem-post-data-source-post_excerpt {
	padding: 0 !important;
	margin: 0 !important;
}

.pp_gallery{ display: none !important; }



/* Google Maps */

.google-map{
	margin-bottom:30px;
	border:1px solid #cccccc;
	background: #efefef;
}

.google-map.full{
	width:100% !important;
	height:auto;
	margin:0px;
}

.google-map.fullsection{
	width:100% !important;
	height:auto;
	margin:0px;
	border: 0;
	z-index: 1;
	position: relative;
}

.gm-style-iw{
	padding-top: 10px;
	font-size: 14px !important;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-weight: 400 !important;
}

.google-map img { max-width: none; }
.entry-content img {max-width: 100%; /* override */}



/* Pricing Table */

.pricing-table{
	display: block;
	padding: 0;
	margin: 0;
	border:1px solid #dddddd;
	background: #ffffff;
    border-radius: 3px;
}

.pricing-table-head{
	text-align: center;
}

.pricing-table .pricing-table-head{
	background: #ffffff;
	color: #666666;
	border-radius: 3px 3px 0px 0px;
}

.pricing-table .pricing-table-head h3{
	display:block;
	margin: 0;
	padding: 12px 0 12px 0;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 1px;
	color: #999999;
	background:#f9f9f9;
	text-transform: uppercase;
}

.pricing-table.pricing-color-true .pricing-table-head{
	margin: -1px -1px 0px -1px;
	color: #ffffff;
}

.pricing-table.pricing-color-true .pricing-table-head h3{
	color: #ffffff;
	background: none;
}

.pricing-table .pricing-price{
	background: #ffffff;
	box-shadow: inset 0  1px 1px -1px #999999, 
                inset 0 -1px 1px -1px #999999;
}

.pricing-table.pricing-color-true .pricing-price{
	background: rgba(0,0,0,0.08);
	box-shadow: none;
	margin: 0;
}

.pricing-table .pricing-price span.pricing-amount{
 	display: block;
 	font-size:38px;
 	font-weight: 600;
 	padding: 24px 0 5px 0;
 	margin: 0;
 	line-height: 1;
}

.pricing-table .pricing-price span.pricing-per{
 	display: block;
 	opacity: 0.6;
 	padding: 0 0 24px 0;
 	margin: 0;
}
	
.pricing-table ul{
	margin:20px 0 20px 0;
	padding:0 0 0px 0;
	list-style: none;
	background: #ffffff;
	color: #777777;
}

.pricing-table li{
	margin: 0 20px;
	padding:10px 0px !important; 
	text-align: center;
	border-bottom: 1px solid #efefef;
}

.pricing-table li:last-child{
	border-bottom: none;
}

.pricing-table.featured .pricing-price {
	padding: 15px 0 !important;
}

.pricing-table.featured ul {
	padding: 15px 0 !important;
}

.pricing-table.featured  {
	margin-top: -20px;
}


/* Progressbar */

.progressbar{
	position: relative;
	width:100%;
	height: 6px;
	display:block;
	background: rgba(0,0,0,0.04);
	margin-bottom:20px;
	border-radius: 2px;
	overflow: hidden;
}

.progressbar .progress-percentage{
	background: #44bdbd;
	display:block;
	width:0%;
	height:30px;
}

.progress-title{
	font-size: 13px;
	display: block;
	margin:0 0 1px 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.progress-title span{
	float: right;
}

/* Testimonials */

.testimonial-wrap{
	padding: 0 10px;
}

.testimonial *{
	text-align: center;
	padding: 0 !important;
}

.testimonial-img img {
	max-width: 50px;
	border-radius: 50px !important;
	height: auto;
	margin: 0 auto 5px;
	min-width: 50px;
	text-align: center !important;
	display: block;
}

.testimonial .quote {
	font-size: 1em;
	margin-bottom: 20px;
	color: inherit;
}

.testimonial p {
	padding-bottom: 25px !important;
	margin: 0 !important;
	color: inherit;
}

.testimonial-author p{
	font-weight: 800;
	margin-bottom: 0 !important;
	color: inherit;
	text-align: center;
	padding-bottom: 0;
	color: inherit;
}

.testimonial-author span{
	font-size: .9em;
	font-weight: 400;
	margin-bottom: 0 !important;
	color: inherit;
	display: block;
	text-align: center;
	color: inherit;
}


/* Progress Bar */

.vc_progress_bar * {
	border: none !important;
	box-shadow: none !important;
}

.vc_single_bar .vc_label { font-weight: bold; }
.vc_single_bar .vc_label .vc_label_units{ opacity: .5; margin-left: 10px; }

/* Single Image */



/* Rev Slider */

.wpb_revslider_element  {
	margin-bottom: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/* Gallery
/*-----------------------------------------------------------------------------------*/

.gallery {
	margin: 0 !important;
}

.gallery .gallery-item a{
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

.gallery img{
	width: 100%;
	height: auto;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
float: left; !important;
}

.gallery a:hover {
	opacity: 0.7;
	-webkit-transform: rotate(0);
	   -moz-transform: rotate(0);
		    transform: rotate(0);
}

.gallery-item{
	margin: 0 !important;
	padding: 0 !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.gallery-item *{
	margin: 0 !important;
	padding: 0 !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.gallery-style-2 .gallery-item{
	padding: 10px !important;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending #footer {
    display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	height: auto;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    margin: 1.8em 0 0;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}
	
	
	


/*-----------------------------------------------------------------------------------*/
/* 12.3 Counter
/*-----------------------------------------------------------------------------------*/
.counter{
	text-align: center;
	margin: 0;
	text-align: center;
}

.counter{
	font-size: 46px !important;
	margin: 0;
	padding: 0;
	font-weight: 300;
	line-height: 1;
	color: #313131;
}

.counter-title{
	display: block !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	margin: 15px 0 0 0;
	opacity: .7;
}


/*--------------------------------------------------------------
12.4 Revolution Slider
--------------------------------------------------------------*/

.mobile-video-fallback-image {
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rev_slider_wrapper.fullscreen-container, .rev_slider_wrapper.fullwidthbanner-container {
	z-index: 500 !important;
}

@media(max-width: 415px){
	.rs-background-video-layer{
		display: none;
	}
}


/*--------------------------------------------------------------
12.5 PrettyPhoto on Mobile
--------------------------------------------------------------*/

/* prettyPhoto styling for small screens  - below 767px width */
@media only screen and (max-width: 767px) {
	.pp_pic_holder.pp_default { width: 97%!important; left: 0 !important;}
	div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
	.pp_content { width: 100%!important; height: auto!important; }
	.pp_fade { width: 100%!important; height: 100%!important; }
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
	#pp_full_res img { width: 100%!important; height: auto!important; }
	.pp_details { width: 100%!important;  padding-top: 5px;  }
}


/* -----------------------------------------------------------------
/* 12.6 Video Background
/* -----------------------------------------------------------------*/

.vc_row{
  position: relative;
}

.vc_row .span_12 {
  position: relative;
  z-index: 10;
}

.video-fallback {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vc_row .video-wrap {
	overflow: hidden;
	position: absolute!important;
	top: 0;
	left: 0;
	padding-bottom: 0px!important;
	opacity: 0;
	z-index: 1;
}

.video-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.72;
  position: absolute!important;
  top: 0;
  left: 0;
  padding-bottom: 0px!important;
  z-index: 2;
}

.vc_row .video-wrap .mejs-container .mejs-controls {
  display: none !important;
}

.vc_column_container {
	z-index: 3;
}

/*////////////////////////////////////////////////////////////////////
//  13.0 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPads */

@media only screen and (max-width : 1024px) {

	/*Header*/

	body.side-header #site-wrap {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	body.side-header #site-header {
		padding: 0 !important;
	}

	body.side-header #site-header * {
		line-height: 1em !important;
	}

	body.side-header #site-header .logo {
		padding: 0;
		margin: 0 !important;
	}

	body.side-header #site-header .inside {
		padding: 13px 0 13px 20px;
	}

	body.side-header .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
		padding-left: 0 !important; padding-right: 0 !important;
	}

	body.side-header #site-header {
		position: relative;
		height: auto;
		width: 100%;
	}

	body.side-header #site-header .main-nav {
		display: none;
	}

	body.side-header #site-header .logo .site-title {
		display: none;
	}

	body.side-header #site-header .logo .site-title.top {
		display: block;
	}

	/*Entry Header*/

	#primary header.main .entry-title {
		font-size: 1.8em;
	}

	/*Parallax Backgrounds*/

	.parallax-section {
		background-attachment: scroll;
	}

	/*Posts*/

	/* Recent Posts Widget */

	.blog.col-3 .post.small { width: 50%; }
	.blog.col-4 .post.small { width: 50%; }

	.blog.col-3 .post.small:nth-child(3n+1){ clear: none; }
	.blog.col-4 .post.small:nth-child(4n+1){ clear: none; }
	.blog.col-3 .post.small:nth-child(2n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(2n+1){ clear: both; }

	/* Blog templates */

	.blog .gid-sizer {
		width: 49%;
	}
	.blog .masonry .post.small {
		width: 49% !important;
	}

	/*Projects*/

	.projects.col-5 .project.small, .projects.col-5 .grid-sizer { width: 24.999%; }
	.projects.col-5 .project.small.masonry-wide, .projects.col-5 .project.small.masonry-wide_tall { width: 49.999%; }
	.project.small h3.entry-title { font-size: .6em; }


	/*Widgets*/
	#footer .main {
		margin: 0 auto !important;

	}
	#footer .widget-box {
		width: 50% !important;
	}

	#footer.col-3 .widget-box:nth-child(3n+1)
	{
	    clear: none;
	}
	#footer .widget-box:nth-child(2n+1)
	{
	    clear: both;
	}

	/*Parallax*/

	.panel-row-style-wide-parallax, .f-panel-row-parallax, .parallax {

	}

}


@media only screen and (max-width: 768px){

	/*Header*/
	.top-header.stacked-header #main-container #site-header .logo {
	    position: relative;
		display: inline-block;
		float: left;
		display: table;
		table-layout: fixed;
		
		padding: 0 !important;
	}

	body.top-header.stacked-header #main-container #site-header .nav-holder {
		float: right;
	}

	body.top-header.stacked-header #main-container #site-header .nav-holder .secondary-nav span,
	body.top-header.stacked-header #main-container #site-header .nav-holder .secondary-nav a {
		
	}
	
	.top-header.stacked-header #main-container .nav-holder{
		
	}

	/*Nav stuff*/

	.main-nav {
		display: none !important;
	}

	#site-header .secondary-nav span.search-toggle.open, .cart-icon { display: none !important; }

	.hamburger { display: block !important; }
	
	body #site-header .secondary-nav { display: none !important; }

	blockquote { font-size: .9em !important; }

	h1 {
		font-size: 28px !important;
		font-size: 2.8rem !important;
	}
	h2 {
		font-size: 22px !important;
		font-size: 2.2rem !important;
	}
	h3 {
		font-size: 22px !important;
		font-size: 2.2rem !important;
	}
	h4 {
		font-size: 1em !important;
	}

    #cart-notices .woocommerce-message a.button.wc-forward {
        display: none;
    }

    .post.small h2 {
		font-size: 1.6em !important;
	}


	/*Slide Panel*/
	#slide-panel-holder {
		display: block;
	}
	
	.hamburger {
		display: block !important;
	}
	
	#slide-menu .widget-area.mobile {
		display: block;
	}

	#slide-panel .has-mobile-menu #slide-mobile-menu {
		display: block;
	}

	#slide-panel .has-mobile-menu #slide-main-menu {
		display: none;
	}

	#slide-panel .widget-area.desktop { display: none; }

	#blog .posts .post a.button {
		font-size: 14px;
		padding: 5px 7px;
	}

	.thumbs {
		margin: 0 auto !important;
		text-align: center;
	}

	#image-background #button-wrapper {
		display: none;
	}

	.post.small .inside {
		padding: 0;
	}

	.comment-navigation .nav-previous,
	.paging-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
		text-align: center;
	}
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
		text-align: center;
	}

	/*Reduce side padding*/

	.comments-wrap {
		padding: 20px 0;
	}
	#footer, aside.sidebar {
		padding: 30px 0px !important;
	}
	.site-main .post-navigation {
		padding: 0 15px;
	}

	.widget-box{
		width: 100% !important;
	}


	/*Posts */

	header.main h1 {
		font-size: 1.2em !important;
	}

	header.main .meta {
		font-size: .7em !important;
	}


	/*Search */
	.search-results .post-thumb {
		display: none;
	}

	
	/*Gallery */
	
	.gallery-item {
		max-width: 50% !important;
	}

	/* Checkout Page */
	body.woocommerce-checkout .content-area .col-1 {
		width: auto;
	}
	body.woocommerce-checkout .content-area .col-2 {
		width: auto;
	}

}


@media screen and (max-width: 700px) {

	/* Content Area */

	.content-main {
		width: 100% !important;
		float: none;
		clear: both;
		max-width: none !important;
	}

    /*Projects*/
	body .projects .grid-sizer, body .projects .project.small { width: 50% !important; }
	body .project.small.masonry-wide, body .project.small.masonry-wide_tall {width: 100% !important; }
	.projects .masonry-tall img {
		height: auto !important;
		width: 100% !important;
	}

	/*Projects*/
	body .projects .project.small {
		width: 100% !important;
		height: auto !important;
	}
	.project.small{

	}

	/* Blog templates */

	.blog .gid-sizer {
		width: 100%;
	}
	.blog .masonry .post.small {
		width: 100% !important;
		padding: 0 0 15px 0 !important;
	}

	.blog .content-main {
		margin: 0;
	}

	/*Testimonials*/

	.testimonials .testimonial.small {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.sow-features-feature {
		width: 100% !important;
	}

	.sow-features-feature {
		margin-bottom: 10px !important
	}

	body .panel-grid .equal-column-height .panel-grid-cell * {
		min-height: 0 !important;
	}
	
	/* Gallery */
	
	.gallery-item {
		max-width: 100% !important;
	}

	/* Sidebar */

	aside.sidebar {
		width: 100%;
		padding: 0;
		float: none;
		clear: both;
	}


	/* Recent Posts Widget */

	.blog.col-3 .post.small { width: 100%; }
	.blog.col-4 .post.small { width: 100%; }

	.blog.col-3 .post.small:nth-child(3n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(4n+1){ clear: both; }
	.blog.col-3 .post.small:nth-child(2n+1){ clear: both; }
	.blog.col-4 .post.small:nth-child(2n+1){ clear: both; }


	/*Widgets*/
	#footer .main {
		margin: 0 auto !important;
		max-width: 700px !important;
	}
	#footer .widget-box {
		width: 100% !important;
		float: none;
	}


}

/* Small laptops */

@media screen and ( max-height: 880px ){
		#banner-content .inside{
            max-width: 1100px !important;
        }

        #down-button {
            bottom: 10px;
        }
        #banner-content h1, #banner-content h2, #banner-content h3, #banner-content p, #banner-content img {
            margin-bottom: 25px;
        }
}

@media all and (min-width: 300px) {
	.mm-menu {
		width: 250px !important;
	}
}
