/*
Theme Name: Snap
Theme URI: http://snap.moonbear.co
Description: Premium Photography/Portfolio Theme

Author: MoonBear
Author URI: http://www.moonbear.co
Version: 1.0
Tags: custom-menu, featured-images, post-formats, theme-options
Text Domain: snap

License:GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------
  
    TABLE OF CONTENTS
    -----------------------------------------------------------------------------

    1. Base CSS
    2. Forms
    3. Footer
    4. Header
    5. Mega Menu
    6. Mobile Navigation
    7. Blog
    8. Comments
    9. Widgets
    10. Misc

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

/*-----------------------------------------------------------------------------------*/
/*	1. Base CSS
/*-----------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0px;
}
body { 
	margin: 0; 
	height: 100%; 
	z-index: 1000;
	overflow-x: hidden;
	color: #555;
	background-color: #fff; 
	font-family: 'Raleway', sans-serif;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
img	{ 
	border: 0; 
	padding: 0 0 0 0;
}
a:hover, a:visited, a:link, a:active { 
	text-decoration: none;
	outline: none;
}
a:link,
a:visited,
a:active {
    color: #333;
    transition: color 0.2s, opacity 0.2s;
	-webkit-transition: color 0.2s, opacity 0.2s; /* Safari and Chrome */
	font-weight: 400;
}
a:hover {
    color: #999;
}
ul, li { 
	padding: 0 0 0 0; 
	margin: 0; 
	list-style-type: none; 
}
hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}
p { 
	width: 100%; 
	padding: 0 0 0 0; 
	margin-bottom: 22px;  
	font-weight: 400;
	font-size: 14px; 
	line-height: 2.5; /* original 24px */
	color: #888;
 	margin-top: 0;
}
p a { 
	color: #333; 
}
strong {
	font-weight: 600;
}
iframe {
	border: none !important;
}
cite { 
    font-style: italic;
}
h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}
h1, h2, h3, h4, h5, h6 { 
	font-weight: 600;
	padding: 0 0 0 0; 
	line-height: 1.3;
	margin-top: 0; 
	margin-bottom: 22px; 
	margin-left: auto; 
	margin-right: auto; 
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 600;
}
blockquote {
	border: none;
	padding-left: 60px;
	margin: 30px 0 30px 0px;
	color: #333;
	border-left: 3px solid #f1f1f1;
	padding-top: 0px;
	padding-bottom: 0px;
}
blockquote p {
	font-style: italic;
	color: #555;
	font-weight: 900 !important;
	font-style: italic !important;
}
address, pre {
	margin-bottom: 12px;
	font-size: 12px;
}
dl {
	font-size: 14px;
}
dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: left;
	color: #555;
	font-weight: 600;
}
dd {
	margin: 0 0 0 180px;
	padding: 0 0 12px 0;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	background: #f1f1f1;
	padding: 22px 22px 22px 22px;
	border: 1px solid #ccc;
	font-size: 12px;
	background: #fff;
	color: #555 !important;
	margin-bottom: 22px;
}
pre {
	border-radius: 0px;
	border: 1px solid #e7e7e7;
}
.empty-space {
	width: 100%;
	height: 30px;
}
img { 
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

}

/*-----------------------------------------------------------------------------------*/
/*	2. Forms
/*-----------------------------------------------------------------------------------*/

