/*
Theme Name: Blacksilver
Theme URI: http://blacksilver.imaginem.co
Description: Blacksilver - Photography Theme for WordPress.

Version: 1.2.9
Author: imaginem
Author URI: https://themeforest.net/user/imaginem
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Tags: two-columns, custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: blacksilver

	blacksilver v1.2.9
	http://blacksilver.imaginem.co

	Theme designed and developed by imaginem,
	http://themeforest.net/user/imaginem 
	in Themeforest

*/
/*

[Color codes]

Accent:         #e1201d ( Crimson )
Background:     #ffffff ( Grey )
Content:        #8E8E8E ( Grey )
Header:         #000000 ( White )
Footer:         #ffffff ( White )

a (standard):   #000000 ( Black )
a (hover):      #e1201d ( Crimson )
a (active):     #000000 ( Black )

1. Reset
2.1 Main Global Layout Settings
3.1 Mobile Device Menu
3.2 Tipsy
4.1 Logo
5.1 Page
5.2 Entry Contents
6.1 Headings
7.1 Content Headings
7.2 Content elements

8 Shortcodes

9.1 Post summary
9.2 Page Navigation Styles
9.3 Password Protected Form
9.4 Post Info

10.1 Sidebar

10.2 Form / Widget Search
10.3 Widget Calendar
10.4 Widget Recent Posts,Popular Posts
10.5 Twitter Widget
10.6 Sidebar Widget Gallery
10.7 Social Widget
10.8 Flickr Widget
10.9 Address widget

11.1 Portfolio Browser
11.2 Portfolio Widget

12.1 Comments
12.2 Template - Contact Form

13.1 Navigation

14.1 Post Format Styling

15.1 AJAX Portfolio
15.2 Portfolio Common
15.3 Portfolio Filter
15.4 Portfolio Grids

16.1 Shoutout
16.2 Clients

17.1 Goto Top

18.1 Footer
*/
/* ******************************
1. 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,
img,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: black;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
/* ******************************
2.1 Main Global Layout Settings 
******************************* */

* {
	padding: 0px;
}
html {
	text-rendering: optimizeLegibility;
}
body,
html {
	height: 100%;
	margin: 0;
	height: auto;
	min-height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

@font-face {
	font-family: 'jost';
	font-display: auto;
	src: url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Light/Jost-300-Light.woff2) format("woff2"), url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Light/Jost-300-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'jost';
	font-display: auto;
	src: url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Book/Jost-400-Book.woff2) format("woff2"), url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Book/Jost-400-Book.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'jost';
	font-display: auto;
	src: url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Medium/Jost-500-Medium.woff2) format("woff2"), url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Medium/Jost-500-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'jost';
	font-display: auto;
	src: url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Semi/Jost-600-Semi.woff2) format("woff2"), url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Semi/Jost-600-Semi.woff) format("woff");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'jost';
	font-display: auto;
	src: url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Bold/Jost-700-Bold.woff2) format("woff2"), url(/wp-content/themes/blacksilver/css/fonts/jost/Jost-Bold/Jost-700-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

body {
	font: 300 14px/1.5 "jost", Helvetica, Arial, sans-serif;
	background: #fff;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #000;
	line-height: 1.57143;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

input,
textarea,
label,
button {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.25px;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
html {
	min-height: auto;
}

figure {
	margin: 0;
}

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


.supersized-mobile-image {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-size: cover;
}
#controls {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
body:hover #controls {
	opacity: 1;
}

/* fade image in after load */
.lazyload {
	opacity: 0; 
}
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
}
.lazyload-after {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;    
}
.lazyload-after.lazyloading {
	opacity: 0;  
}
.lazyload-after.lazyloaded {
	opacity: 1;  
}
#static_slidecaption {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
#slidecaption {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.fullscreen-coverphoto #slidecaption {
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
#particles-js{
	opacity: 0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}
.fullscreen-particles #slidecaption,
.preloader-done #static_slidecaption,
.preloader-done #slidecaption {
	opacity: 1;
}
.preloader-done #particles-js {
	opacity: 1;
}

.fullscreen-slideshow-transition-zoom #supersized li,
.fullscreen-slideshow-transition-wave #supersized li {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform 1.8s;
	transition: transform 1.8s;
}
.preloader-done.fullscreen-slideshow-transition-zoom #supersized,
.preloader-done.fullscreen-slideshow-transition-wave #supersized,
.fullscreen-slideshow-transition-zoom #supersized li.activeslide,
.fullscreen-slideshow-transition-wave #supersized li.activeslide {
	-webkit-transform: scale(1);
	transform: scale(1);
}
#supersized {
	opacity: 1;
}
#slidecaption-mobile,
#slidecaption,
#static_slidecaption {
	display: block;
	margin: 0;
	position: fixed;
	z-index: 1;
	width: 100%;
	bottom: 15%;
	right: 10%;
	text-align: right;
}

.fullscreen-kenburns .slideshow_caption_break {
	margin-bottom: 0;
}
.static_slideshow_content_link,
.static_slideshow_title,
.static_slideshow_caption {
	opacity: 0;
	z-index:2;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;    
}
.slideshow_content_links,
.slideshow_title,
.slideshow_caption {
    opacity: 0;
        filter: blur(3px);
        -webkit-filter: blur(3px);

    transform-origin: 100% 100%;
    transform-style: preserve-3d;
    z-index:2;
    -webkit-transition: -webkit-transform 2s, filter 1.5s, opacity 2s;
    transition: transform 2s, filter 1.5s, opacity 2s;
}
.display-content .static_slideshow_content_link,
.display-content .static_slideshow_title,
.display-content .static_slideshow_caption,
.display-content .slideshow_content_links,
.display-content .slideshow_title,
.display-content .slideshow_caption {
    opacity: 1;
        filter: blur(0);
        -webkit-filter: blur(0);
}

.fullscreen-coverphoto-inner {
	opacity: 0;
	transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);

	-webkit-transition: opacity 2s, transform 2s;
	-moz-transition: opacity 2s, transform 2s;
	-ms-transition: opacity 2s, transform 2s;
	transition: opacity 2s, transform 2s;
}
.display-content .fullscreen-coverphoto-inner {
	opacity: 1;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.coverphoto-static-text .fullscreen-coverphoto-inner {
	opacity: 1;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-webkit-transition: none;
	transition: none;
}


.page-is-not-fullscreen #supersized,
.page-is-not-fullscreen #supersized li {
	height: 120%;
}
.page-is-not-fullscreen #supersized li {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0s;
	transition: transform 0s;    
}
.page-is-not-fullscreen #supersized {
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.preloader-done .static_slideshow_content_link,
.preloader-done .static_slideshow_title,
.preloader-done .static_slideshow_caption {
	opacity: 1;
}
.preloader-cover-screen {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
	opacity: 1;
	-webkit-transition: width 3s, opacity 1s;
	-moz-transition: width 3s, opacity 1s;
	transition: width 3s, opacity 1s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.preloader-cover-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: top 5s;
	-moz-transition: top 5s;
	transition: top 5s;
	background-position: center 40%;
	background-repeat: no-repeat;
	background-size: 180px auto;
}
.pace-done .preloader-cover-screen {
	pointer-events: none;
	opacity: 0;
}
.preloader-done .preloader-cover-screen {
	width:0%;
}

.fullscreen-screencover {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}
.pace-done .fullscreen-screencover {
	opacity: 0;
}
.site-back-cover {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -999;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-size: cover;
	opacity: 1;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}
.site-back-cover::before {
	z-index: -998;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: " ";
}
.reveal-specific-bg .bg-loaded.site-back-cover {
	opacity: 1;
}
.logoimage-preloader {
	opacity: 0;
	position: relative;
	top: -10px;
}
.preloader-inner {
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	opacity: 1;
}
.pace-done .preloader-inner {
	opacity: 0;
}
.spinner {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
}
.spinner .path {
	stroke: #000;
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
.single-image-loaded .loading-bar,
.page-is-fullscreen .loading-bar {
	border-color: #fff;
}
.single-image-loaded .loading-bar:after,
.page-is-fullscreen .loading-bar:after {
	background: #fff;
}
.page-is-not-fullscreen .loading-bar,
.page-is-fullscreen .loading-bar {
	border-color: #000;
}
.page-is-not-fullscreen .loading-bar:after,
.page-is-fullscreen .loading-bar:after {
	background: #000;
}
.single-image-loaded .loading-spinner {
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}
.loading-spinner-centered {
	z-index: 9999;
	right: 50%;
	top: 50%;
	bottom: auto;
	margin-top: -25px;
	margin-right: -25px;
	position: fixed;
	opacity: 1;    
}
.loading-spinner {
	z-index: 999999;
	right: 0;
	top: 0;
	position: fixed;
	
	width: 100%;
	height: 100%;
	opacity: 1;
}

.preloader-style-default.loading-spinner {
	background: #505050;
}

.preloader-style-spinner.loading-spinner {
	right: 50%;
	top: 50%;
	bottom: auto;
	margin-top: -25px;
	margin-right: -25px;
	position: fixed;
	width: 50px;
	height: 50px;
	opacity: 1;
	-webkit-animation: rotate-all 1s linear infinite;
	-moz-animation: rotate-all 1s linear infinite;
	animation: rotate-all 1s linear infinite;
}

.loading-right-side,
.loading-left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.loading-left-side {
  left: 0;
}

.loading-right-side {
  right: 0;
}

.loading-bar {
  width: 100%;
  height: 100%;
  -moz-border-radius: 200px 0 0 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px 0 0 200px;
  border: 4px solid #000;
  position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.loading-bar:after {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.loading-right-side .loading-bar {
  -moz-border-radius: 0 200px 200px 0;
  -webkit-border-radius: 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  transform-origin: left center;
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  animation: rotate-right 2.75s linear infinite alternate;
  -moz-animation: rotate-right 2.75s linear infinite alternate;
  -webkit-animation: rotate-right 2.75s linear infinite alternate;
}
.loading-right-side .loading-bar:after {
  bottom: -4px;
  left: -2px;
}
.loading-left-side .loading-bar {
  border-right: none;
  transform: rotate(10deg);
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  animation: rotate-left 2.75s linear infinite alternate;
  -moz-animation: rotate-left 2.75s linear infinite alternate;
  -webkit-animation: rotate-left 2.75s linear infinite alternate;
}
.loading-left-side .loading-bar:after {
  bottom: -4px;
  right: -2px;
}

@keyframes rotate-left {
  to {
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
  }
  from {
	transform: rotate(175deg);
	-moz-transform: rotate(175deg);
	-webkit-transform: rotate(175deg);
  }
}
@keyframes rotate-right {
  from {
	transform: rotate(-175deg);
	-moz-transform: rotate(-175deg);
	-webkit-transform: rotate(-175deg);
  }
  to {
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
  }
}
@keyframes rotate-all {
  from {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
  }
  to {
	transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
  }
}

/* Cover Dots */
span.coverdots-element {
	 height: 4px;
	 width: 4px;
	 background: #000;
	 display: inline-block;
	 margin: 12px 2px;
	 border-radius: 100%;
	 -webkit-border-radius: 100%;
	 -moz-border-radius: 100%;
	 -webkit-animation: coverpreloader 4s infinite;
	 -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	 -webkit-animation-fill-mode: both;
	 -moz-animation: coverpreloader 4s infinite;
	 -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	 -moz-animation-fill-mode: both;
	 -ms-animation: coverpreloader 4s infinite;
	 -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	 -ms-animation-fill-mode: both;
	 animation: coverpreloader 4s infinite;
	 animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	 animation-fill-mode: both;
}
#heroimage span.coverdots-element {
	 background: #fff;
}
span.coverdots-1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-ms-animation-delay: 1s;
	-moz-animation-delay: 1s;
}
span.coverdots-2 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
}
span.coverdots-3 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}
span.coverdots-4 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}
span.coverdots-5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
}
span.coverdots-6 {
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-ms-animation-delay: 0;
	-moz-animation-delay: 0;
}
@-webkit-keyframes coverpreloader {
	 0% {
		-webkit-transform: translateX(-30px);
		 opacity: 0;
	}
	 25% {
		opacity: 1;
	}
	 50% {
		-webkit-transform: translateX(30px);
		 opacity: 0;
	}
	 100% {
		opacity: 0;
	}
}
@-moz-keyframes coverpreloader {
	 0% {
		-moz-transform: translateX(-30px);
		 opacity: 0;
	}
	 25% {
		opacity: 1;
	}
	 50% {
		-moz-transform: translateX(30px);
		 opacity: 0;
	}
	 100% {
		opacity: 0;
	}
}
@keyframes coverpreloader {
	 0% {
		transform: translateX(-30px);
		opacity: 0;
	}
	 25% {
		opacity: 1;
	}
	 50% {
		transform: translateX(30px);
		opacity: 0;
	}
	 100% {
		opacity: 0;
	}
}


.materialcircular {
	-webkit-animation: materialrotate 2s linear infinite;
	-moz-animation: materialrotate 2s linear infinite;
	animation: materialrotate 2s linear infinite;

	height: 50px;
	top: 100px;
	right: 100px;
	position: absolute;
	width: 50px;
	z-index: 9;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000;
	-webkit-perspective: 1000;
	opacity: 0;
}
.materialcircular {
	top: 75px;
	right: 80px;
	mix-blend-mode: screen;
}
.materialpath {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: materialdash 1.5s ease-in-out infinite;
	-moz-animation: materialdash 1.5s ease-in-out infinite;
	animation: materialdash 1.5s ease-in-out infinite;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000;
	-webkit-perspective: 1000;
	stroke-linecap: round;
	stroke: #969696;
}
@keyframes materialrotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@keyframes materialdash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}
.elementloader {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: fixed;
	border: 2px solid #000;
	top: 50%;
	left: 50%;
	margin-left: 155px;
	animation: elementloader 2s infinite ease;
}
.gridblock-blog-parallax .elementloader {
	position: absolute;
	top: 20px;
	left: auto;
	right: 20px;
	z-index: 99;
}
.elementloader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #000;
	animation: elementloader-inner 2s infinite ease-in;
}
@keyframes elementloader {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes elementloader-inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}
/* **********************
Font Associates
*********************** */
.section-description,
.entry-title-subheading,
.worktype-categories,
.boxtitle-worktype,
.sidebar-widget,
.slideshow-box-categories,
#password-protected p,
.button-blog-continue,
.readmore-service,
.post-password-form p,
.fullscreen-carousel .swiper-desc,
.fullscreen-swiperslides .swiper-desc,
.event-heading,
.entry-content .pullquote-right,
.entry-content .pullquote-left,
.entry-content .pullquote-center,
.entry-title-wrap h1,
h2.project-heading,
.footer-end-block h2.section-title,
.skill-bar-percent,
.gridblock-parallax-wrap h4.slideshow-box-title,
.positionaware-button,
.responsive-titles h3,
.photowall-title,
.proofing-client-title,
.comment-reply-title,
.hero-text-wrap .hero-title,
.slideshow_title,
h1.slideshow_title,
.static_slideshow_title,
.slideshow_caption,
.static_slideshow_caption,
.coverphoto-text-container .slideshow_title,
.coverphoto-text-container .static_slideshow_title,
.gridblock-grid-element .boxtitle-hover a,
.mtheme-lightbox .lg-sub-html,
.shortcode-box-title,
ul.vertical_images .vertical-images-title,
.dimmer-text,
.mtheme-404-wrap .mtheme-404-error-message1,
.imagebox-title,
.site-maintenance-text,
h1.entry-title,
.entry-content h3.progressbar-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
h2.section-title,
#gridblock-filters,
.quote_say,
.quote_author,
.blog-timeline-month,
.jp-title,
.gridblock-parallax-wrap .slideshow-box-categories,
.time-count-data,
.client-say,
.pricing-table,
.boxtitle-hover,
.project-info ul li,
.slideshow-owl-title,
.hero-text-wrap,
#header-searchform #hs,
.vertical-menu,
.wpcf7-form p,
.toggle-menu-list li a,
.blog-details-section-inner,
.minimal-menu,
.simple-menu,
.page-link,
.pricing-wrap,
.pricing-table .pricing-row,
.search-instructions,
.phototag-archive-list,
.album-item-count,
.pagination,
.slideshow-box-title,
.mtheme-events-heading,
.site-maintenance-text,
.no-comments,
.swiper-title-bright,
.shortcode-swiper-container .swiper-title,
.fullscreen-carousel .swiper-title,
.fullscreen-swiperslides .swiper-title,
.twentytwenty-before-label:before,
.twentytwenty-after-label:before,
.horizontal-bottom-bar,
.donutcounter-value,
.work-details h4 a,
.entry-content .pullquote-right,
.entry-content .pullquote-left,
.entry-content .pullquote-center,
.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce .cross-sells h2,
#footer .sidebar-widget .widget > h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page h1.entry-title,
.homemenu .sf-menu .mega-item .children-depth-0 h6,
.person h4.staff-position,
.blog-grid-element-content .work-details h4 a,
.proofing-restricted,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .woocommerce-breadcrumb,
.entry-content .work-details h4,
.mtheme-lightbox .lg-sub-html h4,
.vertical-menu ul.mtree a,
.simple-menu ul.mtree a,
.header-is-simple .responsive-mobile-menu ul.mtree a,
.entry-content h3.food-item-title,
.food-list .food-purchase-item a,
.food-purchase-item,
.footer-fullscreen-wrap,
h3.food-item-title,
.dashboard-inner h3 {
	font-family: 'jost', sans-serif;
}

.comment-reply-title small a,
.entry-content .pricing-service p,
.responsive-mobile-menu,
.cart-elements,
.cart-content-checkout,
.woocommerce .button,
.mtheme-woo-order-selected,
.woocommerce-result-count,
.mtheme-404-wrap h4,
.summary-info,
.postsummarywrap,
.postsummarywrap a,
.fotorama__caption__wrap,
.post-single-tags,
.post-single-tags a,
.entry-content .notice-text,
#gridblock-filters li a,
.comment-meta,
.mtheme-lightbox .lg-sub-html,
.entry-content h3.reservation-subheading,
.client-company,
.client-name,
.person .person-details h3,
.timeline-list-event > h3,
.portfolio-section-heading h2,
.service-content h4,
.service-content h4 a,
.work-details h4,
.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page h5,
.woocommerce-page h6,
.fullscreen-fotorama .fotorama__caption__wrap h2,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
#copyright,
.sidebar-widget h3,
.callout h5,
.entry-content .callout h5,
.section-heading h5,
.entry-content .section-heading h5,
.multi-headlines-wrap h5,
.entry-content .multi-headlines-wrap h5,
.entry-content .multi-headlines-wrap {
	font-family: "jost", sans-serif;
}

input,
textarea,
label,
button,
.entry-content .wp-block-button .wp-block-button__link,
.hero-text-wrap .hero-subtitle,
.entry-content .photocard-wrap-common .heading-block h3.photocard-subtitle,
.callout h5,
.entry-content .callout h5,
.section-heading h5,
.entry-content .section-heading h5,
h2.entry-sub-title,
.entry-content .photocard-subtitle,
.entry-content h2.entry-sub-title,
#password-protected input,
.post-password-form input,
#password-protected label,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.mtheme-button,
.cart-buttons,
.entry-content h3.ui-accordion-header,
.button-blog-continue a,
.readmore-service a,
.project-details-link h4 a {
	font-family: "jost", sans-serif;
}

.homemenu .sf-menu .megamenu-textbox,
.homemenu .sf-menu a,
.homemenu .sf-menu .mega-item .children-depth-0 h6,
.homemenu,
.homemenu .sf-menu ul li a,
.minimal-menu ul.mtree > li > a,
.vertical-menu ul.mtree > li > a,
.simple-menu ul.mtree > li > a,
.responsive-mobile-menu ul.mtree > li > a,
.food-notice,
.entry-content .photocard-wrap-common .heading-block h3.photocard-subtitle,
.hero-text-wrap .hero-subtitle,
.entry-content .section-heading h5 {
	font-family: "jost", sans-serif;
}

#commentform code,
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var,
.entry-content samp,
.entry-content pre {
	font-family: "PT Mono";
	font-size: 14px;
}
a {
	outline: none;
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.wp-caption img {
	width: 100%;
}
.clear {
	clear: both;
}
.clearlast {
	clear: both;
	padding-bottom: 35px;
}
.clearlastgallery {
	clear: both;
	padding-bottom: 55px;
}
.ienoclear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.mkspace-right {
	margin-right: 10px;
}
.mkspace-left {
	margin-left: 10px;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
}
.align-center {
	margin: 0 auto;
	display: block;
}
.mtheme-centered-block {
	margin: 0 auto;
	display: block;
	text-align: center;
}
p.edit-entry {
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
p.edit-entry a {
	font-size: 13px;
	background: #333;
	padding: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
}
p.edit-entry a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.single-header-space {
	margin: 25px 0 0 0;
}
.blank-head-space-1 {
	margin: 24px 0 0 0;
}
.mtheme-menu-not-found {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
}
.gradient {
	filter: none;
}
.type-post,
.type-portfolio,
.type-page {
	margin: 0;
}
::selection {
	color: #fff;
	background: #111;
	/* Safari */
}
::-moz-selection {
	color: #fff;
	background: #111;
	/* Firefox */
}

.project-skills ul li,
.homemenu .sf-menu .megamenu-textbox,
.entry-content,
.woocommerce #tab-description p,
.woocommerce .entry-summary div[itemprop="description"],
.sidebar-widget,
.wp-caption,
#commentform code,
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var,
.entry-content samp,
.entry-content pre,
.entry-content .pullquote-right,
.entry-content .pullquote-left,
.entry-content .pullquote-center,
.pricing-service p,
.entry-content .pricing-service,
.entry-content .pricing-service p,
.sidebar-widget p,
#events_list p,
#recentposts_list p,
#popularposts_list p,
#entry-author-info,
.entry-utility,
.quote_say,
p.ajax-image-desc,
ul.gridblock-listbox .work-description,
.thumbnails-shortcode .work-details h4,
.blog-grid-element-content .work-details h4 a,
.work-details h4,
.work-details h4 a,
.entry-content .entry-post-title h2,
.homemenu ul ul li a,
.homemenu,
.sticky-menu-activate .homemenu h6,
.mtheme-button,
.sidebar-widget h3,
ul.vertical_images .vertical-images-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1.5;
}
/* ******************************
Background Fill
******************************* */

.background-fill,
.pattern-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.background-fill {
	z-index: -99;
}
.pattern-overlay {
	z-index: -1;
}


.mtheme-fullscreen-toggle {
	color: #fff;
	height: 35px;
	line-height: 30px;
	text-align: center;
	width: 35px;
	border-radius: 100%;
	position: absolute;
	right: 50px;
	top: 30px;
	z-index: 99999;
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	border: 1px solid #000;
	background: #000;
}
.mtheme-fullscreen-toggle:hover {
	cursor: pointer;
}
.preloader-done .mtheme-fullscreen-toggle {
	opacity: 1;
}
.mtheme-fullscreen-toggle:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.vertical-menu-wrap .mtheme-fullscreen-toggle {
	bottom: -53px;
	position: absolute;
	right: calc(50% - 18px);
	left: auto;
	z-index: 99999;
	opacity: 1;
}
.fullscreen-toggle-offcamera.mtheme-fullscreen-toggle {
	bottom: 50%;
	position: fixed;
	left: -50px;
	right: auto;
}

.page-is-fullscreen.fullscreen-photowall .mtheme-fullscreen-toggle,
.page-is-fullscreen.fullscreen-carousel .mtheme-fullscreen-toggle {
	display: none !important;
}

.fullscreen-mode-on.menu-is-horizontal #fotorama-container-wrap,
.fullscreen-mode-on #fotorama-container-wrap {
	top: 0;
}

.mtheme-fullscreen-toggle i {
	font-size: 12px;
	position: relative;
	top: 1px;
}
.fullscreen-toggle-offcamera.mtheme-fullscreen-toggle.fullscreen-toggle-on {
	bottom: 50%;
	left: 7px;
	right: auto;
	position: absolute;
	opacity: 1;
	-webkit-animation: fromleft-fadein 1s;
	-moz-animation: fromleft-fadein 1s;
	-ms-animation: fromleft-fadein 1s;
	-o-animation: fromleft-fadein 1s;
	animation: fromleft-fadein 1s;
}
@keyframes fromleft-fadein {
	from {
		opacity: 0;
		left: -100px;
	}
	to {
		opacity: 1;
		left: 7px;
	}
}
@-moz-keyframes fromleft-fadein {
	from {
		opacity: 0;
		left: -100px;
	}
	to {
		opacity: 1;
		left: 7px;
	}
}
@-webkit-keyframes fromleft-fadein {
	from {
		opacity: 0;
		left: -100px;
	}
	to {
		opacity: 1;
		left: 7px;
	}
}

.aboutme-desc,
.aboutme-wrap .margin-space-below {
	margin-bottom: 24px;
}

.themeloader,
.themeloader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.themeloader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}

.themeloader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #FE665C;
  border-radius: 50%;
  -webkit-animation: loader-figure 2.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 2.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 2.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.themeloader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #8d3b3e;
  white-space: nowrap;
  -webkit-animation: loader-label 2.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 2.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 2.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FE665C;
  }
  29% {
    background-color: #FE665C;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FE665C;
  }
  29% {
    background-color: #FE665C;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FE665C;
  }
  29% {
    background-color: #FE665C;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@-moz-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
/* ******************************
Tipsy
******************************* */

.tipsy {
	margin-top: -15px;
	margin-left: 0;
	padding: 5px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tipsy-inner {
	padding: 4px 12px;
	background-color: #555;
	color: #fff;
	max-width: 200px;
	text-align: center;
	border-radius: 20px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
	margin-top: 0;
}
.tipsy-west {
	background-position: left center;
}
/* ******************************
Main Menu
******************************* */

.mtheme-right-menu {
	margin-left: 10px;
}
.homemenu {
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline-block;
	position: relative;
	transition: line-height 0.2s, margin 0.2s;
	-moz-transition: line-height 0.2s, margin 0.2s;
	-webkit-transition: line-height 0.2s, margin 0.2s;
	-o-transition: line-height 0.2s, margin 0.2s;
}
.homemenu ul ul ul li:first-child:after {
	border: none;
}
.homemenu ul ul ul ul li:first-child:after {
	border: none;
}
.homemenu ul ul ul ul ul li:first-child:after {
	border: none;
}
.homemenu a {
	color: #666;
	text-decoration: none;
}
.homemenu ul ul li a:last-child {
	padding-right: 0;
}
.homemenu ul li a {
	padding: 0;
}
.homemenu ul ul li a {
	border-right: none;
	border-top: none;
}
.homemenu ul ul {
	position: relative;
}
.homemenu ul ul {
	background: #111;
	-webkit-box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
}
.homemenu ul ul li a {
	color: rgba(255,255,255,0.55);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: none;
	text-transform: uppercase;
}
.homemenu .sf-menu .mega-item .children-depth-0 h6 {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2.5px;
	text-transform: none;
	padding-left: 10px;
	width: auto;
	line-height: 18px;
	margin: 0 24px 24px 0;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	padding-bottom: 24px;
	text-transform: uppercase;
}
.homemenu ul ul li {
	padding: 0 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.homemenu ul ul li:first-child {
	padding-top: 24px;
}
.homemenu ul ul li:last-child {
	padding-bottom: 24px;
}
.homemenu ul li.mega-item ul li:first-child {
	padding-top: 0;
}
.homemenu ul li.mega-item ul li:last-child {
	padding-bottom: 0;
}
.homemenu ul li.mega-item ul li {
	padding-left: 0;
	padding-right: 0;
}
.homemenu .mega-item .children li a {
	margin-right: 30px;
}
.homemenu ul li a {
	position: relative;
}
.homemenu ul .mega-item ul.children-depth-1 li a:before {
	position: absolute;
	content: " ";
	background: rgba(255,255,255,0.2);
	height: 1px;
	width: 6px;
	bottom: 14px;
	left: -5px;
}
.homemenu ul ul li:hover > a {
	color: #fff;
}
.homemenu ul ul li:last-child > a {
	border-bottom: none;
}
.homemenu ul li a {
	color: rgba(0,0,0,0.7);
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
	transition: line-height 0.2s, opacity 0.5s, color 0.5s;
	-moz-transition: line-height 0.2s, opacity 0.5s, color 0.5s;
	-webkit-transition: line-height 0.2s, opacity 0.5s, color 0.5s;
}
.homemenu ul li a {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.homemenu > ul > li > a:after {
	background: transparent;
	bottom: auto;
	content: " ";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: 26px;
	width: 0%;
	margin-left: 0;
	opacity: 0;
	transition: opacity 1s, width 0.4s;
	-moz-transition: opacity 1s, width 0.4s;
	-webkit-transition: opacity 1s, width 0.4s;
	-o-transition: opacity 1s, width 0.4s;
	border-radius: 0;
}

.elementor-editor-active .menu-frame-top {
	z-index: 0;
}
.elementor-editor-active .jarallax::before {
	opacity: 0;
}
.elementor-editor-active .bg-detect-and-display {
	opacity: 1;
}

/* Menu Hover Intent */
.page-is-fullscreen.display-menu-done.menu-inverse-on .outer-header-wrap:before,
.header-type-overlay.display-menu-done.menu-inverse-on .outer-header-wrap:before {
	position: absolute;
	display: block;
	top: -20px;
	left: 0;
	width: 100%;
	height: 130px;
	content: ' ';
	opacity: 0;
	background: rgba(255,255,255,0.6);
	z-index: 0;
	transition: top 0.7s cubic-bezier(0.3, 0, 0.5, 1), opacity 0.4s cubic-bezier(0.3, 0, 0.5, 1);
	-moz-transition: top 0.7s cubic-bezier(0.3, 0, 0.5, 1), opacity 0.4s cubic-bezier(0.3, 0, 0.5, 1);
	-webkit-transition: top 0.7s cubic-bezier(0.3, 0, 0.5, 1), opacity 0.4s cubic-bezier(0.3, 0, 0.5, 1);
}
.page-is-fullscreen.display-menu-done.main-menu-on.menu-inverse-on .outer-header-wrap:before,
.header-type-overlay.display-menu-done.main-menu-on.menu-inverse-on .outer-header-wrap:before {
	top: 0;
	opacity: 1;
}

.header-type-inverse .homemenu ul:first-child > li > a,
.header-type-inverse .menu-social-header .social-header-wrap .social-icon i,
.header-type-inverse .menu-social-header .social-header-wrap .contact-text,
.header-type-inverse .menu-social-header .social-header-wrap .contact-text a,
.header-type-inverse .header-site-title-section a,
.header-type-inverse .header-cart i,
.header-type-overlay .homemenu ul:first-child > li > a,
.header-type-overlay .menu-social-header .social-header-wrap .social-icon i,
.header-type-overlay .menu-social-header .social-header-wrap .contact-text,
.header-type-overlay .menu-social-header .social-header-wrap .contact-text a,
.header-type-overlay .header-site-title-section a,
.header-type-overlay .header-cart i,
.fullscreen-header-bright .homemenu ul:first-child > li > a,
.fullscreen-header-bright .menu-social-header .social-header-wrap .social-icon i,
.fullscreen-header-bright .menu-social-header .social-header-wrap .contact-text,
.fullscreen-header-bright .menu-social-header .social-header-wrap .contact-text a,
.fullscreen-header-bright .header-site-title-section a,
.fullscreen-header-bright .header-cart i,
.sidebar-is-onscreen .menu-social-header .social-header-wrap .social-icon i,
.sidebar-is-onscreen .menu-social-header .social-header-wrap .contact-text,
.sidebar-is-onscreen .menu-social-header .social-header-wrap .contact-text a {
	color: #fff;
}

.header-type-inverse-overlay .homemenu ul:first-child > li > a,
.header-type-inverse-overlay .menu-social-header .social-header-wrap .social-icon i,
.header-type-inverse-overlay .menu-social-header .social-header-wrap .contact-text,
.header-type-inverse-overlay .menu-social-header .social-header-wrap .contact-text a,
.header-type-inverse-overlay .header-site-title-section a,
.header-type-inverse-overlay .header-cart i,
.stickymenu-active.header-type-overlay .homemenu ul:first-child > li > a,
.stickymenu-active.header-type-overlay .menu-social-header .social-header-wrap .social-icon i,
.stickymenu-active.header-type-overlay .menu-social-header .social-header-wrap .contact-text,
.stickymenu-active.header-type-overlay .menu-social-header .social-header-wrap .contact-text a,
.stickymenu-active.header-type-overlay .header-site-title-section a,
.stickymenu-active.header-type-overlay .header-cart i {
	color: #000;
}

.page-is-fullscreen .homemenu > ul > li > a::after,
.header-type-overlay .homemenu > ul > li > a::after {
	background: transparent;
}

.stickymenu-active .homemenu > ul > li.active > a::after {
	background: #ff0000;
	width: 100%;
	opacity: 1;
	top: 64px;
	height: 6px;
}
.stickymenu-active.centered-logo .homemenu > ul > li.active > a::after {
	top: 48px;
}

.homemenu > ul > li:first-child > a::after,
.homemenu > ul > li.active:first-child > a::after {
	opacity: 0;
}

.fullscreen-header-dark .homemenu > ul > li > a:after {
	background: transparent;
}

.fullscreen-header-dark .slideshow-controls-wrap #prevslide i,
.fullscreen-header-dark .slideshow-controls-wrap #nextslide i,
.fullscreen-header-dark .slideshow-controls-wrap .super-navigation,
.fullscreen-header-dark .slideshow-controls-wrap #slidecounter,
.fullscreen-header-dark .slideshow-controls-wrap .mtheme-share-toggle,
.fullscreen-header-dark .slideshow-controls-wrap #play-button i,
.fullscreen-header-dark .slideshow-controls-wrap i,
.fullscreen-header-dark .homemenu ul:first-child > li > a,
.fullscreen-header-dark .menu-social-header .social-header-wrap .social-icon i,
.fullscreen-header-dark .header-site-title-section a,
.fullscreen-header-dark .header-cart i {
	color: #000;
}

.fullscreen-header-dark .slideshow-controls-wrap #prevslide i:hover,
.fullscreen-header-dark .slideshow-controls-wrap #nextslide i:hover,
.fullscreen-header-dark .slideshow-controls-wrap .super-navigation:hover,
.fullscreen-header-dark .slideshow-controls-wrap #slidecounter:hover,
.fullscreen-header-dark .slideshow-controls-wrap .mtheme-share-toggle:hover,
.fullscreen-header-dark .slideshow-controls-wrap #play-button i:hover,
.fullscreen-header-dark .slideshow-controls-wrap i:hover {
	color: #000;
}

.page-is-fullscreen .sidebar-toggle-menu-trigger::before,
.header-type-overlay .sidebar-toggle-menu-trigger::before {
	border-color: #fff;
}

.fullscreen-header-dark .sidebar-toggle-menu-trigger::before,
.fullscreen-header-dark .sidebar-toggle-menu-trigger::before,
.fullscreen-header-dark ul#slide-list li::after,
.fullscreen-header-dark .slideshow-controls-wrap i {
	border-color: #000;
}

.sidebar-is-onscreen .sidebar-toggle-menu-trigger::before,
.fullscreen-header-bright.sidebar-is-onscreen .sidebar-toggle-menu-trigger::before,
.fullscreen-header-dark.sidebar-is-onscreen .sidebar-toggle-menu-trigger::before {
	border-color: #fff;
}

.homemenu ul:first-child > li > a,
.menu-social-header .social-header-wrap .social-icon i,
.header-site-title-section,
.header-cart i,
.main-menu-on.menu-inverse-on .homemenu ul:first-child > li > a,
.main-menu-on.menu-inverse-on .menu-social-header .social-header-wrap .social-icon i,
.main-menu-on.menu-inverse-on .header-cart i {
	color:#000;
}

.header-site-title-section a,
.main-menu-on.menu-inverse-on .header-site-title-section a {
	color: #000;
}

.main-menu-on.menu-inverse-on .homemenu ul:first-child > li > a:hover,
.main-menu-on.menu-inverse-on .menu-social-header .social-header-wrap .social-icon i:hover,
.main-menu-on.menu-inverse-on .header-site-title-section a:hover,
.main-menu-on.menu-inverse-on .header-cart i:hover {
	color:#000;
}
/* Menu Hover Intent End */

.homemenu ul li:first-child a {
	margin-left: 0;
}
.homemenu ul li a {
	border: 0;
}
.homemenu ul li ul li:last-child {
	border-right: 0;
}
.homemenu li.current-menu-item a,
.homemenu li.current-menu-parent a,
.homemenu li.current-menu-ancestor a {
	outline: 0;
}
/* Menu main titles End style */

.homemenu li.current-menu-item > a,
.homemenu li.current-menu-item > li > a {
	outline: 0;
	position: relative;
	font-weight: 500;
}
.homemenu .sub-menu li.current-menu-item a:before,
.homemenu .sub-menu li.current-menu-ancestor a:before {
	background: none;
}
.homemenu .sub-menu li.current-menu-item > a {
	color: #fff;
}
.homemenu .sub-menu li.current-menu-item:after {
	position: relative;
	height: auto;
	top: auto;
}
.homemenu .sf-menu ul {
	position: absolute;
	display: none;
	z-index: 200;
	top: -999em;
	width: 240px;
	text-align: left;
}
.homemenu .sf-menu a,
.homemenu .sf-menu li.sfHover > ul,
.homemenu .sf-menu li:hover > ul {
	display: block;
}
.homemenu .sf-menu ul li {
	width: 100%;
}
.homemenu .sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.homemenu .sf-menu li {
	float: left;
	position: relative;
}
.homemenu .sf-menu a {
	display: block;
	position: relative;
}
.homemenu .sf-menu li:hover ul,
.homemenu .sf-menu li.sfHover ul {
	left: 0;
	top: 60px;
}
.homemenu ul.sf-menu li:hover li ul,
.homemenu ul.sf-menu li.sfHover li ul {
	top: -999em;
}
.homemenu ul.sf-menu li li:hover ul,
.homemenu ul.sf-menu li li.sfHover ul {
	left: 19.3em;
	/* match ul width */
	
	top: 0;
}
.homemenu ul.sf-menu li li:hover li ul,
.homemenu ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
.homemenu ul.sf-menu li li li:hover ul,
.homemenu ul.sf-menu li li li.sfHover ul {
	left: 19.3em;
	/* match ul width */
	top: 0;
}
.homemenu .sf-menu > li > ul {
	opacity: 0;
}
.homemenu .sf-menu > li.sfHover > ul {
	opacity: 1;
}
.homemenu .sf-menu a {
	text-decoration: none;
	padding: 0;
}
.homemenu .sf-menu li {
	padding-left: 22px;
	padding-right: 22px;
}
.homemenu > .sf-menu > li:last-child {
	padding-right: 0;
}
.homemenu .sf-menu li.menu-item a {
	position: relative;
}
.homemenu ul.sub-menu > li.menu-item {
	border-bottom: 0;
}
.homemenu ul.sub-menu > li.menu-item:last-child {
	border-bottom: 0;
}
.homemenu .sf-menu ul li a {
	padding: 4px 10px;
	position: relative;
}
.homemenu .sf-menu li ul li {
	border-left: 0;
}
.homemenu .sf-menu li li:hover,
.sf-menu li li.sfHover,
.homemenu .sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	outline: 0;
}

/* Sidebar Info Menu */

.aboutme-desc {
	font-size: 15px;
	letter-spacing: 0;
	color: #eee;
	line-height: 1.6;
	padding-right: 20%;
}

.sidebar-toggle-menu-trigger::before {
	position: absolute;
	top: 2px;
	right: -12px;
	display: block;
	height: 41px;
	width: 41px;
	z-index: 9999999;
	content: ' ';
	border-radius: 100%;
}
.sidebar-toggle-menu-trigger::before {
	border: 1px solid #000;
}

.mobile-mode-active #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	left: auto;
	right: 23px;
	top: 8px;
}
.sidebarinfo-menu .social-header-wrap,
.sidebarinfo-menu .social-header-wrap ul li.social-icon {
	float: none;
	padding: 0 5px;
}
.sidebarinfo-menu .sidebar-widget .infobar-portfoliogrid li {
	width: 33.333%;
}
.sidebarinfo-menu .sidebar-widget {
	text-align: center;
}
.sidebar-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	z-index: 9998;
	width: 0%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.sidebar-is-onscreen .sidebar-menu-overlay {
	width: 100%;
	opacity: 1;
}
.sidebarinfo-menu.sidebar-push-onscreen {
	visibility: visible;
}
.sidebarinfo-menu {
	background: rgba(55,55,55,0.95);
	background: rgba(18, 18, 18, 1) repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 7px) repeat scroll 0 0 / 10px 10px;

	background-size: cover;
	color: #fff;
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	float: right;
	z-index: 9999;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebarinfo-menu-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}
.sidebarinfo-menu:before {
	position: fixed;
	content: " ";
	right: 0;
	top: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.dashboard-inner {
	padding: 100px;
	margin-top: -65px;
	max-height: 100%;
}
.dashboard-columns .sidebar-widget  {
	width: auto;
	margin-top: 37px;
}

.sidebar-toggle-menu-trigger {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sidebar-toggle-menu-trigger:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.sidebar-toggle-menu-trigger {
	position: absolute;
	top: 8px;
	left: 21px;
	display: block;
	width: 18px;
	height: 50px;
	cursor: pointer;
	z-index: 99999;
	-webkit-transition: top 0.2s, right 0.2s, opacity 0.2s, transform 0.5s;
	transition: top 0.2s, right 0.2s, opacity 0.2s, transform 0.5s;
}
.lg-on #sidebarinfo-toggle-menu {
	display: none;
}
#sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	left: auto;
	right: 53px;
	top: 40px;
}
.top-header-present #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	top: 58px;
}
.sticky-menu-on.center-logo #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	top: 37px;
}
.menu-is-detatched #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	right: 64px;
	top: 96px;
}
.menu-is-detatched.sidebar-is-onscreen #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	right: 30px;
}
.menu-is-detatched.top-header-disabled #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	top: 66px;
}
.menu-is-detatched.top-header-disabled .outer-wrap {
	top: 40px
}
.sticky-menu-on.menu-is-detatched.top-header-disabled #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger,
.sticky-menu-on #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	top: 14px;
}
.menu-is-detatched.sticky-menu-on #sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
	right: 30px;
}
.sidebar-toggle-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	margin-top: -2px;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s, opacity 0.5s;
	transition: transform 0.3s, background-color 0.3s, opacity 0.5s;
}
.sidebar-toggle-menu-trigger span:before,
.sidebar-toggle-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.sidebar-toggle-menu-trigger span:before,
.sidebar-toggle-menu-trigger span:after,
.sidebar-toggle-menu-trigger span {
	z-index: 9999999;
}

.sidebar-toggle-menu-trigger {
	opacity: 0;
}
.pace-done .sidebar-toggle-menu-trigger {
	opacity: 0.7;
}
.pace-done .sidebar-toggle-menu-trigger:hover {
	opacity: 1;
}

.sidebar-toggle-menu-trigger span:before {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}
.sidebar-toggle-menu-trigger span:after {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}
.sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.dashboard-inner.entry-content h3 {
	font-size: 16px;
	letter-spacing: 5px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 45px;
	padding-top: 80px;
	text-align: center;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}
.dashboard-inner.dashboardimage-loaded h3 {
	opacity: 1;
}
.dashboard-inner .loading-dashboard-spinner {
	opacity: 1;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}
.dashboard-inner.dashboardimage-loaded .loading-dashboard-spinner {
	opacity: 0;
}
.dashboard-inner.entry-content {
	color: #fff;
}
.sidebarinfo-menu .dashboard-inner .sidebar-widget {
	margin-bottom: 45px;
}
.aboutme-desc {
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 1.6;
	padding-right: 20%;
}
.aboutme-wrap {
	text-align: left;
}
.aboutme-inner-wrap {
	position: relative;
	border-radius: 0;
	line-height: 0;
}
.aboutme-desc-wrap {
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
	opacity: 0;
	position: absolute;
	bottom: 0;
	padding: 50px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.lazyloaded + .aboutme-desc-wrap {
	opacity: 1;
}
.aboutme-image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.aboutme-button .mtheme-button {
	margin: 0;
}

/*** shadows for all but IE6 ***/

.homemenu .sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.homemenu .sf-menu {
	display: inline-block;
	position: relative;
	top: 0;
}
.homemenu .sf-menu {
	line-height: 100px;
	padding-right: 50px;
	padding-left: 50px;
}
.centered-logo .homemenu .sf-menu {
	line-height: 50px;
}
.split-menu .homemenu .sf-menu {
	line-height: 100px;
}
.homemenu ul.sf-menu li li:hover ul,
.homemenu ul.sf-menu li li.sfHover ul {
	border-radius: 0;
	left: 240px;
	/* match ul width */
	
	top: -20px;
}
.homemenu ul.sf-menu li li:hover:first-child ul,
.homemenu ul.sf-menu li li.sfHover:first-child ul {
	border-radius: 0;
	left: 241px;
	/* match ul width */
	top: 0;
}
.homemenu ul.sf-menu li.mega-item li:hover ul,
.homemenu ul.sf-menu li.mega-item li li:hover ul,
.homemenu ul.sf-menu li.mega-item li.sfHover ul {
	left: 0;
	top: 0;
}
.sf-arrows ul .sf-with-ul:after {
	width: 8px;
	height: 1px;
	background: rgba(255,255,255,0.3);
	content: " ";
	color: #000;
	right: -13px;
	top: 13px;
	position: absolute;
}
.homemenu .sf-menu ul.sub-menu li {
	position: relative;
	z-index: 10;
}
.homemenu li.current-menu-item ul li a:before,
.homemenu li.current-menu-ancestor ul li a:before {
	background: none;
}
.homemenu .sf-menu li.mega-item {
	position: static;
}
.homemenu .sf-menu li.mega-item ul.children {
	width: -webkit-calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);
	left: 0;
	top: 100px;
	display: none;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 90px;
}
.left-logo-boxed .homemenu .sf-menu li.mega-item ul.children {
	width: 100%;
	margin: 0 auto;
}
.centered-logo .homemenu .sf-menu li.mega-item ul.children-depth-0 {
	margin: 0 70px;
}
.split-menu .homemenu .sf-menu li.mega-item ul.children-depth-0 {
	width: auto;
	margin: 0 45px;
}
.homemenu .sf-menu .mega-item .children-depth-0 {
	padding: 100px 20%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left-logo-boxed .homemenu .sf-menu .mega-item .children-depth-0 {
	padding: 100px 90px;
}
.homemenu .sf-menu {
	position: static;
}
.left-logo .homemenu {
	right: 20px;
	position: absolute;
	text-align: right;
	top: 32px;
	width: 100%;
}
.menu-social-inactive.left-logo .homemenu {
	top: 0;
}

.homemenu .sf-menu > li:hover > ul,
.homemenu .sf-menu > li.sfHover > ul,
.homemenu .sf-menu > li.mega-item > ul.children {
	top: 97px;
	-webkit-animation: superfish-fadein 0.4s cubic-bezier(0.8, 0, 0.6, 1);
	-moz-animation: superfish-fadein 0.4s cubic-bezier(0.8, 0, 0.6, 1);
	animation: superfish-fadein 0.4s cubic-bezier(0.8, 0, 0.6, 1);
}
.split-menu .homemenu .sf-menu > li:hover > ul,
.split-menu .homemenu .sf-menu > li.sfHover > ul,
.split-menu .homemenu .sf-menu > li.mega-item > ul.children {
	top: 105px;
}
.centered-logo .homemenu .sf-menu > li:hover > ul,
.centered-logo .homemenu .sf-menu > li.sfHover > ul,
.centered-logo .homemenu .sf-menu > li.mega-item > ul.children {
	top: 57px;
}
@keyframes superfish-fadein {
	from {
		opacity: 0;
		margin-top: -5px
	}
	to {
		opacity: 1;
		margin-top: 0;
	}
}
@-moz-keyframes superfish-fadein {
	from {
		opacity: 0;
		margin-top: -5px
	}
	to {
		opacity: 1;
		margin-top: 0;
	}
}
@-webkit-keyframes superfish-fadein {
	from {
		opacity: 0;
		margin-top: -5px
	}
	to {
		opacity: 1;
		margin-top: 0;
	}
}
.homemenu .sf-menu li.mega-item ul.children ul {
	display: block;
	margin: 0;
}

.homemenu .sf-menu .mega-item .children-depth-0 .no-title h6 {
	display: none;
}
.homemenu .sf-menu .mega-item .children-depth-0 .no-title {
	padding-top: 30px;
}
.homemenu li.mega-four .children li.menu-item {
	display: block;
	width: 25%;
	position: relative;
	float: left;
}
.homemenu li.mega-three .children li.menu-item {
	display: block;
	width: 33%;
	position: relative;
	float: left;
}
.homemenu li.mega-two .children li.menu-item {
	display: block;
	width: 50%;
	position: relative;
	float: left;
}
.homemenu li.mega-one .children li.menu-item {
	display: block;
	width: 100%;
	position: relative;
	float: left;
}
.homemenu li.mega-one .children div ul.children,
.homemenu li.mega-two .children div ul.children,
.homemenu li.mega-three .children div ul.children,
.homemenu li.mega-four .children div ul.children {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
}
.homemenu li.mega-two .children div ul.children li,
.homemenu li.mega-three .children div ul.children li,
.homemenu li.mega-four .children div ul.children li {
	width: 100% !important;
}
.homemenu .sf-menu .mega-item .children-depth-1 {
	padding: 0;
}
.homemenu .sf-menu .megamenu-textbox {
	color: #A7A7A7;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 27px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 50px;
	font-weight: 500;
}
.homemenu ul ul ul.children {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.homemenu .sf-menu .mega-item .children-depth-0 ul {
	background: none;
}
.homemenu .sf-menu .sub-menu a {
	padding: 4px;
}
.homemenu .sf-menu ul li a {
	transition: color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
	-moz-transition: color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
	-webkit-transition: color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

/* ******************************
Sticky Menu
******************************* */

.stickymenu-enabled-sitewide .outer-wrap {
	opacity: 1;
}

.stickymenu-active.menu-is-horizontal .logo img {
	padding-top: 0;
	height: 50px;
}

.header-type-auto.stickymenu-active #home {
	margin-top: 0;
}
.header-type-auto.mobile-mode-active.stickymenu-active #home {
	margin-top: 65px;
}
.mobile-mode-active.minimal-logo.stickymenu-active #home,
.mobile-mode-active.left-logo.stickymenu-active #home,
.mobile-mode-active.splitmenu-logo.stickymenu-active #home {
	margin-top: 65px;
}

.stickymenu-active.menu-is-horizontal .outer-wrap.stickymenu-zone {
	position: fixed;
	-webkit-animation: stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-animation: stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
	animation: stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
	height: 100px;
}
.admin-bar.stickymenu-active.menu-is-horizontal .outer-wrap.stickymenu-zone {
	position: fixed;
	-webkit-animation: admin-bar-stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-animation: admin-bar-stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
	animation: admin-bar-stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
	height: 100px;
}
.inverse-sticky.stickymenu-active.menu-is-horizontal .outer-wrap.stickymenu-zone {
	background: #333;
}
@keyframes stickymenu-fadein {
	from {
		opacity: 0;
		top: -86px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}
@-moz-keyframes stickymenu-fadein {
	from {
		opacity: 0;
		top: -86px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}
@-webkit-keyframes stickymenu-fadein {
	from {
		opacity: 0;
		top: -86px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}
@keyframes admin-bar-stickymenu-fadein {
	from {
		opacity: 0;
		top: -86px;
	}
	to {
		opacity: 1;
		top: 32px;
	}
}
@-moz-keyframes admin-bar-stickymenu-fadein {
	from {
		opacity: 0;
		top: -86px;
	}
	to {
		opacity: 1;
		top: 32px;
	}
}
@-webkit-keyframes admin-bar-stickymenu-fadein {
	from {
		opacity: 0;
		top: -86px;
	}
	to {
		opacity: 1;
		top: 32px;
	}
}
.stickymenu-active.stickymenu-active-removing.menu-is-horizontal .outer-wrap.stickymenu-zone {
	top: -110px;
	-webkit-animation: stickymenu-fadein-removing 0.5s cubic-bezier(0.8, 0.6, 0.2, 1);
	-moz-animation: stickymenu-fadein-removing 0.5s cubic-bezier(0.8, 0.6, 0.2, 1);
	animation: stickymenu-fadein-removing 0.5s cubic-bezier(0.8, 0.6, 0.2, 1);
}
@keyframes stickymenu-fadein-removing {
	from {
		opacity: 1;
		top: 0;
	}
	to {
		opacity: 0;
		top: -110px;
	}
}
@-moz-keyframes stickymenu-fadein-removing {
	from {
		opacity: 1;
		top: 0;
	}
	to {
		opacity: 0;
		top: -110px;
	}
}
@-webkit-keyframes stickymenu-fadein-removing {
	from {
		opacity: 1;
		top: 0;
	}
	to {
		opacity: 0;
		top: -110px;
	}
}
.sticky-menu-off.minimal-menu .social-sharing-toggle,
.sticky-menu-off.minimal-menu .social-header-wrap,
.sticky-menu-off.minimal-menu .homemenu {
	display: none;
}

/* ******************************
Responsive Menu
******************************* */

.fullscreen-menu-half {
	width: 50%;
	float: right;
}

#mobile-toggle-menu,
.responsive-menu-wrap {
	display: none;
}

.minimal-logo #mobile-toggle-menu {
	display: block;
}
.minimal-logo:not(.mobile-mode-active) .mobile-menu-toggle::after,
.minimal-logo:not(.mobile-mode-active) .logo-mobile {
	display: none;
}
.minimal-logo:not(.mobile-mode-active) .responsive-mobile-menu #mobile-searchform {
	margin: 0 auto;
	width: 310px;
}
.minimal-logo:not(.mobile-mode-active).admin-bar .mobile-toggle-menu-trigger {
	top: 80px;
}
.minimal-logo:not(.mobile-mode-active) .mobile-toggle-menu-trigger {
	left: 32px;
	top: 28px;
}
.minimal-logo:not(.mobile-mode-active).menu-is-horizontal .logo img {
	margin-left: 50px;
}
.minimal-logo .dashboard-columns {
	width: 100%;
}
.minimal-logo:not(.mobile-mode-active) .mobile-toggle-menu-trigger,
.minimal-logo:not(.mobile-mode-active) .mobile-menu-toggle {
	position: absolute;
}
.page-is-fullscreen.minimal-logo:not(.mobile-mode-active) .mobile-toggle-menu-trigger,
.page-is-fullscreen.minimal-logo:not(.mobile-mode-active) .mobile-menu-toggle {
	position: fixed;
}
.minimal-logo:not(.mobile-mode-active) .responsive-mobile-menu {
	padding-top: 56px;
}
.minimal-logo:not(.mobile-mode-active) .dashboard-columns {
	width: 640px;
	padding: 0 6%;
}
.minimal-logo:not(.compact-layout).body-dashboard-push-left .logo {
	display: none;
}
.mobile-menu-toggle {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 65px;
	top: 0;
	left: 0;
}
.mobile-menu-toggle:after {
	position: fixed;
	content: " ";
	right: 0;
	top: 0;
	background-size: cover;
	width: 100%;
	height: 65px;
	background: #000;
	z-index: 98;
}
.menu-is-onscreen.minimal-logo .responsive-mobile-menu-outer {
	height: 100%;
}
.menu-is-onscreen #progress-bar,
.menu-is-onscreen #progress-back,
.menu-is-onscreen .sidebar-toggle-menu-trigger {
	display: none;
}
.theme-is-dark .mobile-menu-toggle {
	background: #545454;
	color: #fff;
}
.logo-mobile {
	padding: 0;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}
.logo-mobile img {
	height: 45px;
	position: relative;
	top: -2px;
	z-index: 100;
}
.mobile-menu-icon {
	position: fixed;
	float: right;
	left: 0;
	top: 0;
	height: 55px;
	width: 55px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #000;
	-webkit-transition: left 0.3s ease-in, background 0.3s ease-in;
	-moz-transition: left 0.3s ease-in, background 0.3s ease-in;
	transition: left 0.3s ease-in, background 0.3s ease-in;
	z-index: 1000;
}
.theme-is-dark .mobile-menu-icon {
	color: #fff;
}
.body-dashboard-push-left .mobile-menu-icon {
	color: #fff;
	font-size: 30px;
	height: 55px;
	left: 20px;
	top: 11px;
}
.body-dashboard-push-left {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
}
.mobile-menu-toggle {
	-webkit-transition: left 0.3s ease-in;
	-moz-transition: left 0.3s ease-in;
	transition: left 0.3s ease-in;
	left: 0;
}
.body-dashboard-push-left .mobile-menu-toggle {
	left: 0;
}
.mobile-menu-icon {
	font-size: 24px;
}
.minimal-logo-overlay,
.minimal-menu-overlay,
.responsive-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
}
body:not(.mobile-mode-active) .responsive-mobile-menu-outer:after {
	content: " ";
	position: fixed;
	right: 0;
	top: 0;
	opacity: 0;
	float: left;
	z-index: 98;
	width: 0%;
	height: 100%;
	display: block;
    background-color: transparent;
}
.responsive-mobile-menu-outer:after {
	width: 0%;
}
.minimal-logo-overlay,
.responsive-menu-overlay {
	height: 100%;
	width: 0%;
}
body:not(.mobile-mode-active) .responsive-mobile-menu .dashboard-columns {
	margin: 0;
}
body .responsive-mobile-menu-outer,
body .minimal-logo-overlay,
body .responsive-menu-overlay {
	-webkit-transition: width 0.3s ease-in;
	-moz-transition: width 0.3s ease-in;
	transition: width 0.3s ease-in;
}
body .responsive-mobile-menu-outer:after {
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
.menu-is-onscreen .responsive-mobile-menu-outer,
.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
	width: 580px;
}
.menu-is-onscreen .responsive-menu-overlay {
	width: 100%;
}
.menu-is-onscreen:not(.mobile-mode-active) .responsive-mobile-menu-outer:after {
	width: 100%;
	opacity: 1;
}
.menu-is-onscreen:not(.mobile-mode-active).menu-is-closing .responsive-mobile-menu-outer:after {
	opacity: 0;
}
.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
	opacity: 1;
}
.minimal-logo:not(.mobile-mode-active) .responsive-mobile-menu {
	width: 100%;
	left: 0;
	right: auto;
	top: 0;
}
.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
	width: 600px;
	left: 0;
	right: auto;
	top: 0;
}

.minimal-logo-overlay {
	display: block;
}

.menu-is-onscreen .minimal-logo:not(.mobile-mode-active) .minimal-logo-overlay {
	left: 0;
	width: 610px;
}
.menu-is-closing .mobile-menu-toggle,
.menu-is-onscreen .mobile-menu-toggle {
	background: none;
}
.minimal-menu-overlay,
.minimal-logo-overlay,
.responsive-menu-overlay {
	background: #545454;
}

.simple-menu,
.theme-is-light .simple-menu {
	background: rgba(55,55,55,1);
}
.responsive-mobile-menu,
.theme-is-light .responsive-mobile-menu {
	width: 100%;
}
.header-is-simple .responsive-mobile-menu {
	right: 0;
	top: 0;
}
.simple-menu.menu-push-onscreen,
.responsive-mobile-menu.menu-push-onscreen {
	visibility: visible;
	opacity: 1;
	right: 0;
	-webkit-transition: right 1s, opacity 1s;
	transition: right 1s, opacity 1s;
}
.display-menu-item-image {
	border-radius: 100%;
	position: absolute;
	left: -79px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -28px;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: height 300ms ease-out,width 300ms ease-out,border 300ms ease-out, opacity 0.8s, transform 0.5s;
	-moz-transition: height 300ms ease-out,width 300ms ease-out,border 300ms ease-out, opacity 0.8s, transform 0.5s;
	-ms-transition: height 300ms ease-out,width 300ms ease-out,border 300ms ease-out, opacity 0.8s, transform 0.5s;
	transition: height 300ms ease-out,width 300ms ease-out,border 300ms ease-out, opacity 0.8s, transform 0.5s;
	border: 5px solid rgba(255,255,255,0.15);
}
.menu-item small {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 4px;
	margin-bottom: 7px;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	display: block;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.mtree-open.menu-item small {
	opacity: 0;
}
ul.mtree {
	margin-left: 0;
	padding: 18px 35px;
}
ul.mtree ul {
	margin-left: 1em;
}
ul.mtree li {
	list-style: none;
	position: relative;
}
ul.mtree a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.25px;
}
ul.mtree ul li a {
	display: block;
	font-size: 12px;
	letter-spacing: -0.25px;
}
ul.mtree a {
	-webkit-transition: color 300ms ease-out, border-color 300ms ease-out;
	-moz-transition: color 300ms ease-out, border-color 300ms ease-out;
	-ms-transition: color 300ms ease-out, border-color 300ms ease-out;
	-o-transition: color 300ms ease-out, border-color 300ms ease-out;
	transition: color 300ms ease-out, border-color 300ms ease-out;
}
ul.mtree ul {
	margin-left: 0;
}
ul.mtree li.mtree-node {
	position: relative;
}
ul.mtree li.mtree-node > a:after {
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	position: absolute;
	right: 0;
	top: 50%;
	font-family: "fontawesome";
}
ul.mtree ul.sub-menu li:last-child {
	padding-bottom: 28px;
}
ul.mtree li.mtree-open > a:after {
	content: "\f107";
	-webkit-transform: translateY(0) rotate(180deg);
	transform: translateY(0) rotate(180deg);
	right: 3px;
}
ul.mtree li {
	padding-bottom: 0;
	opacity: 0;
	-webkit-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
	-moz-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
	-ms-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
	-o-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
	transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
	position: relative;
	bottom: 0;
}
.vertical-menu ul.mtree li {
	opacity: 1;
}
ul.mtree > li {
	bottom: -5px;
}
ul.mtree > li::before {
	position: absolute;
	content: " ";
	width: 7px;
	height: 1px;
	background: rgba(255,255,255,1);
	left: -22px;
	top: 23px;
	border-radius: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
ul.mtree > li.mtree-open::before {
	opacity: 1;
}
ul.mtree li.mtree-closed > a:after {
	content: "\f107";
}
ul.mtree li > a:after {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
ul.mtree ul > li:first-child {
	margin-top: 1px;
}
ul.mtree li > a:hover {
	color: #fff;
}
ul.mtree a {
	padding: 5px 0px 5px 0;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
ul.mtree a:hover {
	color: #fff;
}
ul.mtree ul.sub-menu {
	display: none;
}
.theme-is-light ul.mtree li.mtree-node > a::after {
	color: #000;
	color: rgba(0,0,0,0.5);
}
.theme-is-light .responsive-mobile-menu ul.mtree ul.sub-menu li.mtree-node > a::after,
.theme-is-light .responsive-mobile-menu ul.mtree li.mtree-node > a::after {
	color: rgba(255,255,255,0.4);
	width: 8px;
}
.theme-is-light ul.mtree ul.sub-menu li.mtree-node > a::after {
	color: #777;
}
.theme-is-light ul.mtree li > a:hover,
.theme-is-light ul.mtree a:hover {
	color: #555;
	border-color: #f0f0f0;
}
.theme-is-light ul.mtree a {
	border-bottom: 0;
	color: #000;
}
.vertical-menu nav,
.simple-menu nav,
.responsive-mobile-menu nav,
.header-is-simple .responsive-mobile-menu nav {
	text-align: left;
}
.simple-menu ul.mtree,

.header-is-simple .responsive-mobile-menu ul.mtree,
.mobile-social-header .social-header-wrap {
	width: 360px;
	margin: 0;
	margin-top: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.responsive-mobile-menu ul.mtree {
	width: auto;
	max-width: 290px;
	margin: 0 auto;
}
.simple-menu ul.mtree a,
.responsive-mobile-menu ul.mtree a {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 12px 0;
	position: relative;
}
.simple-menu ul.mtree .sub-menu a,
.responsive-mobile-menu ul.mtree .sub-menu a {
	padding: 6px 0;
	font-size: 16px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: 1.6px;
}
.simple-menu ul.mtree .sub-menu .sub-menu a,
.header-is-simple .responsive-mobile-menu ul.mtree .sub-menu .sub-menu a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
}

.vertical-menu ul.mtree ul.sub-menu,
.simple-menu ul.mtree ul.sub-menu,
.responsive-mobile-menu ul.mtree ul.sub-menu,
.header-is-simple .responsive-mobile-menu ul.mtree ul.sub-menu {
	margin: 0;
}
.simple-menu ul.mtree li.mtree-node > a::after,
.responsive-mobile-menu ul.mtree li.mtree-node > a::after,
.header-is-simple ul.mtree li.mtree-node > a::after {
	top: 30px;
	line-height: 0;
}

.responsive-mobile-menu ul.mtree a {
	padding: 14px 0;
	position: relative;
}
.simple-menu ul.mtree li li.mtree-node > a::after,
.responsive-mobile-menu ul.mtree li li.mtree-node > a::after,
.header-is-simple ul.mtree li li.mtree-node > a::after {
	top: 18px;
}
.theme-is-light .simple-menu ul.mtree a {
	color: #000;
}
.theme-is-light .responsive-mobile-menu .simple-menu ul.mtree a {
	color: #000;
}

.theme-is-light .simple-menu ul.mtree li li a {
	color: #fff;
}

.theme-is-light .responsive-mobile-menu ul.mtree a,
.header-is-simple.theme-is-light .responsive-mobile-menu ul.mtree a {
	color: rgba(255,255,255,0.9);
}
.theme-is-light .responsive-mobile-menu ul.mtree li li a,
.header-is-simple.theme-is-light .responsive-mobile-menu ul.mtree li li a {
	color: rgba(255,255,255,0.9);
}
.theme-is-light .responsive-mobile-menu ul.mtree li li a:hover,
.header-is-simple.theme-is-light .responsive-mobile-menu ul.mtree li li a:hover,
.theme-is-light .responsive-mobile-menu ul.mtree li > a:hover,
.theme-is-light .responsive-mobile-menu ul.mtree a:hover {
	color: rgba(255,255,255,1);
}
#fullscreen-copyright {
	position: fixed;
	bottom: 35px;
	right: 55px;
	z-index: 9;
	width: auto;
	text-align: right;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
}
.horizontal-footer-copyright {
	margin-top: 14px;
	text-transform: uppercase;
}
.responsive-mobile-menu,
.simple-menu {
	padding-top: 0;
}
.simple-menu,
.responsive-mobile-menu {
	background: #fff;
	color: #000;
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	padding-top: 130px;
	float: left;
	z-index: 1001;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: right 0.5s, opacity 0.5s, visibility 0.5s;
	transition: right 0.5s, opacity 0.5s, visibility 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.responsive-mobile-menu-outer {
	width: 590px;
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	z-index: 1001;
	overflow: hidden;
	height: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.toggle-main-menu .responsive-mobile-menu-outer {
	overflow: initial;
}
.minimal-logo:not(.mobile-mode-active) .responsive-mobile-menu {
	position: absolute;
}
.responsive-mobile-menu {
	color: #fff;
	background: none;
}

.responsive-mobile-menu-inner-wrap {
  margin: 0 auto;
  padding: 110px 0;
}
.responsive-mobile-menu ul.mtree {
	padding: 0;
}
.simple-menu .mobile-menu,
.responsive-mobile-menu .mobile-menu {
	padding: 10px 20px 60px;
}
.simple-menu #s,
.responsive-mobile-menu #s {
	margin: 5px;
}
.simple-menu #mobile-searchform,
.responsive-mobile-menu #mobile-searchform {
	padding: 25px 0 20px 35px;
	position: relative;
	left: 0;
	top: 0;
	max-width: 100%;
	margin: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body:not(.mobile-mode-active) .responsive-mobile-menu #mobile-searchform {
	margin: 0;
}
.simple-menu #mobile-searchform input,
.responsive-mobile-menu #mobile-searchform input {
	background: none;
	border: 0 none;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
	text-indent: 20px;
	width: 100%;
	border-radius: 30px;
}
.simple-menu #mobile-searchbutton,
.responsive-mobile-menu #mobile-searchbutton {
	position: absolute;
	top: 23px;
	right: 10px;
}
.vertical-menu .social-header-wrap ul li a:hover i,
.simple-menu .social-header-wrap ul li a:hover i,
.vertical-menu .social-header-wrap ul li a:hover,
.simple-menu .social-header-wrap ul li a:hover {
	color: #000;
}
.theme-is-light.body-dashboard-push-left .mobile-menu-icon {
	color: #000;
}
.vertical-menu #mobile-searchform i,
.simple-menu #mobile-searchform i,
.responsive-mobile-menu #mobile-searchform i {
	color: rgba(255,255,255,0.5);
	transition: color 1s;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
}
.vertical-menu #mobile-searchform:hover i,
.simple-menu #mobile-searchform:hover i,
.responsive-mobile-menu #mobile-searchform:hover i {
	color: rgba(255,255,255,1);
}
.sticky-menu-off.minimal-menu .mobile-social-header .social-sharing-toggle,
.sticky-menu-off.minimal-menu .mobile-social-header .social-header-wrap,
.sticky-menu-off.minimal-menu .mobile-social-header .homemenu {
	display: block;
}
/* ******************************
Logo
******************************* */

.logo-menu-wrapper {
	float: left;
	display: block;
}
.header-logo-section {
	display: inline;
}
.logo {
	position: relative;
	z-index: 20;
}
.logo a {
	line-height: 0;
}
.logo img {
	position: relative;
}

.outer-header-wrap {
	width: auto;
}

.container-wrapper,
.fullscreen-protected #password-protected {
	margin: 0 auto;
	position: relative;
}
.page-is-fullscreen .container.fullscreen-protected {
	width: auto;
}
.page-is-fullscreen .container-wrapper {
	background: none;
}

.container {
	position: relative;
}

#slidecaption-mobile,
#slidecaption,
#static_slidecaption,
.slideshow-content-wrap,
.menu-is-horizontal .mainmenu-navigation,
.fullpage-item,
.container {
	margin: 0 auto;
}

#slidecaption-mobile,
#slidecaption,
#static_slidecaption,
.slideshow-content-wrap {
	width: 500px;
}

.container {
	padding-bottom: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.outer-header-wrap {
	position: relative;
	z-index: 1;
}

.top-bar-wrap {
	position: relative;
	z-index: 1;
}
.header-block-wrap {
	width: 100%;
}
.header-elements-wrap {
	position: relative;
	z-index: 99;
	margin: 0 auto;
	padding: 0;
}
.outer-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: height 0.2s, left 0.2s, top 0.2s, width 0.2s, background 0.2s;
	-moz-transition: height 0.2s, left 0.2s, top 0.2s, width 0.2s, background 0.2s;
	-webkit-transition: height 0.2s, left 0.2s, top 0.2s, width 0.2s, background 0.2s;
	-o-transition: height 0.2s, left 0.2s, top 0.2s, width 0.2s, background 0.2s;
	z-index: 99;
}
.top-header-present .outer-wrap {
	top: 33px;
}
.menu-is-detatched .outer-wrap {
	top: 70px;
	left: 40px;
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
}
.sticky-menu-on.menu-is-detatched .outer-wrap {
	top: 0;
	left: 0;
	width: -webkit-calc(100%);
	width: -moz-calc(100%);
	width: calc(100%);
}
.splitmenu-logo.menu-is-detatched .logo img,
.left-logo.menu-is-detatched .logo img {
	left: 20px;
}
/* Header styles from theme options choice */

.middle-logo #header-logo {
	padding-left: 10px;
	padding-right: 10px;
}
.compact-menu .logo .logo-theme-main {
	top: 16px;
}
.compact-menu #photowall-container {
	top: 81px;
}
.left-align-logo .logo img {
	float: left;
}
.left-align-logo .mainmenu-navigation {
	text-align: right;
}
.outer-header-wrap {
	border: 0;
}
.logo-theme-inverse {
	display: none;
}

.title-container {
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo img {
	top: 0;
}
/* Sticky Menu Styles */

.stickymenu-zone.sticky-menu-activate .logo img {
	height: 60px;
	width: auto;
	top: 9px;
}
.sticky-menu-on.top-header-disabled .sticky-menu-activate.outer-wrap,
.sticky-menu-on .sticky-menu-activate.outer-wrap {
	height: 80px;
	top: 0;
}
.sticky-menu-activate .homemenu > ul > li > a {
	height: 80px;
	line-height: 80px;
}
.sticky-menu-on .logo img {
	top: 5px;
}
.splitmenu-logo.sticky-menu-on .logo img,
.left-logo.sticky-menu-on .logo img {
	top: 9px;
}
.sticky-menu-on .homemenu > .sf-menu > li:hover > ul,
.sticky-menu-on .homemenu > .sf-menu > li.sfHover > ul {
	left: 0;
	top: 80px;
}
.sticky-menu-on .homemenu ul li a::before {
	bottom: 18px;
}

body:not(.elementor-page) .container {
	padding-left: 50px;
	padding-right: 50px;
}
body.edge-to-edge:not(.elementor-page) .container {
	padding-top: 50px;
}
body.single-post:not(.elementor-page) .container-wrapper {
	overflow: hidden;
}

/*
9.3 Password Protected Form
	*/

.single-portfolio #password-protected {
	text-align: center;
}
.post-password-required .portfolio-header-wrap {
	width: auto;
	text-align: center;
}
#password-protected {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-is-not-fullscreen #password-protected {
	padding-top: 0;
	margin-top: 40px;
}
#password-protected h2 {
	font-size: 16px;
	color: #9f9f9f;
}
#password-protected p,
.post-password-form p {
	color: #000;
}
#password-protected .client-gallery-password-form input,
#password-protected .client-gallery-password-form label,
.client-gallery-password-form .post-password-form input,
#password-protected .client-gallery-password-form p,
.client-gallery-password-form .post-password-form p {
	color: #fff;
}
#password-protected .client-gallery-password-form input,
.client-gallery-password-form .post-password-form input {
	color: #fff;
	border: 1px solid #fff;
}
#password-protected .client-gallery-password-form input[type="submit"],
.client-gallery-password-form .post-password-form input[type="submit"],
#password-protected .client-gallery-password-form input[type="submit"],
.client-gallery-password-form .post-password-form input[type="submit"] {
	color: #000;
	background: #fff;  
}
#password-protected .client-gallery-password-form input[type="submit"]:active,
.client-gallery-password-form .post-password-form input[type="submit"]:active,
#password-protected .client-gallery-password-form input[type="submit"]:hover,
.client-gallery-password-form .post-password-form input[type="submit"]:hover {
	color: #fff;
	border-color: #666;
	background: #666;
}
#password-protected input,
.post-password-form input {
	width: 120px;
	cursor: pointer;
	color: #000;
	border: 0;
	border: 1px solid #000;
	background: none;
	padding: 10px 24px 12px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.protected-indicate-icon {
	text-align: center;
}
.protected-indicate-icon {
	font-size: 64px;
}
#password-protected input[type="submit"],
.post-password-form input[type="submit"] {
	width: auto;
	min-width: 140px;
	border-radius: 5px;
	background: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	margin-left: 5px;
}
#password-protected input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
	color: #fff;
	background: #000;
}
#password-protected input[type="submit"]:active,
.post-password-form input[type="submit"]:active {
	color: #fff;
	background: #000;
}
#password-protected label {
	color: #000;
}
.post-password-form {
	text-align: center;
}
#password-protected,
.post-password-form {
	font-size: 13px;
}
#password-protected label input {
	font: inherit;
	font-size: 13px;
	border: 1px solid #000;
	color: #000;
	padding: 6px 7px;
	margin: 10px 0 24px;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	text-align: center;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.password-with-background .protected-indicate-icon i,
.password-with-background .entry-content .entry-title,
.password-with-background #password-protected p,
.password-with-background .post-password-form p,
.password-with-background #password-protected label,
.password-with-background #password-protected label input {
	color: #fff;
}
.password-with-background #password-protected input,
.password-with-background .post-password-form input {
	color: #fff;
	border-color: #fff;
}

.password-with-background #password-protected input[type="submit"],
.password-with-background .post-password-form input[type="submit"] {
	background: #fff;
	color: #000;
}
.password-with-background #password-protected input[type="submit"]:hover,
.password-with-background .post-password-form input[type="submit"]:hover {
	border-color: #666;
	background: #666;
	color: #fff;
}
.password-with-background #password-protected label input {
	border-color: rgba(255,255,255,0.5);
	transition: border 0.5s;
	-moz-transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-o-transition: border 0.5s;
}
.password-with-background #password-protected label input:hover,
.password-with-background #password-protected label input:focus {
	border-color: rgba(255,255,255,1);
}
.fullscreen-protected #password-protected {
	text-align: center;
	padding: 0;
	max-width: 610px;
}
.fullscreen-protected #password-protected .protected-indicate-icon {
	display: none;
}
.fullscreen-protected #password-protected i {
	font-size: 44px;
	color: #fff;
	margin: 30px;
	display: block;
}

.mtheme-password-required .entry-title-wrap h1.entry-title,
.mtheme-password-required .single .title-container h1.entry-title,
.mtheme-password-required .entry-title-wrap h1 {
	font-size: 34px;
	line-height: 34px;
}
.menu-has-site-title .entry-title-wrap {
	display: none;
}
.menu-has-site-title .title-container-outer-wrap {
	padding-top: 40px;
}
.menu-has-site-title.mobile-mode-active .title-container-outer-wrap {
	padding-top: 30px;
	margin-bottom: 0;
}
body.mtheme-password-required,
body.single-proofing,
body.page-is-fullscreen {
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #505050;
}
@-webkit-keyframes equalize {
  0% {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
  50% {
	-webkit-transform: translate3d(0, 80%, 0);
			transform: translate3d(0, 80%, 0);
  }
  100% {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
}

@keyframes equalize {
  0% {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
  50% {
	-webkit-transform: translate3d(0, 80%, 0);
			transform: translate3d(0, 80%, 0);
  }
  100% {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes equalize-2 {
  0% {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
  50% {
	-webkit-transform: translate3d(0, 80%, 0);
			transform: translate3d(0, 80%, 0);
  }
  100% {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
}
@keyframes equalize-2 {
  0% {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
  50% {
	-webkit-transform: translate3d(0, 80%, 0);
			transform: translate3d(0, 80%, 0);
  }
  100% {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
}
.equalizer {
  font-size: 0;
  height: 20px;
  overflow: hidden;
}
.jp-play .equalizer .equalizer-bar {
	height: 2px;
  -webkit-animation: none !important;
		  animation: none !important;
}

.equalizer-bar {
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #000;
  margin-right: 2px;
}
.fullscreen-slide-bright .equalizer-bar {
	background: #fff;
}
.equalizer-bar:nth-child(1) {
  height: 70%;
  -webkit-animation: equalize 900ms ease infinite;
		  animation: equalize 900ms ease infinite;
}
.equalizer-bar:nth-child(2) {
  -webkit-animation: equalize 900ms linear infinite;
		  animation: equalize 900ms linear infinite;
}
.equalizer-bar:nth-child(3) {
  height: 70%;
  -webkit-animation: equalize 900ms 200ms ease infinite;
		  animation: equalize 900ms 200ms ease infinite;
}
.equalizer-bar:nth-child(4) {
  -webkit-animation: equalize 900ms 150ms linear infinite;
		  animation: equalize 900ms 150ms linear infinite;
}
.equalizer-bar:nth-child(5) {
  height: 70%;
  -webkit-animation: equalize 900ms 100ms ease infinite;
		  animation: equalize 900ms 100ms ease infinite;
}

.fullscreenslideshow-audio {
	position: fixed;
	bottom: 100px;
	right: 13px;
	z-index: 2;
}
.fullscreenslideshow-audio .jp-audio div.jp-type-single div.jp-interface {
	background: none;
	height: 35px;
	width: 35px;
}
.fullscreenslideshow-audio .jp-audio {
	position: absolute;
	bottom: -90px;
	right: 50px;
	z-index: 10;
}
.fullscreenslideshow-audio .jp-volume-bar {
	width: 40px;
}
.fullscreenslideshow-audio .jp-audio div.jp-type-single div.jp-volume-bar {
	top: 15px;
	left: 36px;
}
.fullscreenslideshow-audio .jp-controls a {
	background: rgba(0,0,0,0);
	border-radius: 50px;
	color: #000000;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.fullscreenslideshow-audio .jp-controls a:hover {
	background: none;
	opacity: 0.5;
}
.fullscreenslideshow-audio .jp-play,
.fullscreenslideshow-audio .jp-pause {
	border: 0;
	bottom: -5px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 30px;
	background: none;
	font-size: 26px;
}
.fullscreenslideshow-audio .jp-controls a:hover,
.entry-content .fullscreenslideshow-audio .jp-controls a:hover {
	color: #000;
}
.fullscreenslideshow-audio .jp-play:hover,
.fullscreenslideshow-audio .jp-pause:hover {
	background: #aaa;
}

/*
Supersized - Fullscreen Slideshow
*/

#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
.page-is-fullscreen #supersized {
	z-index: 0;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}
/*Speed*/

#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
/*Quality*/

#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
	display: inline;
}
#slidecounter {
	bottom: 56px;
	color: #6d6d6d;
	font-size: 11px;
	font-weight: 400;
	position: fixed;
	right: 26px;
	text-align: center;
	width: 64px;
	z-index: 9;
}
.slidenumber::after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	content: " ";
	left: -7px;
	position: absolute;
	top: 20px;
	width: 20px;
	-ms-transform: rotate(-20deg);
	/* IE 9 */
	
	-webkit-transform: rotate(-20deg);
	/* Safari */
	
	transform: rotate(-20deg);
}
.slidenumber,
.totalslides {
	position: relative;
}
.slidenumber {
	left: 5px;
	top: -14px;
}
.totalslides {
	left: -1px;
	top: 13px;
}
.static_slideshow_caption {
	margin-right: 0;
}
.sticky-menu-on #slidecaption,
.sticky-menu-on #static_slidecaption,
.sticky-menu-on .background-slideshow-controls {
	display: none;
}
.slideshow_content_wrap {
	padding: 50px 50px 68px;
}
.coverphoto-text-container .slideshow_title,
.coverphoto-text-container .static_slideshow_title  {
	margin-bottom: 14px;
}
.coverphoto-text-container .slideshow_caption,
.coverphoto-text-container .static_slideshow_caption {
	margin-bottom: 21px;
}
.coverphoto-text-container .static_slideshow_caption {
	margin-bottom: 0;
}

.static_slideshow_title {
	top: 0;
}
.slideshow_text_shift_up {
	padding-bottom: 0;
}
.slideshow_caption_break {
	padding-bottom: 28px;
}
.static_slideshow_caption.slideshow_caption_break {
	padding-bottom: 0;
}

.slideshow_caption p,
.static_slideshow_caption p {
	margin: 0;
}
.slideshow_caption a,
.static_slideshow_caption a {
	color: #fff;
}
.slideshow_content_links {
	opacity: 0;
}
.fullscreen-coverphoto .slideshow-content-wrap,
.fullscreen-particles .slideshow-content-wrap {
	position: static;
	bottom: auto;
	width: auto;
}
#navigation {
	float: right;
	margin: 0px 20px 0 0;
}
.slideshow-controls-wrap i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	border: 0;
	display: inline-block;
	font-size: 18px;
	margin: 5px;
	z-index: 99;
	position: relative;
	text-align: center;
	opacity: 0;
	transition: border-color 0.5s, opacity 0.5s;
	-moz-transition: border-color 0.5s, opacity 0.5s;
	-webkit-transition: border-color 0.5s, opacity 0.5s;
	-o-transition: border-color 0.5s, opacity 0.5s;
}
.preloader-done .slideshow-controls-wrap i {
	opacity: 1;
}
.slideshow-controls-wrap i:hover {
	cursor: pointer;
	border-color: rgba(255,255,255,1);
}
.fullscreen-header-dark .slideshow-controls-wrap i:hover {
	border-color: rgba(0,0,0,1);
}
.super-navigation {
	position: relative;
	text-align: center;
}
ul#slide-list {
  display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
ul#slide-list li {
	height: 6px;
	list-style: none;
	margin: 10px 0;
	width: 6px;
	position: relative;
}
ul#slide-list li::after {
	position: absolute;
	content: " ";
	display: block;
	height: 2px;
	width: 2px;
	left: 4px;
	top: 4px;
	border: 1px solid #fff;
	border-radius: 10px;
	transition: left 0.5s, top 0.5s, height 0.5s, width 0.5s;
	-moz-transition: left 0.5s, top 0.5s, height 0.5s, width 0.5s;
	-webkit-transition: left 0.5s, top 0.5s, height 0.5s, width 0.5s;
	-o-transition: left 0.5s, top 0.5s, height 0.5s, width 0.5s;
}
ul#slide-list li.current-slide::after {
	position: absolute;
	content: " ";
	display: block;
	height: 8px;
	width: 8px;
	left: 1px;
	top: 1px;
}
ul#slide-list li a {
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 10px;
}
ul#slide-list li:hover {
	cursor: pointer;
}
#tray-button {
	float: right;
	margin-right: 50px;
	opacity: 0.6;
}
#tray-button:hover {
	background-position: 0 1px;
	cursor: pointer;
	opacity: 1;
}
#progress-back {
	bottom: 1px;
	height: 1px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
	opacity: 0.5;
}
#progress-bar {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(82%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	height: 2px;
	position: relative;
	width: 100%;
}
#nextthumb,
#prevthumb {
	background: #ddd;
	border: 1px solid #fff;
	bottom: 61px;
	display: none;
	height: 75px;
	overflow: hidden;
	position: fixed;
	width: 100px;
	z-index: 2;
}
#nextthumb {
	right: 12px;
}
#prevthumb {
	left: 12px;
}
#nextthumb img,
#prevthumb img {
	height: auto;
	width: 150px;
}
#nextthumb:active,
#prevthumb:active {
	bottom: 59px;
}
#nextthumb:hover,
#prevthumb:hover {
	cursor: pointer;
}
#thumb-tray {
	bottom: 0;
	height: 160px;
	left: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 3;
}
#thumb-back,
#thumb-forward {
	bottom: 42px;
	height: 108px;
	position: absolute;
	width: 40px;
	z-index: 5;
}
#thumb-back {
	left: 0;
}
#thumb-forward {
	right: 0;
}
#thumb-back:hover,
#thumb-forward:hover {
	background-color: rgba(256, 256, 256, 0.1);
	cursor: pointer;
}
#thumb-back:hover {
	border-right: 1px solid rgba(256, 256, 256, 0.2);
}
#thumb-forward:hover {
	border-left: 1px solid rgba(256, 256, 256, 0.2);
}
ul#thumb-list {
	display: inline-block;
	left: 0px;
	list-style: none;
	padding: 0 0px;
	position: relative;
}
ul#thumb-list li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 5px;
	margin-top: 8px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(255, 255, 255, 1);
	-webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.85);
	-moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.85);
	box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.85);
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	z-index: 999;
}
ul#thumb-list li img {
	height: auto;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	opacity: 1;
}
ul#thumb-list li.current-thumb {
	border: 2px solid rgba(255, 255, 255, 1);
}
ul#thumb-list li:hover {
	border: 2px solid rgba(155, 155, 155, 1);
	cursor: pointer;
}
#slideshow-data,
#nav-thumbflip .next,
#nav-thumbflip .prev {
	display: none;
}
#prevslide i,
#nextslide i,
.super-navigation,
#slidecounter,
.mtheme-share-toggle,
#play-button i {
	color: #000;
	color: rgba(0, 0, 0, 0.8);
}
.super-navigation {
	float: left;
}

/*
******************************
Ken Burns
******************************
*/

.kenburns-preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#kenburns-container img {
	display: none;
}


.mobile-menu-social {
	padding-bottom: 22px;
}
.mobile-menu-social .social-header-wrap {
	text-align: center;
	width: 100%;
	float: none;
}
.mobile-menu-social .social-header-wrap ul li.social-icon {
	float: none;
	padding: 0 10px;
}
.social-header-wrap {
	float: right;
}
.social-header-wrap a {
	display: block;
	line-height: 0;
	height: 20px;
	width: 20px;
}
.social-header-wrap a,
.social-header-wrap ul li.contact-text a,
.social-header-wrap ul li.contact-text {
	position: relative;
	z-index: 1000;
}
.social-header-wrap .contact-text a {
	width: auto;
}
.social-header-wrap ul {
	list-style-type: none;
}
.social-header-wrap ul li {
	display: inline-block;
	text-align: right;
	border: 0;
}
.social-header-wrap ul li.contact-text i,
.social-header-wrap ul li.address-text i {
	margin-right: 10px;
	margin-left: 10px;
}
.social-header-wrap ul li i {
	margin: 0;
	padding: 0;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 13px;
}

.social-header-wrap ul li.contact-text a,
.social-header-wrap ul li.contact-text,
.social-header-wrap {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.2px;
}
.social-header-wrap ul li.social-icon {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 15px;
	width: 20px;
	float: right;
}
.social-header-wrap ul li:first-child {
	margin-left: 0;
}
.social-header-wrap ul li.social-icon:hover i,
.social-header-wrap ul li.social-icon i {
	color: #333;
}

/*
SHORTCODE FontAwesome
*/

i.fontawesome {
	color: #000;
	text-align: center;
	display: block;
	position: relative;
}
.alignicon-top i.fontawesome {
	color: #000;
	text-align: center;
	display: block;
}
.alignicon-top.no-border .fontawesome.in-circle {
	border: 0;
}


/* Tubular Youtube */

.tubular-controls {
	position: fixed;
	z-index: 9999;
	top: 50%;
	right: 0;
}
.tubular-controls .tubular-play,
.tubular-controls .tubular-pause {
	height: 60px;
	width: 60px;
	display: block;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.tubular-controls .tubular-play {
	background-image: url(/wp-content/themes/blacksilver/images/icons/play-button.png);
}
.tubular-controls .tubular-pause {
	background-image: url(/wp-content/themes/blacksilver/images/icons/pause-button.png);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#tubuter-container {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%
}
#tubular-container,
#tubular-shield {
	z-index: 99 !important;
	top: 0;
	position: fixed;
	left: 0;
	opacity: 0;
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
}
.preloader-done #tubular-container,
.preloader-done #tubular-shield,
.preloader-done.tubular-active #tubular-container,
.preloader-done.tubular-active #tubular-shield {
	opacity: 1;
}
#tubular-container #player {
	cursor: pointer;
}
.jp-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	line-height: 16px;
	text-align: center;
}
.jp-time-holder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	letter-spacing: 0.25px;
}
.youtube-play {
	position: fixed;
	bottom: 40%;
	left: 50%;
	margin-bottom: -40px;
	margin-left: -40px;
	height: 80px;
	width: 80px;
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 80px;
}
.youtube-play:after {
	position: absolute;
	font-family: 'fontawesome';
	content: "\f04b";
	left: 34px;
	font-size: 22px;
	top: 23px;
	color: #000;
	z-index: 99;
}
/* Vimeo */

div#fullscreenvimeo {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	width: -webkit-calc(100% - 426px);
	width: -moz-calc(100% - 426px);
	width: calc(100% - 426px);
	height: 100%;
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: calc(100% - 100px);
	z-index: -999;
}
.fullscreen-mode-on div#fullscreenvimeo {
	left: 0;
}
div#fullscreenvimeo > iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
/* HTML5 Fullscreen Video */

#fullscreenhtml5video,
#fullscreenhtml5video img,
#fullscreenhtml5video object {
	position: fixed;
	left: 0;
	top: 0 !important;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
}
#html5videocontrol {
	position: absolute;
	top: 50%;
	right: 60px;
	z-index: 900;
}
#html5videocontrol i:hover {
	cursor: pointer;
}
/* Video Containers */

.fullscreen-video-audio {
	position: fixed;
	z-index: 999;
	bottom: 80px;
	right: 80px;
	font-size: 14px;
	background: #fff;
	color: #000;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 36px;
	border-radius: 40px;
}
.fullscreen-video-play {
	position: fixed;
	z-index: 999;
	bottom: 50%;
	right: 50%;
	bottom: calc(50% - 40px);
	right: calc(50% - 40px);
	font-size: 20px;
	background: #000;
	color: #fff;
	width: 80px;
	text-align: center;
	height: 80px;
	line-height: 76px;
	border-radius: 60px;
	opacity: 0.5;
	display: none;
}
.fullscreen-video-audio:hover {
	cursor: pointer;
}
#backgroundvideo {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

#backgroundvideo video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#videocontainer {
   -webkit-background-size:cover; 
   -moz-background-size:cover; 
   -o-background-size:cover; 
   background-size:cover;
}
#backgroundvideo .vjs-poster {
   -webkit-background-size:cover; 
   -moz-background-size:cover; 
   -o-background-size:cover; 
   background-size:cover;
}
#backgroundvideo .video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	left: calc(50% + 150px);
}
#videocontainer .vjs-control-bar {
	display: none;
}
#backgroundvideo {
	height: 100%;
	min-height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 10;
}
.page-is-not-fullscreen #backgroundvideo.youtube-background-video {
	position: absolute !important;
}
.page-is-not-fullscreen #backgroundvideo.html5-background-video {
	z-index: 0;
}
.vjs-error-display {
	display: none;
}

/*
@ WPML Language selector.
*/

.wpml-lang-selector-wrap {
	float: right;
	position: absolute;
	right: 50px;
	top: 3px;
	z-index: 99;
}
.top-header-present .wpml-lang-selector-wrap {
	top: -32px;
	z-index: 105;
}
.wpml-flags-language-list li {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	margin-left: 5px;
	text-transform: uppercase;
}
.flags_language_selector img {
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.wpml-flags-language-list li {
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	margin-left: 2px;
	padding: 2px 5px;
	text-transform: uppercase;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}
.wpml-flags-language-list li.language-active,
.wpml-flags-language-list li.selectable:hover {
	background: rgb(255, 255, 255);
}
.wpml-lang-selector-wrap #lang_sel li,
.wpml-lang-selector-wrap #lang_sel ul ul {
	width: 180px;
}
.mobile-wpml-lang-selector-wrap {
	margin-bottom: 24px;
	text-align: center;
}
.mobile-wpml-lang-selector-wrap #lang_sel li,
.mobile-wpml-lang-selector-wrap #lang_sel ul ul {
	width: 200px;
}
/* Remove following class if language selector needs default colors */

.mobile-wpml-lang-selector-wrap #lang_sel a.lang_sel_sel {
	background-color: #eee;
	color: #000;
}
.wpml-lang-selector-wrap #lang_sel a.lang_sel_sel {
	background-color: #eee;
	color: #000;
}
/* Transparent border for language selector. */

.mobile-wpml-lang-selector-wrap #lang_sel a,
.mobile-wpml-lang-selector-wrap #lang_sel a:visited {
	border-color: rgba(255, 255, 255, 0.3);
}
.wpml-lang-selector-wrap #lang_sel a,
.wpml-lang-selector-wrap #lang_sel a:visited {
	border-color: rgba(255, 255, 255, 0.1);
}
/* Responsive language selector position */

.mobile-wpml-lang-selector-wrap #lang_sel {
	margin-top: 15px;
	position: relative;
	z-index: 999;
}
/*
@ WPML Language selector.
*/

.wpml-lang-selector-wrap #lang_sel ul ul,
.mobile-wpml-lang-selector-wrap ul ul {
	z-index: 99;
}
/*
RevSLider*/

.tp-bannertimer {
	height: 2px !important;
}

/* Layout helpers
----------------------------------*/

.ui-helper-hidden,
.ui-helper-hidden-accessible {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0;
	/* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}

/*
Header Logo Switches
*/

body.header-type-inverse {
	background: #000;
}

.header-type-inverse-overlay.menu-is-horizontal .outer-wrap,
.header-type-overlay.menu-is-horizontal .outer-wrap {
	position: absolute;
}
.fullscreen-slide-dark.page-media-background .homemenu,
.fullscreen-slide-bright.page-media-background .homemenu {
	border-bottom: 0;
}

.header-type-inverse-overlay .logo-theme-dark,
.header-type-dark .logo-theme-dark,
.header-type-bright .logo-theme-dark,
.header-type-auto .logo-theme-dark,
.header-type-overlay .logo-theme-bright,
.header-type-auto.fullscreen-header-bright .logo-theme-bright,
.header-type-auto.fullscreen-header-dark .logo-theme-dark,
.header-type-default .logo-theme-dark,
.stickymenu-active.header-type-overlay .logo-theme-dark {
	display: block;
}

.header-type-inverse-overlay .logo-theme-bright,
.header-type-dark .logo-theme-bright,
.header-type-bright .logo-theme-bright,
.header-type-auto .logo-theme-bright,
.header-type-overlay .logo-theme-dark,
.header-type-inverse .logo-theme-dark,
.header-type-auto.fullscreen-header-bright .logo-theme-dark,
.header-type-auto.fullscreen-header-dark .logo-theme-bright,
.header-type-default .logo-theme-bright,
.stickymenu-active.header-type-overlay .logo-theme-bright {
	display: none;
}

.woocommerce .shipping-calculator-button,
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.entry-content .wp-block-button .wp-block-button__link,
a#cancel-comment-reply-link,
#contact .button,
#commentform input#submit,
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a,
.mtheme-opentable-form .otw-submit-btn,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"],
#password-protected input[type="submit"],
.post-password-form input[type="submit"],
.button-blog-continue a,
.project-details-link h4 a,
.cart-buttons,
.mtheme-button {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	border-radius: 5px;
	text-align: center;
	outline: none;
	position: relative;
	z-index: 1;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 150px;
	box-shadow: none;
	-moz-box-shadow: none;

	-ms-transition: transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);
	-webkit-transition: transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);
	transition: transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);

}

.positionaware-button {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.5px;
	margin: 0;
	overflow: hidden;
	padding: 9px 28px;
	min-width: 100px;
	text-align: center;
	position: relative;
	box-shadow: none;
	-moz-box-shadow: none;

	-ms-transition: transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), border-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);
	-webkit-transition: transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), border-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);
	transition: transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), border-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);
}
.positionaware-button:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}

.woocommerce .shipping-calculator-button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #content div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover,
.entry-content .wp-block-button .wp-block-button__link:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="reset"]:hover,
#contact .button:hover,
#commentform input#submit:hover,
ol.commentlist li.pingback .reply a:hover,
ol.commentlist li.comment .reply a:hover,
#password-protected input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.mtheme-button:hover,
.cart-buttons:hover,
.positionaware-button:hover {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	-ms-transform: translateX(2px);
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
}
.positionaware-button:hover span {
	width: 100%;
	opacity: 1;
}
.positionaware-button .indicate-arrow {
	font-size: 12px;
	position: absolute;
	right: 14px;
	top: 11px;
}

#contact .button,
#commentform input#submit,
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a,
.mtheme-opentable-form .otw-submit-btn,
#password-protected input[type="submit"],
.post-password-form input[type="submit"],
.button-blog-continue a,
.project-details-link h4 a,
.mtheme-button {
	color: inherit;
	background: none;
}
.postformat_contents .button-blog-continue a,
.blog-grid-element .button-blog-continue a,
.readmore-service a,
.project-details-link h4 {
	padding: 0;
	margin-top: 0;
	border: 0;
	background: none;
	color: #000;
	border-radius: 0;
	min-width: auto;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}
.postformat_contents .button-blog-continue a {
	position: relative;
	padding-left: 34px;
	display: inline-block;
}
.postformat_contents .button-blog-continue a:before {
	position: absolute;
	content: " ";
	left: 0;
	top: 7px;
	height: 1px;
	width: 24px;
	background: #000;
}
.postformat_contents .button-blog-continue a:hover,
.blog-grid-element .button-blog-continue a:hover,
.readmore-service a:hover,
.project-details-link h4 {
	background: none;
	color: #000;
}
.readmore-service a {
	font-weight: 400;
}
.photowall-box .mtheme-button {
	margin: 14px 0 0 0;
}
.mtheme-button,
.woocommerce-message a.button {
	border: 1px solid #000;
	color: #000;
	margin-top: 7px;
}
.mtheme-button:hover  {
	color: #fff;
	background: #000;
}
.text-is-bright .mtheme-button,
.bright .mtheme-button,
.photocard-bright .mtheme-button {
	border: 1px solid #fff;
	color: #fff;
}
.text-is-dark .mtheme-button,
.dark .mtheme-button,
.photocard-dark .mtheme-button {
	border: 1px solid #000;
	color: #000;
}
.blue .mtheme-button {
	border: 1px solid #24bee8;
	background: #24bee8;
	color: #fff;
}
.whitefill .mtheme-button {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}
.hero-button.mtheme-button {
	border-color: rgba(255, 255, 255, 0.5);
}
.hero-button.mtheme-button:hover {
	border-color: rgba(255, 255, 255, 1);
}
/* Button */
#contact .button:hover,
#commentform input#submit:hover,
ol.commentlist li.pingback .reply a:hover,
ol.commentlist li.comment .reply a:hover,
.entry-content .mtheme-button:hover,
.entry-content .mtheme-button:active {
	color: #fff;
	background: #000;
}
.text-is-bright .mtheme-button:hover,
.text-is-bright .mtheme-button:active,
.bright .mtheme-button:hover,
.bright .mtheme-button:active,
.entry-content .photocard-bright .mtheme-button:hover,
.entry-content .photocard-bright .mtheme-button:active {
	color: #000;
	background: #fff;
}
.text-is-dark .mtheme-button:hover,
.text-is-dark .mtheme-button:active,
.dark .mtheme-button:hover,
.dark .mtheme-button:active,
.entry-content .photocard-dark .mtheme-button:hover,
.entry-content .photocard-dark .mtheme-button:active {
	color: #fff;
	background: #000;
}
.blue .mtheme-button:hover,
.blue .mtheme-button:active {
	color: #000;
	border: 1px solid #fff;
}
.whitefill .mtheme-button:hover,
.whitefill .mtheme-button:active {
	color: #fff;
	border: 1px solid #000;
}
.mtheme-button.big-button {
	padding: 15px 40px;
}
.button-blog-continue,
.readmore-service {
	cursor: pointer;
	display: block;
	padding: 0;
}
.button-blog-continue a,
.readmore-service a,
.project-details-link h4 a {
	display: inline-block;
	color: #000;
	position: relative;
	border: 1px solid #000;
}
.readmore-service a {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #000;
	padding: 5px 0;
}
.photocard-bright .button-blog-continue a,
.photocard-bright .readmore-service a,
.photocard-bright .project-details-link h4 a {
	color: #fff;
	border: 1px solid #fff;
}
.photocard-bright .button-blog-continue a:hover,
.photocard-bright .readmore-service a:hover,
.photocard-bright .project-details-link h4 a:hover {
	color: #000;
	background: #fff;
}

.project-details-link h4 a {
	text-transform: none;
	padding-bottom: 4px;
	border-bottom: 2px solid #000;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.project-details-link h4 a:hover {
	opacity: 1;
}
.text-is-bright .button-blog-continue a:after,
.text-is-bright .readmore-service a:after,
.photocard-bright .button-blog-continue a:after,
.text-is-bright .project-details-link h4 a:after {
	background: #fff;
	color: #000;
}
.gridblock-blog-parallax .button-blog-continue a:hover,
.button-blog-continue a:hover,
.project-details-link h4 a:hover {
	background: #000;
	color: #fff;
}
.text-is-bright .button-blog-continue a,
.photocard-bright .button-blog-continue a,
.text-is-bright .readmore-service a,
.text-is-bright .project-details-link h4 a {
	color: #fff;
}
.text-is-bright .button-blog-continue a:hover:after,
.photocard-bright .button-blog-continue a:hover:after,
.text-is-bright .readmore-service a:hover:after,
.text-is-bright .project-details-link h4 a:hover:after {
	background-color: #fff;
}
.mtheme-button .button-icon i {
	font-size: 14px;
}
.mtheme-button .button-icon {
	left: -5px;
	position: relative;
	right: auto;
	top: -1px;
}
.ajax-gridblock-data .mtheme-button,
.button-shortcode .mtheme-button {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}
.image-set-bottom .mtheme-button {
	margin-bottom: 10px;
}
.image-set-top .mtheme-button {
	margin-bottom: 10px;
}

.mtheme-button {
	border: 1px solid #000;
	background: transparent;
	position: relative;
}
.mtheme-button:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: -1;
	width: 0%;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}
.mtheme-button {
	margin-bottom: 14px;
}
.mtheme-button {
	font-size: 15px;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 10px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
/* Button */
.static_slideshow_content_link .supersized-button,
.slideshow_content_link .supersized-button {
	display: inline-block;
	position: relative;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
.static_slideshow_content_link .supersized-button:after,
.slideshow_content_link .supersized-button:after {
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	background: #fff;
	position: absolute;
	content: " ";
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	z-index: -1;
}
.static_slideshow_content_link .supersized-button:hover:after,
.slideshow_content_link .supersized-button:hover:after {
	height: 100%;
}
.static_slideshow_content_link .supersized-button:hover,
.slideshow_content_link .supersized-button:hover {
	color: #000;
}
.row-boxed {
	width: 1200px;
	margin: 0 auto;
}

.mtheme-button.button-has-custom-color:hover:after {
	background-color: #000;
}

/**
 * Toggle Menu
 */

#toggle-menu {
	display: block;
}
.minimal-menu .social-sharing-toggle {
	right: 50px;
}
.minimal-menu.minimal-menu-fadein .social-sharing-toggle,
.minimal-menu.minimal-menu-fadein .social-header-wrap,
.minimal-menu.minimal-menu-fadein .homemenu {
	-webkit-animation: minimalmenu-fadein 1s;
	-moz-animation: minimalmenu-fadein 1s;
	-ms-animation: minimalmenu-fadein 1s;
	-o-animation: minimalmenu-fadein 1s;
	animation: minimalmenu-fadein 1s;
	opacity: 1;
}
@keyframes minimalmenu-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes minimalmenu-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes minimalmenu-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes minimalmenu-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.minimal-menu.minimal-menu-fadeout .social-sharing-toggle,
.minimal-menu.minimal-menu-fadeout .social-header-wrap,
.minimal-menu.minimal-menu-fadeout .homemenu {
	-webkit-animation: minimalmenu-fadeout 1s;
	-moz-animation: minimalmenu-fadeout 1s;
	-ms-animation: minimalmenu-fadeout 1s;
	-o-animation: minimalmenu-fadeout 1s;
	animation: minimalmenu-fadeout 1s;
	opacity: 0;
}
@keyframes minimalmenu-fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-moz-keyframes minimalmenu-fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes minimalmenu-fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-o-keyframes minimalmenu-fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.toggle-menu-trigger {
	position: absolute;
	top: 35px;
	left: 35px;
	display: block;
	width: 25px;
	height: 50px;
	cursor: pointer;
	z-index: 130;
}
.sticky-menu-on .toggle-menu-trigger {
	display: none;
}
.toggle-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	margin-top: -3px;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.toggle-menu-open .toggle-menu-trigger span,
.fullscreen-slide-dark .toggle-menu-open .toggle-menu-trigger span,
.fullscreen-slide-light .toggle-menu-open .toggle-menu-trigger span {
	background-color: transparent;
}
.toggle-menu-trigger span:before,
.toggle-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.toggle-menu-trigger span:before,
.toggle-menu-trigger span:after,
.toggle-menu-open .toggle-menu-trigger span:before,
.toggle-menu-open .toggle-menu-trigger span:after,
.toggle-menu-trigger span {
	background: #000;
}
.toggle-menu-trigger span:before {
	-webkit-transform: translateY(-350%);
	transform: translateY(-350%);
}
.toggle-menu-trigger span:after {
	-webkit-transform: translateY(350%);
	transform: translateY(350%);
}
.toggle-menu-open .toggle-menu-trigger span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.toggle-menu-open .toggle-menu-trigger span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* Mobile Menu */

#simple-toggle-menu .mobile-toggle-menu-trigger {
	left: 32px;
}
.mobile-toggle-menu-trigger {
	position: fixed;
	top: 0;
	left: 5px;
	display: block;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 1010;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}
#minimal-toggle-menu .mobile-toggle-menu-trigger {
	top: 144px;
	left: 50px;
}
.top-header-present #minimal-toggle-menu .mobile-toggle-menu-trigger {
	top: 59px;
}
.menu-is-onscreen #minimal-toggle-menu .mobile-toggle-menu-trigger {
	top: 14px;
}
.sticky-menu-on #minimal-toggle-menu .mobile-toggle-menu-trigger {
	top: 14px;
}
.mobile-toggle-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 18px;
	display: block;
	width: 23px;
	height: 1px;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.fullscreen-slide-dark .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.fullscreen-slide-light .mobile-toggle-menu-open .mobile-toggle-menu-trigger span {
	background-color: transparent;
}
.mobile-toggle-menu-trigger span:before,
.mobile-toggle-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.menu-is-onscreen:not(.header-type-overlay).toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.menu-is-onscreen:not(.header-type-overlay).toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.menu-is-onscreen:not(.header-type-overlay).toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.menu-is-onscreen:not(.header-type-overlay).toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #000;
}
.menu-is-onscreen.header-type-inverse.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.menu-is-onscreen.header-type-inverse.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.menu-is-onscreen.header-type-inverse.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.menu-is-onscreen.header-type-inverse.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #fff;
}

.header-type-inverse-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.header-type-inverse-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.header-type-inverse-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.toggle-main-menu:not(.mobile-mode-active).fullscreen-header-dark:not(.menu-is-onscreen) .mobile-toggle-menu-trigger span:before,
.toggle-main-menu:not(.mobile-mode-active).fullscreen-header-dark:not(.menu-is-onscreen) .mobile-toggle-menu-trigger span:after,
.toggle-main-menu:not(.mobile-mode-active).fullscreen-header-dark:not(.menu-is-onscreen) .mobile-toggle-menu-trigger span,
.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.stickymenu-active.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.stickymenu-active.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.stickymenu-active.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.stickymenu-active.header-type-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.stickymenu-active.header-type-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.stickymenu-active.header-type-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.mobile-toggle-menu-trigger span:before,
.mobile-toggle-menu-trigger span:after,
.mobile-toggle-menu-trigger span,
.mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #000;
}

.minimal-logo:not(.mobile-mode-active).fullscreen-header-dark:not(.menu-is-onscreen) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span {
	background: transparent;
}

.header-type-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.header-type-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.header-type-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.toggle-main-menu:not(.mobile-mode-active).fullscreen-header-bright:not(.menu-is-onscreen) .mobile-toggle-menu-trigger span:before,
.toggle-main-menu:not(.mobile-mode-active).fullscreen-header-bright:not(.menu-is-onscreen) .mobile-toggle-menu-trigger span:after,
.toggle-main-menu:not(.mobile-mode-active).fullscreen-header-bright:not(.menu-is-onscreen) .mobile-toggle-menu-trigger span,
.mobile-toggle-menu-trigger span:before,
.mobile-toggle-menu-trigger span:after,
.mobile-toggle-menu-trigger span,
.mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #fff;
}

.mobile-toggle-menu-open .mobile-toggle-menu-trigger span {
	background: transparent !important;
}

.stickymenu-active.header-type-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.stickymenu-active.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.header-type-auto.fullscreen-header-bright .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.header-type-auto.fullscreen-header-dark .mobile-toggle-menu-open .mobile-toggle-menu-trigger span {
	background: transparent;
}

.menu-is-onscreen .mobile-toggle-menu-trigger span:before,
.menu-is-onscreen .mobile-toggle-menu-trigger span:after,
.menu-is-onscreen .mobile-toggle-menu-trigger span,
.menu-is-onscreen .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.menu-is-onscreen .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #fff;
}

.menu-is-onscreen .mobile-toggle-menu-open .mobile-toggle-menu-trigger span {
	background: transparent;
}
.mobile-toggle-menu-trigger span:before {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}
.mobile-toggle-menu-trigger span:after {
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
}
.mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.fullscreen-header-dark .sidebar-toggle-menu-trigger span:before,
.fullscreen-header-dark .sidebar-toggle-menu-trigger span:after,
.fullscreen-header-dark .sidebar-toggle-menu-trigger span,
.sidebar-toggle-menu-trigger span:before,
.sidebar-toggle-menu-trigger span:after,
.sidebar-toggle-menu-trigger span {
	background: #000;
}

.fullscreen-header-bright .sidebar-toggle-menu-trigger span:before,
.fullscreen-header-bright .sidebar-toggle-menu-trigger span:after,
.fullscreen-header-bright .sidebar-toggle-menu-trigger span,
.header-type-overlay .sidebar-toggle-menu-trigger span:before,
.header-type-overlay .sidebar-toggle-menu-trigger span:after,
.header-type-overlay .sidebar-toggle-menu-trigger span,
.sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span:before,
.sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span:after,
.sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span {
	background: #fff;
}
.header-type-auto.sidebar-is-onscreen .sidebar-toggle-menu-trigger span:before,
.header-type-auto.sidebar-is-onscreen .sidebar-toggle-menu-trigger span:after,
.header-type-auto.sidebar-is-onscreen .sidebar-toggle-menu-trigger span,
.fullscreen-slide-bright.sidebar-is-onscreen .sidebar-toggle-menu-trigger span:before,
.fullscreen-slide-bright.sidebar-is-onscreen .sidebar-toggle-menu-trigger span:after,
.fullscreen-slide-bright.sidebar-is-onscreen .sidebar-toggle-menu-trigger span {
	background: #fff;
}
.mobile-mode-active .sidebar-toggle-menu-trigger span:before,
.mobile-mode-active .sidebar-toggle-menu-trigger span:after,
.mobile-mode-active .sidebar-toggle-menu-trigger span {
	background: #fff;
}
.sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span,
.header-type-auto .sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span,
.fullscreen-slide-dark .sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span,
.fullscreen-slide-bright .sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span,
.fullscreen-slide-bright.sidebar-is-onscreen .sidebar-toggle-menu-open .sidebar-toggle-menu-trigger span {
	background-color: transparent;
}


/*
Fotorama
*/
.fotorama-custom-nav {
	position: fixed;
	left: 50%;
	bottom: 16px;
	z-index: 99;
	color: #fff;
}
.mtheme-fotorama {
	position: relative;
	top: 0;
}
.fullscreen-mode-on .mtheme-fotorama {
	top: 50px;
}
.mtheme-fotorama .fotorama {
	overflow: visible;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.mtheme-fotorama .fotorama__nav.fotorama__nav--thumbs,
.mtheme-fotorama .fotorama__nav__shaft {
	text-align: left;
}
.menu-is-horizontal .mtheme-fotorama .fotorama__nav.fotorama__nav--thumbs,
.menu-is-horizontal .mtheme-fotorama .fotorama__nav__shaft {
	text-align: left;
}
.fotorama__nav__shaft .fotorama__thumb,
.fotorama__nav__shaft .fotorama__thumb-border {
	opacity: 0;
}
.page-has-loaded .mtheme-fotorama .fotorama {
	opacity: 1;
}
.mtheme-fotorama .fotorama__nav::before,
.mtheme-fotorama .fotorama__stage::before {
	background: none;
}
.fotorama__nav-wrap {
	position: absolute;
	bottom: 35px;
	left: 70px;
}
.fotorama-style-contain .fotorama__nav-wrap {
	bottom: -72px;
	left: 0;
}
.fotorama-style-contain.mobile-mode-active .fotorama__nav-wrap {
	bottom: 0;
	left: 2px;
}
.fotorama-style-contain .mtheme-fotorama .fotorama__nav.fotorama__nav--thumbs,
.fotorama-style-contain .mtheme-fotorama .fotorama__nav__shaft {
	text-align: center;
}
.mtheme-fotorama .fotorama__thumb .fotorama__img,
.mtheme-fotorama .fotorama__thumb .fotorama__img {
	opacity: 0.8;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
	border-radius: 0;
}
.mtheme-fotorama .fotorama__active .fotorama__thumb .fotorama__img {
	opacity: 1;
}
.single-mtheme_photostory .fotorama__nav-wrap {
	position: absolute;
	bottom: 60px;
	display: none;
}

.menu-is-horizontal.fotorama-style-contain #fotorama-container-wrap,
.menu-is-horizontal #fotorama-container-wrap,
#fotorama-container-wrap {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.menu-is-horizontal.fotorama-style-contain #fotorama-container-wrap {
	top: 118px;
	height: calc( 100% - 125px );
}
.admin-bar.menu-is-horizontal.fotorama-style-contain #fotorama-container-wrap {
	top: 151px;
	height: calc( 100% - 158px );
}
.menu-is-horizontal.fotorama-style-contain.split-menu #fotorama-container-wrap,
.menu-is-horizontal.fotorama-style-contain.centered-logo #fotorama-container-wrap {
	top: 170px;
}
.menu-is-horizontal.fotorama-style-contain.mobile-mode-active #fotorama-container-wrap {
	top: 65px;
}
.admin-bar.menu-is-horizontal.fotorama-style-contain.mobile-mode-active #fotorama-container-wrap {
	top: 100px;
}
.menu-is-horizontal.fotorama-style-contain.centered-logo #fotorama-container-wrap {
	top: 200px;
}

.menu-is-horizontal.fotorama-style-cover #fotorama-container-wrap {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mtheme-spaced-below {
	margin-bottom: 40px;
}
.wpcf7-form input,
.wpcf7-form textarea {
	color: #000;
}
.text-is-bright .wpcf7-form input,
.text-is-bright .wpcf7-form textarea {
	color: #fff;
}
.text-is-dark .wpcf7-form input,
.text-is-dark .wpcf7-form textarea {
	color: #000;
}
.mobile-menu-onwhite .mobile-menu-toggle {
	background-color: #fff;
}
.mobile-menu-onwhite .mobile-menu-icon {
	background-color: #fff;
	color: #000;
}
.footer-is-off .footer-margin {
	margin-top: 0;
}
.date-time-style-top .blog-details-section {
	float: none;
	width: auto;
}
.date-time-style-top .blog-content-section {
	float: none;
	width: auto;
}
.date-time-style-top .blog-details-section .the-day,
.date-time-style-top .blog-details-section .the-month,
.date-time-style-top .blog-details-section .the-year {
	font-size: 12px;
}
.date-time-style-top .blog-details-section span {
	display: inline;
	margin-right: 2px;
}
.date-time-style-top .blog-details-section-inner {
	border: 0;
	border-top: 1px solid #eee;
	text-indent: 0;
	display: inline-block;
}
.fullscreen-fixed-border {
	position: fixed;
	background-color: #fff;
	z-index: 1;
}
.fullscreen-right-border {
	right: 0;
	top: 0;
	height: 100%;
	width: 64px;
}
.fullscreen-left-border {
	left: 0;
	top: 0;
	height: 100%;
	width: 64px;
}
.fullscreen-bottom-border {
	left: 0;
	bottom: 0;
	height: 64px;
	width: 100%;
}
.mtheme-share-toggle {
	text-align: center;
	width: 64px;
}
.fullscreen-footer-wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 32;
	text-align: center;
}
.fullscreen-footer-wrap {
	background: #000;
}
.fullscreen-footer-info {
	color: #fff;
}
.fullscreen-footer-info {
	display: inline-block;
	font-size: 8px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	top: 0;
	line-height: 32px;
}
.fullscreen-footer-social,
.fullscreen-footer-info {
	display: block;
	width: 50%;
}
.fullscreen-footer-wrap,
.fullscreen-footer-social,
.fullscreen-footer-info {
	height: 24px;
	line-height: 24px;
}
.vertical-footer-wrap .fullscreen-footer-wrap,
.vertical-footer-wrap .fullscreen-footer-social,
.vertical-footer-wrap .fullscreen-footer-info {
	height: auto;
}
.vertical-footer-wrap .social-header-wrap ul li.contact-text {
	float: none;
	margin-bottom: 0;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}
.fullscreen-footer-social {
	float: right;
	text-align: left;
}
.fullscreen-footer-social .social-header-wrap {
	float: left;
}
.fullscreen-footer-info {
	float: left;
	text-align: right;
}
.fullscreen-video .mtheme-fullscreen-toggle i {
	color: #fff;
}
.fullscreen-video .mtheme-fullscreen-toggle i:hover {
	color: #fff;
}
.mtheme-fullscreen-toggle i {
	transition: color 0.5s, border-color 0.5s, background-color 0.5s;
	-moz-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
	-webkit-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}
.sticky-menu-on .mtheme-fullscreen-toggle {
	display: none;
}
.mtheme-fullscreen-toggle:hover i {
	cursor: pointer;
}
.slideshow-controls-wrap {
	z-index: 10;
	position: fixed;
	left: 50px;
	top: 50%;
	top: calc(50% - 78px);
	width: 53px;
	opacity: 0;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.slideshow-list-wrap {
	width: 20px;
	z-index: 10;
	position: fixed;
	right: 45px;
	bottom: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.preloader-done:hover .slideshow-list-wrap,
.preloader-done:hover .slideshow-controls-wrap {
	opacity: 1;
}
.preloader-done.menu-is-onscreen:hover .slideshow-controls-wrap {
	opacity: 0;
}
.fullscreenslideshow-audio {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.slideshow-controls-wrap,
#nextslide,
#controls,
#prevslide {
	-webkit-transition: left 0.5s, right 0.5s, opacity 0.5s;
	-moz-transition: left 0.5s, right 0.5s, opacity 0.5s;
	transition: left 0.5s, right 0.5s, opacity 0.5s;
}
.preloader-done .fullscreenslideshow-audio,
.preloader-done:hover .slideshow-controls-wrap {
	opacity: 1;
}
.sticky-menu-on .slideshow-controls-wrap,
.sticky-menu-on #nextslide,
.sticky-menu-on #controls {
	right: -60px;
}
.sticky-menu-on #prevslide {
	left: -60px;
}
.super-navigation .prevnext-wrap,
.slideshow-controls-wrap .load-item {
	line-height: 40px;
}
.prevnext-nav {
	z-index: 99;
}
/*
Horizontal Carousel
*/

.fullscreen-horizontal-carousel {
	opacity: 0;
}
.preloader-done .fullscreen-horizontal-carousel {
	opacity: 1;
}
.fullscreen-horizontal-carousel {
	position: relative;
	top: 86px;
}
.menu-is-horizontal .responsive-mobile-menu .social-header-wrap ul li.contact-text a,
.menu-is-horizontal .responsive-mobile-menu .social-header-wrap ul li.contact-text {
	text-align: center;
}
.menu-is-horizontal .vertical-footer-wrap .social-icon a,
.menu-is-horizontal .vertical-footer-wrap .social-icon i,
.menu-is-horizontal .vertical-footer-wrap .social-header-wrap ul li.social-icon i,
.menu-is-horizontal .vertical-footer-wrap .social-header-wrap ul li.contact-text a {
	color: #000;
}


.menu-is-horizontal .responsive-mobile-menu .social-icon a,
.menu-is-horizontal .responsive-mobile-menu .social-icon i,
.menu-is-horizontal .responsive-mobile-menu .social-header-wrap ul li.social-icon i,
.menu-is-horizontal .responsive-mobile-menu .social-header-wrap ul li.contact-text a
.menu-is-vertical .responsive-mobile-menu .social-icon a,
.menu-is-vertical .responsive-mobile-menu .social-icon i,
.menu-is-vertical .responsive-mobile-menu .social-header-wrap ul li.social-icon i,
.menu-is-vertical .responsive-mobile-menu .social-header-wrap ul li.contact-text a,
.menu-is-vertical .responsive-mobile-menu .vertical-footer-copyright,
.menu-is-vertical .responsive-mobile-menu .vertical-footer-wrap .social-icon a,
.menu-is-vertical .responsive-mobile-menu .vertical-footer-wrap .social-icon i,
.menu-is-vertical .responsive-mobile-menu .vertical-footer-wrap .social-header-wrap ul li.social-icon i,
.menu-is-vertical .responsive-mobile-menu .vertical-footer-wrap .social-header-wrap ul li.contact-text a  {
	color: #fff;
}
.menu-is-vertical .vertical-footer-copyright,
.menu-is-vertical .vertical-footer-wrap .social-icon a,
.menu-is-vertical .vertical-footer-wrap .social-icon i,
.menu-is-vertical .vertical-footer-wrap .contact-text,
.menu-is-vertical .vertical-footer-wrap .social-header-wrap ul li.social-icon i,
.menu-is-vertical .vertical-footer-wrap .social-header-wrap ul li.contact-text a {
	color: rgba(255,255,255,0.8);
}
.menu-is-horizontal .vertical-footer-wrap .social-icon a:hover,
.menu-is-horizontal .vertical-footer-wrap ul li.social-icon:hover i,
.menu-is-horizontal .vertical-footer-wrap .vertical-footer-wrap .social-icon:hover,
.menu-is-horizontal .vertical-footer-wrap .vertical-footer-wrap .social-icon i:hover,
.menu-is-horizontal .vertical-footer-wrap .social-header-wrap ul li.contact-text a:hover {
	color: #555;
}
.menu-is-vertical .vertical-footer-wrap .social-icon a:hover,
.menu-is-vertical .vertical-footer-wrap ul li.social-icon:hover i,
.menu-is-vertical .vertical-footer-wrap .vertical-footer-wrap .social-icon:hover,
.menu-is-vertical .vertical-footer-wrap .vertical-footer-wrap .social-icon i:hover,
.menu-is-vertical .vertical-footer-wrap .social-header-wrap ul li.contact-text a:hover {
	color: #fff;
}
.menu-is-horizontal .responsive-mobile-menu .social-icon a:hover,
.menu-is-horizontal .responsive-mobile-menu ul li.social-icon:hover i,
.menu-is-horizontal .responsive-mobile-menu .vertical-footer-wrap .social-icon:hover,
.menu-is-horizontal .responsive-mobile-menu .vertical-footer-wrap .social-icon i:hover,
.menu-is-horizontal .responsive-mobile-menu .social-header-wrap ul li.contact-text a:hover 
.menu-is-vertical .responsive-mobile-menu .social-icon a:hover,
.menu-is-vertical .responsive-mobile-menu ul li.social-icon:hover i,
.menu-is-vertical .responsive-mobile-menu .vertical-footer-wrap .social-icon:hover,
.menu-is-vertical .responsive-mobile-menu .vertical-footer-wrap .social-icon i:hover,
.menu-is-vertical .responsive-mobile-menu .social-header-wrap ul li.contact-text a:hover {
	color: #fff;
	border-color: #fff;
}

.horizontal-carousel-outer {
	position: relative;
	top: 0;
}
.split-menu .fullscreen-horizontal-carousel,
.centered-logo .fullscreen-horizontal-carousel {
	top: 0;
}
.split-menu.mobile-mode-active .horizontal-carousel-wrap,
.centered-logo.mobile-mode-active .horizontal-carousel-wrap {
	margin-top: 64px;
}

.hc-preloader {
	background: #eee;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.fullscreen-horizontal-carousel.loaded .hc-preloader {
	display: none;
}
.horizontal-carousel-inner {
	width: 100%;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: left;
}
.horizontal-carousel {
	position: absolute;
	font-size: 0;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	height: 100%;
	line-height: 0;
}
.fullscreen-horizontal-carousel .prev-hcarousel,
.fullscreen-horizontal-carousel .next-hcarousel {
	position: absolute;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	bottom: 50%;
	bottom: calc(50% - 20px);
	text-align: center;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	border-radius: 100%;
	-webkit-transition: color 0.5s, background 0.5s;
	-moz-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;
}
.fullscreen-horizontal-carousel .prev-hcarousel:hover,
.fullscreen-horizontal-carousel .next-hcarousel:hover {
	cursor: pointer;
}
.fullscreen-horizontal-carousel .prev-hcarousel {
	left: 40px;
}
.fullscreen-horizontal-carousel .next-hcarousel {
	right: 40px;
}
.fullscreen-horizontal-carousel .prev-hcarousel:before,
.fullscreen-horizontal-carousel .next-hcarousel:before {
	line-height: 29px;
	font-size: 16px;
	font-family: 'fontawesome';
	text-align: center;
}
.fullscreen-horizontal-carousel .prev-hcarousel:hover,
.fullscreen-horizontal-carousel .next-hcarousel:hover {
	color: #000;
	background: #fff;
}
.fullscreen-horizontal-carousel .prev-hcarousel:before {
	content: "\f104";
}
.fullscreen-horizontal-carousel .next-hcarousel:before {
	content: "\f105";
}
.hc-image-wrap {
	margin: 0;
	margin-left: 40px;
}
.hc-image-wrap .mtheme-button {
	padding-top: 4px;
	padding-bottom: 4px;
	margin:0;
}
.horizontal-carousel li img {
	display: block;
	height: 100%;
	min-height: 100%;
	width: auto;
}
.horizontal-carousel li {
	padding: 0;
	margin: 0;
	line-height: 0;
	display: inline-block;
	position: relative;
}
.horizontal-carousel li:before {
	display: none;
}
.carousel-captions {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
	height: 150px;
}
.carousel-captions ul {
	padding: 40px 120px;
}
.carousel-captions ul li {
	display: none;
}
.carousel-captions ul li.current {
	display: none;
}
.carousel-captions h2,
.responsive-titles h3 {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}
.carousel-captions h2 {
	margin-top: 10px;
}
.responsive-titles {
	position: absolute;
	text-align: center;
	bottom: 12px;
	right: 10px;
}
.carousel-captions .description,
.responsive-titles .description {
	color: rgba(255,255,255,0.8);
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 400;
	max-width: 450px;
	margin: 0 auto;
}
.responsive-titles h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.1px;
	line-height: 1.5;
	margin-bottom: 7px;
	margin-top: 14px;
}
.responsive-titles .description {
	margin-bottom: 14px;
}
.responsive-titles {
	opacity: 0;
	width: auto;
	padding: 10px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.hc-slides.current .responsive-titles {
	opacity: 1;
}
.hc-slides img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hc-slides img {
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: filter 0.5s, transform 0.5s .25s cubic-bezier(0.6, 0, 0.5, 1);
	-moz-transition: filter 0.5s, transform 0.5s .25s cubic-bezier(0.6, 0, 0.5, 1);
	transition: filter 0.5s, transform 0.5s .25s cubic-bezier(0.6, 0, 0.5, 1);
}
.hc-slides.current img {
	opacity: 1;
}
.horizontal-carousel {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: left 1s cubic-bezier(0.6, 0, 0.5, 1);
	-moz-transition: left 1s cubic-bezier(0.6, 0, 0.5, 1);
	transition: left 1s cubic-bezier(0.6, 0, 0.5, 1);
}
.horizontal-carousel.readjusting-hcarousel {
	-webkit-transition: left 0s;
	-moz-transition: left 0s;
	transition: left 0s;
	opacity: 0;
}
.horizontal-carousel li span {
	display: block;
	height: 100%;
	width: auto;
}
.horizontal-carousel li span:hover {
	cursor: pointer;
}
.carousel-black .colorswitch {
	color: #000;
}
.carousel-black .description.colorswitch {
	color: rgba(0, 0, 0, 0.8);
}
.carousel-black .prev-hcarousel,
.carousel-black .next-hcarousel {
	border-color: #000;
}
.carousel-black .prev-hcarousel:before,
.carousel-black .next-hcarousel:before {
	color: #000;
}
.events-notice {
	margin: 0;
}
.mtheme-events-offscreen {
	bottom: -400px !important;
	opacity: 0;
}
.fullscreen-informationbox-outer {
	bottom: 112px;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 80;
	transition: bottom 0.6s ease-out;
	-moz-transition: bottom 0.6s ease-out;
	-webkit-transition: bottom 0.6s ease-out;
	-o-transition: bottom 0.6s ease-out;
}


.tp-video-controls,
.tp-video-play-button {
	display: none !important;
}


.responsive-mobile-menu .address-text {
	display: block;
	text-align: center;
	color: #fff;
}
.responsive-mobile-menu .address-text i {
	display: none;
}
.menu-is-horizontal .responsive-mobile-menu .social-header-wrap ul li.contact-text a:hover,
.menu-is-horizontal .responsive-mobile-menu .social-header-wrap ul li.contact-text a,
.responsive-mobile-menu .social-header-wrap ul li.contact-text a:hover,
.responsive-mobile-menu .social-header-wrap ul li.contact-text a {
	color: #fff;
}
.responsive-mobile-menu .fullscreen-footer-social i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
.responsive-mobile-menu ul li.social-icon {
	font-size: 12px;
	height: auto;
	padding: 0;
	width: auto;
}

.hc-image-wrap img:hover {
	cursor: pointer;
}
#fotorama-container-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.fullscreen-fotorama .fotorama__caption {
	bottom: 62px;
	left: 70px;
	text-align: left;
}
.fullscreen-fotorama.fotorama-style-cover .fotorama__caption {
	bottom: 105px;
}
.fullscreen-fotorama .fotorama__caption__wrap {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}
.boxed-site-layout.fullscreen-fotorama .fotorama__caption {
	left: 0;
	bottom: 140px;
}


.fullscreen-coverphoto,
.fullscreen-particles {
	position: fixed;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fullscreen-coverphoto .container-wrapper,
.fullscreen-particles .container-wrapper {
	position: static;
}
.coverphoto-outer-wrap {
	display: table;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.fullscreen-particles .coverphoto-outer-wrap {
	z-index: auto;
}

.slideshow_title,
.static_slideshow_title {
	color: #fff;
	display: block;
	font-size: 44px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 24px;
	opacity: 0;
	padding: 0;
	position: relative;
	top: 0;
	-ms-word-wrap: normal;
	word-wrap: normal;
	word-break: normal;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}

.coverphoto-text-container .slideshow_title,
.coverphoto-text-container .static_slideshow_title {
	opacity: 1;
}
.coverphoto-text-container .slideshow_title,
.coverphoto-text-container .static_slideshow_title {
	font-size: 78px;
	font-weight: 300;
	letter-spacing: 1.1px;
}
.coverphoto-type-underline .coverphoto-text-container .slideshow_title,
.coverphoto-type-underline .coverphoto-text-container .static_slideshow_title {
	margin-bottom: 24px;
}
.slideshow_caption,
.static_slideshow_caption {
	width: 340px;
}
.fullscreen-slideshow .slideshow_caption,
.fullscreen-slideshow .static_slideshow_caption {
	max-width: calc( 100% - 60px);
}
.slideshow_caption,
.static_slideshow_caption {
	padding-top: 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.1px;
	line-height: 24px;
	position: relative;
	opacity: 0;
	margin-bottom: 32px;
}

#coverphoto-text-wrap .slideshow_caption,
#coverphoto-text-wrap .static_slideshow_caption {
	font-weight: 400;
}

#coverphoto-text-wrap .slideshow_title,
#coverphoto-text-wrap .static_slideshow_title {
	text-align: center;
	width: 100%;
}
#coverphoto-text-wrap.coverphoto-type-underline .slideshow_title,
#coverphoto-text-wrap.coverphoto-type-underline .static_slideshow_title {
	padding-bottom: 28px;
}
#coverphoto-text-wrap.slideshow-content-wrap {
	padding-bottom: 0;
}
.fullscreen-coverphoto-outer {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.fullscreen-coverphoto-outer.cover-photo-bottom {
	vertical-align: bottom;
}
.fullscreen-coverphoto-outer.cover-photo-bottom .fullscreen-coverphoto-inner {
	padding-bottom: 56px;
	margin-bottom: 50px;
}
.fullscreen-coverphoto-inner {
	padding: 46px 28px 38px;
	margin-left: auto;
	margin-right: auto;
	width: 522px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fullscreen-particles .fullscreen-coverphoto-inner {
	position: relative;
	z-index: 2;
}

.fullscreen-coverphoto-inner .static_slideshow_content_link {
	z-index: 100;
	position: relative;
}
.coverphoto-type-border .coverphoto-text-container {
	border: 10px solid rgba(255, 255, 255, 0.8);
}
.coverphoto-type-doubleborder .coverphoto-text-container {
	border: 3px double #fff;
}
.coverphoto-type-fill .coverphoto-text-container {
	background: rgba(0, 0, 0, 0.5);
}
.coverphoto-type-underline .slideshow_title,
.coverphoto-type-underline .static_slideshow_title {
	border-bottom: 6px solid rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.coverphoto-type-topbottom .coverphoto-text-container {
	border-top: 10px solid rgba(255, 255, 255, 0.8);
	border-bottom: 10px solid rgba(255, 255, 255, 0.8);
}
.coverphoto-type-border-sides .coverphoto-text-container {
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
}
.fullscreen-footer-wrap .contact-text {
	margin-left: 10px;
	position: relative;
	top: -10px !important;
}
.fullscreen-coverphoto #slidecaption,
.fullscreen-particles #slidecaption {
	position: static;
}


.single-mtheme_photostory .mtheme-fullscreen-toggle {
	right: 50px;
}
.fotorama__caption {
	text-align: center;
	opacity: 1;
	transition: opacity 1.0s;
	-moz-transition: opacity 1.0s;
	-webkit-transition: opacity 1.0s;
	-o-transition: opacity 1.0s;
}
.fotorama__caption__wrap {
	opacity: 1;
	transition: opacity 1.0s;
	-moz-transition: opacity 1.0s;
	-webkit-transition: opacity 1.0s;
	-o-transition: opacity 1.0s;
}
.fullscreen-fotorama .fotorama__caption__wrap {
	text-transform: none;
	max-width: 400px;
	padding: 30px 30px 14px 30px;
	margin: 0;
}
.fullscreen-fotorama .fotorama__caption__wrap p {
	padding-bottom: 7px;
}
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption__wrap h1 {
	font-size: 11px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.fullscreen-fotorama .fotorama__caption__wrap h1,
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption__wrap h1, 
.fullscreen-fotorama .fotorama__caption__wrap h2,
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption__wrap h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}
.fullscreen-fotorama .fotorama__caption__wrap p,
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption__wrap p {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.25px;
	line-height: 16px;
	margin-top: 0;
	padding: 0 0 14px;
}
.fullscreen-fotorama .fotorama__caption__wrap,
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption__wrap h1,
.fullscreen-fotorama .fotorama__caption__wrap h1,
.fullscreen-fotorama .fotorama__caption__wrap h2,
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption__wrap h2,
.fullscreen-fotorama .fotorama__caption__wrap p,
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption__wrap p {
	color: #fff; 
}
.fullscreen-fotorama .fotorama__caption__wrap {
	background: rgba(0,0,0,0.2);
}
.single-mtheme_photostory .fotorama__caption {
	text-align: center;
	margin: 0 auto;
	bottom: 20px;
}
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption {
	left: 0;
}
.fullscreen-fotorama.single-mtheme_photostory .fotorama__caption__wrap {
	padding: 14px 12px 2px;
	max-width: 500px;
}
.fotorama__caption {
	opacity: 0;
	transition: opacity 1.0s;
	-moz-transition: opacity 1.0s;
	-webkit-transition: opacity 1.0s;
	-o-transition: opacity 1.0s;
}
.fotorama__active .fotorama__caption {
	opacity: 1;
}
.fullscreen-mode-on.single-mtheme_photostory .fotorama__caption {
	display: none !important;
}
.lazyload-image {
	opacity: 0;
	transition: opacity .3s ease-in;
}


/**
 * Dimmer
 */

#dimmer {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999999;
	display: none;
	left: 0;
	top: 0;
}
.dimmer-outer {
	display: table;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.dimmer-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.dimmer-text {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.314;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	opacity: 0;
	
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: opacity 0.4s, -webkit-transform 1.8s;
	transition: opacity 0.4s, transform 1.8s;

	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dimmer-displayed .dimmer-text {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.header-is-simple .outer-wrap {
	background: none;
}
.header-is-simple .mtheme-fullscreen-toggle {
	background: none;
	border: 1px solid #000;
	color: #000;
}
.header-is-simple .mtheme-fullscreen-toggle.fullscreen-toggle-on i {
	color: #000;
}
.theme-is-dark.header-is-simple .mtheme-fullscreen-toggle {
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid transparent;
	color: #fff;
}
.theme-is-dark.header-is-simple .mtheme-fullscreen-toggle:hover {
	background: #fff;
	color: #000;
}
.theme-is-dark.header-is-simple .mtheme-fullscreen-toggle.fullscreen-toggle-on i {
	color: #fff;
}
.theme-is-dark.header-is-simple .mtheme-fullscreen-toggle.fullscreen-toggle-on:hover i {
	color: #000;
}
.header-is-simple .responsive-menu-wrap {
	display: block;
}
.header-is-simple .mobile-menu-toggle {
	background: none;
}
.header-is-simple .mobile-menu-icon {
	background: #fff;
	height: 45px;
	line-height: 40px;
	width: 45px;
	left: 27px;
	top: 27px;
}
.header-is-simple .logo-mobile {
	display: none;
}
.header-is-simple.theme-is-dark .mobile-menu-icon {
	background: #000;
}
.mfp-zoom-out-cur .mobile-menu-icon {
	display: none;
}
.header-is-simple .stickymenu-zone.sticky-menu-activate {
	display: none;
}
.vertical-menu #mobile-searchform,
.simple-menu #mobile-searchform,
.responsive-mobile-menu #mobile-searchform {
	padding: 25px 0 40px 0;
}
.vertical-menu #mobile-searchform input,
.simple-menu #mobile-searchform input,
.responsive-mobile-menu #mobile-searchform input {
	border: 1px solid rgba(255,255,255,0.25);
}
.vertical-menu #mobile-searchform input:focus,
.simple-menu #mobile-searchform input:focus,
.responsive-mobile-menu #mobile-searchform input:focus {
	border-color: rgba(255,255,255,0.5);
}
.vertical-menu #mobile-searchform input,
.simple-menu #mobile-searchform input,
.responsive-mobile-menu #mobile-searchform input {
	width: 100%;
}
.demo.header-is-simple .logo-mobile img {
	height: 46px;
	top: 17px;
}
.header-is-simple .logo-mobile img {
	height: 48px;
	position: relative;
	top: 12px;
}

.dashboard-inner {
	padding: 50px 100px;
}
.dashboard-columns {
	width: 50%;
	opacity: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8%;
}
.responsive-mobile-menu .dashboard-columns {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	float: none;
}

.sidebar-widget .infobar-portfoliogrid,
.footer-widget .infobar-portfoliogrid {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.sidebar-widget .infobar-portfoliogrid li a,
.footer-widget .infobar-portfoliogrid li a {
	margin: 0;
	padding: 0;
	border: none;
}
.sidebar-widget .infobar-portfoliogrid li {
	overflow: hidden;
}
.sidebar-widget .infobar-portfoliogrid li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 33.333%;
	background: none;
}
.footer-widget .infobar-portfoliogrid li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 33.333%;
	overflow: hidden;
}
.sidebar-widget .infobar-portfoliogrid li img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
}
.fullscreen-menu-widget .infobar-portfoliogrid {
	padding: 0;
	width: 340px;
	margin: 0 auto;
}
.fullscreen-menu-widget .infobar-portfoliogrid li {
	width: 31.833%;
	float: none;
	display: inline-block;
}
.sidebar-widget .infobar-portfoliogrid li img:hover {
	opacity: 0.8;
}
.sidebar-widget .infobar-portfoliogrid li a:hover {
	border: none;
}

.dashboard-columns .sidebar-widget .infobar-portfoliogrid img{
	padding: 0;
}
.dashboard-columns .sidebar-widget .infobar-portfoliogrid li {
	border-radius: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:  transform 0.5s, opacity 2s cubic-bezier(0, 0, 0.25, 1);
	-moz-transition: transform 0.5s, opacity 2s cubic-bezier(0, 0, 0.25, 1);
	-o-transition: transform 0.5s, opacity 2s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.5s, opacity 2s cubic-bezier(0, 0, 0.25, 1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px;
}
.dashboard-columns .sidebar-widget .infobar-portfoliogrid li {
	background: rgba(0,0,0,0.1);
}
.dashboard-columns .sidebar-widget .infobar-portfoliogrid li:hover {
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
}
.sidebarinfo-menu .sidebar-widget .infobar-portfoliogrid li {
	width: calc(33.333% - 10px);
}

.fullscreen-menu-widget h3 {
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	letter-spacing: 7px;
	margin-bottom: 34px;
	font-weight: 300;
}

.footer-widget .infobar-portfoliogrid li img {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	width: 100%;
	height: auto;
}
.footer-widget .infobar-portfoliogrid li a {
	line-height: 0;
	border: 0;
}

#searchform input,
#mobile-searchform input,
input.search-field {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.5px;
}


#particles-js {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	top: 0;
}


.fotorama__arr,
.fotorama__arr.fotorama__arr--prev,
.fotorama__arr.fotorama__arr--next {
	background: none;
}
.fotorama__arr.fotorama__arr--prev,
.fotorama__arr.fotorama__arr--next {
	border-radius: 5px;
	color: #fff;
	font-family: "Ionicons";
	font-size: 28px;
	height: 30px;
	line-height: 30px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 30px;
	transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	-webkit-transition: color 0.2s, background 0.2s;
	-o-transition: color 0.2s, background 0.2s;
}
.mtheme-fotorama .fotorama__thumb-border {
	border: 0;
	background: none;
}
.mtheme-fotorama .fotorama__arr.fotorama__arr--prev {
	right: 75px;
	margin-top: 30px;
	left: auto;
}
.mtheme-fotorama .fotorama__arr.fotorama__arr--next {
	right: 73px;
	left: auto;
}
.fotorama__arr.fotorama__arr--prev:hover,
.fotorama__arr.fotorama__arr--next:hover {
	background: rgba(255, 255, 255, 1);
	color: #000;
	cursor: pointer;
}
.fotorama__arr.fotorama__arr--prev:after {
	left: 0;
	content: "\f3d5";
}
.fotorama__arr.fotorama__arr--next:after {
	right: 0;
	content: "\f3d6";
}
.fotorama__nav__frame .fotorama__img,
.fotorama__nav__frame .fotorama__thumb,
.fotorama__thumb-border {
	border-radius: 0;
	border: 2px solid transparent;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.fotorama__active.fotorama__nav__frame .fotorama__img,
.fotorama__active.fotorama__nav__frame .fotorama__thumb,
.fotorama__active .fotorama__thumb-border {
	border-color: #000;
}
.menu-social-header .social-header-wrap ul li.social-icon {
	font-size: 13px;
	float: none;
	display: inline-block;
	position: relative;
}
.menu-social-header .social-header-wrap ul li {
	position: relative;
	top: 0;
	-webkit-transition:  top 0.5s cubic-bezier(0, 0, 0.25, 1);
	-moz-transition: top 0.5s cubic-bezier(0, 0, 0.25, 1);
	-o-transition: top 0.5s cubic-bezier(0, 0, 0.25, 1);
	transition: top 0.5s cubic-bezier(0, 0, 0.25, 1);
}
.menu-social-header .social-header-wrap ul li:hover {
	top: -2px;
}
.menu-social-header .social-header-wrap ul li:after {
	position: absolute;
	top: -11px;
	z-index: 1;
	left: -2px;
	width: 32px;
	height: 32px;
	content: " ";
	border-radius: 100%;
	opacity: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:  transform 0.5s, opacity 2s cubic-bezier(0, 0, 0.25, 1);
	-moz-transition: transform 0.5s, opacity 2s cubic-bezier(0, 0, 0.25, 1);
	-o-transition: transform 0.5s, opacity 2s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.5s, opacity 2s cubic-bezier(0, 0, 0.25, 1);
}
.menu-social-header .social-header-wrap ul li:hover:after {
	opacity: 1;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
/* Mobile Social Header */
.mobile-social-header {
	padding-top: 30px;
}
.header-is-simple .mobile-social-header {
	padding-top: 50px;
}
.mobile-social-header .social-header-wrap .contact-text,
.menu-social-header .social-header-wrap .contact-text {
	text-align: center;
}
.mobile-social-header .social-header-wrap .contact-text {
	display: block;
	margin-left: 10px;
	text-align: left;
}
.mobile-social-header .social-header-wrap ul li.social-icon {
	font-size: 15px;
	float: none;
}
.mobile-social-header .social-header-wrap,
.menu-social-header .social-header-wrap {
	float: none;
}
.mobile-social-header .social-header-wrap ul,
.menu-social-header .social-header-wrap ul {
	padding: 0 20px;
}
.mobile-social-header .social-header-wrap ul li.social-icon,
.menu-social-header .social-header-wrap ul li.social-icon {
	border: none;
	padding: 0 6px;
	text-align: center;
}
.menu-social-header .social-header-wrap ul li:last-child {
	padding-right: 0;
}
.vertical-menu .social-header-wrap ul li a:hover i,
.simple-menu .social-header-wrap ul li a:hover i,
.vertical-menu .social-header-wrap ul li a:hover,
.simple-menu .social-header-wrap ul li a:hover {
	color: #000;
}
.logo-mobile .logoimage {
	max-width: 100%;
	top: 21px;
	height: 22px;
}
.vertical-menu,
.simple-menu,
.responsive-mobile-menu {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fullscreen-footer-info a {
	color: #fff;
	text-decoration: underline;
}
.theme-is-light .fullscreen-footer-info a {
	color: #000;
}
.fullscreen-footer-fullwidth .fullscreen-footer-info {
	width: auto;
	float: none;
	text-align: center;
}


/*
Fullscreen
*/

.fullscreen-slide-dark .positionaware-button {
	color: #000;
	background: transparent;
	border: 2px solid #000;
}
.fullscreen-slide-dark .positionaware-button:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}
.fullscreen-slide-dark .positionaware-button:active,
.fullscreen-slide-dark .positionaware-button span {
	background: #000;
}
.fullscreen-slide-dark .slideshow_title,
.fullscreen-slide-dark .static_slideshow_title,
.fullscreen-slide-dark .coverphoto-text-container .slideshow_title,
.fullscreen-slide-dark .coverphoto-text-container .static_slideshow_title {
	color: #000;
}
.fullscreen-slide-dark .slideshow_caption,
.fullscreen-slide-dark .static_slideshow_caption {
	color: rgba(0,0,0,0.7);
}
.fullscreen-slide-dark .toggle-menu-trigger span:before,
.fullscreen-slide-dark .toggle-menu-trigger span:after,
.fullscreen-slide-dark .toggle-menu-open .toggle-menu-trigger span:before,
.fullscreen-slide-dark .toggle-menu-open .toggle-menu-trigger span:after,
.fullscreen-slide-dark .toggle-menu-trigger span {
	background: #000;
}
.fullscreen-slide-dark .slideshow_title:after,
.fullscreen-slide-dark .static_slideshow_title:after {
	border-color: #000;
}
.fullscreen-slide-dark .slideshow_content_link .supersized-button,
.fullscreen-slide-dark .static_slideshow_content_link .supersized-button {
	border-color: #000;
	color: #000;
}
.fullscreen-slide-dark .static_slideshow_content_link .supersized-button:after,
.fullscreen-slide-dark .slideshow_content_link .supersized-button:after {
	background: #000;
}
.fullscreen-slide-dark .static_slideshow_content_link .supersized-button:hover,
.fullscreen-slide-dark .slideshow_content_link .supersized-button:hover {
	color: #fff;
}
.fullscreen-slide-dark .slidenumber::after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.fullscreen-slide-dark #progress-bar {
	background: #000;
}
.slideshow-controls-wrap #prevslide i,
.slideshow-controls-wrap #nextslide i,
.slideshow-controls-wrap .super-navigation,
.slideshow-controls-wrap #slidecounter,
.slideshow-controls-wrap .mtheme-fullscreen-toggle i,
.slideshow-controls-wrap #play-button i {
	color: #fff;
}
.fullscreen-slide-bright .mtheme-fullscreen-toggle i {
	background-color: transparent;
}
.fullscreen-slide-dark .mtheme-fullscreen-toggle:hover i {
	color: #000;
}
.fullscreen-slide-dark .mtheme-fullscreen-toggle i {
	border-color: 0;
}
.fullscreen-slide-dark .coverphoto-type-border .coverphoto-text-container {
	border-color: rgba(0, 0, 0, 0.5);
}
.fullscreen-slide-dark .coverphoto-type-doubleborder .coverphoto-text-container {
	border-color: rgba(0, 0, 0, 0.5);
}
.fullscreen-slide-dark .coverphoto-type-fill .coverphoto-text-container {
	background-color: rgba(255, 255, 255, 0.8);
}
.fullscreen-slide-dark .coverphoto-type-underline .slideshow_title,
.fullscreen-slide-dark .coverphoto-type-underline .static_slideshow_title {
	border-bottom: 7px solid #000;
}
.fullscreen-slide-dark .coverphoto-type-topbottom .coverphoto-text-container {
	border-top: 7px solid #000;
	border-bottom: 7px solid #000;
}
/* Swiper */

.shortcode-swiper-container .swiper-button-prev,
.shortcode-swiper-container .swiper-container-rtl .swiper-button-next,
.shortcode-swiper-container .swiper-button-next,
.shortcode-swiper-container .swiper-container-rtl .swiper-button-prev {
	background: none;
}
.shortcode-swiper-container .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 0.5;
}
.shortcode-swiper-container .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.shortcode-swiper-container {
	background-color: #444;
}
.shortcode-swiper-container .swiper-slide-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shortcode-swiper-container {
	height: 80vh;
}
.entry-title.fullscreen-not-found {
	text-align: center;
	padding-top: 110px;
}
.fullscreen-carousel .swiper-container-horizontal > .swiper-pagination-bullets,
.fullscreen-swiperslides .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 15px;
	visibility: hidden;
}
.fullscreen-carousel .swiper-pagination-bullet,
.fullscreen-swiperslides .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}
.fullscreen-carousel .swiper-button-prev,
.fullscreen-carousel .swiper-button-next,
.fullscreen-swiperslides .swiper-button-prev,
.fullscreen-swiperslides .swiper-button-next {
	top: 50%;
}
.fullscreen-carousel .swiper-button-prev i,
.fullscreen-carousel .swiper-button-next i,
.fullscreen-swiperslides .swiper-button-prev i,
.fullscreen-swiperslides .swiper-button-next i {
	font-size: 19px;
	line-height: 19px;
}
.fullscreen-carousel .swiper-button-prev i,
.fullscreen-carousel .swiper-button-next i,
.fullscreen-swiperslides .swiper-button-prev i,
.fullscreen-swiperslides .swiper-button-next i {
	border-radius: 100%;
	height: 30px;
	line-height: 31px;
	display: block;
	opacity: 0;
	width: 30px;
	background-color: #fff;
	color: #000;
	transition: opacity 0.5s ease-in 0s;
}
.fullscreen-carousel:hover .swiper-button-prev i,
.fullscreen-carousel:hover .swiper-button-next i,
.fullscreen-swiperslides:hover .swiper-button-prev i,
.fullscreen-swiperslides:hover .swiper-button-next i {
	opacity: 1;
}
.fullscreen-carousel .swiper-container,
.fullscreen-swiperslides .swiper-container {
	width: 100%;
	height: 100%;
	position: fixed;
}
.swiper-slide {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.shortcode-swiper-container .swiper-slide {
	background-size: cover;
	background-position: 50% 0%;
}
.fullscreen-carousel .swiper-slide,
.fullscreen-swiperslides .swiper-slide {
	background-size: cover;
	background-position: 50% 0%;
	position: relative;
}
.fullscreen-carousel .swiper-slide:after,
.fullscreen-swiperslides .swiper-slide:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: " ";
	z-index: 1;
	opacity: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}
.swiper-contents {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 80px;
	left: 0;
	padding: 60px 50px 30px;
	position: absolute;
	transition: margin 0.5s, background 0.5s ease 0s;
	-moz-transition: margin 0.5s, background 0.5s ease 0s;
	-webkit-transition: margin 0.5s, background 0.5s ease 0s;
	margin: 18px;
	z-index: 2;
}
.events-swiper .swiper-contents {
	transition: margin 0.5s, background 0.5s ease 0s;
	-moz-transition: margin 0.5s, background 0.5s ease 0s;
	-webkit-transition: margin 0.5s, background 0.5s ease 0s;
	padding: 100px;
}
.events-swiper .swiper-slide {
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.events-swiper .swiper-slide:hover {
	background-position: calc( 50% - 10px ) 0 !important;
}
.swiper-contents .events-summary-wrap.summary-info {
	color: rgba(255,255,255,0.8);
	text-align: center;
}
.swiper-contents .mtheme-button {
	text-align: left;
	min-width: 0;
}
.swiper-title-bright,
.shortcode-swiper-container .swiper-title,
.fullscreen-carousel .swiper-title,
.fullscreen-swiperslides .swiper-title {
	color: #fff;
	opacity: 1;
	position: relative;
	top: 0;
	z-index: 10;
}
.swiper-desc > p {
	margin-bottom: 0;
}
.swiper-desc-bright,
.shortcode-swiper-container .swiper-desc,
.fullscreen-carousel .swiper-desc,
.fullscreen-swiperslides .swiper-desc {
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
}
.shortcode-swiper-container.swiper-container,
.fullscreen-carousel .swiper-container,
.fullscreen-swiperslides .swiper-container {
	background: #000;
}
.shortcode-swiper-container .swiper-pagination-bullet-active,
.fullscreen-carousel .swiper-pagination-bullet-active,
.fullscreen-swiperslides .swiper-pagination-bullet-active,
.shortcode-swiper-container .swiper-pagination-bullet,
.fullscreen-carousel .swiper-pagination-bullet,
.fullscreen-swiperslides .swiper-pagination-bullet {
	background: #fff;
}

.fullscreen-carousel .swiper-title,
.fullscreen-swiperslides .swiper-title {
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 0.1px;
	font-weight: 500;
}
.fullscreen-carousel .swiper-desc,
.fullscreen-swiperslides .swiper-desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.5px; 
}
.fullscreen-carousel .swiper-desc,
.fullscreen-swiperslides .swiper-desc {
	margin-bottom: 20px;
}
.fullscreen-carousel .swiper-title,
.fullscreen-swiperslides .swiper-title {
	margin-bottom: 14px;
}


/* Admin Bar */
.admin-bar.stickymenu-active.menu-is-horizontal .outer-wrap,
.admin-bar.header-type-overlay.menu-is-horizontal .outer-wrap,
.admin-bar.page-is-fullscreen.menu-is-horizontal .outer-wrap {
	top: 32px;
}
.admin-bar.menu-is-horizontal.split-menu .menu-social-header,
.admin-bar.menu-is-horizontal.centered-logo .menu-social-header {
	top: 94px;
}
.admin-bar.menu-is-horizontal.split-menu.main-menu-inactive .menu-social-header,
.admin-bar.menu-is-horizontal.centered-logo.main-menu-inactive .menu-social-header {
	top: 94px;
}
.admin-bar .mobile-menu-toggle {
	top: 32px;
}
.admin-bar .mobile-toggle-menu-trigger {
	top: 30px;
}
.admin-bar .fullscreen-horizontal-carousel {
    top: 135px;
}
.centered-logo .fullscreen-horizontal-carousel {
    top: 200px;
}
.admin-bar.centered-logo .fullscreen-horizontal-carousel {
    top: 232px;
}
.admin-bar.simple-menu,
.admin-bar.responsive-mobile-menu {
	padding-top: 122px;
}
.admin-bar .mobile-menu-toggle:after {
	top: 32px;
}
.admin-bar .mobile-site-title-section a {
	top: -4px;
}
.admin-bar.page-is-fullscreen .mobile-site-title-section a {
	top: 14px;
}
.admin-bar.compact-layout.menu-is-horizontal .menu-social-header {
	top: 73px;
}
/* Top header present styles start */
.outer-wrap {
	width: 376px;
}
.container-wrapper {
	margin: 0;
}
.container-outer {
	background: #fff;
}
.single-clients.mtheme-password-required .container-outer,
.single-post.mtheme-password-required .container-outer,
.page.mtheme-password-required .container-outer {
	background: none;
}
.page.mtheme-password-required #password-protected {
	height: 100vh;
}
.page.mtheme-password-required .container-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.single.mtheme-password-required .container-wrapper,
.page-is-fullscreen .container-wrapper {
	width: 100%;
	height: 100%;
}
.single.mtheme-password-required .container-wrapper,
.page-is-fullscreen.mtheme-password-required .container-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.single.mtheme-password-required .container-outer,
.page-is-fullscreen.mtheme-password-required .container-boxed {
	display: table;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.single.mtheme-password-required .container,
.page-is-fullscreen.mtheme-password-required .fullscreen-protected {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.page-is-fullscreen.mtheme-password-required #password-protected {
	padding-top: 60px;
}
.page-is-fullscreen.mtheme-password-required .password-form-padding {
	padding: 50px 50px 20px;
	background: rgba(0,0,0,0.3);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mtheme-password-required .entry-content .passwordform-wrap h1.entry-title,
.page-is-fullscreen.mtheme-password-required #password-protected .entry-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	padding-bottom: 10px;
	margin: 0;
}
.page-is-fullscreen.mtheme-password-required #password-protected input {
	font-weight: 500;
	font-size: 15px;
}
.single.mtheme-password-required .container .post-password-form p,
.page.mtheme-password-required .container-wrapper .post-password-form p,
.page-is-fullscreen.mtheme-password-required #password-protected p {
	padding-bottom: 20px;
	font-size: 15px;
	margin: 0;
}
.page-is-fullscreen.fullscreen-splitslider .container-wrapper {
	width: calc(100%);
	width: -webkit-calc(100%);
	width: -moz-calc(100%);
	height: 100%;
}

.menu-is-horizontal .outer-wrap {
	opacity: 0;
	z-index: 999;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: opacity 0.5s, background 0.5s;
	-moz-transition: opacity 0.5s, background 0.5s;
	transition: opacity 0.5s, background 0.5s;
	-webkit-transform: translateZ(0), translate3d(0, 0, 0);
	-moz-transform: translateZ(0), translate3d(0, 0, 0);
	-ms-transform: translateZ(0), translate3d(0, 0, 0);
	transform: translateZ(0), translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	background: none;
}
.minimal-logo.menu-is-horizontal .outer-wrap,
.splitmenu-logo.menu-is-horizontal .outer-wrap,
.left-logo.menu-is-horizontal .outer-wrap {
	height: 128px;
}
.split-menu.menu-is-horizontal .outer-wrap {
	height: 105px;
}
.toggle-main-menu.menu-is-horizontal .outer-wrap {
	height: 100px;
}

.split-menu.menu-is-horizontal .outer-wrap,
.minimal-logo.menu-is-horizontal .outer-wrap,
.splitmenu-logo.menu-is-horizontal .outer-wrap,
.left-logo.menu-is-horizontal .outer-wrap,
.header-type-auto.page-is-not-fullscreen.split-menu.menu-is-horizontal .outer-wrap,
.header-type-auto.page-is-not-fullscreen.minimal-logo.menu-is-horizontal .outer-wrap,
.header-type-auto.page-is-not-fullscreen.splitmenu-logo.menu-is-horizontal .outer-wrap,
.header-type-auto.page-is-not-fullscreen.left-logo.menu-is-horizontal .outer-wrap {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header-type-inverse.split-menu.menu-is-horizontal .outer-wrap,
.header-type-inverse.minimal-logo.menu-is-horizontal .outer-wrap,
.header-type-inverse.splitmenu-logo.menu-is-horizontal .outer-wrap,
.header-type-inverse.left-logo.menu-is-horizontal .outer-wrap,
.header-type-inverse.page-is-not-fullscreen.split-menu.menu-is-horizontal .outer-wrap,
.header-type-inverse.page-is-not-fullscreen.minimal-logo.menu-is-horizontal .outer-wrap,
.header-type-inverse.page-is-not-fullscreen.splitmenu-logo.menu-is-horizontal .outer-wrap,
.header-type-inverse.page-is-not-fullscreen.left-logo.menu-is-horizontal .outer-wrap {
	background: #000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.page-is-fullscreen.menu-is-horizontal .outer-wrap,
.header-type-inverse-overlay.menu-is-horizontal .outer-wrap,
.header-type-overlay.menu-is-horizontal .outer-wrap {
	background: none;
	border: 0;
}

.menu-is-horizontal .outer-wrap {
	-webkit-animation: pageElementFadeIn 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-animation: pageElementFadeIn 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	animation: pageElementFadeIn 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes pageElementFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes pageElementFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes pageElementFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.header-type-auto.stickymenu-active.menu-is-horizontal .outer-wrap.stickymenu-zone {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-type-inverse.stickymenu-active.menu-is-horizontal .outer-wrap.stickymenu-zone {
	background: #000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-type-auto.menu-is-horizontal .outer-wrap {
	border: 0;
}
.page-is-fullscreen.menu-is-horizontal .outer-wrap {
	border-bottom: 0
}
.fullscreen-mode-on.menu-is-horizontal .outer-wrap {
	opacity: 0;
}
.menu-is-horizontal.page-is-not-fullscreen .loading-bar,
.menu-is-horizontal.page-is-fullscreen .loading-bar {
	border-color: #000;
}
.menu-is-horizontal.page-is-not-fullscreen .loading-bar:after,
.menu-is-horizontal.page-is-fullscreen .loading-bar:after {
	background: #000;
}
.menu-is-horizontal .social-header-wrap ul li.contact-text a,
.menu-is-horizontal .social-header-wrap ul li.contact-text {
	text-align: right;
}
.menu-is-horizontal .menu-social-header .social-header-wrap ul li.social-icon {
	text-align: center;
}
.menu-is-horizontal.menu-is-onscreen .menu-social-header {
	z-index: 9999;
}
.menu-is-horizontal .menu-social-header {
	position: absolute;
	right: 67px;
	top: 18px;
	margin: 0 auto;
	width: auto;
	text-align: right;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000;
	padding: 11px 0;
}
.left-logo-boxed .menu-social-header {
	right: 48px;
}

.menu-is-horizontal .menu-social-header .social-header-without-call-us {
	position: relative;
	top: 0;
}

.centered-logo.menu-is-horizontal .menu-social-header {
	top: 62px;
}
.split-menu.menu-is-horizontal .menu-social-header {
	top: 30px;
	display: none;
}
.split-menu.menu-is-horizontal.main-menu-inactive .menu-social-header,
.centered-logo.menu-is-horizontal.main-menu-inactive .menu-social-header {
	top: 62px;
}
.menu-is-horizontal .logo img {
	height: 22px;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 70px;
	padding-left: 70px;
}
.minimal-logo.menu-is-horizontal .logo img,
.splitmenu-logo.menu-is-horizontal .logo img,
.left-logo.menu-is-horizontal .logo img {
	top: 0;
}
.split-menu.menu-is-horizontal .logo img {
	padding-top: 0;
}
.split-menu .outer-header-wrap {
	height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.stickymenu-active .outer-header-wrap {
	height: 100px;
	padding: 0;
}
.splitmenu-logo.menu-is-horizontal .outer-wrap.stickymenu-active-show {
	position: fixed;
	top: -100px;
	-webkit-animation: sticky-fadein 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-animation: sticky-fadein 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	animation: sticky-fadein 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.admin-bar.splitmenu-logo.menu-is-horizontal .outer-wrap.stickymenu-active-show {
	-webkit-animation: admin-bar-sticky-fadein 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-animation: admin-bar-sticky-fadein 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	animation: admin-bar-sticky-fadein 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
@keyframes sticky-fadein {
	from {
		opacity: 0;
		top: -100px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}
@-moz-keyframes sticky-fadein {
	from {
		opacity: 0;
		top: -100px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}
@-webkit-keyframes sticky-fadein {
	from {
		opacity: 0;
		top: -100px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}
@keyframes admin-bar-sticky-fadein {
	from {
		opacity: 0;
		top: -100px;
	}
	to {
		opacity: 1;
		top: 32px;
	}
}
@-moz-keyframes admin-bar-sticky-fadein {
	from {
		opacity: 0;
		top: -100px;
	}
	to {
		opacity: 1;
		top: 32px;
	}
}
@-webkit-keyframes admin-bar-sticky-fadein {
	from {
		opacity: 0;
		top: -100px;
	}
	to {
		opacity: 1;
		top: 32px;
	}
}
.splitmenu-logo.menu-is-horizontal .outer-wrap.stickymenu-active-hide {
	position: fixed;
	top: -100px;
	-webkit-animation: sticky-fadeout 1s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-animation: sticky-fadeout 1s cubic-bezier(0.8, 0, 0.2, 1);
	animation: sticky-fadeout 1s cubic-bezier(0.8, 0, 0.2, 1);
	animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes sticky-fadeout {
	from {
		opacity: 1;
		top: 0;
	}
	to {
		opacity: 0;
		top: -100px;
	}
}
@-moz-keyframes sticky-fadeout {
	from {
		opacity: 1;
		top: 0;
	}
	to {
		opacity: 0;
		top: -100px;
	}
}
@-webkit-keyframes sticky-fadeout {
	from {
		opacity: 1;
		top: 0;
	}
	to {
		opacity: 0;
		top: -100px;
	}
}
.menu-is-horizontal .outer-wrap {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
.left-logo-boxed.menu-is-horizontal .outer-wrap-inner-zone {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.left-logo-boxed.page-is-fullscreen .outer-wrap-inner-zone {
	left: calc(50% - 700px);
}
.left-logo-boxed.page-is-fullscreen .outer-wrap-inner-zone,
.left-logo-boxed.header-type-overlay .outer-wrap-inner-zone {
	left: 0;
}
.left-logo-boxed .homemenu {
	right: 0;
}
.header-type-default.menu-is-horizontal .outer-wrap {
	position: relative;
}
.page-is-fullscreen.menu-is-horizontal .outer-wrap {
	position: absolute;
}
.page-is-fullscreen.menu-is-horizontal .mainmenu-navigation {
	background: none;
}
.sf-menu > li > a {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.menu-is-horizontal .mtheme-fullscreen-toggle {
	opacity: 0;
	-webkit-transition: transform 0.2s cubic-bezier(.6, .4, .8, 1), opacity 2s, top 0.3s;
	-moz-transition: transform 0.2s cubic-bezier(.6, .4, .8, 1), opacity 2s, top 0.3s;
	transition: transform 0.2s cubic-bezier(.6, .4, .8, 1), opacity 2s, top 0.3s;
}
.menu-is-horizontal.pace-done .mtheme-fullscreen-toggle {
	opacity: 1;
}
.menu-is-horizontal .menu-social-header {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.splitmenu-logo.menu-is-horizontal .menu-social-header,
.left-logo.menu-is-horizontal .menu-social-header {
	display: inline-block;
}
.menu-is-horizontal .logo {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.menu-is-horizontal.pace-done .logo {
	opacity: 1;
}
.menu-is-horizontal .mainmenu-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
}
.menu-is-horizontal .outer-header-wrap {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.menu-is-horizontal.pace-done .outer-header-wrap {
	opacity: 1;
}
.menu-is-horizontal .outer-header-wrap {
	margin: 0;
	width: 100%;
}
.menu-is-horizontal.page-is-fullscreen.fullscreen-photowall .container-wrapper {
	width: calc(100% - 5px);
	width: -webkit-calc(100% - 5px);
	width: -moz-calc(100% - 5px);
	margin: 106px 5px 0;
}
.fullscreen-fotorama .mtheme-fullscreen-toggle {
	bottom: calc(50% - 60px);
	bottom: -webkit-calc(50% - 60px);
	bottom: -moz-calc(50% - 60px);
	left: auto;
	right: 7px;
	top: auto;
}
.fullscreen-fotorama.fullscreen-mode-on .mtheme-fullscreen-toggle {
	bottom: calc(50% - 16px);
	bottom: -webkit-calc(50% - 16px);
	bottom: -moz-calc(50% - 16px);
}
.menu-is-horizontal #fotorama-container-wrap {
	height: 100%;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 100%;
}
.splitmenu-logo .homemenu {
	left: 0;
	position: relative;
	top: 0;
}
.page-is-fullscreen .container-wrapper {
	margin: 0;
}

/* Header Switches */

.menu-is-horizontal .mainmenu-navigation {
	text-align: right;
}
.minimal-logo .header-logo-section,
.splitmenu-logo .header-logo-section,
.left-logo .header-logo-section {
	float: left;
	left: 0;
}
.fullscreen-horizontal-carousel {
	top: 120px;
}
.fotorama-style-contain #fotorama-container-wrap {
	background: none;
}
.fotorama-style-contain .mtheme-fotorama,
.fullscreen-horizontal-carousel {
	background-color: #000;
	background: rgba(74, 74, 74, 1) repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 7px) repeat scroll 0 0 / 10px 10px;
}
.stickymenu-active.menu-social-inactive.splitmenu-logo .homemenu,
.stickymenu-active.menu-social-inactive.left-logo .homemenu,
.splitmenu-logo .homemenu,
.left-logo .homemenu,
.homemenu {
	line-height: 0;
}

.footer-widgets-inactive .footer-end {
	padding-top: 44px;
}

.splitmenu-logo .homemenu,
.left-logo .homemenu,
.homemenu {
	padding-top: 0;
}
.header-logo-section {
	position: relative;
}
.menu-social-header .social-header-wrap ul {
	padding: 2px 0 0 0;
}
.minimal-logo .header-logo-section,
.splitmenu-logo .header-logo-section,
.left-logo .header-logo-section {
	float: left;
}
#photowall-container {
	top: 0;
}
.page-has-full-background.page-media-top .title-container-wrap {
	padding-top: 84px;
}
.logo img {
	height: 70px;
	width: auto;
	top: 50px;
	left: 50px;
	margin-left: 0;
}
.hover-color-transtition {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.page-is-fullscreen.fullscreen-unknown-type,
.page-is-fullscreen.fullscreen-kenburns,
.page-is-fullscreen.fullscreen-fotorama,
.page-is-fullscreen.fullscreen-video,
.page-is-fullscreen.fullscreen-slideshow,
.page-is-fullscreen.fullscreen-revslider {
	overflow: hidden;
}



.vertical-menu-wrap {
	width: 320px;
}

.page-is-fullscreen.fullscreen-kenburns {
	position: fixed;
}

.single-clients.password-protected-client-mode #vertical-center-wrap {
	left: 0;
}

.multiscroll-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.fullscreen-splitslider #multiscroll-nav {
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 5px;
}
.fullscreen-splitslider #multiscroll-nav span {
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: border 1s, background 1s;
	-moz-transition: border 1s, background 1s;
	transition: border 1s, background 1s;
}
.fullscreen-splitslider #multiscroll-nav span:hover {
	border: 1px solid rgba(255,255,255,1);
}
.fullscreen-splitslider #multiscroll-nav li .active span {
	border: 1px solid rgba(255,255,255,1);
	background: none;
}
#responsive-multiscroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#responsive-multiscroll .responsive-section {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#responsive-multiscroll .scroll-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.multislider-active {
	overflow: hidden;
	left: 0;
	right: 0;
}

#fullscreen-multiscroll,
#multiscroll-nav {
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
#responsive-multiscroll {
	display: none;
}

.preloader-done #fullscreen-multiscroll,
.preloader-done #multiscroll-nav {
	opacity: 1;
}



/*
@ WPML Language selector.
*/

.wpml-lang-selector-wrap {
	float: right;
	position: absolute;
	right: 30px;
	top: 7px;
	z-index: 99;
}
.top-header-present .wpml-lang-selector-wrap {
	top: -32px;
	z-index: 105;
}
.wpml-flags-language-list li {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	margin-left: 5px;
	text-transform: uppercase;
}
.flags_language_selector img {
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.wpml-flags-language-list li {
	background: rgba(255, 255, 255, 0.5);
	color:#000;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	margin-left: 2px;
	padding: 2px 5px;
	text-transform: uppercase;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}
.wpml-flags-language-list li.language-active,
.wpml-flags-language-list li.selectable:hover {
	background: rgb(255, 255, 255);
}

.sticky-menu-activate .wpml-lang-selector-wrap {
	display: none;
}
.wpml-lang-selector-wrap #lang_sel li,
.wpml-lang-selector-wrap #lang_sel ul ul {
	width: 180px;
}
.mobile-wpml-lang-selector-wrap {
	margin-bottom: 24px;
	text-align: center;
}
.mobile-wpml-lang-selector-wrap #lang_sel li,
.mobile-wpml-lang-selector-wrap #lang_sel ul ul {
	width: 200px;
}
/* Remove following class if language selector needs default colors */

.mobile-wpml-lang-selector-wrap #lang_sel a.lang_sel_sel {
	background-color: #eee;
	color: #000;
}
.wpml-lang-selector-wrap #lang_sel a.lang_sel_sel {
	background-color: #eee;
	color: #000;
}
/* Transparent border for language selector. */

.mobile-wpml-lang-selector-wrap #lang_sel a,
.mobile-wpml-lang-selector-wrap #lang_sel a:visited {
	border-color: rgba(255, 255, 255, 0.3);
}
.wpml-lang-selector-wrap #lang_sel a,
.wpml-lang-selector-wrap #lang_sel a:visited {
	border-color: rgba(255, 255, 255, 0.1);
}
/* Responsive language selector position */

.mobile-wpml-lang-selector-wrap #lang_sel {
	margin-top: 15px;
	position: relative;
	z-index: 999;
}
/*
@ WPML Language selector.
*/

.wpml-lang-selector-wrap #lang_sel ul ul,
.mobile-wpml-lang-selector-wrap ul ul {
	z-index: 99;
}


.social-header-wrap ul li.contact-text a,
.social-header-wrap ul li.contact-text,
.social-header-wrap {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
}

#password-protected label {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev i,
.swiper-button-next i {
	color: #fff;
	font-size: 24px;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center;
	z-index: 99;
	opacity: 0.5;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.swiper-button-prev:hover i,
.swiper-button-next:hover i {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
   right: 10px;
  left: auto;
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
	-webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
	transform: rotate(360deg);
  }
}


.elementor-editor-active.menu-is-horizontal:hover .responsive-menu-wrap,
.elementor-editor-active.menu-is-horizontal:hover .menu-social-header,
.elementor-editor-active.menu-is-horizontal:hover .outer-wrap {
	visibility: hidden;
}

/* ******************************
Form / Widget Search
******************************* */

#s,
#ms,
input.search-field {
	margin: 0;
	height: 16px;
	padding: 5px;
	border: none;
	font-size: 14px;
	width: 86.8%;
	background: none;
	font-weight: 300;
}
#searchform input,
#mobile-searchform input,
input.search-field {
	padding: 0 5px 10px 0;
	border-bottom: 1px solid #f0f0f0;
	-webkit-appearance: none;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
	width: 178px;
}
.entry-spaced-wrapper #searchform input {
	border-bottom: 2px solid #000;
	font-size: 14px;
}
.entry-spaced-wrapper #searchform input:focus {
	border-bottom-color: #555;
}
.entry-spaced-wrapper #searchform i {
	color: #000;
}
.sidebar-widget .woocommerce #searchform input {
	height: 20px;
}
#searchform input:focus,
#mobile-searchform input:focus {
	border-color: #000;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
#searchform i,
#mobile-searchform i {
	color: #000;
}
#searchform i:hover,
#mobile-searchform i:hover {
	color: #4e4e4e;
}
#searchbutton,
#mobile-searchbutton,
#header-searchbutton {
	border: 0;
	background: none;
	cursor: pointer;
	height: 32px;
	padding: 10px 18px 4px;
	width: 32px;
	opacity: 1;
	font-size: 15px;
}
.search-terms {
	font-weight: bold;
	color: #000;
}
.sidebar-widget #searchform input {
	color: #000;
}
.widget_product_search #searchform input {
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
}
.mtheme-search-no-results {
	margin-top: 0;
	text-align: center;
}

.responsive-mobile-menu ul.mtree {
	margin-bottom: 48px;
}


ul.mtree li.mtree-open > a:hover,
ul.mtree li.mtree-open > a,
ul.mtree li.mtree-active > a:hover,
.header-is-simple.theme-is-light .simple-menu ul.mtree li.mtree-open > a,
.header-is-simple.theme-is-light .simple-menu ul.mtree li.mtree-open > a:hover,
.header-is-simple.theme-is-light .responsive-mobile-menu ul.mtree li.mtree-open > a:hover,
.theme-is-light .simple-menu ul.mtree li.mtree-open > a,
ul.mtree li.mtree-active > a {
	color: #fff;
}

.header-is-simple.theme-is-light .responsive-mobile-menu ul.mtree li.mtree-open > a,
.theme-is-light .responsive-mobile-menu ul.mtree li.mtree-open > a {
	color: #fff;
}

.header-site-title-section {
	float: left;
	padding: 40px 70px 0;
	position: relative;
	z-index: 99;
}
.minimal-logo .header-site-title-section h1.site-title,
.splitmenu-logo .header-site-title-section h1.site-title,
.left-logo .header-site-title-section h1.site-title {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1;
}
.header-type-inverse .header-site-title-section a,
.header-type-inverse.minimal-logo .header-site-title-section h1.site-title,
.header-type-inverse.splitmenu-logo .header-site-title-section h1.site-title,
.header-type-inverse.left-logo .header-site-title-section h1.site-title {
	color: #fff;
}
.minimal-logo .header-site-title-section h1.site-title {
	margin-left: 45px;
}
.minimal-logo:not(.compact-layout).body-dashboard-push-left .header-site-title-section h1.site-title {
	display: none;
}
.minimal-logo .header-site-title-section,
.splitmenu-logo .header-site-title-section,
.left-logo .header-site-title-section {
	padding: 50px 0 0 70px;
}

.splitmenu-logo .header-site-title-section {
	padding: 39px 0 0 5px;
}

.minimal-logo.main-menu-inactive .header-site-title-section,
.splitmenu-logo.main-menu-inactive .header-site-title-section,
.split-menu.main-menu-inactive .header-site-title-section,
.left-logo.main-menu-inactive .header-site-title-section {
	padding-top: 40px;
}

.stickymenu-active.centered-logo .header-site-title-section .site-title {
	display: none;
}
.stickymenu-active.centered-logo .header-site-title-section {
	padding-top: 13px;
}
.stickymenu-active.left-logo .header-site-title-section {
	padding-top: 28px;
}
.minimal-logo .header-site-title-section h1.site-title,
.splitmenu-logo .header-site-title-section h1.site-title,
.split-menu .header-site-title-section h1.site-title,
.left-logo .header-site-title-section h1.site-title,
.minimal-logo .header-site-title-section h1.site-title a,
.splitmenu-logo .header-site-title-section h1.site-title a,
.split-menu .header-site-title-section h1.site-title a,
.left-logo .header-site-title-section h1.site-title a,
.header-site-title-section a {
	font-size: 42px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: -0.7px;
	text-align: left;
}
.header-site-title-section a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.mobile-site-title-section h1 a,
.mobile-site-title-section h1 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 20px;
	position: relative;
	z-index: 999;
	top: 11px;
}

.split-menu.menu-is-horizontal .logo img,
.centered-logo.menu-is-horizontal .logo img {
	padding-top: 60px;
	padding-left: 0;
	padding-bottom: 18px;
}
.split-menu.menu-is-horizontal .logo img {
	padding-top: 26px;
}
.split-menu .logo a,
.centered-logo .logo a {
	line-height: 0;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.split-menu .header-logo-section,
.centered-logo .header-logo-section {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: relative;
}
.centered-logo.menu-is-horizontal .outer-wrap {
	height: auto;
}

.split-menu.menu-is-horizontal.main-menu-inactive .outer-wrap,
.centered-logo.menu-is-horizontal.main-menu-inactive .outer-wrap {
	height: 140px;
}
.split-menu .homemenu,
.centered-logo .homemenu {
	display: block;
}
.split-menu .homemenu > ul > li > a::after,
.centered-logo .homemenu > ul > li > a::after {
	top: 74px;
}
.split-menu .header-site-title-section,
.centered-logo .header-site-title-section {
	float: none;
	text-align: center;
	padding: 40px 0 10px;
}
.split-menu .header-site-title-section {
	padding-top: 22px;
}
.split-menu.main-menu-inactive .header-site-title-section,
.centered-logo.main-menu-inactive .header-site-title-section {
	padding-bottom: 45px;
}
.header-site-title-section .site-title {
	margin-bottom: 0;
}
.split-menu .header-site-title-section .site-title {
	line-height: 1.1;
}

/* Compact Layout */
.compact-layout .header-site-title-section {
    padding: 19px 0 0 25px;
}
.compact-layout .container-wrapper {
	margin: 0;
	width: 100%;
}
.compact-layout.minimal-logo.menu-is-horizontal .outer-wrap {
	height: 70px;
}
.compact-layout.page-is-not-fullscreen.header-type-auto.menu-is-horizontal .outer-wrap,
.compact-layout.page-is-not-fullscreen.minimal-logo.menu-is-horizontal .outer-wrap {
	background: #fff;
}
body.compact-layout.menu-is-horizontal .logo img {
	padding-top: 23px;
}
.compact-layout.minimal-logo:not(.mobile-mode-active) .mobile-toggle-menu-trigger {
	top: 1px;
	left: 10px;
}
.compact-layout.menu-is-horizontal .menu-social-header {
	top: 41px;
}
.compact-layout.page-is-not-fullscreen.header-type-bright .logo-theme-dark,
.compact-layout.page-is-not-fullscreen.header-type-auto.fullscreen-header-bright .logo-theme-dark {
	display: block;
}
.compact-layout.page-is-not-fullscreen.header-type-bright .logo-theme-bright,
.compact-layout.page-is-not-fullscreen.header-type-auto.fullscreen-header-bright .logo-theme-bright {
	display: none;
}
.compact-layout.page-is-not-fullscreen.header-type-bright .menu-social-header .social-header-wrap .social-icon i,
.compact-layout.page-is-not-fullscreen.header-type-bright .homemenu ul:first-child > li > a,
.compact-layout.page-is-not-fullscreen.header-type-auto.fullscreen-header-bright .menu-social-header .social-header-wrap .social-icon i,
.compact-layout.page-is-not-fullscreen.header-type-auto.fullscreen-header-bright .homemenu ul:first-child > li > a,
.compact-layout.page-is-not-fullscreen.header-type-auto .homemenu ul:first-child > li > a {
	color: #000;
}
.compact-layout.single-proofing #password-protected.client-gallery-protected {
	margin-top: 160px;
}
.compact-layout #goto-top {
	right: 20px;
}
.compact-layout:not(.page-is-fullscreen).header-type-auto.fullscreen-slide-bright .header-site-title-section a,
.compact-layout:not(.page-is-fullscreen).header-type-auto.fullscreen-slide-dark .header-site-title-section a,
.compact-layout.minimal-logo .header-site-title-section h1.site-title,
.compact-layout .header-site-title-section a {
	color: #000;
}
.compact-layout.page-is-fullscreen .outer-wrap {
	background: rgba(0,0,0,0.3);
}
.compact-layout.page-is-fullscreen.fullscreen-header-bright .outer-wrap {
	background: rgba(0,0,0,0.3);
}
.compact-layout.page-is-fullscreen.fullscreen-header-dark .outer-wrap {
	background: rgba(255,255,255,0.3);
}
.compact-layout:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.compact-layout:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.compact-layout:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.compact-layout:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.compact-layout:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #000;
}
.compact-layout.header-type-auto.fullscreen-header-dark.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.compact-layout.header-type-auto.fullscreen-header-dark.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.compact-layout.header-type-auto.fullscreen-header-dark.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.compact-layout.header-type-auto.fullscreen-header-dark.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.compact-layout.header-type-auto.fullscreen-header-dark.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #000;
}
.compact-layout.header-type-dark:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.compact-layout.header-type-dark:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.compact-layout.header-type-dark:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.compact-layout.header-type-dark:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.compact-layout.header-type-dark:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #000;
}
.header-type-inverse.page-is-not-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.header-type-inverse.page-is-not-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.header-type-inverse.page-is-not-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.compact-layout.header-type-auto.fullscreen-header-bright.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.compact-layout.header-type-auto.fullscreen-header-bright.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.compact-layout.header-type-auto.fullscreen-header-bright.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.compact-layout.header-type-auto.fullscreen-header-bright.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.compact-layout.header-type-auto.fullscreen-header-bright.page-is-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #fff;
}
.compact-layout.header-type-bright:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:before,
.compact-layout.header-type-bright:not(.mobile-mode-active) .mobile-toggle-menu-trigger span:after,
.compact-layout.header-type-bright:not(.mobile-mode-active) .mobile-toggle-menu-trigger span,
.compact-layout.header-type-bright:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:before,
.compact-layout.header-type-bright:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span:after {
	background: #fff;
}
.header-type-inverse.page-is-not-fullscreen:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.header-type-inverse-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.header-type-overlay.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.compact-layout.header-type-auto.fullscreen-header-dark.page-is-fullscreen .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.compact-layout.header-type-auto.fullscreen-header-bright.page-is-fullscreen .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.compact-layout.header-type-dark .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.compact-layout.header-type-bright .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.compact-layout.header-type-auto.fullscreen-header-dark .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.compact-layout.header-type-auto.fullscreen-header-bright .mobile-toggle-menu-open .mobile-toggle-menu-trigger span,
.compact-layout .mobile-toggle-menu-open .mobile-toggle-menu-trigger span {
	background: transparent;
}

.toggle-main-menu.menu-is-horizontal .menu-social-header {
    top: 27px;
    right: 100px;
}
.toggle-main-menu:not(.mobile-mode-active) .homemenu {
	display: none;
}
.toggle-main-menu:not(.mobile-mode-active) .responsive-menu-overlay,
.toggle-main-menu:not(.mobile-mode-active) #mobile-toggle-menu,
.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger {
	display: block;
}
.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger {
	position: absolute;
	right: 25px;
	top: 14px;
	left: auto;
}
.stickymenu-active.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger {
	position: fixed;
	-webkit-animation: minimalmenu-fadein 1s;
	-moz-animation: minimalmenu-fadein 1s;
	-ms-animation: minimalmenu-fadein 1s;
	-o-animation: minimalmenu-fadein 1s;
	animation: minimalmenu-fadein 1s;
	opacity: 1;
}
.stickymenu-active-removing.toggle-main-menu:not(.mobile-mode-active) .mobile-toggle-menu-trigger {
	position: absolute;
}

.compact-layout.minimal-logo:not(.mobile-mode-active).menu-is-horizontal .logo img {
	margin-left: 5px;
}
.compact-layout .minimal-logo-overlay,
.compact-layout.minimal-logo:not(.mobile-mode-active) .minimal-logo-overlay {
	left: 0;
	width: 0px;
	top: 70px;
}
.compact-layout.menu-is-onscreen.minimal-logo:not(.mobile-mode-active) .minimal-logo-overlay,
.compact-layout.menu-is-onscreen .minimal-logo-overlay {
	width: 600px;
}
body:not(.mobile-mode-active).compact-layout .responsive-mobile-menu-outer::after {
    top: 70px;
}

/* Compact Left */
.compact-layout.compact-minimal-left.minimal-logo.menu-is-horizontal .outer-wrap {
	position: fixed;
	height: 100%;
	left: 0;
	width: 70px;
}
.compact-layout.compact-minimal-left.minimal-logo:not(.mobile-mode-active) .mobile-toggle-menu-trigger {
	left: 4px;
	position: fixed;
	top: 0;
}
.compact-layout.minimal-logo:not(.mobile-mode-active).menu-is-horizontal .logo img,
.compact-minimal-left.minimal-logo .header-site-title-section h1.site-title {
	margin-left: 0;
}
.compact-layout.compact-minimal-left:not(.mobile-mode-active).menu-is-horizontal .logo img,
.compact-layout.compact-minimal-left .header-site-title-section {
    top: 0;
    left: -36px;
    padding: 0;
    position: fixed;
	transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
	margin-top: 70px;
	padding-right: 125px;
}
.page-has-loaded.compact-layout.minimal-logo:not(.mobile-mode-active).menu-is-horizontal .logo img,
.page-has-loaded.compact-layout.compact-minimal-left .header-site-title-section {
	opacity: 1;
}
.compact-layout.compact-minimal-left .minimal-logo-overlay,
.compact-layout.compact-minimal-left.menu-is-onscreen .minimal-logo-overlay,
.compact-layout.compact-minimal-left.minimal-logo:not(.mobile-mode-active) .minimal-logo-overlay {
    left: 70px;
    width: 480px;
    top: 0;
}
body:not(.mobile-mode-active).compact-layout.compact-minimal-left .responsive-mobile-menu-outer::after {
    top: 0;
    left: 70px;
    right: auto;
}
.compact-layout.compact-minimal-left .container-wrapper {
    margin: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.compact-layout.compact-minimal-left:not(.mobile-mode-active) .container-wrapper {
    padding-left: 70px;
}
.compact-layout.compact-minimal-left:not(.mobile-mode-active).fullscreen-slideshow #slidecaption-mobile,
.compact-layout.compact-minimal-left:not(.mobile-mode-active).fullscreen-slideshow #slidecaption,
.compact-layout.compact-minimal-left:not(.mobile-mode-active).fullscreen-slideshow #static_slidecaption {
	left: 130px;
}
.compact-layout.compact-minimal-left.minimal-logo.header-type-bright .header-site-title-section h1.site-title,
.compact-layout.compact-minimal-left.header-type-bright .header-site-title-section a {
	color: #fff;
}
.compact-layout.compact-minimal-left .horizontal-carousel-outer {
	top: 50px;
}
.compact-layout.compact-minimal-left:not(.mobile-mode-active) .responsive-mobile-menu {
	padding-top: 100px;
}
.compact-layout.compact-minimal-left:not(.mobile-mode-active).fullscreen-carousel .swiper-container,
.compact-layout.compact-minimal-left:not(.mobile-mode-active).fullscreen-swiperslides .swiper-container {
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
}


.cursor {
	display: block;
}

.elementor-editor-active .cursor {
	display: none !important;
}

.cursor__inner {
	z-index: 9999;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: difference;
	border-radius: 50%;
}

.cursor__inner--dot {
	width: 8px;
	height: 8px;
	background: #fff;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cursor__inner--circle {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	margin-top: 0;
	margin-left: 0;
	-webkit-transition: width 0.2s, height 0.2s, opacity 0.2s, margin 0.2s;
	-moz-transition: width 0.2s, height 0.2s, opacity 0.2s, margin 0.2s;
	transition: width 0.2s, height 0.2s, opacity 0.2s, margin 0.2s;
}

.cursor-on-element .cursor__inner--circle {
	width: 60px;
	height: 60px;
	opacity: 0.1;
	margin-top: -10px;
	margin-left: -10px;
}
.cursor-on-element .cursor__inner--dot {
	opacity: 0;
}

.responsive-menu-wrap {
	padding-top: 65px;
}

.fullscreen-mode-on.menu-is-vertical #fotorama-container-wrap {
	margin-left: 40px;
}
.fullscreen-mode-on.menu-is-vertical #fotorama-container-wrap {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
}
.menu-is-vertical #progress-back {
	bottom: 1px;
}
.menu-is-vertical .logo img {
	max-width: 100%;
}
.menu-is-vertical.page.mtheme-password-required .entry-title-wrap {
	margin: 0 auto;
}

.menu-is-vertical div#fullscreenvimeo {
	left: 376px;
}
.menu-is-vertical .fullscreen-video-play {
	right: calc(50% - 190px);
}



.menu-is-vertical .photowall-wrap,
.menu-is-vertical.fullscreen-swiperslides .swiper-container {
	margin-top: 0;
}
.menu-is-vertical .photowall-wrap {
	margin-right: 0;
	margin-bottom: 0;
}
.menu-is-vertical.page-is-fullscreen .container,
.menu-is-vertical.page-is-fullscreen .container-wrapper,
.page-is-fullscreen .container,
.page-is-fullscreen .container-wrapper {
	margin: 0;
}
.menu-is-vertical .photowall-wrap {
	margin-left: 305px;
}


.menu-is-vertical.fullscreen-fotorama .mtheme-fullscreen-toggle {
	right: 4px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
.menu-is-vertical #vertical-center-wrap {
	height: -webkit-calc(100%);
	height: -moz-calc(100%);
	height: calc(100%);
}
.menu-is-vertical .fullscreen-horizontal-carousel {
	top: 5%;
}

.menu-is-vertical .container-wrapper.container-boxed {
	margin-top: 0;
	margin-bottom: 0;
}

.menu-is-vertical.page.mtheme-password-required.page-template-default .container-wrapper,
.menu-is-vertical.single-events.mtheme-password-required .container-wrapper,
.menu-is-vertical.single-proofing.mtheme-password-required .container-wrapper,
.menu-is-vertical.single-portfolio.mtheme-password-required .container-wrapper,
.menu-is-vertical.single.single-post.mtheme-password-required .container-wrapper {
	position: fixed;
	width: -webkit-calc(100% - 430px);
	width: -moz-calc(100% - 430px);
	width: calc(100% - 430px);
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: calc(100% - 100px);
	overflow: scroll;
}
.menu-is-vertical.page.mtheme-password-required.page-template-default .container-wrapper,
.menu-is-vertical.single-events.mtheme-password-required .container-wrapper,
.menu-is-vertical.single-portfolio.mtheme-password-required .container-wrapper,
.menu-is-vertical.single.single-post.mtheme-password-required .container-wrapper {
	width: -webkit-calc(100% - 430px);
	width: -moz-calc(100% - 430px);
	width: calc(100% - 430px);
}

.menu-is-vertical .vertical-menu-body-container {
	margin-left: 0;
}
.menu-is-vertical.menu-is-vertical-right .vertical-menu-body-container {
	margin-right: 300px;
	margin-left: 0;
}
.menu-is-vertical.menu-is-vertical-right.split-page .vertical-menu-body-container {
	margin-right: 0;
	margin-left: 0;
}
.menu-is-vertical .title-container-outer-wrap {
	margin: 0 auto;
}
.container-wrapper {
	padding-top: 0;
}
.menu-is-vertical.edge-to-edge .container-wrapper,
.menu-is-vertical .container-wrapper {
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-is-vertical.page-is-fullscreen.edge-to-edge .container-wrapper,
.menu-is-vertical.page-is-fullscreen .container-wrapper {
	padding: 0;
}
.menu-is-vertical.single-fullscreen.fullscreen-photowall .container-wrapper {
	padding-top: 0;
}
.menu-is-vertical.proofing-status-inactive .container-wrapper,
.menu-is-vertical.password-protected-client-mode .container-wrapper {
	padding:0;
}
.menu-is-vertical.page-template-template-fullpage-php.compact-menu .container-wrapper,
.menu-is-vertical.edge-to-edge.compact-menu .container-wrapper {
	position: relative;
	top: 0;
}
.menu-is-vertical .person {
	max-width: 100%;
}
.menu-is-vertical .title-container-wrap {
	padding-top: 0;
}
.menu-is-vertical .container-wrapper {
	min-height: calc( 100vh );
}


.menu-is-vertical-right .vertical-menu {
	left: auto;
	right: 0;
}
body .vertical-menu {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.menu-is-vertical.fullscreen-revslider .tp-leftarrow {
	left: 346px !important;
}
.fullscreen-mode-on.menu-is-vertical.fullscreen-revslider .tp-leftarrow {
	left: 20px !important;
}
.fullscreen-mode-on .vertical-menu-outer {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	left: -400px;
}
.vertical-logo-wrap,
.vertical-menu {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-is-vertical-right .slideshow-content-wrap,
.menu-is-vertical-right #slidecaption,
.menu-is-vertical-right #static_slidecaption {
	width: auto;
	left: 35px;
}
.menu-is-vertical-right .mtheme-events-carousel {
	right: 330px;
}
.menu-is-vertical-right .fullscreen-horizontal-carousel {
	right: auto;
	left: 0;
}
.menu-is-vertical-right #vertical-center-wrap,
.menu-is-vertical-right.fullscreen-swiperslides .swiper-container {
	left: 0;
}
.menu-is-vertical-right .mouse-pointer-wrap {
	left: 0;
}
.menu-is-vertical-right .split-page-image {
	right: 0;
	left: auto;
}
.menu-is-vertical-right.split-page {
	margin-left: 0;
	margin-right: 34%;
}
.split-page.menu-is-vertical .vertical-menu-body-container {
	margin-left: 0;
}

/* Instagram */

.entry-content h3.instagram-username,
h3.instagram-username {
	color: #fff;
    display: inline-block;
    background: #000;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 14px 20px;
	text-align: center;
	z-index: 99;
}
.preloader-done h3.instagram-username {
	opacity: 1;
}
.preloader-done .gridblock-parallax-wrap {
	background: none;
}
.instagram-photos-link {
	display: block;
}
.insta-grid-outer {
    overflow: hidden;
}
.insta-grid-wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
.instagram-first-three .gridblock-background-hover:before,
.insta-grid-wrap .gridblock-background-hover:before {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
	bottom: 50%;
	right: calc( 50% - 6px );
	right: -moz-calc( 50% - 6px );
	right: -webkit-calc( 50% - 6px );
	content: "\f16d";
	font-family: "fontawesome";
}
.insta-grid-wrap,
.instagram-first-three {
	width: 920px;
}
.entry-content .instagram-first-three li,
.instagram-first-three li {
	margin: 0;
	width: 33.3333%;
	padding-bottom: 33.3333%;
	background-size: cover;
	float: left;
}
.ri-grid {
	position: relative;
	height: auto;
}
.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ri-grid ul:before,
.ri-grid ul:after {
	content: '';
	display: table;
}
.ri-grid ul:after {
	clear: both;
}
.ri-grid ul {
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}
.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.ri-grid ul li a {
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Grid wrapper sizes */

.ri-grid-size-1 {
	width: 55%;
}
.ri-grid-size-2 {
	width: 100%;
}
.ri-grid-size-3 {
	width: 100%;
	margin-top: 0px;
}
.ri-grid-loading:after,
.ri-grid-loading:before {
	display: none;
}
.ri-loading-image {
	display: none;
}
.ri-grid-loading .ri-loading-image {
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}

.vertical-footer-wrap .gridblock-grid-element {
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.insta-grid-wrap .gridblock-background-hover {
	position: absolute;
	z-index: 10;
	width: 100%;
	width: calc(100%);
	height: 100%;
	height: calc(100%);
	bottom: 0;
	left: 0;
}
.vertical-footer-wrap .gridblock-grid-element:hover .gridblock-background-hover {
	opacity: 1;
}
.vertical-footer-wrap .gridblock-background-hover:hover .gridblock-links-wrap {
	opacity: 1;
		transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.vertical-footer-wrap .gridblock-background-hover {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;

	background: rgba(0,0,0,0.2);

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.7s, opacity 0.7s,filter 0.7s;
	-moz-transition: background-color 0.7s, opacity 0.7s,filter 0.7s;
	transition: background-color 0.7s, opacity 0.7s,filter 0.7s;
}


.footer-end-block {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: -2px;
	opacity: 0;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	padding: 40px 0 0;
}
.preloader-done .footer-end-block {
	opacity: 1;
}

/* Vertical Menu */

.vertical-site-title-section {
	padding: 50px 0 30px 40px;
	position: relative;
	z-index: 99;
}
.vertical-site-title-section h1.site-title a,
.vertical-site-title-section h1.site-title {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1;
}
.vertical-menu-wrap h3.instagram-username {
	display: none;
	margin-bottom: 20px;
}
.vertical-menu-wrap .footer-end-block  {
	padding-bottom: 30px;
}
.vertical-menu-wrap .ri-grid ul li {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.vertical-menu-wrap .insta-grid-wrap,
.vertical-menu-wrap .instagram-first-three {
	width: 300px;
	margin: 0;
}

.vertical-menu-outer {
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	margin-top: 0;
	position: fixed;
	overflow: hidden;
	z-index: 999;
	-webkit-transition: transform 0.7s, left 0.4s;
	-moz-transition: transform 0.7s, left 0.4s;
	transition: transform 0.7s, left 0.4s;
	-webkit-transform: scale(1), translateZ(0), translate3d(0, 0, 0);
	-moz-transform: scale(1), translateZ(0), translate3d(0, 0, 0);
	-ms-transform: scale(1), translateZ(0), translate3d(0, 0, 0);
	transform: scale(1), translateZ(0), translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.vertical-menu-wrap {
	left: 0;
	top: 0;
	width: 320px;
	height: 100%;
	margin-top: 0;
	position: absolute;
	transition: opacity 1s, left 0.2s;
	-moz-transition: opacity 1s, left 0.2s;
	-webkit-transition: opacity 1s, left 0.2s;
	-o-transition: opacity 1s, left 0.2s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.vertical-menu-wrap {
	background: rgba(255,255,255,0.5);
}

.vertical-menu-wrap {
		display: flex;
		flex-direction: column;
		height: 100vh;
}
.vertical-menu {
		flex: 1 0 auto;
}
.vertical-footer-wrap {
		flex-shrink: 0;
}

/* Vertical Footer */

.vertical-footer-wrap {
	width: 300px;
}

.vertical-footer-wrap .fullscreen-footer-info,
.vertical-footer-wrap .fullscreen-footer-social {
	float: none;
	text-align: left;
	width: 100%;
}
.vertical-footer-wrap .fullscreen-footer-info {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.vertical-footer-wrap .social-header-wrap {
	float: none;
	text-align: left;
}
.vertical-footer-copyright {
	font-size: 9px;
	line-height: 1.4;
	padding-left: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}
.vertical-footer-copyright li {
	padding: 5px 0;
}
.vertical-footer-wrap {
	padding: 0;
}
.vertical-menu-outer .vertical-footer-wrap-inner {
	padding: 0 32px 40px;
}
.vertical-copyright-wrap {
	margin-top: 14px;
}
.vertical-footer-wrap .social-header-wrap ul li.social-icon {
	float: none;
	display: inline-block;
	padding: 0 3px;
	text-align: center;
	font-size: 14px;
}

.vertical-menu ul.mtree ul.sub-menu li:last-child a {
	border: 0;
}
.vertical-menu ul.mtree .sub-menu li.mtree-node > a::after {
	top: 13px;
}
.vertical-menu ul.mtree li:hover i,
.vertical-menu ul.mtree li > a:hover,
.vertical-menu ul.mtree a:hover {
	color: #fff;
}
.vertical-menu ul.mtree i,
.vertical-menu ul.mtree a {
	color: rgba(255,255,255,0.8);
}
.vertical-menu ul.mtree .sub-menu .sub-menu a {
	color: rgba(255,255,255,0.5);
}
.vertical-menu ul.mtree li.mtree-open > a {
	color: rgba(255,255,255,1);
}
.responsive-mobile-menu .vertical-menu ul.mtree a {
	color: rgba(255,255,255,0.5);
}
.vertical-menu ul.mtree li li a {
	color: rgba(255,255,255,0.5);
}
.vertical-menu ul.mtree > li::before {
	height: 1px;
	left: -22px;
	top: 16px;
}
.vertical-menu ul.mtree a {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1.5px;
	font-weight: 400;
	padding: 10px 0;
	position: relative;
}
.vertical-menu ul.mtree ul.sub-menu {
	margin: 0;
}
.vertical-menu ul.mtree .sub-menu a {
	padding: 6px 0;
}
.vertical-menu ul.mtree ul.sub-menu a {
	padding: 7px 0;
}
.vertical-menu ul.mtree li li.mtree-node > a::after {
	top: 18px;
}

.vertical-menu-wrap ul.mtree {
	padding: 0 55px 40px 40px;
}
.vertical-menu ul.mtree li.mtree-node > a::after {
	top: 16px;
	line-height: 0;
}

.vertical-logo-wrap a,
.vertical-logo-wrap {
	line-height: 0;
}
.vertical-logoimage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
.vertical-menu-wrap ul.mtree li > a:after {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform-origin: center center;
}

.menu-is-vertical.page-is-fullscreen:not(.mobile-mode-active) {
	overflow: hidden;
}
.vertical-menu-wrap {
	background: #505050;
}
.vertical-menu-wrap ul.mtree li.mtree-node > a::after {
	color: rgba(255,255,255,0.4);
}
.vertical-menu ul.mtree > li::before {
	background: transparent;
}
.vertical-menu ul.mtree > li.mtree-open::before {
	background: rgba(255,255,255,1);
}
.menu-is-vertical:not(.mobile-mode-active) {
	margin-left: 300px;
}
.menu-is-vertical .vertical-menu-outer {
	display: none;
}
.menu-is-vertical:not(.mobile-mode-active) .vertical-menu-outer {
	display: block;
}

/* Supersized */
.menu-is-vertical:not(.mobile-mode-active) #supersized,
.menu-is-vertical:not(.mobile-mode-active) #supersized li {
	left: 300px;
	width: calc(100% - 300px);
	-moz-width: calc(100% - 300px);
	-webkit-width: calc(100% - 300px);
}
.menu-is-vertical:not(.mobile-mode-active) .slideshow-controls-wrap {
	left: 350px;
}
.menu-is-vertical:not(.mobile-mode-active) .fullscreen-coverphoto-inner {
	position: relative;
	left: -150px;
}

/* Carousel */
.menu-is-vertical:not(.mobile-mode-active) .fullscreen-horizontal-carousel .next-hcarousel {
	right: 340px;
}

/* Fotorama */
.menu-is-vertical:not(.mobile-mode-active) #fotorama-container-wrap {
	margin-left: 301px;
}
.menu-is-vertical.fullscreen-fotorama:not(.mobile-mode-active) .mtheme-fullscreen-toggle {
	bottom: calc(50% - 10px);
	bottom: -webkit-calc(50% - 10px);
	bottom: -moz-calc(50% - 10px);
}
.menu-is-vertical:not(.mobile-mode-active) #fotorama-container-wrap {
	width: -webkit-calc(100% - 301px);
	width: -moz-calc(100% - 301px);
	width: calc(100% - 301px);
	height: 100%;
}
.menu-is-vertical.fotorama-style-contain:not(.mobile-mode-active) .fotorama__nav-wrap {
	bottom: 8px;
}
.admin-bar.centered-logo.menu-is-horizontal.fotorama-style-contain #fotorama-container-wrap {
    top: 230px;
}

/* Swiper Slides */
.menu-is-vertical:not(.mobile-mode-active) #vertical-center-wrap,
.menu-is-vertical.fullscreen-swiperslides:not(.mobile-mode-active) .swiper-container {
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);
}
.menu-is-vertical:not(.mobile-mode-active) #vertical-center-wrap {
	left: 300px;
}
.menu-is-vertical.fullscreen-swiperslides .swiper-container {
	height: 100%;
}
.menu-is-vertical.page-is-fullscreen.fullscreen-splitslider:not(.mobile-mode-active) .container-wrapper {
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
}
.menu-is-vertical.page-is-fullscreen.fullscreen-splitslider .container-wrapper {
	height: 100%;
	min-height: 0;
	overflow: hidden;
}
.mobile-mode-active.menu-is-onscreen .responsive-mobile-menu-outer {
	width: 100%;
	height: 100%;
}

/* Woocommerce Cart Header */

.homemenu .cart {
	background: #fff;
	border: 1px solid #f5f5f5;
	color: #FFFFFF;
	font-size: 11px;
	padding: 30px;
	width: 230px;
	position: absolute;
	right: -56px;
	top: 100px;
	line-height: 12px;
}
.center-logo .homemenu .cart {
	top: 64px;
}
.center-logo .sticky-menu-activate .header-search,
.center-logo .sticky-menu-activate .header-cart {
	top: 5px;
}
.sticky-menu-on .homemenu .cart {
	top: 80px;
}
.center-logo.sticky-menu-on .homemenu .cart {
	top: 60px;
}
.cart-elements .cart-element-image {
	float: left;
	width: 60px;
}
.cart-elements .cart-element-image img {
	width: 60px;
	height: 60px;
}
.cart-elements .cart-contents {
	text-align: left;
}
.cart-elements .cart-content-text {
	float: left;
	margin-left: 10px;
}
.cart-buttons {
	display: inline-block;
	width: 100%;
	padding: 0;
}
.mtheme-header-cart {
  width: 340px;
  text-align: left;
  background: rgba(251, 251, 251, 0.94);
  position: fixed;
  right: -360px;
  top: 0;
  height: 100%;
  z-index: 99999;
  padding: 48px;
  margin: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	transform: scale(0.98);

	transition: right 0.5s,transform 1.8s;
	-moz-transition: right 0.5s,transform 1.8s;
	-webkit-transition: right 0.5s,transform 1.8s;
	-o-transition: right 0.5s,transform 1.8s;
}
.cart-on .mtheme-header-cart {
	right: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
  }
.mtheme-header-cart .cart-contents {
	padding-bottom: 40px;
}
.cart-elements {
	margin-bottom: 7px;
}
.cart-elements .cart-title {
  color: #000;
  display: block;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.cart-elements .cart-item-quantity-wrap,
.cart-elements .amount {
	color: #555;
	display: block;
	text-align: left;
}
.cart-elements .amount {
	font-weight: 600;
}
.cart-content-checkout {
	color: #000;
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
.cart-view-link {
	margin-top: 10px;
}
.cart-view-link a,
.cart-checkout-link a {
	border: 1px solid #000;
	margin-top: 5px;
	padding: 14px;
	font-weight: 400;
	color: #000;
	display: block;
	transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	-webkit-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
}
.cart-view-link a:hover,
.cart-checkout-link a:hover {
	background: #000;
	color: #fff;
}
.homemenu .cart-view-link:hover a,
.homemenu .cart-checkout-link:hover a {
	color: #fff;
}
.cart-view-link a,
.cart-checkout-link a,
.homemenu .cart-view-link a,
.homemenu .cart-checkout-link a {
	font-weight: 400;
	color: #000;
}
.header-cart-close {
	color: #000;
	float: right;
	font-size: 26px;
	position: relative;
	right: -15px;
	top: -23px;
	opacity: 1;;
	cursor: pointer;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);

	transition: opacity 0.5s,transform 0.5s;
	-moz-transition: opacity 0.5s,transform 0.5s;
	-webkit-transition: opacity 0.5s,transform 0.5s;
	-o-transition: opacity 0.5s,transform 0.5s;
}
.header-cart-close:hover {
	opacity: 0.7;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}
.cart-empty {
  color: #A6A6A6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  line-height: 14px;
}
.mtheme-header-cart h3 {
	margin-bottom: 48px;
}
.mtheme-header-cart h3 {
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 0.2px;
	font-weight: 500;
}
.cart-elements .cart-title {
	margin-bottom: 4px;
}
.cart-elements .cart-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}
.cart-elements .cart-title {
	line-height: 1.3;
}
.cart-elements .amount,
.cart-elements .cart-item-quantity-wrap {
	font-size: 15px;
	font-weight: 600;
}
.cart-elements .cart-item-quantity-wrap,
.cart-elements .amount {
	font-weight: 500;
	line-height: 1.2;
}
.cart-view-link a,
.cart-checkout-link a,
.homemenu .cart-view-link a,
.homemenu .cart-checkout-link a {
	letter-spacing: 0.5px;
	font-weight: 500;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.header-search,
.header-cart {
	height: 22px;
	line-height: 22px;
	margin: 0 0 0 20px;
	opacity: 1;
	position: absolute;
	right: 38px;
	top: 40px;
	z-index: 99;
	-webkit-transition: opacity 0.3s, top 0.3s;
	-moz-transition: opacity 0.3s, top 0.3s;
	transition: opacity 0.3s, top 0.3s;
}
.header-cart {
	height: 22px;
	margin: 0 0 0 20px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 38px;
	z-index: 99;
	-webkit-transition: opacity 0.3s, top 0.3s;
	-moz-transition: opacity 0.3s, top 0.3s;
	transition: opacity 0.3s, top 0.3s;
}
.centered-logo .header-cart {
	top: 14px;
}
.vertical-menu .header-cart {
    right: auto;
    top: 10px;
    left: -20px;
}
.wooshop-hide-empty-cart .cart-is-empty.header-cart {
	display: none;
}
.header-cart .item-count {
	position: absolute;
	top: -9px;
	right: -20px;
	text-align: center;
	color: #fff;
	background: #f00;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	font-size: 10px;
	font-weight: 600;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.header-search i,
.header-cart i {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 18px;
}
.header-search:hover,
.header-cart:hover {
	cursor: pointer;
}
.mobile-alt-toggle {
    position: fixed;
    z-index: 9999;
    right: 40px;
    top: 22px;
}
.mobile-alt-toggle .header-cart {
    right: 0;
    top: 0;
}
.mobile-alt-toggle .header-cart i,
.stickymenu-active .mobile-alt-toggle .header-cart i {
	color: #fff;
}
.admin-bar .mobile-alt-toggle {
    top: 55px;
}/* Columns */

.mtheme-supercell .span12 {
	width: 100%;
}
.mtheme-supercell .span11 {
	width: 91.66666667%;
}
.mtheme-supercell .span10 {
	width: 83.33333333%;
}
.mtheme-supercell .span9 {
	width: 75%;
}
.mtheme-supercell .span8 {
	width: 66.66666667%;
}
.mtheme-supercell .span7 {
	width: 58.33333333%;
}
.mtheme-supercell .span6 {
	width: 50%;
}
.mtheme-supercell .span5 {
	width: 41.66666667%;
}
.mtheme-supercell .span4 {
	width: 33.33333333%;
}
.mtheme-supercell .span3 {
	width: 25%;
}
.mtheme-supercell .span2 {
	width: 16.66666667%;
}
.mtheme-supercell .span1 {
	width: 8.33333333%;
}

/* ******************************
Header Search
******************************* */

body.msearch-is-on {
	overflow: hidden;
}
.msearch-is-on .toggle-menu-trigger {
	display: none;
}
#header-search-bar-wrap {
	background: #777;
	background: rgba(35, 35, 35, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.header-search-bar {
	padding: 50px 30px 90px;
	position: relative;
	text-align: center;
	top: 35%;
}
.header-search-close {
	color: #fff;
	font-size: 22px;
	margin-top: 0;
	position: absolute;
	right: 25px;
	top: 20px;
	opacity: 0.7;
}
.header-search-close:hover {
	cursor: pointer;
	opacity: 1;
}
.header-search-bar .search-instructions {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 7px;
	text-indent: -76px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#header-searchform #hs {
	color: #7e7e7e;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 30px;
	width: 50%;
	border: 1px solid #000;
	background: #fff;
	opacity: 1;
	text-align: center;
}
#header-searchform button {
	color: #fff;
	font-size: 20px;
	height: 85px;
	opacity: 0.7;
	position: relative;
	top: 8px;
	width: 80px;
}
#header-searchform button:hover {
	opacity: 1;
}
#header-searchform .feather-icon-search {
	position: relative;
	top: -7px;
}
/* ******************************
Page
******************************* */

.mtheme-adjust-max-height {
	height: 100%;
	max-height: 100%;
}
.top-bar-wrap-fullwidth {
	margin: 0 auto;
}
.top-bar-wrap-boxed {
	margin: 0 auto;
}
.top-bar-content {
	margin: 0 auto;
}

.page-template-template-fullpage-php .container-boxed {
	padding-left: 0;
	padding-right: 0;
}
.page-template-template-fullpage-php .title-container-outer-wrap {
	display: none;
}
.title-container-outer-wrap,
.title-container-no-display {
	position: relative;
}
.title-container-outer-wrap {
	padding: 100px 0 24px;
}
.title-container-no-display-wrap {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.title-container-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-container-inner {
	padding: 50px 0;
}
.container.header-adjuster {
	margin-top: 130px;
	padding-top: 50px;
}
.fullpage-block {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.container-fill {
	width: 100%;
	margin: 0;
}
.global-container-wrapper {
	width: 100%;
}

.single-portfolio.mtheme-password-required .container-wrapper,
.single-events.mtheme-password-required .container-wrapper {
	background: none;
}
.single-portfolio.mtheme-password-required .entry-title-wrap,
.single-events.mtheme-password-required .entry-title-wrap {
	display: none;
}

.single.mtheme-password-required .container-wrapper .passwordform-wrap,
.page.mtheme-password-required .container-wrapper .passwordform-wrap,
.single-portfolio.mtheme-password-required #password-protected .passwordform-wrap,
.single-events.mtheme-password-required #password-protected .passwordform-wrap {
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 600px;
	padding: 38px 25px 10px;
	border-radius: 10px;
}

.single-portfolio.mtheme-password-required .footer-container-wrap {
	display: none;
}

.single-fullscreen.fullscreen-photowall .container-wrapper,
.single-fullscreen.fullscreen-carousel .container-wrapper,
.top-header-present .container-wrapper {
	padding-top: 0;
}

.single-fullscreen.fullscreen-photowall.center-logo .container-wrapper {
	padding-top: 0;
}
.single-fullscreen.fullscreen-photowall.menu-is-detatched.page-is-fullscreen .container-wrapper {
	padding-top: 0;
}
.single-fullscreen.fullscreen-photowall.menu-is-detatched .container-wrapper,
.single-fullscreen.fullscreen-carousel.menu-is-detatched .container-wrapper {
	padding-top: 0;
}
.single-fullscreen.fullscreen-photowall.minimal-header .container-wrapper {
	padding-top: 0;
}
.single-fullscreen.fullscreen-photowall.minimal-header.top-header-present .container-wrapper {
	padding-top: 0;
}
.menu-is-detatched .container-wrapper {
	padding-top: 0;
}
.site-in-maintenance-mode .container-wrapper,
.site-in-maintenance-mode.top-header-present .container-wrapper,
.password-protected-client-mode .container-wrapper,
.menu-is-horizontal .container-wrapper {
	padding-top: 0;
}

.single-fullscreen .container-wrapper,
.edge-to-edge .container-wrapper,
.page-template-template-fullpage .container-wrapper,
.edge-to-edge.center-logo .container-wrapper,
.page-template-template-fullpage.center-logo .container-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.container-head {
	height: 15px;
	width: 100%;
	background: #111;
}


.post-thumbnail-navigation,
#slidecaption,
#static_slidecaption,
.slideshow-content-wrap,
.menu-is-horizontal .mainmenu-navigation,
.fullpage-item,
.container,
.portfolio-container,
.portfolio-header-wrap,
.top-bar-wrap-fullwidth,
.edge-to-edge .container,
.pagebuilder-active .container,
.page-template-template-fullpage .container,
.edge-to-edge .entry-portfolio-content,
.always-center {
	margin: 0 auto;
}

body.edge-to-edge:not(.elementor-page) .container,
.post-thumbnail-navigation,
.fullpage-item,
.container,
.portfolio-container,
.top-bar-wrap-fullwidth,
.edge-to-edge .container,
.pagebuilder-active .container,
.page-template-template-fullpage .container,
.edge-to-edge .entry-portfolio-content,
.always-center,
.title-container-wrap,
.single .title-container .title-container-wrap {
	width: 1120px;
	max-width: 100%;
}

.parallax {
	transition: none !important;
}


.pagebuilder-active .container {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.single-clients .container {
	padding-top: 66px;
}
.header-is-off .container {
	padding-top: 140px;
}
.split-page .container,
.split-page.menu-is-vertical .container,
body.split-page .footer-container {
	width: 90%;
}
.split-page {
	width: 50%;
	margin-left: 50%;
}
.split-page-image {
	width: 50%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-color: #fff;
	background-size: cover;
}

.edge-to-edge .entry-portfolio-content {
	margin-top: 20px;
}
.single-portfolio.pagebuilder-active .entry-portfolio-content {
	margin: 0;
}
.single-portfolio.pagebuilder-active .entry-portfolio-content,
.portfolio-header-wrap.edge-to-edge-column {
	width: auto;
}
.entry-title.section-title {
	width: auto;
}
.page-template-template-blank-php .container,
.page-template-template-fullpage-php .container,
.edge-to-edge .container {
	width: auto;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.edge-to-edge .two-column {
	width: 100%;
}
.portfolio-section-heading {
	border-top: 1px solid #f0f0f0;
}
.portfolio-header-wrap.edge-to-edge-column {
	padding-top: 0;
}
.portfolio-end-block.portfolio-header-wrap {
	padding-top: 0;
}
.edge-to-edge.header-is-off .portfolio-header-wrap {
	padding-top: 0;
}

.proofing-download-section {
    text-align: center;
    background: rgba(255,255,255,0.4);
    padding: 50px 30px 40px;
    margin-bottom: 30px;
}
.proofing-status-inactive .container-wrapper,
.single-proofing.password-protected-client-mode .container-wrapper,
.mtheme-password-required .container-wrapper {
	min-height: 0;
}
.single-flexislideshow {
	margin-left: -50px;
}

/* Sticky Menu Styles End */

.menu-overlay {
	background-color: #555;
	position: fixed;
	top: -150px;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: -1;
	border-bottom: 1px solid #F5F5F5;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.top-menu-wrap {
	padding: 0;
	line-height: 0;
}
.lower-padding {
	padding-bottom: 0
}
.footer-margin {
	margin-top: 60px;
}
.lower-margin {
	margin-bottom: 50px;
}
.sidebar-margin {
	margin-top: 30px;
}
.no-border {
	border: none;
	margin: 0;
	padding: 0;
}
.main-contents {
	padding: 0;
}
.page-contents {
	padding: 0;
}
.home-wrap {
	margin: 0 50px;
}
.home-page-wrap {
	padding: 20px 0;
}
.page-template-template-page_leftsidebar-php .page-contents-wrap {
	padding: 20px 50px 0 0;
}
.fullpage-portfolio-wrap {
	margin: 0;
}
.fullpage-contents-wrap {
	margin: 0;
}
.portfoliopage-contents-wrap {
	padding: 0;
}
.transparent-contents-wrap {
	padding: 0 0 0 0;
}
.entry-contents-wrapper {
	margin-top: 30px;
}
.entry-post-wrapper {
	margin-bottom: 20px;
	padding: 0;
}
.entry-post-seperator {
	border-bottom: 1px solid #ededed;
	margin-bottom: 50px;
	padding-bottom: 80px;
}
.knowledge-contents-archive .entry-post-seperator:last-child {
	border: 0;
}
.center-readmore {
	text-align: center;
}
.gallery-size-thumbnail .gallery-item {
	display: inline-block;
	text-align: center;
	width: 33.333%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 20px;
	margin: 0;
}
.gallery-size-thumbnail.gallery-columns-10 .gallery-item {
	width: 10%;
}
.gallery-size-thumbnail.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-size-thumbnail.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-size-thumbnail.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-size-thumbnail.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-size-thumbnail.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-size-thumbnail.gallery-columns-3 .gallery-item {
	width: 33.333%;
}
.gallery-size-thumbnail.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-size-thumbnail.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-size-thumbnail .gallery-item {} .entry-portfolio-wrapper {
	padding: 20px 0 10px;
	margin: 0;
}
.entry-spaced-wrapper {
	padding: 0;
	margin: 0;
}
.entry-page-wrapper {
	padding: 0;
	margin: 0;
}
.page .commentform-wrap-page {
    margin-top: 70px;
}
.buttonseperator {
	margin-top: 20px;
}
.footer-container-wrap {
	overflow: hidden;
	background: #262626;
}
.footer-end-block .owl-theme .owl-controls {
	display: none;
}
.footer-section-heading {
	position: absolute;
	top: 18px;
	z-index: 2;
	width: 100%;
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: top 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-moz-transition: top 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-webkit-transition: top 0.8s ease-in-out, opacity 0.8s ease-in-out;
	-o-transition: top 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
.footer-end-block:hover .footer-section-heading {
	top: 10px;
	opacity: 0;
}
.footer-end-block h2.section-title {
	background: #fff;
	color: #6a6a6a;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 12px 30px 14px;
	line-height: 0;
}
.footer-end-block h2.section-title i {
	font-size: 16px;
	font-weight: 100;
	margin-right: -2px;
	position: relative;
	top: 1px;
}
.entry-nospaced-wrapper {
	padding: 1px 20px 10px 20px;
	margin: 0;
}
.wooshop-no-sidebar-archive.woocommerce.archive #container {
	width: 100%;
}
.portfolio-end-block {
	color: #000;
	padding: 0;
}
.portfolio-header-left.portfolio_default {
	width: 59%;
}
#ajax-gridblock-content .portfolio-header-left {
	width: 60%;
}
#ajax-gridblock-content .portfolio-header-right {
	width: 40%;
}
.ajax-gridblock-description {
	color: #eee;
}
#ajax-gridblock-content .portfolio-header-left,
#ajax-gridblock-content .portfolio-header-right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.edge-to-edge .ajax-gridblock-block-wrap {
	padding: 0 40px 20px 40px;
}
.edge-to-edge .boxed-column .ajax-gridblock-block-wrap {
	padding: 0;
}
.woocommerce.archive #container {
	float: left;
}


/* Video Containers */

#videocontainer {
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}
#videocontainer.vjs-paused {
	opacity: 1;
}
.portfolio-single-image,
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content img,
.video-container iframe,
.video-container object,
.video-container embed,
.contents-wrap iframe,
.contents-wrap object,
.contents-wrap embed,
.post-format-media iframe,
.post-format-media object,
.post-format-media embed,
.entry-wrapper iframe,
.entry-wrapper object,
.entry-wrapper embed,
.entry-wrapper iframe,
.entry-wrapper object,
.entry-wrapper embed,
.entry-wrapper img,
.single-portfolio-image-wrap img,
.portfolio-featured-image img {
	max-width: 100%;
}
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content img,
.video-container iframe,
.video-container object,
.video-container embed,
.contents-wrap iframe,
.contents-wrap object,
.contents-wrap embed,
.post-format-media iframe,
.post-format-media object,
.post-format-media embed,
.entry-wrapper iframe,
.entry-wrapper object,
.entry-wrapper embed,
.entry-wrapper iframe,
.entry-wrapper object,
.entry-wrapper embed,
.entry-wrapper img {
	border: 0;
}
.portfolio-featured-image {
	width: 100%;
	line-height: 0;
}
.lightbox-shortcode img {
	max-width: 100%;
	width: 100%;
}
.lightbox-shortcode.lightbox-shortcode-center img {
	width: auto;
}
.portfolio-single-image {
	vertical-align: bottom;
	width: 100%;
}
/* ******************************
Entry Contents
******************************* */
.entry-content {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	word-spacing: 0;
}
.blog-list-style-small .entry-content {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	word-spacing: 0;
}
.sidebar-widget {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	word-spacing: 0;
}
.entry-content .comment-content,
.comment-content {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.7;
	word-spacing: 0;
}
.entry-content.medium {
	font-size: 16px;
}
.blog-small-right .entry-content .postsummary-spacing {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
}
.search.post-type-archive-product .container-outer {
    min-height: 100vh;
}
.woocommerce #tab-description p,
.woocommerce #tab-description ul li,
.woocommerce .entry-summary div[itemprop="description"] {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
}

.comment-metadata,
.comment-metadata a,
.comment-author,
.comment-author a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;	
}
.gridblock-five .work-details,
.gridblock-four .work-details,
.gridblock-three .work-details,
.gridblock-two .work-details,
.gridblock-one .work-details,
.slideshow-box-info .work-details {
	text-align: center;
}
.aboutme-wrap.entry-content > h2,
.sidebar-widget h3 {
	color: #000;
}
.entry-content-wrapper {
	margin: 0 0 0 0;
}
.main-entry-content-wrapper {
	margin: 20px 0 0 0;
}
.featured-content {
	margin-bottom: 50px;
}
.entry-content #searchform {
	margin: 0;
}
.entry-post-list-end {
	margin: 15px 0 25px 0;
}
.contents-column {
	margin: 20px 0 0 0;
}
.portfolio-contents {
	margin-bottom: 0;
}
.entry-info {
	width: 60px;
	float: left;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 0 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
/* 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: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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.entry-content .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.gallery .gallery-caption {
	color: #000;
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 12px;
}
.alignnone {
	margin: 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 36px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
table {
	width: 100%;
	margin-bottom: 40px;
}
table tbody td {
	line-height: 1.5;
}
table tbody td a {
	display: block;
	text-decoration: none;
}
table tfoot td {
	padding-top: 1px;
	padding: 4px;
}
table th,
table td {
	padding: 7px 20px;
	border: 1px solid #b6b6b6;
}
table th {
	color: #000;
	font-weight: 600;
}
.entry-content td {
	vertical-align: middle;
}
.postsummarywrap-margin-top {
	margin-top: 28px;
}
/* ******************************
Headings
******************************* */

.entry-post-title-only {
	margin-top: 0;
}
.entry-content .entry-post-title h2 {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-all;
}
.entry-content .entry-post-title h2 {
	margin-top: 0;
}
.post-format-media {
	position: relative;
	line-height: 0;
}
.nosidebar .blog-grid-element .post-format-media,
.blog-grid-element .post-format-media {
	margin-left: 0;
	margin-right: 0;
}
.entry-content .entry-post-title h2 a {
	color: #000;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}
.entry-content .entry-post-title h2 a:hover {
	text-decoration: none;
}
.slider-title-wrap {
	width: 960px;
	margin: 0 auto;
}
h1.entry-slider-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #A0A0A0;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 10px 20px;
	vertical-align: text-top;
}
.title-container {
	position: relative;
}
.edge-to-edge.single-portfolio .container {
	width: auto;
	margin: 0;
	padding: 0;
}
.portfolio-header-right {
	color: #000;
}
.fullwidth-column .portfolio-header-right {
	width: auto;
}
.fullwidth-column .if-fullwidth-center {
	margin: 0;
}
.title-container-wrap {
	padding: 0;
	margin: 0 auto;
}
.page-has-no-title.split-menu .title-container-wrap,
.page-has-no-title .container {
	padding-top: 0;
}
.title-background-has-fill .title-container-wrap {
	padding-bottom: 28px;
	margin-bottom: 28px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
h1.entry-title,
.entry-coontent h1.entry-title {
	color: #000;
	display: inline-block;
	overflow-wrap: break-word;
	position: relative;
}
.entry-content h1.section-title {
	margin-bottom: 14px;
}
.entry-title-wrap h1.entry-title,
.single .title-container h1.entry-title {
	margin-top: 14px;
}
.title-container h1.entry-title {
	padding: 0 20px;
}
.entry-content .heading-block h2.photocard-title,
.entry-content .section-title {
	font-weight: 300;
}
.entry-content .headingstyle-thin h1.section-title,
.entry-content .headingstyle-thin h2.section-title,
.entry-content .headingstyle-thin h3.section-title,
.entry-content .headingstyle-thin h4.section-title,
.entry-content .headingstyle-thin h5.section-title,
.entry-content .headingstyle-thin h6.section-title {
	font-weight: 300;
}
.headingstyle-thin .section-description,
.headingstyle-thin .entry-title-subheading {
	font-size: 14px;
}
.entry-content .headingstyle-thin h1.section-title {
	font-size: 42px;
	line-height: 56px;
	margin-bottom: 24px;
	letter-spacing: 0;
}
.animation-standby.entry-title.section-title {
	opacity: 0;
}
.animation-standby.none {
	opacity: 1;
}
.text-is-dark h1.entry-title,
.entry-content .text-is-dark h1.section-title {
	color: #000;
}
h3.entry-title.section-title.draw-a-line,
h4.entry-title.section-title.draw-a-line,
h5.entry-title.section-title.draw-a-line,
h5.entry-title.section-title.draw-a-line {
	margin-bottom: 50px;
}
@keyframes drawline {
	from {
		width: 0px;
		margin-left: 0;
	}
	to {
		width: 10px;
		margin-left: -5px;
	}
}
/* Firefox < 16 */

@-moz-keyframes drawline {
	from {
		width: 0px;
		margin-left: 0;
	}
	to {
		width: 10px;
		margin-left: -5px;
	}
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes drawline {
	from {
		width: 0px;
		margin-left: 0;
	}
	to {
		width: 10px;
		margin-left: -5px;
	}
}
/* Opera < 12.1 */

@-o-keyframes drawline {
	from {
		width: 0px;
		margin-left: 0;
	}
	to {
		width: 10px;
		margin-left: -5px;
	}
}
.entry-title-subheading {
	margin: 0 auto 24px;
	max-width: 480px;
	padding-top: 16px;
	position: relative;
	text-align: center;
}
.entry-title-subheading strong {
	font-weight: bold;
}
.entry-title-wrap,
.single .title-container .entry-title-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}
.entry-title.bold-centered h1 {
	font-size: 46px;
	font-weight: 800;
	letter-spacing: 10px;
	line-height: 82px;
	text-transform: uppercase;
}
h1.entry-title em,
h2.entry-title em {
	font-style: italic;
}
h1.entry-title strong,
h2.entry-title strong {
	font-weight: bold;
}
.title-container-wrap .entry-title-wrap h2 {
	color: #DADADA;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 0;
	padding: 4px 0 0;
}
.entry-title-wrap h2 {
	line-height: 40px;
	margin: 10px 0 0;
	padding: 20px 0 30px;
}
.entry-mainpost-title {
	font-size: 22px;
	color: #555555;
	letter-spacing: 0;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0 20px 0;
	margin: 0 0 40px 0;
	letter-spacing: 1px;
	vertical-align: text-top;
}
.entry-single-title h1 {
	font-size: 36px;
	color: #555555;
	letter-spacing: 0;
	padding: 0;
	margin: 20px 0 20px 0;
	letter-spacing: -1px;
	vertical-align: text-top;
}
h1.page-title {
	font-size: 18px;
	margin: 65px 0 55px 0;
	color: #B9B9B9;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: uppercase;
}
h1.page-entry-title {
	color: #454545;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 30px 0 30px;
}
h2.page-entry-title {
	color: #454545;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 10px 0 10px;
}
h3.related_posts_title {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	margin: 10px 0 30px;
}
.entry-content h2.entry-title p,
h2.entry-title p {
	margin: 0;
}
h2.entry-title a {
	color: #747474;
	text-decoration: none;
}
h2.entry-title a:hover {
	color: #111;
	text-decoration: none;
}
.search-results .entry-title > span {
	color: rgba(0,0,0,0.4);
}
.no-results {
	margin: 35px 0 0 0;
}
/* **********************
BreadCrumbs
********************** */

.breadcrumb-wrap {
	height: 50px;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.2);
}
.breadcrumb {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	top: -37px;
	text-transform: uppercase;
}
.breadcrumb a {
	font-weight: 400;
	color: #aaa;
}
.breadcrumb a:hover {
	color: #13D3B5;
}
.breadcrumb-sep {
	padding: 0 10px;
	color: #fff;
}
.breadcrumb .divider {
	padding: 0 5px;
	color: #fff;
}
.set-screen-fixed {
	overflow: hidden;
}
/* **********************
Content Headings
*********************** */

.entry-content .text-is-bright h1,
.entry-content .text-is-bright h2,
.entry-content .text-is-bright h3,
.entry-content .text-is-bright h4,
.entry-content .text-is-bright h5,
.entry-content .text-is-bright h6,
.text-is-bright .donutcounter-value,
.entry-content .text-is-bright .text-intensity-switch {
	color: #fff;
}
.entry-content .text-is-bright .section-description p,
.entry-content .text-is-bright .section-subtitle,
.entry-content .text-is-bright .text-intensity-switch-low,
.entry-content .text-is-bright,
.entry-content .text-is-bright p {
	color: #fff;
}
.entry-content .text-is-dark h1,
.entry-content .text-is-dark h2,
.entry-content .text-is-dark h3,
.entry-content .text-is-dark h4,
.entry-content .text-is-dark h5,
.entry-content .text-is-dark h6,
.entry-content .text-is-dark .section-subtitle,
.entry-content .text-is-dark .text-intensity-switch {
	color: #000;
}
.entry-content .text-is-dark .text-intensity-switch-low,
.entry-content .text-is-dark,
.entry-content .text-is-dark .section-description p,
.entry-content .text-is-dark p {
	color: #000;
}
/* **********************
Content elements
*********************** */

.entry-content q {
	display: inline;
}
.entry-content q:before {
	content: "\f10d";
	font-family: "fontawesome";
	margin-right: 10px;
}
.entry-content q:after {
	content: "\f10e";
	font-family: "fontawesome";
	margin-left: 10px;
}
.entry-content q:before,
.entry-content q:after {
	font-size: 12px;
	color: #000;
}
.entry-content address {
	font-style: italic;
	margin-bottom: 24px;
}
.sidebar-widget cite,
.sidebar-widget dfn,
.sidebar-widget em,
.entry-content cite,
.entry-content dfn,
.entry-content em {
	font-style: italic;
}
.entry-content mark,
.entry-content ins {
	background: #fff9c0;
	text-decoration: none;
}

.entry-content sup,
.entry-content sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup {
	bottom: 1ex;
}
.entry-content sub {
	top: .5ex;
}
.entry-content mark,
.entry-content ins,
#commentform code,
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var,
.entry-content samp,
.entry-content pre {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding-right: 5px;
	padding-left: 5px;
}
.entry-content abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
	text-decoration: none;
}
.entry-content pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	overflow: auto;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 28px;
}
hr,
.entry-content hr {
	clear: both;
	height: 1px;
	border: none;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 40px 0;
}
.entry-content p {
	margin: 0;
}
.entry-content strong {
	font-weight: 500;
}
.entry-content small {
	font-size: 90%;
}
.entry-content pre {
	border-color: #333;
}
.entry-content em {
	font-style: italic;
	font-weight: 400;
}
.entry-content .text-is-bright em {
	color: #fff;
}
.nosidebar .fullcontent-spacing {
	padding-top: 22px;
}
.nosidebar.single-post .fullcontent-spacing {
	margin: 0;
}
.entry-content blockquote {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 26px 32px 2px;
	border-left: 5px solid #000;
}
.entry-content ol > li > ol,
.entry-content ul > li > ul {
	margin-bottom: 0;
}
.entry-content .gallery dl {
	margin-bottom: 0;
	margin-left: 0;
}
.entry-content .gallery dl img {
	height: auto;
}
.entry-content dt {
	font-weight: bold;
	color: #000;
}
.entry-content dd {
	margin: 0 20px 10px;
}
.entry-content ul {
	list-style-type: disc;
	list-style-position: inside;
}
.entry-content ul ul {
	list-style-type: circle;
	list-style-position: inside;
}
.entry-content ol {
	list-style: decimal;
}
.page-template-template-sitemap-php .entry-content ul {
	list-style-type: none;
}
.list-sub-heading {
	margin-top: 20px;
}
.entry-content > ul,
.entry-content > ol {
	margin: 20px 0;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 5px;
}
.entry-content ul > li > ul,
.entry-content ol > li > ol,
.entry-content ul > li > ol,
.entry-content ol > li > ul {
	margin-left: 30px;
}
.entry-content ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.entry-content .linklist ul {
	list-style: none;
}
.entry-content dd a,
.entry-content table a,
.entry-content p > a {
	text-decoration: underline;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}
.entry-content .text-is-dark a {
	color: #000;
}
.entry-content .hr_padding {
	margin: 30px 0 0 0;
}
.entry-content .hrule {
	position: relative;
	clear: both;
	display: block;
	padding: 20px 0;
	margin-top: 40px;
	border-top: 1px solid #f4f4f4;
}
.entry-content .hrule.top a {
	border-radius: 30px;
	color: #777777;
	font-size: 9px;
	font-weight: 400;
	height: 16px;
	line-height: 15px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: -9px;
	width: 40px;
	background: #f4f4f4;
}
.entry-content .hrule.top a:hover {
	color: #000;
	text-decoration: none;
}
.entry-content .highlight {
	background: rgba(255, 252, 170, 0.9);
	color: #000;
	font-weight: 400;
}
/* Readmore link */

.readmore_link {
	font-size: 12px;
	margin: 20px 0 10px;
}
.readmore_link a {
	color: #000;
	font-weight: 400;
	display: inline-block;
}
.readmore_link a:hover {
	color: #000;
	text-decoration: none;
}
.entry-content a.read-more-link {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #222;
	display: inline-block;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	padding: 0 20px 1px;
}
.entry-content a.read-more-link:hover {
	border-color: #000;
	color: #000;
}
.readmore {
	margin-top: 15px;
}
.readmore a {
	color: #4B4B4B;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	text-transform: uppercase;
	width: 207px;
	letter-spacing: 1px;
}
.readmore a:hover {
	color: #111;
	border-bottom: none;
	text-decoration: none;
}
.readmore-archive {
	margin-top: 20px;
	letter-spacing: 0;
	font-size: 12px;
}
.readmore-archive a {
	background: #969696;
	border-bottom: none;
	padding: 5px 15px 6px;
	border-radius: 20px;
	color: #fff;
}
.readmore-archive a:hover {
	background: #777;
	border-bottom: none;
	text-decoration: none;
}
/* Mainpage */

.page-sidebar-wrap {
	width: 160px;
}
.page-sidebar-block {
	margin-bottom: 30px;
	border-bottom: 1px solid #F4F4F4;
	padding-bottom: 30px;
}
.page-sidebar-block p {
	color: #A4A4A4;
	font-size: 11px;
	line-height: 15.8px;
}
.page-sidebar-block h2 {
	color: #474747;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3.5px;
	line-height: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.attachment-page-image {
	text-align: center;
}
/* **********************
Shortcode - Slideshow Blog
*********************** */

.slideshow-box-wrapper {
	position: relative;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: center;
}
.slideshow-box-description,
.slideshow-box-content {
	font-size: 16px;
	color: #000;
	color: rgba(0, 0, 0, 0.7);
	letter-spacing: 0.5px;
}
.slideshow-box-content .mtheme-button {
	margin: 20px 0;
	font-size: 11px;
	padding: 5px 8px;
	min-width: 140px;
}
.mtheme-block-em_portfolio_slideshow .owl-next,
.mtheme-block-em_portfolio_slideshow .owl-prev {
	margin-top: -105px;
}
.owl-carousel-type-centercarousel .slideshow-box-content,
.owl-carousel-type-flatcarousel .slideshow-box-content {
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
}
.owl-carousel-type-centercarousel .center .slideshow-box-content,
.owl-carousel-type-flatcarousel .center .slideshow-box-content {
	opacity: 1;
}
.owl-carousel {
	min-height: 500px;
}
.owl-carousel.owl-loaded {
	min-height: 0;
}
.slideshow-box-readmore {
	font-size: 11px;
	font-weight: 600;
	color: #000;
	display: inline-block;
}
.slideshow-box-title a,
.slideshow-box-title {
	color: #000;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
.entry-content .slideshow-box-title h2 a:hover {
	color: #000;
}
.slideshow-box-content {
	padding: 13px 28px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.slideshow-box-content-inner {
	padding: 0;
}
.slideshow-box-price {
	font-size: 13px;
	letter-spacing: 0.25px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	margin-bottom: 4px;
}
.slideshow-box-comment,
.slideshow-box-date {
	display: inline-block;
}
.slideshow-box-comment {
	margin-right: 15px;
}
.slideshow-box-date,
.slideshow-box-content .slideshow-box-comment a {
	color: #888;
	font-size: 12px;
	text-decoration: none;
}
.slideshow-box-content .slideshow-box-categories a,
.slideshow-box-content .slideshow-box-categories {
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	color: #626262;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
.slideshow-box-content .slideshow-box-categories a:hover {
	color: #000;
}
.slideshow-box-categories span {
	display: inline-block;
	margin-left: 10px;
}
.slideshow-box-categories span:first-child {
	margin-left: 0;
}
/* **********************
Shortcode - Post and Page list
*********************** */

.entry-content .postlist ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 15px 0;
}
.entry-content .postlist ul li {
	padding: 0 0 0 25px;
	position: relative;
}
.entry-content .postlist ul li:after {
	content: "\f105";
	font-family: 'fontawesome';
	position: absolute;
	left: 0;
	top: 0;
}
.entry-content .postlist ul li a {
	color: #ABABAB;
	text-decoration: underline;
	font-weight: normal;
	text-decoration: none;
}
.entry-content .postlist ul li a:hover {
	color: #111;
}
/* **********************
 Shortcode - Check List
*********************** */

.entry-content .checklist ul {
	list-style: outside none none;
}
.entry-content .checklist .icon-li {
	margin-right: 10px;
	color: #7CB811;
}
.entry-content .checklist ul i {
	left: 0;
	margin-right: 10px;
	position: absolute;
	top: 3px;
}
.entry-content .checklist ul li {
	margin-bottom: 0;
	position: relative;
}
.entry-content .checklist ul li span {
	padding-left: 30px;
	display: block;
}
/* **********************
Shortcode - Note box
********************** */

.mtextbox {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 20px;
}
.mtextbox_title {
	padding: 15px 20px 5px 16px;
	margin: 0;
}
.mtextbox.align-left {
	margin: 2px 16px 16px 2px !important;
}
.mtextbox.align-right {
	margin: 2px 2px 16px 16px !important;
}
.mtextbox_content {
	padding: 0 15px 20px;
}
/* **********************
Shortcode - Notices
*********************** */

.entry-content.events-notice .noticebox,
.events-notice .noticebox {
	margin: 60px 60px 0;
	padding: 18px;
}
.entry-content .noticebox i {
	font-size: 19px;
	left: 86px;
	top: 13px;
}
.entry-content.events-notice .noticebox i {
	font-size: 20px;
	left: 86px;
	top: 13px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	line-height: 37px;
}
.entry-content.events-notice .noticebox .close_notice {
	right: 66px;
	top: 14px;
}
.entry-content .noticebox {
	padding: 46px 20px;
	color: #5c5c5c;
	position: relative;
	text-align: center;
}
.entry-content .noticebox i {
	float: left;
	font-size: 24px;
	left: 32px;
	position: absolute;
}
.entry-content .info_yellow,
.entry-content .info_red,
.entry-content .info_green,
.entry-content .info_blue {
	color: #fff;
}
.entry-content .info_yellow {
	background-color: rgba(252, 196, 17, 0.3);
}
.entry-content .info_yellow .close_notice {
	color: #000;
}
.entry-content .info_yellow a {
	color: #000;
}
.entry-content .info_yellow i {
	color: #000;
}
.entry-content .info_red {
	background-color: #DE4D36;
}
.entry-content .info_red .close_notice {
	color: #fff;
}
.entry-content .info_red a {
	color: #fff;
}
.entry-content .info_red i {
	color: #fff;
}
.entry-content .info_green {
	background-color: rgba(197, 238, 28, 1)
}
.entry-content .info_green .close_notice {
	color: #fff;
}
.entry-content .info_green a {
	color: #fff;
}
.entry-content .info_green i {
	color: #fff;
}
.entry-content .info_blue {
	background-color: rgba(34, 138, 211, 1);
}
.entry-content .info_blue .close_notice {
	color: #fff;
}
.entry-content .info_blue a {
	color: #fff;
}
.entry-content .info_blue i {
	color: #fff;
}
.noticebox .close_notice {
	display: block;
	height: 10px;
	width: 10px;
	float: right;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #626262;
	cursor: pointer;
	opacity: 0.6;
}
.noticebox .close_notice:hover {
	opacity: 1;
}
.entry-content .notice-text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	padding: 0 14px;
	text-align: center;
	text-transform: uppercase;
}
.entry-content .notice-text p {
	margin-bottom: 0;
}
/*
****************************
Shortcode - Picture Frame
*****************************
*/

.pictureframe {
	padding: 5px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
	background: #f0f0f0;
}
.pictureframe-wrap {
	display: block;
}
.img-align-left {
	float: left;
	margin-right: 20px;
}
.img-align-right {
	float: right;
	margin-left: 20px;
}
.img-align-center {
	margin: 0 auto;
}
/* **********************
Shortcode - Toggle Shortcode
*********************** */

.entry-content .toggle-shortcode {
	padding: 0 0 0 30px;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin: 0 0 10px 0;
	float: left;
	cursor: pointer;
	position: relative;
}
.entry-content .toggle-shortcode:after {
	content: "\e040";
	font-family: 'feather';
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 14px;
	font-weight: 100;
}
.entry-content .toggle-shortcode.active:after {
	content: "\e041";
	font-family: 'feather';
	position: absolute;
	font-weight: 100;
}
.entry-content .toggle-shortcode {
	text-decoration: none;
	display: block;
	border: none;
}
.entry-content .toggle-shortcode:hover {
	color: #888;
}
.entry-content .toggle-container {
	clear: both;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.toggle-display-closed {
	display: none;
}
/* **********
 Shortcode - Accordion Tabs
********** */

.entry-content .wp-accordion h3.ui-accordion-header {
	margin: 0;
	position: relative;
	background: rgba(129, 90, 11, 0.8);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
}
.entry-content .wp-accordion h3.ui-accordion-header:last-child {
	margin-bottom: 0;
}
.entry-content .ui-accordion-header a {
	display: block;
	padding: 24px 40px;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	border: none;
}
.entry-content .mtheme-block-em_accordions .ui-accordion-header a {
	padding: 8px 24px;
}
.entry-content .mtheme-block-em_accordions .ui-accordion-content {
	padding: 28px 24px 32px;
	background: #f9f9f9;
}
.entry-content .ui-accordion-header-icon {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.entry-content .ui-accordion-header-icon:hover {
	cursor: pointer;
}
.entry-content .ui-accordion-header-icon:after {
	position: absolute;
	content: "\e120";
	font-family: "feather";
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 8px;
	color: #fff;
}
.entry-content .mtheme-block-em_accordions .ui-accordion-header-icon:after {
	top: 7px;
}
.entry-content .ui-state-active .ui-accordion-header-icon:after {
	color: #fff;
}
.entry-content .wp-accordion h3.ui-accordion-header a,
.entry-content .ui-accordion-header.ui-state-default a {
	transition: color 0.2s, background-color 0.5s;
	-moz-transition: color 0.2s, background-color 0.5s;
	-webkit-transition: color 0.2s, background-color 0.5s;
	-o-transition: color 0.2s, background-color 0.5s;
	color: #fff;
	background: rgba(129, 90, 11, 0.8);
}
.entry-content .ui-accordion-header.ui-state-default a:hover,
.entry-content .ui-accordion-header.ui-state-default.ui-state-active a:hover,
.entry-content .ui-accordion-header.ui-state-default.ui-state-active a {
	color: #fff;
	background: rgb(129, 90, 11);
	border-color: #000;
}
.entry-content .ui-accordion-header-active a:hover,
.entry-content .ui-accordion-header-active a {
	color: #fff;
	background: rgb(129, 90, 11);
}
.entry-content .ui-accordion-header.ui-state-active:hover .ui-accordion-header-icon:after {
	color: #fff;
}
.entry-content .ui-accordion-header.ui-state-active .ui-accordion-header-icon:after {
	color: #fff;
}
.entry-content .ui-accordion-header.ui-state-active a:hover {
	text-indent: 0;
}
.entry-content .ui-accordion-content {
	padding: 40px 40px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255,255,255,0.3);
	border-top: 0;
}
.ui-accordion-content p:last-child {
  margin-bottom: 0;
}

/*
 Shortcode - Tabs
-------------------------------------------------------------- */
/* Tabs
-------------------------------------------------------------- */

.entry-content .ui-tabs {
	padding: 0;
	zoom: 1;
}
.entry-content .ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	zoom: 1;
}
.entry-content .ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.entry-content .ui-tabs .ui-tabs-nav li a {
	color: #777;
	float: left;
	font-size: 24px;
	font-weight: 400;
	padding: 10px 0;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	text-align: center;
	border-bottom: 3px solid #f0f0f0;
	-webkit-transition: border-color 0.2s ease-in;
	-moz-transition: border-color 0.2s ease-in;
	transition: border-color 0.2s ease-in;
}
.entry-content .ui-tabs .ui-tabs-nav li:first-child a {
	border-left: 0;
}
.entry-content .ui-tabs .ui-tabs-nav .ui-state-active a,
.entry-content .ui-tabs .ui-tabs-nav .ui-state-active a:hover {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	color: #000;
}
.entry-content .text-is-bright .ui-tabs .ui-tabs-nav li a {
	color: #aaa;
}
.entry-content .text-is-bright .ui-tabs .ui-tabs-nav li a:hover,
.entry-content .text-is-bright .ui-tabs .ui-tabs-nav .ui-state-active a,
.entry-content .text-is-bright .ui-tabs .ui-tabs-nav .ui-state-active a:hover {
	color: #fff;
}
.entry-content .ui-tabs .ui-tabs-nav li a:hover {
	color: #000;
	text-decoration: none;
}
.entry-content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.entry-content .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.entry-content .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	background-color: #ccc;
	/* Primary Emphasis */
	
	color: #000;
	padding-bottom: 4px;
}
.entry-content .ui-tabs .ui-tabs-nav li a,
.entry-content .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.entry-content .ui-tabs .ui-tabs-panel {
	display: block;
	clear: both;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
}
.entry-content .ui-tabs .ui-tabs-hide {
	display: none !important;
}
/* vertical tabs */

.entry-content .ui-tabs-vertical {
	border-left: 0;
	position: relative;
	border: 1px solid #f0f0f0;
}
.entry-content .ui-tabs-vertical ul.ui-tabs-nav {
	width: 25%;
	float: left;
	left: 0;
	position: relative;
	height: 100%;
}
.entry-content .ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	margin: 0;
	float: none;
}
.entry-content .ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
	float: none;
	border-radius: 0;
	text-align: left;
	text-indent: 30px;
}
.entry-content .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	margin: 0;
}
.entry-content .ui-tabs-vertical .ui-tabs-panel {
	float: right;
	width: 74.8%;
	clear: none;
	border: 0;
}
.entry-content .ui-tabs-vertical .tab-contents {
	border-left: 1px solid #f0f0f0;
}
.entry-content .ui-tabs-vertical .ui-tabs-nav li a {
	border: 0;
	border-bottom: 1px solid #eee;
}
.entry-content .ui-tabs-vertical .ui-tabs-nav li:last-child a {
	border-bottom: 0;
}
.entry-content .ui-tabs .tab-contents {
	padding: 56px 56px 42px;
}
/* **********************
Shortcode - Pullquotes
*********************** */

.entry-content .pullquote-right {
	border-left: 3px double #000;
}
.entry-content .pullquote-left {
	border-right: 3px double #000;
	text-align: right;
}
.entry-content .pullquote-right,
.entry-content .pullquote-left,
.entry-content .pullquote-center {
	font-size: 28px;
	font-weight: 400;
	padding: 0 40px;
	margin: 40px;
	line-height: 1.4;
	letter-spacing: -0.5px;
}
.entry-content .pullquote-center {
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	text-align: center;
	padding: 40px 0 16px;
	margin-left: 0;
	margin-right: 0;
}
/* **********************
Shortcode - Drop Caps
*********************** */

.entry-content .dropcap1,
.entry-content .dropcap2,
.entry-content .dropcap3,
.entry-content .dropcap4 {
	float: left;
	font-size: 46px;
	padding: 10px;
	font-weight: 400;
	line-height: 50px;
	margin-right: 20px;
	margin-bottom: 5px;
	height: 50px;
	width: 50px;
	text-align: center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-top: -10px;
}
.entry-content .dropcap1 {
	color: #111;
	background: #fff;
}
.entry-content .dropcap2 {
	color: #fff;
	background: #000;
}
.entry-content .dropcap3 {
	color: #fff;
	background: #595959;
}
.entry-content .dropcap4 {
	color: #595959;
	background: #fff;
}
/* **********************
Shortcode - Columns Shortcodes
*********************** */

.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column32,
.column43,
.column52,
.column53 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.column1 {
	width: 100%;
}
.column2 {
	width: 48.2%;
	float: left;
}
.column3 {
	width: 31%;
	float: left;
}
.column4 {
	width: 22.4%;
	float: left;
}
.column5 {
	width: 17.2%;
	float: left;
}
.column52 {
	width: 37.6%;
	float: left;
}
.column53 {
	width: 58.6%;
	float: left;
}
.column6 {
	width: 13.7%;
	float: left;
}
.column32 {
	width: 65.5%;
	float: left;
}
.column43 {
	width: 74.1%;
	float: left;
}
.column_space {
	margin-right: 3.225%;
}
.centered-sixty-percent {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.column-eighty-percent {
	width: 80%;
}
/* **********************
Shortcode - StockPhoto
*********************** */

.entry-content .primary-not-found-msg,
.entry-content .secondary-not-found-msg {
	text-transform: none;
}
.searching-photostock .entry-wrapper {
	margin-bottom: 0;
}
.search-no-results .stockphotos.thumbnails-shortcode {
	min-height: 350px;
}
.stockheader-wrap .section-description {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.column-gridblock-icon .ion-ios-arrow-thin-up:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.gridblock-columns-wrap.stockphotos {
	text-align: center;
}
.stockphotos .gridblock-two .gridblock-element,
.stockphotos .gridblock-three .gridblock-element,
.stockphotos .gridblock-four .gridblock-element,
.stockphotos .gridblock-five .gridblock-element {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.stockheader-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #6a6a6a;
	padding: 276px 0 42px 0;
}
.stockheader-wrap.text-is-bright h1 {
	color: #fff;
}
.archive .stockheader-wrap,
.searching-for-photostock-term .stockheader-wrap,
.search-results .stockheader-wrap {
	padding-top: 226px;
	padding-bottom: 22px;
}
.archive .photostock-search-form #searchform input,
.searching-for-photostock-term .photostock-search-form #searchform input,
.search-results .photostock-search-form #searchform input {
	font-size: 16px;
	height: 46px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
.archive .photostock-search-form #searchbutton,
.searching-for-photostock-term .photostock-search-form #searchbutton,
.search-results .photostock-search-form #searchbutton {
	top: -9px;
}
.archive .phototag-archive-list a,
.searching-for-photostock-term .phototag-archive-list a,
.search-results .phototag-archive-list a {
	top: -9px;
}
.archive .photostock-search-form #searchbutton,
.searching-for-photostock-term .photostock-search-form #searchbutton,
.search-results .photostock-search-form #searchbutton {
	font-size: 21px;
	right: 7%;
}
.photostock-search-form {
	margin: 0 auto;
	text-align: center;
}
.photostock-search-form #searchform input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 0;
	width: 90%;
	font-size: 20px;
	letter-spacing: 0.25px;
	color: #000;
	line-height: 24px;
	height: 66px;
	background-color: #fff;
	margin: 0 5%;
}
.photostock-search-form #searchform input:focus {
	border-color: #000;
}
.photostock-search-form #searchbutton {
	font-size: 27px;
	height: 60px;
	line-height: 44px;
	position: absolute;
	top: 1px;
	right: 9%;
	width: 34px;
}
.photostock-search-form #searchform {
	margin: 0 auto;
	max-width: 570px;
	width: 100%;
	position: relative;
}
.phototag-archive-list {
	padding: 28px 0;
	text-align: center;
	width: 85%;
}
.entry-content ul.phototag-archive-list,
ul.phototag-archive-list {
	margin: 0 auto;
	max-width: 800px;
}
.phototag-archive-list a {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.8);
	padding: 2px 6px;
	border-radius: 3px;
	-webkit-transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}
.entry-content ul.phototag-archive-list li {
	margin-bottom: -1px;
}
.phototag-archive-list a {
	color: rgba(0, 0, 0, 0.7);
}
.phototag-archive-list a:hover {
	color: rgba(0, 0, 0, 1);
	background: rgba(255, 255, 255, 1);
}
.phototag-archive-list > li {
	display: inline-block;
	margin: 0 2px;
}
.phototag-archive-list .phototag-hash {
	color: rgba(0, 0, 0, 0.5);
	font-size: 9px;
	position: relative;
	top: -1px;
}
.stockphotos.gridblock-columns-wrap {
	margin: 10px;
	width: auto;
}
.search .stockphotos.gridblock-columns-wrap,
.archive .stockphotos.gridblock-columns-wrap {
	margin: 10px;
	width: auto;
}
.stockphotos.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-five .gridblock-grid-element,
.stockphotos.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-four .gridblock-grid-element,
.stockphotos.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-three .gridblock-grid-element,
.stockphotos.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-two .gridblock-grid-element {
	margin: 10px;
}
.gridblock-columns-wrap.stockphotos {
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* **********************
Shortcode - Thumbnails
*********************** */

.thumbnails-title {
	margin-bottom: 30px;
}
.gridblock-thumbnail-image-wrap {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-fofiveur .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-four .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-three .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-two .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-one .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-five .gridblock-grid-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-four .gridblock-grid-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-three .gridblock-grid-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-two .gridblock-grid-element,
.thumbnails-shortcode .thumbnail-gutter-nospace.gridblock-one .gridblock-grid-element {
	margin: 0;
}
.thumbnails-shortcode .thumbnail-gutter-spaced.no-title-no-desc.gridblock-five .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-spaced.no-title-no-desc.gridblock-four .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-spaced.no-title-no-desc.gridblock-three .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-spaced.no-title-no-desc.gridblock-two .gridblock-element,
.thumbnails-shortcode .thumbnail-gutter-spaced.no-title-no-desc.gridblock-one .gridblock-element {
	margin: 0;
}
/* ******************************
Shortcode - People
*************************** */


.person {
	position: relative;
	overflow: hidden;
}
.person .person-details {
	padding: 15% 13% 10%;
}
.text-is-bright .person h3,
.entry-content .text-is-bright .person h3 {
	color: #fff;
}
.person-image {
	line-height: 0;
	margin: 0 auto;
	text-align: center;
}
.person-image img {
	width: 100%;
	max-width: 100%;
}
.person-image-wrap::after,
.person-image img {
	border-radius: 0;
	-webkit-transition: border-radius 0.5s;
	-moz-transition: border-radius 0.5s;
	transition: border-radius 0.5s;
}
.team-image-shape-circle .person-image-wrap::after,
.team-image-shape-circle .person-image img {
	border-radius: 100%;
}
.person h4.staff-position {
	text-transform: none;
}
.entry-content .text-is-dark .person h3 {
	color: #000;
}
.person ul {
	list-style: none;
	margin: 0;
	text-align: right;
}
.person ul li {
	display: inline-block;
}
.person ul li i {
	font-size: 16px;
}
.person.box-title i {
	color: #fff;
}
.person-details a,
.person i {
	color: #000;
}
.person-socials {
	padding-top: 0;
	text-align: center;
	display: inline-block;
}
.person-socials a {
	color: #000;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	width: 30px;
	display: inline-block;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	text-align: center;
}
.person-socials a:hover {
	background-color:rgba(125,125,125,0.5);
	color: #fff;
}
.person-socials a:hover i {
	color: #fff;
}
.person .person-image-wrap {
	position: relative;
	z-index: 1;
}
.text-is-bright .person-details a {
	color: #fff;
}
.person.box-title .person-image-wrap:after {
	position: absolute;
	content: '';
	bottom: 50%;
	left: 50%;
	height: 120px;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.social-icons-active-false .person-image-wrap::after,
.social-icons-active-false .person.box-title:hover .person-image-wrap:after {
	background: none;
}
.person.box-title:hover .person-image-wrap:after {
	opacity: 0.6;
}
.person.box-title .person-socials {
	position: absolute;
	z-index: 2;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
	width: 100%;
	text-align: center;
}
.person.box-title:hover .person-socials {
	opacity: 1;
}
.person.box-title:hover {
	cursor: pointer;
}
/* ******************************
Shortcode - Callout
*************************** */

.callout .first-half {
	width: auto;
	text-align: center;
}
.two-column .callout .first-half {
	width: auto;
}
.callout .second-half {
	width: auto
}
.callout {
	padding: 56px 28px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.text-is-bright .callout {
	background: rgba(0, 0, 0, 0.3);
}
.text-is-bright .callout h2.callout-title {
	color: #fff;
}
.text-is-dark .callout {
	background: rgba(255, 255, 255, 0.5);
}
.text-is-dark .callout h2.callout-title {
	color: #000;
}
.calltype-line-left .callout {
	border-left-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
}
.callout-text {
	float: left;
}
.callout h2.callout-title {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 1.14;
}
.callout-desc {
	margin: 0 auto;
	max-width: 680px;
}
.callout-desc p:last-child {
	margin-bottom: 0;
}
.callout-button {
	text-align: center;
}
/* ******************************
Shortcode - Callout
*************************** */

.pricing-button-wrap,
.pricing-header {
	text-align: center;
}
.pricing-header {
	background: #3d3c48;
}
.pricing-button-wrap {
	padding: 44px 0 40px;
}
.pricing-table-service .pricing-button-wrap {
	padding: 24px 0 50px;
}
.pricing-table {
	padding: 0;
	border-left: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
}
.pricing-table ul li {
	margin: 0;
	padding: 0;
}
.pricing-table .pricing-column-target {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 9px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 9px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 9px -5px rgba(0,0,0,0.2);
}
.featured-pricing-yes .pricing-table {
	position: relative;
	-webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.4);
}
.pricing_highlight .pricing-column {
	position: relative;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pricing-table .column2 {
	width: 49.9%;
}
.pricing-table .column3 {
	width: 33.233333333%;
}
.pricing-table .column4 {
	width: 24.9%;
}
.pricing-table .column5 {
	width: 19.9%;
}
.pricing-table .column6 {
	width: 16.5666667%;
}
.entry-content .pricing-table ul {
	list-style: none;
	margin: 0;
	padding: 40px 90px 0;
}
.entry-content .pricing-table.pricing-table-service ul {
	padding: 40px 50px 0;
}
.pricing-table ul {
	margin: 0 auto;
}
.pricing-table .pricing-column-type-2 ul {
	margin: 0;
	text-align: right;
}
.pricing-table .pricing-column-type-2 .pricing-row {
	background: none;
	padding-right: 20px;
}
.pricing-row i {
	font-size: 24px;
	margin-left: 5px;
	margin-right: 15px;
	position: relative;
	top: 1px;
	color: #000;
}
.pricing-tick-yes.pricing-row i {
	color: #000;
}
.pricing-table .pricing-title h2 {
	color: #fff;
	margin-bottom: 0;
	padding: 76px 0 0;
}
.pricing-table .pricing-cell {
	color: #fff;
}
.pricing-cell .pricing-currency {
	font-size: 0.4em;
	font-weight: 600;
	left: -3px;
	position: relative;
	top: -20px;
}
.pricing-cell .pricing-suffix {
	font-size: 0.4em;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	top: -20px;
	left: 3px;
}
.pricing-table .pricing-section {
	padding-bottom: 64px;
}
.pricing-table .pricing-duration {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
}
.pricing-table .pricing-row {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 14px 0 22px;
	text-indent: -22px;
	border-bottom: 1px solid #eee;
}
.pricing-table .icon-ok {
	color: #A3CB44;
}
.pricing-table .icon-remove {
	color: #E78D7F;
}
.entry-content .pricing-table li {
	margin: 0;
}
.pricing-table li.pricing-service {
	padding: 24px 14px 10px;
	border-bottom: 0;
	text-align: center;
}
.pricing-table li.pricing-service p:last-child {
	margin-bottom: 0;
}
.pricing-table-service .pricing-service,
.pricing-table-service .pricing-footer {
	padding: 0 14px 60px 14px;
}
.pricing-service p,
.entry-content .pricing-service,
.entry-content .pricing-service p {
	color: #333;
}
.pricing-footer .button-shortcode .mtheme-button {
	z-index: auto !important;
	margin-bottom: 0;
}
/* ******************************
Post summary
*************************** */

.post-navigation {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 14px;
}
.post-navigation a {
	color: #A2A2A2;
}
.post-previous {
	float: right;
}
.post-next {
	float: right;
	margin-left: 20px;
}
.post-next,
.post-previous {
	line-height: 0;
	position: relative;
	top: 17px;
}
.single-post .postsummarywrap {
	padding-top: 24px;
	padding-bottom: 28px;
	margin-top: 50px;
	margin-bottom: 50px;
	background: rgba(245, 245, 245, 0.4);
	border-radius: 5px;
	padding: 26px 24px 28px 28px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-small-right .postsummarywrap {
	text-align: left;
	margin-bottom: 14px;
}
.blog-small-right .datecomment {
	border-bottom: 0;
	padding: 0 20px 10px 0;
	text-align: left;
}
.postsummarywrap i {
	color: #7a7a7a;
	font-size: 11px;
	position: relative;
	top: -1px;
}
.postsummarywrap .post-single-meta,
.postsummarywrap a {
	color: #333;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none;
}
.datecomment {
	display: block;
}
.password-protected-icon {
	font-size: 42px;
	color: #000;
	display: inline-block;
}
.nocomments {
	text-align: center;
}
.post-single-tags,
.post-single-tags a {
	color: #000;
}
.post-single-tags a {
	padding: 1px 5px 1px 0;
}
.post-single-tags i {
	margin-right: 5px;
}
.page-link {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	clear: both;
	padding-top: 20px;
}
.page-link a {
	border: 1px solid #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}
.page-link a:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}
.post-format-media img,
.postsummaryimage img {
	max-width: 100%;
}
.summary-info {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 0;
}
.gridblock-columns-wrap div.blog-grid-element {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-grid-element-content .summary-info {
	border: 0;
	padding: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-grid-element-content {
	margin-bottom: 14px;
	padding-bottom: 7px;
	text-align: left;
}
.blog-grid-element-content .centered-container {
	position: relative;
	top: -4px;
}
.entry-content .blog-grid-element-content .work-details h4 {
	margin-bottom: 0;
}
.blog-grid-element-content .work-details h4 a {
	display: block;
}
.gridblock-timeline-block .work-details h4 a {
	display: block;
}
.work-details h4 a,
.entry-content .blogpost_readmore a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.gridblock-columns-wrap .blog-grid-element-content .work-details {
	margin-bottom: 0;
	border: 0;
	padding: 8px 24px 0 0;
}
.blog-grid-element .button-blog-continue {
	text-align: left;
}
.blog-grid-element .gridblock-image-link {
	position: relative;
	background-color: #fafafa;
}
.gridblock-image-link:hover {
	position: relative;
	z-index: 8;
}
.blog-grid-element .grid-icon-status {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.blog-grid-element:hover .grid-icon-status {
	background-color: rgba(0, 0, 0, 0.5);
}
.blog-grid-element .grid-icon-status i {
	-webkit-transition: opacity 0.5s, top 0.5s;
	-moz-transition: opacity 0.5s, top 0.5s;
	transition: opacity 0.5s, top 0.5s;
	margin-top: -25px;
	border-radius: 50px;
	color: #aaa;
	font-size: 30px;
	height: 50px;
	line-height: 45px;
	opacity: 0.6;
	position: relative;
	top: 57%;
	width: 50px;
	z-index: 9;
	display: inline-block;
}
.blog-grid-element-has-image .grid-icon-status i {
	opacity: 0;
}
.blog-grid-element:hover .grid-icon-status i {
	top: 55%;
	opacity: 1;
}
.blog-grid-element:hover .grid-icon-status i {
	color: #fff;
}
.blog-grid-element .gridblock-columns img {
	width: 100%;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-transition: filter 0.5s, transform 0.5s;
	-moz-transition: filter 0.5s, transform 0.5s;
	transition: filter 0.5s, transform 0.5s;
}
.blog-grid-element:hover .gridblock-columns img {
	transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	-webkit-transition: filter 1.5s, transform 0.5s;
	-moz-transition: filter 1.5s, transform 0.5s;
	transition: filter 1.5s, transform 0.5s;
}
.entry-content .blogpost_readmore a {
	font-size: 12px;
	letter-spacing: 0;
}
.blog-grid-element .summary-date {
	color: #000;
}
.blog-grid-element .blogpost_readmore {
	margin-top: 10px;
}
.summary-info {
	text-align: center;
}
.events-summary-wrap.summary-info,
.blog-grid-element .summary-info {
	text-align: left;
}
.grid-has-blog .summary-info {
	text-align: center;
}
.summary-info .feather-icon-clock {
	position: relative;
	top: -1px;
}
.summary-date,
.summary-comment {
	display: inline-block;
}
.summary-comment i {
	position: relative;
	top: -1px;
	margin-left: 2px;
	color: #000;
}
.summary-comment a {
	color: #000;
	text-decoration: none;
}
.summary-date {
	color: #000;
}
.listbox-content .summary-date {
	margin-left: 0;
}
/*
Blog structure
*/

.blog-grid-element .gridblock-blank-element {
	background: rgba(255, 255, 255, 0.1);
}
.blog-details-section {
	float: left;
	width: 15%;
}
.blog-details-section-inner {
	padding-bottom: 10px;
}
.blog-details-section span {
	display: block;
}
.blog-details-section .the-day {
	color: #fff;
	font-size: 11px;
	letter-spacing: 6px;
	font-weight: 400;
	line-height: 16px;
}
.blog-details-section .the-month {
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.blog-details-section .the-year {
	color: #e0e0e0;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 6px;
	line-height: 16px;
	text-transform: uppercase;
}
/* Blog Small */

.blog-list-style-small .post-format-media {
	width: 50%;
	float: left;
	padding-right: 40px;
	max-width: 100%;
	margin-bottom: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;    
}
.blog-list-style-small .entry-blog-contents-wrap {
	width: 50%;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;    
}
.page-template-template-bloglist .entry-blog-contents-wrap,
.search-results .entry-blog-contents-wrap,
.archive .entry-blog-contents-wrap,
.blog .entry-blog-contents-wrap,
.home .entry-blog-contents-wrap,
.mtheme-shortcode-bloglist .entry-blog-contents-wrap {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.mtheme-shortcode-bloglist .postsummarywrap {
	margin-bottom: 24px; 
}
.mtheme-shortcode-bloglist .post-format-media {
	text-align: center;
}
.entry-content .mtheme-shortcode-bloglist h2 {
	-ms-word-wrap: normal;
	word-wrap: normal;
	word-break: normal;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}
.blog-list-style-small .format-quote .blog-small-left {
	display: none;
}
.blog-list-style-small .format-quote .blog-small-right {
	width: 100%;
}
.blog-list-style-small .format-quote .entry-blog-contents-wrap {
	width: 100%;
	padding: 44px;
}
.blog-list-style-small .blog-small-left {
	width: 50%;
	float: left;
	padding-right: 28px;
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-list-style-small .blog-small-right {
	width: 50%;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-list-style-small .entry-post-title,
.blog-list-style-small .postsummary-spacing,
.blog-list-style-small .datecomment,
.blog-list-style-small .button-blog-continue {
	text-align: left;
}
.blog-list-style-small .format-quote .postsummarywrap {
	display: none;
}
.blog-grid-element .button-blog-continue {
	margin-bottom: 0;
}
.blog-list-style-small .postsummary-spacing {
	width: auto;
}
.blog-list-style-small .blog-content-section .postformat_contents {
	text-align: left;
}
.blog-list-style-small .postformat_contents {
	padding-top: 0;
	border-left: 0 none;
	padding-top: 0;
}
.blog-list-style-small .sc_slideshowtitle {
	font-size: 14px;
	line-height: 14px;
}
.blog-list-style-small .entry-content .entry-post-title h2 {
	text-align: left;
}
.blog-list-style-small .entry-post-wrapper {
	padding: 0;
}
.blog-list-style-small .postsummary-spacing {
	width: auto;
	max-width: 100%;
}
.blog-list-style-small .datecomment {
	border: 0;
}
.portfolio-contents-wrap {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.portfolio-fullwidth-column-image img.portfolio-single-image,
.portfolio-fullwidth-column-image .flexslider-container-page .slides img,
.portfolio-fullwidth-column-image .vertical_images img {
	width: 100%;
}
.post-fullwidth-edge-to-edge .postformat-image,
.post-fullwidth-edge-to-edge .flexslider-container-page .slides img,
.post-fullwidth-edge-to-edge .postsummaryimage img {
	width: 100%;
}
.post-fullwidth-edge-to-edge .container {
	margin-top: 20px;
}
.portfolio-fullwidth-navigation .portfolio-nav-wrap {
	top: 0;
}
.container .portfolio-fullwidth-column {
	margin-top: 20px;
}
.portfolio-fullwidth-column .portfolio-single-fullwidth {
	margin-top: 0;
}
.post-single-meta a:hover {
	color: #000;
	text-decoration: none;
}
.post-meta-time-archive {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 12px;
	display: block;
}
.blog-content-section .post-meta-category {
	margin-left: 0;
}
.lightboxlink {
	padding: 0 0 0 15px;
	margin: 8px 0 0 0;
	color: #bbb;
}
.lightboxlink a {
	color: #464646;
	text-decoration: none;
}
.lightboxlink a:hover {
	color: #444;
}
.lightbox-shortcode {
	position: relative;
}
.lightbox-shortcode.gridblock-grid-element {
	margin-bottom: 0;
}
.shortcode-lightbox-indicate {
	display: inline-block;
	position: absolute;
	top: 20px;
	height: 40px;
	width: 40px;
	margin-left: 20px;
	z-index: 10;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 30px;
	opacity: 0.7;
}
span.shortcode-lightbox-indicate i {
	line-height: 40px;
	color: #fff;
}
.lightbox-shortcode:hover .shortcode-lightbox-indicate {
	opacity: 1;
}
/* 
9.2 Page Navigation Styles
*/

.two-column .pagination-navigation {
	padding-top: 0;
	padding-bottom: 0;
}
.wooshop-has-sidebar .woocommerce-pagination {
	margin-bottom: 0;
}
.pagination {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 46px;
	position: relative;
	top: 0;
	text-align: center;
	width: 100%;
}
.entry-content h2.woocommerce-column__title,
.entry-content h2.woocommerce-order-details__title {
	font-size: 28px;
}
.woocommerce-shipping-destination {
	font-size: 14px;
}
.woocommerce .entry-summary .amount {
	color: #000;
	}
.woocommerce nav.woocommerce-pagination ul li {
	overflow: visible;
}
.woocommerce nav.woocommerce-pagination {
	text-align: center;
}
.woocommerce-pagination {
	margin-top: 0;
	padding-top: 40px;
}
.pagination a,
.pagination span.current,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	width: 40px;
	height: 40px;
	font-size: 11px;
	line-height: 39px;
	border-radius: 100%;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	color: #000;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	transition: border 0.5s;
	background: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
	line-height: 34px;
}
.pagination a {
	position: relative;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	transition: border 0.5s;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
	padding: 0;
}
.pagination-navigation a:hover,
.pagination a:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: #000;
}
.pagination .navigation-single,
.pagination span.current,
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a,
.woocommerce nav.woocommerce-pagination ul li span.current {
	outline: 0;
	color: #000;
}
.pagination-info {
	float: right;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0;
	margin-top: 5px;
	padding-left: 10px;
	z-index: 1;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	display: none;
}
.navigation-next,
.navigation-prev {
	color: #fff;
}
.pagination a,
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a {
	opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: none;
	color: #000;
}
ol.commentlist li.pingback .reply a:hover,
ol.commentlist li.comment .reply a:hover {
	color: #000;
	opacity: 1;
}
.pagination span.pages {
	color: #000;
	margin-bottom: 10px;
	display: none;
}
.pagination span.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #000;
	position: relative;
	z-index: 1;
}
.pagination span.extend {
	padding: 3px 7px 3px 7px;
	margin: 4px;
	margin-bottom: 10px;
	color: #000;
	border: none;
}
.pagination .inactive {
	opacity: 1;
}
.navigation {
	font-size: 14px;
}
.navigation a {
	color: #111;
}
.navigation a:hover {
	color: #000;
	text-decoration: none;
}
.pagination span.current,
.pagination ul li span.current {
	background-color: #888;
	color: #fff;
}

/*
******************************
Post Info
******************************
*/

.postinfo {
	color: #7D7D7D;
	font-size: 11px;
	padding: 20px 0;
}
.postinfo p {
	color: #7E7E7E;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}
.postinfo a,
.contents .postinfo a {
	color: #B1B1B1;
	text-decoration: none;
	font-weight: 400;
}
.postinfo a:hover {
	color: #111;
}
/* ******************************
10.1 Sidebar
******************************* */

.sidebar-pagebuilder {
	position: relative;
}
.entry-content .sidebar-pagebuilder #searchform {
	margin-top: 0;
}
#footer .footer-logo {
	margin: 0 auto;
	max-width: 260px;
	text-align: center;
}
.sidebar-widget strong {
	font-weight: 700;
	color: #000;
}
.sidebar-widget img,
.footer-widget img {
	max-width: 100%;
	height: auto;
}
#footer .footer-mtheme-image {
	max-width: 80%;
}
.sidebar-widget .widget_text img,
.footer-widget .widget_text img {
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.sidebar-widget .widget_text .wp-caption,
.footer-widget .widget_text .wp-caption {
	padding: 0 0 14px 0;
	margin-bottom: 14px;
}
.sidebar-widget .widget_categories select,
.sidebar-widget .widget_archive select,
.footer-widget .widget_categories select,
.footer-widget .widget_archive select {
	width: 100%;
}
.sidebar-widget .widget_archive li a,
.sidebar-widget .widget_categories li a,
.footer-widget .widget_archive li a,
.footer-widget .widget_categories li a {
	display: inline-block;
}

.sidebar-widget .widget_archive ul,
.sidebar-widget .widget_categories ul,
.sidebar-widget .widget_meta ul,
.sidebar-widget .widget_nav_menu ul,
.sidebar-widget .widget_pages ul,
.sidebar-widget .widget_recent_comments ul,
.sidebar-widget .widget_recent_entries ul,
.sidebar-widget .widget_rss ul {
  padding: 0;
  list-style: none;
}

.sidebar-widget .widget_archive ul ul,
.sidebar-widget .widget_categories ul ul,
.sidebar-widget .widget_meta ul ul,
.sidebar-widget .widget_nav_menu ul ul,
.sidebar-widget .widget_pages ul ul,
.sidebar-widget .widget_recent_comments ul ul,
.sidebar-widget .widget_recent_entries ul ul,
.sidebar-widget .widget_rss ul ul {
  counter-reset: widgetsubmenu;
}

.sidebar-widget .widget_archive ul ul > li > a::before,
.sidebar-widget .widget_categories ul ul > li > a::before,
.sidebar-widget .widget_meta ul ul > li > a::before,
.sidebar-widget .widget_nav_menu ul ul > li > a::before,
.sidebar-widget .widget_pages ul ul > li > a::before,
.sidebar-widget .widget_recent_comments ul ul > li > a::before,
.sidebar-widget .widget_recent_entries ul ul > li > a::before,
.sidebar-widget .widget_rss ul ul > li > a::before {
  content: "– " counters(widgetsubmenu, "– ", none);
	counter-increment: widgetsubmenu;
}

.sidebar-widget .widget_tag_cloud .tagcloud {
	font-weight: 600;
}

.sidebar-widget .widget_rss .rsswidget {
	font-weight: 500;
}
.sidebar-widget .widget_rss span,
.footer-widget .widget_rss span {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}
.sidebar-widget .widget_rss li,
.footer-widget .widget_rss li {
	margin-bottom: 30px;
}
.sidebar-widget input,
.sidebar-widget select,
.footer-widget input,
.footer-widget select {
	max-width: 100%;
}
.sidebar.sticky {
	float: none;
	position: fixed;
	top: 20px;
	z-index: 6;
	left: auto;
}
.regular-sidebar {
	margin: 0;
}
.portfolio-sidebar {
	margin: 0;
}

.sidebar-widget .entry-content {
	color: #999;
}
.sidebar-wrap,
.sidebar-wrap-single {
	width: 33.333%;
	position: relative;
}
.two-column,
.edge-to-edge .portfolio-header-left.two-column,
.woocommerce.archive #container {
	width: 66.666%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;    
}
.sidebar-wrap,
.sidebar-wrap-single {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px 50px 50px;
	margin-bottom: 28px;
}
.sidebar-float-right.sidebar-wrap,
.sidebar-float-right.sidebar-wrap-single {
	padding-right: 0;
}
.sidebar-float-left.sidebar-wrap,
.sidebar-float-left.sidebar-wrap-single {
	padding-left: 0;
}
.bbpress .sidebar-wrap,
.bbpress .sidebar-wrap-single {
	margin-top: 60px;
}

#sidebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;    
}
.sidebar-float-right {
	float: right;
}
.sidebar-float-left {
	float: left;
}
.aboutme-wrap.entry-content > h2,
.sidebar-widget h3 {
	display: block;
	position: relative;
}
.sidebar-left .sidebar-widget {
	padding: 0 0 0 50px;
}
.sidebar-widget .sidebar-widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.sidebartextbox {
	padding-bottom: 30px;
}
.sidebartextbox,
.sidebar-widget {
	color: #4e4e4e;
}
#footer.sidebar {
	border-left: 0;
}
.sidebar-widget a {
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.sidebar-widget a:hover {
	text-decoration: none;
}
.sidebar-widget ul {
	padding: 0;
	margin: 0;
}
.sidebar-widget ul li {
	letter-spacing: 0.5px;
}
.sidebar-widget ul li a:hover {
	text-decoration: none;
}
.sidebar-widget ul#recentcomments li {
	position: relative;
	padding-left: 20px;
}
.sidebar-widget ul#recentcomments li:before {
	content: "\e076";
	font-family: "feather";
	font-size: 9px;
	left: 2px;
	position: absolute;
	top: 4px;
}
.header_search_wrap {
	position: relative;
	float: right;
}
.header_search {
	background: #E6412E;
	padding: 15px 35px;
	width: 210px;
	position: absolute;
	right: 50px;
	top: 8px;
}
.header_search:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 24px;
	z-index: 2;
	right: -1px;
	border: 6px solid transparent;
	border-right-color: #EEEEEE;
}
.header_search #searchbutton {
	position: relative;
	right: -77px;
	opacity: 0.8;
}
.header_search #searchbutton:hover {
	opacity: 1;
}
.sidebar-widget select {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;

	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 0 1.5em;
	background-repeat: no-repeat;
}
/* **********************
10.3 Widget Calendar
*********************** */

#wp-calendar {
	width: 100%;
	padding-bottom: 10px;
}
#wp-calendar thead th {
	background: #e4e4e4;
	color: #000;
	padding: 10px 0;
}
#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #e4e4e4;
	padding: 0;
	line-height: 2.5em;
}
#wp-calendar tbody td:hover {
	color: #333;
}
#wp-calendar caption {
	background-color: #747474;
}
#wp-calendar tfoot {
	background: #e4e4e4;
}
#wp-calendar tfoot td {
	padding: 10px;
	font-size: 12px;
}
#wp-calendar tbody td a {
	display: block;
	text-decoration: none;
	background: #f1f1f1;
}
#wp-calendar tbody td:hover a {
	background: #4d4d4d;
	color: #fff;
}
#wp-calendar tfoot tr td {
	border: 0;
}
#wp-calendar caption {
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 12px 19px;
	outline: 0 none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
#wp-calendar tbody a {
	display: block;
	text-decoration: underline;
}
#wp-calendar th {
	text-align: center;
	border: 1px solid transparent;
	border-top: none;
	padding: 7px 0;
	color: #a7a7a7;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a {
	text-transform: uppercase;
	padding: 0 5px;
}
/* ******************************
10.4 Widget Recent Posts,Popular Posts
******************************* */

#events_list,
#recentposts_list,
#popularposts_list {
	list-style: none;
	margin: 0;
}
#popularposts_list li,
#events_list li,
#recentposts_list li {
	padding-top: 7px;
}
#popularposts_list li:first-child,
#events_list li:first-child,
#recentposts_list li:first-child {
	padding-top: 0;
}
#events_list p,
#recentposts_list p,
#popularposts_list p {
  margin: 0;
}
#events_list li,
#recentposts_list li,
#popularposts_list li {
	margin-bottom: 7px;
}
#events_list li:last-child,
#recentposts_list li:last-child,
#popularposts_list li:last-child {
	margin: 0 0 0 0;
}
#events_list li a,
#recentposts_list li a,
#popularposts_list li a {
	background: none;
	padding: 0;
}
#events_list .recent_thumbnail,
#recentposts_list .recent_thumbnail,
#popularposts_list .popular_thumbnail {
	display: block;
	float: left;
	margin: 5px 15px 0 0;
}
.sidebar-widget .product-title,
.sidebar-widget .woocommerce ul.product_list_widget li a,
#events_list .recentpost_info .recentpost_title,
#recentposts_list .recentpost_info .recentpost_title,
#popularposts_list .popularpost_info .popularpost_title {
  border: none;
  color: #000;
  display: block;
}
#events_list img,
#popularposts_list img,
#recentposts_list img {
	display: block;
	padding: 0;
	margin: 0;
	width: 95px;
	height: auto;
}
#events_list .recentposts_list time,
#recentposts_list .recentposts_list time,
#popularposts_list .popularposts_list time {
	display: block;
	font-size: 11px;
}
#events_list .recentpost_info,
#recentposts_list .recentpost_info,
#popularposts_list .popularpost_info {
	overflow: hidden;
	padding-top: 7px;
}
/* ******************************
10.5 Twitter Widget
******************************* */

.tweetmeme-button {
	float: left;
	margin: 5px 15px 5px 0;
}
.mtheme-twitter-feeds h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #737373;
}
.mtheme-tweets .loading {
	color: #888;
}
#footer .mtheme-tweets .loading {
	color: #000;
}
.mtheme-tweets,
.query {
	text-decoration: none;
	background: none;
	margin-left: 0;
}
.mtheme-tweets .tweet_list,
.query .tweet_list {
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	display: block;
}
#mainpage-block-4 .mtheme-tweets .tweet_list,
.query .tweet_list {
	font-size: 14px;
	line-height: 18px;
	list-style: none;
	display: block;
	text-align: left;
}
#mainpage-block-1 .mtheme-tweets .tweet_list .tweet_avatar img,
#mainpage-block-4 .mtheme-tweets .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
	margin: 0 5px 5px 0;
	padding: 5px;
}
.mtheme-tweets .tweet_list .awesome,
.mtheme-tweets .tweet_list .epic,
.query .tweet_list .awesome,
.query .tweet_list .epic {
	text-transform: uppercase;
}
.mtheme-tweets .tweet_list li,
.query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px 15px 0;
	margin: 0 0 12px 0;
}
.mtheme-tweets .tweet_list li a,
.query .tweet_list li a {
	color: #eee;
}
.query .tweet_list li a {
	color: #666;
}
#footer .tweet_list li .tweet_time a,
.sidebar-widget .tweet_list li .tweet_time a {
	background: #EDEDED;
	color: #595959;
	font-size: 10px;
	font-weight: 400;
	padding: 1px 6px 2px;
	text-decoration: none;
}
.mtheme-tweets .tweet_list .tweet_avatar,
.query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.mtheme-tweets .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}
.sidebar-widget span.tweet_text {
	color: #9D9D9D;
}
.sidebar-widget .mtheme-tweets .tweet_list li a {
	color: #6A6A6A;
	font-size: 11px;
	font-weight: 400;
}
.sidebar-widget .mtheme-tweets a {
	padding-top: 0;
}
.sidebar-widget .tweet_list a {
	border: none;
	display: inline;
}
#footer .mtheme-tweets .tweet_list li a {
	color: #fff;
	font-weight: 400;
}
#footer .tweet_list li .tweet_time a {
	background: #000;
	color: #fff;
}
#footer .tweet_list li .tweet_time a:hover {
	color: #fff;
}
#footer #popularposts_list li.even,
#footer #recentposts_list li.even,
#footer #events_list li.even {
	background: none;
	padding: 5px 0 2px;
}

/* **********************
Search Widget
*********************** */

.widget_search #searchform {
	position: relative;
}
.widget_search #searchform button {
	position: absolute;
	top: 1px;
	right: 12px;
}
.widget_search #searchform input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #f0f0f0;
}
.sidebar-widget .widget_search #searchform input {
	border: 0;
	border: 1px solid rgba(0,0,0,0.1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 10px;
	color: #000;
}
.sidebar-widget .widget_search #searchform input:focus {
	border-color: #000;
}
/* **********************
Instagram Widget
*********************** */

.sidebar-widget .instagram-pics {
	padding-top: 5px;
}
.sidebar-widget ul.instagram-pics li,
ul.instagram-pics li {
	width: 100.6px;
	float: left;
	padding: 0;
	margin: 0;
	line-height: 0;
	border: 1px solid transparent;
	margin-left: -1px;
	margin-bottom: -1px;
	-webkit-transition: border-color 0.4s ease-in;
	-moz-transition: border-color 0.4s ease-in;
	transition: border-color 0.4s ease-in;
}
.sidebar-widget ul.instagram-pics li:hover,
ul.instagram-pics li:hover {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar-widget ul.instagram-pics li.insta-image-1,
ul.instagram-pics li.insta-image-1 {
	width: 304px;
}
.sidebar-widget ul.instagram-pics img {
	width: 100%;
	max-width: 100%;
}
/* **********************
10.7 Social Widget
*********************** */

.shopping-bag-header-link {
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -99999px;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
}
.header-shopping-cart {
	float: right;
	position: relative;
	top: 8px;
	margin-left: 20px;
	margin-right: 40px;
	color: #000;
}
.header-search-wrap {
	float: right;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 30px;
	top: 2px;
	width: 45px;
}
.header-search-wrap #searchbutton {
	display: none;
}
.header-search-wrap #searchform {
	bottom: -26px;
	float: right;
	position: relative;
	right: -30px;
}
.header-search-wrap #searchform input {
	border: none;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	text-indent: 40px;
	padding: 0;
	height: 50px;
	font-size: 18px;
	letter-spacing: 0;
	position: relative;
	z-index: 0;
	width: 1150px;
	display: none;
}
.max-search .icon-search {
	display: none;
}
.max-search .icon-remove {
	display: block;
}
.min-search .icon-remove {
	display: none;
}
.min-search .icon-search {
	display: block;
	color: #000;
}
.header-search-wrap #searchform input {
	color: #fff;
	font-size: 13px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);    
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));    
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);    
	background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);    
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);    
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);    
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}
.login-socials-wrap {
	position: relative;
	top: 10px;
}
.side-dashboard-toggle {
	color: #fff;
	float: right;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2;
	font-size: 10px;
	cursor: pointer;
}
.side-dashboard-toggle a {
	color: #fff;
}
.side-dashboard-toggle a:hover {
	color: #fff;
}
.side-dashboard-toggle i {
	font-size: 14px;
}

.sidebar-widget .social-header-wrap ul li.social-icon:hover i,
.sidebar-widget .social-header-wrap ul li.social-icon i {
	color: #fff;
}
.sidebar-widget .social-header-wrap ul li.social-icon {
	float: none;
	text-align: left;
}
.sidebar-widget .social-header-wrap {
	float: none;
}
.social-header-wrap ul li.social-icon:hover {
	cursor: pointer;
}
.social-header-wrap ul li.contact-text {
	position: relative;
}
#footer .social-header-wrap ul li.address-text {
	margin-left: -33px;
}
#footer .social-header-wrap ul li.contact-text {
	float: none;
	display: block;
	margin: 10px 0 0 0;
	margin-left: -20px;
}
#footer .social-header-wrap ul li.contact-text a {
	letter-spacing: 1px;
}
.vertical-menu .social-header-wrap ul li.contact-text a,
.vertical-menu .social-header-wrap ul li.contact-text {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
}
.social-header-wrap ul li.contact-text a {
	display: inline;
}
/* **********************
Social Shortcode
*********************** */

.social-shortcode i {
	color: #555;
}
.social-margin-left {
	margin-right: 10px;
}
.social-margin-right {
	margin-left: 10px;
}
/* **********************
10.8 Flickr
*********************** */

.flickr_wrap {
	position: relative;
	width: 100%;
}
.flickr_wrap .flickr_badge_image {
	padding: 0;
	float: left;
	line-height: 100%;
	margin: 0;
	width: 33.3333%
}
.flickr_wrap .flickr_badge_image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
}
.flickr_wrap .flickr_badge_image img:hover {
	opacity: 0.9;
}
/* ******************************
10.9 Address widget
******************************* */

.contact_address_block {
	list-style: none;
	margin: 10px 0 0 0;
}
.contact_address_block a:hover {
	color: #000;
}
.contact_address_block li,
#footer .contact_address_block li,
.sidebar-widget .contact_address_block li {
	margin: 0 0 3px 0;
	padding: 0;
}
.contact_address_block li {
	padding: 4px 0;
}
#footer .contact_address_block li {
	letter-spacing: 0.25px;
	margin: 0;
	padding: 0;
	padding: 6px 0 0 0;
}
.contact_address_block .about_info,
#footer .contact_address_block .about_info {
	padding: 0 0 20px 0;
}
#footer .contact_name,
.sidebar-widget .contact_name {
	font-weight: 400;
	color: #fff;
}
#footer .contact_address_block .contact_name {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}
#footer .contact_address_block li,
.sidebar-widget .contact_address_block li {
	border: 0;
}
.sidebar-widget .contact_address_block li.about_info {
	padding-left: 0;
}
.contact_address_block .contact_phone,
.contact_address_block .contact_mobile,
.contact_address_block .contact_email,
.contact_address_block .contact_name {
	position: relative;
}
.contact_address_block .contact_phone:before,
.contact_address_block .contact_mobile:before,
.contact_address_block .contact_email:before,
.contact_address_block .contact_name:before {
	font-family: 'fontawesome';
	position: absolute;
	left: -15px;
	color: #000;
	top: 0;
	font-size: 9px;
}
.sidebar-widget .contact_address_block .contact_phone:before,
.sidebar-widget .contact_address_block .contact_mobile:before,
.sidebar-widget .contact_address_block .contact_email:before,
.sidebar-widget .contact_address_block .contact_name:before {
	color: #fff;
}
.address-widget-has-icon {
	left: 15px;
	position: relative;
}
#footer .contact_address_block .contact_phone:before,
#footer .contact_address_block .contact_mobile:before,
#footer .contact_address_block .contact_email:before,
#footer .contact_address_block .contact_name:before {
	color: #000;
}
.contact_address_block .contact_phone:before {
	content: "\f095";
}
.contact_address_block .contact_mobile:before {
	content: "\f10b";
}
.contact_address_block .contact_email:before {
	content: "\f003";
}
.contact_address_block .contact_name:before {
	content: "";
}
.contact_address_block .contact_email a {
	display: inline;
}
.page-contents-right {
	padding: 10px 40px 40px 20px;
}
/* Vertical Images */

ul.vertical_images {
	list-style: none;
	margin: 0;
}
ul.vertical_images li {
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
}
ul.vertical_images .vertical-images-title {
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	display: block;
}
ul.vertical_images li:first-child {
	margin-top: 0;
}
.edge-to-edge .vertical_images img {
	width: 100%;
}
.vertical-images-link {
	display: block;
	line-height: 0;
}
/* 
11.1 Portfolio Taxonomies Browser
-------------------------------------------------------------- */

.portfolio-thumbnail-block,
.filter-thumbnail-block {
	display: none;
}
.current-taxonomies {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #444;
}
.current-taxonomies a {
	color: #666;
}
.portfolio-related-break {
	margin-bottom: 30px;
}
.portfolio-taxonomies-browse ul {
	padding-top: 20px;
	padding-bottom: 30px;
}
.portfolio-taxonomies-browse h3 {
	display: inline-block;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	color: #333;
	letter-spacing: 1px;
}
.portfolio-taxonomies-browse ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.portfolio-taxonomies-browse ul li a {
	outline: 0;
	padding: 5px 12px;
	display: block;
	color: #ccc;
	font-weight: 400;
	text-shadow: 1px 1px #1f1f1f;
	border: 1px solid #1c1c1c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #222222;
	cursor: pointer;
}
.portfolio-taxonomies-browse ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #4c4c4c;
}
.portfolio-taxonomies h2.taxonomies-title {
	font-size: 18px;
	color: #000;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* 
11.2 Portfolio Taxonomies Widget
-------------------------------------------------------------- */

.portfolio-taxonomies ul {
	list-style-type: none;
}
.portfolio-taxonomies ul {
	margin-top: 10px;
}
/* 
13.3 Portfolio Related
-------------------------------------------------------------- */

.grid-list-portfolio-related {
	position: relative;
	width: 100%;
}
.sidebar-widget .grid-list-portfolio-related ul li {
	border: 0;
	margin: 0;
}
.portfoliorelated_widget_about {
	margin-bottom: 10px;
}
.sidebar-widget .grid-list-portfolio-related a {
	border: none;
	margin: 0;
	padding: 0;
}
.sidebar-widget .grid-list-portfolio-related a:hover {
	border: none;
	margin: 0;
	padding: 0;
}
.grid-list-portfolio-related h2.related-title {
	font-size: 18px;
	color: #000;
	margin-left: 5px;
	margin-top: 10px;
}
.grid-list-portfolio-related ul {
	list-style-type: none;
	padding-top: 10px;
}
.grid-list-portfolio-related ul li {
	border: 0 none;
	display: inline-block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 33.3333%;
}
.grid-list-portfolio-related ul li h4 {
	font-weight: normal;
}
.grid-list-portfolio-related ul li h4 a {
	font-size: 11px;
	color: #ccc;
	text-transform: none;
	letter-spacing: 0;
	line-height: 12px;
}
.grid-list-portfolio-related ul li h4 a:hover {
	color: #fff;
}
.grid-list-portfolio-related ul li .description {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #eee;
	font-size: 12px;
	margin-right: 1px;
}
.grid-list-portfolio-related ul li img {
	max-width: 100%;
	width: 100%;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.grid-list-portfolio-related ul li img:hover {
	opacity: 0.5;
}
/* ******************************
Big Italic
******************************* */

.big-italic {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	color: #7b7b7b;
}
/* **********************
12.1 Comments
*********************** */

.comment-respond {
	background: #f7f7f7;
	padding: 7%;
}
.no-comments {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 40px 0 0;
	padding: 30px;
	text-align: center;
	letter-spacing: 1px;
}
#commentform-section,
.commentform-wrap {
	margin: 24px 0 0;
	padding: 0;
}
.commentform-wrap {
	max-width: 1120px;
	margin: 0 auto;
}
.comment-metadata {
	margin-bottom: 14px;
}
h2#comments {
	color: #545454;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 23px;
	margin-bottom: 36px;
	text-transform: uppercase;
}
h2#comments > span {
	font-weight: 700;
	color: #000;
}
.nocomments {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin: 35px 0 0;
}
.theme-is-dark .nocomments {
	color: #fff;
}
.theme-is-light .nocomments {
	color: #000;
}
.single-post.mtheme-password-required .postformat_contents {
	text-align: center;
}
.single-post.mtheme-password-required .post-password-form {
	padding: 0 0 30px 0;
}
.comment-body a {
	color: #fff;
}
.comment-body a:hover {
	color: #111;
	text-decoration: none;
}
#comment {
	width: 100%;
	border: 1px solid #D1D1D1;
}
.entry-content .commentlist a {
	color: #000;
}
.entry-content .commentlist a:hover {
	color: #000;
}
ol.commentlist {
	margin: 0;
	clear: both;
	overflow: hidden;
	list-style: none;
}
.entry-content .commentform-wrap ol.commentlist,
.entry-content .commentform-wrap ul.commentlist,
.entry-content .commentlist ol.children,
.entry-content .commentlist ul.children,
.commentform-wrap ol.commentlist,
.commentform-wrap ul.commentlist {
	list-style-type: none;
}
ol.commentlist li.comment {
	margin: 10px 0;
	padding-bottom: 2px;
}
.entry-content ol.commentlist li.comment {
	margin-left: 0;
	position: relative;
	padding-left: 0;
}
.entry-content ol.commentlist li li.comment {
	margin-left: 10px;
}
.entry-content ol.commentlist li.comment .comment-body {
	padding: 40px 40px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.entry-content ol.commentlist {
	margin-bottom: 0;
}
ol.commentlist li.comment {
	background: #f9f9f9;
	border-left: 1px solid rgba(0,0,0,0.05);
}
.commentform-wrap .comment.odd {
	background: #fbfbfb;
}
.comment .comment-respond {
	border-top: 1px solid rgba(0,0,0,0.08);
	padding: 40px;
}
.entry-content ol.commentlist > li.comment:last-child .comment-body {
    border-bottom: 0;
}
ol.commentlist li.comment .comment-author,
ol.commentlist li.comment .comment-author a,
ol.commentlist li.comment .comment-author .fn {
	color: #000;
}
ol.commentlist li.comment .comment-author a {
	font-weight: 500;
}
ol.commentlist li.comment .comment-author a {
	text-decoration: none;
}
ol.commentlist li.comment .comment-author .fn {
	color: #000;
}
ol.commentlist li.comment .comment-author .fn a {
	color: #000;
}
ol.commentlist li.comment .comment-author .avatar {
	float: left;
	margin-right: 20px;
}
ol.commentlist li.comment .comment-meta a {
	color: #000;
	font-size: 12px;
	letter-spacing: 0.25px;
	text-decoration: none;
}
.entry-content ol.commentlist .edit-link a.comment-edit-link,
.entry-content ol.commentlist .edit-link a,
.entry-content .edit-link a.comment-edit-link,
.entry-content .edit-link a {
	color: #7a7a7a;
}
ol.commentlist li.comment .reply {
	font-size: 12px;
	display: inline-block;
}
.entry-content ol.commentlist ul.children {
	margin-left: 10px;
}
.commentlist .comment-respond {
	margin-left: 0;
}
.commentform-wrap {
	margin-left: 0;
	padding: 0;
}
.entry-content .comment-reply-title,
.comment-reply-title {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.single-product-summary .comment-reply-title {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: none;
	margin-bottom: 20px;
}
.entry-content .commentlist .comment-reply-title,
.commentlist .comment-reply-title {
	text-align: left;
	padding-top: 14px;
}
.comment-reply-title small {
	margin-left: 20px;
}
ol.commentlist li.comment.bypostauthor .avatar {
	float: left;
	margin-top: -2px;
	margin-right: 14px;
}
ol.commentlist li.comment .comment-author .avatar,
ol.commentlist li.comment.bypostauthor .avatar {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	border: 2px solid #a5a5a5;
}

#commentform p {
	margin: 0;
}
#commentform {
	font-size: 12px;
}
#respond a {
	color: #aaa;
}
#respond a:hover {
	text-decoration: none;
	color: #000;
}
a#cancel-comment-reply-link {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 8px 14px;
	color: #000;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	text-decoration: none;
}
a#cancel-comment-reply-link:hover {
	background: #000;
	color: #fff;
}
#commentform label,
#respond h2,
#commentform .logged-in-as a {
	color: #000;
}
#respond h2 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
#respond h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0 15px 0;
}
#commentform {
	margin: 0;
}
.comment-notes {
	font-style: italic;
}
#commentform-section .required,
#commentform .required {
	color: #FF2C55;
	font-weight: 300;
}
#commentform label {
	display: block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	display: inline-block;
}
#commentform label small,
.comment-notes {
	font-size: 12px;
	color: #a0a0a0;
}
#respond #commentform textarea,
#respond #commentform input {
	border: 0;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background: none;
	color: #000;
	padding: 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#respond #commentform textarea,
#respond #commentform #comment-input input {
	-webkit-transition: height 0.2s, border-color 0.5s, background-color 0.3s;
	-moz-transition: height 0.2s, border-color 0.5s, background-color 0.3s;
	transition: height 0.2s, border-color 0.5s, background-color 0.3s;
}
#respond #commentform input {
	padding: 12px 24px 12px;
}
#respond #commentform textarea:focus,
#respond #commentform input:focus {
	border-color: #000;
}
#respond #commentform textarea {
	height: 150px;
}
#commentform .form-allowed-tags {
	color: #9F9F9F;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 10px;
	margin: 20px 0;
	width: 60%;
}
#commentform .logged-in-as {
	color: #777;
}
#commentform .logged-in-as a {
	text-decoration: none;
}
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a {
	display: block;
	padding: 10px;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
}
ol.commentlist li.pingback .reply a:after,
ol.commentlist li.comment .reply a:after {
	content: "\f21e";
	color: #000;
	font-family: "Ionicons";
	font-size: 18px;
	font-weight: 100;
	height: 20px;
	left: auto;
	top: 11px;
	right: 11px;
	line-height: 18px;
	position: absolute;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
ol.commentlist li.pingback .reply a.comment-reply-link:hover:after,
ol.commentlist li.comment .reply a.comment-reply-link:hover:after {
	color: #fff;
}
#contact .button:hover,
#commentform input#submit:hover {
	color: #fff;
}
ol.commentlist li.pingback .reply a:hover:after,
ol.commentlist li.comment .reply a:hover:after,
ol.commentlist li.comment .pingback a:hover,
ol.commentlist li.comment .reply a:hover {
	color: #fff;
}
#commentform #comment-input input {
	width: -webkit-calc(33.333% - 7px);
	width: -moz-calc(33.333% - 7px);
	width: calc(33.333% - 7px);
	margin-right: 10px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform #comment-input input:last-child {
	margin-right: 0;
}
/* 
12.2 Template - Contact Form
-------------------------------------------------------------- */

.contact-form-title {
	margin-top: 30px;
}
#contactform {
	margin: 20px 0 40px 0;
}
#successmessage {
	display: none;
	width: 80%;
	color: #767676;
	padding: 30px 60px 40px;
	margin: 40px 0 40px 0;
	background: #FFFFED;
}
#successmessage h2 {
	margin: 10px 0 20px 0;
	text-transform: none;
}
#contactform #contact label {
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	color: #a0a0a0;
}
#contact .text-input {
	display: block;
	padding: 7px;
	margin: 0 0 20px 0;
	border: 1px solid #eee;
	background: #f3f3f3;
	color: #000;
}
#contact textarea {
	height: 80px;
}
#contact input:focus,
#contact textarea:focus {
	border: 1px solid #888;
}
#contactform #contact .error {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	float: right;
	margin-right: 40px;
	display: none;
	padding: 0 8px;
}
#contact .button {
	width: 120px;
	font-weight: 400;
	font-size: 14px;
}
#contact .button:hover {
	color: #000;
	border-color: #000;
	cursor: pointer;
}
#contact .button:active {
	color: #000;
}
#contact input {
	width: 96%;
}
#contact textarea {
	width: 96%;
}
#contact label {
	display: inline;
	float: none;
	font-weight: bold;
	font-size: 14px;
}
/* -------- Address -------- */

.addressbox {
	float: right;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	right: 148px;
	top: 40px;
	margin-bottom: 100px;
}
.addresstitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: -5px;
}
.fulladdress {
	color: #464646;
	font-size: 14px;
	margin-bottom: 10px;
}
.fulladdress ul {
	list-style: none !important;
}
/* **********************
13.1 Navigation
*********************** */

.navigation {
	color: #000;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	width: 100%;
}
.attachment .navigation {
	margin: 40px 0;
}
.navigation .next.page-numbers i,
.navigation .prev.page-numbers i {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 4px;
}
.navigation a:link,
.navigation a:visited {
	color: #000;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #000;
}
.nav-previous a,
.nav-next a,
.nav-lightbox a {
	font-size: 16px;
	letter-spacing: 2px;
	color: #000;
}
.nav-previous {
	float: left;
	width: 33%;
}
.nav-previous a {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
	width: 33%;
}
.nav-lightbox {
	float: left;
	text-align: center;
	width: 33%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
.attachment-main-image {
	display: block;
}
/* ******************************
icons Shortcode
******************************* */

.iconalign-left {
	float: left;
	padding-right: 5px;
}
.iconalign-right {
	float: right;
	padding-left: 5px;
}
.iconalign-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/*
******************************
Author Info
******************************
*/

#entry-author-info {
	background: #F9F9F9;
	border: 1px solid #E8E8E8;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	background: #FEFEFE;
}
#entry-author-info #author-avatar .avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 5px;
	display: block;
	margin: 0 20px 10px 0;
}
#entry-author-info #author-description {
	float: left;
	display: block;
	width: 100%;
}
#entry-author-info h2 {
	color: #111;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}
#author-link {
	color: #747474;
	font-size: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align: right;
}
#author-link a {
	color: #747474;
	text-decoration: none;
	border: solid 1px #f5f5f5;
	background: #fafafa;
	padding: .5em 2em .55em;
}
#author-link a:hover {
	color: #464646;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
/* ******************************
14.1 Post Format Styling
******************************* */

.entry-content-wrapper .sticky .postformat_contents,
.entry-content-wrapper.post-is-sticky .postformat_contents {
	background: #ffffe1;
	padding: 80px;
	margin-bottom: 32px;
}
.single-post .entry-content-wrapper .sticky .postformat_contents,
.single-post .entry-content-wrapper.post-is-sticky .postformat_contents {
	background: none;
	padding: 0;
}
.postformat-image {
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.postsummary-spacing {
	max-width: 540px;
	margin: 0 auto;
}

.entry-content-wrapper .postformat-image,
.type-post .postformat-image,
.entry-content-wrapper .postsummaryimage,
.type-post .postsummaryimage,
.entry-content-wrapper .flexslider-container-page,
.type-post .flexslider-container-page,
.entry-content-wrapper .ajax-video-wrapper,
.type-post .ajax-video-wrapper {
	display: block;
	line-height: 0;
	vertical-align: bottom;
}
a.postformat-image-lightbox {
	display: block;
	position: relative;
}
.lightbox-indicate {
	display: block;
	position: absolute;
	left: 25px;
	top: 25px;
	line-height: 45px;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	background: rgba(255,255,255,0.5);
	z-index: 10;
	text-align: center;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
span.lightbox-indicate i {
	line-height: 48px;
	color: #000;
}
.postformat-image-lightbox:hover .lightbox-indicate {
	opacity: 1;
}
.post-link-wrapper {
	padding: 0;
}
.postformat_icon {
	background: #EAEAEA;
	border-radius: 50px 50px 50px 50px;
	color: #707070;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	top: -2px;
	width: 40px;
}
.jp-title {
	color: #fff;
}
.postformat_contents,
.pagebuilder-active .mtheme-block-em_blog_list .postformat_contents,
.entry-portfolio-content {
	padding: 0;
}
.pagebuilder-active .entry-portfolio-content,
.pagebuilder-active .events-inner,
.pagebuilder-active .postformat_contents {
	border-left: 0;
}
.pagebuilder-active .postformat_contents,
.pagebuilder-active .entry-portfolio-content {
	padding-left: 0;
	padding-right: 0;
}
.quote_say {
	display: block;
	text-align: center;
	color: #000;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.quote-symbol {
	padding-bottom: 30px;
}
.quote_say i {
	color: #000;
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}
.quote_author {
	color: #000;
	display: block;
	text-align: center;
}
.gridblock-blog-parallax .quote_say {
	padding: 0 0 24px;
}
.postformat_aside_contents {
	margin-bottom: 38px;
}
/* 15.1 AJAX Portfolio
-------------------------------------------------------------- */

.gridblock-filterable-wrap {
	overflow: hidden;
}
.gridblockfilter_widget_about {
	margin-bottom: 15px;
}
.ajax-gridblock-block-wrap.ajax-active {
	padding-bottom: 20px;
}
.ajax-gridblock-block-wrap.ajax-collapsed .ajax-next,
.ajax-gridblock-block-wrap.ajax-collapsed .ajax-prev {
	opacity: 0.4;
}
#ajax-gridblock-wrap .gridblock-contents-wrap {
	margin-top: 21px;
}
#ajax-gridblock-wrap {
	position: relative;
	background: #333;
}
.gridblock-image-link {
	display: block;
}
.single-gridblockgallery .ajax-gridblock-block-wrap {
	border-bottom: none;
}
h2.ajax-projects-title {
	font-size: 20px;
	font-weight: 300;
	color: #818181;
	margin: 30px 0 40px;
	text-transform: uppercase;
}
.ajax-gallery-navigation {
	position: relative;
	display: none;
	float: right;
}
a.ajax-navigation-arrow {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 37px;
	display: inline-block;
	z-index: 9;
	float: right;
	position: relative;
	margin-left: -1px;
	font-size: 16px;
	-webkit-transition: opacity 0.5s, background 0.5s;
	-moz-transition: opacity 0.5s, background 0.5s;
	transition: opacity 0.5s, background 0.5s;
	border: 1px solid #f0f0f0;
	background: transparent;
}
a.ajax-navigation-arrow:hover {
	background: #f0f0f0;
}
a.ajax-navigation-arrow i {
	color: #000;
	font-size: 18px;
}
a.ajax-hide {
	right: 0;
}
a.ajax-next {
	right: 0;
}
a.ajax-prev {
	right: 0;
}
a.ajax-prev,
a.ajax-next,
a.ajax-hide {
	opacity: 1;
}
a.ajax-prev:hover,
a.ajax-next:hover,
a.ajax-hide:hover {
	opacity: 0.8;
}
a.ajax-nav-disabled,
a.ajax-nav-disabled:hover {
	display: none;
}
a.ajax-nav-disabled,
a.ajax-nav-disabled:hover,
a.ajax-prev:hover,
a.ajax-next:hover,
a.ajax-prev,
a.ajax-next {
	-webkit-transition: background-color 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
}
.ajax-loading {
	color: #6a6a6a;
	display: block;
	float: right;
	font-size: 7px;
	height: 30px;
	margin-right: 0;
	position: relative;
	top: 12px;
	width: 50px;
}
#ajax-gridblock-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 56px;
}
.ajax-gridblock-window {
	width: 100%;
	display: none;
	position: relative;
	overflow: hidden;
}
#ajax-gridblock-loading {
	width: 100%;
	height: 112px;
	z-index: 20;
}
.ajax-gridblock-image-wrap {
	padding: 0;
	margin: 1px 0 0 0;
	line-height: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
}
.ajax-gridblock-image-wrap,
.ajax-gridblock-image-wrap img {
	opacity: 0;
}
.ajax-gridblock-data {
	background: none;
	position: relative;
	padding: 0;
}
.portfolio-title h1 {
	color: #000000;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: -2.0px;
	line-height: 36px;
	padding: 50px 0 20px;
}
.ajax-gridblock-data h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 23px;
	margin-bottom: 15px;
	margin-top: 0;
}
.ajax-gridblock-data h2 a {
	text-decoration: none;
	color: #777777;
	font-weight: 400;
}
.ajax-gridblock-data h2 a:hover {
	color: #000000;
}
.ajax-protected {
	text-align: center;
	padding: 90px 30px 20px;
}
.ajax-protected i {
	font-size: 32px;
	padding-bottom: 40px;
	color: #000;
}
.ajax-protected h2 a {
	color: #656565;
	font-size: 25px;
	font-weight: 400;
	line-height: 34px;
}
.ajax-protected h2 a:hover {
	text-decoration: none;
	color: #000;
}
ul.portfolio-metainfo {
	list-style-type: none;
	margin-bottom: 10px;
}
ul.portfolio-metainfo li {
	border-bottom: 1px solid #EBEBEB;
	color: #404040;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 5px 10px 45px;
}
.single-portfolio ul.portfolio-metainfo li,
.single-portfolio ul.portfolio-metainfo li.ajax-client {
	display: inline-block;
	border: none;
}
.single-portfolio .datecomment {
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	border-left: none;
	margin-top: 45px;
	padding: 5px 0;
	text-align: left;
}
.single-portfolio .comments {
	margin-top: 10px;
}
ul.portfolio-metainfo li a {
	text-decoration: none;
}
ul.portfolio-metainfo li a:hover {
	color: #111;
}
ul.portfolio-metainfo li.ajax-client {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
ul.portfolio-metainfo li.ajax-link {
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
ul.portfolio-metainfo li.ajax-type {
	font-size: 14px;
	margin-top: 20px;
}
.single-portfolio ul.portfolio-metainfo {
	padding: 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin: 20px 0 30px;
}
.single-portfolio ul.portfolio-metainfo li.ajax-client {
	background-position: 0 45%;
}
.single-portfolio ul.portfolio-metainfo li.ajax-link {
	background-position: 0 45%;
}
.single-portfolio ul.portfolio-metainfo li {
	padding-left: 22px;
	padding-right: 25px;
}
.fluid-width-video-wrapper + p {
	margin-top: 10px;
}
.ajax-video-wrapper {
	width: 100%;
}
.ajax-video-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0;
	background: #111;
}
.ajax-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.ajax-video-wrapper iframe,
.ajax-video-wrapper object,
.ajax-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ******************************
15.2 Portfolio Common
******************************* */

.single-gridblock-image-wrap {
	text-align: center;
	display: block;
}
.gridblock-selected-icon {
	text-indent: -99999px;
}
.gridblock-displayed .gridblock-background-hover {
	opacity: 1;
}
.gridblock-displayed .column-gridblock-icon i {
	color: #fff;
}
.ajax-gridblock-block-wrap .gridblock-displayed .column-gridblock-icon {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
/* ******************************
15.3 Portfolio Filter
******************************* */

.gridblock-filter-wrap {
	margin: 0;
}
.gridblock-works-wrap {
	margin-bottom: 5px;
	margin-top: 30px;
}
#filter-heading {
	color: #4A4A4A;
	display: inline-block;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 30px;
	padding: 0 12px 20px 0;
	text-transform: uppercase;
	position: relative;
}
.filter-heading-description {
	color: #A4A4A4;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2.2px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 25px;
	border-bottom: 1px dotted #EAEAEA;
	margin-bottom: 10px;
	display: inline-block;
}
ul.gridblock-filter {
	margin: 0 0 10px 0;
}
ul.gridblock-filter li {
	float: left;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	background: #BABABA;
	border-right: 1px solid #C5C5C5;
}
ul.gridblock-filter li.filter-tag-icon {
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-color: #fff;
	padding: 0 0 12px 30px;
	text-indent: -99999px;
}
ul.gridblock-filter a {
	color: #989898;
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 6px 15px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	-webkit-transition: background-color .1s ease-in;
	-moz-transition: background-color .1s ease-in;
	-o-transition: background-color .1s ease-in;
	transition: background-color .1s ease-in;
}
ul.gridblock-filter a:hover {
	color: #fff;
	background: #EB5E5F;
	text-decoration: none;
}
ul.gridblock-filter li.current a {
	color: #fff;
	background: #EB5E5F;
}
ul.gridblock-list {
	width: 100%;
	float: right;
}
ul.gridblock-destination {
	display: none;
}
ul.gridblock-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.gridblock-list li {
	display: block;
	margin: 0;
	float: left;
	width: 215px;
	height: 215px;
	margin: 22px 20px 20px 0;
	position: relative;
}
a.gridblock-filter-column img {
	width: 205px;
	height: 205px;
}
.filterable-title {
	margin-top: -4px;
}
p.ajax-image-desc {
	color: #ccc;
	font-size: 12px;
	font-weight: 400;
	padding: 5px;
}
.ajax-gridblock-icon {
	position: absolute;
	width: 32px;
	height: 50px;
	display: block;
	background-color: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 256px;
	left: 0;
	width: 100%;
	opacity: 1;
}
.column-gridblock-link {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	bottom: 50%;
	display: block;
	height: 50px;
	left: 1px;
	opacity: 1;
	position: absolute;
	width: 50px;
	margin-right: -55px;
	margin-bottom: -25px;
	z-index: 10;
	color: #fff;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	font-size: 12px
}
.grid-blank-status {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #F7F7F7;
}
.gridblock-blog-carousel.blog-no-image {
	background-color: #fafafa;
}
.photowall-item .grid-blank-status {
	background: rgba(0, 0, 0, 0.5);
}
.photowall-item .grid-blank-status i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	color: #fff;
	-webkit-transition: background-color 0.5s, color 0.2s;
	-moz-transition: background-color 0.5s, color 0.2s;
	transition: background-color 0.5s, color 0.2s;
	font-size: 42px;
}
.grid-blank-element {
	position: relative;
}
.gridblock-element-inner {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: imageloadingwave;
	animation-timing-function: linear;
	 -webkit-animation-duration: 1.5s;
	 -webkit-animation-fill-mode: forwards;
	 -webkit-animation-iteration-count: infinite;
	 -webkit-animation-name: imageloadingwave;
	 -webkit-animation-timing-function: linear;
		-moz-animation-duration: 1.5s;
	 -moz-animation-fill-mode: forwards;
	 -moz-animation-iteration-count: infinite;
	 -moz-animation-name: imageloadingwave;
	 -moz-animation-timing-function: linear;
	 background: #dddddd;
	 background-image: -webkit-gradient(linear,  left center,  right center,  from(#dddddd),  color-stop(.2,  #aaaaaa),  color-stop(.4,  #ffffff),  to(#dddddd));
	 background-image: -webkit-linear-gradient(left,  #dddddd 0%,  #aaaaaa 20%,  #ffffff 40%,  #dddddd 100%);
 background-image: -moz-gradient(linear,  left center,  right center,  from(#dddddd),  color-stop(.2,  #aaaaaa),  color-stop(.4,  #ffffff),  to(#dddddd));
	 background-image: -moz-linear-gradient(left,  #dddddd 0%,  #aaaaaa 20%, #ffffff 40%, #dddddd 100%);
	 background-repeat: no-repeat;
	 background-size: 800px 2px;
	 position: relative;
}
@-webkit-keyframes imageloadingwave {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}
@-moz-keyframes imageloadingwave {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}
.gridblock-grid-element {
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.grid-style-wall-grid .gridblock-grid-element {
	overflow: hidden;
}
.grid-blank-element .grid-blank-status i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	color: #656565;
	-webkit-transition: background-color 0.5s, color 0.2s;
	-moz-transition: background-color 0.5s, color 0.2s;
	transition: background-color 0.5s, color 0.2s;
}
.grid-blank-element .grid-blank-status:hover i,
.grid-blank-element .grid-blank-status i:hover {
	color: #fff;
}
.grid-blank-element .grid-blank-status:hover {
	background: #ddd;
	-webkit-transition: background-color 0.5s, color 0.2s;
	-moz-transition: background-color 0.5s, color 0.2s;
	transition: background-color 0.5s, color 0.2s;
}
.gridblock-image-link {
	overflow: hidden;
}
.gridblock-link-center {
	left: 0;
	margin-left: -25px;
}
.gridblock-image-hover {
	position: absolute;
	z-index: 11;
	opacity: 0;
	width: 261px;
	height: 261px;
	top: 10px;
	display: none;
}
.gridblock-link-hover {
	position: absolute;
	z-index: 12;
	opacity: 0;
	width: 261px;
	height: 261px;
	top: 10px;
	display: none;
}
.gridblock-link-hover a {
	border: none !important;
	text-decoration: none !important;
}
.gridblock-columns-wrap .gridblock-row-new:first-child {
	margin-top: 0;
}
.entry-content .boxtitle {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
}
.gridblock-grid-element .boxtitle {
	color: #fff;
}
.boxtitle-hover {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 24px;
	z-index: 99;
	display: block;
	-webkit-transition: bottom 2s, opacity 2s;
	-moz-transition: bottom 2s, opacity 2s;
	transition: bottom 2s, opacity 2s;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.entry-content .boxtitle-hover .work-details p {
	margin-bottom: 0;
}
.boxtitle-hover .work-description {
	margin-top: 0;
}
.slideshow-owl-title,
.entry-content .boxtitle-hover h3 {
	color: #fff;
	text-transform: uppercase;
}
.boxtitle-hover {
	color: #fff;
}
.entry-content .boxtitle-hover p {
	color: #fff;
	margin-bottom: 0;
}
.gridblock-background-hover:hover .boxtitle-hover {
	opacity: 1;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.boxtitle-active .gridblock-element:hover .gridblock-protected .hover-icon-effect {
	display: none;
}
.boxtitle-hover {
	margin-bottom: 0;
}
.boxtitle-hover a:hover {
	color: #fff;
}
.boxtitle-worktype {
	color: #fff;
	display: block;
	font-size: 11px;
	letter-spacing: 0.25px;
	font-weight: 500;
	line-height: 16px;
	margin-top: 5px;
}
.album-item-count {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	margin-top: 14px;
	top: 0;
	right: 0;
	padding-right: 7px;
	padding-top: 7px;
}
.gridblock-grid-element .boxtitle-hover a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-decoration: none;
	display: block;
	margin-bottom: 0;
	text-transform: uppercase;
}
.gridblock-links-wrap {
	position: absolute;
	text-align: center;
	bottom: 50%;
	width: 100%;
	z-index: 100;
	margin-bottom: -25px;
}
.portfolio-albums .gridblock-links-wrap {
	bottom: auto;
	top: 20%;
}
.owl-carousel .column-gridblock-icon::after {
	right: -2px;
	top: -2px;
}
.owl-carousel .owl-stage-outer {
	width: 100%;
}
.owl-slide-image {
	max-width: 100%;
}
.owl-carousel .owl-item img {
	margin: 0 auto;
}
.mtheme-block-em_lightboxcarousel .owl-carousel .owl-item img {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.gridblock-slideshow-element {
	text-align: center;
}
.owl-slideshow-element .owl-buttons {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.owl-slideshow-element .slideshow-lightbox {
	line-height: 0;
	display: block;
	border: 1px solid transparent;
}
.owl-slideshow-element:hover .owl-buttons {
	opacity: 1;
}
.gridblock-thumbnail-element .owl-thumbnail {
	max-width: 100%;
}
.gridblock-thumbnail-element {
	background-color: #eee;
	line-height: 0;
	margin-right: 5px;
	padding: 1px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.gridblock-thumbnail-element:hover,
.synced .gridblock-thumbnail-element {
	cursor: pointer;
	background-color: #000;
	opacity: 1;
}
.synced .gridblock-thumbnail-element {
	opacity: 1;
}
.gridblock-thumbnail-element {
	opacity: 0.7;
}
.slideshow-owl-title {
	background: rgba(0,0,0,0.3);
	bottom: 0;
	color: #fff;
	padding: 30px 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.owl-item.center:hover .slideshow-owl-title {
	opacity: 1;
}
.owl-thumbnail-element {
	margin-top: 5px;
}
.carousel-arrow-shape-circle .owl-next,
.carousel-arrow-shape-circle .owl-prev {
	border-radius: 100%;
}
.carousel-arrow-shape-square .owl-next,
.carousel-arrow-shape-square .owl-prev {
	border-radius: 0;
}
.carousel-dots-no .owl-dots {
	display: none;
}
.gridblock-owlcarousel-wrap .owl-next,
.gridblock-owlcarousel-wrap .owl-prev {
	margin-top: -20px;
}
.elementor-widget-em-image-carousel .gridblock-owlcarousel-wrap .owl-next,
.elementor-widget-em-image-carousel .gridblock-owlcarousel-wrap .owl-prev {
	margin-top: -40px;
}
.entry-content .elementor-widget-em-image-carousel .gridblock-owlcarousel-wrap h3 {
	margin-bottom: 0;
}
.gridblock-owlcarousel-wrap .boxtitle-hover {
	bottom: 20px;
	text-align: center;
	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
.gridblock-owlcarousel-wrap .gridblock-background-hover:hover .boxtitle-hover {
	bottom: 30px;
}
/*
	************************
	************************
	Gridblock Hover effects
	************************
	************************
*/
.gridblock-grid-element:hover {
	cursor: pointer;
}
.lightgallery-status-false .gridblock-grid-element:hover {
	cursor: default;
}
.gridblock-grid-element:hover .gridblock-background-hover {
	opacity: 1;
}
.gridblock-grid-element.blog-no-image .gridblock-background-hover {
	opacity: 1;
}
.gridblock-metro .gridblock-grid-element:hover .displayed-image,
.thumbnail-gutter-nospace .gridblock-grid-element:hover .displayed-image,
.thumbnail-gutter-nospace .gridblock-grid-element:hover .gridblock-protected,
.portfolio-gutter-nospace .gridblock-grid-element:hover .displayed-image,
.portfolio-gutter-nospace .gridblock-grid-element:hover .gridblock-protected {
	opacity: 1;
}
.gridblock-grid-element:hover .displayed-image {
	-webkit-transition: filter 1.5s, transform 5s, opacity 1s;
	-moz-transition: filter 1.5s, transform 5s, opacity 1s;
	transition: filter 1.5s, transform 5s, opacity 1s;
}
.gridblock-grid-element .displayed-image {
	-webkit-transition: transform 5s, opacity 1s;
	-moz-transition: transform 5s, opacity 1s;
	transition: transform 5s, opacity 1s;
}
.has-effect-zoom .gridblock-grid-element:hover .displayed-image {
		transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.has-effect-zoom .gridblock-grid-element .displayed-image {
		transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),opacity 1s;
	-moz-transition: transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),opacity 1s;
	transition: transform 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),opacity 1s;
}
.has-effect-blur .gridblock-grid-element:hover .displayed-image {
		transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
		filter: blur(1.1px);
		-webkit-filter: blur(1.1px);
		-moz-filter: blur(1.1px);
		-o-filter: blur(1.1px);
		-ms-filter: blur(1.1px);
}
.has-effect-blur .gridblock-grid-element .displayed-image {
		transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
		filter: blur(0);
		-webkit-filter: blur(0);
		-moz-filter: blur(0);
		-o-filter: blur(0);
		-ms-filter: blur(0);
}
.gridblock-links-wrap {
	opacity: 0;
		transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	-webkit-transition: transform 0.5s, opacity 1s;
	-moz-transition: transform 0.5s, opacity 1s;
	transition: transform 0.5s, opacity 1s;
}
.gridblock-background-hover:hover .gridblock-links-wrap {
	opacity: 1;
		transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.gridblock-background-hover {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;

	background: rgba(0,0,0,0.2);

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.7s, opacity 0.7s,filter 0.7s;
	-moz-transition: background-color 0.7s, opacity 0.7s,filter 0.7s;
	transition: background-color 0.7s, opacity 0.7s,filter 0.7s;
}
.boxtitle-active .gridblock-background-hover {
	background: rgba(0,0,0,0.5);
}
.column-gridblock-icon {
	display: inline-block;
	opacity: 1;
	height: 50px;
	width: 50px;
	color: #000;
	border-radius: 100%;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	margin: 0 1px 0 0;
}
.instagram-photos .column-gridblock-icon {
	line-height: 55px;
}
.gridblock-grid-element .column-gridblock-icon {
	margin: 0 5px;
}
.gridblock-sole-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.column-gridblock-icon i {
	font-size: 20px;
	color: #000;
	position: relative;
	z-index: 100;
}
.elementor-widget-em-image-carousel .column-gridblock-icon i {
    top: -2px;
    left: 2px;
}
.portfolio-taxonomy-grid-container .column-gridblock-icon i {
	top: 2px;
	left: -2px;
}
.post-grid-clients .column-gridblock-icon::after {
	background: none;
}
.post-grid-clients .column-gridblock-icon i {
	color: #ffffff;
	font-size: 40px;
}
.post-grid-clients .gridblock-grid-element .column-gridblock-icon {
	margin: 0 25px 0 5px;
}
.post-grid-clients .gridblock-links-wrap {
	text-align: right;
}
.column-gridblock-icon:hover:after {
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	transform: scale(0.97);
	background: rgba(255,255,255,1);
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
	z-index: 0;
}
.column-gridblock-icon:hover i {
	color: #000;
}
.column-gridblock-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: " ";
	border-radius: 7px;
	background: rgba(255,255,255,0.7);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.7s, background-color 0.2s;
	-moz-transition: transform 0.7s, background-color 0.2s;
	transition: transform 0.7s, background-color 0.2s;
}
.single-clients .column-gridblock-icon:after,
.post-type-archive-portfolio .column-gridblock-icon:after,
.post-type-archive-events .column-gridblock-icon:after {
	top: -2px;
	right: -2px;
}
.column-gridblock-icon:hover {
	position: relative;
}
.column-gridblock-icon {
	position: relative;
}

.has-effect-tilt .gridblock-grid-element {
		 -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.has-effect-tilt .column-gridblock-icon {
	-webkit-transform: translateZ(20px);
	transform: translateZ(20px);
}
ul.gridblock-list a.filter-thumbnail-loader {
	padding: 1px;
	border: 1px solid #f3f3f3;
}
ul.gridblock-list li .gridblock-image-link {
	display: block;
	height: 215px;
	text-decoration: none;
}
ul.gridblock-list .work-details {
	margin: 15px 20px 0 20px;
}
.work-details .worktype-categories {
	text-align: center;
}
ul.gridblock-list h4 a {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	text-decoration: none;
}
ul.gridblock-list h4 a:hover {
	color: #111;
}
.gridblock-listbox ul.gridblock-four .gridblock-element {
	width: 100%;
}
ul.gridblock-listbox {
	list-style: none;
}
ul.gridblock-listbox li {
	margin-bottom: 10px;
}
ul.gridblock-listbox li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
ul.gridblock-listbox .summary-info {
	border: none;
	padding: 0;
	margin: 10px 10px;
	background: none;
}
ul.gridblock-listbox .summary-comment a {
	color: #aaa;
}
ul.gridblock-listbox .work-details {
	margin: 0 20px;
}
ul.gridblock-listbox .work-details h4 {
	margin-bottom: 10px;
	font-size: 14px;
}
ul.gridblock-listbox .work-details h4 a {
	font-weight: 400;
}
ul.gridblock-listbox .work-details h4 a:hover {
	color: #000;
}
ul.gridblock-listbox .work-description {
	font-size: 13px;
}
ul.gridblock-listbox .gridblock-image-link {
	width: 180px;
	float: left;
	margin-right: 20px;
}
ul.gridblock-listbox .gridblock-listbox-row {
	margin-bottom: 20px;
}
ul.gridblock-listbox .gridblock-listbox-row .grid-blank-status i {
	color: #B1B1B1;
}
.share-spacing {
	margin-top: 40px;
}
/**
 * Share This
 */

ul.portfolio-share {
	color: #000;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}
.entry-content ul.portfolio-share {
	margin-bottom: 0;
}
.woocommerce-page ul.portfolio-share {
	margin-left: 0;
}
.portfolio-single-wrap .portfolio-share {
	margin-top: 40px;
}
.portfolio-share li {
	display: inline-block;
}
.entry-content .portfolio-share li {
	margin: 0;
}
.portfolio-share li.sharethis {
	font-size: 11px;
	font-weight: 400;
	background: none;
	margin-right: 10px;
	width: auto;
}
.portfolio-share li a {
	display: block;
	font-size: 13px;
	margin: 0;
	margin: 0 1px 0 0;
	text-align: center;
}
.portfolio-share li i {
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	transition: background-color 0.1s;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.portfolio-share .share-indicate {
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	padding-left: 15px;
	position: relative;
	left: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, left 0.2s;
	-moz-transition: opacity 0.2s, left 0.2s;
	-o-transition: opacity 0.2s, left 0.2s;
	transition: opacity 0.2s, left 0.2s;
}
.portfolio-share:hover .share-indicate {
	opacity: 1;
	left: 0;
}
.portfolio-share li:hover i {
	color: #fff;
	background-color: #eee;
}
.portfolio-share .share-this-fa-facebook:hover i {
	background: #3B5998;
}
.portfolio-share .share-this-fa-twitter:hover i {
	background: #55ACEE;
}
.portfolio-share .share-this-fa-google-plus:hover i {
	background: #E14107;
}
.portfolio-share .share-this-fa-pinterest:hover i {
	background: #D73532;
}
.portfolio-share .share-this-fa-linkedin:hover i {
	background: #0274B3;
}
.portfolio-share .share-this-fa-reddit:hover i {
	background: #2586ED;
}
.portfolio-share .share-this-fa-tumblr:hover i {
	background: #34465D;
}
.portfolio-share .share-this-fa-external-link:hover i {
	background: #D6AC22;
}
.portfolio-share .share-this-fa-envelope:hover i {
	background: #3EADAF;
}
/* ******************************
15.4 Portfolio Grids
******************************* */

.blogpost_readmore {
	font-size: 12px;
}
.entry-content .blogpost_readmore a {
	text-decoration: none;
	color: #A9A9A9;
}
.entry-content .blogpost_readmore a:hover {
	color: #000;
}
.gridblock-related-columns {
	margin: 0 60px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.portfolio-gridblock-columns-wrap,
.gridblock-columns-wrap {
	overflow: hidden;
}
.thumbnails-grid-container.grid-style-wall-grid {
	width: 100%;
	margin-bottom: -1px;
}
.gridblock-related-wrap {
	border-top: 1px solid #eee;
	margin: 30px 0 60px;
	padding: 60px 0 0 0;
}
.gridblockfilter-columns-wrap {
	margin: 30px 0 0;
}
a.gridblock-image-link {
	line-height: 0;
}
.gridblock-one .gridblock-protected,
.gridblock-two .gridblock-protected,
.gridblock-three .gridblock-protected,
.gridblock-four .gridblock-protected,
.gridblock-five .gridblock-protected,
.post-nothumbnail {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
ul.gridblock-five,
ul.gridblock-four,
ul.gridblock-three,
ul.gridblock-two,
ul.gridblock-one {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
a.gridblock-columns {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.gridblock-protected {
	position: relative;
}
.gridblock-protected img {
	width: 100%;
	max-width: 100%;
}
a.gridblock-columns img {
	max-width: 100%;
}
.gridblock-protected i {
	color: #444;
	color: rgba(0, 0, 0, 0.5);
	font-size: 30px;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
}
.gridblock-element .work-details {
	border-top: 0;
}
#gridblock-container .work-details {
	position: relative;
}
.gridblock-element h4 {
	margin: 0;
}
/* ******************************
	gridblock Borders ( if needed )
	******************************* */

.displayed-image {
	position: relative;
}
/* ******************************
gridblock Single
******************************* */

.project-link {
	margin-top: 30px;
}
.entry-content .project-link a {
	background: #000;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 15px 4px;
	text-transform: uppercase;
}
.project-details-link {
	display: inline-block;
	margin: 0 12px 0 0;
}
.entry-content h2.project-heading {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.25px;
	line-height: 22px;
}
h2.event-heading {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 0;
}
.entry-content .project-details-link h4,
.project-details-link h4 a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: none;
	font-weight: 500;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}
.project-details-link h4 {
	display: inline-block;
	margin-left: 2px;
}
.project-details-link i {
	border-radius: 30px;
	font-size: 11px;
	height: 20px;
	line-height: 35px;
	text-align: center;
	width: 20px;
	position: relative;
	top: -2px;
}
.project-details {
	padding: 0;
	margin-bottom: 24px;
}
.project-details h4 {
	margin-bottom: 10px;
}
.project-skills-column ul {
	margin-bottom: 0;
}
.project-skills ul li {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
	margin-right: 10px;
}
.entry-content .project-info h4 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	text-transform: none;
}
.project-info span,
.project-info ul li {
	font-size: 10px;
	letter-spacing: 2px;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 18px;
}
.entry-content .project-info ul li {
	margin-bottom: 0;
}
.portfolio-details-section-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #aaa;
}
.portfolio-details-section-inner .mtheme-post-like {
	opacity: 0;
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}
.preloader-done .portfolio-details-section-inner .mtheme-post-like {
	opacity: 1;
}
.entry-content .portfolio-details-section-inner .project-info ul li,
.entry-content .portfolio-details-section-inner .project-details-link h4,
.entry-content .portfolio-details-section-inner .project-details-link h4 a,
.entry-content .portfolio-details-section-inner .project-details-link i,
.entry-content .portfolio-details-section-inner .portfolio-details-wrap .post-like-count,
.entry-content .portfolio-details-section-inner .portfolio-details-wrap .like-vote-icon i,
.entry-content .portfolio-details-section-inner h2,
.entry-content .portfolio-details-section-inner h4 {
	color: #000;
}
.entry-content .portfolio-details-section-inner .project-details-link h4 a {
	border-bottom-color: #777;
}
.entry-content .portfolio-details-section-inner .project-details-link h4 a:hover {
	border-bottom-color: #000;
}
.portfolio-details-align-center {
	text-align: center;
}
.portfolio-details-align-right {
	text-align: right;
}
.portfolio-details-align-left {
	text-align: left;
}
.portfolio-details-wrap a {
	text-decoration: none;
}
.project-info ul {
	font-size: 11px;
}
.project-skills-column li {
	padding: 0 10px 0 0;
}
.project-info ul li {
	display: inline-block;
}
.project-info h4 {
	color: #000;
}
.project-details-link i {
	color: #000;
}
.project-details-link h4 a {
	color: #000;
}
.client-link {
	display: inline-block;
}
/* ******************************
17.1 Goto Top
******************************* */

.gototop-wrap {
	border-top: 1px solid #F9F9F9;
	margin: 30px auto 0;
	padding: 10px 0;
	width: 1020px;
}
.gototop {
	width: 30px;
	height: 30px;
	display: block;
	margin: 20px auto 20px;
	text-indent: -99999px;
	background-color: #b7b7b7;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
}
.gototop:hover {
	background-color: #111;
}
/* Start Style the Sidebar Menu */

.sidebar-widget .widget_nav_menu ul li {
	float: none;
}
.sidebar-widget .widget_nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-widget .widget_nav_menu ul a {
	display: block;
	text-decoration: none;
}
.sidebar-widget .widget_nav_menu ul li a {
}
.sidebar-widget .widget_nav_menu ul li li a {
	margin-top: 0;
}
/* End Style the Sidebar Menu */

.tagcloud a,
#footer .tagcloud a {
	display: inline-block;
	color: #000;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0 3px;
	background: none;
}
.wp-tag-cloud {
	list-style: none;
}
.wp-tag-cloud li {
	margin-bottom: 5px;
}
.wp-tag-cloud li,
.wp-tag-cloud a {
	float: left;
	height: 24px;
	line-height: 24px;
	position: relative;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
.wp-tag-cloud a {
	margin-left: 10px;
	margin-right: 7px;
	padding: 0 10px 0 12px;
	background: #898989;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
.wp-tag-cloud a:hover {
	background: #EB5E5F;
}
ul.portfolio-metainfo li a {
	color: #ABABAB;
}
.portfolio-related-wrap ul.portfolio-four h4 a:hover,
.portfolio-related-wrap ul.portfolio-three h4 a:hover,
.portfolio-related-wrap ul.portfolio-two h4 a:hover,
.portfolio-related-wrap ul.portfolio-one h4 a:hover {
	color: #fff;
}
.last-bigsaywrap a:hover,
.entry-post-title h2 a:hover,
ul.portfolio-metainfo li a:hover,
.ajax-gridblock-data h1 a:hover {
	color: #000;
}
.tagcloud a:hover {
	color: #fff;
}
.portfolio-taxonomies-browse {
	margin-top: 20px;
	padding-bottom: 20px;
}
/* Isotope
*********************************/
/**** Isotope filtering ****/

.isotope-image-animate {
	opacity: 0;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
}
.isotope {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/**** Portfolio Filters ****/

.worktype-inside-box.worktype-categories {
	bottom: 0;
	color: #fff;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-bottom: 24px;
}

.gridblock-filter-wrap h2 {
	color: #000000;
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 15px;
}
.page-sidebar-block h3 {
	color: #474747;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.gridblock-filter-categories {
	opacity: 0;
}
.pace-done .gridblock-filter-categories {
	opacity: 1;
}
.entry-content .gridblock-filter-categories li {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
}
.gridblock-filter-select-wrap {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
#gridblock-filter-select {
	display: none;
}
#gridblock-filter-select i {
	float: right;
	position: relative;
	right: 20px;
	top: 2px;
}
.gridblock-filter-select-text {
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#gridblock-filter-select:hover {
	border-color: #000;
	color: #000;
}
#gridblock-filters ul {
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 14px;
	margin-bottom: 44px;
	position: relative;
}
.filter-seperator {
	height: 1px;
	width: 18px;
	position: absolute;
	right: -8px;
	background: #c5c3c3;
	top: 22px;
	transform: rotate(-35deg);
}
#gridblock-filters li:last-child .filter-seperator {
    display: none;
}
#gridblock-filters,
#gridblock-filter-select {
	width: 100%;
}
#gridblock-filters {
	padding: 0;
}
#gridblock-filters li {
	display: inline-block;
	text-transform: capitalize;
	padding: 0 1px;
}
#gridblock-filters li a {
	text-decoration: none;
	display: block;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	letter-spacing: 1.5px;
	position: relative;
	border-radius: 5px;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	text-transform: uppercase;
}
#gridblock-filters li.filter-all-control a:after {
	left: 0px;
}
#gridblock-filters .griblock-filters-subcats li a:after {
	left: 5px;
}
#gridblock-filters li a {
	position: relative;
}
.filter-icon {
	padding-left: 20px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
}
.gridblock-protected {
	background: rgba(184, 184, 184, 0.1);
}
.textbright .gridblock-protected {
	opacity: 0.4;
}
.gridblock-element .ajax-image-block {
	width: 306px;
	height: 306px;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.ajax-image-selector {
	display: none;
}
.gridblock-displayed .ajax-image-selector {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 100;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
}
.gridblock-image-link {
	cursor: pointer;
}
.ajax-image-hover {
	position: absolute;
	z-index: 99;
	opacity: 0;
	width: 261px;
	height: 261px;
	top: 10px;
	display: none;
}
.gridblock-filterable .ajax-image-hover {
	z-index: 0;
}
.slideshow-image-hover {
	opacity: 0;
}
.gridblock-grid-element .gridblock-slideshow-icon {
	margin-top: 5px;
}
.ajax-image-wrap {
	position: absolute;
	top: 40px;
	left: 30px;
}
.ajax-image-title {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 26px;
	display: block;
	padding-right: 50px;
}
.ajax-small-desc {
	color: #C6C6C6;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.5px;
	line-height: 15px;
	padding-right: 60px;
	display: block;
	margin-top: 10px;
}
.thumbnails-grid-container,
#gridblock-container {
	z-index: 0;
	margin: 0;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	margin-left: -20px;
}

.thumbnails-grid-container.grid-style-wall-grid,
#gridblock-container.grid-style-wall-grid {
	margin: 0;
	width: 100%;
}

#gridblock-container .gridblock-element {
	background: none;
}
.gridblock-metro .gridblock-element.grid-animate-display-all,
.thumbnails-grid-container .gridblock-element.grid-animate-display-all,
#gridblock-container .gridblock-element.grid-animate-display-all {  }
#gridblock-container.grid-style-wall-grid .gridblock-element,
#gridblock-container.grid-style-wall-spaced .gridblock-element,
#gridblock-container.grid-style-classic .gridblock-element {
	background: none;
}

.thumbnails-grid-container.grid-style-classic .gridblock-element,
#gridblock-container.portfolio-gutter-spaced .gridblock-element,
.thumbnails-grid-container.grid-style-wall-spaced .gridblock-element {
	padding-bottom: 40px;
}
.grid-has-blog #gridblock-container.portfolio-gutter-spaced .gridblock-element,
.grid-has-events #gridblock-container .gridblock-element,
.grid-has-blog #gridblock-container .gridblock-element {
	padding-bottom: 80px;
}
#gridblock-container.gridblock-masonary .gridblock-element,
.edge-to-edge .thumbnails-grid-container.grid-style-wall-spaced .gridblock-element,
.edge-to-edge #gridblock-container.grid-style-wall-spaced .gridblock-element {
	margin: 0;
}
.portfolio-gutter-spaced.no-title-no-desc .gridblock-grid-element {
	margin-bottom: 0;
}
#gridblock-container.post-grid-clients .gridblock-element.no-title-no-desc {
	margin-bottom: 2%;
}
#gridblock-container.post-grid-clients .gridblock-element.no-title-no-desc .gridblock-grid-element {
	margin-bottom: 0;
}
#gridblock-container ol,
#gridblock-container ul,
#gridblock-container dl,
#gridblock-container-masonary ol,
#gridblock-container-masonary ul,
#gridblock-container-masonary dl {
	margin: 0;
	padding: 0;
}
#gridblock-container .gridblock-image-link,
#gridblock-container-masonary .gridblock-image-link {
	line-height: 0;
	border: 0;
}
#gridblock-container .gridblock-image-link:hover,
#gridblock-container-masonary .gridblock-image-link:hover {
	border: 0;
}
.gridblock-cell-bottom-space {
	padding-bottom: 2.0%;
}
#gridblock-container.portfolio-gutter-narrow-spaced.no-title-no-desc .gridblock-element {
	margin-bottom: 1%;
}
#gridblock-container.portfolio-gutter-nospace.no-title-no-desc {
	margin-bottom: -0.5px;
}
.thumbnails-grid-container.thumbnail-gutter-nospace .gridblock-element,
#gridblock-container.portfolio-gutter-nospace .gridblock-element,
#gridblock-container.portfolio-gutter-nospace .gridblock-grid-element,
#gridblock-container.portfolio-gutter-nospace.no-title-no-desc .gridblock-grid-element,
#gridblock-container.portfolio-gutter-nospace.no-title-no-desc .gridblock-element {
	margin: 0;
	padding: 0;
}
#gridblock-container.grid-style-wall-grid {
	margin-bottom: -0.5px;
}
#gridblock-container.grid-style-wall-grid .displayed-image {
	width: 100.1%;
	max-width: 100.1%;
}
/*
Metro
*/

.gridblock-metro .gridblock-grid-element,
.gridblock-metro .gridblock-element {
	margin: 0;
	padding: 0;
}
.gridblock-metro-wrap {
	width: 100%;
	overflow: hidden;
}
.gridblock-metro .gridblock-element {
	width: 25%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gridblock-metro .gridblock-cell-first-cell {
	width: 33.3333%;
}
.gridblock-metro .gridblock-element img {
	line-height: 0;
}
.gridblock-metro .gridblock-cell-following-cell {
	width: 16.6667%;
}
.gridblock-grid-element .displayed-image {
	width: 100%;
	max-width: 100%;
}
.gridblock-element {
	position: relative;
	z-index: 1;
}
.gridblock-five .gridblock-element {
	float: left;
	width: 20%;
}
.gridblock-four .gridblock-element {
	float: left;
	width: 25%;
}
.gridblock-three .gridblock-element {
	float: left;
	width: 33.3333%;
}
.gridblock-two .gridblock-element {
	float: left;
	width: 50%;
}
.portfolio-gutter-narrow-spaced.gridblock-five .gridblock-element {
	float: left;
	width: 20%;
}
.portfolio-gutter-narrow-spaced.gridblock-four .gridblock-element {
	float: left;
	width: 25%;
}
.portfolio-gutter-narrow-spaced.gridblock-three .gridblock-element {
	float: left;
	width: 33.3333%;
}
.portfolio-gutter-narrow-spaced.gridblock-two .gridblock-element {
	float: left;
	width: 50%;
}
#gridblock-container.grid-style-wall-spaced.gridblock-two .gridblock-element,
#gridblock-container.grid-style-wall-spaced.gridblock-three .gridblock-element,
#gridblock-container.grid-style-wall-spaced.gridblock-four .gridblock-element, 
#gridblock-container.grid-style-wall-spaced.gridblock-five .gridblock-element, 
.grid-style-wall-spaced.gridblock-two .gridblock-element,
.grid-style-wall-spaced.gridblock-three .gridblock-element,
.grid-style-wall-spaced.gridblock-four .gridblock-element,
.grid-style-wall-spaced.gridblock-five .gridblock-element {
	margin: 0;
}
.grid-style-wall-spaced .gridblock-grid-element {
	margin-bottom: 0;
}
.gridblock-one .gridblock-element {
	float: left;
	width: 100%;
	margin: 0;
}
.gridblock-five .gridblock-element,
.gridblock-four .gridblock-element,
.gridblock-three .gridblock-element,
.gridblock-two .gridblock-element {
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0;
}
.portfolio-gutter-narrow-spaced.gridblock-five .gridblock-element,
.portfolio-gutter-narrow-spaced.gridblock-four .gridblock-element,
.portfolio-gutter-narrow-spaced.gridblock-three .gridblock-element,
.portfolio-gutter-narrow-spaced.gridblock-two .gridblock-element {
	margin: 0 0.5%;
}
.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-five .gridblock-grid-element,
.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-four .gridblock-grid-element,
.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-three .gridblock-grid-element,
.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-two .gridblock-grid-element {
	margin-bottom: 0;
}
#gridblock-container.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-five .gridblock-element,
#gridblock-container.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-four .gridblock-element,
#gridblock-container.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-three .gridblock-element,
#gridblock-container.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-two .gridblock-element {
	margin-bottom: 1%;
}
#gridblock-container.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-five,
#gridblock-container.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-four,
#gridblock-container.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-three,
#gridblock-container.foodgridblock.portfolio-gutter-narrow-spaced.gridblock-two {
	margin-top: 1%;
	margin-bottom: 0;
	margin-left: 0.5%;
	width: 99%;
}
.portfolio-gutter-nospace.gridblock-five .gridblock-element,
.portfolio-gutter-nospace.gridblock-four .gridblock-element,
.portfolio-gutter-nospace.gridblock-three .gridblock-element,
.portfolio-gutter-nospace.gridblock-two .gridblock-element {
	margin: 0%;
}
.boxtitle-hover .work-details,
.thumnails-gutter-active .work-details {
	padding: 10px;
}
.gridblock-ajax {
	cursor: pointer;
}
.gridblock-info {
	padding: 10px 25px;
	display: block;
	position: relative;
}
.gridblock-element .ajax-desc {
	color: #919191;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 17px;
	margin-top: 5px;
}
#gridblock-container.gridblock-masonary.portfolio-gutter-nospace .gridblock-element {
	margin: 0;
}
.gridblock-element:hover .ajax-desc {
	color: #aaa;
}
.gridblock-element h3 {
	color: #5C5C5C;
}
.gridblock-displayed:hover h3 {
	color: #fff;
}
.gridblock-displayed .ajax-image-hover {
	border: none;
}
.gridblock-displayed .gridblock-info {
	cursor: default;
}
/* Portfolio navigation */
/************************/
.portfolio-nav-wrap {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.portfolio-nav-wrap nav {
    padding-bottom: 40px;
}
.single-events .portfolio-nav-wrap {
	margin-top: 40px;
}
.portfolio-nav {
	text-align: center;
	display: inline-block;
	padding: 10px 4px;
	top: 20px;
	right: 20px;
	z-index: 99;
	background: rgba(246,246,246,0.6);
	border-radius: 5px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 10px 24px rgba(0, 0, 0, 0);
	-ms-transition: box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1), transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), top .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);
	-webkit-transition: box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1), transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), top .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);
	transition: box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1), transform .80s cubic-bezier(0.20, 1, 0.30, 1), color .80s cubic-bezier(0.20, 1, 0.30, 1), top .80s cubic-bezier(0.20, 1, 0.30, 1), background-color .80s cubic-bezier(0.20, 1, 0.30, 1), box-shadow .80s cubic-bezier(0.20, 1, 0.30, 1);
}
.portfolio-nav:hover {
	background: rgba(255,255,255,0.8);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}
.page-has-no-title .title-container,
.page-has-no-title-sitewide .title-container {
	display: none;
}

.menu-is-vertical .page-has-no-title-sitewide .title-container-wrap,
.menu-is-vertical .page-has-no-title .title-container-wrap,
.page-has-no-title-sitewide .title-container-wrap,
.page-has-no-title .title-container-wrap {
	padding-top: 66px;
}
.portfolio-nav-item {
	display: inline-block;
}
.portfolio-nav-item a,
.portfolio-nav-item span {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	margin: 0 5px;
	text-align: center;
	width: 30px;
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
.portfolio-nav-item a {
	background: rgba(0,0,0,0);
	border-radius: 5px;
}
.portfolio-nav-item a:hover {
	background: rgba(0,0,0,0.1);
}
.portfolio-nav-item:hover a i {
	color: #000;
}
.portfolio-nav-item i {
	opacity: 0.2;
	color: #000;
	font-size: 28px;
	-webkit-transition: color 0.2s, opacity 0.5s;
	-moz-transition: color 0.2s, opacity 0.5s;
	transition: color 0.2s, opacity 0.5s;
}
.single-mtheme_photostory .portfolio-nav-item i {
	opacity: 0.8;
	color: #fff;
	font-size: 17px;
}
.single-mtheme_photostory .portfolio-nav-item:hover i {
	opacity: 1;
	color: #fff;
}
.portfolio-nav-item a i {
	opacity: 1;
}
.portfolio-nav-item a:hover i {
	opacity: 0.6;
}
.recent-portfolio-single {
	padding: 30px 0;
}
.recent-portfolio-single .item-title {
	font-weight: 400;
	margin-bottom: 20px;
}
.portfolio-single-fullwidth {
	margin-top: 40px;
}
.portfolio-single-wrap {
	margin-top: 40px;
}
.recent-single-carousel-wrap {
	margin-top: 15px;
}
/* Testimonial Slides
*********************************/

.testimonials-roll {
	width: 100%;
	text-align: center;
}
#flex-testimonails .slides {
	display: block;
	clear: both;
}
#flex-testimonails .flex-control-nav {
	position: static;
}
#flex-testimonails .flex-control-nav {
	float: none;
	display: inline-block;
}
.testimonials-wrap .flexslider-container-page {
	background: none;
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	border-radius: 30px;
}
#flex-testimonails .flex-direction-nav {
	width: 200px;
	margin: 0 auto;
	position: relative;
	top: auto;
	bottom: 100px;
}
#flex-testimonails .flex-direction-nav li a:hover {
	background-color: #f7f7f7;
}
#flex-testimonails .flex-direction-nav li a.flex-next {
	background-position: -20px 0;
	right: 0;
	top: 0;
	margin-right: 0;
}
#flex-testimonails .flex-direction-nav li a.flex-prev {
	top: 0;
	left: 0;
}
#flex-testimonails .flex-direction-nav li a.flex-prev,
#flex-testimonails .flex-direction-nav li a.flex-next {
	top: 0;
	bottom: auto;
}
.client-details {
	letter-spacing: 0;
}
.client-info {
	display: block;
	text-align: center;
}
.client-info span {
	display: block;
}
.client-name,
.client-company {
	display: block;
}
.text-is-bright .client-name {
	color: #fff;
}
.fullscreen-cover-block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #777;
	z-index: 2001210;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	transition: width 1s;
}
.pace-done .fullscreen-cover-block {
	width: 0%;
}
.client-company a {
	font-weight: 400;
	color: #ababab;
}
.client-company a:hover {
	color: #000;
}
.owl-carousel .owl-item img.client-image,
.testimonials-wrap .client-image,
.client-image {
	width: 150px;
	position: relative;
	top: 0;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 24px;
	border: 1px solid #e1d7d7;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: border-radius 1s;
	-moz-transition: border-radius 1s;
	transition: border-radius 1s;
}
.testimonial-image-shape-square .owl-carousel .owl-item img.client-image,
.testimonial-image-shape-square .testimonials-wrap .client-image,
.testimonial-image-shape-square .client-image {
	border-radius: 0;
}
.client-say {
	color: #000;
	display: block;
	margin: 0 auto;
	max-width: 570px;
	padding: 0;
	position: relative;
}
.text-is-dark .client-say {
	color: #000;
}
.testimonial-say {
	width: 100%;
	float: none;
	text-align: center;
	position: relative;
}
.testimonial-inner {
	padding: 0
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.prev,
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.next {
	top: 10px;
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.flex-prev {
	right: 28px;
}
.testimonials-wrap {
	position: relative;
}
.testimonials-wrap .slides {
	margin-bottom: 0;
}
.testimonials-wrap .flex-direction-nav {
	right: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 140px;
}
.testimonials-wrap ul,
.testimonials-wrap ul li {
	margin: 0;
	padding: 0;
}
.testimonials-wrap #flex-testimonails .flex-control-nav {
	display: none;
}
/* ******************************
Client Shortcode
******************************* */

.client-column-0 {
	margin: 0 auto;
	text-align: center;
}
.client-column-0 .client-item {
	display: inline-block;
}
.client-column-1 .client-item {
	float: left;
	width: 100%;
}
.client-column-2 .client-item {
	float: left;
	width: 50%;
}
.client-column-3 .client-item {
	float: left;
	width: 33.33333333333333%;
}
.client-column-4 .client-item {
	float: left;
	width: 25%;
}
.client-column-5 .client-item {
	float: left;
	width: 20%;
}
.client-column-6 .client-item {
	float: left;
	width: 16.66666666666667%;
}
.client-column-7 .client-item {
	float: left;
	width: 14.28571428571429%;
}
.client-column-8 .client-item {
	float: left;
	width: 12.5%;
}
.client-column-9 .client-item {
	float: left;
	width: 11.1111111111%;
}
.client-column-10 .client-item {
	float: left;
	width: 10%;
}
.client-item img {
	opacity: 0.8;
}
.client-item img:hover {
	opacity: 1;
}
.page-border-top {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	width: 100%;
	z-index: 9;
}
.page-border-left {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
	z-index: 9;
}
.page-border-right {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	z-index: 9;
}
.page-border-bottom {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 60px;
	width: 100%;
	z-index: 9;
}
.page-border-top,
.page-border-bottom,
.page-border-left,
.page-border-right {
	background: #000;
}
.entry-media {
	max-width: 650px;
	width: 100%;
}
.copyright-wrap {
	padding: 10px 0;
}
.footer-section-inner {
	align-items: center;
	display: block;
	min-height: 73px;
}
.footer-end {
	position: relative;
}
.horizontal-bottom-bar {
	color: #7a7a7a;
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 16px;
	text-align: center;
}
#copyright .footer-logo,
.horizontal-footer-copyright {
	color: #7a7a7a;
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 16px;
	text-align: center;
}
.footer-outer-wrap {
	background: #454545;
}
#copyright {
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.horizontal-footer-copyright {
	color: #b8b8b8;
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 14px;
}
#copyright {
	text-align: center;
	display: block;
	padding: 40px 0 40px;
}
#copyright.footer-logo-absent {
	padding-top: 22px;
}
.footer-logo-image {
	width: 123px;
	max-width: 100%;
}
.right-side-panel {
	position: fixed;
	display: block;
	right: 24px;
	top: 50%;
	z-index: 100;
  -webkit-transform: translate(50%) translateZ(0) rotate(90deg);
  -moz-transform: translate(50%) translateZ(0) rotate(90deg);
  -ms-transform: translate(50%) translateZ(0) rotate(90deg);
  transform: translate(50%) translateZ(0) rotate(90deg);
}
.side-panel-choice {
	display: inline-block;
	width: 100%;
}
.side-panel-choice li {
	display: inline-block;
	padding: 0 30px;
}
.footer-fullscreen-wrap {
	color: #000;
}
.panel-content,
#copyright .horizontal-footer-copyright li {
	display: block;
	padding: 0;
	color: #000;
	position: relative;
	right: 2px;
}
#copyright .horizontal-footer-copyright a {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#copyright .horizontal-footer-copyright a:hover {
	opacity: 0.8;
}
.multi-headlines-wrap {
	overflow: hidden;
	display: block;
}
.hero-text-wrap .multi-headlines-wrap {
	font-size: 16px;
	letter-spacing: 0.9px;
}
/*
SHORTCODE Skill Bar
*/

.entry-content h3.progressbar-title {
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0;
	position: relative;
	line-height: 14px;
	color: rgba(0,0,0,0.6);
}
.progress-element {
	margin-bottom: 7px;
}
.skillbar {
	position: relative;
	display: block;
	border-radius: 30px;
	height: 2px;
	width: 100%;
	margin-left: 0;
	background: rgba(0, 0, 0, 0.03);
	top: -5px;
}
.text-is-dark .skillbar {
	background: rgba(0, 0, 0, 0.1);
}
.skillbar-bar {
	position: relative;
	height: 2px;
	width: 0px;
	border-radius: 30px;
	top: 0;
	left: 0;
	background-size: 5px;
	-webkit-transition: width 2s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-transition: width 2s cubic-bezier(0.8, 0, 0.2, 1);
	transition: width 2s cubic-bezier(0.8, 0, 0.2, 1);
}
.skill-bar-percent {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 500;
	right: 0;
	letter-spacing: 1px;
	position: absolute;
}
.text-is-dark .skill-bar-percent {
	color: #000;
}
.progressbar-wrap .skillbar:last-child {
	margin-bottom: 0;
}
/* SHORTCODE Donut Counter */

.donutcounter-wrap {
	text-align: center;
	margin: 0 auto;
}
.donutcounter-value {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 300;
	text-align: center;
}
.donutcounter-item {
	color: #000;
	padding-bottom: 30px;
}
.textbright .donutcounter-item {
	color: #fff;
}
.textbright .donutcounter-wrap {
	color: #eee;
}
.donutcounter-wrap .donutcounter-title {
	margin-top: 40px;
}
.donutcounter-item {
	text-align: center;
	margin: 0 auto;
}
.textbright .donut-desc {
	color: #CFCFCF;
}
.donut-desc {
	font-size: 13px;
}
/*
SHORTCODE Dividers
*/

.item-common h1 {
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 40px;
}
.item-common h2.item-title {
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 34px;
	margin-bottom: 20px;
}
.item-common h3 {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 2px;
}
.item-common h4 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
}
.item-common h5 {
	font-size: 16px;
	letter-spacing: 2px;
}
.item-common h6 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
}
.item-common h1 a {
	font-weight: 400;
}
h1.item-title,
h2.item-title,
h3.item-title,
h4.item-title,
h5.item-title,
h6.item-title {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
h1.title-simple-case,
h2.title-simple-case,
h3.title-simple-case,
h4.title-simple-case,
h5.title-simple-case,
h6.title-simple-case {
	text-transform: none;
	font-weight: 300;
}
.item-line {
	width: 100%;
}
.divider-common,
.item-common {
	position: relative;
}
.divider-title {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	background-color: #fcfcfc;
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 20px;
}
.divider-title:before,
.divider-title:after {
	content: " ";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	top: 50%;
	margin-top: -2px;
	border: 1px solid #939393;
	border-radius: 10px;
}
.divider-title:before {
	left: 0;
}
.divider-title:after {
	right: 0;
}
.divider-line {
	border-top: 1px solid #eee;
	width: 100%;
	padding-top: 2px;
}
.dark-divider.divider-line {
	border-color: #000;
}
.bright-divider.divider-line {
	border-color: #fff;
}
.divider-double {
	border-top: 3px double #eee;
	width: 100%;
	padding-top: 3px;
}
.dark-divider.divider-double {
	border-color: #000;
}
.bright-divider.divider-double {
	border-color: #fff;
}
.dark-divider.divider-stripes,
.divider-stripes {
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/blacksilver/css/images/dividers/stripes.png);
	width: 100%;
	padding-top: 4px;
}
.bright-divider.divider-stripes {
	background-image: url(/wp-content/themes/blacksilver/css/images/darkskin/dividers/stripes.png);
}
.dark-divider.divider-thinfade,
.divider-thinfade {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/blacksilver/css/images/dividers/thin_fade.png);
	background-position: 50% 50%;
	width: 100%;
	padding-top: 3px;
}
.bright-divider.divider-thinfade {
	background-image: url(/wp-content/themes/blacksilver/css/images/darkskin/dividers/thin_fade.png);
}
.dark-divider.divider-threelines,
.divider-threelines {
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/blacksilver/css/images/dividers/threelines.png);
	width: 100%;
	padding-top: 5px;
}
.bright-divider.divider-threelines {
	background-image: url(/wp-content/themes/blacksilver/css/images/darkskin/dividers/threelines.png);
}
.dark-divider.divider-circleline,
.divider-circleline {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/blacksilver/css/images/dividers/circleline.png);
	background-position: 50% 50%;
	width: 100%;
	padding-top: 10px;
}
.bright-divider.divider-circleline {
	background-image: url(/wp-content/themes/blacksilver/css/images/darkskin/dividers/circleline.png);
}
.dark-divider.divider-stripedcenter,
.divider-stripedcenter {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/blacksilver/css/images/dividers/stripedcenter.png);
	background-position: 50% 50%;
	width: 100%;
	padding-top: 10px;
}
.bright-divider.divider-stripedcenter {
	background-image: url(/wp-content/themes/blacksilver/css/images/darkskin/dividers/stripedcenter.png);
}
.dark-divider.divider-linedcenter,
.divider-linedcenter {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/blacksilver/css/images/dividers/linedcenter.png);
	background-position: 50% 50%;
	width: 100%;
	padding-top: 10px;
}
.bright-divider.divider-linedcenter {
	background-image: url(/wp-content/themes/blacksilver/css/images/darkskin/dividers/linedcenter.png);
}
/*
SHORTCODE ServiceBoxes
*/

.icon-outer {
	display: inline-block;
	background: #eee;
	padding: 20px;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	-webkit-transition: background 0.5s, border-radius 0.5s, padding 0.5s;
	-moz-transition: background 0.5s, border-radius 0.5s, padding 0.5s;
	transition: background 0.5s, border-radius 0.5s, padding 0.5s;
}
.service-box-view-default .icon-outer {
	padding: 0;
	background: none;
}
.service-box-shape-square .icon-outer {
	border-radius: 0;
}
.service-box-shape-circle .icon-outer {
	border-radius: 100%;
}
.service-box-view-framed .icon-outer {
	border: 2px solid #000;
}
.service-icon i {
	font-size: 48px;
}
.service-icon i.fontawesome {
	position: relative;
}
.service-icon .fontawesome {
	-webkit-transition: opacity 0.5s, background 0.5s;
	-moz-transition: opacity 0.5s, background 0.5s;
	transition: opacity 0.5s, background 0.5s;
}
.service-column.alignicon-top .service-details {
	padding: 0;
}
.service-details .mbutton {
	margin-top: 25px;
}
.service-column .last {
	clear: both;
}
.service-column {
	margin: 0;
	padding: 0;
	display: block;
}
.service-column.alignicon-top {
	text-align: center;
}
.service-column-1 .service-item {
	width: 100%;
}
.service-column-2 .service-item {
	width: 48.2%;
}
.service-column-3 .service-item {
	width: 31%;
}
.service-column-4 .service-item {
	width: 22.4%;
}
.service-column-5 .service-item {
	width: 17.2%;
}
.service-column-6 .service-item {
	width: 13.7%;
}
.service-item-space {
	margin-right: 3.225%;
}
.service-column .service-item:last-child {
	margin-right: 0;
}
.serviceboxes-vertical .service-item {
	margin-bottom: 28px;
	padding-bottom: 28px;
}
.serviceboxes-vertical .service-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.serviceboxes-vertical .service-item .fontawesome {
	margin-top: 0;
}
.alignicon-top-horizontal .service-details {
	margin-left: 0;
}

.service-column h1,
.service-column h2,
.service-column h3,
.service-column h4,
.service-column h5,
.service-column h6,
.donutcounter-wrap .donutcounter-title,
.time-count-title h4 {
	font-size: 14px;
}

.woocommerce p.stars a {
	font-size: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.entry-content .work-details h4 {
	padding: 0;
}
.entry-content .work-details h4 {
	padding-top: 0;
}
.entry-content .blog-grid-element-content .work-details h4 {
	padding-top: 0;
	padding-bottom: 0;
}
.work-details h4 a {
	text-align: left;
}
.entry-content .boxtitle-hover .work-details h4,
.boxtitle-hover .work-details h4 a {
	color:#fff;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.8px;
}
.entry-content .box-has-only-title .work-details h4,
.box-has-only-title .work-details h4 a {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.alignicon-right-vertical .service-content,
.service-style-timeline .service-order-odd .service-content {
	margin-right: 100px;
	margin-left: 0;
}
.alignicon-right-vertical i.fontawesome {
	width: auto;
	height: auto;
	margin: 0;
}
.alignicon-right-vertical .service-icon,
.service-style-timeline .service-order-odd .service-icon {
	float: right;
	width: 90px;
	text-align: center;
}
.alignicon-right-vertical .fontawesome {
	float: none;
	margin: 0;
}
.alignicon-left-vertical .service-content,
.service-style-timeline .service-order-even .service-content {
	margin-left: 100px;
	margin-right: 0;
}
.alignicon-left-vertical i.fontawesome {
	width: auto;
	height: auto;
	margin: 0;
}
.alignicon-left-vertical .service-icon,
.service-style-timeline .service-order-even .service-icon {
	float: left;
	width: 90px;
	text-align: center;
}
.service-style-timeline .service-order-odd .service-content {
	text-align: right;
}
.alignicon-left-vertical .fontawesome {
	float: none;
	margin: 0;
}
.serviceboxes-vertical i.fontawesome {
	border-style: 1px solid transparent;
	border-radius: 50px;
	font-size: 38px;
	height: 78px;
	line-height: 78px;
	position: relative;
	top: -28px;
	width: 78px;
}
.serviceboxes-vertical .service-order-even i.fontawesome {
	right: -27px;
}
.serviceboxes-vertical .service-order-odd i.fontawesome {
	right: 10px;
}
/* Service Timeline */

.service-style-timeline {
	margin-bottom: 50px;
}
.service-style-timeline .service-item {
	width: 50%;
	float: right;
	position: relative;
}
.service-style-timeline .service-order-odd.service-item {
	left: 25px;
	top: 95px;
}
.service-style-timeline .service-order-even.service-item {
	right: 25px;
}
.single-image-block {
	line-height: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}
.single-image-block img {
	width: 100%;
}
.single-image-align-right {
	float: right;
}
.single-image-align-left {
	float: left;
}
/* Service Information Box */

.service-image {
	margin: 0 auto;
	text-align: center;
}

.service-column.service-style-left {
	text-align: left;
}
.service-column.service-style-right {
	text-align: right;
}
.service-details .centered-container {
	margin-left: 18px;
	position: relative;
	top: -6px;
}
.entry-content .service-column.service-style-right .service-details,
.entry-content .service-column.service-style-left .service-details {
	padding: 0;
}
.service-column.alignicon-right .centered-container,
.service-column.alignicon-left .centered-container {
	margin-left: 0;
}
.service-column.alignicon-right,
.service-column.alignicon-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.service-column.alignicon-right .service-item-inner,
.service-column.alignicon-left .service-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.service-column.alignicon-right .service-item-inner {
	display: -webkit-flex;
	-webkit-flex-direction: row-reverse;
	display: flex;
	flex-direction: row-reverse; 
}
.service-column.alignicon-left .service-content {
	margin-left: 30px;
}
.service-column.alignicon-right .service-content {
	margin-right: 30px;
	text-align: right;
}
.service-info-box .service-details {
	margin-left: 0;
}
.service-image-link {
	line-height: 0;
	display: block;
}
.entry-content .service-content h4 {
	text-transform: none;
}
.service-content h4 a {
	color: #000;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	text-decoration: none;
}
.text-is-bright .service-content h4 a,
.text-is-bright .readmore-service a {
	color: #fff;
}
/***
SHORTCODE Tweets
***/

.mtheme-tweets-shortcode ul {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777;
}
.mtheme-tweets-shortcode ul li {
	margin: 0;
	padding: 0;
}
.mtheme-tweets-shortcode a {
	font-weight: 300;
}
.mtheme-tweets-shortcode .tweet_avatar {
	position: relative;
	top: 5px;
	margin-right: 10px;
	color: #00BEF6;
}
.mtheme-tweets-shortcode .tweet_time {
	margin-right: 10px;
}
.mtheme-tweets-shortcode .tweet_time a {
	font-weight: 300;
	color: #000;
}

/**
 *  SHORTCODE Carousel
 */

.shortcode-carousel-item {
	text-align: center;
	padding: 0;
	margin: 0 14px;
	position: relative;
}
.gridblock-carousel-wrap {
	position: relative;
	margin: 0;
	visibility: hidden;
	height: 200px;
	overflow: hidden;
}
.gridblock-carousel-wrap ul {
	list-style: none;
}
.gridblock-carousel-wrap ul li {
	float: left;
	position: relative;
	margin: 0;
}
.gridblock-carousel-wrap ul li img {
	height: auto;
}
.gridblock-carousel-wrap .next,
.gridblock-carousel-wrap .prev {
	position: absolute;
	top: -25px;
	z-index: 99;
	color: #000;
}
.gridblock-carousel-wrap .next {
	right: 10px;
}
.gridblock-carousel-wrap .prev {
	right: 25px;
}
.gridblock-carousel-wrap .portfolio-protected i {
	color: #000;
}
.caroufredsel_wrapper {
	margin-bottom: 0 !important;
}
.recent-portfolio-single .gridblock-carousel-wrap .next,
.recent-portfolio-single .gridblock-carousel-wrap .prev {
	top: 50%;
	margin-top: -13px;
}
.recent-portfolio-single .gridblock-carousel-wrap .next {
	right: -18px;
}
.recent-portfolio-single .gridblock-carousel-wrap .prev {
	right: auto;
	left: -18px;
}
/* Text-Bright */

.entry-content .textbright h1,
.entry-content .textbright h2,
.entry-content .textbright h3,
.entry-content .textbright h4,
.entry-content .textbright h5,
.entry-content .textbright h6,
.entry-content .textbright,
.entry-content .textbright strong {
	color: #fff;
}
.entry-content .textbright a:hover {
	color: #fff;
}
.proofing-header-is-animated {
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	opacity: 0;
}
.is-animated {
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	opacity: 0;
}
.element-animate {
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	opacity: 1;
}
/* Photo Wall */

.photowall-wrap {
	margin: 0;
}
.photowall-fullwidth {
	margin-left: 10px !important;
	height: auto !important;
}
#photowall-container {
	width: 100%;
	height: 100%;
	top: 0;
	position: relative;
}
.boxed-site-layout #photowall-container {
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	right: -51px;
}
.photowall-item {
	width: 25%;
	float: left;
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 5px 5px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.photowall-item a {
	line-height: 0;
}
.photowall-item img {
	max-width: 100%;
	width: 100%;
	display: block;
	float: left;
	left: 0;
	opacity: 0;
	position: relative;
	-webkit-transition: left 0.5s, opacity 0.5s;
	-moz-transition: left 0.5s, opacity 0.5s;
	transition: left 0.5s, opacity 0.5s;
}
.photowall-content-wrap {
	display: block;
	position: absolute;
	width: 100%;
	width: -webkit-calc(100% - 5px);
	width: -moz-calc(100% - 5px);
	width: calc(100% - 5px);
	height: 100%;
	height: -webkit-calc(100% - 5px);
	height: -moz-calc(100% - 5px);
	height: calc(100% - 5px);
	top: 0px;
	left: 0px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	opacity: 0;
	-webkit-transition: background 0.4s, opacity 0.5s;
	-moz-transition: background 0.4s, opacity 0.5s;
	transition: background 0.4s, opacity 0.5s;
}
.photowall-box {
	display: inline-block;
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 300;
	padding: 0 20px 20px;
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.25px;
	line-height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.4s, bottom 0.5s;
	-moz-transition: opacity 0.4s, bottom 0.5s;
	transition: opacity 0.4s, bottom 0.5s;
}
.photowall-item:hover .photowall-item-displayed.photowall-item-inner .photowall-box,
.photowall-item-displayed.photowall-item:hover .photowall-box {
	opacity: 1;
	bottom: 0;
}
.photowall-item:hover .photowall-item-displayed.photowall-item-inner .photowall-content-wrap,
.photowall-item-displayed.photowall-item:hover .photowall-content-wrap {
	opacity: 1;
}
.photowall-title,
.photowall-desc {
	overflow:hidden;
}
.photowall-button {
	opacity: 0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;  
}
.photowall-item:hover .photowall-button {
	opacity: 1;
}
.photowall-box span {
	position: relative;
	bottom: -50px;
	-webkit-transition: bottom 0.7s;
	-moz-transition: bottom 0.7s;
	transition: bottom 0.7s;    
}
.photowall-item:hover .photowall-box span {
	bottom: 0;
}
.photowall-title {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #fff;
	font-weight: 600;
	display: block;
}
.photowall-desc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.25px;
	line-height: 18px;
	width: 60%;
}
.photowall-lightbox {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	height: 100%;
	width: 100%;
}
.photowall-desc a {
	position: relative;
	z-index: 10;
	color: #fff;
	border: 3px solid #fff;
	padding: 5px 10px;
}
.photowall-desc a:hover {
	color: #fff;
	border: 3px solid #fff;
}

/* Contact 7 */

.wpcf7-form label {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 14px;
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.two-fields {
	margin-bottom: 0.5%;
}
.mtheme-form-field i {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    line-height: 0;
    color: rgba(0,0,0,0.5);
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.mtheme-form-field:hover i {
	color: rgba(0,0,0,1);
}
.two-fields .mtheme-form-field {
	display: inline-block;
}
.two-fields .mtheme-form-field:last-child {
	margin-right: 0;
}
.two-fields .mtheme-form-field {
	float: left;
	margin: 0;
	margin-right: 1%;
	width: 49.5%;
}
.single-field .mtheme-form-field {
	margin: 0;
	line-height: 0;
}

.mtheme-form-field {
	position: relative;
}
.wpcf7-form {
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-form p {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.25px;
	line-height: 25px;
	margin-bottom: 14px;
}
.text-is-bright .wpcf7-form,
.text-is-bright .wpcf7-form label,
.text-is-bright .wpcf7-form p {
	color: #fff;
}
.wpcf7-form input,
.wpcf7-form textarea {
	background: none;
	border: 0;
	border: 1px solid rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 14px 44px 14px 14px;
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
	transition: border 0.5s;
	-moz-transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-o-transition: border 0.5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.input-border-style-curved .wpcf7-form input,
.input-border-style-curved .wpcf7-form textarea {
	border-radius: 8px;
}
.input-border-style-none .wpcf7-form input,
.input-border-style-none .wpcf7-form textarea {
	border: 0;
}
.input-border-style-bottom .wpcf7-form input,
.input-border-style-bottom .wpcf7-form textarea {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.input-icons-none .wpcf7-form i {
	display: none;
}
.text-is-dark .wpcf7-form input:focus,
.text-is-dark .wpcf7-form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	border-color: rgba(0, 0, 0, 1);
}

.text-is-bright .wpcf7-form input:focus,
.text-is-bright .wpcf7-form textarea:focus {
	border-color: rgba(255, 255, 255, 1);
}
.text-is-dark .wpcf7-form input,
.text-is-dark .wpcf7-form textarea {
	border-color: rgba(0, 0, 0, 0.7);
}
.text-is-bright .wpcf7-form input,
.text-is-bright .wpcf7-form textarea {
	border-color: rgba(255, 255, 255, 0.7);
}
.wpcf7-form textarea {
	height: 150px;
	line-height: 18px;
	resize: none;
	transition: height 0.5s cubic-bezier(0.8, 0.6, 0.2, 1);
	-moz-transition: height 0.5s cubic-bezier(0.8, 0.6, 0.2, 1);
	-webkit-transition: height 0.5s cubic-bezier(0.8, 0.6, 0.2, 1);
	-o-transition: height 0.5s cubic-bezier(0.8, 0.6, 0.2, 1);
}
.wpcf7-form p.required {
	bottom: 50px;
	color: #bbb;
	position: relative;
}
.entry-content div.wpcf7-response-output {
	margin: 0;
	padding: 8px 20px;
}
span.wpcf7-not-valid-tip {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #FF0000;
	font-size: 10pt;
	font-weight: 400;
	right: -2px;
	padding: 11px 10px;
	position: absolute;
	top: -14px;
	width: 100%;
	line-height: 14px;
	z-index: 100;
}
.wpcf7-form #cf7-left {
	width: 15%;
	margin-right: 20px;
	float: left;
}
.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"] {
	width: 140px;
	outline: 0;
	margin-top: 20px;
	padding: 10px 12px;
	margin-right: 5px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.75px;
	font-weight: 600;
	background: #000;
	border: 2px solid #000;
	cursor: pointer;
	text-decoration: none;
}
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="reset"]:hover {
	color: #fff;
	background: #666;
	border-color: #666;
}

div.wpcf7 img.ajax-loader,
div.wpcf7 .ajax-loader {
	bottom: 0;
	position: absolute;
	right: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
	background: #fffcaa;
	border: none;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 14px;
	width: auto;
}
.wpcf7-form .wpcf7-validation-errors {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 20px 35px;
}
.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 1%;
	display: block;
}
/* WPML Plugin */

.header-widgets #lang_sel {
	float: right;
	position: relative;
	top: 11px;
	margin-left: 10px;
}
/* Back to Top */

.goto-top-active #goto-top {
	bottom: 20px;
	opacity: 1;
}
#goto-top {
	position: fixed;
	bottom: -50px;
	right: 20px;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	font-size: 12px;
	line-height: 35px;
	background: #000;
	color: #fff;
	border: 4px solid #000;
	opacity: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 0.5s, border-radius 0.5s, color 0.5s, background-color 0.5s, bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 1s;
	-moz-transition: transform 0.5s, border-radius 0.5s, color 0.5s, background-color 0.5s, bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 1s;
	-webkit-transition: transform 0.5s, border-radius 0.5s, color 0.5s, background-color 0.5s, bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 1s;
	-o-transition: transform 0.5s, border-radius 0.5s, color 0.5s, background-color 0.5s, bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 1s;
	z-index: 99;
}
#goto-top:hover {
	opacity: 1;
	background: #000;
	border-color: #000;
	color: #fff;
	border-radius: 5px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.subtle-fade a {
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
/* ******************************
Footer
******************************* */

.footer-column {
	display: block;
	vertical-align: top;
	width: 750px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 56px;
	margin: 0 auto;
}
.footer-column .widget_mtheme_image_widget {
	text-align: center;
}
.footer-tweets {
	background: #F9F9F9;
	margin-top: 100px;
	padding: 10px 0 25px;
}
.footer-block {
	margin: 0;
	padding: 0;
}
.footer-block h3 {
	color: #fff;
}
.footer-container {
	position: relative;
}
.footer-container ul li {
	display: block;
	text-align: center;
}
#footer .footer-double-column {
	margin: 0 10px 0 10px;
	width: 440px;
	float: left;
}
#footer h3 {
	color: #fff;
	padding: 0;
	text-transform: none;
	border-bottom: 0;
	text-align: center;
}
#footer h3 a {
	color: #eee;
}
#footer h3 a:hover {
	color: #fff;
}
#footer {
	padding: 0;
	margin: 0;
}
#footer a {
	text-decoration: none;
}
#footer #popularposts_list .popularpost_info .popularpost_title,
#footer #recentposts_list .recentpost_info .recentpost_title,
#footer #events_list .recentpost_info .recentpost_title,
.relatedtitle a {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
}
#footer #recentposts_list p,
#footer #events_list p,
#footer #popularposts_list p {
	color: #aaa;
}
#footer #popularposts_list .popularpost_info .popularpost_title:hover,
#footer #recentposts_list .recentpost_info .recentpost_title:hover,
#footer #events_list .recentpost_info .recentpost_title:hover,
.relatedtitle a:hover {
	color: #000;
}
#footer .socialmedia-buttons {
	margin-top: 15px;
	text-align: left;
}
#footer .social-size-32 img,
#footer .social-size-16 img {
	position: static;
}
#footer .social_contact_text {
	display: block;
	float: none;
	margin-left: 0;
	margin-top: 10px;
}
#footer .social_contact_text a {
	color: #fff;
}
.footer-widget a {
	color: #848484;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.footer-widget {
	color: #aaa;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.5px;
}
.footer-widget .tagcloud a {
	color: #E4E4E4;
}
.footer-widget ul {
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.portfolio_widget_about {
	margin-bottom: 15px;
}
.footer-widget ul li {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 0 0 4px;
}
.footer-widget ul li,
.footer-widget #recentposts_list li,
.footer-widget #events_list li,
.footer-widget #popularposts_list li {
	border-bottom: 1px solid #ededed;
}
.footer-widget ul li img {
	margin: 0px;
	padding: 0 8px 0 0;
	margin-bottom: -2px;
}
.footer-widget a:hover {
	text-decoration: none;
}
.footer-widget .Social_Widget {
	margin-top: 20px;
}
.entry-post-wrapper .edit-entry {
	display: none;
}
.single .edit-entry {
	display: block;
}
.mtheme-error-notice {
	text-align: center;
	color: #fff;
	display: block;
}
/* ******************************
Fontawesome Shortcode
Since version 1.7
******************************* */

.shortcode-fontawesome-icon {
	display: inline-block;
}
.shortcode-fontawesome-icon.small {
	font-size: 20px;
}
.shortcode-fontawesome-icon.small.circle-yes {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.shortcode-fontawesome-icon.medium {
	font-size: 35px;
}
.shortcode-fontawesome-icon.medium.circle-yes {
	width: 65px;
	height: 65px;
	line-height: 65px;
}
.shortcode-fontawesome-icon.large {
	font-size: 60px;
}
.shortcode-fontawesome-icon.large.circle-yes {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.shortcode-fontawesome-icon.circle-yes {
	color: #000;
	background-color: #fff;
	text-align: center;
	border-radius: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
}
.shortcode-fontawesome-icon.circle-no,
.shortcode-fontawesome-icon.circle-yes {
	margin-top: 5px;
}

/*
Owl Carousel*/

.gridblock-owlcarousel-wrap {
	width: 100%;
	overflow: hidden;
}
.single-portfolio .footer-end-block .gridblock-owlcarousel-wrap {
	padding: 0 50px 50px;
}
.page-template-template-fullpage .gridblock-owlcarousel-wrap {
	width: 100%;
}
.gridblock-owlcarousel-wrap .displayed-image {
	width: 100%;
	max-width: 100%;
}
.gridblock-owlcarousel-wrap .owl-next,
.gridblock-owlcarousel-wrap .owl-prev {
	line-height: 38px;
}
/*
Shortcode since version 2.4 of shortcode plugin
*/

.shortcode-time-counter-block {
	text-align: center;
}
i.time-count-icon {
	font-size: 44px;
	line-height: 1;
}
.time-count-data {
	color: #000000;
}
.entry-content .shortcode-time-counter-block h4 {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
}
/*
jQuery Tips
*/

.ui-tooltip {
	position: absolute;
	padding: 2px 10px;
	background: #eee;
	color: #000;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
	z-index: 9999;
}
.responsive-header-log-user {
	background-color: #ff6f52;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 48px;
	line-height: 48px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 48px;
	z-index: 900;
	display: none;
}
.responsive-header-log-user:hover {
	background-color: #000;
}
.side-dashboard-wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 290px;
	height: 100%;
	background-color: #f2f2f2;
	padding: 40px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow-y: scroll;
	background: rgb(244, 244, 244);
}
.dashboard-push-offscreen {
	right: -290px;
}
.dashboard-push-onscreen {
	right: 0 !important;
}
.body-dashboard-push-right {
	left: -290px;
}
/*Login Widget*/

.mtheme_login_widget .widget_login_logout {
	padding-top: 20px;
}
.mtheme_login_widget .greetings_text {
	margin: 10px 0 30px;
}
.mtheme_login_widget .greetings_text strong {
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
}
.mtheme_login_widget #mtheme-loginform input {
	border: 1px solid #e3e3e3;
	font-size: 11px;
	padding: 10px;
}
.mtheme_login_widget #mtheme-loginform input#user_login,
.mtheme_login_widget #mtheme-loginform input#user_pass {
	width: 185px;
	-webkit-transition: border 0.3s ease-in;
	-moz-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
	-webkit-appearance: none;
}
.mtheme_login_widget #mtheme-loginform input#user_login:focus,
.mtheme_login_widget #mtheme-loginform input#user_pass:focus {
	border-color: #000;
	-webkit-transition: border 0.3s ease-in;
	-moz-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
}
.mtheme_login_widget #mtheme-loginform input#wp-submit,
.mtheme_login_widget .mtheme_login_widget-logout-text {
	border: 2px solid #000;
	border-radius: 5px;
	padding: 10px 15px;
	background: #fff;
	color: #000;
	font-size: 10px;
	letter-spacing: 1px;
	width: 100px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: border 0.3s ease-in;
	-moz-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
	-webkit-appearance: none;
}
.mtheme_login_widget #mtheme-loginform input#wp-submit:hover,
.mtheme_login_widget .mtheme_login_widget-logout-text:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: border 0.3s ease-in;
	-moz-transition: border 0.3s ease-in;
	transition: border 0.3s ease-in;
}
.mtheme_login_widget #mtheme-loginform label {
	color: #000;
	display: block;
	font-size: 10px;
	letter-spacing: 2px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
/*
Like CSS
*/

.mtheme-post-like-wrap {
	text-align: center;
	position: absolute;
	z-index: 11;
	right: 30px;
	top: 10px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.grid-has-events .gridblock-links-wrap {
	bottom: calc( 50% - 10px );
	bottom: -moz-calc( 50% - 10px );
	bottom: -webkit-calc( 50% - 10px );
}
.mtheme-editors-pick .column-gridblock-icon::after {
	background: rgba(0,0,0,0.4);
	border: 0;
	border-radius: 5px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
.mtheme-editors-pick .column-gridblock-icon:hover:after {
	background: rgba(0,0,0,0.7);
}
.mtheme-editors-pick.mtheme-post-like-wrap {
	right: 5px;
	top: 10px;
}
.mtheme-editors-pick .column-gridblock-icon i,
.mtheme-editors-pick .column-gridblock-icon:hover i {
	color: #fff;
}
.gridblock-grid-element:hover .mtheme-post-like-wrap {
	opacity: 1;
}
.like-vote-icon {
	font-size: 20px;
	display: inline-block;
	text-align: center;
}
.like-notvoted {
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
.like-notvoted:hover {
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	cursor: pointer;
}
.like-vote-icon.voted:hover,
.alreadyvoted:hover {
	cursor: default;
}
.voted.like-vote-icon i {
	color: rgba(255, 255, 255, 1);
}
.voteprogress.like-vote-icon i {
	opacity: 0.3;
}
.like-vote-icon i {
	font-size: 30px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1);
	-webkit-transition: color 0.5s, opacity 1s;
	-moz-transition: color 0.5s, opacity 1s;
	transition: color 0.5s, opacity 1s;
}
.like-vote-icon:hover i {
	color: rgba(255, 255, 255, 0.8);
}
.post-link-count-wrap {
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	position: relative;
	right: 3px;
	top: -5px;
}
.post-like-count {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	position: relative;
	top: -5px;
	right: 0px;
}
.portfolio-details-wrap .like-vote-icon i {
	color: rgba(0, 0, 0, 0.5);
	font-size: 32px;
}
.portfolio-details-wrap .voted.like-vote-icon i {
	color: rgba(0, 0, 0, 1);
}
.portfolio-details-wrap .like-vote-icon:hover i {
	color: rgba(0, 0, 0, 1);
}
.portfolio-details-wrap .post-like-count {
	color: #000;
}
.portfolio-details-wrap .mtheme-post-like {
	margin-left: 5px;
	margin-top: 14px;
}
.portfolio-details-align-center .mtheme-post-like {
	margin-left: 0;
	margin-top: 32px;
}

/*
Hero Image
*/

.hero-text-wrap-inner {
	width: auto;
	display: inline-block;
	padding: 76px;
}
.text-decoaration-cover .hero-text-wrap-inner {
	background: rgba(0,0,0,0.5);
}
.hero-text-effect {
	opacity: 0;
	position: relative;
}
.hero-text-effect-1 {
	top: -10px;
}
.hero-text-effect-3 {
	top: 10px;
}
.preloader-done .hero-text-effect {
	opacity: 1;
	top: 0;
}
.preloader-done .hero-text-effect-2 {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hero-text-effect-1 {
  -moz-transition: opacity 1s ease 0.5s, top 2s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s, top 2s ease 0.5s;
  -webkit-transition: opacity 1s ease 0.5s, top 2s ease 0.5s;
  transition: opacity 1s ease 0.5, top 2s ease 0.5s;
}

.hero-text-effect-2 {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  -webkit-transition: -webkit-transform 3s,opacity 3s ease 0.5s;
  transition: transform 3s,opacity 3s ease 0.5s;
}

.hero-text-effect-3 {
  -webkit-transition: opacity 1s ease 0.5s, top 2s ease 0.5s;
  transition: opacity 1s ease 0.5, top 2s ease 0.5s;
}


.hero-link-to-base,
.fullpage-link-to-base,
.slideshow-scroll-indicate .mouse-pointer {
	cursor: pointer;
	display: block;
}
.sticky-menu-on .fullpage-mouse-pointer-wrap {
	display: none;
}
#heroimage {
	overflow: hidden;
	height: 100vh;
}

#heroimage.bg-loaded .block-reveal-image {
	opacity: 0;
}
.preloader-done #heroimage.bg-loaded .block-reveal-image {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.heroimage {
	position: relative;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100vh;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.mobile-mode-active #heroimage,
.mobile-mode-active .heroimage {
	height: calc( 100vh - 65px );
	height: -moz-calc( 100vh - 65px );
	height: -webkit-calc( 100vh - 65px );
}
.text-parallax {
	position: relative;
	top: 0;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.hero-text-wrap {
	width: 100%;
	position: absolute;
	top:42%;
	text-align: center;
}
.textlocation-bottom .hero-text-wrap {
	top: auto;
	bottom: 16%;
}
.textlocation-top .hero-text-wrap {
	top: 250px;
}
.hero-text-wrap ul {
	list-style: none;
	display: inline-block;
	width: 100%;
}
.entry-content .hero-text-wrap ul {
	margin-bottom: 0;
}
.hero-text-inner {
	border-left: 4px solid #fff;
	padding-left: 25px;
}
.hero-text-wrap ul li {
	display: none;
	padding: 0 20px;
}
.hero-text-wrap ul.single li:first-child {
	display: block;
}
.hero-text-wrap ul.border li {
	border: 1px solid #fff;
	padding: 20px 40px 10px;
}
.hero-text-wrap ul.border-top-bottom li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 40px 10px;
}
.hero-text-wrap .hero-subtitle {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.7);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 28px;
}
.hero-text-wrap .hero-title {
	color: #fff;
	font-size: 112px;
	font-weight: 400;
	letter-spacing: -4px;
	line-height: 112px;
	margin-bottom: 0;
}
.text-is-dark .hero-text-wrap .hero-subtitle,
.text-is-dark .hero-text-wrap .hero-title {
	color: #000;
	color: rgba(0,0,0,0.9);
}
.hero-text-wrap .entry-content {
	margin: 0 auto;
	max-width: 700px;
}
#heroimage .mouse-pointer-wrap,
.page-has-full-background .mouse-pointer-wrap {
	bottom: 60px;
	position: absolute;
	text-align: center;
	width: 60px;
	z-index: 10;
	left: 50%;
	margin-left: -30px;
}
.goto-top-active #heroimage .mouse-pointer,
.goto-top-active.page-has-full-background .mouse-pointer {
	bottom: -120px;
	opacity: 0;
}
body #heroimage .mouse-pointer,
body.page-has-full-background .mouse-pointer {
	opacity: 1;
	bottom: 5px;
	-webkit-transition: bottom 1s, opacity 1s;
	-moz-transition: bottom 1s, opacity 1s;
	transition: bottom 1s, opacity 1s;
}

/*
End of Switches
*/

.page-has-full-background.page-media-background.page-template-template-fullpage #home,
.page-has-full-background.page-media-background.edge-to-edge #home {
	padding-top: 0;
}
.page-has-full-background.page-media-background .slideshow-controls-wrap {
	bottom: auto;
	right: 30px;
	top: 76px;
	margin-bottom: 0;
	z-index: 1000;
	display: none;
}
.sticky-menu-on .slideshow-controls-wrap {
	display: none;
}
.page-media-background.fullscreen-mode-off #slidecounter,
.page-media-background.fullscreen-mode-off #progress-back,
.page-media-background.fullscreen-mode-off #progress-bar,
.page-media-background.fullscreen-mode-off #slidecaption,
.page-media-background.fullscreen-mode-off #static_slidecaption,
.page-media-background.fullscreen-mode-off .background-slideshow-controls,
.page-media-background.fullscreen-mode-off #controls {
	display: none;
}
.page-media-background #controls {
	margin-top: -5px;
}
.page-media-background.fullscreen-mode-off #prevslide {
	left: -60px;
}
.page-media-background.fullscreen-mode-off #nextslide {
	right: -60px;
}
.sticky-menu-on.page-has-full-background .mouse-pointer {
	opacity: 0;
	bottom: -100px;
}
#heroimage .mouse-pointer,
.heroimage-wrap .mouse-pointer,
.page-has-full-background .mouse-pointer {
	border: 1px solid #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.8);
	height: 34px;
	width: 20px;
	border-radius: 20px;
	position: relative;
	margin: 0 auto;
}
.indication-animated {
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes indicate-bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateY(10px);
	}
	60% {
		-webkit-transform: translateY(5px);
		opacity: 0.5;
	}
}
@keyframes indicate-bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
		opacity: 1;
	}
	40% {
		transform: translateY(10px);
	}
	60% {
		transform: translateY(5px);
		opacity: 0.5;
	}
}
.indicate-bounce {
	-webkit-animation-name: indicate-bounce;
	animation-name: indicate-bounce;
}

.mtheme-block-em_heroimage_ii .heroimage-wrap {
	position: relative;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100vh;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#heroimage .mouse-wheel,
.heroimage-wrap .mouse-wheel,
.page-has-full-background .mouse-wheel {
	position: absolute;
	top: 8px;
	height: 6px;
	width: 6px;
	background-color: #fff;
	left: 50%;
	margin-left: -3px;
	border-radius: 6px;
}
#heroimage .mouse-pointer-title,
.heroimage-wrap .mouse-pointer-title,
.page-has-full-background .mouse-pointer-title {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.hero-typewrite-element {
	display: inline-block;
	font-size: 62px;
	line-height: 62px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 900;
}
.entry-content .intensity-dark .hero-title,
.intensity-dark .hero-title,
.entry-content .intensity-dark .hero-subtitle,
.intensity-dark .hero-subtitle {
	color: #000;
}
.entry-content .intensity-dark .mouse-pointer,
.intensity-dark .mouse-pointer,
.fullscreen-slide-dark .mouse-pointer {
	border-color: #000;
}
.entry-content .intensity-dark .mouse-wheel,
.intensity-dark .mouse-wheel,
.fullscreen-slide-dark .mouse-wheel {
	background-color: #000;
}
.entry-content .intensity-bright .hero-title,
.intensity-bright .hero-title,
.entry-content .intensity-bright .hero-subtitle,
.intensity-bright .hero-subtitle {
	color: #fff;
}
.indicate-scroll {
	bottom: 70px;
	height: 80px;
	left: 50%;
	margin-left: -1px;
	overflow: hidden;
	position: absolute;
	width: 2px;
}
.indicate-scroll .indicate {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%) repeat scroll 0 -80px / 100% 200%;
	bottom: 0;
	display: block;
	height: 60px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: auto;
	transform: translateY(-2px);
	width: 1px;
	z-index: 11;
}
.indicate-scroll .indicate.active {
	animation: 3s ease-in-out 0s normal forwards infinite running indicate-scroll;
}
@keyframes indicate-scroll {
	0% {
		background-position: 0 -60px;
	}
	80% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 60px;
	}
}
@keyframes indicate-scroll {
	0% {
		background-position: 0 -60px;
	}
	80% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 60px;
	}
}
.block-reveal-image {
	background: #555;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;

	-webkit-transition: opacity 1s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-transition: opacity 1s cubic-bezier(0.8, 0, 0.2, 1);
	transition: opacity 1s cubic-bezier(0.8, 0, 0.2, 1);

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	
	perspective: 1000;
	-ms-perspective: 1000;
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
}
.single-image-block .materialcircular {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 1;
}
.single-image-loaded .materialcircular {
	opacity: 0;
	top: 20px;
	right: 20px;
}
.reveal-single-image .single-image-loaded .block-reveal-image {
	opacity: 0;
}
/*
Photocard 1
*/

.entry-content .heading-block h2.photocard-title {
	font-size: 62px;
	line-height: 64px;
	letter-spacing: -2px;
}
.column-half {
	width: 50%;
}
.column-float-right {
	float: right;
}
.column-float-left {
	float: left;
}
.photocard-wrap-type-one {
	position: relative;
}
.photocard-image-wrap {
	background: #777;
}
.photocard-image-wrap.bg-loaded.reached-user-view .block-reveal-image {
	opacity: 0;
}
.photocard-wrap-type-one .photocardvideo-fallback-image {
	width: 100%;
	max-width: 100%;
}
.photocard-wrap-type-one .photocard-image-wrap.column-float-left {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	overflow: hidden;
}
.photocard-wrap-type-one .photocard-image-wrap.column-float-right {
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 50%;
	overflow: hidden;
}
.photocard-wrap-type-one .photocard-image-wrap,
.photocard-wrap-type-one .photocard-image-wrap img {
	line-height: 0;
}
.photocard-wrap-type-one .photocard-image-wrap video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.photocard-wrap-type-one .photocard-image-container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 105%;
	left: 0;
	position: absolute;
	top: 0;
	width: 105%;
}
.photocard-wrap-type-one .photocard-contents-inner {
	padding: 15%;
}
.boxed-column .photocard-wrap-type-one .photocard-contents-inner {
	padding: 76px;
}
.photocard-wrap-type-one .image-set-bottom .photocard-contents-inner {
	padding: 80px 25% 50px;
}
.photocard-wrap-type-one .image-set-top .photocard-contents-inner {
	padding: 80px 25%;
}
.photocard-wrap-type-one .photocard-wrap .fullwidth-image {
	max-width: 100%;
	width: 100%;
}
.photocard-wrap-type-one .text-align-center {
	text-align: center;
}
.photocard-wrap-type-one .text-align-right {
	text-align: right;
}
.photocard-wrap-type-one .text-align-left {
	text-align: left;
}
.photocard-wrap-type-one .photocard-content-wrap.photocard-bright .heading-block h2 {
	color: #fff;
}
.photocard-wrap-type-one .photocard-content-wrap.photocard-bright .heading-block h3 {
	color: #fff;
}
.photocard-wrap-type-one .photocard-content-wrap.photocard-bright .photocard-contents p,
.photocard-wrap-type-one .photocard-content-wrap.photocard-bright .photocard-contents {
	color: #fff;
}
.photocard-wrap-type-one .photocard-content-wrap.photocard-dark .heading-block h2,
.photocard-wrap-type-one .photocard-content-wrap.photocard-default .heading-block h2 {
	color: #000;
}
.photocard-wrap-type-one .photocard-content-wrap.photocard-dark .photocard-contents,
.photocard-wrap-type-one .photocard-content-wrap.photocard-default .photocard-contents {
	color: rgba(0,0,0,0.6);
}
.photocard-wrap-type-one .photocard-content-wrap.photocard-dark h3.section-subtitle,
.photocard-wrap-type-one .photocard-content-wrap.photocard-default h3.section-subtitle,
.photocard-wrap-type-one .photocard-content-wrap.photocard-bright .heading-block h3,
.photocard-wrap-type-one .photocard-content-wrap.photocard-dark .heading-block h3,
.photocard-wrap-type-one .photocard-content-wrap.photocard-default .heading-block h3 {
	color: #b78426;
}
/*
Photocard 2
*/

.gridblock-blogphoto .photocard-contents-inner {
	background: #fafafa;
	background: rgba(255, 255, 255, 0.75);
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
.gridblock-blogphoto .photocard-contents-inner:hover {
	background: rgba(255, 255, 255, 0.8);
}
.photocard-wrap-type-two {
	position: relative;
}
.photocard-wrap-common .photocard-title {
	position: relative;
}
.photocard-wrap-type-two .photocardvideo-fallback-image {
	width: 100%;
	max-width: 100%;
}
.photocard-wrap-type-two .photocard-image-wrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.photocard-wrap-type-two .photocard-image-wrap,
.photocard-wrap-type-two .photocard-image-wrap img {
	line-height: 0;
}
.photocard-wrap-type-two .photocard-image-wrap video {
	width: 100%;
	max-width: 100%;
}
.photocard-wrap-type-two {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin: 0 auto;
}
.photocard-wrap-type-two .photocard-content-wrap {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.photocard-wrap-type-two .column-float-center.column-half {
	max-width: 1040px;
	width: 100%;
}
.photocard-wrap-type-two .photocard-contents-inner {
	background-color: rgba(255, 255, 255, 0.9);
}
.photocard-wrap-type-two .photocard-contents-inner {
	padding: 76px 56px 62px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 128px;
	position: relative;
}
.boxed-column .photocard-wrap-type-two .photocard-contents-inner {
	padding: 50px;
}
.photocard-wrap-type-two .image-set-bottom .photocard-contents-inner {
	padding: 80px 25% 50px;
}
.photocard-wrap-type-two .image-set-top .photocard-contents-inner {
	padding: 80px 25%;
}
.photocard-wrap-type-two .photocard-wrap .fullwidth-image {
	max-width: 100%;
	width: 100%;
}
.photocard-wrap-type-two .text-align-center {
	text-align: center;
}
.photocard-wrap-type-two .text-align-right {
	text-align: right;
}
.photocard-wrap-type-two .text-align-left {
	text-align: left;
}
.photocard-wrap-type-two .photocard-content-wrap.photocard-bright .heading-block h2 {
	color: #fff;
}
.photocard-wrap-type-two .photocard-content-wrap.photocard-bright .heading-block h3 {
	color: #eee;
	color: rgba(255, 255, 255, 0.8);
}
.photocard-wrap-type-two .photocard-content-wrap.photocard-bright .photocard-contents {
	color: #fff;
	color: rgba(255, 255, 255, 0.6);
}
.photocard-wrap-type-two .photocard-content-wrap.photocard-dark .heading-block h2,
.photocard-wrap-type-two .photocard-content-wrap.photocard-default .heading-block h2 {
	color: #000;
}
.photocard-wrap-type-two .photocard-content-wrap.photocard-dark .photocard-contents,
.photocard-wrap-type-two .photocard-content-wrap.photocard-default .photocard-contents {
	color: rgba(0,0,0,0.6);
}
.photocard-wrap-type-two .photocard-content-wrap.photocard-dark h3.section-subtitle,
.photocard-wrap-type-two .photocard-content-wrap.photocard-dark .heading-block h3 {
	color: #000;
}
.photocard-wrap-type-two .photocard-contents-inner .mtheme-button {
	margin: 7px 0 24px 0;
}
/*
Heading
*/

.section-contents {
	margin: 38px auto 0;
}
.section-heading .section-contents {
	max-width: 476px;
}
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6,
.entry-content .section-heading h1,
.entry-content .section-heading h2,
.entry-content .section-heading h3,
.entry-content .section-heading h4,
.entry-content .section-heading h5,
.entry-content .section-heading h6 {
}
.span12 > .section-contents {
	width: 40%;
}

.section-align-left h5.entry-sub-title:before,
.entry-content .section-align-left .photocard-subtitle:before,
.entry-content .section-align-left h5.entry-sub-title:before {
	display: none;
}
.section-align-right h5.entry-sub-title:after,
.entry-content .section-align-right .photocard-subtitle:after,
.entry-content .section-align-right h5.entry-sub-title:after {
	display: none;
}


.entry-sub-title.section-sub-title {
	position: relative;
}

.section-end {
	position: relative;
}
.section-heading .section-end:after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	bottom: -20px;
	content: " ";
	margin-left: -150px;
	position: absolute;
	width: 300px;
	left: 50%;
}
.section-align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.section-align-right {
	text-align: right;
}
.section-align-right .section-end:after {
	right: 3px;
	left: auto;
}
.section-align-center .section-end:after {
	margin-left: -150px;
}
.section-align-left .section-end:after {
	margin-left: 0;
	left: 3px;
	right: auto;
}
h1.section-title {
	opacity: 1;
}
h1.none.section-title {
	opacity: 1;
}
.entry-content .text-is-bright .section-heading .section-end:after {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.entry-content .text-is-dark .section-heading .section-end:after {
	border-bottom-color: rgba(0, 0, 0, 0.2);
}
.heading-block {
	position: relative;
}

/* Mailchimp */

.sidebar-widget .mc4wp-form input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
}
.sidebar-widget .mc4wp-form input[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, background 0.3s, border-color 0.3s;
	transition: color 0.3s, background 0.3s, border-color 0.3s;
	border: 2px solid #000;
	color: #000;
	cursor: pointer;
	margin-right: 5px;
	outline: 0 none;
	position: relative;
	text-decoration: none;
	background: none;
	width: 100%;
}
.sidebar-widget .mc4wp-form input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
#footer .sidebar-widget .mc4wp-form input {
	width: 31%;
	margin: 0 0.5%;
	text-align: center;
	border-color: rgba(255,255,255,0.5);
	background: none;
	color: #fff;
}
#footer .sidebar-widget .mc4wp-form input[type="submit"] {
	background: #ccc;
	border-color: #ccc;
	color: #000;
}
#footer .sidebar-widget .mc4wp-form input[type="submit"]:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}
.opening-hours {
	text-align: center;
}
.opening-hours .opening-block {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
#footer .opening-block h3 {
	margin-bottom: 0;
}
.opening-hours dt.week {
	color: #000;
}
#footer .opening-hours dt.week {
	color: #fff;
}
#footer .mc4wp-form-fields {
	margin-left: 20px;
}

/*
Google Maps
*/

.mtheme-map {
	width: 100%;
	max-width: 100%;
	height: 600px;
}
.googlemaps {
	width: 100%;
	max-width: 100%;
}
.googlemaps {
	height: 600px;
}
.googlemaps {
	max-width: 100%;
	font-weight: bold;
	color: #000;
}
.googlemaps img {
	max-width: 100000%;
	/* override */
}


  .map-marker {
	margin-top: -7px;
	margin-left: -5px;
	position: relative;
  }

  .map-pulse {
	width: 10px;
	height: 10px;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #0016ff;
	z-index: 10;
	position: absolute;
  }

  .map-dot {
	position: absolute;
	height: 50px;
	width: 50px;
	top: -20px;
	left: -20px;
	z-index: 2;
	opacity: 0;
	border: 10px solid #0016ff;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-animation: mapflash 2s ease-out;
	-moz-animation: mapflash 2s ease-out;
	animation: mapflash 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }

  @-webkit-keyframes "mapflash" {
   0% {-webkit-transform: scale(0);opacity: 0.0;}
   25% {-webkit-transform: scale(0);opacity: 0.1;}
   50% {-webkit-transform: scale(0.1);opacity: 0.3;}
   75% {-webkit-transform: scale(0.5);opacity: 0.5;}
   100% {-webkit-transform: scale(1);opacity: 0.0;}
  }

/*
Before After
*/

.before-after-shortcode {
	overflow: hidden;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
}
.twentytwenty-container.active .twentytwenty-handle:before,
.twentytwenty-container.active .twentytwenty-handle:after,
.twentytwenty-container.active .twentytwenty-handle:before,
.twentytwenty-container.active .twentytwenty-handle:after {
	background: none;
}
.twentytwenty-container.active .twentytwenty-handle {
	opacity: 0.1;
}
.twentytwenty-handle {
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 1px;
	height: 9999px;
	left: 50%;
	margin-left: -0.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -0.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.25px;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 1);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img {
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
	background: rgba(255, 255, 255, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.twentytwenty-before-label {
	opacity: 0;
}
.twentytwenty-before-label:before {
	content: "Before";
}
.twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-after-label:before {
	content: "After";
}
.twentytwenty-before-label,
.twentytwenty-after-label {
	display: none;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: -100px;
	transition: left 0.3s, right 0.3s;
	-moz-transition: left 0.3s, right 0.3s;
	-webkit-transition: left 0.3s, right 0.3s;
	-o-transition: left 0.3s, right 0.3s;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: -100px;
	transition: left 0.3s, right 0.3s;
	-moz-transition: left 0.3s, right 0.3s;
	-webkit-transition: left 0.3s, right 0.3s;
	-o-transition: left 0.3s, right 0.3s;
}
.twentytwenty-horizontal:hover .twentytwenty-before-label:before {
	left: 10px;
}
.twentytwenty-horizontal:hover .twentytwenty-after-label:before {
	right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}
.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.1);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}
.twentytwenty-before {
	z-index: 20;
}
.twentytwenty-after {
	z-index: 10;
}
.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	z-index: 40;
	cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
}
.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}
.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
}
.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px;
}
.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}
.image-cover,
.header-parallax,
.column-parallax {
	background-size: cover;
}
/* Shortcode Columns */

.shortcode-column {
	float: left;
}

/* 404 Error */

.search-no-results .container-wrapper {
	height: calc( 100vh - 86px );
}
.search-no-results .footer-container-wrap {
	display: none;
}

.error404 {
	background-color: #eee;
}

.error404 {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.error404 .title-container {
	display: none;
}
.page-template-template-blank-php .container-wrapper {
	height: 100%;
	position: fixed;
	width: 100%;
	overflow: scroll;
}
.error404 .container-outer,
.error404 .container-wrapper {
	background: none;
	min-height: 100vh;
}
.entry-content .mtheme-404-wrap h4 {
	color: #000;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
}
.mtheme-404-wrap {
	margin: 0 auto;
	padding: 86px 24px;
	text-align: center;
	max-width: 720px;
	margin-top: 100px;
}
.mtheme-404-wrap #searchbutton {
	margin-left: -50px;
}
.mtheme-404-wrap #searchbutton i {
	color: #000;
}
.error404 .mtheme-404-wrap #searchform {
	margin-bottom: 0;
}
.mtheme-404-wrap .mtheme-404-error-message1 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 38px;
	color: #000;
	padding: 20px 10px;
	display: inline-block;
}
.mtheme-404-wrap .mtheme-404-error-message2 {
	font-size: 26px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 36px;
}
.mtheme-404-wrap .mtheme-404-icon i {
	font-size: 40px;
	color: #000;
}
.mtheme-404-wrap #searchform input {
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	width: 50%;
	height: 24px;
}
.mtheme-404-wrap #searchform i {
	font-size: 18px;
}
.mtheme-search-no-results input {
	text-align: center;
}
.entry-content.mtheme-search-no-results h4 {
	font-size: 32px;
	font-weight: 500;
	margin-top: 0;
}
.search-no-results .entry-title-wrap {
	margin-bottom: 34px;
}
.entry-content.mtheme-search-no-results {
	min-height: 300px;
}
/*WooCommerce codes 
*/
/**
 * Styles
 */

.woocommerce-page .woocommerce-form-coupon .form-row-last {
    width: 51%;
    overflow: visible;
}
.entry-content .woocommerce #reviews #comments ol.commentlist li::before,
.woocommerce #reviews #comments ol.commentlist li::before {
	background: none;
}
.woocommerce-MyAccount-content {
	min-height: 480px;
}
.woocommerce div.product form.cart .variations td.label {
	padding-right: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	float: left;
	margin-bottom: 1px;
	margin-right: 0;
	padding-right: 1px;
	width: 25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce div.product div.images div.thumbnails {
	padding-top: 1px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom: 42px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	opacity: 0.3;
}
.woocommerce-Reviews #commentform label {
	font-size: 16px;
	font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ededed;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 48px 48px 22px;
	background: rgba(255,255,255,0.5);
}
.woocommerce .cart_item dl.variation {
	display: none;
}
.price_slider_wrapper {
	margin-top: 30px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	margin-right: 10px;
}
.woocommerce-product-rating .woocommerce-review-link {
	position: relative;
	color: #000;
	top: -6px;
}
.mtheme-hover-thumbnail {
	position: relative;
}
.mtheme-hover-thumbnail .onsale {
	z-index: 1;
}
.woocommerce table.variations td {
	border: 0 !important;
}
.woocommerce .flexslider-container-page {
	background: none !important;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	box-shadow: none !important;
}
ul.products li,
.woocommerce ul.products li {
	text-align: center;
}
.woocommerce ul.products li.product .price ins {
	font-weight: 500;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce button.button.alt {
	box-shadow: none;
	text-shadow: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.25px;
	background: none;
	color: #fff;
}
.woocommerce-cart-form__contents button.button {
	color: #000;
}
.woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce-orders-table .woocommerce-button.button,
.woocommerce .track_order .button,
.woocommerce a.button.wc-backward {
	color: #000;
}
.woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce .track_order .button {
	border: 1px solid #000;
}
.woocommerce-MyAccount-content .woocommerce-Button.button:hover {
	background: #000;
	color: #fff;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
	width: 230px !important;
}
.woocommerce .mtheme-woocommerce-description-wrap .add_to_cart_button,
.woocommerce .mtheme-woocommerce-description-wrap .product_type_variable {
	border: 0;
	position: relative;
	padding: 0 0 0 20px;
	font-size: 8px;
	letter-spacing: 1.5px;
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce a.add_to_cart_button {
	color: #000;
	padding: 10px 10px 10px 20px;
	letter-spacing: 0.25px;
	background: none !important;
	transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, border-color 0.3s;
}
.woocommerce a.add_to_cart_button.added {
	color: #000;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
	position: absolute;
	top: 13px;
	right: 0;
}
.added_to_cart.wc-forward {
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 1px;
}
.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
	margin-top: 40px;
}
.woocommerce .mtheme-woocommerce-description-wrap .add_to_cart_button:after {
	transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, border-color 0.3s;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}
.woocommerce ul.products li.product a:hover h3,
.woocommerce-page ul.products li.product a:hover h3 {
	color: #777;
}
.woocommerce .product-name,
.woocommerce .product-name a {
	color: #000;
	text-decoration: none;
	padding: 0;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}
.woocommerce ul.products li.product h3 a,
.woocommerce-page ul.products li.product h3 a {
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.woocommerce .product_category_title {
	color: #747474;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	display: none;
}
.woocommerce .summary .product_category_title {
	text-transform: uppercase;
	font-weight: 500;
}
.woocommerce ul.products li .product_category_title {
	text-indent: 15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
}
#tab-description h2 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.25px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	border-radius: 0;
	box-shadow: none;
	opacity: 0;
	font-size: 14px;
	font-weight: 400;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	text-align: center;
	text-shadow: none;
	width: 60px;
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
}
.preloader-done.woocommerce span.onsale,
.preloader-done.woocommerce-page span.onsale {
	opacity: 1;
}
.widget.woocommerce .cart_list .remove {
	display: none;
}
.woocommerce ul.products li.product h3 {
	padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	text-align: center;
	color: #000;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
	color: #444;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li,
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
	border: 0;
	margin: 0 2% 56px 0;
	width: 23.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wooshop-has-sidebar-archive.woocommerce ul.products li.product,
.wooshop-has-sidebar-archive.woocommerce-page ul.products li.product {
	margin: 0 2% 56px 0;
	width: 23.5%;
}
.nosidebar-woo-archive.woocommerce .related.products ul.products li.product,
.nosidebar-woo-archive.woocommerce-page .related.products ul.products li.product,
.woocommerce-page .related.products ul.products li.product,
.mtheme-wooshop-fullwidth.woocommerce .related.products ul.products li.product,
.nosidebar-woo-archive.woocommerce .cross-sells ul.products li.product,
.nosidebar-woo-archive.woocommerce-page .cross-sells ul.products li.product,
.woocommerce-page .cross-sells ul.products li.product,
.mtheme-wooshop-fullwidth.woocommerce .cross-sells ul.products li.product {
	margin: 0 2% 56px 0;
	width: 23.5%;
}
.wooshop-has-sidebar.woocommerce ul.products li.product,
.wooshop-has-sidebar.woocommerce-page ul.products li.product,
.wooshop-has-sidebar .woocommerce-page .related ul.products li.product {
	margin: 0 2% 56px 0;
	width: 23.5%;
}
.mtheme-wooshop-fullwidth.woocommerce.archive #container {
	width: auto;
}
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
	margin-right: 0 !important;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
	color: #000;
}
.woocommerce ul.products li.product a:hover,
.woocommerce-page ul.products li.product a:hover {
	color: #555;
}
.woocommerce ul.products li.product.product-type-external a:hover,
.woocommerce ul.products li.product.product-type-grouped a:hover,
.woocommerce-page ul.products li.product.product-type-external a:hover,
.woocommerce-page ul.products li.product.product-type-grouped a:hover {
	color: #fff;
}
.woocommerce ul.products li.product .button {
	margin: 0;
}
.woocommerce ul.products li.product .button.ajax_add_to_cart,
.woocommerce ul.products li.product .button.product_type_variable,
.woocommerce ul.products li.product .button.add_to_cart_button {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	padding: 14px 20px 18px 33px;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	color: #000;
	text-transform: none;
	position: relative;
	display: block;
}
.woocommerce ul.products li.product .price del {
	opacity: 1;
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	display: inline-block;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
}
.mtheme-woocommerce-description-wrap {
	border-top: 0;
	display: block;
	padding: 15px 20px 10px 20px;
	margin-bottom: 10px;
	text-align: center;
}
.mtheme-woocommerce-description-wrap-last {
	padding-bottom: 0;
	padding-top: 7px;
	border-top: 1px solid #f0f0f0;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	color: #000;
	margin: 16px 16px 0 0;
	padding: 7px 3px 1px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	top: 0;
	right: 0;
}
.woocommerce .products li {
	opacity: 0;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
/**
 * Animation
 */

.mtheme-hover-thumbnail .mtheme-secondary-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.woo-thumbnail-fadeInDown {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s !important;
	transition: transform 0.5s, opacity 0.5s !important;
	opacity: 1 !important;
}
.woo-thumbnail-fadeOutUp {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s !important;
	transition: transform 0.5s, opacity 0.5s !important;
	opacity: 0 !important;
}
.woocommerce p.stars a {
	color: #aaa;
}
.woocommerce p.stars a:hover {
	color: #000 !important;
}
/*
Woocommerce Ordering*/

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	margin: 0 -4px 0 0 !important;
}
.mtheme-woo-order-selection-wrap {
	position: relative;
	top: 11px;
}
.mtheme-woo-order-selected {
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding: 14px 0 14px 60px;
	position: relative;
	right: 3px;
	text-align: center;
	top: -7px;
	transition: border 0.3s, color 0.3s;
	-moz-transition: border 0.3s, color 0.3s;
	-webkit-transition: border 1s, color 0.3s;
	-o-transition: border 0.3s, color 0.3s;

}
.mtheme-woo-order-selected:hover {
	border-color: #000;
	color: #000;
}
.mtheme-woo-order-selection-wrap {
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
}
.preloader-done .mtheme-woo-order-selection-wrap {
	opacity: 1;
}
.mtheme-woo-order-selected-wrap {
	margin-top: -20px;
}
.mtheme-woo-order-selected-wrap i {
	color: #000;
	cursor: pointer;
	float: left;
	float: left;
	font-size: 20px;
	left: 43px;
	position: relative;
	top: 2px;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
}
.mtheme-woo-order-list ul {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 218px;
	text-align: right;
	z-index: 10;
	margin: 0;
	top: 51px;
	padding: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	display: none;
	right: 3px;
}
.mtheme-woo-order-list ul li:last-child {
	border-bottom: 0;
}
.mtheme-woo-order-list ul li {
	margin: 0;
	cursor: pointer;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.25px;
	padding: 12px 20px;
	transition: color 0.1s, background-color 0.05s;
	-moz-transition: color 0.1s, background-color 0.05s;
	-webkit-transition: color 0.1s, background-color 0.05s;
	-o-transition: color 0.1s, background-color 0.05s;
}
.mtheme-woo-order-list ul li:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.woocommerce .woocommerce-ordering select {
	display: none;
}
/*Woocommerce Bread Crumb
*/

.sidebar-widget .woocommerce .cart_list .empty {
	border: 1px solid #000;
	color: #000;
	display: block;
	text-align: center;
}
.woocommerce .woocommerce-breadcrumb {
	color: #000;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #000;
	font-weight: 400;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.woocommerce .woocommerce-breadcrumb a:hover {
	color: #555;
}
.woocommerce-result-count {
	color: #000;
}
.woocommerce ul.portfolio-share {
	display: block;
	padding: 15px 0;
	text-align: left;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .share-spacing {
	margin-top: 20px;
}
/*Cart */

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	color: #000;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
}
.woocommerce table.shop_table.order_details,
.woocommerce-page table.shop_table.order_details {
	padding: 25px;
}
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	font-size: 16px !important;
	text-align: left !important;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
	text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 5px 20px;
}
.woocommerce .shipping-calculator-button {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 20px 15px;
	text-decoration: none;
	letter-spacing: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0.5px;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
	margin: 20px 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
	display: inline-block;
}

.woocommerce .shipping-calculator-button,
.woocommerce #respond input#submit.alt,
.woocommerce .coupon button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover {
	border: 1px solid #000;
	color: #000;
	background: none;
}
.woocommerce button.single_add_to_cart_button.alt {
	border: 0;
}
.woocommerce .shipping-calculator-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #000;
	color: #fff;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	width: auto !important;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
	width: 100px;
}
.woocommerce .product-subtotal {
	font-size: 18px;
	color: #000;
}
.woocommerce .product-quantity {
	text-align: center;
}
.woocommerce table.shop_table tr.cart_item {
	margin-bottom: 10px;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
	padding: 20px 0;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
	font-size: 12px;
	font-weight: 400;
	margin-left: 0;
	padding: 0 !important;
	position: relative;
	top: 0;
	left: 5px;
	width: 100%;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	right: 0;
	top: 13px;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
	width: 80px;
	margin-top: 6px;
}
.woocommerce table.shop_table tr.cart_item td {
	min-height: 90px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item td {
	min-height: 50px;
}
.woocommerce table.shop_table tr.cart_item td {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.woocommerce a.remove {
	text-indent: -999999px;
	position: relative;
}
.woocommerce a.remove:after {
	content: "\e117";
	border: 1px solid #000;
	border-radius: 20px;
	color: #000;
	font-family: "feather";
	font-size: 11px;
	font-weight: 100;
	height: 20px;
	left: auto;
	right: 10px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 2px;
	width: 20px;
	padding-left: 1px;
	z-index: 9;
	transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, border-color 0.3s;
}
.woocommerce a.remove:hover:after {
	color: #ff0000;
	border-color: #ff0000;
}
.woocommerce a.remove:hover {
	background: none;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding: 0 0 10px 35px;
	margin-top: 10px;
	border: 0;
}
/*
Woocommerce Comments*/

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
}
/*WooCommerce Product Details page*/

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	font-weight: 400 !important
}
.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
	font-size: 28px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
	overflow: visible !important;
}
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus {
	right: 59px !important;
	top: 0 !important;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
}
.woocommerce div.product div.summary table {
	word-break: normal;
}
.single-product-summary {
	padding: 0 40px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
.single-product-summary.entry-content {
	width: 100%;
	padding: 0;
	float: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 50%;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
	height: 30px !important;
	background: #000 !important;
	color: #fff !important;
	text-shadow: none !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover {
	background-color: #888 !important;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 9px 11px 8px !important;
	transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, border-color 0.3s;
}
.woocommerce .quantity input.qty:hover,
.woocommerce #content .quantity input.qty:hover,
.woocommerce-page .quantity input.qty:hover,
.woocommerce-page #content .quantity input:hover,
.woocommerce .quantity input.qty:focus,
.woocommerce #content .quantity input.qty:focus,
.woocommerce-page .quantity input.qty:focus,
.woocommerce-page #content .quantity input:focus {
	border-style: solid;
	border-width: 1px;
}
.woocommerce .entry-summary div[itemprop="description"] {
	margin-top: 20px;
	margin-bottom: 30px;
}
.woocommerce .entry-summary .sku_wrapper,
.woocommerce .entry-summary .posted_in {
	display: block;
}
.woocommerce .entry-summary .star-rating,
.woocommerce-page .entry-summary .star-rating {
	font-size: 14px;
	margin: 8px 0 0;
}
.woocommerce ul.products li.product .star-rating {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -25px;
}
.woocommerce div.product form.cart .reset_variations {
	font-size: 11px;
	letter-spacing: 2px;
	text-indent: 15px;
	text-transform: uppercase;
}
.woocommerce .quantity .qty {
	padding: 10px !important;
	width: 50px;
}
.woocommerce .entry-summary .product_meta {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 14px;
	padding-top: 14px;
}
.single-product-summary .woocommerce-variation-price {
	margin-bottom: 24px;
	margin-top: 24px;
}
#tab-additional_information h2 {
	font-size: 24px;
}
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
	border-radius: 3px;
	color: #fff;
}
.woocommerce .single_add_to_cart_button {
	padding: 14px 20px 14px 40px;
}
.woocommerce .shipping-calculator-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
	position: relative;
	padding: 13px 20px 13px 20px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
	opacity: 0.5;
	background: #d1d1d1;
}
.woocommerce button.button.single_add_to_cart_button {
	position: relative;
	padding-left: 40px !important;
	margin-left: 0;
}
.woocommerce .add_to_cart_button:before {
	content: "\f110";
	font-family: 'Ionicons';
	position: absolute;
	left: 25px;
	top: 11px;
	font-size: 14px;
	font-weight: 100;
}
.woocommerce .single_add_to_cart_button:before {
	content: "\f110";
	font-family: 'Ionicons';
	position: absolute;
	left: 19px;
	top: 11px;
	font-size: 14px;
	font-weight: 100;
}
.woocommerce #content div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
	background: #555;
	color: #fff;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
	border-radius: 0;
}
.woocommerce .product_meta {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .product_meta a {
	color: #000;
	font-weight: 600;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}
.woocommerce .flex-direction-nav {
	display: none;
}
/*
Star Ratings*/

.woocommerce .star-rating,
.woocommerce-page .star-rating {
	height: 1.2em !important;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	float: right;
	font-family: 'fontawesome';
	font-size: 10px !important;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
	position: relative;
	width: 5.4em;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color: #000;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
	color: #000;
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
}
.woocommerce .sidebar-widget .star-rating span:before,
.woocommerce-page .sidebar-widget .star-rating span:before {
	color: #dab92b;
	}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	width: 62px;
}
.sidebar-widget .product_list_widget > li {
	border-bottom: 1px solid #eee;
	padding: 10px 0 !important;
}
.sidebar-widget .product_list_widget > li:last-child {
	border-bottom: 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: 400;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	display: block;
	margin: 0 0 .5em;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}
#comments [itemprop="aggregateRating"] .star-rating {
	font-size: 18px !important;
	margin-top: 10px;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 28px;
}
/*
WOO Tabs*/

.woocommerce-tabs .tabs li {
	border: 0 !important;
	box-shadow: none !important;
	font-size: 13px;
}
.woocommerce .tabs {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.woocommerce-tabs .tabs li.active {
	position: relative;
}
.woocommerce-tabs .tabs li:after,
.woocommerce-tabs .tabs li:before {
	border: 0 ! important;
	border-radius: 0 !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #000;
	font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #676767;
}
.woocommerce-tabs .tabs li.active:after {
	position: absolute;
	content: " ";
	width: 100% !important;
	display: block;
	bottom: 0 !important;
	left: 0;
	border-bottom: 4px solid #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	color: #000;
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	color: #000;
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: none !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: none !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0 !important;
	padding: 10px 30px;
	margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
	border: 0;
	padding: 36px 36px 28px;
	border-top: none;
	margin: 0;
	background: #f9f9f9;
}
.woocommerce #review_form_wrapper {
	border-top: 1px solid #e6e6e6;
	padding-top: 40px;
	margin-top: 40px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0;
	background-color: #fafafa;
	padding: 14px;
}
/*Related Products*/

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	float: none !important;
	width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	background: rgba(255,255,255,0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding: 48px;
	text-align: left;
	width: 49%;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	float: none !important;
	width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	width: 100%;
}
.woocommerce .shop_table thead th {
	font-size: 12px;
	color: #000;
}
.woocommerce .shop_table th.product-name,
.woocommerce .shop_table th.product-price,
.woocommerce .shop_table th.product-quantity,
.woocommerce .shop_table th.product-total,
.woocommerce .shop_table th.product-subtotal {
	color: #000;
	text-indent: 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #d3ced2;
	border-radius: 0;
	margin: 2em 0;
	padding: 20px 20px 9px;
	text-align: left;
}
.woocommerce .shop_table .product-name,
.woocommerce .shop_table .product-price,
.woocommerce .shop_table .product-quantity,
.woocommerce .shop_table .product-total,
.woocommerce .shop_table .product-subtotal {
	color: #000;
}
.woocommerce ul.order_details li {
	margin-left: 0;
	margin-right: 0;
}
.woocommerce ul.order_details li {
	float: none;
	display: inline-block;
}
.woocommerce .shop_table .product-subtotal,
.woocommerce .shop_table .cart_item {
	position: relative;
}
.woocommerce .shop_table .product-subtotal {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border: 0;
}
.woocommerce table th,
.woocommerce table td {
	color: #000;
	padding: 7px 20px;
}
.woocommerce table.woocommerce-product-attributes th,
.woocommerce table.woocommerce-product-attributes td {
	border: 0;
}
.woocommerce table {
	border-top: 0;
	border-left: 0;
}
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	box-shadow: none !important;
	font-size: 14px;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce table.shop_table thead {
	background: none;
}
.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce .cross-sells h2 {
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	color: #000;
	padding-top: 28px;
}
.woocommerce .cart_totals h2 {
	color: #000;
	text-align: left;
}
.woocommerce .cart_totals strong {
	font-weight: 600;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding: 0;
	border: 0;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
	border-radius: 0 !important;
	width: auto !important;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
	background: none !important;
	color: #000 !important;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	background: none;
	border: 0;
}
.woocommerce table.shop_table thead th {
	padding-bottom: 14px;
	padding-top: 14px;
	padding-right: 5px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.woocommerce table.shop_table.customer_details,
.woocommerce-page table.shop_table.customer_details {
	padding: 14px 0;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	border-bottom: 3px solid #000;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
	border-top: 1px solid #000;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: 1px solid #000000;
}
.woocommerce table.shop_table.order_details td,
.woocommerce-page table.shop_table.order_details td {
	padding: 11px 5px 7px;
}
.woocommerce table.shop_table.order_details td {
	vertical-align: unset;
}
.woocommerce td.product-name dl.variation dd {
	padding: 0;
	margin: 0;
}
.woocommerce .order_details li strong {
	font-size: 12px;
	line-height: 1.9;
}
.woocommerce .flex-viewport {
	margin-bottom: 1px;
}
.woocommerce #mtheme-flex-carousel .slides li {
	margin-right: 1px;
	opacity: 0.6;
}
.woocommerce #mtheme-flex-carousel .slides li:hover {
	opacity: 1;
}
/*Rating Comments*/

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	font-weight: 400;
}
.woocommerce-message {
	font-weight: 400;
}
.woocommerce .out-of-stock {
	font-size: 22px !important;
	margin-bottom: 10px !important;
}
.woocommerce .add_review {
	margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
	width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border: 0 !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: none !important;
}
/*WooSlider
*/

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	margin-bottom: 40px;
}
/*
Woo Checkout Form*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
	border: 1px solid #aaa;
	background-color: #fff;
	color: #444;
}
.woocommerce .checkout_table_item {
	background: #f8f8f8;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	color: #000;
	text-align: left;
}
.woocommerce .entry-content .checkout {
	margin-top: 40px;
}
/*Slideshow*/

.woocommerce-slideshow .slideshow-box-content-inner {
	padding: 20px;
	position: absolute;
	bottom: 0;
}
.woocommerce-slideshow .price {
	font-size: 24px;
	color: #fff;
	background: #000;
	margin-top: 1px;
	padding: 10px 10px;
	display: block;
}
.woocommerce-slideshow .slideshow-box-title a {
	background: #888;
	color: #fff;
	padding: 5px 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 2px;
}
.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 25px;
}
/********* PAGINATION **********/

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: none;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
	border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
	border: 0 !important;
}
.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
	color: #000;
}
/*
Upsells, Cross sells and Related*/

.woocommerce.single-product .related {
	border-top: 0;
}
.woocommerce.single-product .upsells {
	margin-top: 10px;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	padding: 5px;
}
.woocommerce .shop_table.order_details {
	padding: 0 !important;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	background: none;
	border-radius: 0 !important;
}
.woocommerce table.shop_table tbody {
	margin-top: 20px;
}
.woocommerce .shop_table .even {
	background: #f2f2f2;
}
.woocommerce .shop_table .odd {
	background: #f0f0f0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	font-weight: 600;
}
.woocommerce #order_review table.shop_table th,
.woocommerce-page #order_review table.shop_table th,
.woocommerce #order_review table.shop_table td,
.woocommerce-page #order_review table.shop_table td {
	padding: 14px 24px;
	text-indent: 14px;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	border: 0 !important;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
	border-color: #f0f0f0;
	color: #000;
}
.order_item .product-name > a {
	display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #000;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	top: 15px;
}
.woocommerce #review_form #respond .form-submit input {
	border: 1px solid #000;
	color:#000;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #000;
	color: #fff;
}
.woocommerce .order_details li {
	border-right: 1px dashed #000;
}
.woocommerce #order_review .cart-subtotal th,
.woocommerce #order_review .cart-subtotal td {
	border-top: 1px solid #000;
}
.woocommerce-checkout .order_details {
	border: 1px solid #9a9a9a;
}
.woocommerce table.shop_table.customer_details tbody th,
.woocommerce table.shop_table.customer_details tfoot td,
.woocommerce table.shop_table.customer_details tfoot th {
	border-top: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid #888;
}
.woocommerce table.shop_table th {
	padding: 14px 0;
}
.woocommerce table.shop_table.customer_details th,
.woocommerce table.shop_table.customer_details td {
	padding: 0;
}
.woocommerce .cart-collaterals .cart_totals .order-total strong {
	font-weight: 700;
}
#order_review .shop_table .order-total th,
#order_review .shop_table .order-total td strong {
	font-weight: 600 !important;
}
#order_review .shop_table .order-total th,
#order_review .shop_table .order-total td {
	border-top: 1px solid #000;
	border-bottom: 3px double #000;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 76px 38px;
	width: 49%;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
}
.woocommerce-checkout #payment {
	background: rgba(255,255,255,0.5);
}
.woocommerce-checkout #payment ul.payment_methods li {
	color: #000;
}
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	padding: 9px 14px;
	margin-right: 18px;
}
.woocommerce div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
	padding: 5px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	font-weight: 400;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
	margin-top: 4px;
	box-shadow: none !important;
}
.woocommerce ul.product_list_widget li a {
	border: none;
}
.woocommerce .entry-content ul.product_list_widget li {
	border-bottom: 1px solid #f8f8f8;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #fff;
}
.woocommerce ul.order_details li strong {
	margin-top: 6px;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
	vertical-align: middle !important;
	border-bottom: 1px solid #000;
}
.woocommerce .woocommerce-single-image-wrap {
	width: 50%;
	float: left;
}
.woocommerce .woo-slidshow-image img {
	width: 100%;
}
.woocommerce .product_title.entry-title-wrap {
	width: auto;
	text-align: left;
}
.woocommerce ul.portfolio-share {
	margin-top: 20px;
	padding-top: 20px;
}
.woocommerce span.onsale {
	top: 30px;
	left: 30px;
	border-radius: 0;
	padding: 0;
}
.woocommerce .shop_table.cart thead {
	font-size: 12px;
	letter-spacing: 0;
}
.woocommerce input.button,
.woocommerce .shipping-calculator-form button,
.woocommerce .woocommerce-message a.button {
	color: #000;
	border: 1px solid #000;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 28px 48px 16px;
}
.woocommerce input.button:hover,
.woocommerce .shipping-calculator-form button:hover,
.woocommerce .woocommerce-message a.button:hover {
	background-color: #000;
	color: #fff;
}
.woocommerce-checkout-payment {
	margin-bottom: 20px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
}
.woocommerce #reviews #comment {
	height: 145px;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message {
	background: rgba(255,255,255,0.7);
	color: #000000;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	border-bottom: 1px solid #000;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 20px 20px 20px 60px;
	line-height: 2;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	top: 18px;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
	position: relative;
	top: -5px;
}
.woocommerce-checkout .entry-content h2 {
	text-align: center;
}
.woocommerce-checkout .woocommerce {
	text-align: center;
}
.woocommerce-checkout .order_details {
	border: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
}

.sidebar-widget .woocommerce #respond input#submit,
.sidebar-widget .woocommerce a.button,
.sidebar-widget .woocommerce button.button,
.sidebar-widget .woocommerce input.button {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #000;
	color: #000;
	padding: 8px 13px;
	position: relative;
}
.sidebar-widget .woocommerce #respond input#submit:hover,
.sidebar-widget .woocommerce a.button:hover,
.sidebar-widget .woocommerce button.button:hover,
.sidebar-widget .woocommerce input.button:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.woocommerce ul.order_details li {
	background-color: rgba(0, 0, 0, 0.05);
	border-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0;
	padding: 24px;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
	margin-bottom: 5px;
}
.woocommerce .owl-next,
.woocommerce .owl-prev {
	border-color: #000;
	color: #000;
}
.woocommerce .owl-next:hover,
.woocommerce .owl-prev:hover {
	background-color: #000;
	color: #fff;
}
.woocommerce-thankyou-order-received {
	color: #000;
	text-align: center;
}

.woocommerce.archive #primary,
.woocommerce.archive .content-area {
	float: left;
}
.woocommerce.archive.wooshop-has-sidebar-left #primary,
.woocommerce.archive.wooshop-has-sidebar-left .content-area {
	float: right;
}

.wooshop-has-sidebar-archive.woocommerce.archive #primary,
.wooshop-has-sidebar-archive.woocommerce.archive .content-area {
	width: 66.666%;
}
.woocommerce.archive #primary,
.woocommerce.archive .content-area {
	width: 100%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	margin: 0 5% 5% 0;
	width: 30%;
}
.woocommerce a.remove::after {
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,0.3);
	color: #000;
}

.woocommerce .checkout_coupon button.button,
.woocommerce-page .checkout_coupon button.button {
	color: #000;
	border: 1px solid #000;
}
.woocommerce .checkout_coupon button.button:hover,
.woocommerce-page .checkout_coupon button.button:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}


/* Gravity Form */

.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield input[type=url],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
#customer_login .input-text,
.edit-account-form .input-text,
.myaccount_address .input-text {
	border: 1px solid #d2d2d2;
	font-size: 13px;
	color: #747474;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	padding: 8px;
}
.wpcf7-form input {
	float: none;
}
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
	width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_left_third,
.gform_wrapper .top_label li.gfield.gf_middle_third {
	width: 49%;
	margin-top: 10px;
}
.gform_wrapper .top_label li.gfield.gf_right_third {
	width: 99%;
	margin-top: 10px;
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
	width: 33%;
	margin-top: 0px;
}
.entry-content .gform_wrapper .gfield_checkbox li label,
.entry-content .gform_wrapper .gfield_radio li label {
	line-height: 26px;
}
.gform_wrapper .top_label .gfield_label {
	color: #fff;
	font-size: 12px;
	padding-top: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	background: none;
	border: 2px solid #000;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, border-color 0.3s;
}
.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}
.entry-content .gform_wrapper .gfield_time_hour i {
	margin-top: 2%;
}
.entry-content .gform_wrapper .gf_progressbar {
	margin-top: 20px;
	box-shadow: none;
}
.entry-content .gform_wrapper .gf_progressbar_wrapper {
	background: #f7f7f7;
	border-bottom: 0;
	clear: both;
	margin: 0 0 20px;
	padding: 40px;
	width: auto;
}
.entry-content .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.entry-content .gform_confirmation_wrapper {
	padding: 40px;
	color: #000;
	background: #FFFCEF;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.attachment-recent-works-thumbnail {
	width: 40px;
}


.swiper-contents .events-summary-wrap .worktype-categories {
    text-align: left;
}
.mtheme-events-carousel {
	opacity: 0;
	position: fixed;
	bottom: 100px;
	right: 60px;
	width: 400px;
	z-index: 80;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	transition: bottom 0.8s ease-out, opacity 1s ease-out;
	-moz-transition: bottom 0.8s ease-out, opacity 1s ease-out;
	-webkit-transition: bottom 0.8s ease-out, opacity 1s ease-out;
	-o-transition: bottom 0.8s ease-out, opacity 1s ease-out;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
}
.preloader-done .mtheme-events-carousel {
	opacity: 1;
	bottom: 120px;
}
.mtheme-events-carousel .owl-prev,
.mtheme-events-carousel .owl-next {
	background: #000;
	color: #fff;
	border: 0;
}
.mtheme-events-carousel .owl-prev:hover,
.mtheme-events-carousel .owl-next:hover {
	background: #333;
	color: #fff;
	border: 0;
}
.mtheme-events-carousel .owl-theme .owl-controls {
	margin-top: 0;
}
.mtheme-events-carousel .slideshow-box-content-inner {
	background: none;
}
.mtheme-events-carousel .slideshow-box-content {
	background: rgba(0, 0, 0, 0);
	border: 0 none;
	display: inline-block;
	max-height: 111px;
	position: static;
	width: 62%;
}
.mtheme-events-carousel .slideshow-box-title {
	font-size: 12px;
	margin-bottom: 7px;
}
.mtheme-events-carousel .slideshow-box-title a {
	color: #000;
	margin-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}
.mtheme-events-carousel .slideshow-box-description {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
	font-weight: 400;
}
.mtheme-events-heading {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.25px;
	padding: 10px 15px 7px;
	text-transform: uppercase;
}
.mtheme-events-carousel .owl-next,
.mtheme-events-carousel .owl-prev {
	top: auto;
	bottom: 10px;
}
.mtheme-events-carousel .slideshow-box-image {
	display: inline-block;
	vertical-align: bottom;
	width: 38%;
}
.mtheme-events-carousel .slideshow-box-image a {
	display: block;
	line-height: 0;
}

.error404 footer {
	display: none;
}
#footer {
	padding: 0;
}
#footer .social-header-wrap {
	position: relative;
	float: none;
	text-align: center;
}
#footer .social-header-wrap a {
	text-align: center;
}
#footer .social-icon {
	float: none;
	display: inline-block;
	height: auto;
	line-height: auto;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: center;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
}
#footer .sidebartextbox,
#footer.sidebar {
	color: rgba(255,255,255,0.8);
}
#footer .social-icon i {
	color: #fff;
	font-size: 19px;
	transition: color 0.2s, background 0.2s, border-color 0.2s;
	-moz-transition: color 0.2s, background 0.2s, border-color 0.2s;
	-webkit-transition: color 0.2s, background 0.2s, border-color 0.2s;
	-o-transition: color 0.2s, background 0.2s, border-color 0.2s;
	border: 1px solid rgba(255,255,255,0.3);
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 100%;
	margin: 0 5px;
}
#footer .social-icon:hover i {
	color: #000;
	border-color: #fff;
	background: #fff;
}

/* Events */
.event-status-wrap {
	text-align: center;
	margin: 0 auto;
}
.event-status {
	background: rgba(216, 49, 49, 0.5);
	color: #fff;
	text-align: center;
	padding: 8px 31px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
}
.event-details > li a {
	border-bottom: 1px solid rgba(0,0,0,0.4);
	transition: color 0.5s, border-color 0.5s;
	-moz-transition: color 0.5s, border-color 0.5s;
	-webkit-transition: color 0.5s, border-color 0.5s;
}
.event-details > li a:hover {
	border-bottom: 1px solid rgba(0,0,0,1);
}
.events-info-wrap .events-list-style .event-date-sep {
	display: none;
}
.event-details > li i {
	color: #000;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.event-details.event-date-time > li i {
	margin-right: 5px;
}
.event-datetime-sep {
	display: block;
}
.event-details-column {
	position: relative;
}
.event-details-column-one {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.event-icon {
	position: relative;
	top: -3px;
	left: 0;
	font-size: 40px;
	color: #000;
	display: block;
	margin-bottom: 24px;
}
.event-icon-sep {
	position: relative;
	top: 0;
	left: 0;
	font-size: 20px;
}
.events-list-style {
	text-align: left;
}
.events-details-block.events-list-style:after {
	background: none;
}
.event-icon.event-icon-spaced {
	margin-right: 10px;
}
.entry-content ul.event-details {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}
.entry-content ul.event-details {
	font-size: 17px;
	letter-spacing: 0;
	line-height: 24px;
}
.events-details-wrap {
	padding: 38px 0 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.events-details-block {
	margin-bottom: 28px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.event-info-sep {
	width: 33.333%;
}
.event-heading {
	font-size: 18px;
	font-weight: 500;
	margin-left: -20px;
}
.entry-content .events-details-block ul.event-details {
	margin: 0 14px 0 0;
	padding: 0;
}
.events-info-wrap {
	margin: 0;
	position: relative;
	width: 100%;
}
.events-image-wrap {
	margin-bottom: 14px;
}
.events-main-wrap {
	position: relative;
}
.header-search:hover,
.portfolio-share li a,
.header-shopping-cart a i,
.header-shopping-cart a,
ul.gridblock-listbox .work-details h4 a {
	color: #b8b8b8;
}
.client-position,
.pagination-info {
	color: #000;
}
.work-details h4,
.work-details h4 a,
.client-company a:hover,
.portfolio-share li a:hover,
.min-search .icon-search:hover,
.entry-content .entry-post-title h2 a,
ul.gridblock-listbox .work-details h4 a:hover {
	color: #000;
	text-decoration: none;
}
.entry-content .text-is-bright .service-content h4 a:hover,
.text-is-bright .service-content h4 a:hover,
.text-is-bright .work-details h4,
.text-is-bright .work-details h4 a {
	color: #fff;
}
.header-shopping-cart:hover i {
	color: #000;
}
.fullscreen-photowall {
	overflow: auto;
}
/*
Accents and Highlights and Links
*/
.sidebar-widget #wp-calendar tfoot td#prev a,
.sidebar-widget #wp-calendar tfoot td#next a,
.sidebar-widget a {
	color: rgba(0,0,0,0.7);
}
.sidebar-widget #wp-calendar tbody td:hover,
.sidebar-widget #wp-calendar tbody td a:hover
.sidebar-widget .widget_nav_menu a:hover,
.sidebar-widget .tagcloud a:hover,
.sidebar-widget #wp-calendar tfoot td#prev a:hover,
.sidebar-widget #wp-calendar tfoot td#next a:hover,
.sidebar-widget a:hover {
	color: #000;
}
.entry-content > a:hover,
.entry-content dd a:hover,
.entry-content table a:hover,
.entry-content p > a:hover,
.project-details a,
.post-single-tags a:hover,
.post-meta-category a:hover,
.post-single-meta a:hover,
.post-navigation a:hover,
.entry-post-title h2 a:hover,
.comment-reply-title small a,
.header-shopping-cart a:hover,
#gridblock-filter-select i,
.entry-content .blogpost_readmore a,
.pricing-table .pricing_highlight .pricing-price,
#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a,
.footer-widget .widget_nav_menu a:hover,
.entry-content .faq-toggle-link:before,
.mtheme-knowledgebase-archive ul li:before,
.like-vote-icon,
.readmore-service a:hover,
.work-details h4 a:hover,
.service-content h4 a:hover,
.postsummarywrap a:hover,
.toggle-menu-list li a:hover,
#footer a:hover,
.nav-previous a:hover,
.nav-next a:hover,
.nav-lightbox a:hover,
.entry-content .entry-post-title h2 a:hover,
.woocommerce .mtheme-woocommerce-description-wrap a.add_to_cart_button:hover,
.woocommerce ul.products li.product h3 a:hover,
.woocommerce-page ul.products li.product h3 a:hover,
.woocommerce .woocommerce-info a,
.tagcloud a:hover,
#footer .tagcloud a:hover,
#events_list .recentpost_info .recentpost_title:hover,
#recentposts_list .recentpost_info .recentpost_title:hover,
#popularposts_list .popularpost_info .popularpost_title:hover,
.mtheme-events-carousel .slideshow-box-title a:hover,
.woocommerce .product_meta a:hover,
.entry-content .service-content h4 a:hover,
.slideshow-box-content .slideshow-box-title a:hover,
.project-details-link a:hover,
.entry-content .text-is-dark a:hover,
.event-icon-sep,
.header-is-opaque .social-sharing-toggle:hover i,
.header-is-opaque.fullscreen-slide-dark .social-sharing-toggle:hover i,
.header-is-opaque .stickymenu-zone .social-sharing-toggle:hover i,
.comment-nav a:hover,
.post-thumbnail-nav:hover .post-thumbnail-nav-link {
	color: #e1201d;
}

.proofing-selected-marker,
.entry-content .ui-accordion-header.ui-state-active a {
	background-color: #000;
}

.proofing-selected-marker,
.button-blog-continue a,
.readmore-service a,
.project-details-link h4 a {
	border-color: #000;
}
.gridblock-displayed .gridblock-selected-icon,
.skillbar-title,
.skillbar-bar,
.flexslider-container-page .flex-direction-nav li a:hover,
.lightbox-toggle a:hover,
.gridblock-thumbnail-element:hover,
.synced .gridblock-thumbnail-element,
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
	background-color: #000;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	background: #fff;
	color: #000;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #000;
}
ul#thumb-list li.current-thumb,
ul#thumb-list li.current-thumb:hover,
.home-step:hover .step-element img,
.home-step-wrap li,
.gridblock-element:hover,
.gridblock-grid-element:hover,
.gridblock-displayed:hover,
.entry-content blockquote,
.person:hover .person-image img,
.main-menu-wrap .homemenu .sf-menu .mega-item .children-depth-0,
.main-menu-wrap .homemenu ul ul,
.like-vote-icon,
#gridblock-timeline .blog-grid-element-left:before,
#gridblock-timeline .blog-grid-element-right:before,
#header-searchform #hs,
.pagination span.current,
.pagination span.current:after,
.sidebar-widget h3:after,
.woocommerce .quantity input.qty:hover,
.woocommerce #content .quantity input.qty:hover,
.woocommerce-page .quantity input.qty:hover,
.woocommerce-page #content .quantity input:hover,
.woocommerce .quantity input.qty:focus,
.woocommerce #content .quantity input.qty:focus,
.woocommerce-page .quantity input.qty:focus,
.woocommerce-page #content .quantity input:focus,
.entry-content-wrapper .sticky .postformat_contents,
.entry-content-wrapper.post-is-sticky .type-post,
.woocommerce nav.woocommerce-pagination ul li span.current:after {
	border-color: #000;
}
.entry-content .ui-tabs .ui-tabs-nav .ui-state-active a,
.entry-content .ui-tabs .ui-tabs-nav .ui-state-active a:hover {
	border-bottom-color: #000;
}
.homemenu ul li a:before {
	border-top-color: #000;
}
.pagination span.current,
.pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: #000;
	background: #000;
	color: #fff;
}

/* End of Accents */

.page-is-fullscreen .vertical-menu-wrap {
	position: absolute;
}
.scrollvmenu .vertical-menu-wrap {
	position: fixed;
}
.fixedvmenu .vertical-menu-wrap {
	transition: opacity 1s, left 0.2s, margin-top 0.4s;
	-moz-transition: opacity 1s, left 0.2s, margin-top 0.4s;
	-webkit-transition: opacity 1s, left 0.2s, margin-top 0.4s;
	-o-transition: opacity 1s, left 0.2s, margin-top 0.4s;
}
.preloader-done .vertical-menu-wrap,
.menu-loaded .vertical-menu-wrap {
	opacity: 1;
}
@keyframes menu-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Firefox < 16 */

@-moz-keyframes menu-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes menu-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Opera < 12.1 */

@-o-keyframes menu-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


.slideshow-content-wrap {
	position: relative;
	bottom: 0;
	left: 0;
	text-align: left;
}

/* Boxed Layout */

.boxed-site-layout.goto-top-active #goto-top {
	right: 80px;
}
.boxed-site-layout .outer-wrap,
.boxed-site-layout .fullscreen-footer-wrap,
.boxed-site-layout .menu-social-header,
.boxed-site-layout .vertical-left-bar,
.boxed-site-layout .horizontal-bottom-bar,
.boxed-site-layout .vertical-right-bar {
	background: #fff;
}
.boxed-site-layout.fullscreen-swiperslides .swiper-container {
	left: 50px;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
}
.boxed-site-layout #copyright {
	border: 0;
	left: 0;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	position: relative;
}
.boxed-site-layout .vertical-left-bar,
.boxed-site-layout .vertical-right-bar {
	position: fixed;
	top: 100px;
	height: 100%;
	width: 50px;
	z-index: 101;
	transition: height 0.2s, top 0.2s;
	-moz-transition: height 0.2s, top 0.2s;
	-webkit-transition: height 0.2s, top 0.2s;
	-o-transition: height 0.2s, top 0.2s;
}
.boxed-site-layout .horizontal-bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 101;
	display: none;
	line-height: 47px;
}
.boxed-site-layout.page-is-fullscreen .horizontal-bottom-bar {
	display: block;
}
.sticky-menu-on.boxed-site-layout .vertical-left-bar,
.sticky-menu-on.boxed-site-layout .vertical-right-bar {
	top: 80px;
}
.boxed-site-layout .stickymenu-zone.sticky-menu-activate {
	animation: none;
}
.boxed-site-layout .slideshow-controls-wrap {
	right: 80px;
}
.boxed-site-layout .mtheme-fullscreen-toggle {
	right: 80px;
}
.boxed-site-layout .slideshow-content-wrap {
	bottom: 65px;
	left: 75px;
}
.boxed-site-layout .mtheme-events-carousel {
	right: 80px;
}
.boxed-site-layout .slideshow-control-item {
	bottom: 60px;
	right: 82px;
}
.boxed-site-layout #slidecaption,
.boxed-site-layout #static_slidecaption {
	bottom: 75px;
	left: 85px;
}
.page-is-fullscreen.boxed-site-layout .vertical-left-bar,
.page-is-fullscreen.boxed-site-layout .vertical-right-bar {
	top: 100px;
	height: 100%;
	height: -webkit-calc(100% - 150px);
	height: -moz-calc(100% - 150px);
	height: calc(100% - 150px);
}
.top-header-present.page-is-fullscreen.boxed-site-layout .vertical-left-bar,
.top-header-present.page-is-fullscreen.boxed-site-layout .vertical-right-bar {
	top: 133px;
	height: -webkit-calc(100% - 183px);
	height: -moz-calc(100% - 183px);
	height: calc(100% - 183px);
}
.sticky-menu-on.page-is-fullscreen.fullscreen-photowall.boxed-site-layout .vertical-left-bar,
.sticky-menu-on.page-is-fullscreen.fullscreen-photowall.boxed-site-layout .vertical-right-bar {
	top: 75px;
	height: -webkit-calc(100% - 125px);
	height: -moz-calc(100% - 125px);
	height: calc(100% - 125px);
}
.boxed-site-layout .vertical-left-bar {
	left: 0;
}
.boxed-site-layout .vertical-right-bar {
	right: 0;
}
.boxed-site-layout .fullscreen-horizontal-carousel .prev-hcarousel {
	left: 60px;
}
.boxed-site-layout .fullscreen-horizontal-carousel .next-hcarousel {
	right: 60px;
}
.boxed-site-layout .fullscreen-footer-wrap,
.boxed-site-layout .fullscreen-footer-social,
.boxed-site-layout .fullscreen-footer-info {
	height: 50px;
	line-height: 50px;
}
.boxed-site-layout .login-socials-wrap {
	top: 18px;
}
.boxed-site-layout #progress-back {
	bottom: 50px;
}

.boxed-site-layout .fotorama__nav-wrap {
	bottom: 55px;
}
.boxed-site-layout .fotorama__arr.fotorama__arr--prev {
	left: 70px;
}
.boxed-site-layout .fotorama__arr.fotorama__arr--next {
	right: 70px;
}
.boxed-site-layout .fotorama__arr--prev {
	left: 60px;
}
.boxed-site-layout .fotorama__arr--next {
	right: 60px;
}

.pagebuilder-active.nosidebar .mtheme-block-em_blog_list .blog-details-section,
.pagebuilder-active.nosidebar .mtheme-block-em_blog_list .blog-content-section,
.page-template-template-bloglist.nosidebar .blog-details-section,
.page-template-template-bloglist.nosidebar .blog-content-section {
	float: none;
	width: auto;
}
.pagebuilder-active.nosidebar .mtheme-block-em_blog_list .blog-details-section .the-day,
.pagebuilder-active.nosidebar .mtheme-block-em_blog_list .blog-details-section .the-month,
.pagebuilder-active.nosidebar .mtheme-block-em_blog_list .blog-details-section .the-year,
.page-template-template-bloglist.nosidebar .blog-details-section .the-day,
.page-template-template-bloglist.nosidebar .blog-details-section .the-month,
.page-template-template-bloglist.nosidebar .blog-details-section .the-year {
	display: inline-block;
	letter-spacing: 1px;
	margin-right: 3px;
}
/* **********************
Proofing
*********************** */

.proofing-content .event-details > li {
	color: #000;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1.5px;
}
.proofing-item-wrap .mtheme-proofing-item .gridblock-ajax {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gridblock-container.proofing-item-wrap .work-details {
	position: absolute;
	bottom: 0;
	opacity: 0;
	padding: 0 10px;
	margin-bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
	transition: opacity 0.5s, bottom 1s;
	-moz-transition: opacity 0.5s, bottom 1s;
	-webkit-transition: opacity 0.5s, bottom 1s;
	-o-transition: opacity 0.5s, bottom 1s;
}
#gridblock-container.proofing-item-wrap .lazyloaded + .work-details {
	opacity: 1;
}
#gridblock-container.proofing-item-wrap .gridblock-grid-element:hover .work-details {
	opacity: 0;
	bottom: -20px;
}
.mtheme-proofing-item .work-details {
	bottom: 0;
}
.mtheme-proofing-item .work-details h4 a,
.mtheme-proofing-item .work-details h4 {
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	padding: 8px;
	background: rgba(0, 0, 0, 0.36);
	border-radius: 3px;
	display: inline-block;
}
.proofing-selected-marker {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	font-size: 26px;
	font-weight: 100;
	line-height: 26px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	border: 10px solid #b78426;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.proofing-selected-marker i {
	border-radius: 8px;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	display: none;
}
#gridblock-container .mtheme-proofing-item .gridblock-grid-element {
	transition: border 0.5s ease-in-out;
	-webkit-transition: border 0.5s ease-in-out;
	-moz-transition: border 0.5s ease-in-out;
	border: 0 solid transparent;
}
#gridblock-container .proofing-item-selected .gridblock-grid-element:before {
	background: #fff;
	width: 10px;
	height: 10px;
	top: 15px;
	left: 15px;
	position: absolute;
	content: " ";
	z-index: 1;
	border-radius: 10px;
}
.editor-icon-status {
	top: -4px;
	right: 0;
}
.mtheme-post-like-wrap.mtheme-editors-pick {
	opacity: 1;
}
.mtheme-post-like-wrap.mtheme-editors-pick .column-gridblock-icon {
	height: 38px;
	width: 38px;
	line-height: 44px;
}
.proofing-item-unchecked .proofing-selected-marker,
.proofing-item-inprogress .proofing-selected-marker {
	opacity: 0;
}
.mtheme-proofing-item .gridblock-grid-element:hover .displayed-image {
	-webkit-transition: filter 1.5s, transform 5s, opacity 1s, padding 1s, background 1s;
	-moz-transition: filter 1.5s, transform 5s, opacity 1s, padding 1s, background 1s;
	transition: filter 1.5s, transform 5s, opacity 1s, padding 1s, background 1s;
}
.mtheme-proofing-item .displayed-image {
	-webkit-transition: transform 5s, opacity 1s, padding 1s, background 1s;
	-moz-transition: transform 5s, opacity 1s, padding 1s, background 1s;
	transition: transform 5s, opacity 1s, padding 1s, background 1s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mtheme-proofing-item.proofing-item-selected .gridblock-ajax:hover .proofing-selected-marker {
	opacity: 1;
}
.proofing-item-inprogress .proofing-progress-indicator {
	display: block;
	opacity: 1;
}
.mtheme-proofing-item .gridblock-grid-element {
	border: 0;
	margin-bottom: 0;
}
.proofing-progress-indicator {
	position: absolute;
	opacity: 0;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	top: 50%;
	right: 29px;
	z-index: 99;
	margin-top: -5px;
	color: #fff;
	font-size: 22px;
	-webkit-animation-name: proofingspin;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: proofingspin;
	-moz-animation-duration: 1000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: proofingspin;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: proofingspin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-moz-keyframes proofingspin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes proofingspin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes proofingspin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.gridblock-header-wrap {
	position: relative;
}
.proofing-status-count-wrap {
	position: absolute;
	right: 0;
	top: 0;
}
#proofing-status-count {
	color: #606060;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 16px 0;
	position: relative;
}
.proofing-content {
	text-align: center;
	margin: 0 auto;
	width: 75%;
}
.proofing-item-wrap {
	width: 100%;
}
.proofing-shortcode .gridblock-filter-select-wrap {
	margin-top: 0;
	margin-bottom: 0;
}
.proofing-item-wrap.thumbnail-gutter-spaced {
	margin-left: -1%;
	margin-right: -1%;
}
#gridblock-container.proofing-item-wrap {
	margin-top: 8px;
	margin-bottom: 26px;
}
.proofing-notice {
	margin-bottom: 30px;
}
.shortcode-time-counter-block h4,
.time-count-data {
	color: #000;
}
.author-info {
	margin-top: 21px;
	padding: 70px;
	background: rgba(255,255,255,0.6);
}
.author-info .avatar {
	float: left;
	height: 60px;
	margin: 0 20px 20px 0;
	width: 60px;
}
.entry-content h2.author-heading {
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
}
.entry-content h3.author-title {
	font-size: 18px;
	letter-spacing: 0.25px;
	font-weight: 600;
	margin-bottom: 7px;
}
.autho-linked-button {
	margin-left: 80px;
}
.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.author-description >:last-child {
	margin-bottom: 0;
}
.author-link,
.entry-content .author-link {
	text-decoration: none;
	border: 0;
}
.author-link {
	display: block;
}
.author-description .mtheme-button {
	margin: 20px 0 0 0;
}
.donutcounter-value {
	color: #000;
}
.footer-column ul.instagram-pics li.insta-image-1 {
	width: 493px;
	height: auto;
}
.footer-column ul.instagram-pics li {
	width: 97.8px;
}
.googlemaps.map-with-border {
	border: 14px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.googlemaps img {
	max-width: none;
}
.mtheme-modular-column {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.background-block-cover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
		background: #000;
  -webkit-transition: opacity 1.8s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-transition: opacity 1.8s cubic-bezier(0.8, 0, 0.2, 1);
	transition: opacity 1.8s cubic-bezier(0.8, 0, 0.2, 1);
	z-index: 0;
}
.reveal-specific-bg .bg-loaded .background-block-cover {
	opacity: 0;
}
.column-video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.column-video-background video,
.column-video-background-fallback-image {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* **********************
Odometer
*********************** */

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 6s cubic-bezier(.6, .3, .3, 1);
	-moz-transition: -moz-transform 6s cubic-bezier(.6, .3, .3, 1);
	-ms-transition: -ms-transform 6s cubic-bezier(.6, .3, .3, 1);
	-o-transition: -o-transform 6s cubic-bezier(.6, .3, .3, 1);
	transition: transform 6s cubic-bezier(.6, .3, .3, 1);
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 6s cubic-bezier(.6, .3, .3, 1);
	-moz-transition: -moz-transform 6s cubic-bezier(.6, .3, .3, 1);
	-ms-transition: -ms-transform 6s cubic-bezier(.6, .3, .3, 1);
	-o-transition: -o-transform 6s cubic-bezier(.6, .3, .3, 1);
	transition: transform 6s cubic-bezier(.6, .3, .3, 1);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	line-height: 45px;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center;
}
.odometer-inside {
	margin-top: 0;
	padding-top: 0;
	position: relative;
	line-height: 1;
}

.entry-content .demo-title-heading {
	color: #529c7d;
}
.entry-content .about_paypal {
	color: #000;
}
.woocommerce-checkout .place-order .terms label,
.woocommerce-checkout .place-order .terms label a {
	color: #000;
}

.shortcode-box-title {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.25px;
	line-height: 14px;
}
.text-is-bright .portfolio-share li i,
.entry-content .text-is-bright .portfolio-share li,
.text-is-bright .portfolio-share li {
	color: #fff;
}
.mfp-arrow:hover {
	cursor: pointer;
}
.maginific-lightbox-sharing {
	text-align: center;
}
.mfp-counter {
	color: #000;
	font-size: 10px;
	line-height: 12px;
}
.mfp-content .maginific-lightbox-sharing .lightbox-share i {
	border: 0;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.mfp-content .maginific-lightbox-sharing .lightbox-share i,
.mfp-close,
.mfp-arrow {
	color: #a4a4a4;
}
.maginific-lightbox-sharing .lightbox-share i:hover {
	background: #eee;
}
.mtheme-block-em_displayrichtext a {
	color: #fff;
	text-decoration: underline;
}
.text-is-dark .mtheme-block-em_displayrichtext a {
	color: #000;
}

.owl-slideshow-element .owl-buttons .owl-next,
.owl-slideshow-element .owl-buttons .owl-prev {
	opacity: 0;
}
.owl-slideshow-element:hover .owl-buttons .owl-next,
.owl-slideshow-element:hover .owl-buttons .owl-prev {
	opacity: 1;
}
.owl-item .gridblock-grid-element {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.owl-carousel .owl-dots .owl-dot span {
	background: rgba(0,0,0,0.2);
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: rgba(0,0,0,0.7);
}
.owl-carousel .owl-dots .owl-dot span {
	position: relative;
}
.owl-carousel .owl-dots .owl-dot span::before {
	width: 12px;
	height: 12px;
	top: -3px;
	right: -3px;
	position: absolute;
	content: " ";
	z-index: 1;
	border: 1px solid transparent;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	transition: border-color 0.4s;
}
.owl-carousel .owl-dots .owl-dot.active span::before {
	border: 1px solid rgba(0,0,0,0.4);
}
/* WooCommerce pagebuilder text is bright */

.woocommerce .woocommerce-customer-details address {
	padding: 48px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-is-bright .woocommerce form .form-row label,
.woocommerce-page .text-is-bright form .form-row label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	color: #000;
}
.woocommerce-page .text-is-bright .button {
	border: 1px solid #fff;
	color: #fff;
}
.text-is-bright .woocommerce .shop_table .product-name,
.text-is-bright .woocommerce .shop_table .product-price,
.text-is-bright .woocommerce .shop_table .product-subtotal,
.text-is-bright .woocommerce .shop_table thead th,
.text-is-bright .woocommerce table th,
.woocommerce table td,
.text-is-bright .woocommerce .product-name,
.text-is-bright .woocommerce .product-name a,
.text-is-bright .woocommerce .cart_totals h2 {
	color: #000;
}
.shortcode-column.span12 {
	clear: both;
	float: none;
	width: 100%;
}
.mobile-menu-toggle {
	top: 0;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: 30%;
}
.entry-content .mtheme-block-em_hline .hline-common {
	border: 0;
	border-top: 1px solid transparent;
	height: auto;
}
.entry-content .mtheme-block-em_hline .hline-single {
	border-style: solid;
}
.entry-content .mtheme-block-em_hline .hline-double {
	border-top: 3px double transparent;
}
.entry-content .mtheme-block-em_hline .hline-dotted {
	border-top: 1px dotted transparent;
}
.entry-content .mtheme-block-em_hline .hline-dashed {
	border-top: 1px dashed transparent;
}

.woocommerce .container img,
.woocommerce-page .container img {
	max-width: 100%;
}
body.mfp-zoom-out-cur {
	overflow: hidden;
}
.woocommerce.archive.wooshop-float-left #container {
	float: right;
}
.theme-is-dark .mfp-bg {
	background: #444;
}
.single.mtheme-password-required footer,
.page.mtheme-password-required footer {
	display: none;
}
.page-is-fullscreen.mtheme-password-required .container-wrapper {
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.page-is-fullscreen.mtheme-password-required.preloader-done .container-wrapper {
	opacity: 1;
}
/* Image Box */

.imagebox-item-wrap h3 {
	opacity: 1;
	position: relative;
	-webkit-transition: opacity 0.4s, top 0.5s;
	-moz-transition: opacity 0.4s, top 0.5s;
	transition: opacity 0.4s, top 0.5s;
	text-align: center;
}
.imagebox-item-wrap:hover h3 {
	opacity: 0;
	top: 30%;
}
.imagebox-item {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	z-index: 2;
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #000;
}
.imagebox-item-wrap-below .imagebox-item {
	margin-bottom: 0;
}
.imagebox-content-below {
	margin-bottom: 20px;
}
.imagebox-content-below .imagebox-box {
	padding: 14px;
}
.imagebox-item img {
	max-width: 100%;
	width: 100%;
	display: block;
	line-height: 0;
}
.imagebox-content-wrap {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background-color 0.4s, bottom 0.5s;
	-moz-transition: background-color 0.4s, bottom 0.5s;
	transition: background-color 0.4s, bottom 0.5s;
	text-align: center;
}
.imagebox-box {
	display: inline-block;
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity 0.4s, bottom 0.5s;
	-moz-transition: opacity 0.4s, bottom 0.5s;
	transition: opacity 0.4s, bottom 0.5s;
}
.imagebox-item:hover .imagebox-box,
.imagebox-item-wrap-below:hover .imagebox-box,
.imagebox-item-wrap-above:hover .imagebox-box {
	opacity: 1;
	bottom: 0;
}
.imagebox-title {
	color: #fff;
	display: block;
}
.imagebox-desc {
	color: rgba(255, 255, 255, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imagebox-item .imagebox-image {
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.imagebox-item:hover .imagebox-image,
.imagebox-item-wrap-below:hover .imagebox-image,
.imagebox-item-wrap-above:hover .imagebox-image {
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: 0.5;
}
.imagebox-item:hover .imagebox-content-wrap {
	background: rgba(0, 0, 0, 0.5);
}
.imagebox-lightbox {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	height: 100%;
	width: 100%;
}
.imagebox-icon {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 24px;
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	z-index: 9;
}
.imagebox-item:hover .imagebox-icon,
.imagebox-item-wrap-below:hover .imagebox-icon,
.imagebox-item-wrap-above:hover .imagebox-icon {
	opacity: 1;
}
.imagebox-content-above .imagebox-box,
.imagebox-content-below .imagebox-box,
.imagebox-content-above.imagebox-content-wrap,
.imagebox-content-below.imagebox-content-wrap {
	position: static;
}
.imagebox-content-above .imagebox-box,
.imagebox-content-below .imagebox-box {
	opacity: 1;
}
.imagebox-content-above .imagebox-title,
.imagebox-content-above .imagebox-desc,
.imagebox-content-below .imagebox-title,
.imagebox-content-below .imagebox-desc {
	color: #000;
}
.text-is-bright .imagebox-content-above .imagebox-title,
.text-is-bright .imagebox-content-above .imagebox-desc,
.text-is-bright .imagebox-content-below .imagebox-title,
.text-is-bright .imagebox-content-below .imagebox-desc {
	color: #fff;
}
.imagebox-content-above .imagebox-box .textlink {
	color: #000;
}
.text-is-bright .imagebox-content-above .imagebox-box .textlink {
	color: #000;
}
.imagebox-item-wrap a,
.imagebox-item-wrap a:hover {
	text-decoration: none;
}
.imagebox-icon {
	color: #fff;
}
.imagebox-box {
	padding: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.page-template-template-fullpage #password-protected {
	margin-top: 170px;
}
.single-portfolio .container {
	padding-bottom: 0;
}
.edge-to-edge .contents-wrap #commentform-section {
	margin-bottom: 80px;
}
.entry-content img,
.container img,
.mfp-container img,
.photowall-item img {
	image-rendering: optimizeQuality;
}
.single-image-fullwidth img {
	width: 100%;
	max-width: 100%;
}
.pagebuilder-active .events-inner {
	padding: 0;
	margin: 0 10px;
}
/* Modal Window */

.modal-dimmer {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(37, 37, 37, 0.8);
	z-index: 10000;
	display: none;
	left: 0;
	top: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.theme-is-light .modal-dimmer {
	background: rgba(191, 191, 191, 0.8);
}
.modal-dimmer-outer {
	display: table;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.modal-dimmer-inner {
	display: table-cell;
	vertical-align: middle;
}
.modal-dimmer-text {
	background: #3C3C3C;
	border: 1px solid #484848;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	max-width: 800px;
	width: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.theme-is-light .modal-dimmer-text {
	background: #fff;
	border: 1px solid #eee;
}
.modal-close-button {
	float: right;
	font-size: 25px;
	position: relative;
	right: -32px;
	top: -32px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}
.modal-close-button:hover {
	opacity: 0.6;
}

.gridblock-desc-off .work-details {
	padding-bottom: 15px;
}
.header-logo-section {
	position: absolute;
	left: 0;
}
/**
 * LightBox
 */
body:not(.lg-from-hash) .mtheme-lightbox.lg-outer.lg-start-fade .lg-object {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition:  transform 0.5s, opacity 550ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: transform 0.5s, opacity 550ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: transform 0.5s, opacity 550ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.5s, opacity 550ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .mtheme-lightbox.lg-outer.lg-start-fade .lg-item.lg-complete .lg-object {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mtheme-lightbox.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.5s ease;
	-o-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
}
.mtheme-lightbox.lg-outer .lg-thumb-outer {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.mtheme-lightbox.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}
.mtheme-lightbox.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
}
.mtheme-lightbox.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
}
.mtheme-lightbox.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.mtheme-lightbox.lg-css3.lg-zoom-out .lg-item.lg-prev-slide,
.mtheme-lightbox.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.mtheme-lightbox.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lightbox-thumbnails-active .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 54px;
}
.lightbox-thumbnails-active .mtheme-lightbox.lg-outer.lg-has-thumb .lg-inner {
	height: -webkit-calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: calc(100% - 60px);
}
.mtheme-lightbox.lg-outer .lg-item {
	background: url(/wp-content/themes/blacksilver/css/images/preload-circle.png) no-repeat scroll center center transparent;
}
.mtheme-lightbox.lg-outer .lg-image {
	max-height: -webkit-calc(100% - 140px);
	max-height: -moz-calc(100% - 140px);
	max-height: calc(100% - 140px);
}
body .lg-backdrop,
.mtheme-lightbox.lg-outer {
	background-color: #3b3a3a;
}
.mtheme-lightbox .lg-sub-html,
.mtheme-lightbox .lg-toolbar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mtheme-lightbox .lg-sub-html {
	margin: 0;
	width: 100%;
	bottom: 0;
	padding-bottom: 16px;
}
.mtheme-lightbox .lg-sub-html,
.mtheme-lightbox .lg-toolbar {
	background: none;
}

.mtheme-lightbox #lg-counter,
.mtheme-lightbox .lg-sub-html,
.mtheme-lightbox .lg-toolbar .lg-icon,
.mtheme-lightbox .lg-actions .lg-next,
.mtheme-lightbox .lg-actions .lg-prev {
	color: rgba(255,255,255,0.3);
}
.mtheme-lightbox .lg-toolbar .lg-icon:hover,
.mtheme-lightbox .lg-actions .lg-next:hover,
.mtheme-lightbox .lg-actions .lg-prev:hover {
	opacity: 0.6;
}
.mtheme-lightbox .lg-actions .lg-next,
.mtheme-lightbox .lg-actions .lg-prev {
	background: none;
	}
.mtheme-lightbox .lg-toolbar #lg-actual-size,
.mtheme-lightbox .lg-toolbar .lg-icon {
	font-size: 20px;
	width: 36px;
}
.mtheme-lightbox .lg-actions .lg-next,
.mtheme-lightbox .lg-actions .lg-prev {
	font-size: 21px;
}
.mtheme-lightbox #lg-counter {
	font-size: 11px;
	font-weight: 600;
	padding-top: 12px;
}
.mtheme-lightbox.lg-outer .lg-thumb-item {
	text-align: center;
}
body.lg-on {
	overflow: hidden;
}
.mtheme-lightbox .lg-sub-html {
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 0.25px;
}
.mtheme-lightbox .lg-progress-bar {
	background: none;
}
.mtheme-lightbox .lg-progress-bar,
.mtheme-lightbox .lg-progress-bar .lg-progress {
	height: 2px;
	z-index: 20000;
}
.mtheme-lightbox .lg-sub-html h4 {
	color: #fff;
	text-transform: none;
	margin-bottom: 5px;
}
.mtheme-lightbox .entry-content {
	color: rgba(255,255,255,0.5);
}
.lightbox-text-wrap {
	margin: 0 auto;
	max-width: 900px;
	position: relative;
}
.lightbox-purchase {
	position: relative;
	padding-top: 5px;
}
.lightbox-purchase .mtheme-button {
	font-size: 14px;
	letter-spacing: 0.25px;
	margin: 0;
	min-width: 0;
	padding: 5px 18px;
}
.lightbox-purchase > a {
	border: 2px solid #fff;
	font-size: 13px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-transition: border-color 0.2s, color 0.2s;
	-moz-transition: border-color 0.2s, color 0.2s;
	transition: border-color 0.2s, color 0.2s;
	padding: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.lightbox-purchase > a:hover {
	border-color: #aaa;
	color: #aaa;
}

/**
 * Social Share Page
 */

.social-sharing-toggle {
	color: #fff;
	font-size: 15px;
	height: 36px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	right: 41px;
	top: 29px;
	width: 36px;
	z-index: 21;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 30px;
	line-height: 38px;
}
.header-type-auto .social-sharing-toggle {
	border: 1px solid rgba(255,255,255,0.4);
}
.social-sharing-toggle,
.social-sharing-toggle i {
	-webkit-transition: color 0.3s, border 0.3s, background 0.3s;
	-moz-transition: color 0.3s, border 03s, background 0.3s;
	transition: color 0.3s, border 0.3s, background 0.3s;
}
.social-sharing-toggle:hover {
	cursor: pointer;
}
.social-sharing-toggle:hover {
	background: #fff;
	border-color: #fff;
}
.social-sharing-toggle:hover i {
	color: #000;
}
.stickymenu-active.page-is-not-fullscreen .social-sharing-toggle:hover,
.stickymenu-active.page-is-not-fullscreen .social-sharing-toggle:hover i,
.header-type-auto.fullscreen-slide-dark .social-sharing-toggle:hover,
.header-type-auto.fullscreen-slide-dark .social-sharing-toggle:hover i {
	background: #000;
	color: #fff;
	border-color: #000;
}
/* Mobile Social sharing */

.mobile-sharing-toggle {
	border-radius: 40px;
	color: #000;
	font-size: 22px;
	height: 50px;
	line-height: 43px;
	position: fixed;
	right: 10px;
	text-align: center;
	top: 9px;
	width: 50px;
	z-index: 101;
}
.mobile-sharing-toggle,
.mobile-sharing-toggle i {
	-webkit-transition: color 0.2s, background 0.5s;
	-moz-transition: color 0.2s, background 0.5s;
	transition: color 0.2s, background 0.5s;
}
.mobile-sharing-toggle:hover {
	cursor: pointer;
}
.header-is-opaque .social-sharing-toggle:hover {
	background: none;
}
.social-sharing-toggle:hover i,
.fullscreen-slide-dark .social-sharing-toggle:hover i,
.stickymenu-zone .social-sharing-toggle:hover i {
	color: #444;
}
.sticky-menu-on .social-sharing-toggle:hover {
	background: none;
}
.sticky-menu-on .social-sharing-toggle {
	top: 22px;
}
/**
 * Social Modal
 */

#social-modal {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1045;
	top: 0;
	left: -100%;
	opacity: 0;
	-webkit-transition: opacity 2s, left 0.5s;
	transition: opacity 2s, left 0.5s;
}
.social-sharing-on #social-modal {
	left: 0%;
	opacity: 1;
}
#social-modal .page-share li i {
	color: #fff;
}
.window-modal-outer,
.social-modal-outer {
	display: table;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.window-modal-inner,
.social-modal-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.window-modal-text,
.social-modal-text {
	color: #777;
	font-size: 42px;
	letter-spacing: 0;
	line-height: 44px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding: 30px;
	text-align: center;
	width: 80%;
	display: none;
}
.social-sharing-on .social-modal-text {
	display: block;
}
.social-modal-cross {
	color: #fff;
	font-size: 72px;
	position: fixed;
	right: 90px;
	top: 90px;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.section-heading.reservation-section-heading {
	margin-top: 80px;
	margin-bottom: 46px;
}
.reservation-modal-exit {
	font-size: 48px;
	color: #000;
	position: absolute;
	z-index: 10;
	right: 70px;
	top: 40px;
	margin-right: -20px;
	-webkit-transition: background 0.3s, color 0.3s, top 0.3s, right 0.3s;
	-moz-transition: background 0.3s, color 0.3s, top 0.3s, right 0.3s;
	transition: background 0.3s, color 0.3s, top 0.3s, right 0.3s;
	border: 0;
	background: #eee;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
}
.reservation-modal-exit:hover,
.social-modal-cross:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}
.window-modal-text textarea {
	min-height: 162px;
	line-height: 23px;
	padding: 0
}
.theme-reservation-form .wpcf7-form input,
.window-modal-text .theme-reservation-form input {
	border-width: 1px;
}
.wpcf7-form .theme-reservation-form textarea,
.window-modal-text .theme-reservation-form textarea {
	min-height: 162px;
	background-image: repeating-linear-gradient(to bottom, transparent, transparent 22px, rgba(0, 0, 0, 1) 23px);
	line-height: 23px;
	resize: none;
	border: 0;
	padding: 0;
	background-color: transparent;
}
.text-is-bright .wpcf7-form .theme-reservation-form textarea,
.text-is-bright .theme-reservation-form .window-modal-text textarea {
	background-image: repeating-linear-gradient(to bottom, transparent, transparent 22px, rgba(255, 255, 255, 1) 23px);
}
.wpcf7-form .theme-reservation-form .wpcf7-submit {
	margin-top: 24px;
}
.window-modal-text .wpcf7-submit {
  margin-top: 26px;
}

.entry-content h3.reservation-subheading {
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 24px;
}

#modal-reservation .section-heading h1.entry-title {
	opacity: 1;
}
#modal-reservation {
	position: fixed;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 10px 10px 44px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 44px 0 rgba(0,0,0,0.75);
	box-shadow: 10px 10px 44px 0 rgba(0,0,0,0.75);
	z-index: 1045;
	top: 0;
	right: -100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.reservation-screen-on #modal-reservation {
	right: 0%;
	opacity: 1;
}
.reservation-screen-on .window-modal-text {
	display: block;
}
.theme-reservation-form .chosen-container {
	width: 48% !important;
	margin: 2px 1% 10px;
}
.theme-reservation-form .chosen-container-single .chosen-single {
	background: none;
	border-width: 1px;
	box-shadow: none;
	position: relative;
	top: 3px;
	line-height: 22px;
}
.theme-reservation-form .chosen-container-active.chosen-with-drop .chosen-single {
	line-height: 22px;
}
/**
 * Lightbox Share Modal
 */
/**
 * Social Modal
 */

.lightbox-social-modal-close {
	position: fixed;
	top: 50px;
	right: 30px;
	color: #888;
	font-size: 36px;
	z-index: 1052;
}
.lightbox-social-modal-close:hover {
	color: #000;
	cursor: pointer;
}
#lightbox-social-modal {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 1051;
	top: 0;
	left: 0;
}
.lightbox-social-modal-outer {
	display: table;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1051;
}
.lightbox-social-modal-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.lightbox-social-modal-text {
	color: #000;
	font-size: 42px;
	letter-spacing: 0;
	line-height: 44px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding: 30px;
	text-align: center;
	width: 80%;
}
/**
 * Share Page
 */

#social-modal ul.page-share {
	margin: 0;
}
ul.page-share {
	color: #000;
	display: block;
	list-style: none;
	margin: 40px 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}
#lightbox-social-modal ul.page-share {
	margin: 40px 0;
}
.page-share li {
	display: inline-block;
}
.page-share li.sharethis {
	font-size: 14px;
	font-weight: 400;
	background: none;
	width: auto;
}
.page-share li a {
	display: block;
	font-size: 13px;
	margin: 0;
	margin: 0 1px 0 0;
	text-align: center;
}
.page-share li i {
	-webkit-transition: top 0.5s, background-color 0.1s;
	-moz-transition: top 0.5s, background-color 0.1s;
	transition: top 0.5s, background-color 0.1s;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	margin: 0 10px;
	position: relative;
	top: 0;
}
.page-share .share-indicate {
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	padding-left: 15px;
	position: relative;
	left: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, left 0.2s;
	-moz-transition: opacity 0.2s, left 0.2s;
	-o-transition: opacity 0.2s, left 0.2s;
	transition: opacity 0.2s, left 0.2s;
}
.page-share:hover .share-indicate {
	opacity: 1;
	left: 0;
}
.page-share li i {
	-webkit-transition: top 0.5s, color 0.2s;
	-moz-transition: top 0.5s, color 0.2s;
	-o-transition: top 0.5s, color 0.2s;
	transition: top 0.5s, color 0.2s;
	color: #000;
}
.page-share li:hover i {
	color: #fff;
	top: -5px;
}
.page-share .share-page-fa-facebook:hover i {
	color: #3B5998;
}
.page-share .share-page-fa-twitter:hover i {
	color: #55ACEE;
}
.page-share .share-page-fa-google-plus:hover i {
	color: #E14107;
}
.page-share .share-page-fa-pinterest:hover i {
	color: #D73532;
}
.page-share .share-page-fa-linkedin:hover i {
	color: #0274B3;
}
.page-share .share-page-fa-reddit:hover i {
	color: #2586ED;
}
.page-share .share-page-fa-tumblr:hover i {
	color: #34465D;
}
.page-share .share-page-fa-external-link:hover i {
	color: #D6AC22;
}
.page-share .share-page-fa-envelope:hover i {
	color: #3EADAF;
}
/* Timeline */

.gridblock-timeline-block {
	position: relative;
	overflow: hidden;
}
.gridblock-timeline-block:before {
	background: #444;
	width: 1px;
	height: 100%;
	top: 0;
	right: 50%;
	position: absolute;
	content: " ";
	z-index: 0;
}
#gridblock-timeline .timeline-format-quote {
	border: 2px solid #000;
	padding-top: 20px;
}
#gridblock-timeline .blog-grid-element {
	margin: 0 5%;
	width: 45%;
	z-index: 2;
}
#gridblock-timeline .blog-grid-element-left {
	margin-left: 0;
}
#gridblock-timeline .blog-grid-element-right {
	margin-right: 0;
}
#gridblock-timeline .blog-grid-element-left:before {
	border: 1px solid #000;
	border-radius: 20px;
	content: " ";
	position: absolute;
	right: -7.4%;
	top: 56px;
	z-index: 1;
}
#gridblock-timeline .blog-grid-element-right {
	margin-top: 40px;
}
#gridblock-timeline .blog-grid-element-right:before {
	border: 1px solid #000;
	content: " ";
	position: absolute;
	left: -7.8%;
	top: 56px;
	z-index: 1;
}
#gridblock-timeline .blog-grid-element-right:before,
#gridblock-timeline .blog-grid-element-left:before {
	width: 10px;
}
#gridblock-timeline .blog-grid-element-inner {
	position: relative;
}
.blog-timeline-month-wrap {
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
}
.blog-timeline-month {
	color: #fff;
	background: #000;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.75px;
	padding: 5px 24px;
}
.gridblock-timeline-icon {
	color: #000;
	font-size: 42px;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	display: none;
}
#gridblock-timeline .blog-grid-element {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
/**
 * Section Title
 */

.section-heading h1.entry-title {
	display: block;
}
.page-has-no-title-sidewide .entry-title-wrap {
	display: none;
}
.page-has-no-title-sidewide .title-container {
	padding-bottom: 66px;
}
.section-align-left .section-style-boxborder,
.section-align-right .section-style-boxborder {
	padding: 20px;
}
.section-description p:last-child {
	margin-bottom: 0;
}
.section-description,
.entry-title-subheading {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	position: relative;
	display: block;
}
.section-align-right .section-description-inner {
	max-width: 440px;
	float: right;
}
.section-align-justify .section-description-inner {
	max-width: none;
	float: none;
}
.section-description.section-style-fill {
	background: rgba(0, 0, 0, 0.5);
}
.section-description.section-style-boxborder {
	border: 4px solid #000;
}
.section-description.section-style-bordertop {
	border-top: 4px solid #000;
}
.section-description.section-style-borderbottom {
	border-bottom: 4px solid #000;
}
.section-description.section-style-bordertopbottom {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}
.text-is-bright .section-description.section-style-bordertop {
	border-top: 4px solid #fff;
}
.text-is-bright .section-description.section-style-borderbottom {
	border-bottom: 4px solid #fff;
}
.text-is-bright .section-description.section-style-bordertopbottom {
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.text-is-dark .section-description.section-style-fill {
	background: rgba(255, 255, 255, 0.5);
}
.text-is-dark .section-description.section-style-bordertop {
	border-top: 4px solid #000;
}
.text-is-dark .section-description.section-style-borderbottom {
	border-bottom: 4px solid #000;
}
.text-is-dark .section-description.section-style-bordertopbottom {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #000;
	font-weight: 400;
	letter-spacing: 0;
}
.entry-content .photocard-wrap-common .heading-block h3.photocard-subtitle,
.callout h5,
.entry-content .callout h5,
.section-heading h5,
.entry-content .section-heading h5 {
	position: relative;
}
.multi-headlines-wrap h5,
.entry-content .multi-headlines-wrap h5 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 14px;
	margin-top: 0;
	padding: 4px 42px;
	text-transform: uppercase;
	position: relative;
}
.multi-headlines-wrap h5,
.entry-content .multi-headlines-wrap h5 {
	padding-left: 0;
	padding-right: 0;
}
.entry-content .section-heading.section-align-left .section-sub-title {
	padding-left: 0;
}
.heading-block h3,
.section-heading h5 {
	display: inline-block;
	color: #b78426;
}
.callout h6,
.entry-content .callout h6,
.section-heading h6,
.entry-content .section-heading h6,
.multi-headlines-wrap h6,
.entry-content .multi-headlines-wrap h6 {
	font-size: 16px;
	line-height: 16px;
}
.sidebar-widget h1,
.sidebar-widget h2,
.sidebar-widget h3,
.sidebar-widget h4,
.sidebar-widget h5,
.sidebar-widget h6 {
	-ms-word-wrap: keep-all;
	word-wrap: keep-all;
	word-break: keep-all;
}

/* Parallax Portfolio */

.vertical-parallax-image,
.portfolio-parallax-image {
	width: 100%;
	position: relative;
	margin: 0;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.entry-content .vertical-parallax-image,
.entry-content .portfolio-parallax-image {
	margin: 0;
}
.entry-content .gridblock-parallax-wrap ul {
	margin: 0;
}
.gridblock-parallax-wrap ul li {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gridblock-parallax-wrap {
	background: #555;
}
.gridblock-parallax-wrap a {
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.gridblock-blog-parallax.gridblock-parallax-wrap .slideshow-box-info {
	width: 620px;
	padding: 76px 76px 80px;
	background: rgba(255,255,255,0.7);
}
.gridblock-parallax-wrap .slideshow-box-categories {
	color: #000;
}
.gridblock-parallax-wrap .slideshow-box-info {
	text-align: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	background: rgba(255, 255, 255, 0.95);
	width: 450px;
	padding: 48px 56px 18px;
	position: relative;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	margin: 28px;
}
.fullheight-parallax {
	height: 100vh;
}
.entry-content .slideshow-box-info h2.photocard-title {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 600;
}
.entry-content .slideshow-box-info h3.photocard-subtitle {
	color: #000;
	text-transform: uppercase;
	position: relative;
}
.entry-content .gridblock-blog-parallax h3.photocard-subtitle::before,
.entry-content .gridblock-blog-parallax h3.photocard-subtitle::after {
	display: none;
}
.entry-content .slideshow-box-info .mtheme-button {
	margin: 21px 0;
	padding: 7px 20px;
	font-size: 11px;
}
.gridblock-blog-parallax .photocard-title,
.gridblock-blog-parallax .quote_author,
.gridblock-blog-parallax .photocard-contents,
.gridblock-blog-parallax .button-blog-continue,
.entry-content .gridblock-blog-parallax h3.photocard-subtitle,
.gridblock-blog-parallax .button-blog-continue a {
	color: rgba(0,0,0,0.9);
}
.entry-content .gridblock-blog-parallax h3.photocard-subtitle {
	color: #000;
}
.gridblock-blog-parallax .photocard-contents {
	color: rgba(0,0,0,0.7);

}
.gridblock-parallax-wrap .slideshow-box-info:hover {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.95);
}
.gridblock-parallax-wrap h4.slideshow-box-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
.gridblock-parallax-wrap .slideshow-box-categories {
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	margin-top: 0;
}
.gridblock-parallax-wrap .slideshow-box-categories span {
	margin-top: 0;
}
.gridblock-parallax-wrap .work-description {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 22px;
}
.proofing-client-info-wrap {
	margin: 0;
}
.proofing-client-image {
	margin: 0 auto;
	text-align: center;
}
.proofing-client-image img {
	width: 100%;
}
.client-proofing-list .proofing-client-image img {
	width: 200px;
	border-radius: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}
.client-proofing-list .proofing-client-info-wrap {
	max-width: 380px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.single-proofing.proofing-status-inactive .title-container-outer-wrap,
.password-protected-client-mode .title-container-outer-wrap,
.single-proofing.proofing-status-inactive footer.footer-section,
.password-protected-client-mode footer.footer-section {
	display: none;
}
.single-proofing.proofing-status-inactive .container,
.password-protected-client-mode .container {
	padding: 0;
}
.proofing-client-title {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 7px;
}
.client-proofing-list .proofing-client-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 10px;
}
.editor-is-active.password-protected-client-mode .proofing-client-title,
.proofing-client-title {
	color: #000;
}
.single-clients.mtheme-password-required .proofing-client-title,
.single-proofing.password-protected-client-mode .proofing-client-title {
	color: #fff;
	margin-top: 18px;
	margin-bottom: 10px;
}
.editor-is-active.password-protected-client-mode .proofing-client-desc,
.proofing-client-desc {
	color: rgba(0,0,0,0.5);
}
.single-clients.mtheme-password-required .proofing-client-desc,
.single-proofing.password-protected-client-mode .proofing-client-desc {
	color: rgba(255,255,255,0.8);
}
.single-proofing .title-container,
.single-clients .title-container {
	display: none;
}
.passwordform-wrap {
  text-align: center;
  padding: 0 10px;
}
.entry-content .passwordform-wrap h1.entry-title {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.05;
}
#password-protected.client-gallery-protected .post-password-form {
	padding: 0 0 0 40px;
}
.proofing-restricted {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding: 16px 20px;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.25px;
	color: #fff;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.passwordform-wrap {
	max-width: 350px;
}
#password-protected.client-gallery-protected .post-password-form label input {
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: border 0.2s;
	-moz-transition: border 0.2s;
	-webkit-transition: border 0.2s;
	-o-transition: border 0.2s;
}
#password-protected.client-gallery-protected .post-password-form label input:focus {
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.proofing-card-wrap .locked-status {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 60px;
	width: 70px;
	height: 70px;
	line-height: 64px;
	margin-bottom: 21px;
	margin-left: 40px;
	display: inline-block;
	font-size: 32px;
}
.single-proofing #password-protected.client-gallery-protected,
.single-clients.mtheme-password-required #password-protected {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px;
	margin-top: 110px;
	border-radius: 10px;
}

.password-protected-client-mode .proofing-client-title {
	color: #fff;
	display: inline-block;
}
.password-protected-client-mode .proofing-client-desc {
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.25px;
}
.single-clients.password-protected-client-mode .proofing-client-title {
	color: #fff;
}
.single-clients.password-protected-client-mode .proofing-client-desc {
	color: rgba(255,255,255,0.5);
}

.single-proofing .proofing-client-desc,
.single-proofing .client-gallery-details {
	margin-bottom: 0;
}
.client-gallery-details h1,
.client-gallery-protected h1 {
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 56px;
	display: none;
}
.single-clients .client-gallery-details h1,
.single-clients .client-gallery-protected h1 {
	display: block;
}
.proofing-card-section {
	flex-grow: 1;
	flex-basis: 0;
}
.entry-content .proofing-client-details h1,
.proofing-client-details h1 {
	display: block;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 18px;
}
.client-gallery-details,
.client-gallery-protected {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 610px;
}
.client-gallery-details {
	text-align: center;
	margin: 0 auto 56px auto;
}
.client-gallery-details.proofing-client-details {
	max-width: none;
	margin: 0;
	text-align: left;
}
.proofing-client-details .proofing-client-image {
	display: block;
	margin-top: 0;
	position: relative;
	top: 0;
}
.client-info-style-left .proofing-client-details .proofing-client-info-wrap,
.client-info-style-left .proofing-client-details .proofing-client-image {
	display: inline-block;
}
.client-info-style-left .proofing-client-details .proofing-client-info-wrap {
	padding-left: 30px;
	text-align: initial;
}
.client-info-style-left .proofing-client-details ul.event-details li {
	margin: 0 20px;
	margin-left: 0;
}
.client-info-style-left .proofing-client-wrap {
	text-align: center;
}
.proofing-client-details .proofing-client-info-wrap {
	display: block;
	margin-left: 0;
	margin-top: 15px;
	vertical-align: top;
	text-align: center;
}
.proofing-client-details ul.event-details {
	padding-left: 0;
	padding-top: 7px;
}
.proofing-client-details ul.event-details li {
	margin: 0 7px;
}
.proofing-item-wrap .gridblock-element .work-details {
	width: auto;
	max-width: none;
}
.proofing-gallery-button {
	float: right;
	margin-top: -42px;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 0;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.preloader-done .proofing-gallery-button {
	opacity: 1;
}
.theme-is-dark .proofing-client-details .event-details > li i,
.theme-is-dark .proofing-client-details .event-details > li {
	color: #fff;
}
.theme-is-dark .proofing-client-details .proofing-client-title {
	color: #ffffff;
}
.theme-is-dark .proofing-client-details .proofing-client-title {
	color: #ffffff;
}
.proofing-client-details .proofing-client-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.proofing-client-details-inner {
	margin: 0 auto;
	position: relative;
}
.proofing-client-details .proofing-client-desc {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 22px;
	font-weight: 400;
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 6px;
}
.single-proofing .client-gallery-details.proofing-client-details {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.single-proofing .proofing-client-details .proofing-client-image img {
	max-width: 70px;
	border-radius: 12px;
}
.single-proofing .client-info-shape-circle .proofing-client-image img {
	border-radius: 100%;
}
.single-proofing .client-info-shape-square .proofing-client-image img {
	border-radius: 0;
}
.single-proofing .proofing-content {
	width: auto;
}
.client-gallery-protected {
	margin: 156px auto;
}
.single-clients .proofing-client-wrap {
	max-width: 600px;
	background: none;
}
.single-proofing .proofing-client-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: 50px;
}
.single-proofing .client-gallery-protected .proofing-client-wrap {
	padding-bottom: 0;
}
#password-protected.client-gallery-protected {
	max-width: 720px;
	background: rgba(0,0,0,0.5);
}
#password-protected .proofing-client-image,
#password-protected .proofing-client-image img {
	line-height: 0;
	margin-bottom: 0;
	border-radius: 10px;
}
.single-clients .proofing-client-image img,
.single-proofing .proofing-client-image img {
	margin-left: auto;
	margin-right: auto;
}

#vertical-center-wrap {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.single-clients.password-protected-client-mode #vertical-center-wrap {
	left: -30px;
}

.vertical-center-outer {
	display: table;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.vertical-center-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.single.mtheme-password-required .portfolio-nav-wrap {
	display: none;
}
.single.mtheme-password-required .container-outer {
	background: none;
}
.mtheme-block-em_displayrichtext a {
	color: #000000;
}
.jp-controls a:hover,
.entry-content .jp-controls a:hover {
	color: #aaa;
}
.jp-controls a,
.entry-content .jp-controls a {
	color: #fff;
}
.jp-progress {
	background: rgba(255, 255, 255, 0.4);
}
.jp-volume-bar {
	background-color: rgba(255, 255, 255, 0.4);
}
div.jp-volume-bar-value,
div.jp-play-bar {
	background: #fff;
}
.jp-gui {
	background: rgba(0,0,0,0.7);
	position: relative;
}
.jp-play-bar {
	background-color: #fff;
	height: 4px;
}
.theme-is-dark .jp-progress {
	background-color: rgba(255,255,255,0.3);
}
.jp-controls a,
.entry-content .jp-controls a {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}
.theme-is-dark .jp-controls a:hover,
.theme-is-dark .entry-content .jp-controls a:hover {
	color: #fff;
}
.footer-section {
	background-color: #f9f9f9;
}
.footer-section .sidebar-widget {
	margin-bottom: 0;
	padding-bottom: 28px;
}
.footer-logoimage img {
	max-height: 40px;
	width: auto;
	position: relative;
	top: 16px;
}
.footer-one-third {
	width: 33.33333333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.footer-one-third.no-footer-widgets {
	float: none;
}
.footer-half {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
/* Text Shades */


#gridblock-filters li .is-active,
#gridblock-filters li a:focus,
#gridblock-filters a:focus,
#gridblock-filters li .is-active,
#gridblock-filters li .is-active:hover,
.slideshow-box-readmore:hover {
	color: #e1201d;
}
#gridblock-filters li a:hover {
	color: #000;
}
#gridblock-filters li a {
	color: rgba(0,0,0,0.7);
}
.entry-title-subheading,
.entry-title-subheading p,
.text-is-dark .entry-title-subheading p,
.section-description,
.section-description p,
.text-is-dark .section-description p,
.entry-content .smaller-content,
.entry-content,
.woocommerce #tab-description p,
.woocommerce .entry-summary div[itemprop="description"],
.blog-details-section .the-month,
.post-meta-time-archive,
.gridblock-parallax-wrap .work-description {
	color: rgb(126, 126, 126);
}
.gridblock-five .work-description,
.gridblock-four .work-description,
.gridblock-three .work-description,
.gridblock-two .work-description,
.gridblock-one .work-description,
.slideshow-box-info .work-description,
#gridblock-filters .griblock-filters-subcats a {
	color: rgba(0,0,0,0.7);
}
/* Maintenance Screen */

.site-in-maintenance-mode .container {
	padding: 0;
}
.site-in-maintenance-mode.menu-is-vertical #vertical-center-wrap {
	left: 0;
	width: 100%;
	margin-left: 0;
}
.site-in-maintenance-mode {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.site-maintenance-text {
	font-size: 46px;
	font-weight: 300;
	line-height: 55px;
	opacity: 0;
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	transition: opacity 2s;
}
.preloader-done .site-maintenance-text {
	opacity: 1;
}
.site-in-maintenance {
	margin: 0 auto;
	max-width: 480px;
	padding: 10px;
}
.site-in-maintenance-container {
	width: 50px;
	height: 50px;
	padding-bottom: 28px;
	margin: 0 auto;
}
.site-in-maintenance-ball {
	width: 5px;
	height: 5px;
	margin: 5px auto;
	border-radius: 50px;
	background-color: #fff;
}
.site-in-maintenance-ball:nth-child(1) {
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}
.site-in-maintenance-ball:nth-child(2) {
	-webkit-animation: left 1.2s infinite ease-in-out;
	-moz-animation: left 1.2s infinite ease-in-out;
	animation: left 1.2s infinite ease-in-out;
}
.site-in-maintenance-ball:nth-child(3) {
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}
@-webkit-keyframes right {
	0% {
		-webkit-transform: translate(-5px);
	}
	50% {
		-webkit-transform: translate(5px);
	}
	100% {
		-webkit-transform: translate(-5px);
	}
}
@-webkit-keyframes left {
	0% {
		-webkit-transform: translate(5px);
	}
	50% {
		-webkit-transform: translate(-5px);
	}
	100% {
		-webkit-transform: translate(5px);
	}
}
@-moz-keyframes right {
	0% {
		-moz-transform: translate(-5px);
	}
	50% {
		-moz-transform: translate(5px);
	}
	100% {
		-moz-transform: translate(-5px);
	}
}
@-moz-keyframes left {
	0% {
		-moz-transform: translate(5px);
	}
	50% {
		-moz-transform: translate(-5px);
	}
	100% {
		-moz-transform: translate(5px);
	}
}
@keyframes right {
	0% {
		transform: translate(-5px);
	}
	50% {
		transform: translate(5px);
	}
	100% {
		transform: translate(-5px);
	}
}
@keyframes left {
	0% {
		transform: translate(5px);
	}
	50% {
		transform: translate(-5px);
	}
	100% {
		transform: translate(5px);
	}
}

.must-log-in {
	font-size: 14px;
	font-weight: 400;
}
#respond .must-log-in > a {
	color: #000;
	font-weight: 600;
}

#footer .social-header-wrap ul li.contact-text {
	text-align: center;
}
.fotorama__nav.fotorama__nav--thumbs {
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
}
.mobile-social-header .widget_text {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	margin-left: 35px;
}
.page-is-fullscreen.menu-is-detatched .container-wrapper {
	padding-top: 0;
}
.edge-to-edge .title-container-outer-wrap {
	display: none;
}
.gallery {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 32px;
}
.gallery .gallery-item {
	display: inline-block;
	text-align: center;
	width: 33.333%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 20px;
	margin: 0;
}
.gallery.gallery-columns-10 .gallery-item {
	width: 10%;
}
.gallery.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery.gallery-columns-3 .gallery-item {
	width: 33.333%;
}
.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}
.body-dashboard-push-left {
	position: static;
}
.jarallax-container {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	transition: opacity 1.5s;
	z-index: 1;
}
.jarallax::before {
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
	z-index: 0;
	opacity: 1;
	position: absolute;
	-webkit-transition: opacity 0.5s, height 1s;
	-moz-transition: opacity 0.5s, height 1s;
	transition: opacity 0.5s, height 1s;
}
.bg-loaded.jarallax::before {
	opacity: 0;
}
.bg-detect-and-display {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;	
}
.bg-loaded .bg-detect-and-display {
	opacity: 1;
}
.mtheme-block {
	position: relative;
	z-index: 2;
}
.preloader-done .jarallax-container {
	opacity: 1;
}
.jarallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.container-wrapper .elementor .stellar.elementor-element,
.container-wrapper .stellar {
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 0%;
}

/* Flip Card */

.flipbox-card-flip {
	position: relative;
	transform: perspective(1000);
	-moz-transform: perspective(1000px);
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}
.flipbox-card-container-front,
.flipbox-card-container-back,
.flipbox-card-flip:hover .flipbox-card-container-back,
.flipbox-card-flip:hover .flipbox-card-container-front,
.flipbox-card-flip .flipbox-card-front,
.flipbox-card-flip .flipbox-card-back {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flipbox-wrap {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
.flipbox-card-flip {
	-moz-transform-style: preserve-3d;
}
.flipbox-card-flip {
	width: 100%;
	min-height: 400px;
}
.flipbox-card-front,
.flipbox-card-back {
	width: 100%;
	height: 100%;
}
.flipbox-card-container-back,
.flipbox-card-container-front,
.flipbox-card-front,
.flipbox-card-back {
	-ms-transition: transform 0.60s cubic-bezier(.6, .4, .4, 1);
	transition: transform 0.60s cubic-bezier(.6, .4, .4, 1);
	-webkit-transition: transform 0.60s cubic-bezier(.6, .4, .4, 1);
}
.flipbox-card-front,
.flipbox-card-back {
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flipbox-card-flip .flipbox-card-front,
.flipbox-card-flip .flipbox-card-back {
	z-index: 1;
}
.flipbox-card-flip .flipbox-card-front,
.flipbox-card-flip:hover .flipbox-card-back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flipbox-card-flip:hover .flipbox-card-front {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flipbox-card-flip .flipbox-card-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/*flipbox-card content*/

.flipbox-card-container-back,
.flipbox-card-container-front {
	position: relative;
	padding: 40px;
	text-align: center;
	top: 50%;
	z-index: 2;
}
.flipbox-card-container-front {
	-webkit-transform: translateY(-50%) translateX(0px) scale(1);
	-ms-transform: translateY(-50%) translateX(0px) scale(1);
	transform: translateY(-50%) translateX(0px) scale(1);
}
.flipbox-card-flip:hover .flipbox-card-container-front {
	-webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
	-ms-transform: translateY(-50%) translateX(-650px) scale(.88);
	transform: translateY(-50%) translateX(-650px) scale(.88);
}
.flipbox-card-container-back {
	-webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
	-ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
	transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
}
.flipbox-card-flip:hover .flipbox-card-container-back {
	-webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
	-ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
	transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}
/*Style text*/
.flipbox-card-flip p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/*Elements*/

.flip-overlay {
	display: block;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.flipbox-icon {
	margin: 0 auto;
	text-align: center;
	color: rgba(255,255,255,0.9);
	font-size: 62px;
	line-height: 1;
}

.mtheme-lightbox.lg-outer .lg-toogle-thumb {
	display: none;
}
.mtheme-lightbox.lg-outer .lg-thumb-outer {
	background: none;
}
.mtheme-lightbox.lg-outer .lg-thumb {
	margin: 0 auto;
}
.mtheme-lightbox.lg-outer .lg-thumb-item {
	border: 0;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mtheme-lightbox.lg-outer.lg-has-thumb .lg-inner {
	height: -webkit-calc(100% - 120px);
	height: -moz-calc(100% - 120px);
	height: calc(100% - 120px);
}
.mtheme-lightbox.lg-outer .lg-toogle-thumb::after {
	content: "\f440";
	font-family: 'Ionicons';
}

.mtheme-lightbox.lg-outer .lg-thumb-item.active,
.mtheme-lightbox.lg-outer .lg-thumb-item:hover {
	opacity: 1;
}

.has-svg-animated-icon {
	opacity: 0;
}
.has-svg-animated-icon.icon-animation-ready {
	opacity: 1;
}
.svg-fallback,
.has-svg-animated-icon svg {
	height: 64px;
	width: 64px;
}
.has-svg-animated-icon svg path {
	fill:none;
	stroke-width:0.4em;
	stroke: #000;
}

.service-icon-size-large .service-icon i {
	font-size: 104px;
}
.service-icon-size-large .has-svg-animated-icon svg {
	height: 104px;
	width: 104px;
}
.service-icon-size-large i.fontawesome {
	height: 120px;
	line-height: 120px;
	width: 120px;
}




/* Image Drops */

.imagedrops-wrap {
	position: relative;
}

.imagedrop-element-inner,
.imagedrop-element {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}
.imagedrop.image-drop-1 {
	z-index: 3;
	display: inline-block;
	position: relative;
}
.imagedrop.image-drop-2 {
	z-index: 1;
}
.imagedrop.image-drop-3 {
	z-index: 2;
}
.imagedrop-element {
	height: auto;
	padding: 12.4% 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imagedrop-element-1 {
	position: relative;
}
.imagedrop-element-2,
.imagedrop-element-3 {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.imagedrop-inner-1 {
	-webkit-transform: translateX(0%) translateY(-30%);
	transform: translateX(0%) translateY(-30%);
}
.imagedrop-inner-2 {
	-webkit-transform: translateX(20%) translateY(30%);
	transform: translateX(20%) translateY(30%);
}
.imagedrop-inner-3 {
	-webkit-transform: translateX(-20%) translateY(0%);
	transform: translateX(-20%) translateY(0%);
}

.imagedrop-element-inner .imagedrop {
	-webkit-box-shadow: 10px 10px 44px -25px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 44px -25px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 44px -25px rgba(0,0,0,0.75);
}


/* Timeline */
.timeline-list {
	position: relative;
	padding: 0 24px;
	list-style: none;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.preloader-done .timeline-list {
	opacity: 1;
}
.timeline-list-event > h3,
.entry-content .timeline-list-event > h3 {
	text-transform: uppercase;
}
.timeline-list .timeline-list-event {
  padding-bottom: 25px;
  position: relative;
  list-style: none;
}
.timeline-list .timeline-list-event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline-list .timeline-list-event:before,
.timeline-list .timeline-list-event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline-list .timeline-list-event:before {
	background: #d7d5d5;
	content: " ";
	height: calc(100% - 5px);
	left: -24px;
	top: 10px;
	width: 1px;
}
.timeline-list .timeline-list-event span {
	color: #9b9b9b;
	display: block;
}
.timeline-list .timeline-list-event:after {
	background: #000;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: -26px;
	top: 8px;
	width: 5px;
}

.timeline-contents {
	font-size: 13px;
	padding: 16px 24px 20px;
	background: #f6f6f6;
}


.woocommerce #supersized img,
.woocommerce-page #supersized img {
	max-width: none;
	width: auto;
	height: auto;
}


/* OpenTable */

.chosen-select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.chosen-container {
	min-width: 180px;
}
.chosen-container .chosen-results li {
	font-weight: 500;
}
.wpcf7-form .chosen-container .chosen-results li.highlighted,
.mtheme-opentable-form .chosen-container .chosen-results li.highlighted {
	background-image: none;
	color: #fff;
}
.wpcf7-form .chosen-container .chosen-results,
.mtheme-opentable-form .chosen-container .chosen-results {
	max-height: 95px;
}
.wpcf7-form .chosen-container .chosen-single,
.mtheme-opentable-form .chosen-container-single .chosen-single {
	background: none;
	border-radius: 0;
}
.mtheme-opentable-form .powered-by-open-table {
	color: #000;
	display: block;
	text-transform: uppercase;
}
.mtheme-opentable-form .otw-reservation-date {
	border: 1px solid #aaa;
	background: none;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 3px 4px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
}
.chosen-container-single .chosen-single span {
	font-weight: 400;
}
.mtheme-opentable-form .chosen-container-single .chosen-single,
.mtheme-opentable-form .otw-reservation-date {
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.mtheme-opentable-form .chosen-container-single .chosen-single:hover,
.mtheme-opentable-form .otw-reservation-date:hover {
	border-color: #000;
}
.mtheme-opentable-form .chosen-container-single.chosen-with-drop .chosen-single:hover {
	border-color: #aaa;
}
.mtheme-opentable-form {
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
}
.mtheme-opentable-form {
	text-align: center;
}
.mtheme-opentable-column {
	float: left;
	width: 33.33%;
}
.mtheme-opentable-form i {
	font-size: 42px;
	display: block;
	color: #000;
}
.otw-date-li .ion-ios-calendar {
	margin-right: 10px;
}
.mtheme-opentable-form h2 {
	font-weight: 400;
}
.mtheme-opentable-input-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 32px;
}
.text-is-bright .chosen-container-single .chosen-single {
  color:#fff;
  border-color: #fff;
}
.text-is-bright .chosen-container-single.chosen-container-active .chosen-single {
  color:#000;
}
.chosen-container-single .chosen-single {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.25px;
	font-weight: 600;
}


/* Reservation Button */
.stickymenu-active.menu-is-horizontal .responsive-menu-wrap .reservation-button-wrap {
	top: 14px;
}
.responsive-menu-wrap .reservation-button-wrap {
	top: 14px;
	right: 12px;
	opacity: 1;
	z-index: 101;
	position: fixed;
}
.responsive-menu-wrap .mtheme-button {
	padding: 8px 16px;
	min-width: 0;
	letter-spacing: 0;
	font-size: 12px;
}
.reservation-button-wrap {
	position: absolute;
	top: 18px;
	right: 50px;
	opacity: 0;
	z-index: 99;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.menu-social-inactive.center-logo .reservation-button-wrap {
	top: 50px;
}
.stickymenu-active .reservation-button-wrap .mtheme-button {
	border: 1px solid #000;
	color: #000;
	top: 0;
}
.stickymenu-active .reservation-button-wrap .mtheme-button:hover {
	border: 1px solid #000;
	background: #000;    
	color: #fff;    
}
.superfish-ready .reservation-button-wrap {
	opacity: 1;
}
.left-logo .reservation-button-wrap {
	right: 50px;
	top: 19px;
}
.left-logo.mobile-mode-active .reservation-button-wrap {
	right: 10px;
	top: 12px;
}
.left-logo .reservation-button-wrap {
	position: absolute;
}
.mobile-mode-active .reservation-button-wrap .mtheme-button {
	min-width: 0;
	font-size: 12px;
	letter-spacing: 0.3px;
	top: 2px;
	right: 0;
	margin: 0;
	border-color: #000;
	color: #000;
}
.mobile-mode-active .reservation-button-wrap .mtheme-button:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}


/* Food Menu */

.gridblock-element.foodgrid-element .gridblock-element-inner,
ul.food-list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gridblock-element.foodgrid-element.chef-recommended-yes .gridblock-element-inner,
ul.food-list li.chef-recommended-yes {

}
.entry-content .food-tabs-outer .ui-accordion-content {
	padding: 76px 76px 24px;
}
.entry-content .food-tabs-outer .ui-accordion-header-icon::after {
	font-size: 24px;
	right: 24px;
	top: 19px;
}
.entry-content .food-tabs-outer .wp-accordion h3 a,
.entry-content .food-tabs-outer .ui-accordion-header.ui-state-default a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
}
.food-tabs-outer .ui-accordion-content {
	background: #f9f9f9;
}
.food-tabs-wrap .food-element:last-child {
	margin-bottom: 0;
}

.entry-content .food-tabs-outer .ui-tabs .ui-tabs-nav .ui-state-active a,
.entry-content .food-tabs-outer .ui-tabs .ui-tabs-nav .ui-state-active a:hover {
	color: #000;
}

.food-currency-symbol {
	margin: 0 1px;
}
.food-column-two li,
.food-column-three li {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 56px;
}
.food-column-two {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.food-column-three li {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.food-column-two li.food-column-2 {
	padding-right: 0;
}
.food-column-three li.food-column-3 {
	padding-right: 0;
}

.food-column-three li,
.food-column-two li {
	width: 100%;
	padding-right: 0;
}
.food-column-three li.food-new-row,
.food-column-two li.food-new-row {
	width: 100%;
}

.food-main-header .is-max-width-text {
	max-width: 400px;
}

.is-max-width-text {
	max-width: 560px;
	margin: 0 auto;
}
.gridblock-element .food-item-info-wrap {
	position: absolute;
	z-index: 99;
	width: calc(100% - 60px);
	-moz-width: calc(100% - 60px);
	-webkit-width: calc(100% - 60px);
}
.gridblock-element .food-notice {
	margin-right: 1px;
	top: 0;
	padding: 10px 16px;
	background: #fff;
	border: 0;
	color: #000;
}
.gridblock-element .food-purchase-item a {
	background: #000;
	color: #b78426;
}
.gridblock-element-inner:hover .food-notice {
	opacity: 1;
}
.gridblock-element .box-food-price {
	display: block;
}
.gridblock-element .food-purchase-item {
	float: right;
}
.gridblock-element .food-purchase-item a {
	border-color: #fff;
	color: #fff;
	padding: 10px 16px;
}
.gridblock-element .food-purchase-item a:hover {
	background: #fff;
	color: #000;
}

.food-variation.food-variation-size{
	margin-right: 5px;
}

h2.food-main-title {
	text-align: center;
}
.food-item-description {
	width: 90%;
}
.entry-content ul.food-list {
	list-style-type: none;
}
.food-list-icon {
	text-align: center;
}
.food-list-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.food-list-wrap .food-menu-button,
.food-list-wrap .button-element {
	text-align: center;
}
.entry-content h3.food-item-title,
h3.food-item-title {
	float: left;
	text-transform: uppercase;
	display: inline-block;
}
.entry-content .food-tabs-outer h3.food-item-title,
.food-tabs-outer h3.food-item-title {
	float: left;
	display: inline-block;
}
.entry-content .text-is-bright h3.food-item-title {
	color: #fff;
}
.food-item-variations .food-item-price {
	margin-right: 5px;
	text-transform: uppercase;
}
.food-item-variations .food-item-price:last-child {
	margin-right: 0;
}
.food-item-price {
	display: inline-block;
}
.food-purchase-item {
	display: inline-block;
}
.food-purchase-item a {
	color:#fff;
	background: #000;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	-webkit-transition: background 0.2s, color 0.2s;
}
.food-list-wrap .food-purchase-item a {
	padding-top: 4px;
}

.gridblock-element .food-purchase-item a {
	padding: 10px 16px;
}
.food-purchase-item a:hover {
	background: #888;
	color: #fff;
}
.food-main-header {
	padding: 0 0 18px;
}
.food-main-header .food-list-icon i {
	display: inline-block;
	font-size: 44px;
	height: auto;
	width: auto;
}
.food-main-body {
	padding: 0;
}
.food-list .food-purchase-item a,
.food-notice {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1px;
	line-height: 11px;
	margin-right: 2px;
	padding: 5px 8px;
	text-transform: uppercase;
	position: relative;
}
.food-notice {
	background: #b78426;
	color: #fff;
}
.food-list .food-purchase-item a {
	background: #000;
	color: #fff;
	padding-top: 4px;
}
.food-item-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.food-image-active .food-item-image {
	width: 112px;
	height: 112px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.food-image-active .food-item-wrap {
	display: inline-block;
	width: 80%;
	width: -webkit-calc(100% - 112px);
	width: -moz-calc(100% - 112px);
	width: calc(100% - 126px);
}
.tab-contents .food-image-active .food-item-wrap {
	display: inline-block;
	width: 80%;
	width: -webkit-calc(100% - 116px);
	width: -moz-calc(100% - 116px);
	width: calc(100% - 116px);
}
.food-image-active.food-notice-active .food-item-wrap-outer {
	border: 0;
	padding: 0;
}
.food-item-image > img {
	border-radius: 14px;
	float: left;
	width: 100%;
	position: relative;
}

.food-item-variations {
	display: inline-block;
}

.food-item-variations-wrap {
	float: right;
	position: relative;
	top: -3px;
}
.gridblock-element .food-item-variations-wrap {
	float: none;
}
.food-varitation-sep {
	font-size: 9px;
	color: #bfbfbf;
	margin: 0 6px;
	position: relative;
	top: -2px;
}
.food-variation.food-variation-size {
	font-weight: 700;
}
.food-item-header {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.gridblock-element .food-item-header {
	border: 0;
}
.text-is-bright .food-item-header {
	border-color: rgba(255,255,255,0.4);
}
.pagination span.current,
.pagination ul li span.current,
.blog-timeline-month {
	background: #000;
}

/* **********************
Maps
*********************** */

.gomapMarker {
	font-weight: 700;
}
#map {
  margin:0 auto;
  margin-top:10px;
  width:100%;
  height:400px;
}

.map {
  width:100%;
  margin:0 auto;
  height:400px;
}
.gomapMarker img {
  width: 10px;
}

.social-left-menu {
	text-align: left;
}


.centered-container {
	display: inline-flex;
}

.arrow-link {
	color: #000;
	cursor: pointer;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	font-size: 11px;
}

.link--arrowed {
	display: inline-block;
}
.link--arrowed .arrow-icon {
	position: relative;
	top: -1px;
	transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
	transition: stroke-dashoffset 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	stroke-dasharray: 95;
	stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
		  transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.work-details .arrow-link,
.entry-blog-contents-wrap .arrow-link {
	color: #b78426;
}
.work-details .arrow-link svg g,
.entry-blog-contents-wrap .arrow-link svg g {
    stroke: #b78426;
}

/* Font Hierarchy */

/* 256, 180, 128, 94,76,60,48,38,32,24,20,16,12 */

h1.big-title,
.entry-content h1.big-title {
	font-size: 94px;
	line-height: 1.1;
	letter-spacing: 0;
	font-weight: 400;
}
h1,
.entry-content h1 {
	font-size: 64px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.7px;
}
h2,
.entry-content h2 {
	font-size: 52px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.7px;
}
h3,
.entry-content h3 {
	font-size: 38px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.7px;
}
h4,
.entry-content h4 {
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 1px;
}
h5,
.entry-content h5 {
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h6,
.entry-content h6 {
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

body {
  font-size: 16px;
  line-height: 1.5;
}
.hero-text-wrap .hero-title {
	font-size: 94px;
	line-height: 1.1;
	letter-spacing: -4px;
	font-weight: 400;
}

.portfolio-section-heading h2 {
	font-size: 26px;
	font-weight: 500;
	padding: 30px 0;
	text-align: center;
	margin: 0;
	letter-spacing: 0px;
}

.entry-content .headingstyle-compact h1.section-title,
.pricing-table .pricing-cell,
.entry-content .heading-block h2.photocard-title {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -1.4px;
	font-weight: 300;
}

.entry-content .gridblock-blog-parallax .heading-block h2.photocard-title {
	font-size: 38px;
	line-height: 1.1;
	letter-spacing: -0.6px;
	font-weight: 700;
}

.pricing-table .pricing-cell {
	font-size: 46px;
	line-height: 1.1;
	letter-spacing: 1px;
	font-weight: 300;
}

h2.food-main-title,
.entry-content .section-title,
.entry-content .entry-title,
.entry-title {
	font-size: 52px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.05;
	margin-bottom: 24px;
}
.entry-content .post-heading .section-title {
	font-size: 44px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: 32px;
}

.entry-title-wrap .entry-title,
.single .title-container .entry-title {
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.05;
}

.entry-content .section-size-large .section-title {
	font-size: 70px;
}

.mtheme-password-required .entry-title-wrap h1.entry-title,
.mtheme-password-required.single .title-container h1.entry-title,
#footer h3 {
	font-size: 42px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 300;
}

.client-say {
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -1.2px;
	font-weight: 400;
	padding: 0 10px;
}

.quote_say {
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 1px;
	font-weight: 400;
}
.pricing-table .pricing-title h2 {
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: 1px;
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-order h3,
.entry-content .cross-sells > h2,
.cross-sells > h2,
.up-sells.products > h2,
.related.products > h2,
.woocommerce .entry-summary .amount,
.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce .summary p.price del span,
.woocommerce #content div.product span.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page #content div.product p.price del {
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 0.2px;
	font-weight: 400;
}
.woocommerce .entry-summary .woocommerce-grouped-product-list .amount {
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.2px;
	font-weight: 400;
}

.blog-list-style-small .entry-content .entry-post-title h2 {
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.3px;
	font-weight: 600;
	margin-bottom: 20px;
}

.blog-list-style-small .mtheme-shortcode-bloglist .entry-blog-contents-wrap {
	text-align: left;
}
.blog-list-style-small .entry-content-wrapper {
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.entry-content .entry-post-title h2,
.events-info-wrap .event-heading,
.woocommerce-checkout .entry-content h2,
.woocommerce-thankyou-order-received,
.woocommerce .cart_totals h2 {
	font-size: 17px;
	line-height: 1.1;
	letter-spacing: 2px;
	font-weight: 400;
}

.events-info-wrap .event-heading {
	font-weight: 600;
}

.entry-content .time-count-data,
.entry-content .flipbox-card-flip h2,
.entry-content .service-content h4 {
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0.5;
	font-weight: 500;
}

.entry-content .time-count-data {
	font-size: 84px;
	letter-spacing: 1px;
	font-variant-numeric: tabular-nums;
}

.entry-content .entry-post-title h2 {
	font-size: 42px;
	font-weight: 500;
	letter-spacing: -0.7px;
	line-height: 1.05;
	text-transform: none;
	margin-bottom: 32px;
}

.aboutme-wrap.entry-content > h2,
.entry-content .food-tabs-outer .wp-accordion h3 a,
.entry-content .food-tabs-outer .ui-accordion-header.ui-state-default a {
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 0.2px;
	font-weight: 300;
}

.person h4.staff-position {
	font-size: 17px;
	line-height: 1.1;
	letter-spacing: 0.2px;
	font-weight: 500;
}

.person h3,
.entry-content .person h3 {
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 0px;
	font-weight: 600;
	margin-bottom: 22px;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.sidebar-widget h3 a,
.blog-grid-element-content .work-details h4 a {
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0;
	font-weight: 500;
}

.sidebar-widget h3 {
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 0.3px;
	font-weight: 500;
	text-transform: uppercase;
}

.gridblock-element .food-item-variations .food-item-price {
	text-transform: none;
}

.gridblock-element .entry-content h3.food-item-title,
.gridblock-element h3.food-item-title,
.work-details h4,
.work-details h4 a {
	font-size: 24px;
	line-height: 18px;
	letter-spacing: -0.4px;
	font-weight: 600;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	font-weight: 500;
}

.swiper-title-bright,
.shortcode-swiper-container .swiper-title {
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 1;
	font-weight: 400;
}

.entry-content .photocard-wrap-common .heading-block h3.photocard-subtitle,
.hero-text-wrap .hero-subtitle,
.entry-content .section-heading h5 {
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 6px;
	font-weight: 500;
	text-transform: uppercase;
}

.entry-content .post-heading.section-heading h5 {
	font-size: 10px;
	line-height: 1.1;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
}
.section-date .section-description-inner {
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 2px;
	font-weight: 400;
	font-style: italic;
}

.entry-content .service-details,
.mtheme-lightbox .lg-sub-html h4,
.woocommerce ul.order_details li strong,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th,
.woocommerce .shop_table th.product-name,
.woocommerce .shop_table th.product-price,
.woocommerce .shop_table th.product-quantity,
.woocommerce .shop_table th.product-total,
.woocommerce .shop_table th.product-subtotal,
.woocommerce-product-rating .woocommerce-review-link,
.mtheme-woo-order-selected,
.woocommerce-result-count,
.imagebox-title,
.pricing-service p,
.entry-content .pricing-service,
.entry-content .pricing-service p,
.entry-content .wp-accordion h3.ui-accordion-header a,
.entry-content .ui-accordion-header.ui-state-default a,
.entry-content .food-tabs-outer h3.food-item-title,
.food-tabs-outer h3.food-item-title,
#footer .opening-block h3,
.slideshow-owl-title,
.boxtitle-hover,
.entry-content .boxtitle-hover h3,
.section-description,
.entry-title-subheading,
.entry-content,
.flipbox-card-flip p,
.hero-text-wrap .multi-headlines-wrap {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0;
}
.sidebar-widget .product-title,
.sidebar-widget .woocommerce ul.product_list_widget li a,
#events_list .recentpost_info .recentpost_title,
#recentposts_list .recentpost_info .recentpost_title,
#popularposts_list .popularpost_info .popularpost_title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.3px;
	margin-bottom: 7px;
}
.woocommerce .product-name,
.woocommerce .product-name a {
	font-weight: 600;
}

.woocommerce .woocommerce-customer-details address,
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.imagebox-box,
.woocommerce ul.products li.product h3,
.timeline-list .timeline-list-event span,
.timeline-list-event > h3,
.entry-content .timeline-list-event > h3,
.entry-content .smaller-content,
.entry-content h3.food-item-title,
h3.food-item-title,
.box-food-price .food-item-price,
.food-item-price,
.swiper-desc-bright,
.section-description-erase,
.entry-title-subheading-erase,
.entry-content-erase {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

/* For smaller text */

#contact .button,
#commentform input#submit,
.mtheme-opentable-form .otw-submit-btn,
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a,
.event-details > li,
#respond #commentform textarea,
#respond #commentform input,
#password-protected input,
.post-password-form input,
.entry-content .ui-accordion-content,
.slideshow-box-info .work-description,
.food-item-description {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}
.event-details > li {
	font-size: 15px;
}

.woocommerce-input-wrapper span,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.order_details li,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th,
.woocommerce .shop_table .product-name,
.woocommerce .shop_table .product-price,
.woocommerce .shop_table .product-quantity,
.woocommerce .shop_table .product-total,
.woocommerce .shop_table .product-subtotal,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.3px;	
}

.entry-content .gridblock-owlcarousel-wrap .boxtitle-hover h3,
.shortcode-swiper-container .swiper-desc {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.5px;  
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
ol.commentlist li.comment .comment-author,
ol.commentlist li.comment .comment-author a,
ol.commentlist li.comment .comment-author .fn,
.sidebar,
.gridblock-element .food-item-description,
.gridblock-five .work-description,
.gridblock-four .work-description,
.gridblock-three .work-description,
.gridblock-two .work-description,
.gridblock-one .work-description,
#events_list p,
.button-blog-continue a,
#recentposts_list p,
#popularposts_list p,
.mtheme-lightbox .entry-content,
.entry-content .slideshow-box-info h3.photocard-subtitle,
a#cancel-comment-reply-link {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.3px;
}

.person-desc,
.entry-content .person-desc,
.entry-content .person-desc a {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.3px;
}

.grid-has-blog .summary-info,
.post-single-tags,
.post-single-tags a,
.datecomment,
.food-list .food-item-description {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.woocommerce .entry-summary .product_meta,
.woocommerce ul.products li.product .button.add_to_cart_button {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.datecomment,
.food-list .food-item-description {
	line-height: 1.5;
}

.button-blog-continue a {
	line-height: 1;
}

.headingstyle-compact .section-description,
.headingstyle-compact .entry-title-subheading,
.entry-content .service-details,
.entry-content .service-details p,
.entry-content .flipbox-card-flip p,
.gridblock-five .work-description,
.gridblock-four .work-description,
.gridblock-three .work-description,
.gridblock-two .work-description,
.gridblock-one .work-description,
.entry-content .ui-accordion-content,
.slideshow-box-info .work-description,
.person-desc,
.gridblock-element .food-item-description {
	line-height: 1.5;
}

#commentform .logged-in-as {
	line-height: 1.3;
}

ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a,
.button-blog-continue a,
.sidebar-widget .product-title,
.sidebar-widget .woocommerce ul.product_list_widget li a,
#events_list .recentpost_info .recentpost_title,
#recentposts_list .recentpost_info .recentpost_title,
#popularposts_list .popularpost_info .popularpost_title {
	font-weight: 600;
}

.worktype-categories {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.elementor-widget-events-grid .worktype-categories {
	font-size: 12px;
	font-weight: 400;	
}

#contact .button,
#commentform input#submit,
.text-is-bright .woocommerce form .form-row label,
.woocommerce-page .text-is-bright form .form-row label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce #respond input#submit.alt,
.woocommerce .coupon button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce .shipping-calculator-form button,
.woocommerce .woocommerce-message a.button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.pricing-table .pricing-duration,
.quote_author,
.food-list .food-purchase-item a,
#footer .opening-hours dd,
.opening-hours dt.week,
.sidebar-widget .mc4wp-form input,
.gridblock-element .food-purchase-item a,
.gridblock-element .food-notice,
.mtheme-opentable-form .otw-submit-btn,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"],
#password-protected input[type="submit"],
.post-password-form input[type="submit"],
.project-details-link h4 a,
.mtheme-button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.entry-content .wp-block-button .wp-block-button__link,
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a {
	font-size: 15px;
	font-weight: 600;
}

#password-protected label,
.cart-view-link a,
.cart-checkout-link a,
.homemenu .cart-view-link a,
.homemenu .cart-checkout-link a,
.blog-grid-element .summary-info,
.readmore-service a,
.project-details-link h4 a,
#copyright .horizontal-footer-copyright li,
.footer-fullscreen-wrap,
.right-side-panel,
.mtheme-opentable-form .powered-by-open-table {
	font-size: 12px;
	font-weight: 500;
}

#commentform .logged-in-as,
.entry-content #commentform .logged-in-as {
	font-size: 12px;
	font-weight: 500;	
}

.horizontal-footer-copyright {
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 4px;
}
.vertical-footer-copyright {
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: 400;
}

.footer-fullscreen-wrap,
.right-side-panel,
#copyright .horizontal-footer-copyright li {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
}
.worktype-categories {
	font-weight: 400;	
}

.entry-content .gridblock-owlcarousel-wrap .boxtitle-hover h3 {
	letter-spacing: 1.5px;
}
.events-summary-wrap .worktype-categories {
	letter-spacing: 0.5px;
}

.entry-content .slideshow-box-info h3.photocard-subtitle,
.mtheme-woo-order-selected,
.entry-content .work-details h4,
.entry-content .food-tabs-outer h3.food-item-title,
.food-tabs-outer h3.food-item-title,
.food-list .food-purchase-item a,
h3.food-item-title,
.gridblock-element .food-purchase-item a,
.gridblock-element .food-notice,
.slideshow-owl-title,
.boxtitle-hover,
.entry-content .boxtitle-hover h3,
.food-item-price,
.entry-content h3.food-item-title,
h3.food-item-title {
	font-weight: 500;
	line-height: 1.2;
}

.woocommerce-result-count,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	font-weight: 600;
	line-height: 1.2;
}

/* Extra styles */
h5,
h6,
#contact .button,
a#cancel-comment-reply-link,
#commentform input#submit,
.woocommerce ul.order_details li,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th,
.text-is-bright .woocommerce form .form-row label,
.woocommerce-page .text-is-bright form .form-row label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce #respond input#submit.alt,
.woocommerce .coupon button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .shipping-calculator-form button,
.woocommerce .woocommerce-message a.button,
.woocommerce .shop_table th.product-name,
.woocommerce .shop_table th.product-price,
.woocommerce .shop_table th.product-quantity,
.woocommerce .shop_table th.product-total,
.woocommerce .shop_table th.product-subtotal,
.woocommerce ul.products li.product h3,
.grid-has-blog .summary-info,
.blog-grid-element .summary-info,
.quote_author,
.imagebox-title,
.entry-content h5,
.entry-content h6,
.readmore-service a,
.project-details-link h4 a,
.person h3,
.timeline-list .timeline-list-event span,
.entry-content .slideshow-box-info h3.photocard-subtitle,
.timeline-list-event > h3,
.entry-content .timeline-list-event > h3,
.entry-content .food-tabs-outer .wp-accordion h3 a,
.entry-content .food-tabs-outer .ui-accordion-header.ui-state-default a,
#footer .opening-block h3,
.opening-hours dt.week,
.sidebar-widget .mc4wp-form input[type="submit"],
.mtheme-opentable-form .powered-by-open-table,
.social-header-wrap ul li.contact-text a,
.social-header-wrap ul li.contact-text,
.social-header-wrap,
.mtheme-block-em_events_grid .worktype-categories,
.mtheme-opentable-form .otw-submit-btn,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"],
#password-protected input[type="submit"],
.post-password-form input[type="submit"],
.project-details-link h4 a,
.mtheme-button,
.woocommerce #review_form #respond .form-submit input,
.entry-content .wp-block-button .wp-block-button__link,
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a {
	letter-spacing: 0.5px;
	font-weight: 500;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
	letter-spacing: 1px;
	font-weight: 400;    
}

.pricing-table .pricing-duration {
	letter-spacing: 4px;
	font-weight: 600;
}

ol.commentlist li.comment .comment-author .fn a,
ol.commentlist li.comment .comment-author .fn {
	font-weight: 600;
}

.entry-content h1.section-title {
	letter-spacing: 0;
}

.client-info {
	text-transform: uppercase;
	letter-spacing: 1.7px;
	font-size: 11px;
	font-weight: 500;
	padding-bottom: 20px;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
	text-transform: none;
}

.gridblock-element .food-notice {
	letter-spacing: 0;
}

#password-protected input[type="submit"],
.post-password-form input[type="submit"],
.woocommerce .shipping-calculator-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.sidebar-widget .mc4wp-form input,
.mtheme-opentable-form .otw-submit-btn,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"],
.project-details-link h4 a,
.mtheme-button,
.woocommerce #review_form #respond .form-submit input,
ol.commentlist li.pingback .reply a,
ol.commentlist li.comment .reply a {
	padding: 10px 24px;
	border-radius: 5px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
	padding: 11px 14px;
}
.section-align-center .section-title {
	margin: 0 auto 18px;
}
.mcolumn-align-center {
	margin: 0 auto;
}
.section-align-center .section-description,
.photocard-wrap-common .photocard-content-wrap .photocard-contents {
	max-width: 420px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Base Margins */
/* 256, 180, 128, 94,76,60,48,38,32,24,20,16,12 */

#customer_details,
.entry-content-wrapper,
.entry-content ul.food-list {
	margin-bottom: 112px;
}

.comments-section-wrap {
	padding-bottom: 70px;
}
.theme-footer-disabled:not(.elementor-page) .container,
.theme-footer-disabled .comments-section-wrap {
	padding-bottom: 120px;
}
.author-info,
.title-container-outer-wrap {
	margin-bottom: 50px;
}
.vertical-parallax-image h3.photocard-subtitle {
	margin-bottom: 20px;
}
.portfolio-gallery-description,
.mtheme-password-required .entry-title-wrap,
.mtheme-password-required.single .title-container .entry-title-wrap {
	margin-bottom: 14px;
}

.has-top-margin {
	margin-top: 70px;
}

/* Gutenberg Styles and Margins */

.gutenberg-active .entry-blog-contents-wrap > *:not( .alignwide ):not( .alignfull ) {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
	color: rgba(255,255,255,0.8);
	font-size: 30px;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 636px;
	padding: 14px;
	text-align: center;
	position: relative;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignright {
	display: flex;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: rgba(0,0,0,0.3);
}

.wp-block-image .alignright {
	float: right;
	margin-left: 18px;
}
.wp-block-image .alignleft {
	float: left;
	margin-right: 18px;
}

.wp-block-image figcaption {
	margin-top: 10px;
	color: #666;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}

.wp-block-video video,
.wp-block-audio audio {
	width: 100%;
}
.entry-content hr {
	max-width: 100px;
	border-bottom: 2px solid #000;
	margin: 36px 0;
}
.entry-content .wp-block-separator,
.wp-block-separator {
	border-bottom: 2px solid #000;
	margin: 36px auto;
}
.wp-block-separator.is-style-dots {
	border:0;
}
.wp-block-separator.is-style-dots::before {
	content: "\00b7 \00b7 \00b7";
	color: #32373c;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-separator.is-style-wide {
	border-bottom-width: 1px;
}

.entry-content .wp-block-code,
.entry-content .wp-block-quote,
blockquote.wp-block-quote,
p.wp-block-subhead,
.entry-content .wp-block-cover-image,
.wp-block-image,
.wp-block-columns,
.entry-content ul.wp-block-gallery,
.wp-block-text-columns,
.entry-content .wp-block-quote.is-large,
.wp-block-code,
.wp-block-audio,
.entry-content .wp-block-video,
.wp-block-preformatted,
.entry-content .entry-content pre,
.entry-content .wp-block-verse,
.wp-block-table,
.wp-block-categories,
.entry-content .wp-block-latest-posts,
.wp-block-embed {
	margin-bottom: 18px;
}

.entry-content .wp-block-button {
	margin-bottom: 14px;
}

.entry-content .wp-block-quote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	padding: 50px;
}
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large,
.entry-content .wp-block-quote.is-large em,
.entry-content .wp-block-quote.is-style-large em{
	font-weight: 300;
}

.wp-block-columns .wp-block-image {
	margin-bottom: 0;
}

.wp-block-columns > .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-columns > .wp-block-column {
	margin-left: 40px;
}

.wp-block-columns p:last-child,
.wp-block-text-columns p:last-child {
	margin-bottom: 0;
}

.entry-content .alignwide {
	margin-left: calc(25% - 25vw);
	margin-right: calc(25% - 25vw);
	width: auto;
	max-width: 1000%;
}

.entry-content .alignfull {
	margin-left: calc( (50% - 50vw) + 70px );
	margin-right: calc( (50% - 50vw) + 70px );
	width: auto;
	max-width: 1000%;
}

.two-column .entry-content .alignwide {
	margin-left: 0;
	width: 100%;
}
.two-column .entry-content .alignfull {
	margin-left: 0;
	margin-right: 0;
}
.alignwide img,
.alignfull img {
	display: block;
	margin: 0 auto;
}

.entry-content .alignwide > *,
.entry-content .alignfull > * {
	width: 100%;
}

.entry-content ul li.blocks-gallery-item {
    position: relative;
    margin-bottom: 80px;
}
.entry-content ul.wp-block-gallery {
	margin-left: 0;
	list-style-type: none;
	list-style-position: inside;
}

blockquote {
	margin-left: 0;
}

blockquote::before {
	display: none;
}

blockquote p {
	margin-bottom: 16px;
}

.wp-block-quote:not(.is-large) {
	padding: 32px;
	border-left: 4px solid #000;
}

.wp-block-quote cite {
	font-weight: bold;
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-large footer {
	display: block;
}

.entry-content .wp-block-table {
	display: table;
}
tbody {
	border-bottom: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
}
.wp-block-table {
	overflow-x: auto;
	display: block;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	text-align: left;
}

.wp-block-latest-posts a,
.wp-block-archives a,
.wp-block-categories a {
	text-decoration: underline;
}

.post-single-meta-group-one,
.post-single-meta-group-two {
	display: inline-block;
}

/* End of Gutenberg Margins */

.sidebar-widget,
ul.vertical_images li,
#gridblock-container.portfolio-gutter-spaced.out-box .gridblock-element,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads,
.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce ul.order_details,
.woocommerce #order_review_heading,
.woocommerce-checkout .woocommerce-order h3,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.single-product-summary-wrap,
.gridblock-columns-wrap .blog-grid-element,
#footer .sidebar-widget {
	margin-bottom: 48px;
}

.postsummarywrap {
	margin-bottom: 25px;
}
.entry-content .cross-sells > h2,
.cross-sells > h2,
.up-sells.products > h2,
.related.products > h2 {
	margin-top: 32px;
	margin-bottom: 32px;
}

.comment-form-rating label {
	margin-bottom: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.events-info-wrap,
.quote_author,
.button-blog-continue,
.woocommerce div.product form.cart,
.entry-content h1.section-title {
	margin-bottom: 32px;
}

.callout .first-half {
	margin-bottom: 30px;
}

.entry-content .time-count-data,
.entry-content .flipbox-card-flip h2,
h3.progressbar-title,
.quote_say,
ul.vertical_images img,
.aboutme-wrap.entry-content > h2,
.sidebar-widget h3 a,
.entry-content ul,
.entry-content ol,
.woocommerce-checkout .entry-content h2,
.woocommerce .woocommerce-breadcrumb,
.gridblock-blog-parallax.gridblock-parallax-wrap .slideshow-box-info p,
.entry-content .photocard-wrap-common .heading-block h3.photocard-subtitle,
.callout h5,
.entry-content .callout h5,
.section-heading h5,
.entry-content .section-heading h5,
.entry-content .section-description.section-date,
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default,
.count-icon-wrap,
#footer .opening-hours dd,
.opening-hours p,
.powered-by-open-table,
.mtheme-opentable-input-wrap,
.entry-content .heading-block h2.photocard-title,
h2.food-main-title,
ul.food-list li,
.food-list-icon,
.entry-content h1.section-title,
.entry-content p,
.wp-caption.alignnone,
.entry-content .service-details p,
.service-content h4,
.sidebar-widget p,
.entry-content blockquote,
.entry-content dl,
.mtheme-opentable-form i,
.hero-text-wrap .hero-subtitle,
.entry-content .section-heading h5,
.entry-content .service-content h4,
.thumbnails-grid-container.grid-style-classic .gridblock-element .gridblock-grid-element,
#gridblock-container.post-grid-mtheme_photostory .gridblock-element .gridblock-grid-element,
#gridblock-container.grid-style-classic .gridblock-element .gridblock-grid-element,
.gridblock-element.foodgrid-element .gridblock-grid-element,
h3#reply-title,
#comment-input,
#comment-textarea,
.single-product-summary .entry-content p,
.entry-content .work-details.events-summary-works h4,
.entry-content .blog-grid-element-content .work-details h4,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.pricing-service p,
.entry-content .pricing-service p,
.person h4.staff-position,
.woocommerce ul.products li.product .price,
#footer .opening-block h3,
.food-list .food-purchase-item a,
.food-notice,
.swiper-title-bright,
.blog-grid-element .work-description,
.hero-text-wrap .hero-title {
	margin-bottom: 22px;
}

.flipbox-icon {
	margin-bottom: 14px;
}
.entry-content .headingstyle-subtitle h5 {
	margin-bottom: 24px;
	position: relative;
	right: -0.3em;
}

.entry-content .headingstyle-default h5::after,
.entry-content .headingstyle-default h5::before,
.entry-content .headingstyle-subtitle h5::after,
.entry-content .headingstyle-subtitle h5::before {
    content: ' ';
    bottom: calc(50% - 1px);
    bottom: -moz-calc(50% - 1px);
    bottom: -webkit-calc(50% - 1px);
    width: 30px;
    height: 1px;
    background: rgba(255,255,255,0.7);
    position: absolute;
}
.entry-content .headingstyle-default h5::after,
.entry-content .headingstyle-subtitle h5::after {
    right: -45px;
}
.entry-content .headingstyle-default h5::before,
.entry-content .headingstyle-subtitle h5::before {
    left: -50px;
}

.entry-content .subtitle-style-none .headingstyle-default h5::after,
.entry-content .subtitle-style-none .headingstyle-default h5::before,
.entry-content .subtitle-style-none .headingstyle-subtitle h5::after,
.entry-content .subtitle-style-none .headingstyle-subtitle h5::before {
	display: none;
}

.sidebar-widget h3 {
	margin-bottom: 24px;
}

.mega-item h6 {
	margin-bottom: 24px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 40px;
}

.post-format-media {
	margin-bottom: 40px;
}
.entry-content .testimonial-say p {
	margin-bottom: 20px;
}

ol.commentlist li.comment .comment-meta {
	margin-bottom: 24px;
}

.woocommerce form .form-row {
	margin-bottom: 12px;
}

#gridblock-container.no-title-no-desc .gridblock-element .gridblock-grid-element,
.thumbnails-grid-container.no-title-no-desc .gridblock-element .gridblock-grid-element {
	margin-bottom: 0;
}

.shortcode-swiper-container .swiper-title,
.shortcode-swiper-container .swiper-desc {
	margin-bottom: 32px;
}

.pricing-table .pricing-title h2 {
	margin-bottom: 24px;
}
.events-swiper.shortcode-swiper-container .swiper-desc {
	margin-bottom: 0;
}
.entry-content .postsummary-spacing p {
	margin-bottom: 20px;
}

.worktype-categories,
.post-single-tags,
.entry-content .timeline-list h3 {
	margin-bottom: 14px;
}
.elementor-widget-events-grid .worktype-categories {
	margin-bottom: 24px;
}

ul.vertical_images .vertical-images-title,
.horizontal-footer-copyright br,
.imagebox-title,
.service-image,
.pricing-table .pricing-cell,
.event-details > li,
.entry-content .event-details > li,
.multi-headlines-wrap h1,
.multi-headlines-wrap h2,
.multi-headlines-wrap h3,
.multi-headlines-wrap h4,
.multi-headlines-wrap h5,
.multi-headlines-wrap h6,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta,
.gridblock-element .food-item-variations-wrap,
.box-item-title,
.entry-content h3.food-item-title,
h3.food-item-title,
.food-item-header,
.mtheme-button {
	margin-bottom: 14px;
}

ol.commentlist .comment-content,
#commentform .logged-in-as {
	margin-bottom: 28px;
}

.grid-has-blog .summary-info,
.entry-content .work-details h4 {
	margin-bottom: 20px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 14px;
}
.entry-content .mtheme-proofing-item .work-details h4 {
	margin-bottom: 10px;
}

.swiper-contents .events-summary-wrap .worktype-categories {
	margin-bottom: 16px;
}

.swiper-contents .events-summary-wrap.summary-info{
	border: 0;
}

.client-info span,
ol.commentlist li.comment .comment-author,
.timeline-list .timeline-list-event span,
.text-is-bright .woocommerce form .form-row label,
.woocommerce-page .text-is-bright form .form-row label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	margin-bottom: 4px;
}

.sidebar-widget ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}

.swiper-contents .events-summary-wrap.summary-info,
.sidebar-widget .insta-grid-wrap ul li,
.entry-content .tab-contents ul.food-list {
	margin-bottom: 0;
}

.imagebox-desc p,
.mtheme-block-em_heroimage .hero-text-wrap .hero-subtitle,
#footer .sidebar-widget:last-child {
	margin-bottom: 0;
}

/* Extra styles II */
.section-heading .mtheme-button {
	margin-top: 28px;
}
.events-summary-wrap {
	color: #000;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.swiper-contents .events-summary-wrap.summary-info,
.gridblock-element .food-item-wrap {
	padding: 0;
}
.boxtitle-hover {
	padding: 0 32px 4px;
}
.thumbnails-grid-container.grid-style-classic .gridblock-element .work-details,
#gridblock-container.post-grid-mtheme_photostory .gridblock-element .work-details,
#gridblock-container.grid-style-classic .gridblock-element .work-details {
	padding: 6px 24px;
}
.blog-grid-element-content,
.blog-grid-element .summary-info {
	padding: 16px 0;
}
.grid-has-blog .summary-info {
	padding: 0 8px 20px 8px;
}
.grid-has-blog .summary-comment {
	margin-left: 14px;
}
.mtheme-block-em_blog_grid .blog-grid-element-content .work-details {
	padding: 0;
}
.mtheme-block-em_blog_grid .pagination-navigation {
	margin-top: 30px;
}

.gridblock-element .food-item-info-wrap {
	top: 32px;
}
.gridblock-element .food-item-info-wrap {
	left: 32px;
}
.datecomment .post-single-meta {
	margin-right: 14px;
}

.tab-contents .food-image-active .food-item-wrap,
.food-image-active .food-item-wrap {
	padding-left: 24px;
}

.footer-container {
	padding: 128px 0 56px;
}

/*!
Animations
*/
.animation-standby-group-item {
  opacity: 0;
}
.elementor-editor-active .woocommerce .products li,
.elementor-editor-active .swiper-slide,
.elementor-editor-active .animation-multiheadline-standby,
.elementor-editor-active .animation-standby-group-item {
  opacity: 1;
}
.elementor-editor-active .elementor-add-section:not(.elementor-dragging-on-child) {
	border: 2px dotted #d5dadf;
}
.elementor-editor-active #elementor-add-new-section {
	margin: 0 auto;
}


.mtheme-animated {
  -webkit-animation-duration: 1.3s;
		  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
}

.animation-action.mtheme-zoomIn {
  -webkit-animation-name: mtheme-zoomIn;
		  animation-name: mtheme-zoomIn;
}
.elementor-editor-active .animation-action {
  -webkit-animation-name: none;
		  animation-name: none;
}

@-webkit-keyframes mtheme-zoomIn {
  0% {
	opacity: 0;
	-webkit-transform: scale3d(.9, .95, .95);
			transform: scale3d(.95, .95, .95);
  }

  50% {
	opacity: 1;
  }
}

@keyframes mtheme-zoomIn {
  0% {
	opacity: 0;
	-webkit-transform: scale3d(.95, .95, .95);
			transform: scale3d(.95, .95, .95);
  }

  50% {
	opacity: 1;
  }
}


.entry-content .elementor-widget-tabs .elementor-tab-content {
    padding: 50px 50px 30px;
}

.animation-action.zoomIn {
  -webkit-animation-name: mtheme-zoomIn;
		  animation-name: mtheme-zoomIn;
}
.menu-frame-top {
	height: 80px;
	width: 100%;
	top: 0;
	left: 0;
}
.menu-frame-bottom {
	height: 50px;
	width: 100%;
	bottom: 0;
	left: 0;
}
.menu-frame-left,
.menu-frame-right {
	width: 50px;
	height: 100%;
	top: 0;
}
.menu-frame-left {
	left: 0;
}
.menu-frame-right {
	right: 0;
}

.menu-frame-bottom,
.menu-frame-left,
.menu-frame-right,
.menu-frame-top {
	background: #fff;
	position: fixed;
	z-index: 99;
}


@keyframes entryzoomIn {
	from {
		opacity: 0;
		transform: scale3d(.97, .97, .97);
	}

	50% {
		opacity: 1;
	}
}

.entry-content .zoomIn {
	animation-name: entryzoomIn;
}

@keyframes entryfadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.entry-content .fadeInLeft {
	animation-name: entryfadeInLeft;
}


@keyframes entryfadeInRight {
	from {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.entry-content .fadeInRight {
	animation-name: entryfadeInRight;
}


@-webkit-keyframes fadeInUpMulti {
  0% {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
			transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0, 240%, 0);
			transform: translate3d(0, 240%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
			transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: none;
			transform: none;
  }
}

@keyframes fadeInUpMulti {
  0% {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
			transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0, 240%, 0);
			transform: translate3d(0, 240%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
			transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: none;
			transform: none;
  }
}

.split-header-wrap {
	overflow: hidden;
}
.split-header-wrap .split-header-inner {
	position: relative;
	bottom: -60px;
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(0.65, 0.02, 0.23, 1), bottom 1s cubic-bezier(0.65, 0.02, 0.23, 1);
	-moz-transition: opacity 1s cubic-bezier(0.65, 0.02, 0.23, 1), bottom 1s cubic-bezier(0.65, 0.02, 0.23, 1);
	transition: opacity 1s cubic-bezier(0.65, 0.02, 0.23, 1), bottom 1s cubic-bezier(0.65, 0.02, 0.23, 1);
}
.split-header-wrap.reveal-split .split-header-inner {
	position: relative;
	bottom: 0;
	opacity: 1;
}
.theme-animated {
  -webkit-animation-duration: 1.5s;
		  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
}
.theme-animation-action.fadeInUpMulti {
  -webkit-animation-name: fadeInUpMulti;
		  animation-name: fadeInUpMulti;
}

.animation-multiheadline-standby {
	opacity: 0;
}


.post-thumbnail-desc {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #000;
    margin-bottom: 7px;
}
.post-thumbnail-nav-link {
	display: inline-block;
    font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 18px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.post-thumbnail-navigation img {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    margin: 0 10px;
}

.post-thumbnail-navigation-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-grow: 1;
}
.post-thumbnail-navigation-outer-left {
	-webkit-justify-content: start;
	justify-content: start;
}
.post-thumbnail-navigation-inner a {
	-webkit-transition: line-height 0.5s;
	-moz-transition: line-height 0.5s;
	transition: line-height 0.5s;
}
.post-thumbnail-navigation-outer:hover a {
	line-height: 1.5;
}
.post-thumbnail-navigation-inner .post-thumbnail-nav-link {

	-webkit-transition: color 0.5s, opacity 0.5s;
	-moz-transition: color 0.5s, opacity 0.5s;
	transition: color 0.5s, opacity 0.5s;
}
.post-thumbnail-navigation-outer:hover .post-thumbnail-nav-link {
	opacity: 1;
}

.post-thumbnail-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.post-thumbnail-nav {
	display: inline-block;
	margin: 0 10px;
	width: 260px;
}
.post-thumbnail-navigation-left .post-thumbnail-nav {
	text-align: left;
}
.post-thumbnail-navigation-right .post-thumbnail-nav {
	text-align: right;
}

.comment-nav a {
	padding-bottom: 40px;
	display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
}

.entry-blog-contents-wrap .centered-container {
    margin-top: 10px;
}
.footer-container-column-inner.sidebar-widget {
	margin: 0;
}
.footer-widget-block {
	max-width: 910px;
	margin:	0 auto;
	padding-top: 40px;
}
.footer-container-column table th,
.footer-container-column table td {
    border: 1px solid #fff;
}
.sidebar-widget .footer-widget-block {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.7;
    word-spacing: 0;
}
.sidebar-widget .footer-widget-block strong,
.footer-widget-block,
.footer-container-column table th,
.footer-container-column table td,
.footer-container-column .sidebar-widget h3,
.sidebar-widget .footer-widget-block #wp-calendar tbody td:hover,
.sidebar-widget .footer-widget-block a:hover {
    color: rgba(255,255,255,0.8);
}
.footer-widget-block a {
	color: #fff;
}
.footer-container-column .widget_nav_menu ul {
	text-align: center;
}
.footer-container-column .widget_nav_menu ul li {
	display: inline-block;
	margin: 0 10px;
}
.sidebar-widget .footer-widget-block strong {
    font-weight: 700;
}
.sidebar-widget .footer-widget-block.widget_search #searchform input {
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}
.sidebar-widget .footer-widget-block #searchform i,
.sidebar-widget .footer-widget-block #mobile-searchform i {
	color: #fff;
}

.theme-hover-arrow {
	position: relative;
	-webkit-transition: bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	cursor: pointer;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
}
.theme-hover-arrow::before {
	content: " ";
	position: absolute;
	background: #000;
	bottom: -20px;
	left: calc( 50% - 20px);
	left: -webkit-calc( 50% - 20px);
	left: -moz-calc( 50% - 20px);
	height: 2px;
	width: 40px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.blog-list-style-small .theme-hover-arrow::before,
.alignicon-left .theme-hover-arrow::before {
		left: 0;
}
.theme-hover-arrow:hover,
.theme-hover-arrow:focus {
	opacity: 0.7;
}
.theme-hover-arrow:hover:before,
.theme-hover-arrow:focus:before {
	opacity: 0.5;
}

.entry-blog-contents-wrap .theme-hover-arrow,
.entry-blog-contents-wrap .theme-hover-arrow:hover,
.entry-blog-contents-wrap .theme-hover-arrow:focus,
.entry-blog-contents-wrap .theme-hover-arrow:hover:after,
.entry-blog-contents-wrap .theme-hover-arrow:focus:after {
	color: #e1201d;
}

/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: none;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	transform: translateY(15px);
	-webkit-transition: transform 200ms linear,opacity 200ms linear;
		transition: transform 200ms linear,opacity 200ms linear;
		visibility: visible;
}
.progress-wrap.active-progress {
	opacity: 1;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'feather';
	content: '\e096';
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	color: #ecedf3;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.progress-wrap:hover {
	opacity: 0.5;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'feather';
	content: '\e096';
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	opacity: 0;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #ecedf3;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: stroke 200ms linear;
    transition: stroke 200ms linear;
}
.progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
.progress-wrap::after {
	color: #555;
}
.progress-wrap svg.progress-circle path {
	stroke: #666;
}
.goto-top-enabled .progress-wrap {
	display: block;
}
.lg-on.goto-top-enabled .progress-wrap {
	display: none;
}

/* ******************************
Sticky Menu
******************************* */

.stickymenu-enabled-sitewide .outer-wrap {
	opacity: 1;
}

.stickymenu-active.menu-is-horizontal .outer-wrap.stickymenu-zone {
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 3px 10px 30px -25px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 10px 30px -25px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 10px 30px -25px rgba(0, 0, 0, 0.75);
	-webkit-animation: stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-animation: stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
	animation: stickymenu-fadein 1s cubic-bezier(0.8, 0, 0.2, 1);
}

.stickymenu-active.menu-is-horizontal .menu-social-header {
	display: none;
}
.stickymenu-active .homemenu {
	top: 0;
}
.stickymenu-active.menu-is-horizontal .logo img {
	padding-top: 0;
	height: 50px;
}
.split-menu.stickymenu-active.menu-is-horizontal .logo,
.centered-logo.stickymenu-active.menu-is-horizontal .logo {
	padding-top: 0;
}
.stickymenu-active .homemenu .sf-menu > li:hover > ul,
.stickymenu-active .homemenu .sf-menu > li.sfHover > ul,
.stickymenu-active .homemenu .sf-menu > li.mega-item > ul.children {
	top: 100px;
}
.stickymenu-active.centered-logo .homemenu .sf-menu > li:hover > ul,
.stickymenu-active.centered-logo .homemenu .sf-menu > li.sfHover > ul,
.stickymenu-active.centered-logo .homemenu .sf-menu > li.mega-item > ul.children {
	top: 77px;
}
.stickymenu-active.centered-logo.menu-is-horizontal .logo img {
	display: none;
}
 
@keyframes stickymenu-fadein {
	from {
			opacity: 0;
			top: -86px;
	}
	to {
			opacity: 1;
			top: 0;
	}
}
@-moz-keyframes stickymenu-fadein {
	from {
			opacity: 0;
			top: -86px;
	}
	to {
			opacity: 1;
			top: 0;
	}
}
@-webkit-keyframes stickymenu-fadein {
	from {
			opacity: 0;
			top: -86px;
	}
	to {
			opacity: 1;
			top: 0;
	}
}
.stickymenu-active.stickymenu-active-removing.menu-is-horizontal .outer-wrap.stickymenu-zone {
	top: -90px;
	-webkit-animation: stickymenu-fadein-removing 1.5s cubic-bezier(0.8, 0, 0.2, 1);
	-moz-animation: stickymenu-fadein-removing 1.5s cubic-bezier(0.8, 0, 0.2, 1);
	animation: stickymenu-fadein-removing 1.5s cubic-bezier(0.8, 0, 0.2, 1);
}
@keyframes stickymenu-fadein-removing {
	from {
			opacity: 1;
			top: 0;
	}
	to {
			opacity: 0;
			top: -90px;
	}
}
@-moz-keyframes stickymenu-fadein-removing {
	from {
			opacity: 1;
			top: 0;
	}
	to {
			opacity: 0;
			top: -90px;
	}
}
@-webkit-keyframes stickymenu-fadein-removing {
	from {
			opacity: 1;
			top: 0;
	}
	to {
			opacity: 0;
			top: -90px;
	}
}
.sticky-menu-off.minimal-menu .social-sharing-toggle,
.sticky-menu-off.minimal-menu .social-header-wrap,
.sticky-menu-off.minimal-menu .homemenu {
	display: none;
}


/* Footer Widgets */

.footer-container-column #events_list .recent_thumbnail,
.footer-container-column #recentposts_list .recent_thumbnail,
.footer-container-column #popularposts_list .popular_thumbnail {
	display: inline-block;
	float: none;
	margin: 0;
}
.footer-container-column #events_list li,
.footer-container-column #recentposts_list li,
.footer-container-column #popularposts_list li {
	margin-bottom: 14px;
}
.footer-container-column .sidebar-widget .product-title,
.footer-container-column .sidebar-widget .woocommerce ul.product_list_widget li a,
.footer-container-column #events_list .recentpost_info .recentpost_title,
.footer-container-column #recentposts_list .recentpost_info .recentpost_title,
.footer-container-column #popularposts_list .popularpost_info .popularpost_title {
	font-size: 16px;
	font-weight: 400;
}
.footer-container-column .sidebar-widget .product-title,
.footer-container-column .sidebar-widget .woocommerce ul.product_list_widget li a,
.footer-container-column #events_list .recentpost_info .recentpost_title,
.footer-container-column #recentposts_list .recentpost_info .recentpost_title,
.footer-container-column #popularposts_list .popularpost_info .popularpost_title {
	color: rgba(255,255,255,1);
}
.footer-container-column #events_list .recentpost_info .recentpost_title:hover,
.footer-container-column #recentposts_list .recentpost_info .recentpost_title:hover,
.footer-container-column #popularposts_list .popularpost_info .popularpost_title:hover {
	color: rgba(255,255,255,0.8);
}
.footer-widget-block {
	text-align: center;
}

.footer-container-column #wp-calendar caption,
.footer-container-column .aboutme-wrap h3 {
	text-align: center
}
.footer-container-column .contact_address_block {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}
.footer-container-column .address-widget-has-icon {
	left: 0;
}
.footer-container-column .sidebar-widget select {
	width: 300px;
	max-width: 100%;
}

.footer-container-column-inner.sidebar-widget .mtheme_portfolio_type_widget ul li,
.footer-container-column-inner.sidebar-widget .widget_meta ul li,
.footer-container-column-inner.sidebar-widget .widget_archive ul li,
.footer-container-column-inner.sidebar-widget .widget_categories ul li,
.footer-container-column-inner.sidebar-widget .widget_pages ul li,
.footer-container-column-inner.sidebar-widget ul#recentcomments li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.footer-container-column .mtheme_contact_widget,
.footer-container-column .widget_recent_posts,
.footer-container-column .widget_mtheme_aboutme_widget .aboutme-wrap {
	max-width: 500px;
	margin: 0 auto;
}

.footer-container-column .mtheme_events_widget,
.footer-container-column .widget-portfolio-gallery {
	max-width: 920px;
	margin: 0 auto;
}

.footer-container-column .sidebar-widget .infobar-portfoliogrid li {
	float: none;
	width: 11.5%;
	margin: 0.2%;
	display: inline-block;
}
.footer-container-column.footer-multi-column .sidebar-widget .infobar-portfoliogrid li {
	width: 95px;
}
.footer-container-column.footer-multi-column {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-multi-column-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}


/* Scroll Indicator */

.mouse-scroll-indicator-wrap {
	display: block;
	position: relative;
	height: 50px;
}
.mouse-scroll-indicator {
	border: 2px solid #fff;
	border-radius: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 42px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
.scroll-indiciate-align-left .mouse-scroll-indicator {
	left: 13px;
}
.scroll-indiciate-align-right .mouse-scroll-indicator {
	left: auto;
	right: 13px;
}
.mouse-scroll-indicator::after {
	background-color: #fff;
	border-radius: 100%;
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	opacity: 1;
	-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
			transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	-webkit-animation: 5s ease-in-out 0s normal forwards infinite running scrollindicate;
			animation: 5s ease-in-out 0s normal forwards infinite running scrollindicate;
}

@-webkit-keyframes scrollindicate {
	0%, 20% {
		-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
				transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}
	80% {
		-webkit-transform: translateY(0px) scaleY(1.1) scaleX(1.1) translateZ(0px);
				transform: translateY(0px) scaleY(1.1) scaleX(1.1) translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(16px) scaleY(0.5) scaleX(0.5) translateZ(0px);
				transform: translateY(16px) scaleY(0.5) scaleX(0.5) translateZ(0px);
		opacity: 0;
	}
}

@keyframes scrollindicate {
	0%, 20% {
		-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
				transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}
	80% {
		-webkit-transform: translateY(0px) scaleY(1.1) scaleX(1.1) translateZ(0px);
				transform: translateY(0px) scaleY(1.1) scaleX(1.1) translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(16px) scaleY(0.5) scaleX(0.5) translateZ(0px);
				transform: translateY(16px) scaleY(0.5) scaleX(0.5) translateZ(0px);
		opacity: 0;
	}
}/* #Narrow Screens
================================================== */
@media only screen and (max-width: 1900px) {
	.homemenu .sf-menu .mega-item .children-depth-0 {
		padding: 100px 10%;
	}
}
@media only screen and (max-width: 1500px) {

	.homemenu > .sf-menu > li {
		padding-right: 15px;
	}
	.homemenu .sf-menu li.mega-item ul.children {
		width: -webkit-calc(100%);
		width: -moz-calc(100%);
		width: calc(100%);
		width: 100%;
		margin: 0 20px;
	}
	.centered-logo .homemenu .sf-menu li.mega-item ul.children {
		margin: 0;
	}
	.homemenu .sf-menu .mega-item .children-depth-0 {
		padding: 100px 5%;
	}
	.left-logo-boxed.menu-is-horizontal .outer-wrap-inner-zone {
		width: 1200px;
	}
	.left-logo-boxed.page-is-fullscreen .outer-wrap-inner-zone,
	.left-logo-boxed.header-type-overlay .outer-wrap-inner-zone {
		left: 0;
	}
}

@media only screen and (max-width: 1300px) {

	.left-logo .header-site-title-section h1.site-title,
	.left-logo .header-site-title-section h1.site-title a,
	body:not(.compact-layout).header-site-title-section a {
		font-size: 23px;
		font-weight: 700;
		letter-spacing: 0;
		text-align: left;
		max-width: 200px;
		padding-top: 17px;
	}
	.left-logo-boxed.menu-is-horizontal .outer-wrap-inner-zone {
		max-width: 100%;
	}
	.left-logo-boxed.page-is-fullscreen .outer-wrap-inner-zone,
	.left-logo-boxed.header-type-overlay .outer-wrap-inner-zone {
		left: 0;
	}
}

@media only screen and (max-width: 1200px) {

	.homemenu .sf-menu li {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.sidebarinfo-menu-inner .dashboard-inner {
		padding: 50px 30px;
	}
	.sidebarinfo-menu-inner .dashboard-columns {
		padding: 0 30px;
	}

	.entry-content .alignfull {
		margin-left: calc( (50% - 50vw) + 30px );
		margin-right: calc( (50% - 50vw) + 30px );
	}

	.left-logo .header-site-title-section {
		padding-left: 30px;
	}

	.homemenu > .sf-menu > li {
		padding-right: 10px;
	}
	.homemenu ul li a {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
	}
	.homemenu .sf-menu li.mega-item ul.children {
		width: -webkit-calc(100%);
		width: -moz-calc(100%);
		width: calc(100%);
		width: 100%;
		margin: 0 20px;
	}
	.centered-logo .homemenu .sf-menu li.mega-item ul.children {
		margin: 0;
	}
	.homemenu .sf-menu .mega-item .children-depth-0 {
		padding: 100px 5%;
	}

}

@media only screen and (max-width: 1050px) {

	/* Menu Switch */
	#mobile-toggle-menu,
	.minimal-menu-overlay,
	.responsive-menu-overlay,
	.responsive-menu-wrap {
		display: block;
	}
	.cursor,
	.outer-wrap,
	.vertical-menu-outer,
	.menu-social-header {
		display: none !important;
	}

	.container-wrapper {
		margin: 0;
		margin-top: 0;
		width: 100%;
	}

	/* Fullscreen Slideshow */
	.slideshow_title,
	.static_slideshow_title {
		font-size: 32px;
		letter-spacing: 0;
	}
	#slidecaption-mobile,
	#slidecaption,
	#static_slidecaption {
		bottom: 30px;
		right: 40px;
	}

	.admin-bar.centered-logo.menu-is-horizontal.fotorama-style-contain #fotorama-container-wrap {
		top: 100px;
	}
	.admin-bar.centered-logo.menu-is-horizontal.fotorama-style-contain #fotorama-container-wrap {
		height: calc( 100% - 100px );
	}
	.menu-is-horizontal.fotorama-style-contain.centered-logo #fotorama-container-wrap {
		top: 50px;
	}
	/* Fullscreen Carousel */
	.fullscreen-horizontal-carousel {
		background: none;
	}
	.menu-is-vertical .fullscreen-horizontal-carousel {
		top: 0;
	}
	.horizontal-carousel-outer {
		top: 35px;
	}
	.responsive-titles {
		width: auto;
	}
	body.fullscreen-carousel {
		overflow: scroll;
	}
	.centered-logo.mobile-mode-active .horizontal-carousel-wrap {
		margin-top: 0;
	}
	.admin-bar.centered-logo .fullscreen-horizontal-carousel {
		top: 0;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		text-align: center;
		margin: 0 auto;
		position: static;
		opacity: 1;
	}
	.responsive-titles h3 {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 14px;
	}
	
	.fullscreen-horizontal-carousel {
		top: 0;
	}
	.hc-slides img {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.horizontal-carousel-outer,
	.horizontal-carousel-inner {
		overflow: visible;
		width: 100% !important;
		height: auto;
	}
	.horizontal-carousel {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		position: absolute;
		left: 0 !important;
	}
	.horizontal-carousel .hc-slides {
		width: 100% !important;
		height: auto !important;
	}
	.horizontal-carousel li {
		display: block;
		height: auto !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0;
		position: static;
	}
	.horizontal-carousel li .hc-image-wrap {
		height: auto !important;
		width: auto !important;
		margin: 20px;
	}
	.horizontal-carousel li img {
		opacity: 1;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0;
	}
	.carousel-captions {
		display: none;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		display: block;
	}

}

/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1024px) {

	/* Toggle Screens */
	#sidebarinfo-toggle-menu .sidebar-toggle-menu-trigger {
		right: 20px;
		top: 7px;
	}
	.sidebarinfo-menu-inner .dashboard-columns {
		width: 100%;
		float: none;
		padding: 10%;
	}

	/* Elements */
	.entry-content pre {
		padding: 5%;
	}

	.entry-content .pricing-table ul {
		padding: 40px 50px 0;
	}
	.entry-content .pricing-table.pricing-table-service ul {
		padding: 20px 20px 0;
	}

	/* Sidebar Layout */
	.two-column,
	.edge-to-edge .portfolio-header-left.two-column,
	.wooshop-has-sidebar-archive.woocommerce.archive #primary,
	.wooshop-has-sidebar-archive.woocommerce.archive .content-area,
	.woocommerce.archive #container {
		width: 100%;
	}
	.float-right,
	.float-left {
		float: none;
	}
	.sidebar-wrap,
	.sidebar-wrap-single {
		width: 100%;
		padding: 50px 0;
	}
	.sidebar-float-left,
	.sidebar-float-right {
		float: none;
	}
	/* Gutenberg */
	.two-column .entry-content .alignwide {
		margin-left: 0;
		width: 100%;
	}
	.two-column .entry-content .alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}
	.entry-content .alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}

	/* Flip Board */
	.flipbox-card-container-back,
	.flipbox-card-container-front {
		padding: 10px;
	}

	/* Pricing Table */
	.pricing-table .pricing-row {
		padding: 14px 8px 22px;
	}

	/* Portfolio */
	.gridblock-five .gridblock-element,
	.gridblock-four .gridblock-element {
		padding: 0 5px;
	}
	#gridblock-container.portfolio-gutter-spaced.gridblock-five .gridblock-element,
	#gridblock-container.portfolio-gutter-spaced.gridblock-four .gridblock-element {
		padding-bottom: 40px;
	}


	/* Split Page */
	.multislider-active {
		overflow: scroll;
		position: static;
	}
	#fullscreen-multiscroll,
	#multiscroll-nav {
		display: none;
	}
	#responsive-multiscroll {
		display: block;
	}
	.page-is-fullscreen.fullscreen-splitslider {
		overflow: auto;
	}

	
	/* Fullscreen Carousel */
	body.fullscreen-carousel {
		overflow: scroll;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		text-align: center;
		margin: 0 auto;
		position: static;
		opacity: 1;
	}
	.responsive-titles h3 {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 14px;
	}
	
	.fullscreen-horizontal-carousel {
		top: 0;
	}
	.hc-slides img {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.horizontal-carousel-outer,
	.horizontal-carousel-inner {
		overflow: visible;
		width: 100% !important;
		height: auto;
	}
	.horizontal-carousel {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		position: absolute;
		left: 0 !important;
	}
	.horizontal-carousel .hc-slides {
		width: 100% !important;
		height: auto !important;
	}
	.horizontal-carousel li {
		display: block;
		height: auto !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0;
		position: static;
	}
	.horizontal-carousel li .hc-image-wrap {
		height: auto !important;
		width: auto !important;
		margin: 20px;
	}
	.horizontal-carousel li img {
		opacity: 1;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0;
	}
	.carousel-captions {
		display: none;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		display: block;
	}

	/* WooCommerce */
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		float: none;
	}
	.single-product-summary {
		padding: 0 10px;
		width: 100%;
		float: none;
	}
	.nosidebar-woo-archive.woocommerce .related.products ul.products li.product,
	.nosidebar-woo-archive.woocommerce-page .related.products ul.products li.product,
	.woocommerce-page .related.products ul.products li.product,
	.mtheme-wooshop-fullwidth.woocommerce .related.products ul.products li.product,
	.nosidebar-woo-archive.woocommerce .cross-sells ul.products li.product, .nosidebar-woo-archive.woocommerce-page .cross-sells ul.products li.product,
	.woocommerce-page .cross-sells ul.products li.product,
	.mtheme-wooshop-fullwidth.woocommerce .cross-sells ul.products li.product {
	    width: 48%;
	    float: left;
	}

	.woocommerce table.shop_table tr.cart_item td {
		height: auto;
		padding: 10px;
	}
	.woocommerce .product-remove {
		top: 6px;
		left: 60px;
		right: auto;
		margin-top: 0;
	}
	.woocommerce table.shop_table tr.cart_item td {
		border: 0;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(255,255,255,0.7);
		padding: 20px;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
	}
	.woocommerce ul.order_details li {
		float: none;
		width: 100%;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		float: none;
	}
	.single-product-summary {
		padding: 0 10px;
		width: 100%;
		float: none;
	}
	.woocommerce table.shop_table tr.cart_item td {
		min-height: 0;
	}

	/* Goto Top */
	#goto-top {
		display: none;
	}

}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.container-wrapper {
		margin: 0;
		margin-top: 0;
		width: 100%;
	}

	/* Elements */
	.entry-content pre {
		padding: 5%;
	}

	/* Sidebar Layout */
	.two-column,
	.edge-to-edge .portfolio-header-left.two-column,
	.woocommerce.archive #container {
		width: 100%;
	}
	.float-right,
	.float-left {
		float: none;
	}
	.sidebar-wrap,
	.sidebar-wrap-single {
		width: 100%;
	}
	.sidebar-float-left,
	.sidebar-float-right {
		float: none;
	}
	/* Gutenberg */
	.two-column .entry-content .alignwide {
		margin-left: 0;
		width: 100%;
	}
	.two-column .entry-content .alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}
	.entry-content .alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}

	/* Flip Board */
	.flipbox-card-container-back,
	.flipbox-card-container-front {
		padding: 10px;
	}

	/* Pricing Table */
	.pricing-table .pricing-row {
		padding: 14px 8px 22px;
	}

	/* Portfolio */
	.portfolio-gutter-nospace.gridblock-five .gridblock-element,
	.gridblock-five .gridblock-element {
		width: 25%;
		padding: 0 5px;
	}

	.portfolio-gutter-nospace.gridblock-four .gridblock-element,
	.portfolio-gutter-nospace.gridblock-three .gridblock-element,
	.portfolio-gutter-nospace.gridblock-two .gridblock-element,
	.gridblock-four .gridblock-element,
	.gridblock-three .gridblock-element,
	.gridblock-two .gridblock-element {
		width: 50%;
		padding: 0 5px;
	}

	.thumbnails-grid-container.grid-style-wall-spaced .gridblock-element,
	#gridblock-container.portfolio-gutter-spaced .gridblock-element,
	.grid-style-wall-spaced .gridblock-five .gridblock-element,
	.grid-style-wall-spaced .gridblock-four .gridblock-element,
	.grid-style-wall-spaced .gridblock-three .gridblock-element,
	.grid-style-wall-spaced .gridblock-two .gridblock-element {
		padding-bottom: 10px;
	}

	/* Fotorama */
	.fotorama__nav-wrap {
		bottom: 5px;
		left: 10px;
	}
	.fullscreen-fotorama.fotorama-style-cover .fotorama__caption {
		bottom: 75px;
	}
	.fullscreen-fotorama .fotorama__caption {
		left: 10px;
	}

	/* Fullscreen Carousel */
	body.fullscreen-carousel {
		overflow: scroll;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		text-align: center;
		margin: 0 auto;
		position: static;
		opacity: 1;
	}
	.responsive-titles h3 {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 14px;
	}
	
	.fullscreen-horizontal-carousel {
		top: 0;
	}
	.hc-slides img {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.horizontal-carousel-outer,
	.horizontal-carousel-inner {
		overflow: visible;
		width: 100% !important;
		height: auto;
	}
	.horizontal-carousel {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		position: absolute;
		left: 0 !important;
	}
	.horizontal-carousel .hc-slides {
		width: 100% !important;
		height: auto !important;
	}
	.horizontal-carousel li {
		display: block;
		height: auto !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0;
		position: static;
	}
	.horizontal-carousel li .hc-image-wrap {
		height: auto !important;
		width: auto !important;
		margin: 20px;
	}
	.horizontal-carousel li img {
		opacity: 1;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0;
	}
	.carousel-captions {
		display: none;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		display: block;
	}
	/* WooCommerce */
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		float: none;
	}
	.single-product-summary {
		padding: 0 10px;
		width: 100%;
		float: none;
	}
	.nosidebar-woo-archive.woocommerce .related.products ul.products li.product,
	.nosidebar-woo-archive.woocommerce-page .related.products ul.products li.product,
	.woocommerce-page .related.products ul.products li.product,
	.mtheme-wooshop-fullwidth.woocommerce .related.products ul.products li.product,
	.nosidebar-woo-archive.woocommerce .cross-sells ul.products li.product, .nosidebar-woo-archive.woocommerce-page .cross-sells ul.products li.product,
	.woocommerce-page .cross-sells ul.products li.product,
	.mtheme-wooshop-fullwidth.woocommerce .cross-sells ul.products li.product {
	    width: 48%;
	    float: left;
	}

	.woocommerce table.shop_table tr.cart_item td {
		height: auto;
		padding: 10px;
	}
	.woocommerce .product-remove {
		top: 6px;
		left: 60px;
		right: auto;
		margin-top: 0;
	}
	.woocommerce table.shop_table tr.cart_item td {
		border: 0;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(255,255,255,0.7);
		padding: 20px;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
	}
	.woocommerce ul.order_details li {
		float: none;
		width: 100%;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		float: none;
	}
	.single-product-summary {
		padding: 0 10px;
		width: 100%;
		float: none;
	}
	.woocommerce table.shop_table tr.cart_item td {
		min-height: 0;
	}

	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
	    width: 48%;
	    margin-right: 1%;
	    margin-left: 1%;
	}
	.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
	    float: right;
	    clear: none !important;
	}

	/* Goto Top */
	#goto-top {
		display: none;
	}

	.woocommerce ul.order_details li {
		float: none;
		width: 100%;
	}

}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

	.footer-outer-wrap {
		padding: 0 20px;
	}
	.entry-content .sidebar-widget h3 {
		font-size: 20px;
		line-height: 1.1;
		letter-spacing: 2px;
		font-weight: 500;
		text-transform: uppercase;
	}
	.footer-container-column.footer-multi-column {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 0 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer-container-column.footer-multi-column .sidebar-widget .infobar-portfoliogrid li {
		width: 50px;
	}
	
	table th,
	table td {
		padding: 7px;
	}
	/* Toggle Screens */
	.sidebarinfo-menu-inner .dashboard-columns {
		padding: 50px 10px 10px;
	}
	.sidebarinfo-menu-inner .dashboard-columns.dashboard-column-2 {
		padding-bottom: 60px;
	}
	.sidebarinfo-menu-inner .dashboard-inner {
		padding: 20px;
		margin: 0;
	}
	.sidebarinfo-menu-inner .dashboard-columns .sidebar-widget {
		margin-top: 0;
	}
	.sidebarinfo-menu-inner .dashboard-inner .sidebar-widget {
		margin-bottom: 0;
	}

	.entry-content-wrapper .sticky .postformat_contents,
	.entry-content-wrapper.post-is-sticky .postformat_contents {
		padding: 40px;
	}

	.container-wrapper {
		margin: 0;
		margin-top: 0;
		width: 100%;
	}

	body:not(.elementor-page) .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Elements */
	.entry-content pre {
		padding: 5%;
	}
	.entry-title-wrap .entry-title,
	.single .title-container .entry-title {
	    font-size: 38px;
	    letter-spacing: 0;
	}
	.simple-menu #mobile-searchform,
	.responsive-mobile-menu #mobile-searchform {
		margin: 0;
	}

    .gallery-size-thumbnail .gallery-item,
    .gallery-size-thumbnail.gallery-columns-1 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-2 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-3 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-4 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-5 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-6 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-7 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-8 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-9 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-10 .gallery-item {
        width: 100%;
    }

	/* Sidebar Layout */
	.two-column,
	.edge-to-edge .portfolio-header-left.two-column,
	.woocommerce.archive #container {
		width: 100%;
	}
	.float-right,
	.float-left {
		float: none;
	}
	.sidebar-wrap,
	.sidebar-wrap-single {
		width: 100%;
		padding: 50px 0;
	}
	.sidebar-float-left,
	.sidebar-float-right {
		float: none;
	}
	/* Gutenberg */
	.two-column .entry-content .alignwide {
		margin-left: 0;
		width: 100%;
	}
	.two-column .entry-content .alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}
	.entry-content .alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}
	.single-post .entry-blog-contents-wrap > *:not( .alignwide ):not( .alignfull ) {
	  max-width: 100%;
	}

	/* Titles */
	.entry-content .section-size-large .section-title {
		font-size: 40px;
	}

	.entry-content .section-heading h5 {
		font-size: 12px;
		letter-spacing: 2.5px;
	}

	.entry-content .section-title, .entry-content .entry-title, .entry-title {
		font-size: 34px;
		letter-spacing: 1.5px;
	}

	/* Headings */
	h1,
	.entry-content h1 {
		font-size: 46px;
	}
	h1.big-title,
	.entry-content h1.big-title {
		font-size: 46px;
	}
	h2,
	.entry-content h2 {
		font-size: 30px;
	}
	h3,
	.entry-content h3 {
		font-size: 26px;
	}
	h4,
	.entry-content h4 {
		font-size: 18px;
		letter-spacing: 0;
	}
	h5,
	.entry-content h5 {
		font-size: 14px;
	}
	h6,
	.entry-content h6 {
		font-size: 12px;
	}

	/* Client */
	.client-say {
		font-size: 28px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	/* Flip Board */
	.flipbox-card-container-back,
	.flipbox-card-container-front {
		padding: 10px;
	}

	/* Pricing Table */
	.pricing-table .pricing-row {
		padding: 14px 8px 22px;
	}

	/* Portfolio */
	.portfolio-gutter-nospace.gridblock-five .gridblock-element,
	.gridblock-five .gridblock-element {
		width: 50%;
		padding: 0 5px;
	}
	.portfolio-gutter-nospace.gridblock-four .gridblock-element,
	.portfolio-gutter-nospace.gridblock-three .gridblock-element,
	.portfolio-gutter-nospace.gridblock-two .gridblock-element,
	.gridblock-four .gridblock-element,
	.gridblock-three .gridblock-element,
	.gridblock-two .gridblock-element {
		width: 100%;
	}

	.thumbnails-grid-container.grid-style-wall-spaced .gridblock-element,
	#gridblock-container.portfolio-gutter-spaced .gridblock-element,
	.grid-style-wall-spaced .gridblock-five .gridblock-element,
	.grid-style-wall-spaced .gridblock-four .gridblock-element,
	.grid-style-wall-spaced .gridblock-three .gridblock-element,
	.grid-style-wall-spaced .gridblock-two .gridblock-element {
		padding-bottom: 10px;
	}

	/* Contact 7 Form */
	.two-fields .mtheme-form-field {
		float: none;
		width: 100%;
	}


	/* Fullscreen Carousel */
	body.fullscreen-carousel {
		overflow: scroll;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		text-align: center;
		margin: 0 auto;
		position: static;
		opacity: 1;
	}
	.responsive-titles h3 {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 14px;
	}
	
	.fullscreen-horizontal-carousel {
		top: 0;
	}
	.hc-slides img {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.horizontal-carousel-outer,
	.horizontal-carousel-inner {
		overflow: visible;
		width: 100% !important;
		height: auto;
	}
	.horizontal-carousel {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		position: absolute;
		left: 0 !important;
	}
	.horizontal-carousel .hc-slides {
		width: 100% !important;
		height: auto !important;
	}
	.horizontal-carousel li {
		display: block;
		height: auto !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0;
		position: static;
	}
	.horizontal-carousel li .hc-image-wrap {
		height: auto !important;
		width: auto !important;
		margin: 20px;
	}
	.horizontal-carousel li img {
		opacity: 1;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0;
	}
	.carousel-captions {
		display: none;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		display: block;
	}
	/* Fotorama */
	.fotorama__nav-wrap {
		bottom: 5px;
		left: 10px;
	}
	.fullscreen-fotorama.fotorama-style-cover .fotorama__caption {
		bottom: 75px;
	}
	.fullscreen-fotorama .fotorama__caption {
		left: 10px;
	}

	/* Blog Summary */
	.single-post .postsummarywrap {
		padding: 14px 24px 12px 28px;    
	}
	/* Comments */
	.commentform-wrap {
		padding: 32px 20px;
	}
	.comment-respond {
		padding: 32px 20px;
	}

	/* Fullscreen */
	.coverphoto-text-container .slideshow_title,
	.coverphoto-text-container .static_slideshow_title {
		font-size: 28px;
	}
	.slideshow_title,
	.static_slideshow_title {
		font-size: 28px;
		letter-spacing: 0;
	}
	#slidecaption-mobile,
	#slidecaption,
	#static_slidecaption {
		text-align: right;
		bottom: 0;
		right: 0;
		padding: 10px 20px 10px 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#slidecaption-mobile,
	#slidecaption,
	#static_slidecaption,
	.slideshow-content-wrap {
		width: auto;
	}
	.slideshow_caption,
	.static_slideshow_caption,
	.slideshow_title,
	.static_slideshow_title {
		margin-bottom: 8px;
	}
	.fullscreen-slideshow .slideshow_caption {
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fullscreen-slide-dark.fullscreen-slideshow #slidecaption {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}
	.fullscreen-slideshow #slidecaption {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );		
	}
	.slideshow_caption,
	.static_slideshow_caption {
		width: auto;
	}
	.fullscreen-slideshow .slideshow_caption {
		max-width: none;
	}
	.page-is-fullscreen .slideshow-controls-wrap {
		display: none;
	}
	.fullscreen-coverphoto-inner {
		width: 100%;
	}

	/* Goto Top */
	#goto-top {
		display: none;
	}

	/* Proofing */
	.proofing-status-count-wrap {
		position: relative;
		top: 0;
	}

	/* WooCommerce */

	.woocommerce-page .woocommerce-form-coupon .form-row-first {
		width: 98%;
	}
	.woocommerce-page .woocommerce-form-coupon .form-row-last {
	    width: 98%;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
	    width: 100%;
	    float:none;
	}

	.woocommerce table.shop_table tr.cart_item td {
		height: auto;
		padding: 10px;
	}
	.woocommerce .product-remove {
		top: 6px;
		left: 60px;
		right: auto;
		margin-top: 0;
	}
	.woocommerce table.shop_table tr.cart_item td {
		border: 0;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(255,255,255,0.7);
		padding: 20px;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
	}
	.woocommerce ul.order_details li {
		float: none;
		width: 100%;
	}
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		float: none;
		margin: 0;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		float: none;
	}
	.single-product-summary {
		padding: 0 10px;
		width: 100%;
		float: none;
	}
	.woocommerce table.shop_table tr.cart_item td {
		min-height: 0;
	}

	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon .input-text {
		width: 100% !important;
	}
	.woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		float: none;
		padding: 28px;
		width: 100%;
	}

	.nosidebar-woo-archive.woocommerce .related.products ul.products li.product,
	.nosidebar-woo-archive.woocommerce-page .related.products ul.products li.product,
	.woocommerce-page .related.products ul.products li.product,
	.mtheme-wooshop-fullwidth.woocommerce .related.products ul.products li.product,
	.nosidebar-woo-archive.woocommerce .cross-sells ul.products li.product, .nosidebar-woo-archive.woocommerce-page .cross-sells ul.products li.product,
	.woocommerce-page .cross-sells ul.products li.product,
	.mtheme-wooshop-fullwidth.woocommerce .cross-sells ul.products li.product {
	    width: 100%;
	    float: none;
	}

	/* Gallery navigation */
	.portfolio-nav-item {
		display: inline-block;
	}

	/* Columns */
	.mtheme-supercell .span4 {
		width: 100%;
	}
	/* Events Info */
	.events-details-wrap {
		flex-direction: row;
		flex-wrap: wrap;
	}

	/* Blog */
	.entry-content .entry-post-title h2 {
		font-size: 28px;
	}
	/* Blog Small */
	.blog-list-style-small .post-format-media {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.blog-list-style-small .entry-blog-contents-wrap {
		width: 100%;
		float: none;
	}
	/* Blog Parallax */
	.entry-content .gridblock-blog-parallax .heading-block h2.photocard-title {
		font-size: 22px;
		line-height: 1.3;
	}
	.gridblock-blog-parallax.gridblock-parallax-wrap .slideshow-box-info {
		padding: 30px 18px;
	}

	/* Proofing */
	#password-protected {
		flex-direction: column;
	}
	.proofing-card-section {
		margin-bottom: 50px;
	}
	#password-protected.client-gallery-protected .post-password-form {
		padding: 0;
	}
	.proofing-card-wrap .locked-status {
		margin-left: 0;
	}
	.single-proofing #password-protected.client-gallery-protected,
	.single-clients.mtheme-password-required #password-protected {
		max-width: 460px;
	}

	/* Audio */
	.fullscreenslideshow-audio .jp-audio {
		right: 0;
	}

	/* Insta Grids */
	.insta-grid-wrap,
	.instagram-first-three {
		width: 100%;
		float: none;
	}

	/* Pagination */
	.pagination {
		margin-top: 20px;
	}

	/* Post navigation */
	.post-thumbnail-navigation.post-nav-has-no-prev-next {
		flex-direction: column;
		width: 90%;
	}
	.post-thumbnail-navigation-inner {
		margin-bottom: 24px;
	}
	.post-thumbnail-nav {
		width: auto;
	}
	.post-thumbnail-navigation.post-nav-has-no-prev,
	.post-thumbnail-navigation.post-nav-has-no-next {
		right: 0;
	}

	/* Swiper */
	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
	.fullscreen-swiperslides .swiper-container-horizontal > .swiper-pagination-bullets {
		visibility: visible;
	}

	/* Elementor */
	.entry-content .elementor-widget-tabs .elementor-tab-content {
		padding: 20px;
	}

	/* Admin Bar */
	.admin-bar .mobile-menu-toggle {
		top: 46px;
	}
	.admin-bar .mobile-toggle-menu-trigger {
		top: 44px;
	}
}


/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.footer-outer-wrap {
		padding: 0 20px;
	}
	.footer-container-column.footer-multi-column .sidebar-widget .infobar-portfoliogrid li {
		width: 70px;
	}
	.entry-content .sidebar-widget h3 {
		font-size: 20px;
		line-height: 1.1;
		letter-spacing: 2px;
		font-weight: 500;
		text-transform: uppercase;
	}
	table th,
	table td {
		padding: 7px;
	}
	/* Toggle Screens */
	.sidebarinfo-menu-inner .dashboard-columns {
		padding: 50px 10px 10px;
	}
	.sidebarinfo-menu-inner .dashboard-inner {
		padding: 10%;
		margin: 0;
	}

	.entry-content-wrapper .sticky .postformat_contents,
	.entry-content-wrapper.post-is-sticky .postformat_contents {
		padding: 40px;
	}
	.container-wrapper {
		margin: 0;
		margin-top: 0;
		width: 100%;
	}

	body:not(.elementor-page) .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Elements */
	.entry-content pre {
		padding: 5%;
	}
	.entry-title-wrap .entry-title,
	.single .title-container .entry-title {
	    font-size: 38px;
	    letter-spacing: 0;
	}
	.simple-menu #mobile-searchform,
	.responsive-mobile-menu #mobile-searchform {
		margin: 0;
	}

    .gallery-size-thumbnail .gallery-item,
    .gallery-size-thumbnail.gallery-columns-1 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-2 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-3 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-4 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-5 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-6 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-7 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-8 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-9 .gallery-item,
    .gallery-size-thumbnail.gallery-columns-10 .gallery-item {
        width: 100%;
    }

	/* Sidebar Layout */
	.two-column,
	.edge-to-edge .portfolio-header-left.two-column,
	.woocommerce.archive #container {
		width: 100%;
	}
	.float-right,
	.float-left {
		float: none;
	}
	.sidebar-wrap,
	.sidebar-wrap-single {
		width: 100%;
		padding: 50px 0;
	}
	.sidebar-float-left,
	.sidebar-float-right {
		float: none;
	}
	/* Gutenberg */
	.two-column .entry-content .alignwide {
		margin-left: 0;
		width: 100%;
	}
	.two-column .entry-content .alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}
	.entry-content .alignfull {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}
	.single-post .entry-blog-contents-wrap > *:not( .alignwide ):not( .alignfull ) {
	  max-width: 100%;
	}

	/* Portfolio */
	.portfolio-gutter-nospace.gridblock-five .gridblock-element,
	.gridblock-five .gridblock-element {
		width: 25%;
		padding: 0 5px;
	}

	.portfolio-gutter-nospace.gridblock-four .gridblock-element,
	.portfolio-gutter-nospace.gridblock-three .gridblock-element,
	.portfolio-gutter-nospace.gridblock-two .gridblock-element,
	.gridblock-four .gridblock-element,
	.gridblock-three .gridblock-element,
	.gridblock-two .gridblock-element {
		width: 50%;
		padding: 0 5px;
	}

	.thumbnails-grid-container.grid-style-wall-spaced .gridblock-element,
	#gridblock-container.portfolio-gutter-spaced .gridblock-element,
	.grid-style-wall-spaced .gridblock-five .gridblock-element,
	.grid-style-wall-spaced .gridblock-four .gridblock-element,
	.grid-style-wall-spaced .gridblock-three .gridblock-element,
	.grid-style-wall-spaced .gridblock-two .gridblock-element {
		padding-bottom: 10px;
	}

	/* Contact 7 Form */
	.two-fields .mtheme-form-field {
		float: none;
		width: 100%;
	}


	/* Fullscreen Carousel */
	body.fullscreen-carousel {
		overflow: scroll;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		text-align: center;
		margin: 0 auto;
		position: static;
		opacity: 1;
	}
	.responsive-titles h3 {
		font-size: 14px;
		letter-spacing: 0.5px;
		line-height: 14px;
	}
	
	.fullscreen-horizontal-carousel {
		top: 0;
	}
	.hc-slides img {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.horizontal-carousel-outer,
	.horizontal-carousel-inner {
		overflow: visible;
		width: 100% !important;
		height: auto;
	}
	.horizontal-carousel {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		position: absolute;
		left: 0 !important;
	}
	.horizontal-carousel .hc-slides {
		width: 100% !important;
		height: auto !important;
	}
	.horizontal-carousel li {
		display: block;
		height: auto !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0;
		position: static;
	}
	.horizontal-carousel li .hc-image-wrap {
		height: auto !important;
		width: auto !important;
		margin: 20px;
	}
	.horizontal-carousel li img {
		opacity: 1;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0;
	}
	.carousel-captions {
		display: none;
	}
	.fullscreen-horizontal-carousel .prev-hcarousel,
	.fullscreen-horizontal-carousel .next-hcarousel {
		display: none;
	}
	.responsive-titles {
		display: block;
	}

	/* Blog Summary */
	.single-post .postsummarywrap {
		padding: 14px 24px 12px 28px;    
	}
	/* Comments */
	.commentform-wrap {
		padding: 32px 20px;
	}
	.comment-respond {
		padding: 30px 20px;
	}

	/* Fullscreen */
	.coverphoto-text-container .slideshow_title,
	.coverphoto-text-container .static_slideshow_title {
		font-size: 28px;
	}
	.slideshow_title,
	.static_slideshow_title {
		font-size: 28px;
		letter-spacing: 0;
	}
	#slidecaption-mobile,
	#slidecaption,
	#static_slidecaption {
		text-align: right;
		bottom: 0;
		right: 0;
		padding: 10px 20px 10px 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#slidecaption-mobile,
	#slidecaption,
	#static_slidecaption,
	.slideshow-content-wrap {
		width: auto;
	}
	.slideshow_caption,
	.static_slideshow_caption,
	.slideshow_title,
	.static_slideshow_title {
		margin-bottom: 8px;
	}
	.fullscreen-slideshow .slideshow_caption {
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fullscreen-slide-dark.fullscreen-slideshow #slidecaption {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}
	.fullscreen-slideshow #slidecaption {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );		
	}
	.slideshow_caption,
	.static_slideshow_caption {
		width: 90%;
	}
	.page-is-fullscreen .slideshow-controls-wrap {
		display: none;
	}
	.fullscreen-coverphoto-inner {
		width: 100%;
	}
	/* Fotorama */
	.fotorama__nav-wrap {
		bottom: 5px;
		left: 10px;
	}
	.fullscreen-fotorama.fotorama-style-cover .fotorama__caption {
		bottom: 75px;
	}
	.fullscreen-fotorama .fotorama__caption {
		left: 10px;
	}

	/* Goto Top */
	#goto-top {
		display: none;
	}

	/* Proofing */
	.proofing-status-count-wrap {
		position: relative;
		top: 0;
	}

	/* WooCommerce */

	.woocommerce form .form-row-first, .woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
	    width: 100%;
	    float:none;
	}

	.woocommerce table.shop_table tr.cart_item td {
		height: auto;
		padding: 10px;
	}
	.woocommerce .product-remove {
		top: 6px;
		left: 60px;
		right: auto;
		margin-top: 0;
	}
	.woocommerce table.shop_table tr.cart_item td {
		border: 0;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(255,255,255,0.7);
		padding: 20px;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
	}
	.woocommerce ul.order_details li {
		float: none;
		width: 100%;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		float: none;
	}
	.single-product-summary {
		padding: 0 10px;
		width: 100%;
		float: none;
	}
	.woocommerce table.shop_table tr.cart_item td {
		min-height: 0;
	}

	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon .input-text {
		width: 100% !important;
	}
	.woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		float: none;
		padding: 28px;
		width: 100%;
	}

	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
	    width: 48%;
	    margin-right: 1%;
	    margin-left: 1%;
	    float: left;
	}

	.nosidebar-woo-archive.woocommerce .related.products ul.products li.product,
	.nosidebar-woo-archive.woocommerce-page .related.products ul.products li.product,
	.woocommerce-page .related.products ul.products li.product,
	.mtheme-wooshop-fullwidth.woocommerce .related.products ul.products li.product,
	.nosidebar-woo-archive.woocommerce .cross-sells ul.products li.product, .nosidebar-woo-archive.woocommerce-page .cross-sells ul.products li.product,
	.woocommerce-page .cross-sells ul.products li.product,
	.mtheme-wooshop-fullwidth.woocommerce .cross-sells ul.products li.product {
	    width: 100%;
	    float: none;
	}

	/* Gallery navigation */
	.portfolio-nav-item {
		display: inline-block;
	}

	/* Columns */
	.mtheme-supercell .span4 {
		width: 100%;
	}
	/* Events Info */
	.events-details-wrap {
		flex-direction: row;
		flex-wrap: wrap;
	}

	/* Blog */
	.entry-content .entry-post-title h2 {
		font-size: 28px;
	}
	/* Blog Small */
	.blog-list-style-small .post-format-media {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 30px;
	}
	/* Blog Parallax */
	.entry-content .gridblock-blog-parallax .heading-block h2.photocard-title {
		font-size: 22px;
		line-height: 1.3;
	}
	.gridblock-blog-parallax.gridblock-parallax-wrap .slideshow-box-info {
		padding: 30px 18px;
	}

	/* Proofing */
	#password-protected {
		flex-direction: column;
	}
	.proofing-card-section {
		margin-bottom: 50px;
	}
	#password-protected.client-gallery-protected .post-password-form {
		padding: 0;
	}
	.proofing-card-wrap .locked-status {
		margin-left: 0;
	}
	.single-proofing #password-protected.client-gallery-protected,
	.single-clients.mtheme-password-required #password-protected {
		max-width: 460px;
	}

	/* Insta Grids */
	.insta-grid-wrap,
	.instagram-first-three {
		width: 100%;
		float: none;
	}

	/* Audio */
	.fullscreenslideshow-audio .jp-audio {
		right: 0;
	}

	/* Pagination */
	.pagination {
		margin-top: 20px;
	}

	/* Post navigation */
	.post-thumbnail-navigation.post-nav-has-no-prev-next {
		flex-direction: column;
		width: 90%;
	}
	.post-thumbnail-navigation-inner {
		margin-bottom: 24px;
	}
	.post-thumbnail-nav {
		width: auto;
	}
	.post-thumbnail-navigation.post-nav-has-no-prev,
	.post-thumbnail-navigation.post-nav-has-no-next {
		right: 0;
	}

	/* Swiper */
	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
	.fullscreen-swiperslides .swiper-container-horizontal > .swiper-pagination-bullets {
		visibility: visible;
	}


	/* Elementor */
	.entry-content .elementor-widget-tabs .elementor-tab-content {
		padding: 20px;
	}

	/* Admin Bar */
	.admin-bar .mobile-menu-toggle {
		top: 46px;
	}
	.admin-bar .mobile-toggle-menu-trigger {
		top: 44px;
	}
}

@media only screen and (min-width: 768px) {
	
	  .alignfull {
		margin-left: calc( (50% - 50vw) + 70px );
		margin-right: calc( (50% - 50vw) + 70px );
		width: auto;
		max-width: 1000%;
	  }
	
	  .alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	  }
	
	  .alignwide img,
	  .alignfull img {
		display: block;
		margin: 0 auto;
	  }
}

/* Gutenberg */
@media only screen and (max-width: 500px) {

	.entry-content .wp-block-columns {
		display: block;
	}

	.wp-block-columns > *:not(:last-child) {
		margin-bottom: 20px;
	}

	.wp-block-text-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.entry-content .wp-block-text-columns.columns-2 .wp-block-column {
		width: 100%;
	}

	.entry-content .wp-block-text-columns .wp-block-column {
		margin: 0;
	}

	.wp-block-text-columns .wp-block-column:not(:last-child) {
		margin-bottom: 40px;
	}
}

/* WordPress admin bar breakpoints */
@media screen and (max-width: 782px) {
    .admin-bar .mobile-menu-toggle {
        top: 46px;
	}
    .admin-bar .mobile-toggle-menu-trigger {
        top: 46px;
	}
	.admin-bar .mobile-alt-toggle {
		top: 66px;
	}
    .admin-bar.page-is-fullscreen .mobile-site-title-section a {
		top: -14px;
	}
	.admin-bar .mobile-alt-toggle,
    .admin-bar .mobile-menu-toggle,
    .admin-bar .mobile-toggle-menu-trigger {
    	position: absolute;
    }
	.admin-bar .mobile-menu-toggle::after {
	    position: absolute;
	    top: 0;
	}
}