input:focus,
select:focus,
textarea:focus,
button:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none !important;
}
label {
	color: #888;
	font-weight: 400;
	font-size: 14px;
}
input, 
textarea, 
select .form-group input, 
.form-group textarea,
.form-group select,
.form-control {
	border: 1px solid #e1e1e1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 14px;
	border-radius: 0px;
	font-weight: 600;
	background: #f7f7f7;
}
input:hover, textarea:hover, 
.form-group input:hover, 
.form-group textarea:hover {

}
input:focus, textarea:focus, 
.form-group input:focus,
form-group textarea:focus {
	border: 1px solid #333;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
	height: 40px;
	line-height: normal;
	padding-left: 12px;
}
textarea {
	padding: 20px 20px
}
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
	background-color: #fff;
}
.selectboxit-container .selectboxit {
	min-width: 130px !important;
}
.selectboxit-list li {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	3. Header
/*-----------------------------------------------------------------------------------*/

.ghost-header {
	opacity: 0;
	visibility: hidden;
	position: relative !important;
}
.ghost-header nav {
	position: relative;
}
.ghost-nav {
	opacity: 0;
	visibility: hidden;
	position: relative !important;
}
.header-wrapper {
	background-color: transparent;
	z-index: 999999;
}
.header {
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 45px;
	padding-right: 45px;
	background-color: transparent;
	position: absolute;
	z-index: 999999;
}
.header .logo {
	z-index: 999;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	position: absolute;
	top: 50%;
	display: inline-flex;
	transform: translateY(-50%);
}
.header .logo img {
	height: 25px;
	width: auto;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.navigation {
	display: inherit;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.navigation li {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 99999999;
}
.navigation > li {
	margin-right: 30px;
}
.navigation > li:last-child {
	margin-right: 0px;
}
.navigation li a {
	color: #222;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	display: block;
 	text-transform: uppercase;
 	position: relative;
	letter-spacing: 1px;
	transition: all ease-in-out 0.4s, color ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s,  color ease-in-out 0.4s; /* Safari */
    cursor: pointer;
}
.navigation li a--light {
  color: #fff;
}
.navigation li:last-child a {
	padding-right: 0px;
}
.navigation > li > a:after {
	content: "";
    position: absolute;
    background: #555;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 15px;
    opacity: 0;
    width: 0%;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.navigation > li:hover > a:after {
	opacity: 1;
	width: 100%
}
.navigation > li > .selected:after {
	opacity: 1;
	width: 100%
}
.navigation-toggle > a:after {
	display: none;
}
.navigation li .dropdown-menu li a {
	padding: 10px 10px 10px 10px;
	letter-spacing: 0px;
	text-transform: none;
	text-align: left;
}
.navigation li .dropdown-menu li {
	width: 100%;
	text-align: left;
}
.navigation li .dropdown-menu {
	padding: 0px 0px 0px 0px;
}
.navigation li button {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
.navigation li:first-child a {
	background-image: none;
}
.navigation li a:hover {
	opacity: 1;
	background-image: none;
	background-color: transparent;
}
.navigation .current-menu-item + li a {
	background-image: none !important;
}
.navigation li {
	position: relative;
}
nav {
	text-align: right;
	z-index: 1;
	display: inline-flex;
	position: fixed;
	margin-top: 20px;
    margin-bottom: 20px;
    right: 0;
    margin-right: 40px;
    background-color: #fff;
    border-radius: 100px;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);
}
nav ul {
	padding: 20px 20px;
	padding-left: 35px;
    padding-right: 35px;
}
nav .mini-logo {
	height: 61px;
    display: block;
    padding-left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}
nav.show-mini-logo .mini-logo {
	display: block;
	opacity: 1;
	visibility: visible;
}
nav .mini-logo img {
	height: 30%;
	width: auto;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}
nav.show-mini-logo .mini-logo {
	opacity: 1;
	visibility: visible;
	margin-right: 0px !important;
}
nav:hover .navigation li a {
	opacity: 0.5;
}
nav .navigation li a:hover {
	opacity: 1;
}
nav:hover .menu-buy-button a {
	opacity: 1 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Side
/*-----------------------------------------------------------------------------------*/

/* Navigation Side */
.navigation-toggle {
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}
.navigation-toggle-container i {
	font-size: 18px !important;
	position: relative;
	top: 3px;
}
.navigation-overlay {
	position: fixed;
	height: 100%;
	width: 50%;
	background-color: #2a2a2a;
	right: -50%;
	top: 0;
	z-index: 9999999;
	text-align: center;
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); /* Safari and Chrome */
	transform: TranslateX(0);
}
.navigation-overlay:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
	z-index: -1;
}
.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.navigation-overlay ul li {
	display: block;
	width: 100%;
	padding: 6px 6px;
	text-transform: uppercase;
	letter-spacing: 2px;
	backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);
}
.navigation-overlay ul li a {
	font-size: 22px;
	font-weight: 600;
	color: #fff;

}
.navigation-overlay ul {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.navigation-overlay.navigation-overlay-light ul li a {
	color: #fff;
}
.navigation-overlay.navigation-overlay-dark ul li a {
	color: #333;
}
.navigation-overlay .dark-logo, .navigation-overlay .light-logo {
	display: none;
}
.navigation-overlay.navigation-overlay-dark .dark-logo {
	display: block;
}
.navigation-overlay.navigation-overlay-light .light-logo {
	display: block;
}
.navigation-overlay .logo {
	display: inline-flex;
	bottom: 40px;
	right: 30px;
}

.navigation-overlay .dropdown ul {
	display: none;
}
.navigation-overlay .dropdown ul li a {
	font-size: 11px;
}

.navigation-overlay.navigation-overlay-dark .social-buttons a {
	color: #333;
}
.navigation-overlay.navigation-overlay-light .social-buttons a {
	color: #fff;
}
.navigation-overlay .social-buttons:hover a {
	opacity: 0.3;
}
.navigation-overlay .social-buttons a:hover {
	opacity: 1;
}
.navigation-overlay .social-buttons a:last-child {
	margin-right: 0px;
}
.navigation-overlay .close-button {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50px;
	right: 50px;
}

.navigation-overlay ul:hover li a {
	opacity: 0.5;
}
.navigation-overlay ul li a:hover {
	opacity: 1;
}
.navigation-overlay ul .dropdown:hover > a {
	opacity: 1;
}
.navigation-overlay li a .fa-angle-down {
	margin-left: 10px;
    position: absolute;
    top: 11px;
}

.navigation-overlay > ul:hover li a {
	opacity: 0.5;
}
.navigation-overlay > ul li a {
	opacity: 1;
}

/* Navigation Side Overlay */
.navigation-side-active .navigation-side {
	right: 0;
}
.navigation-side-active .content-container {
	position: relative;
	left: -50%;
}
.navigation-side-active .navigation-toggle {
	opacity: 0;
}
.navigation-side-active .portfolio-container {
	width: 50%;
}
.navigation-side-active .grid-container {
	width: 50%;
}
.navigation-side-active .page-dynamic-grid > .vc_row {
	width: 100%;
}
.navigation-side-active.single-post  .content-container {
	left: 0;
	width: 50%;
}
.navigation-side-active.single-post  .content-container > .container {
	width: 100%;
}
.navigation-side-active footer {
	width: 50%;
}


/* Navigation Fullscreen Overlay */
.navigation-fullscreen {
	width: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.9);
}
.navigation-fullscreen-active .navigation-fullscreen {
	opacity: 1;
	visibility: visible;
}

.side-contact-active .side-contact {
	opacity: 1;
	visibility: visible;
}

.navigation-footer {
	position: absolute;
	bottom: 0;
	right: 0;
    text-align: right;
    margin-right: 30px;
}
.navigation-footer .logo img {
	width: 70px;
	margin-bottom: 12px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
.navigation-footer .logo img:hover {
	opacity: 0.3;
}
.navigation-footer .social-buttons a {
	color: #fff;
	font-size: 10px;
	margin-right: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.navigation-footer .copyright-text p {
	font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}
/*-----------------------------------------------------------------------------------*/
/*	7. Posts
/*-----------------------------------------------------------------------------------*/

article .entry {
	margin-bottom: 60px;
	padding: 30px 30px;
}
.article-image img {
	width: 100%;
	height: auto;
}
article .heading {
	font-size: 20px;
	margin-bottom: 15px;
	 word-wrap: break-word;
}
article .date {
	font-size: 13px;
	color: #bbb;
}
article .read-more-wrapper {
	display: inline-flex;
}

.isotope-item article .heading {
	font-size: 16px;
}
.isotope-item article .entry {
	margin-bottom: 30px;
}
.isotope-item article .entry p {
	font-size: 14px;
}
.isotope-item .entry-content {
	margin-bottom: 30px;
}
/* Post Formats */

article .article-link, article .article-quote {
	padding: 30px 30px;
	background-color: #fff;
	border-bottom: 2px solid #f1f1f1;
	font-weight: 600;
	font-size: 16px;
		transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
article .article-link a {
	font-weight: 600;
}
article .article-quote {
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	padding: 60px 60px;
	line-height: 2;
}
.isotope-item article .article-quote {
	font-size: 16px;
}
article .article-quote blockquote {
	border-top: none;
	border-bottom: none;
	margin: 0px 0px 0px 0px !important;
}

article .post-meta {
	display: none;
}

.article-video iframe {
	width: 100%;
	height: 467px;
}

.isotope-item .article-video iframe {
	width: 100%;
	height: 197px;
}

/* Single */

.single-post article .entry {
	background-color: transparent !important;
	padding: 0px 0px 0px 0px;
}
.single-post article .article-image img {
	margin-bottom: 30px;
}
.single article .date {
	display: none;
}
.single article .post-meta {
	display: block;
	color: #222;
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single article .post-meta a {
	font-weight: 600;
	color: #111;
}
.single article .heading {
	font-size: 26px;
}
.single article .article-link {
	margin-bottom: 30px;
}
.single article .article-video {
	margin-bottom: 30px;
}
.single article .article-video iframe {
	width: 100%;
	height: 467px;
}
.single .format-video .entry-content iframe {
	display: none;
}
.single article .article-quote {
	margin-bottom: 30px;
}

.entry-content {
	line-height: 2.5; /* original 24px */
}
.entry-content p {
	color: #222;
	margin-bottom: 30px;
}
.entry-content p:last-child {
	margin-bottom: 0px;
}
.entry-content p img {
	max-width: 100%;
}
/* Tags */
.tags-share {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	position: relative;
}
.tags-share a {
	padding: 10px 15px;
	color: #999;
	letter-spacing: 2px;
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s;
	border-radius: 100px;
    -webkit-transition: all 0.2s; /* Safari */
    margin-right: 8px;
    background: #f7f7f7;
}
.tags-share a:hover {
	color: #fff !important;
	background: #333;
}
.tags-share .column {
	width: 49%;
	display: inline-block;
	min-height: 63px;
}
.tags-share .right {
	float: right;
	width: auto;
}
.entry ul, .entry ol {
	margin-bottom: 30px;
}
.entry-content #vc_no-content-helper {
	margin-bottom: 90px;
	margin-top: 30px;
}
.post-header {
	background-color: #222;
	padding: 180px 90px;
	text-align: center;
	position: relative;
}
.post-header h1 {
	color: #fff;
}
.post-header .post-meta {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.post-header .post-meta a {
	color: #fff;
}
.post-header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
}
.post-header-bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.post-header-content {
	position: relative;
	z-index: 999;
}
.post-header-avatar {
	margin-bottom: 30px;
}
.entry-header-avatar img {
	margin-bottom: 12px;
	border-radius: 500px;
}
.entry-header-avatar span {
	font-size: 14x;
	color: #333;
	display: block
}
.entry-header-avatar a {
	color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	9. Comments
/*-----------------------------------------------------------------------------------*/

.commentlist .avatar {
	width: 30px;
	height: auto;
	margin-right: 12px;
}
.comments {
	width: 400px;
}
.comment-meta {
	padding: 0 0 0 0;
	margin: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 0px;
}
.comment-meta a {
	margin-right: 3px;
}
.commentlist p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.commentlist .author-name, .commentlist .author-name a {
	font-weight: 600;
	color: #333;
}
.commentlist .author-name {
	margin-right: 12px;
}
.commentlist
.comment-body {
	margin: 0 0 0 80px;
}
.comment-meta {
	margin-left: 12px;
	font-size: 12px;
}
.form-allowed-tags {
	display: none;
}
.comment-form-url, .comment-form-email, .comment-form-author {
	position: relative;
}
.form-icon {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 37px;
	right: 10px;
	opacity: 0.3;
}
.url-icon {
	background: url(assets/img/icons/glyphicons_050_link.png) no-repeat center center;
	background-size: 15px 15px;
}
.email-icon {
	background: url(assets/img/icons/glyphicons_399_e-mail@2x.png) no-repeat center center;
	background-size: 15px 15px;
}
.commentlist {
	margin-left: 0px !important;
	margin-bottom: 60px;
}
.commentlist .comment-content {
	width: 100%;
    display: block;
    margin-top: 12px;
}
.commentlist .entry {
	text-align: left;
	border: 0px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px;
	background-color: #f7f7f7;
	padding: 30px 30px;
}
.commentlist > li:last-child .entry {
	border-bottom: 0px;
}
.commentlist .page-numbers {
	font-size: 11px;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.commentlist .page-numbers:hover {
	background: #fff;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.commentlist .current {
	font-size: 11px;
	background: #fff;
	color: #333;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	border: 1px solid #ccc;
}
.commentlist .current:hover {
	background: #fff;
}
.commentlist .children {
	margin-left: 30px;
}
.comment-heading {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
}
.comment-reply-title {
	font-size: 16px;
	margin-bottom: 0px;
}
.logged-in-as {
	font-size: 12px !important;
	margin-bottom: 22px;
}
.logged-in-as a {
	font-weight: 400;
}
.comment-notes {
	padding-bottom: 22px;
	border-bottom: 1px solid #e7e7e7;
}
.icon-nocomments {
	background: url(assets/img/icons/glyphicons_244_conversation.png) top center no-repeat;
	background-size: 25px 18px;
	height: 18px;
	width: 75px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ccc;
	opacity: 0.7;
}
.no-comments {
	margin-bottom: 12px;
}
.commentlist .current-post-page:hover {
	background: #fff;
}
#cancel-comment-reply-link {
	background: #50575E;
	padding: 6px 6px 6px 6px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 10px;
	color: #fff;
	margin-left: 12px;
}
.comment-form {
	position: relative;
}
.comment-form-textarea {
	display: inline-flex;
}
.comment-form input, .comment-form textarea {
	width: 100%;
	border: none;
}
.comment-footer span {
	margin-right: 8px;
	font-size: 12px;
}
.comment-body .comment-approval {
	background: #d9edf7;
	padding: 12px 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.comment-edit-link {
	font-weight: 400;
}
.page .single-comments {
	margin-top: 30px;
}
.page .comment-form textarea, .page .comment-form input {
	background-color: #f7f7f7;
}
.comment-respond {
	margin-top: 30px;
	margin-bottom: 30px;
}
.commentlist .children .comment-respond {
	padding-left: 60px;
}
.comment-respond .row {
	padding-bottom: 30px;
}
.comment-form-author, .comment-form-email {
	margin-bottom: 0px;
}
.form-submit {
	position: absolute;
    bottom: 30px;
    text-align: right;
    right: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	9. Footer
/*-----------------------------------------------------------------------------------*/

footer {
	margin: 0 0 0 0;
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center
}
footer .social-buttons {
	text-transform: uppercase;
	letter-spacing: 2px;
}
footer .social-buttons a {
	font-weight: 800;
	font-size: 11px;
	margin-right: 15px;
}
footer .social-buttons a:last-child {
	margin-right: 0px;
}
footer .copyright-text p {
	font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
    color: #222;
}
footer .footer-logo img {
	width: 50px;
}
footer .footer-logo {
	margin-bottom: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	10. Misc
/*-----------------------------------------------------------------------------------*/

.inner-scroll {
	overflow-y: scroll;
}
.inner-scroll::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.inner-scroll::-webkit-scrollbar-thumb {
    background: #FF0000;
}
.widget .textwidget {
	line-height: 16px;
}
.greyscale-effect{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
.greyscale-effect:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
.vignette {
	-moz-box-shadow: inset 0 0 15em #000;  
	 -webkit-box-shadow: inset 0 0 15em #000;   
	 box-shadow: inset 0 0 15em #000;
}
.round-image img, .round-image {
	border-radius: 500px !important;
	overflow: hidden;
}
/* Close icon */
.close {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.close:hover::before, .close:hover::after {
	background: #fff;
}
.close::before, .close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
}
.ajax-close .close:before, .ajax-close .close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 35px;
	left: 0;
	margin-top: -1px;
	background: #333;
}
.ajax-close .close {
	height: 70px;
	width: 70px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0;
}
.ajax-close {
	width: 100%;
	height: 70px;
	margin-bottom: 90px;
}
.contact-overlay .ajax-close .close:before, .contact-overlay .ajax-close .close::after {
  background: #fff;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close.big {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}
.close.hairline::before, .close.hairline::after {
  height: 1px;
}
.close.thick::before, .close.thick::after {
  height: 4px;
  margin-top: -2px;
}
.close.black::before, .close.black::after {
  height: 8px;
  margin-top: -4px;
}
.close.heavy::before, .close.heavy::after {
  height: 12px;
  margin-top: -6px;
}
.close.pointy::Before, .close.pointy::after {
  width: 200%;
  left: -50%;
}
.close.rounded::before, .close.rounded::after {
  border-radius: 5px;
}
.close.blades::before, .close.blades::after {
  border-radius: 5px 0;
}
.close.warp::before, .close.warp::after {
  border-radius: 120% 0;
}
.close.fat::before, .close.fat::after {
  border-radius: 100%;
}

/* Flexslider */
.flexslider {
	margin-bottom: 0 !important;
	padding: 0 0 0 0 !important;
	box-shadow: none !important;
	border: 0px !important;
}
.flexslider li {
	margin: 0 0 0 0 !important;
	list-style: none !important;
}
.flex-control-nav {
	display: none;
}
.flex-next, .flex-prev {
	background: none !important;
	background-repeat: no-repeat !important;
	height: 120px !important;
	width: 120px !important;
	color: #222 !important;
	margin-top: -30px !important;
	display: inline-block;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px;
	text-align: center;
	text-indent: 0px !important;
	font-size: 0px;
}
.flex-next:before {
	content: "\f105";
	font-size: 60px !important;
}
.flex-prev:before {
	content: "\f104";
	font-size: 60px !important;
}
.flexslider .slides img {
	height: auto;
}
.flex-control-nav li {
	margin: 0px 5px !important;
}
.flex-active {
	background: #5ED2C6 !important;
}

/* Tag Cloud */
.tag-cloud {
	width: 400px;
	display: inline-block;
}
.tag-cloud a {
	border: 0;
	background: #222;
	font-weight: 400;
	color: #fff !important;
}
.tag-cloud a:hover {
	border: 0;
	background: #51BABE;
	color: #fff !important;
}

/*-----------------------------------------------------------------------------------*/
/*	12. Wordpress Core
/*-----------------------------------------------------------------------------------*/

.sticky {

}
.screen-reader-text {
	
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 12px 12px 12px 12px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin-top: 12px;
}
.gallery-caption {
	position: relative;
}
.bypostauthor {
	position: relative;
}
.clearboth {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}
.emptyspace {
	height: 22px;
	width: 100%;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.post-password-form label {
	position: relative;
}
.post-password-form input {
	height: 40px;
	padding-left: 12px;
	margin-left: 12px;
}
.post-password-form input[type="submit"] {
	background: none;
	border: none;
	margin-left: -50px;
	right: 0;
	color: #555;
	height: 40px;
	opacity: 0;
	position: relative;
}
.post-password-form label:after {
	content: "\f105";
	display: block;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 12px;
	color: #999;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gallery-item dt {
	float: none;
	clear: none;
	width: auto;
	text-align: center;
}
.gallery-item dd {
	margin: auto;
	padding: auto;
}
.gallery-item .wp-caption-text {
	margin-top: 12px;
}

/* Search Form */
#searchform {
	position: relative;
	display: inline-flex;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}
#searchform #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 0;
	color: #555;
	height: 100%;
	opacity: 0;
	z-index: 1;
	width: 50px;
}
#searchform:after {
	content: "\f002";
	display: block;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right: 18px;
	color: #999 !important;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page-container {
	height: 100%;
	left: 0;
	position: relative;
}
.content-container {
	position: relative;
	height: 100%;
	flex: 1;
	padding-top: 60px;
	padding-bottom: 60px;
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); /* Safari and Chrome */
	left: 0;
	width: 100%;
}
.js_active .content-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.single-post .content-container, .woocommerce-page .content-container {
	padding-top: 5px;
	padding-bottom: 90px;
}
.no-comments p {
	text-align: center;
}
.entry table, .entry-content table {
	border: 1px solid #ddd;
	margin-bottom: 22px;
}
.entry thead th, .entry-content thead th {
	padding: 14px 18px 14px 18px !important;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
}
.entry td, .entry tbody th, .entry-content td, .entry-content tbody th  {
	padding: 14px 18px 14px 18px !important;
	color: #666;
	font-size: 11.5px;
}
.woocommerce-page .entry-content table {
	border: none;
}
.entry .th-black, .entry-content .th-black {
	background: #444;
}

.instagram-unit img {
	width: 33.3333333333%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-unit img:hover {
	opacity: 1;
}
.instagram {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.instagram-post img {
	width: 20%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-post img:hover {
	opacity: 1;
}
.instagram {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.instagram-post img {
	width: 20%;
	padding-right: 12px;
	padding-bottom: 12px;
	opacity: 0.8;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
.instagram-post img:hover {
	opacity: 1;
}
.sticky .entry {
	border: 1px solid #ccc;
	box-shadow: 0px 0px #f7f7f7;
	box-shadow: 0px 0px 20px 0px #ccc;
	background-color: #fff;
}
.post-pagination {
	margin-bottom: 30px;
}
.entry-header {
	text-align: center;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	13. Portfolio
/*-----------------------------------------------------------------------------------*/

.portfolio-container {
	padding: 5px;
	position: relative;
	top: -5px;
	left: 0;
}

.grid-container {
	position: relative;
	left: 0;
}
.portfolio-entry {
	width: 50%;
	display: block;
	overflow: hidden;
	float: left;
	border: 5px solid #fff;
}
.portfolio-2col .portfolio-entry {
	width: 50%;
}
.portfolio-3col .portfolio-entry {
	width: 33.3333333333%;
}
.portfolio-4col .portfolio-entry {
	width: 25%;
}
.navigation-side-active .portfolio-entry {
	width: 100%;
}
.portfolio-entry a {
	width: 100%;
	display: inline-flex;
	position: relative;
	overflow: hidden;
}
.portfolio-entry .primary img, .portfolio-entry .secondary img {
	width: 100% !important;
    transition: all ease-out 0.2;
	-webkit-transition: ease-out all 0.2s; /* Safari and Chrome */
}
.portfolio-greyscale .portfolio-entry img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.portfolio-greyscale .portfolio-entry:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.portfolio-entry .primary, .portfolio-entry .secondary {
	width: 100%;
	height: auto;
	transition: all ease-out 0.2;
	-webkit-transition: ease-out all 0.2s; /* Safari and Chrome */
}
.portfolio-entry .overlay {
	position: absolute;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	text-align: center;
	transform: translate3d(0px, 0px, 0px);
	z-index: 10000;
	padding: 25px 30px;
	margin: 0 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	font-weight: 800;
	color: #fff;
}
.portfolio-entry .overlay h1 {
	color: #fff;
	letter-spacing: 3px;
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	margin-bottom: 0px;
}
.portfolio-2col .portfolio-entry .overlay h1  {
	font-size: 24px;
}
.portfolio-3col .portfolio-entry .overlay h1 {
	font-size: 18px;
}
.portfolio-4col .portfolio-entry .overlay h1  {
	font-size: 16px;
}
.portfolio-entry .overlay p {
	color: #fff;
	letter-spacing: 3px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	margin-bottom: 0px;
}
.portfolio-entry .overlay .price {
	border-bottom: 3px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	letter-spacing: 6px;
	font-size: 18px;
	color: #fff;
}
.portfolio-entry .overlay-center {
	display: inline-block;
}
.portfolio-entry:hover .overlay h1 {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	letter-spacing: 6px;
}
.portfolio-entry:hover .overlay p {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	letter-spacing: 6px;
}
.portfolio-entry:hover .overlay .price {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	letter-spacing: 6px;
}
.portfolio-hover:hover .primary {
	transform: translate3d(0px, 100%, 0px);
}
.portfolio-hover .secondary {
	position: absolute;
	transform: translate3d(0px, -100%, 0px);
	pointer-events: none;
}
.portfolio-hover:hover .secondary {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
}
.portfolio-entry .overlay span {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
	display: block;
}
.portfolio-entry .overlay > div > div {
	display: table-cell;
    vertical-align: middle;
}

.portfolio-entry .overlay .overlay-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}
.portfolio-entry .overlay .overlay img {
	width: 100px;
	height: auto;
	margin-bottom: 15px;
}
.portfolio-entry.overlay .overlay-center *:last-child {
	margin-bottom: 0px;
}
.portfolio-entry .entry {
	padding: 30px 30px;
	z-index: 999999;
}
.portfolio-entry h3 {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.portfolio-entry .entry *:last-child {
	margin-bottom: 0px;
}
.portfolio-entry .entry h3 a {
	color: #000;
	font-weight: 600;
}
.portfolio-entry-video .primary img {
	opacity: 1;
}
.portfolio-entry-video.loaded .primary img {
	opacity: 0;
}
.primary.no-image {
	background-color: #222;
	height: 600px;
}

/* Category Filter */

.portfolio-back {
	display: none !important;
}
.single-portfolio .portfolio-back {
	display: inline-block !important;
}

/* Preloader */
.preloader {
	height: 100%;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	text-align: center;
	font-size: 32px;
	color: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	z-index: 99999;
}
.preloader .preloader-content {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.preloader .preloader-content img {
	margin-bottom: 30px;
}
.isotope-loadmore {
	text-align: center;
}
.isotope-loadmore a {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    padding: 60px;
    display: block;
    width: 100%;
}

.isotope-container .isotope-post {
	width: 33.33333%;
}
.isotope-container .isotope-post .article-inner {
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 60px;
}
.isotope-container .isotope-post .date {
	margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgba(0,0,0,0.3);
}
.isotope-container .isotope-post img {
	width: 100%;
	height: auto;
	margin-bottom:;
}
.isotope-container .isotope-post:hover .read-more {
	border: 1px solid #333;
	color: #fff !important;
	background: #333;
}
.isotope-container .isotope-post h3 {
	font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
.header-featured-image {
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}


/* Template Styling */
.page-template-template-blog .content-container, .page-template-template-blog-masonry .content-container, .search-results .content-container, .archive .content-container, .home.blog .content-container {
	padding-top: 60px;
	padding-bottom: 30px;
}
.woocommerce-page .content-container {
	background-color: #ffffff;
}
.portfolio-fullwidth {
	padding-bottom: 0px;
}
.portfolio-fullscreen {
	padding-bottom: 0px;
	padding-top: 0px;
}
.portfolio-fullscreen .category-filter {
	margin-top: 60px;
}
.portfolio-boxed {
	padding-top: 90px;
	padding-bottom: 90px;
}
.read-more, .more-link, #comment-submit, .wpcf7-submit, .btn-default {
	border-radius: 100px;
    color: #fff !important;
    background-color: transparent;
    -webkit-transition: all 0.2s; /* Safari */
    padding: 13px 19px;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 3px;
    box-sizing: border-box;
    line-height: normal;
    display: inline-flex;
    width: auto;
    background-color: #222;
}
.read-more:hover, #comment-submit:hover, .more-link:hover, .wpcf7-submit:hover, .btn-default:hover {
	color: #fff !important;
	background-color: #000;
}
.btn-primary {
	background-color: rgb(102, 102, 102);
	color: #fff;
	text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s; /* Safari */
    padding: 13px 19px;
}
.btn-primary:hover {
	background-color: #333;
}
.navigation-search a {
	cursor: pointer;
}
.search-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s; /* Safari */
	-webkit-transition: all 0.2s; /* Safari */
}
.search-overlay .search-close {
	font-size: 60px;
	margin: 60px;
	position: relative;
	z-index: 9999;
	float: right;
	color: #fff;
}
.search-overlay input {
	position: absolute;
	top: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #fff;
	border: none;
}
.admin-bar .search-overlay input {
	top: 32px;
}
.search-overlay.show {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s; /* Safari */
	-webkit-transition: all 0.2s; /* Safari */
}


/* Style Switcher */
.live-previews-container {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 365px;
	background: #222;
	padding: 22px 22px;
	z-index: 99999;
	margin-right: 10px;
}
.live-previews-button {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.live-previews-container:hover .live-previews-screenshots {
	display: block;
}
.live-previews-container:hover .live-previews-button {
	visibility: hidden;
}
.live-previews-screenshots {
	height: 650px;
	display: none;
	overflow-x: scroll;
	padding-top: 30px;
}
.live-previews-screenshots::-webkit-scrollbar {
	display: none;
}
.live-previews-logo {
	text-align: center;
	padding: 30px 30px;
}
.live-previews-logo img {
	width: 70px;
}
.live-previews-container .live-previews-logo p { 
	text-align: center;
	color: #888;
	font-size: 12px;
	margin-top: 30px;
}
.live-preview-design img {
	width: 100%;
	height: auto;
}





/* Overlay 2 */
.portfolio-entry .overlay-2 {
	background-color: rgba(255,255,255,0.85);
	opacity: 0;
}
.portfolio-entry:hover .overlay-2 {
	opacity: 1;
}
.portfolio-entry .overlay-2 h1 {
	color: #111;
	opacity: 0;
	visibility: hidden;
}
.portfolio-entry:hover .overlay-2 h1 {
	opacity: 1;
	visibility: visible;
}

/* Overlay 3 */
.portfolio-entry .overlay-3 {
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
}
.portfolio-entry:hover .overlay-3 {
	opacity: 1;
}
.portfolio-entry .overlay-3 h1 {
	color: #fff;
	opacity: 0;
	visibility: hidden;
}
.portfolio-entry:hover .overlay-3 h1 {
	opacity: 1;
	visibility: visible;
}



/*-----------------------------------------------------------------------------------*/
/*	9. Widgets
/*-----------------------------------------------------------------------------------*/

.widget ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}
.widget ul li:last-child {
	border-bottom: 0px;
}
.widget li > .children, .widget li > .sub-menu {
	margin-top: 10px;
}
.widget .children, .widget .sub-menu {
	padding-left: 20px;
	margin-bottom: 0px;
}

.widget-area ul li {
	font-size: 14px;
}

/* Sidebar Widgets */
.widget-left {
	padding-right: 30px;
}
.widget-right {
	padding-left: 30px;
}
.widget-area .widget {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
	font-size: 12px;
	color: #888;
	line-height: 24px;
}
.widget-area .widget:last-child {
	border-bottom: 0px;
}
.widget-area .widgettitle {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #333;
}
.textwidget {
	font-size: 12px;
	color: #222;
}
.textwidget p {
	font-size: 13px;
	font-weight: 500;
}
.textwidget p a {
	color: #ccc !important;
}
.textwidget p:last-child {
	margin-bottom: 0px;
}
.widget-area .post-date {
	color: #888;
	font-size: 11px;
}
.widget-area .post-date:before {
    content:"\a";
    white-space: pre;
}

/* calendar widget */
#wp-calendar {width: 100%;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; color: #fff;}
#wp-calendar thead th { padding-bottom: 10px; text-align: center; color: #333;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { font-size: 10px; color: #333; background: #f1f1f1; text-align: center; padding:3px;}
#wp-calendar tbody td:hover { background: #40434c; cursor: pointer; color: #fff}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a {color: #fff;}
#wp-calendar a:hover {color: #fff !important;}
#wp-calendar th {color: #333 !important;}
#wp-calendar caption {color: #333 !important;}
#wp-calendar td a {color: #fff !important;}

.widget-area .widget_recent_entries ul li {
	margin-bottom: 12px;
}
.tagcloud {
	text-align: left;
}
.tagcloud a {
	background: transparent;
	font-weight: 600;
	font-size: 12px !important;
	padding: 8px 16px 8px 16px;
	margin-bottom: 5px;
	display: inline-block;
	color: #555;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-right: 3px;
}
.tagcloud a:hover {
	border: 1px solid #aaa;
	color: #333 !important;
}
p .tooltip-span {
	font-weight: 500;
	text-decoration: underline;
}
.tooltip-inner {
	display: inline-flex;
}
.tagcloud .tooltip.in {
	opacity: 1;
	filter: alpha(opacity=80);
}
.tagcloud .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tagcloud .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #fff;
}
.widget-right {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
	min-height: 100%;
}
.widget-area #searchform, .widget-area #searchform #s {
	width: 100%;
}
.sidebar-active {
	padding-left: 90px;
	padding-right: 90px;
}
/* Widget Footer Search */
.widget_search #searchform {
	width: 100%;
}
.widget_search input {
	width: 100%;
	background-color: #fff;
	height: 50px;
	padding-left: 20px;
}
.widget_search #searchform:after {
	color: rgba(255,255,255,0.3);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.widget_search #searchform:hover:after {
	color: rgba(255,255,255,0.6);
}
.widget_search #searchform:focus:after {
	color: rgba(255,255,255,1);
}

.tp-caption {
	    transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari and Chrome */
}


/* Portfolio Project */

.grid-content-box {
	background-color: #222;
	padding: 150px 60px;
}
.grid-content-box h1 {
	font-size: 20px;
	color: #fff;
}

.menu-excerpt p {
	font-size: 16px;
    color: #fff;
    font-style: italic;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.page-dynamic-grid > .vc_row {
	width: 100%;
}
.page-dynamic-grid .wpb_single_image {
	margin-bottom: 0px;
}
.page-dynamic-grid > .vc_row {
	margin-left: 0px;
	margin-right: 0px;
	width: 50%;
}
.page-dynamic-grid .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
}
.ytplayer-container{
	position: absolute;
	top: 0;
	z-index: -1;
}
.mbYTP_wrapper {
	z-index: -1 !important;
}

/* preloader */
.loader {
	position: relative;
	margin: 0 auto;
	width: 50px;
	height: 50px;
}
.portfolio-entry .loader {
	display: none;
	height: 30px;
	width: 30px;
}
.portfolio-entry-video .loader {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
}
.portfolio-entry-video.loaded .loader {
	display: none;
}
.circular {
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.preloader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
.portfolio-entry-video .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #fff;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #008744;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #d62d20;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

.read-more-wrapper a {
	background-color: #f7f7f7 !important;
	color: #333 !important;
}
.read-more-wrapper a:hover {
	background-color: #333 !important;
}
.error404 .content-container {
	text-align: center;
	padding-top: 90px !important;
}
.error404 footer {
	display: none;
}