/*------------------------------------------------------------------
[Modern Design System & Base]
-------------------------------------------------------------------*/

/* roboto-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-regular.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-700.woff2') format('woff2');
}

/* roboto-condensed-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-700.woff2') format('woff2');
}

:root {
	--primary-color: #222222;
	--bg-color: #ffffff;
	--text-color: #444444;
	--border-color: #ebebeb;
	--accent-color: #000000;
	--font-main: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
	--font-heading: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
	--spacing-unit: 1rem;
	--transition-speed: 0.3s;
}

/* Reset Inlined */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Wordpress Base Inlined */
.entry-content img {
	margin: 0 0 1.5em 0;
}

div.alignleft,
img.alignleft {
	display: inline-block;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

div.alignright,
img.alignright {
	display: inline-block;
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}

div.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 12px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	text-align: center;
	padding-bottom: 0 !important;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.wp-smiley {
	max-height: 1em;
	margin: 0 !important;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.sticky {
	background: #ffffe0;
	padding: 30px 20px 20px 20px;
	border: 1px solid #e6db55 !important;
	box-sizing: border-box;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*------------------------------------------------------------------
[Typography & Layout Optimization]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background:	#ffffff (white)
Content:	#444444 (grey)
Header:		#222222 (dark grey)
Footer:		#ffffff (white)

a (standard):	#222222 (dark grey)
a (hover):		#000000 (black)
a (active):		#000000 (black)
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Typography]

Body copy:		13px/1.65em 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif
Header:			30px/1.65em 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif
Input, textarea:	13px 'Roboto','Helvetica Neue', Arial, Verdana, sans-serif
Sidebar heading:	14px 'Roboto Condensed','Helvetica Neue', Arial, Verdana, sans-serif
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation / .top_bar
3. Footer / #footer
4. Content / #page_content_wrapper
5. Social Sharing / #social_share_wrapper
6. Sidebar / .sidebar_wrapper
7. Form & Input
8. Pagination / .pagination
9. Widgets
10. Portfolio, Gallery and Template Elements
11. Contact Form Captcha / #captcha-wrap
12. Woocommerce Elements
13. Grid Rotator Plugin
14. Live Content Builde Elements
-------------------------------------------------------------------*/

body {
	background: var(--bg-color);
	font-family: var(--font-main);
	padding: 0;
	margin: 0;
	color: var(--text-color);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.7;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
	color: var(--primary-color);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: var(--spacing-unit);
}

input,
textarea {
	-webkit-user-select: text;
}

body.loading {
	opacity: 0.5;
}

body.overflow_hidden,
body.js_nav {
	overflow: hidden;
}

body.loading #wrapper {
	opacity: .3;
}

body.notouch {
	-webkit-overflow-scrolling: auto !important;
}

html[data-style=flow] body {
	overflow: hidden;
}

html[data-style=fullscreen],
html[data-style=fullscreen] body,
html[data-style=fullscreen_white],
html[data-style=fullscreen_white] body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

html[data-style=fullscreen] body.page-template-page_bg {
	padding: 100px 0 0 0;
	box-sizing: border-box;
}

html[data-style=fullscreen] body.single-galleries,
html[data-style=fullscreen] body.single-galleries #wrapper {
	height: 100%;
}

body.js_nav .tf_bg img {
	position: static;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.one.floatleft,
.one.floatright {
	width: 100%;
}

.divider {
	clear: both;
}


#wrapper {
	float: left;
	width: 100%;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	padding-top: 68px;
	/* Default menu height */
	overflow-x: hidden;
}

html[data-style=fullscreen] #wrapper {
	padding-top: 0 !important;
	height: 100%;
	overflow: visible;
}

html[data-style=flow] body #wrapper {
	height: 100px;
}

html[data-style=flow] body {
	height: 100%;
}

#wrapper.hasbg.transparent {
	padding-top: 0 !important;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ebebeb;
	background: transparent;
	margin: auto;
	width: 100%;
	clear: both;
}

hr.double {
	height: 1px;
	border: 0;
	border-top: 4px double #ebebeb;
	background: transparent;
	margin: auto;
	width: 100%;
	clear: both;
}

hr.title_break {
	width: 40px;
	display: block;
	margin: auto;
	margin-top: 20px;
	border-color: #222;
	border-top: 1px solid #222;
}

hr.title_break.bold {
	display: block;
	margin: auto;
	border-color: #222;
	border-top: 2px solid #222;
	width: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

hr.title_break.left {
	margin: 20px 0 20px 0;
}

hr.small {
	width: 70%;
}

hr.thick {
	border-top: 3px solid #ebebeb;
}

hr.dotted {
	border-top: 2px dotted #ebebeb;
}

hr.dashed {
	border-top: 2px dashed #ebebeb;
}

hr.faded {
	border: 0;
	height: 1px;

}

hr.faded:before {
	top: -0.5em;
	height: 1em;
}

hr.faded:after {
	content: '';
	height: 0.5em;
	top: 1px;
}

hr.faded,
hr.faded:before {
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hr_totop {
	position: relative;
	top: -15px;
	right: 0;
	float: right;
	display: block;
	background: #fff;
	z-index: 2;
	padding: 0 0 0 7px;
	font-size: 13px;
	color: #000;
	font-weight: 900;
}

.small_line {
	height: 1px;
	border: 0;
	border-top: 1px solid #666;
	background: transparent;
	margin: auto;
	width: 30px;
	display: block;
	margin-top: 30px;
}

a {
	color: var(--primary-color);
	text-decoration: none;
	-webkit-transition: all var(--transition-speed) ease;
	-moz-transition: all var(--transition-speed) ease;
	-ms-transition: all var(--transition-speed) ease;
	-o-transition: all var(--transition-speed) ease;
	transition: all var(--transition-speed) ease;
}

a:hover,
a:active,
.post_header h5 a:hover,
.post_header h5 a:active {
	color: var(--accent-color);
	text-decoration: none;
}

a.comment-reply-link {
	color: #222;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h2.number {
	font-size: 50px;
	line-height: 50px;
}

.mobile_menu_wrapper #searchform {
	width: 100%;
}

.mobile_menu_wrapper #searchform input[type=text] {
	width: 100%;
	display: inline-block;
	color: #fff;
}

.mobile_menu_wrapper #searchform button {
	background: transparent;
	display: inline-block;
	border: 0;
	display: none;
}

.mobile_menu_wrapper #searchform button i {
	color: #fff;
	font-size: 13px;
}

.mobile_menu_wrapper .widget_search #searchform {
	background: transparent !important;
	width: 100%
}

.mobile_menu_wrapper .widget_search #searchform input[type=text] {
	background: #333;
	width: 100%;
}

.widget_search #searchform #s {
	width: 100%;
}

h3 {
	font-size: 26px;
}

h3#reply-title {
	font-size: 18px;
	display: none;
}

h4 {
	font-size: 22px;
}

.gmap_marker h4 {
	font-size: 18px;
	color: #000;
}

h5 {
	font-size: 18px;
}

h5.related_post,
.fullwidth_comment_wrapper h5.comment_header {
	text-align: center;
}

h5.event_title,
.post_header h5.event_title {
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #222;
}

h6 {
	font-size: 16px;
}

h6.subtitle {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

h7 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	color: #222;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5;
}

.space {
	margin-bottom: 10px;
}

.middle {
	vertical-align: middle;
}

pre,
code,
tt {
	font: 12px 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
	padding: 15px 10px 15px 10px;
	display: block;
	overflow: auto;
	margin-top: 20px;
	margin: 20px 0 20px 0;
	width: 92%;
	border: 0;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.clear {
	clear: both;
}

img.mid_align {
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

.fullwidth_comment_wrapper {
	width: 100%;
	float: left;
	margin-top: 20px;

	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.fullwidth_comment_wrapper:empty {
	display: none;
}

#commentform {
	margin-left: -1.33333rem;
}

.comment-form-cookies-consent label {
	display: inline;
}

.comment-form-rating {
	margin-top: 30px;
}

.comment-form-rating label {
	margin-left: 24px;
}

.woocommerce #review_form #respond p {
	clear: both;
}

.logged-in-as {
	display: none;
}

#commentform>p {
	padding-left: 24px;
	box-sizing: border-box;
}

#commentform>p.comment-notes {
	display: none;
}

#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
	float: left;
	width: 33.33%;
}

#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author,
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email,
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-url {
	width: 33.33%;
}

::-webkit-input-placeholder {
	color: #222;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #222;
}

:-ms-input-placeholder {
	color: #222;
}

#contact_form input[type="text"],
#contact_form textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
	margin-bottom: 5px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#commentform input[type=text]:focus,
#commentform input[type=email]:focus,
#commentform input[type=url]:focus,
#commentform textarea:focus {
	border-color: #444;
}

#commentform>p.form-submit {
	padding-top: 15px;
	clear: both;
}

.dropcap1 {
	display: block;
	float: left;
	margin: -1px 8px 0 0;
	font-size: 70px;
	line-height: 70px;
	text-shadow: none;
}

blockquote {
	font-size: 24px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
	padding-left: 20px;
	border-left: 5px solid #e7e7e7;
}

blockquote p {
	padding: 0 !important;
}

blockquote h2 {
	font-weight: normal;
	font-size: 22px;
}

blockquote h3 {
	font-weight: normal;
	font-size: 20px;
}

#respond {
	width: 100%;
	float: left;
}

#respond h3,
#respond .comment-notes {
	text-align: center;
}

/*------------------------------------------------------------------
[2. Navigation]
*/

#logo_wrapper {
	text-align: center;
	padding: 30px 0 30px 0;
}

.top_bar.scroll #logo_wrapper {
	display: none;
}

html[data-style=fullscreen] .top_bar.hasbg,
.top_bar.hasbg {
	border-bottom: 0;
}

.top_bar.hasbg #nav_wrapper {
	border-color: rgba(256, 256, 256, .3);
}

.logo_container {
	display: table;
	width: 100%;
	height: 100%;
}

.logo_align {
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
}

.logo_wrapper {
	margin: 0;
	display: inline-block;
	line-height: 0;

	-webkit-transition: margin 0.3s, display 0.3s;
	-moz-transition: margin 0.3s, display 0.3s;
	transition: margin 0.3s, display 0.3s;
}

.logo_wrapper.hidden {
	display: none;
}

.logo_wrapper img.zoom {
	transform: scale(0.8) !important;
}

.above_top_bar {
	height: 30px;
	background: #222;
	position: relative;
	z-index: 3;
}

.header_style_wrapper {
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: block;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
}

body.admin-bar .header_style_wrapper {
	padding-top: 32px;
}

.header_style_wrapper.nofixed {
	display: none;
}

.top_bar {
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	background: rgb(256, 256, 256, 0.95);
	background: rgba(256, 256, 256, 0.95);
	border-bottom: 1px solid #e1e1e1;
	float: left;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.top_bar.hasbg {
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

html[data-style=fullscreen] .top_bar.hasbg,
.top_bar.hasbg {
	background: rgba(0, 0, 0, 0.2);
}

.top_bar.scroll.dark {
	background: #333;
	border-color: #333;
}

.top_bar.scroll.light {
	background: #fff;
	border-color: #fff;
}

html[data-menu=centeralign] body .top_bar.scroll #nav_wrapper {
	border: 0;
}

.top_bar.noopacity {
	background: #fff !important;
}

#mobile_menu {
	display: none;
	cursor: pointer;
}

#menu_wrapper {
	margin: auto;
	width: 960px;
	height: 100%;
}

#nav_wrapper {
	float: left;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	border-top: 1px dashed #ccc;
}

.nav_wrapper_inner {
	display: table-cell;
	vertical-align: middle;
}

#menu_border_wrapper>div {
	width: 100%;
	float: left;
}

#menu_border_wrapper .notice {
	padding: 10px 0 10px 0;
}

#autocomplete {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 280px;
	background: #fff;
	right: 38px;
	border: 1px solid #e1e1e1;
	margin-top: -1px;
}

#autocomplete.visible {
	display: block;
}

@-moz-document url-prefix() {
	#autocomplete {
		margin-top: 20px;
	}
}

#autocomplete ul {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	border: 0;
	float: left;
	list-style: none;
	width: 100%;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

#autocomplete li {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px dashed #e1e1e1;
}

#autocomplete li:first-child {
	margin-top: 10px;
}

#autocomplete li:last-child {
	margin-top: 10px;
	border: 0;
}

#autocomplete li strong {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

#autocomplete li.view_all {
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
}

#autocomplete li .ajax_post {
	float: left;
	width: calc(100% - 50px);
	margin-left: 10px;
}

#mobile_nav_icon {
	display: inline-block;
	border-bottom: 7px double #444;
	border-top: 2px solid #444;
	height: 3px;
	width: 16px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;

	cursor: pointer;
	position: relative;
	margin-left: 10px;
	top: 2px;
}

.top_bar.scroll.dark #mobile_nav_icon {
	border-color: #fff;
}

.top_bar.scroll.light #mobile_nav_icon {
	border-color: #222;
}

#logo_right_button {
	position: absolute;
	text-align: right;
	right: 30px;
}

.top_bar.hasbg #mobile_nav_icon {
	border-color: #fff;
}

.header_cart_wrapper {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.header_cart_wrapper .cart_count {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 10px;
	border-radius: 50px;
	background: #888;
	color: #fff;
	z-index: 2;
	width: 16px;
	height: 16px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
}

.header_cart_wrapper i {
	font-size: 18px;
	margin-right: 0 !important;
}

.view_fullscreen_wrapper,
.post_download_wrapper {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.view_fullscreen_wrapper,
.post_download_wrapper {
	margin-left: 10px;
}

.view_fullscreen_wrapper i,
.post_download_wrapper i {
	font-size: 14px;
}

.mobile_gallery_wrapper {
	position: fixed;
	left: 360px;
	top: 0px;
	width: calc(100% - 360px);
	height: 100%;
	box-sizing: border-box;
	z-index: -1;
}

body.admin-bar .mobile_gallery_wrapper {
	top: 32px;
}

body.js_nav .mobile_gallery_wrapper {
	z-index: 999;
}

.mobile_gallery_wrapper #menu_gallery_wrapper {
	display: none;
	z-index: -1;
}

body.admin-bar .mobile_menu_wrapper #mobile_menu_close.button {
	top: 62px;
}

.mobile_menu_wrapper #mobile_menu_close.button {
	position: fixed;
	top: 30px;
	right: 30px;
	border-radius: 250px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px !important;
	font-size: 16px;

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);

	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

body.js_nav .mobile_menu_wrapper #mobile_menu_close.button {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;

	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mobile_menu_wrapper #mobile_menu_close.button:hover {
	margin-top: -4px;
}

body.js_nav .mobile_gallery_wrapper #menu_gallery_wrapper {
	display: block;
	z-index: 1;
	overflow-y: auto;
	height: 100%;
}

.mobile_menu_wrapper {
	left: -90px;

	-webkit-transition: -webkit-transform 200ms ease;
	-moz-transition: transform 200ms ease;
	-o-transition: -o-transform 200ms ease;
	transition: transform 200ms ease;

	-webkit-transform: translate(-360px, 0px);
	-moz-transform: translate(-360px, 0px);
	transform: translate(-360px, 0px);

	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-overflow-scrolling: touch;

	width: 360px;
	padding: 35px 40px 35px 40px;
	box-sizing: border-box;
	background: #111111;
	position: fixed;
	top: 0px;
	height: 100%;
	z-index: 999;
	color: #999;
	overflow: hidden;
}

.mobile_menu_wrapper .mobile_menu_content {
	display: table-cell;
	vertical-align: middle;
}

.mobile_menu_wrapper .mobile_menu_content>div {
	max-height: 100%;
}

.mobile_menu_wrapper .mobile_menu_content .social_wrapper {
	margin-top: 40px;
}

.mobile_menu_wrapper .mobile_menu_content .social_wrapper ul li a i {
	font-size: 24px;
	line-height: 24px;
}

body.admin-bar .mobile_menu_wrapper {
	padding-top: 32px;
}

body.admin-bar #close_mobile_menu {
	top: 32px;
}

body.js_nav .mobile_menu_wrapper,
html[data-menu=leftmenu] body.js_nav .mobile_menu_wrapper {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	left: 0;
}

:root body.js_nav .mobile_menu_wrapper {
	margin-left: 0px;
	\0/IE9;
}

/* IE9 + IE10pp4 */

#close_mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#close_mobile_menu.open {
	z-index: 99;
}

.mobile_main_nav,
#sub_menu {
	margin-top: 40px;
	margin-bottom: 40px;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

#sub_menu .sub-menu {
	margin-left: 15px;
	list-style: none;
}

#sub_menu li {
	width: 100%;
	margin-top: 10px;
}

.mobile_main_nav li a,
#sub_menu li a {
	color: #777;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.5em;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
}

#sub_menu li a {
	line-height: 1.2;
}

.mobile_main_nav li.current-menu-item a,
#sub_menu li.current-menu-item a {
	font-weight: 600;
}

.mobile_main_nav li a:hover,
.mobile_main_nav li a:active,
#sub_menu li a:active {
	color: #fff;
}

.mobile_main_nav li.menu-item-has-children>a:after {
	font-size: 12px;
	position: absolute;
	left: 310px;
	font-family: 'FontAwesome';
	content: "\f105";
	margin-top: 1px;
}

.mobile_main_nav li ul.sub-menu {
	display: none;
}

.mobile_main_nav.mainnav_in {
	-webkit-animation: mainNavIn 0.2s;
	animation: mainNavIn 0.2s;
}

.mobile_main_nav.mainnav_out {
	-webkit-animation: mainNavOut 0.2s;
	animation: mainNavOut 0.2s;
}

#sub_menu.subnav_out {
	-webkit-animation: subNavOut 0.2s;
	animation: subNavOut 0.2s;
}

#sub_menu.subnav_in {
	-webkit-animation: subNavIn 0.2s;
	animation: subNavIn 0.2s;
}

#sub_menu li ul a:after {
	display: none;
}

#menu_back {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px !important;
	margin-bottom: 5px;
	font-weight: 600 !important;
}

#menu_back:before {
	font-size: 12px;
	margin-right: 0.7em;
	position: relative;
	display: inline;
	font-family: 'FontAwesome';
	content: "\f104";
}

#overlay_background,
.overlay_background {
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.overlay_background {
	position: absolute;
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.ppb_header.withbg .standard_wrapper,
.ppb_text.withbg .standard_wrapper,
.ppb_content_half_bg.withbg .one_half_bg,
.ppb_contact_half_bg.withbg .one_half_bg {
	position: relative;
	z-index: 2;
}

.ppb_content_half_bg.withbg .one_half_bg,
.ppb_contact_half_bg.withbg .one_half_bg {
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

#overlay_background.share_open {
	background-color: rgba(0, 0, 0, 0.7);
}

#overlay_background.visible {
	opacity: 1;
	visibility: visible;
}

body.js_nav #overlay_background {
	visibility: visible;
	opacity: 1;
}

.header_style_wrapper.fixed .top_bar #menu_border_wrapper .notice {
	margin-top: 24px;
}

.nav,
.subnav,
.nav_page_number {
	list-style: none;
	padding: 10px 0 10px 0;
}

.subnav {
	background: none;
}

.nav>li,
.nav_page_number>li {
	display: inline-block;
}

.nav_page_number {
	margin-top: 2px;
}

#menu_wrapper .nav ul,
#menu_wrapper div .nav {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

#menu_wrapper .nav ul li,
#menu_wrapper div .nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: rgba(256, 256, 256, 0);
}

#menu_wrapper .nav ul li ul li,
#menu_wrapper div .nav li ul li {
	clear: both;
	width: 100%;
	padding: 0 !important;
	margin: 0;
	text-align: left !important;
}

#menu_wrapper .nav ul li:last-child,
#menu_wrapper div .nav li:last-child {
	margin-right: 0;
}

#menu_wrapper .nav ul li a,
#menu_wrapper div .nav li>a {
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 12px;
	padding: 22px 13px 21px 13px;
	font-weight: 400;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
	text-transform: uppercase;

	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}

.top_bar.fullscreen_video #menu_wrapper div .nav>li>a,
.top_bar.fullscreen_video i,
.top_bar.fullscreen_video #searchform label,
.top_bar.hasbg #menu_wrapper div .nav>li>a,
.top_bar.hasbg i,
.top_bar.hasbg .top_contact_info,
.top_bar.hasbg .top_contact_info a,
.top_bar.hasbg .top_contact_info a:hover,
.top_bar.hasbg .top_contact_info a:active,
.top_bar.dark.scroll #menu_wrapper div .nav>li>a,
.top_bar.dark.scroll .header_cart_wrapper a,
.top_bar.fullscreen_video.scroll .header_cart_wrapper a {
	color: #fff !important;
	border: 0;
	background: transparent !important;
}

#menu_wrapper .nav li.arrow>a:after,
#menu_wrapper div .nav li.arrow>a:after {
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f107";
	float: right;
	margin-left: 8px;
	margin-top: 3px;
}

#menu_wrapper .nav ul li.arrow>a:after,
#menu_wrapper div .nav li.arrow>a:after {
	font-size: 11px;
}

#menu_wrapper .nav ul li a.hover,
#menu_wrapper .nav ul li a:hover,
#menu_wrapper div .nav li a.hover,
#menu_wrapper div .nav li a:hover {
	color: #222;
	z-index: 2;
	position: relative;
}

#menu_wrapper div .nav>li.current-menu-item>a,
#menu_wrapper div .nav>li.current-menu-parent>a,
#menu_wrapper div .nav>li.current-menu-ancestor>a {
	color: #222;
	z-index: 2;
	position: relative;
}

#menu_wrapper .nav ul li ul,
#menu_wrapper div .nav li ul {
	display: none;
	list-style: none;
	background: #fff;
	border: 0;
	position: absolute;
	padding: 0;
	width: 210px;
	height: auto;
	margin: 0;
	margin-left: -5px;
	margin-top: 0;
	z-index: 10;
	border: 1px solid #e1e1e1;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	opacity: 0;
	padding: 10px 0 10px 0;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
}

#menu_wrapper .nav ul li ul li ul,
#menu_wrapper div .nav li ul li ul {
	position: absolute;
	left: 210px;
	padding: 0;
	margin-top: -50px;
	margin-left: 0;
	display: none;
	z-index: 9;
	opacity: 1;
}

#menu_wrapper .nav ul li ul li ul:before,
#menu_wrapper div .nav li ul li ul:before {
	display: none;
}

#menu_wrapper .nav ul li:hover>ul,
#menu_wrapper div .nav li:hover>ul {
	display: block;
	opacity: 1;
}

#menu_wrapper div .nav li ul li a,
#menu_wrapper div .nav li.current-menu-item ul li a,
#menu_wrapper div .nav li ul li.current-menu-item a,
#menu_wrapper .nav ul li ul li a,
#menu_wrapper .nav ul li.current-menu-item ul li a,
#menu_wrapper .nav ul li ul li.current-menu-item a,
#menu_wrapper div .nav li.current-menu-parent ul li a,
#menu_wrapper div .nav li ul li.current-menu-parent a {
	color: #888;
	display: block;
	background: transparent;
	height: auto;
}

#menu_wrapper .nav ul li ul li a,
#menu_wrapper div .nav li ul li a,
#menu_wrapper div .nav li.current-menu-parent ul li a {
	width: 170px;
	display: block;
	border-top: 0;
	border: 0;
	margin: 0;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: none;
	border-bottom: 0 !important;

	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-ms-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

#menu_wrapper .nav ul li ul li ul li a:hover,
#menu_wrapper .nav ul li ul li ul li a:hover,
#menu_wrapper div .nav li ul li ul li a:hover,
#menu_wrapper div .nav li ul li ul li a:hover,
#menu_wrapper div .nav li.current-menu-item ul li ul li a:hover,
#menu_wrapper div .nav li.current-menu-parent ul li ul li a:hover {
	color: #444;
}

#menu_wrapper .nav ul li.megamenu>ul,
#menu_wrapper div .nav li.megamenu>ul {
	position: absolute;
	width: 960px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	box-sizing: border-box;
}

#menu_wrapper .nav ul li:not(.megamenu) ul.sub-menu li.arrow>a:after,
#menu_wrapper div .nav li:not(.megamenu) ul.sub-menu li.arrow>a:after {
	font-size: 11px;
	margin-left: 0.5em;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f105";
	float: right;
	margin-right: 0px;
	margin-top: 5px;
}

#menu_wrapper div .nav li.megamenu ul li {
	display: block;
	box-sizing: border-box;
	clear: none;
	float: left;
	border-left: 1px solid #eeeeee;
}

#menu_wrapper div .nav li.megamenu ul li.hidden>a {
	display: none;
}

#menu_wrapper div .nav li.megamenu ul li:first-child {
	border: 0;
}

#menu_wrapper div .nav li.megamenu.col2 ul li {
	width: 50%;
	padding: 0px 12px;
}

#menu_wrapper div .nav li.megamenu.col3 ul li {
	width: 33.3%;
	padding: 0px 12px;
}

#menu_wrapper div .nav li.megamenu.col4 ul li {
	width: 25%;
	padding: 0px 12px;
}

#menu_wrapper .nav ul li.megamenu ul li ul,
#menu_wrapper div .nav li.megamenu ul li ul {
	position: relative;
	width: 100%;
	margin: 0;
	border: 0;
	box-shadow: 0 0 0;
	display: block !important;
	opacity: 1 !important;
	left: 0;
}

#menu_wrapper .nav ul li.megamenu ul li ul li,
#menu_wrapper div .nav li.megamenu ul li ul li {
	width: 100% !important;
	border: 0 !important;
}

#menu_wrapper div .nav li.megamenu ul li>a,
#menu_wrapper div .nav li.megamenu ul li>a:hover,
#menu_wrapper div .nav li.megamenu ul li>a:active {
	width: 100%;
	color: #444;
	box-sizing: border-box;
	background: transparent;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a,
#menu_wrapper div .nav li.megamenu ul li ul li a {
	color: #888;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a:before,
#menu_wrapper div .nav li.megamenu ul li ul li a:before {
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f105";
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a:hover,
#menu_wrapper div .nav li.megamenu ul li ul li a:hover,
#menu_wrapper .nav ul li.megamenu ul li ul li a:active,
#menu_wrapper div .nav li.megamenu ul li ul li a:active {
	width: auto;
}

#menu_wrapper div .nav li.megamenu ul li a:after {
	display: none;
}

#menu_wrapper .nav ul li.megamenu ul li ul li,
#menu_wrapper div .nav li.megamenu ul li ul li a {
	width: auto;
	display: inline-block;
	margin-left: 20px;
	padding: 7px 20px 7px 5px;
}

@media only screen and (min-width: 1200px) {

	#menu_wrapper .nav ul li.megamenu>ul,
	#menu_wrapper div .nav li.megamenu>ul {
		max-width: 1425px;
		width: 100%;
		width: calc(100% - 180px);
		box-sizing: border-box;
	}
}

.top_contact_info_container {
	display: table;
	float: right;
	height: 100%;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
}

.top_contact_info {
	font-size: 10px;
	color: #222;
	float: right;
	line-height: 30px;
}

.top_contact_info i {
	margin-right: 10px;
	color: #222;
	font-size: 10px;
	vertical-align: text-bottom;
}

.top_contact_info span {
	display: inline-block;
	margin-right: 10px;
}

.top_contact_info a {
	color: #444;
}

#top_menu {
	float: left;
	display: block;
	list-style: none;
}

#top_menu li {
	float: left;
	margin-right: 20px;
}

#top_menu li a {
	font-size: 10px;
	font-weight: 400;
	color: #222;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer_menu li ul {
	display: none;
}

/*------------------------------------------------------------------
[3. Footer]
*/

.footer_photostream_wrapper {
	margin-top: 20px;
	text-align: center;
}

.footer_photostream {
	margin-top: 20px;
}

.footer_bar {
	clear: both;
	width: 100%;
	margin: auto;
	padding: 0 0 10px 0;
	float: left;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	position: relative;
	z-index: 1;

	-webkit-transition: -webkit-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
}

.footer_bar.noborder {
	border: 0 !important;
}

.footer_bar.noborder .footer_bar_wrapper {
	border: 0 !important;
}

.footer_bar.wall {
	padding-top: 0;
	margin-top: 0;
}

.footer_bar.split,
.footer_bar.fullscreen,
.footer_bar.flow,
.footer_bar.fullscreen,
.footer_bar.fullscreen_white,
#footer.split,
#footer.fullscreen,
#footer.flow,
#footer.fullscreen,
#footer.fullscreen_white {
	display: none;
}

.footer_bar.fullscreen_video {
	position: fixed;
	bottom: 0;
	z-index: 0;
}

#footer {
	width: 100%;
	margin: auto;
	padding-bottom: 50px;
	word-wrap: break-word;
	margin-bottom: 0;
	padding-top: 50px;
	float: left;
	position: relative;
	z-index: 1;
}

#footer strong.title {
	font-weight: normal;
}

#footer.wall {
	margin-top: 0;
}

#footer.fullscreen_video {
	display: none;
}

#footer a {
	color: #000;
}

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

#footer .sidebar_widget li h2.widgettitle {
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer ul.sidebar_widget {
	width: 960px;
	list-style: none;
	margin: 0;
	margin: auto;
}

#footer ul.sidebar_widget li ul {
	list-style: none;
	margin-left: 0;
}

#footer ul.sidebar_widget li ul li ul.children {
	margin-left: 10px;
	margin-bottom: 0;
}

#footer ul.sidebar_widget li ul li ul.children li:last-child {
	border: 0;
	margin-bottom: 0;
}

#footer .sidebar_widget.four>li {
	width: 20%;
	float: left;
	margin-right: 5%;
}

#footer .sidebar_widget.four>li:nth-child(4) {
	margin-right: 0;
	width: 25%;
}

#footer .sidebar_widget.three>li {
	width: 31%;
	float: left;
	margin-right: 2%;
}

#footer .sidebar_widget.three>li:nth-child(3) {
	margin-right: 0;
	width: 33%;
}

#footer .sidebar_widget.two>li {
	width: 48%;
	float: left;
	margin-right: 2%;
}

#footer .sidebar_widget.two>li:nth-child(2) {
	margin-right: 0;
	width: 50%;
}

#footer .sidebar_widget.one {
	float: none;
}

#footer .sidebar_widget.one>li {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

#footer .sidebar_widget.one>li .social_wrapper.shortcode ul {
	text-align: center;
}

#footer .sidebar_widget.one>li:last-child {
	margin-bottom: 0;
}

#footer ul.sidebar_widget li ul.posts.blog li img {
	width: 60px;
	float: left;
	margin: 0 15px 15px 0;
}

#footer ul.sidebar_widget li ul.posts.blog li {
	clear: both !important;
	float: left;
	border: 0;
}

#footer ul.sidebar_widget li ul li {
	margin: 0 0 10px 0;
}

#footer ul.sidebar_widget li ul li ul.sub-menu {
	margin-left: 15px;
}

#footer ul.sidebar_widget li ul.flickr li {
	margin: 0 2% 0 0;
	border-bottom: 0;
	width: 31%
}

#footer ul.sidebar_widget li ul.flickr li img {
	width: 100%;
	height: auto;
}

#copyright {
	float: left;
	width: 50%;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#page_content_wrapper.split #copyright,
.page_content_wrapper.split #copyright {
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 4px double #e1e1e1;
	padding-top: 20px;
	text-align: center;
}

#page_content_wrapper.split.wide #copyright,
.page_content_wrapper.split.wide #copyright {
	padding-bottom: 20px;
}

body.page-template-blog_split #page_content_wrapper.split #copyright {
	margin-top: 0;
	padding-bottom: 20px;
}

#footer ul.address,
ul.address {
	margin-left: 0 !important;
	list-style: none;
}

#footer ul.address li,
ul.address li {
	margin-bottom: 5px;
}

#footer ul.address li i,
ul.address li i {
	margin-right: 10px;
}

.footer_bar.fullscreen #copyright {
	color: #fff;
}

.footer_bar.fullscreen .footer_bar_wrapper,
.footer_bar.wall .footer_bar_wrapper,
.footer_bar.static .footer_bar_wrapper {
	margin: auto;
	float: none;
}

#copyright p.attachment {
	display: none;
}

.footer_bar_wrapper {
	width: 960px;
	margin: auto;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	clear: both;
	color: #fff;
	border-top: 1px solid #444;
	padding-top: 20px;
}

#toTop {
	width: 25px;
	opacity: 0;
	text-align: center;
	padding: 10px 10px 10px 10px;
	position: fixed;
	/* this is the magic */
	bottom: 5px;
	right: 10px;
	cursor: pointer;
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
	z-index: 9;
	border-radius: 5px;
	display: block;
}

#toTop:hover {
	opacity: 1 !important;
}

#toTop i {
	color: #222;
	font-size: 1.5em;
}

html[data-style=fullscreen_white] #toTop {
	display: none;
}

/*------------------------------------------------------------------
[4. Content]
*/

#blog_promo_link_wrapper {
	width: 960px;
	margin: auto;
	margin-top: 40px;
}

#page_content_wrapper.blog_wrapper:not(.split),
#page_content_wrapper.blog_wrapper.split .inner {
	margin-top: 40px;
}

#content_wrapper {
	width: 72%;
	float: left;
	margin: 0;
}

#page_content_wrapper,
.page_content_wrapper {
	width: 960px;
	margin: auto;
	padding-bottom: 0;
	margin-top: 0;
}

body.single-post #page_content_wrapper,
body.single-attachment #page_content_wrapper {
	margin-top: 50px;
}

#page_content_wrapper.wide:not(.photoframe),
.page_content_wrapper.wide:not(.photoframe) {
	width: 100%;
}

#page_content_wrapper.wide.nomargin,
.page_content_wrapper.wide.nomargin {
	margin-top: 0;
}

#page_content_wrapper.split,
.page_content_wrapper.split,
#page_content_wrapper.split.wide,
.page_content_wrapper.split.wide {
	width: 70%;
	padding: 30px;
	height: 100%;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 68px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	margin-top: 0;
}

body.single-galleries #page_content_wrapper.split.wide,
#page_content_wrapper.split.photoframe,
.page_content_wrapper.split.photoframe {
	padding: 0;
}

#page_content_wrapper.split.wide,
.page_content_wrapper.split.wide {
	width: 70%;
	padding: 50px 0 50px 0;
}

#page_content_wrapper.split .animate,
.page_content_wrapper.split .animate {
	opacity: 1 !important;
	visibility: visible !important;
}

.page_content_wrapper {
	width: 100%;
}

#page_content_wrapper img,
.page_content_wrapper img {
	max-width: 100%;
	height: auto;
}

#page_content_wrapper .map_shortcode_wrapper img,
.page_content_wrapper .map_shortcode_wrapper img {
	max-width: none;
}

.standard_wrapper,
.ppb_popup.one.contain {
	max-width: 1100px;
	width: 90%;
	margin: auto;
	position: relative;
	float: none;
}

.standard_wrapper.withpadding {
	padding-top: calc(var(--spacing-unit) * 3);
	padding-bottom: calc(var(--spacing-unit) * 3);
}

.ppb_collection .standard_wrapper {
	clear: both;
}

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

.ppb_collection .gallery_type a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.ppb_collection .gallery_type .portfolio_title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 3;
}

.ppb_collection .gallery_type .portfolio_title .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	margin: auto;
	display: inline-block;
	font-style: normal;
	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	line-height: 1.5;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	position: relative;
	bottom: 0;
}

.ppb_collection .gallery_type:hover .portfolio_title .image_caption {
	transform: translateY(0px);
	opacity: 1;
}

.one_half .standard_wrapper,
.one_third .standard_wrapper,
.one_fourth .standard_wrapper,
.one_fifth .standard_wrapper,
.two_third .standard_wrapper,
.one_half .page_content_wrapper,
.one_third .page_content_wrapper,
.one_fourth .page_content_wrapper,
.one_fifth .page_content_wrapper,
.two_third .page_content_wrapper,
#page_content_wrapper.split .standard_wrapper,
.page_content_wrapper.split .standard_wrapper {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

#page_content_wrapper.split.wide .standard_wrapper,
.page_content_wrapper.split.wide .standard_wrapper {
	padding: 0 30px 0 30px;
}

.standard_wrapper .one_half,
.standard_wrapper .one_third,
.standard_wrapper .one_fourth,
.standard_wrapper .one_fifth {
	margin-bottom: 0;
}

.page_content_wrapper:empty {
	margin-top: 0 !important;
}

.one.withbg {
	background-size: cover;
	background-position: center center;
}

.one.contain {
	float: none;
	margin: auto;
}

.one.ppb_fullwidth_button {
	overflow-x: hidden;
}

.page_content_wrapper.fullwidth,
#page_content_wrapper.fullwidth {
	width: 100%;
	padding: 0;
}

.one {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.one .page_content_wrapper:not(.horizontal_gallery),
.one_half .page_content_wrapper:not(.horizontal_gallery),
.one_third .page_content_wrapper:not(.horizontal_gallery),
.one_fourth .page_content_wrapper:not(.horizontal_gallery),
.one .page_content_wrapper:not(.standard_wrapper),
.one_half .page_content_wrapper:not(.standard_wrapper),
.one_third .page_content_wrapper:not(.standard_wrapper),
.one_fourth .page_content_wrapper:not(.standard_wrapper) {
	margin-top: 0;
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.one.withpadding {
	padding: 60px 0 60px 0;
	float: left;
	width: 100%;
}

.one.withpadding.nopadding {
	padding: 0 !important;
}

.one.withsmallpadding {
	padding: 30px 0 30px 0;
	float: left;
	width: 100%;
}

.one.withsmallpadding.ppb_text,
.one.withsmallpadding.ppb_header {
	margin: auto;
}

.one.ppb_text.withbg {
	float: left;
}

.animate_counter_wrapper i {
	font-size: 48px;
	height: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	color: #000000;
}

.count_separator {
	display: none;
}

.count_separator span {
	display: inline-block;
	text-align: center;
	width: 40px;
	margin: 5px auto 5px;
	height: 1px;
	background: #e1e1e1;
}

.animate_counter_wrapper .counter_subject {
	font-size: 14px;
	text-transform: uppercase;
	clear: both;
	margin-top: 5px;
	font-weight: 400;
	letter-spacing: 2px;
	opacity: 0.7;
}

#content_wrapper .inner {
	overflow: hidden;
}

#page_content_wrapper .inner {
	width: 100%;
	margin: auto;
}

#page_content_wrapper .inner.photo_proofing {
	margin-top: 10px;
}

#page_content_wrapper .inner .inner_wrapper {
	padding-top: 0;
}

.post.type-post,
.events.type-events {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	float: left;
	position: relative;
	border-bottom: 4px double #222;
}

.post.type-post:first-child {
	margin-top: 0;
}

body.single .events.type-events {
	border-bottom: 0;
}

body.search-results .hentry {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 0;
}

#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content {
	margin-right: 0;
	padding-right: 0;
	box-sizing: border-box;
	margin-bottom: 0;
}

#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar {
	padding-right: 0;
}

#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post,
.post.type-post.grid_layout {
	width: 48%;
	margin-top: 0;
	margin-bottom: 50px;
	float: left;
	border: 0;
}

#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post:nth-child(even),
.post.type-post.grid_layout.last {
	float: right;
}

body.single .post.type-post {
	border: 0;
	margin-bottom: 0;
}

.post.type-post.last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

#blog_grid_wrapper {
	padding-top: 30px;
}

#blog_grid_wrapper.ppb_blog_posts,
.blog_grid_wrapper.ppb_blog_posts {
	padding-top: 0;
}

#blog_grid_wrapper .post.type-post,
.blog_grid_wrapper .post.type-post {
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
}

body.page-template-blog_g-php .post.type-post,
body.error404 .post.type-post,
body.page-template-galleries-php .galleries.type-galleries,
body.tax-gallerycat .galleries.type-galleries,
.ppb_blog_posts .post.type-post,
body.archive #blog_grid_wrapper .post.type-post {
	float: left;
	width: 31.66%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 50px;
	margin-top: 0;
}

body.page-template-blog_g-php #blog_grid_wrapper .post.type-post,
.ppb_blog_posts .post.type-post {
	margin-bottom: 50px;
}

body.page-template-blog_g-php #blog_grid_wrapper .post.type-post.last,
.ppb_blog_posts .post.type-post.last {
	margin-right: 0;
	float: right;
}

.post.type-post:last-child {
	margin-bottom: 0;
}

.post_wrapper {
	padding: 30px 0 50px 0;
}

.post_wrapper.grid_layout {
	padding: 0;
}

.blog_grid_content {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	float: left;
}

body.single .post_wrapper {
	padding-bottom: 0;
}

.post_wrapper:first-child {
	padding-top: 0;
	border: 0;
}

body.search .post_wrapper:first-child {
	padding: 20px 0 25px 0;
}

.post_wrapper.single {
	width: 100%;
	margin: 0;
}

body.single .post-views {
	display: none;
}

.post_header {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

body.single-attachment .post_header {
	margin-top: 20px;
}

.post_header p {
	text-align: left;
}

.post_header.search {
	width: calc(100% - 50px);
	margin-bottom: 0;
	margin-left: 10px;
	text-align: left;
}

body.search-results .post_header.search {
	width: calc(100% - 90px);
}

.post_header.quote {
	margin-bottom: 0;
}

.readmore {
	font-size: 12px;
	border-bottom: 2px solid #222;
	margin: auto;
	margin-top: 10px;
	letter-spacing: 2px;
	padding-bottom: 2px;
}

.post_header.grid {
	margin-bottom: 15px;
	width: 100%;
	float: none;
}

.post_header.full {
	width: 100%;
}

body.page-template-blog_f-php .post_excerpt_full {
	margin-bottom: 0;
}

.post_header.grid h6 {
	font-size: 20px;
}

.post_header h3 a,
.post_header.grid h6 a {
	color: #222222;
}

.post_header h5 {
	font-size: 24px;
}

.post_header h6 {
	font-size: 18px;
}

.post_header h5 a,
.post_header h6 a {
	color: #222222;
}

.post_excerpt {
	width: 100%;
	margin: auto;
}

.post_excerpt br:first:child {
	display: none;
}

.post_related .post_detail {
	font-size: 11px;
	margin-top: 0;
}

.post_related .post_header h6 {
	font-size: 14px;
}

.animate {
	opacity: 0;
}

.animate.visible {
	animation-name: slideUp2;
	-webkit-animation-name: slideUp2;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.post_excerpt.post_tag {
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 10px;
}

.post_excerpt.post_tag a {
	display: inline-block;
	padding: 3px 10px;
	margin-left: 5px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#about_the_author {
	padding: 30px;
	float: left;
	background: #f5f5f5;
	width: 100%;
	box-sizing: border-box;
}

#about_the_author .gravatar {
	float: left;
	margin-right: 30px;
}

#about_the_author .author_detail {
	float: left;
	width: calc(100% - 130px);
}

.author_label {
	float: left;
}

.author_content h7 {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.author_content .author_label {
	font-style: italic;
	font-family: "Georgia";
	opacity: 0.7;
}

.author_social {
	list-style: none;
	display: block;
	margin: 20px 0 0 0 !important;
}

.author_social li {
	display: inline-block;
	margin-right: 15px;
}

.author_social li i {
	font-size: 14px;
}

.post_related {
	margin-top: 10px;
}

.post_content_wrapper {
	padding: 0;
	margin: 0;
}

.post_content_wrapper.fullwidth {
	width: 100%;
}

.post_header .post_detail,
.recent_post_detail,
.post_detail,
.thumb_content span .portfolio_excerpt,
.testimonial_customer_position,
.testimonial_customer_company {
	width: 100%;
	padding: 0;
	float: left;
	margin: 5px 0 15px 0;
	font-weight: 600;
}

.portfolio_title .post_detail {
	margin: 0;
}

.search_form_wrapper {
	margin-bottom: 30px;
}

body.search .search_form_wrapper {
	margin-top: 0;
}

.search_form_wrapper .content {
	font-size: 16px;
	text-align: center;
	width: 60%;
	margin: auto;
	margin-bottom: 40px;
}

.post_header .post_detail.grid {
	margin-top: 5px;
}

.post_header .post_detail.full {
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}

.post_header .post_detail.grid {
	margin-bottom: 0;
}

.post_attribute,
.comment_date {
	padding: 0;
	margin-top: 0;
	letter-spacing: 0;
	font-style: italic;
	font-family: "Georgia";
}

.post_info_cat {
	font-size: 12px;
	color: #ca9f5c;
	margin-top: 20px;
	margin-bottom: 5px;
	font-style: italic;
	font-family: "Georgia";
}

.post_info_cat a {
	color: #ca9f5c;
}

.post_detail.single_post {
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
}

.post_type_icon {
	float: left;
	margin-right: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	width: 50px;
	height: 50px;
	padding: 5px;
	display: block;
	text-align: center;
	background: #222;
}

body.search-results .post_type_icon {
	margin-right: 15px;
}

.post_type_icon i {
	font-size: 20px;
	display: block;
	position: relative;
	top: 50%;
	line-height: 48px;
}

.post_type_icon a {
	color: #fff !important;
	display: block;
}

.search_thumb {
	float: left;
	border-radius: 200px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}

body.search-results .search_thumb {
	margin-right: 15px;
}

.search_thumb img {
	width: 60px;
	height: 60px;
}

.rev_slider_wrapper {
	z-index: 1;
}

#page_caption.hasbg .post_detail,
#page_caption.hasbg .post_detail a,
#page_caption.hasbg .post_detail a:hover,
#page_caption.hasbg .post_detail a:active,
.page_tagline {
	padding: 0;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	opacity: 0.8;
}

#page_caption .post_detail {
	float: none;
}

.post_detail_wrapper {
	float: left;
	width: 96%;
	margin: 0 0 10px 0;
}

.gravatar {
	position: relative;
	z-index: 2;
	overflow: hidden;
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 200px;
}

.comment .gravatar {
	width: 60px;
	height: 60px;
}

.gravatar img {
	max-width: 100% !important;
}

#about_the_author .header span {
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb {
	width: 80px;
	float: left;
	margin: 20px 0 0 20px;
}

#about_the_author .thumb img {
	padding: 3px;
	width: 50px;
}

#about_the_author .description {
	width: 550px;
	float: left;
	padding: 0 0 0 20px;
}

.comment .left img.avatar {
	width: 50px;
	height: 50px;
}

.comment {
	width: 770px;
	padding-bottom: 0;
	float: left;
}

.fullwidth_comment_wrapper .comment {
	width: 100%;
}

.comment .left {
	float: left;
	margin-right: 15px;
}

.comment_arrow {
	width: 10px;
	height: 10px;
	float: left;
	position: relative;
	left: 5px;
	margin-top: 20px;
	display: none;
}

.comment .right {
	width: 74%;
	float: left;
	margin-left: 25px;
	padding: 0 15px 30px 0;
}

.comment .right h7 {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	margin-right: 10px;
}

.fullwidth_comment_wrapper .comment .right {
	width: 82%;
}

.fullwidth_comment_wrapper.sidebar .comment .right {
	width: 74%;
}

ul.children div.comment .right {
	width: 77%;
}

.fullwidth_comment_wrapper ul.children div.comment .right {
	width: 75%;
}

.comment .right p {
	margin: 0;
	padding: 0;
}

.comment .right strong {
	font-weight: #fff;
}

#content_wrapper ul.children {
	list-style: none;
	margin: -40px 0 0px 74px;
	border-left: 1px solid #ccc;
	padding: 5px 20px 2px 0;
	float: left;
	width: 106%;
}

#content_wrapper ul.children ul.children {
	margin-top: -10px;
	padding-bottom: 0;
	width: 83.5%;
}

.comment_wrapper {
	float: left;
	margin-left: 25px;
	border-left: 1px solid #eeeeee;
}

.comment_date {
	margin: 0;
	line-height: 30px;
	float: left;
	margin-left: 0;
}

ul.children .comment {
	width: 100%;
	margin: 0;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	margin-left: 45px;
	float: left;
}

ul.children .comment:last-child {
	padding-top: 0;
	padding-bottom: 15px;
}

ul.children .comment:first-child {
	padding-top: 10px;
	margin-top: 0px;
}

.jp-play,
.jp-pause {
	position: fixed;
	top: 46.5%;
	left: 4px;
	width: 22px;
	height: 20px;
	background: transparent url(../images/sound_off.png) no-repeat left center;
	text-indent: -9999px;
	z-index: 99999;
}

.jp-pause {
	background: transparent url(../images/sound_on.png) no-repeat left center;
}

.social_wrapper {
	width: 100%;
	margin: 20px 0 5px 0;
	text-align: center;
}

#logo_wrapper .social_wrapper {
	width: auto;
	margin: 0;
	left: 30px;
	text-align: left;
	position: absolute;
}

.footer_bar_wrapper .social_wrapper {
	width: 50%;
	float: right;
	text-align: right;
	margin: 0;
	margin-top: -2px;
}

.above_top_bar .social_wrapper {
	margin: 0;
	float: left;
	width: auto;
}

.social_wrapper.shortcode,
.social_wrapper.shortcode ul {
	margin: 0;
	text-align: left;
}

#page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode,
.page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode,
#page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode ul,
.page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode ul {
	text-align: center;
}

.social_wrapper ul {
	list-style: none;
	margin-left: 0 !important;
	text-align: left;
}

.above_top_bar .social_wrapper ul {
	text-align: right;
}

.footer_bar_wrapper .social_wrapper ul {
	text-align: right;
}

#page_content_wrapper .social_wrapper ul {
	list-style: none;
	margin-top: 12px;
}

#page_content_wrapper .social_wrapper.shortcode ul {
	margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul,
.page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul {
	margin-bottom: 0;
	text-align: center;
}

.social_wrapper ul li,
.social_wrapper.small ul li {
	display: inline-block;
	margin-right: 15px;
}

#logo_wrapper .social_wrapper ul li {
	margin-right: 10px;
}

.social_wrapper.shortcode ul li,
.social_wrapper.small.shortcode ul li {
	margin: 0 10px 0 10px !important;
}

.footer_bar_wrapper .social_wrapper ul li {
	background: transparent !important;
	border: 0 !important;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	margin-right: 0;
	float: right;
}

.social_wrapper.light ul li {
	border: 0 !important;
}

.social_wrapper.large ul li {
	width: 50px;
	height: 50px;
}

.above_top_bar .social_wrapper ul li {
	background: transparent;
	border: 0;
	width: auto;
	height: auto;
	margin-right: 0px;
}

.social_wrapper.shortcode ul li {
	margin: 0 2px 4px 2px;
	clear: none !important;
	float: none !important;
	width: auto !important;
	display: inline-block !important;
}

.sidebar_content ul li .social_wrapper.shortcode,
.sidebar_content ul li .social_wrapper.shortcode ul {
	text-align: center !important;
}

.social_wrapper ul li a {
	opacity: 1;
	display: block;
	line-height: 0;
}

.social_wrapper.shortcode ul li a {
	color: #fff;
}

.social_wrapper.shortcode.light ul li a {
	color: #444;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle:before {
	border: 0;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle span {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

.above_top_bar .social_wrapper ul li:last-child a {
	margin-right: 0;
}

.above_top_bar .social_wrapper ul li a {
	display: inline-block;
	color: #fff;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 30px;
}

.above_top_bar .page_content_wrapper {
	margin: auto;
	width: 960px;
}

.footer_bar_wrapper .social_wrapper ul li a {
	color: #fff;
}

.social_wrapper ul li a i,
.social_wrapper.small ul li a i {
	line-height: 18px;
	font-size: 18px;
}

.above_top_bar .social_wrapper ul li a i {
	font-size: 14px;
	line-height: 18px;
}

.footer_bar_wrapper .social_wrapper ul li a i {
	line-height: 20px;
	font-size: 18px;
}

.social_wrapper.large ul li a i {
	line-height: 32px;
	font-size: 24px;
}

.above_top_bar .social_wrapper ul li:hover {
	background: transparent !important;
	opacity: 1;
}

.social_wrapper.team {
	list-style: none;
	display: block;
	margin: 0;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.social_wrapper.team li {
	display: inline-block;
	margin: 0 10px 0 10px;
}

.social_wrapper.team li i {
	font-size: 18px;
}

.one_fourth .social_wrapper.team li img {
	max-width: 14px;
	height: auto;
}

.one_fourth .social_wrapper.team li {
	display: inline-block;
	margin: 0 3px 0 3px;
}

.social_wrapper ul li a img {
	opacity: .4;
}

.social_wrapper.shortcode ul li a img,
.social_wrapper ul li:hover a img {
	opacity: 1;
}

#page_caption {
	padding: 25px 0 30px 0;
	width: 100%;
	margin-bottom: 40px;
	background: #ffffff;
	border-bottom: 1px solid #e1e1e1;
}

#page_caption.ppb_enable,
#page_caption.wide {
	margin-bottom: 0;
}

#page_caption.single_gallery {
	margin-bottom: 0;
	border: 0;
}

#page_caption.hasbg {
	height: 60%;
	max-height: 750px;
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	border: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

body.page-template-client-3-wide #page_caption {
	margin-bottom: 0;
}

#page_caption.split,
#page_caption.hasbg.split {
	width: 30%;
	height: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	padding: 0;
	display: block;
}

#page_caption.split.wide,
#page_caption.hasbg.split.wide {
	border: 0;
}

#page_caption.hasbg #bg_regular,
#page_caption.hasbg #bg_blurred {
	width: 100%;
	min-height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#page_caption.hasbg #bg_regular {
	opacity: 1;
}

#page_caption.hasbg #bg_blurred {
	opacity: 0;
}

body.single-post #page_caption.hasbg:after,
body.single-portfolios #page_caption.hasbg:after,
#page_caption.split:after {
	display: none;
}

.post_caption {
	text-align: center;
	margin: 50px 0 30px 0;
}

#page_content_wrapper.hasbg .post_caption {
	margin-top: 30px;
}

.post_caption h1 {
	font-size: 34px;
}

.post_caption .post_detail {
	font-size: 14px;
	display: inline-block;
	width: auto;
	float: none;
}

.parallax_overlay_header {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#page_caption.nomargin {
	margin-bottom: 0;
}

#page_caption .page_title_wrapper {
	width: 100%;
	margin: auto;
	text-align: center;
}

#page_caption.hasbg {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: table;
}

body.single-events #page_caption.hasbg {
	margin-bottom: 50px;
}

#page_caption.hasbg .page_title_wrapper {
	text-align: center;
	z-index: 3;
	display: table-cell;
	margin: auto;
	vertical-align: middle;
}

#page_caption.hasbg .page_title_wrapper .page_title_inner {
	width: 420px;
	padding: 50px;
	box-sizing: border-box;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	z-index: 1;
	position: relative;
}

#page_caption.split .page_title_wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: transparent;
}

#page_caption.split .page_title_wrapper .page_title_inner {
	vertical-align: middle;
	display: table-cell;
	background: transparent !important;
}

#page_caption.split .page_title_wrapper .page_title_inner .page_title_content {
	background: #fff;
	text-align: center;
	padding: 60px;
	width: 320px;
	margin: auto;
	box-sizing: border-box;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	opacity: 0;

	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 0.2s;
	-webkit-animation-duration: 0.2s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#page_caption.hasbg h1,
h1.hasbg {
	font-size: 24px;
}

.page_tagline {
	width: auto;
	display: inline-block;
	margin: auto;
	float: none;
	margin-top: 5px;
	font-weight: 600;
	text-transform: uppercase;
}

.page_tagline i,
.ppb_collection .standard_wrapper .term_desc {
	font-weight: 400;
	font-style: italic;
	font-family: "Georgia";
	text-transform: none;
	font-size: 13px;
}

.overlay_gallery_content .page_tagline {
	margin-bottom: 20px;
	max-width: 90%;
}

#page_caption.hasbg .page_tagline {
	border: 0;
	text-align: center;
}

h2.ppb_title {
	font-size: 50px;
	margin-top: 0;
	text-transform: uppercase;
}

.ppb_subtitle {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ca9f5c;
	margin-bottom: 10px;
}

.ppb_subtitle.event {
	font-size: 18px;
	margin-top: 10px;
}

.ppb_content {
	margin: 15px 0 15px 0;
	width: 96%;
}

.ppb_header_content {
	margin-top: 20px;
}

#crumbs {
	float: right;
	font-size: 10px;
	line-height: 34px;
}

#crumbs.center,
#page_caption.hasbg #crumbs {
	display: block !important;
}

#page_caption.hasbg #crumbs {
	color: #fff;
	float: none;
	margin: auto;
	display: none;
}

#page_caption.hasbg #crumbs a {
	color: #fff;
}

#crumbs a,
#crumbs a:hover,
#crumbs a:active {
	color: #999;
}

#page_caption h2 {
	color: #333;
	padding: 0 0 0 0;
	font-size: 22px;
	font-weight: normal;
}

.gallery_img_slides {
	z-index: 2;
	visibility: hidden;
	margin: 0 !important;
	position: absolute;
	width: 100%;
	height: 100%;
	list-style: none !important;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.gallery_img_slides li,
.gallery_img_slides li img {
	max-width: 100% !important;
	width: 100% !important;
}

.gallery_img_slides.active {
	visibility: visible;
}

#portfolio_wall_filters,
.portfolio_wall_filters {
	text-align: center;
	margin-left: 0 !important;
	margin-bottom: 40px;
}

#page_content_wrapper ul.portfolio_wall_filters.photo_proofing {
	text-align: left;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

.photoproofing_download {
	float: right;
	font-size: 24px;
	line-height: 32px;
	margin-right: 15px;
}

.comment_box {
	background-color: #ccc;
	float: right;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	color: #fff;
	line-height: 29px;
	position: relative;
}

.comment_box.photo_proofing,
.photoproofing_download {
	margin-top: 30px;
	margin-bottom: 20px;
}

.comment_box:before,
.comment_box:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #ccc;
	bottom: -6px;
	content: '';
	left: 50%;
	margin-left: -5px;
	color: #fff;
	position: absolute;
}

.filter li {
	margin: 0 2px 0 2px;
	display: inline-block;
	list-style: none;
}

.filter li:first-child,
.filter li:first-child a {
	margin-left: 0 !important;
}

.filter li a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 6px 12px 5px 12px;
	background: transparent;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.filter li .separator {
	display: none !important;
}

.filter li:last-child .separator {
	display: none;
}

.filter li a:hover,
.filter li a.active,
#portfolio_wall_filters li a.active,
#portfolio_wall_filters li a:hover {
	color: #fff;
}

#page_minimize {
	display: none;
}

#post_featured_slider {
	overflow: hidden;
	margin-bottom: 0;
}

.ppb_blog_slider .slider_wrapper {
	overflow: hidden;
}

#post_featured_slider li .slider_image,
.ppb_blog_slider .slider_wrapper li .slider_image {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: table;
}

#post_featured_slider li .slider_image.three_cols,
.ppb_blog_slider .slider_wrapper li .slider_image.three_cols {
	width: 33.3%;
	float: left;
	height: 350px;
}

#post_featured_slider li .slider_image .slide_post,
.ppb_blog_slider .slider_wrapper li .slider_image .slide_post {
	text-align: center;
	display: table-cell;
	margin: auto;
	vertical-align: middle;
}

#post_featured_slider li .slider_image .slide_post .slide_post_wrapper,
.ppb_blog_slider .slider_wrapper li .slider_image .slide_post .slide_post_wrapper {
	width: 420px;
	padding: 60px;
	box-sizing: border-box;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

#post_featured_slider li .slider_image.three_cols .slide_post .slide_post_wrapper,
.ppb_blog_slider .slider_wrapper li .slider_image.three_cols .slide_post .slide_post_wrapper {
	width: 200px;
	padding: 30px;
}

#post_featured_slider li .slider_image .slide_post .slide_post_wrapper .post_detail.single_post,
.ppb_blog_slider .slider_wrapper li .slider_image .slide_post .slide_post_wrapper .post_detail.single_post {
	width: 80%;
	margin: auto;
	float: none;
	margin-top: 20px;
}

#post_featured_slider li .slider_image .slide_post h2,
.ppb_blog_slider .slider_wrapper li .slider_image .slide_post h2 {
	font-size: 24px;
}

#post_featured_slider li .slider_image.three_cols .slide_post,
.ppb_blog_slider .slider_wrapper li .slider_image.three_cols .slide_post {
	padding: 0 20px 0 20px;
	box-sizing: border-box;
}

#post_featured_slider li .slider_image.three_cols .slide_post h2,
.ppb_blog_slider .slider_wrapper li .slider_image.three_cols .slide_post h2 {
	font-size: 18px;
}

#post_featured_slider li .slider_image.three_cols .slide_post,
slide_post_date,
.ppb_blog_slider .slider_wrapper li .slider_image.three_cols .slide_post,
slide_post_date {
	font-size: 11px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
	max-width: 100%;
	height: auto;
}

#vimeo_bg,
#youtube_bg {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

#vimeo_bg .fluidvids,
#youtube_bg .fluidvids {
	width: 100%;
	height: 100%;
}

#vimeo_bg>iframe,
#youtube_bg>iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.icon-scroll,
.icon-scroll:before {
	position: absolute;
	left: 50%;
}

.icon-scroll {
	width: 20px;
	height: 35px;
	margin-left: -10px;
	position: absolute;
	bottom: 20px;
	margin-top: -35px;
	box-shadow: inset 0 0 0 3px #fff;
	border-radius: 25px;
	z-index: 99;
}

.icon-scroll:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #fff;
	margin-left: -2px;
	top: 4px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}

.one.fullwidth.slideronly .icon-scroll {
	display: none;
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(23px);
		transform: translateY(23px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(23px);
		transform: translateY(23px);
	}
}

.post_gallery_wrapper {
	margin-bottom: 20px;
	float: left;
	width: 100%
}

.post_gallery_wrapper .post_img {
	margin-bottom: 1px;
}

.post_gallery_wrapper .one_fifth {
	position: relative;
	line-height: 0;
	width: calc(16.66% - 1px);
	margin-right: 1px;
	margin-bottom: 0;
	clear: none;
}

.post_gallery_wrapper .one_fifth.last {
	width: 16.66%;
	clear: none;
}

.post_gallery_wrapper .one_fifth .more_gallery_count {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	line-height: 130px;
	color: #fff;
}

.post_gallery_wrapper .one_fifth.hidden {
	display: none;
}

.image_meta_wrapper {
	text-align: center;
	font-style: italic;
	font-family: "Georgia";
	opacity: 0.7;
	font-size: 12px;
}

.image_meta_wrapper>div {
	display: inline-block;
	margin: 0 5px 0 5px;
}

.gallery_info_wrapper {
	padding: 20px 20px 0 20px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	clear: both;
	font-weight: 600;
}

#photo_proofing_notify {
	margin: auto;
	float: none;
	margin-bottom: 40px;
}

#photo_proofing_notify i {
	margin-right: 7px;
	vertical-align: baseline;
}

#reponse_notification {
	display: none;
	margin-bottom: 40px;
}

.single_event_widget_row {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.single_event_widget_info .event_label {
	text-transform: uppercase;
	font-weight: 600;
}

.single_event_widget_info .event_label i {
	margin-right: 7px;
}

.ppb_image_caption {
	padding: 30px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	box-sizing: border-box;
}

.ppb_two_cols_images .one_half,
.ppb_two_cols_images .one_half.last,
.ppb_four_images_block .one_half,
.ppb_four_images_block .one_half.last {
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 0;
}

.ppb_two_cols_images .one_half.last,
.ppb_four_images_block .one_half.last {
	margin-right: 0;
}

.ppb_four_images_block .one_half.last {
	margin-bottom: 30px;
}

.ppb_three_cols_images .one_third,
.ppb_three_cols_images .one_third.last {
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 0;
}

.ppb_three_cols_images .one_third.last {
	margin-right: 0;
}

.ppb_three_images_block .one_half,
.ppb_three_images_block .one_half.last {
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 0;
}

.ppb_three_images_block .one_half.last {
	margin-right: 0;
}

.ppb_three_images_block .one_half .image_classic_frame {
	margin-bottom: 30px;
}

.ppb_contact_map .floatleft {
	width: 100%;
}

.ppb_content_center_bg .one_third {
	text-align: center;
	float: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 1;
	width: 40%;
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.ppb_card_two_cols_with_image .one_half.parallax_scroll {
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

#tg_buy_ticket {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.ppb_card_two_cols_with_image .one_half {
	z-index: 2;
}

.ppb_card_two_cols_with_image .one_half.last.parallax_scroll {
	right: 0;
}

.ppb_fullwidth_button .standard_wrapper,
.portfolio_wall_filters_wrapper {
	margin: 0 30px 0 30px;
}

/*------------------------------------------------------------------
[5. Social Sharing]
*/

.post.type-post .post_share {
	color: #444;
	display: none;
}

.post.type-post:hover .post_share,
.post.type-post .post_share.visible {
	display: block;
}

.post_share_bubble {
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 9;
	width: 15px;
}

body.single.single-post .post_share_bubble,
body.single.single-projects .post_share_bubble,
body.single.single-attachment .post_share_bubble {
	position: fixed;
	left: 7px;
	bottom: 7px;
}

body.single.single-post .post_share_bubble a.post_share,
body.single.single-projects .post_share_bubble a.post_share,
body.single.single-attachment .post_share_bubble a.post_share {
	display: block;
	padding: 10px 10px 10px 10px;
	width: 25px;
	background: #eee;
	border-radius: 5px;
	text-align: center;
	opacity: 0.5;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

a.post_share {
	color: #000;
}

body.single.single-post .post_share_bubble a.post_share:hover,
body.single.single-projects .post_share_bubble a.post_share:hover,
body.single.single-attachment .post_share_bubble a.post_share:hover {
	opacity: 1;
}

.post_share_bubble_wrapper {
	position: relative;
}

.ilightbox-toolbar .ilightbox-fullscreen {
	display: none !important;
}

.post_img {
	position: relative;
	height: auto;
	text-align: center;
	overflow: hidden;
	float: left;
	line-height: 0;
	width: 100%;
	margin-bottom: 20px;
}

.post_wrapper.grid_layout .post_img {
	margin-bottom: 20px;
}

.post_img img {
	width: 100%;
	height: auto !important;
}

.post_img.team {
	width: 100%;
	margin: auto;
	float: none;
	margin-bottom: 0;
	overflow: hidden;
}

.post_img.team img {
	max-width: 100%;
}

.post_ft_img {
	opacity: 0;
}

.post_img.small.square_thumb {
	width: auto;
}

.post_img.fadeIn,
.post_img.grid.fadeIn {
	opacity: 0;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}

.post_img img {
	width: 100%;
	height: auto;
}

body.single .post_img img {
	width: auto;
}

#content_slider_wrapper {
	width: 100%;
	height: 20px;
	background: transparent;
	position: fixed;
	bottom: 200px;
}

#social_share_wrapper,
.social_share_wrapper {
	margin-left: 0 !important;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

#social_share_wrapper a i,
.social_share_wrapper.shortcode a i {
	font-size: 20px;
}

.social_share_wrapper.shortcode {
	margin: 0;
}

#social_share_wrapper h5,
.social_share_wrapper.shortcode h5 {
	display: inline-block;
	margin-bottom: 5px;
}

#social_share_wrapper ul,
.social_share_wrapper.shortcode ul,
.social_share_bubble ul {
	display: block;
	clear: both;
	list-style: none;
	margin: 0;
	margin-left: 0 !important;
}

#social_share_wrapper ul li,
.social_share_wrapper.shortcode ul li,
.social_share_bubble ul li {
	display: block;
	margin: 0 0 5px 0;
}

.social_share_wrapper.shortcode ul li {
	display: inline-block;
	margin: 0 10px 0 10px;
	border-left: 0 !important;
}

.social_share_bubble ul li {
	display: inline-block;
	margin: 0 7px 0 7px;
	font-size: 14px;
}

#social_share_wrapper.inline,
.social_share_bubble.inline {
	text-align: center;
	border: 0;
	margin-top: 30px;
}

.imageFlow_gallery_info_wrapper #social_share_wrapper ul li,
.imageFlow_gallery_info_wrapper .social_share_wrapper ul li,
#social_share_wrapper.inline ul li,
.social_share_wrapper.inline ul li {
	display: inline-block;
	margin: 0 5px 0 5px;
}

#fullscreen_share_wrapper {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 9;
	color: #fff;
	position: relative;
	visibility: hidden;
}

.fullscreen_share_content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.fullscreen_share_content #social_share_wrapper ul li {
	display: inline-block;
	margin: 0 20px 0 20px;
}

.fullscreen_share_content #social_share_wrapper ul li a {
	color: #fff;
	opacity: 1;
	display: block;
}

.fullscreen_share_content #social_share_wrapper ul li a i {
	font-size: 4em;
}

/*------------------------------------------------------------------
[6. Sidebar]
*/

#page_content_wrapper .inner .sidebar_content,
.page_content_wrapper .inner .sidebar_content {
	width: 68%;
	padding: 0;
	float: left;
	padding-right: 0px;
	padding-top: 0;
	margin-right: 10px;
}

#page_content_wrapper .inner .sidebar_content.page_content,
.page_content_wrapper .inner .sidebar_content.page_content {
	box-sizing: border-box;
}

.page_content_wrapper .inner .sidebar_content.page_content {
	background: transparent;
	padding: 0;
}

#page_content_wrapper .inner #portfolio_filter_wrapper.sidebar_content {
	width: 100%;
	padding-right: 0;
	margin-right: 0;
	border: 0;
}

#page_content_wrapper .inner .sidebar_content.nopadding,
.page_content_wrapper .inner .sidebar_content.nopadding {
	padding-top: 0 !important;
}

#page_content_wrapper .inner .sidebar_content.left_sidebar,
.page_content_wrapper .inner .sidebar_content.left_sidebar {
	border-right: 0;
	float: right;
	margin-right: 0;
}

#page_content_wrapper .inner .sidebar_content.full_width,
.page_content_wrapper .inner .sidebar_content.full_width {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	border: 0;
}

#page_content_wrapper .inner .sidebar_content.full_width.photoframe,
.page_content_wrapper .inner .sidebar_content.full_width.photoframe,
.ppb_wrapper .sidebar_content.full_width.photoframe {
	padding: 50px 30px 50px 30px;
	box-sizing: border-box;
	background: #f9f9f9;
}

.ppb_wrapper .sidebar_content.full_width.photoframe {
	padding-bottom: 20px;
}

#page_content_wrapper.split .inner .sidebar_content.full_width.photoframe,
.page_content_wrapper.split .inner .sidebar_content.full_width.photoframe {
	padding: 30px;
}

body.single-portfolios #page_content_wrapper .inner .sidebar_content.full_width {
	margin-top: 40px;
}

#page_content_wrapper.horizontal,
.page_content_wrapper.horizontal {
	padding: 0;
	width: 100%;
	max-width: 100% !important;
}

#page_content_wrapper img:not(.horizontal_gallery_img),
.page_content_wrapper img:not(.horizontal_gallery_img) {
	max-width: 100%;
}

#horizontal_gallery,
.horizontal_gallery {
	opacity: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
}

#horizontal_gallery table,
.horizontal_gallery table {
	margin: 0;
}

#horizontal_gallery.tg_post,
#horizontal_gallery.tg_post table,
.horizontal_gallery.tg_post,
.horizontal_gallery.tg_post table {
	margin: 0;
}

#horizontal_gallery.visible,
.horizontal_gallery.visible {
	opacity: 1;
}

#horizontal_gallery_wrapper tbody tr td,
.horizontal_gallery_wrapper tbody tr td {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0 !important;
}

#horizontal_gallery_wrapper tbody tr td:last-child,
.horizontal_gallery_wrapper tbody tr td:last-child {
	padding-right: 0;
}

#horizontal_gallery_wrapper tbody tr td:first-child,
.horizontal_gallery_wrapper tbody tr td:first-child {
	padding-left: 0;
}

#horizontal_gallery_wrapper tbody tr td.horizontal_gallery_info,
.horizontal_gallery_wrapper tbody tr td.horizontal_gallery_info {
	padding: 40px;
}

#horizontal_gallery_wrapper tbody tr td a,
.horizontal_gallery_wrapper tbody tr td a {
	outline: none;
	line-height: 0;
	display: block;
}

#horizontal_gallery_wrapper img.horizontal_gallery_img,
.horizontal_gallery_wrapper img.horizontal_gallery_img {
	max-width: none;
	height: auto;
}

#horizontal_gallery_wrapper .gallery_image_wrapper,
.horizontal_gallery_wrapper .gallery_image_wrapper {
	text-align: center;
	display: none;
	position: relative;
}

#horizontal_gallery_wrapper .gallery_image_wrapper.visible,
.horizontal_gallery_wrapper .gallery_image_wrapper.visible {
	display: block;
}

#horizontal_gallery_wrapper .gallery_image_wrapper.archive:hover:before,
.horizontal_gallery_wrapper .gallery_image_wrapper.archive:hover:before {
	opacity: 1;
}

#horizontal_gallery_wrapper .gallery_image_wrapper:hover .gallery_archive_desc,
.horizontal_gallery_wrapper .gallery_image_wrapper:hover .gallery_archive_desc {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
}

#horizontal_gallery_wrapper .gallery_image_wrapper .gallery_archive_desc,
.horizontal_gallery_wrapper .gallery_image_wrapper .gallery_archive_desc {
	left: 20px;
	bottom: 0;
}

#horizontal_gallery_wrapper .image_caption_wrapper,
.horizontal_gallery_wrapper .image_caption_wrapper {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
}

#horizontal_gallery_wrapper .image_caption_wrapper .image_caption,
.horizontal_gallery_wrapper .image_caption_wrapper .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	margin: auto;
	display: inline-block;
	font-style: normal;
	transform: translateY(30px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	line-height: 1.5;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

#horizontal_gallery_wrapper .gallery_image_wrapper:hover .image_caption_wrapper .image_caption,
.horizontal_gallery_wrapper .gallery_image_wrapper:hover .image_caption_wrapper .image_caption {
	transform: translateY(0px);
	opacity: 1;
}

#horizontal_gallery_wrapper .button,
.horizontal_gallery_wrapper .button {
	position: absolute;
	top: 30px;
	right: 30px;
	border-radius: 250px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px !important;
	font-size: 16px;

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

#horizontal_gallery_wrapper .gallery_image_wrapper:hover .button,
.horizontal_gallery_wrapper .gallery_image_wrapper:hover .button {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.image_caption.fullscreen {
	clear: both;
	padding-top: 15px;
}

.password_container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #000;
}

.password_wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}

.vertical_center_wrapper {
	display: table-cell;
	vertical-align: middle;
}

.overlay_gallery_wrapper {
	background: #fff;
	width: 390px;
	text-align: center;
	margin: auto;
	box-sizing: border-box;
	padding: 0;
	opacity: 0;
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);

	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 0.2s;
	-webkit-animation-duration: 0.2s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;

	position: relative;
	z-index: 2;
}

.overlay_gallery_wrapper.fullwidth {
	width: 960px;
	max-height: calc(100% - 120px);
	overflow: auto;
	padding: 30px;
	box-sizing: border-box;
}

.overlay_gallery_wrapper.fullwidth .overlay_content {
	text-align: left;
	margin-top: 50px;
}

.overlay_gallery_border {
	width: 100%;
	padding: 60px 30px 60px 30px;
	box-sizing: border-box;
}

.overlay_gallery_content input[type=text] {
	text-align: center;
}

.lock_wrapper {
	text-align: center;
	margin: auto;
	margin-top: 0;
	margin-bottom: 20px;
}

.lock_wrapper i {
	font-size: 8em;
}

input#gallery_password {
	width: 90%;
	text-align: center;
	margin-bottom: 10px;
}

#imageFlow {
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0%;
	top: 20%;
	overflow: hidden;
	background: transparent;
}

#imageFlow .diapo {
	position: absolute;
	left: -4000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}

#imageFlow .link {
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}

#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 10%;
	text-align: center;
	z-index: 99;
	min-height: 80px;
}

#imageFlow .legend {
	font-style: italic;
}

#imageFlow .legend .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	display: inline-block;
	font-style: normal;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	opacity: 0;

	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#imageFlow:hover .legend .image_caption,
#imageFlow:hover .legend .button {
	transform: translateY(0px);
	opacity: 1;
}

#imageFlow .legend .button {
	font-size: 12px;
	padding: 6px 15px 5px 15px;
	border: 0;
	display: inline-block;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	opacity: 0;

	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 80%;
	height: 16px;
	z-index: 1000;
}

#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 10px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

#imageFlow .arrow-left {
	position: absolute;
	display: none;
}

#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
	display: none;
}

#imageFlow .bar {
	position: absolute;
	height: 10px;
	left: 0;
	width: 100px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.diapo {
	opacity: 1;
}

.diapo.current {
	opacity: 1;
}

.ppb_wrapper {
	margin-top: 0;
	width: 100%;
}

#page_content_wrapper.hasbg.nomargintop {
	margin-top: 0 !important;
}

#page_content_wrapper .inner .sidebar_content.full_width.nopadding,
.page_content_wrapper .inner .sidebar_content.full_width.nopadding {
	padding: 0 !important;
}

#page_content_wrapper .inner .sidebar_content img,
.page_content_wrapper .inner .sidebar_content img {
	max-width: 100%;
	height: auto;
}

#page_content_wrapper .inner .sidebar_content .map_shortcode_wrapper img,
.page_content_wrapper .inner .sidebar_content .map_shortcode_wrapper img {
	max-width: none;
}

#page_content_wrapper .inner .sidebar_content div.wp-caption,
.page_content_wrapper .inner .sidebar_content div.wp-caption {
	max-width: 100%;
}

#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper,
.page_content_wrapper .inner .sidebar_content.full_width.blog_grid_wrapper {
	width: 100%;
	padding: 0;
}

#blog_grid_wrapper,
.blog_grid_wrapper {
	width: 1195px;
}

#page_content_wrapper .inner .sidebar_wrapper,
.page_content_wrapper .inner .sidebar_wrapper {
	width: 27.99%;
	float: right;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
}

#page_content_wrapper .inner .sidebar_wrapper.adjust,
#page_content_wrapper .inner .sidebar_wrapper.left_sidebar.adjust {
	padding-top: 50px;
}

#page_content_wrapper .inner .sidebar_wrapper.left_sidebar,
.page_content_wrapper .inner .sidebar_wrapper.left_sidebar {
	margin-right: 0;
	margin-left: 0;
	float: left;
}

body.woocommerce #page_content_wrapper .inner .sidebar_wrapper.left_sidebar,
body.woocommerce .page_content_wrapper .inner .sidebar_wrapper.left_sidebar {
	margin-top: 15px;
}

#page_content_wrapper .inner .sidebar_wrapper a:not(.button),
.page_content_wrapper .inner .sidebar_wrapper a:not(.button) {
	color: #222;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar,
.page_content_wrapper .inner .sidebar_wrapper .sidebar {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content,
.page_content_wrapper .inner .sidebar_wrapper .sidebar .content {
	width: 100%;
	margin: 0 0 0 0;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle {
	color: #fff;
}

.mobile_menu_wrapper .sidebar_wrapper a {
	color: #777;
}

.mobile_menu_wrapper .page_content_wrapper {
	width: 100%;
}

.mobile_menu_wrapper .sidebar_wrapper {
	width: 100%;
	margin-top: 20px;
}

.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li {
	margin-bottom: 20px;
}

#controls-wrapper {
	margin: 0 auto;
	height: 58px;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 4;
	position: fixed;
}

#controls {
	position: relative;
	text-align: left;
	z-index: 5;
}

#slidecaption {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

a#prevslide {
	display: none;
}

a#nextslide {
	position: fixed;
	width: 100%;
	height: 100%;
	cursor: default;
	z-index: 2;
}

/*------------------------------------------------------------------
[7. Form & Input]
*/

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=tel],
input.wpcf7-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
select {
	padding: 10px;
	font-size: 100%;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
	margin: 0;
	background: #fff;
	border: 1px solid #222222;
	outline: none;
	-webkit-transition: border-color linear .3s;
	-moz-transition: border-color linear .3s;
	-o-transition: border-color linear .3s;
	transition: border-color linear .3s;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;

	-webkit-box-shadow: 3px 3px 0px -1px #ffffff, 3px 3px 0px 0px #222222, 1px 1px 0px -1px #222222;
	box-shadow: 3px 3px 0px -1px #ffffff, 3px 3px 0px 0px #222222, 1px 1px 0px -1px #222222;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input.wpcf7-text:focus,
.woocommerce table.cart td.actions .coupon .input-text:focus,
.woocommerce-page table.cart td.actions .coupon .input-text:focus,
.woocommerce #content table.cart td.actions .coupon .input-text:focus,
.woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
	background: #f9f9f9;
	outline: 0;
}

.contact_form_wrapper input[type=text],
.contact_form_wrapper input[type=email],
.contact_form_wrapper input[type=date] {
	width: 46%;
	display: inline;
	box-sizing: border-box;
	margin-right: 3%;
	margin-bottom: 3%;
}

.contact_form_wrapper label {
	display: none;
}

.contact_form_response ul {
	margin-left: 0 !important;
	margin-bottom: 20px;
	list-style: none;
	font-size: 12px;
}

.contact_form_response ul li.error,
.password_container .error {
	padding: 10px 20px 10px 40px;
	position: relative;
	color: #b13c3c;
	background: #ffe9e9;
	margin: 10px 10px 10px 0;
	display: inline-block;
	font-size: 12px;
}

.password_container .error {
	margin-bottom: 20px;
}

.contact_form_response ul li.error:before,
.password_container .error:before {
	font-size: 12px;
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f06a";
	left: 20px;
}

.contact_form_response ul:empty {
	margin: 0;
}

.contact_form_wrapper {
	margin-top: 30px;
}

.page_content_wrapper .contact_form_wrapper {
	margin-top: 0;
}

#contact_form input[type="text"],
#contact_form textarea {
	margin-bottom: 15px;
	width: 97%;
}

div.wpcf7-response-output {
	padding: 20px;
}

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea,
.wpcf7-form input.wpcf7-date {
	width: 100%;
	box-sizing: border-box;
}

.fullwidth_comment_wrapper #commentform textarea {
	width: 100%;
}

.fullwidth_comment_wrapper .post_content_wrapper {
	background: transparent !important;
	padding: 30px 0 30px 0 !important;
	width: 100% !important;
}

label {
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

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

p.comment-notes {
	margin-bottom: 20px;
}

textarea {
	font-size: 100%;
	border-bottom: 1px solid #e1e1e1;
	background: #fcfcfc;
	margin: 0;
	overflow: auto;
	padding: .6em;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
	line-height: 26px;
	outline: none;
	-webkit-transition: border-color linear .2s;
	-moz-transition: border-color linear .2s;
	-o-transition: border-color linear .2s;
	transition: border-color linear .2s;
	box-sizing: border-box;
	-webkit-appearance: none;

	-webkit-box-shadow: 3px 3px 0px -1px #ffffff, 3px 3px 0px 0px #222222, 1px 1px 0px -1px #222222;
	box-shadow: 3px 3px 0px -1px #ffffff, 3px 3px 0px 0px #222222, 1px 1px 0px -1px #222222;
}

input[type=submit],
input[type=button],
a.button,
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .8em 2em;
	color: #fff;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	text-transform: uppercase;
	font-size: 11px;
	font-family: var(--font-heading);
	text-shadow: none;
	font-weight: 700;
	-webkit-appearance: none;
	letter-spacing: 2px;
	box-shadow: none;
	line-height: 1.5 !important;
	font-style: normal;
	-webkit-transition: all var(--transition-speed) ease;
	-moz-transition: all var(--transition-speed) ease;
	-ms-transition: all var(--transition-speed) ease;
	-o-transition: all var(--transition-speed) ease;
	transition: all var(--transition-speed) ease;
}

input[type=submit]:hover,
input[type=button]:hover,
a.button:hover,
.button:hover {
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: #fff;
}

#fullpage .button.ghost {
	margin-top: 10px;
}

.button.buyticket {
	margin-top: 30px;
}

.button.ghost,
.button.ghost:hover,
.button.ghost:active {
	background: transparent !important;
	border: 3px solid #888;
	color: #888;
}

.ilightbox-caption .button {
	font-style: normal;
	margin-left: 5px;
	padding: .4em 1em .3em 1em;
	font-size: 10px;
	border-width: 1px;
	float: right;
	margin-top: 3px;
}

.post_button_wrapper {
	margin-top: 30px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

body.single .post_button_wrapper {
	margin-top: 20px;
}

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

a.button.fullwidth.ppb {
	padding: 3.5em 1.5em 3em 1.5em !important;
	border: 0;
	width: 100%;
	box-sizing: border-box;
}

a.button.fullwidth.ppb .subtitle {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-transform: uppercase;
}

a.button.fullwidth.ppb .title {
	font-size: 32px;
	font-style: italic;
	margin-bottom: 20px;
}

a.button.fullwidth.ppb i {
	font-size: 30px;
}

input[type=submit].white,
input[type=button].white,
a.button.white,
.button.white,
a.button.white:hover,
.button.white:hover,
a.button.white:active,
.button.white:active {
	color: #fff;
	background: transparent;
	border-color: #fff !important;
}

input[type=submit].whitebg,
input[type=button].whitebg,
a.button.whitebg,
.button.whitebg,
a.button.whitebg:hover,
.button.whitebg:hover,
a.button.whitebg:active,
.button.whitebg:active {
	background: #fff;
	color: #000;
	border-color: #fff;
}

input[type=submit].black,
input[type=button].black,
a.button.black,
.button.black,
a.button.black:hover,
.button.black:hover,
a.button.black:active,
.button.black:active {
	color: #000;
	border-color: #000;
}

input[type=button]:hover,
input[type=submit]:hover,
a.button:hover,
.button:hover,
.button.submit,
a.button.white:hover,
.button.white:hover,
a.button.white:active,
.button.white:active {
	color: #fff;
	border-color: #222;
	background: #222;
}

a.comment-reply-link {
	margin: 0 0 0 10px;
	float: left;
	line-height: 33px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

input[type=submit].medium,
input[type=button].medium,
a.button.medium {
	font-size: 15px;
	padding: 12px 20px 11px 20px;
}

input[type=submit].large,
input[type=button].large,
a.button.large {
	font-size: 17px;
	padding: 16px 25px 15px 25px;
}

#cancel-comment-reply-link {
	display: block;
	margin: 0 20px 0 10px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

input[type=submit].left,
input[type=button].left,
a.button.left {
	float: left;
}

input[type=submit].right,
input[type=button].right,
a.button.right {
	float: right;
}

input[type=submit].center,
input[type=button].center,
a.button.center {
	margin: auto;
}

/*------------------------------------------------------------------
[8. Pagination]
*/

.pagination {
	margin: 0 0 40px 0;
	float: left;
}

.pagination p a:first-child {
	float: left;
}

.pagination p a:last-child {
	float: right;
}

.pagination a,
.pagination span {
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #777;
	background: #f9f9f9;
	margin-right: 5px;
	border-radius: 50px;
	overflow: hidden;
	font-size: 12px;
}

.pagination span,
.pagination a:hover {
	color: #fff;
	font-weight: bold;
	background: #888;
}

.pagination_detail {
	margin-top: 9px;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}

#page_content_wrapper ul {
	margin: 0;
}

#page_content_wrapper ol {
	margin: 15px 0 15px 40px;
}

/*------------------------------------------------------------------
[9. Widgets]
*/

#page_content_wrapper ul.flickr {
	margin: 0 0 10px 0;
}

#page_content_wrapper ul.posts.blog {
	list-style: none;
	margin-left: 0 !important;
	float: left;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

#page_content_wrapper ul.flickr li img {
	width: 65px;
	height: auto;
}

#page_content_wrapper .sidebar .content .posts.blog li img,
#page_content_wrapper .posts.blog li img {
	float: left;
	margin: 0 10px 2px 0;
	width: 52px;
}

.post_circle_thumb {
	position: relative;
	z-index: 2;
	overflow: hidden;
	float: left;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 0;
}

.post_circle_thumb img {
	width: 60px;
	height: auto;
}

.post_circle_thumb.flickr {
	margin-right: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget,
#page_content_wrapper .sidebar .content .posts.blog,
.page_content_wrapper .sidebar .content .sidebar_widget,
.page_content_wrapper .sidebar .content .posts.blog {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li,
.page_content_wrapper .sidebar .content .posts.blog li {
	padding: 0 0 10px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget {
	margin: 30px 0 0px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_search,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_search {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_archive,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget_archive,
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_categories,
.page_content_wrapper .sidebar .content .sidebar_widget,
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_product_categories,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget_product_categories {
	text-align: center;
}

#page_content_wrapper .sidebar .content .sidebar_widget li select,
.textwidget select,
.page_content_wrapper .sidebar .content .sidebar_widget li select {
	margin: 10px 0 10px 0;
	max-width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle,
h2.widgettitle {
	font-size: 11px;
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, Verdana, sans-serif;
	color: #222;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:after,
h2.widgettitle:after {
	position: absolute;
	width: 55px;
	border-top: 1px solid #e7e7e7;
}

h2.widgettitle.photostream {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li:first-child,
.page_content_wrapper .sidebar .content .sidebar_widget li:first-child {
	margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul,
.page_content_wrapper .sidebar .content .sidebar_widget li ul {
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0 0 15px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children,
.page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children {
	margin-left: 10px;
	margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child,
.page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child {
	border: 0;
	margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children {
	margin-left: 20px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li,
#footer .sidebar_widget li ul li,
.page_content_wrapper .sidebar .content .sidebar_widget li ul li,
#footer .sidebar_widget li ul li {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

#footer .sidebar_widget li.widget_nav_menu ul li,
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li {
	border: 0;
}

#footer .sidebar_widget li ul li {
	border-color: #000000;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child,
.page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child,
#footer ul.sidebar_widget li ul li:first-child,
#footer ul.sidebar_widget li .textwidget {
	padding-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child,
#footer ul.sidebar_widget li ul.flickr li:first-child {
	border: 0;
	padding-top: 0;
}

#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a,
.page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px 5px 0;
	display: block;
}

#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a,
.page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a {
	font-weight: bold;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#wp-calendar tr td,
#wp-calendar tr th {
	padding: 5px 0 5px 0;
	text-align: center;
	background: transparent;
}

#wp-calendar tr td#prev,
#wp-calendar tr td#next {
	text-transform: uppercase;
	padding-top: 20px;
}

#wp-calendar tr td.pad,
#wp-calendar tr td#prev,
#wp-calendar tr td#next {
	background: transparent !important;
}

#wp-calendar caption {
	display: none;
}

#wp-calendar {
	margin: 20px 0 0 0;
	width: 100%;
}

.mobile_menu_wrapper .widget_calendar table tr th,
.mobile_menu_wrapper .widget_calendar table tr td {
	border-color: #555;
}

table {
	margin: 10px 0 10px 0;
}

table tr td {
	border-bottom: 1px solid #e1e1e1;
}

table tr th {
	font-weight: bold;
}

table tr th,
table tr td {
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
}

#footer table tr th,
#footer table tr td {
	border-bottom: 1px solid #000000 !important;
}

#footer .widget_tag_cloud div a {
	border-color: #000000 !important;
}

#footer_menu {
	float: right;
	display: block;
	list-style: none;
	margin-top: -4px;
}

#footer_menu li {
	float: left;
	margin-left: 20px;
}

#footer_menu li a {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#footer_menu li ul {
	display: none;
}

table thead tr th {
	background: transparent;
}

table#wp-calendar thead tr th {
	text-align: center;
}

table tfoot tr,
table tfoot tr td {
	background: transparent;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr {
	list-style: none;
	margin: 5px 0 30px 0;
	float: left;
	display: block;
	padding: 15px 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li {
	display: block;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	clear: none;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img {
	width: 100%;
	height: auto;
}

.mobile_menu_wrapper .sidebar .content .sidebar_widget li ul.flickr li {
	width: 50%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter {
	margin: 0;
	margin-top: 20px;
	list-style: none;
	padding: 0 0 0 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li {
	padding-left: 32px;
	padding-bottom: 15px;
	border: 0;
	position: relative;
	box-sizing: border-box;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before {
	position: absolute;
	left: 0;
	top: -5px;
	font-family: 'FontAwesome';
	content: "\f099";
	font-size: 22px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media {
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	padding: 0 0 3px 0;
	margin-left: -5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

ul.list {
	margin: 5px 0 0 20px;
}

.highlight_yellow {
	background: #ffc600;
	color: #000;
	text-shadow: -1px 0 1px #fff;
}

.highlight_black {
	background: #000;
	color: #fff;
}

#page_content_wrapper ul.twitter {
	margin: 0;
	list-style: none;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr,
ul.flickr,
.page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr,
ul.flickr {
	list-style: none;
	margin: 10px 0 -10px 0;
	float: left;
	display: block;
	clear: both;
	width: 104%;
}

ul.flickr li {
	float: left;
	margin: 0 5px 0 0;
}

#page_content_wrapper .sidebar .content .posts.blog,
.page_content_wrapper .sidebar .content .posts.blog {
	list-style: none;
	margin-top: 30px;
}

#page_content_wrapper .sidebar .content .posts.blog.withthumb,
.page_content_wrapper .sidebar .content .posts.blog.withthumb {
	margin-top: 30px;
}

#page_content_wrapper .sidebar .content .posts.blog li,
.page_content_wrapper .sidebar .content .posts.blog li {
	line-height: 1em;
	clear: both;
	border: 0;
	background: none;
	width: 100%;
	float: left;
	margin: 0;
}

#page_content_wrapper .posts.blog li,
.page_content_wrapper .posts.blog li {
	float: left;
	width: 49.4%;
	margin-right: 1.2%;
	margin-bottom: 1.2%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	display: table;
	text-align: left;

	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}

#page_content_wrapper .posts.blog li:nth-child(2n),
.page_content_wrapper .posts.blog li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

#page_content_wrapper .posts.blog li a,
.page_content_wrapper .posts.blog li a {
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
}

#page_content_wrapper .sidebar .content .posts.blog.withthumb li,
#page_content_wrapper .posts.blog.withthumb li,
.page_content_wrapper .sidebar .content .posts.blog.withthumb li,
.page_content_wrapper .posts.blog.withthumb li {
	line-height: 1.5em;
	border: 0;
	display: block;
}

#page_content_wrapper .sidebar .content .posts.blog li,
.page_content_wrapper .sidebar .content .posts.blog li {
	padding-top: 10px;
}

#page_content_wrapper .sidebar .content .posts.blog li strong.header,
#page_content_wrapper .posts.blog li strong.header,
.page_content_wrapper .sidebar .content .posts.blog li strong.header,
.page_content_wrapper .posts.blog li strong.header {
	font-weight: normal;
}

#cover_content {
	position: fixed;
	top: 20%;
	left: 40px;
	z-index: 9;
}

#page_content_wrapper .sidebar .content .textwidget,
.page_content_wrapper .sidebar .content .textwidget {
	margin-top: 0;
	padding: 20px 0 0 0;
	text-align: left;
}

.textwidget img {
	max-width: 95%;
	height: auto;
}

#searchsubmit {
	margin: -8px;
	line-height: 18px;
	padding: .6em 1.5em 0.5em 1.5em !important;
}

.widget_search input#searchsubmit {
	margin: 10px 0 0 0;
	width: 100%;
}

.widget_tag_cloud div,
.tag_cloud {
	margin: 20px 0 10px 0;
}

.widget_tag_cloud div a,
.meta-tags a,
.tag_cloud a {
	display: inline-block;
	-webkit-transition: background .2s linear, border .1s linear;
	-moz-transition: background .2s linear, border .1s linear;
	-ms-transition: background .2s linear, border .1s linear;
	-o-transition: background .2s linear, border .1s linear;
	transition: background .2s linear, border .1s linear;

	font-size: 14px !important;
	letter-spacing: 0px;
	margin-right: 10px;
	text-transform: capitalize;
}

.widget_tag_cloud div a:before,
.meta-tags a,
.tag_cloud a:before {
	font-family: 'FontAwesome';
	content: "\f02b";
	margin-right: 10px;
}

#gallery_caption {
	transform: translateY(400px);
	z-index: 9;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#controls:hover #gallery_caption {
	transform: translateY(0);
}

html[data-style=flow] #controls:hover #gallery_caption {
	transform: translateY(35px);
}

#gallery_expand {
	border: 32px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	bottom: 0;
	left: calc(50% - 32px);
	cursor: pointer;
}

#gallery_expand i {
	line-height: 40px;
	margin-left: -4px;
}

#gallery_caption .tg_caption {
	float: left;
	padding: 10px 30px 10px 30px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.07);
}

#gallery_caption .tg_caption .caption_wrapper {
	float: left;
	line-height: 35px;
}

#gallery_caption .tg_caption h6 {
	display: inline-block;
}

html[data-style=flow] body #gallery_caption .tg_caption h6 {
	position: relative;
	top: 5px;
}

#gallery_caption .tg_caption .tg_desc {
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

#gallery_caption .button {
	float: right;
	opacity: 0.5;
	font-size: 12px;
	margin-left: 5px;
}

#gallery_caption .tg_caption .share_wrapper {
	float: right;
	line-height: 35px;
}

#gallery_caption .tg_caption .share_wrapper .social_share_button_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

#gallery_caption .tg_caption .button {
	margin-top: 2px;
}

.slider_wrapper .gallery_image_caption h2 {
	padding: 15px;
}

.slider_wrapper.portfolio ul.slides li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	max-height: 500px;
}

.slider_wrapper.portfolio ul.slides li img {
	width: 100%;
	max-width: 100%;
}

.slider_wrapper.portfolio ul.slides li .portfolio_title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 25px;
	z-index: 3;
}

.slider_wrapper.portfolio ul.slides li .portfolio_title .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	margin: auto;
	display: inline-block;
	font-style: normal;
	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	line-height: 1.5;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.slider_wrapper.portfolio ul.slides li:hover .portfolio_title .image_caption {
	transform: translateY(0px);
	opacity: 1;
}

.widget_mc4wp_widget input {
	text-align: center;
}

.widget_mc4wp_widget input[type=submit] {
	width: 100%;
	margin-top: 10px;
}

.fb_iframe_widget {
	margin-top: 25px;
}

.infinite_load_more {
	width: 130px;
	height: 130px;
	border: 3px solid #8D9199;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	line-height: 110px;
	color: #8D9199;
	clear: both;
	border-radius: 250px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
	font-weight: 600;
}

.infinite_loading {
	width: 100%;
	text-align: center;
	padding: 20px 0 20px 0;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	display: none;
	opacity: 0.5;
}

.infinite_loading.visible {
	display: block;
}

.post_content_wrapper .post_date {
	width: 50px;
	float: left;
	margin-right: 30px;
}

.post_content_wrapper .post_date .month {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.post_content_wrapper .post_date .title_break {
	width: 20px;
	border-top-width: 1px;
	margin: 15px 0 5px 0;
}

.post_content_wrapper .post_date .day {
	font-size: 44px;
	font-weight: 600;
}

.post_img.withdate {
	width: calc(100% - 80px);
	float: left;
}

.portfolio_recent_link {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	margin-top: 20px;
}

.blog_recent_link {
	text-align: center;
}

.portfolio_recent_link h6,
.blog_recent_link h6 {
	display: inline;
	font-size: 11px;
}

.mejs-container {
	background: #333 !important;
	width: 100% !important;
}

.mejs-container:hover {
	background: transparent !important;
	color: #000 !important;
}

.ppb_background_overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service_content_wrapper {
	margin: 0;
	width: 100%;
	float: left;
}

.service_wrapper {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}

.service_wrapper.center.boxed {
	padding: 25px 20px 20px 20px;
	background: #fff;
	box-sizing: border-box;
	margin: 15px 0 15px 0;
}

.service_wrapper.center,
.service_wrapper.center_nocircle {
	text-align: center;
}

.service_title {
	margin: 0 0 15px 0;
	float: left;
	width: 71%;
	width: calc(100% - 60px);
	margin-top: 0;
	text-align: left;
}

.service_title.list {
	width: 100%;
}

.service_wrapper.center .service_title,
.service_wrapper.center_nocircle .service_title {
	width: 100%;
	max-width: 100%;
	float: none;
	clear: both;
	text-align: center;
	margin-top: 20px;
}

.service_wrapper.center_nocircle .service_title {
	margin-top: 10px;
}

.service_wrapper.center .service_title h6 {
	margin-bottom: 10px;
}

.service_icon {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 50px !important;
	height: 50px !important;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	margin: auto;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.service_wrapper.center .service_icon,
.service_icon.vertical {
	float: none;
	clear: both;
	margin: auto !important;
	width: 90px !important;
	height: 90px !important;
	background: #f0f0f0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}

.service_wrapper.center_nocircle .service_icon {
	float: none;
	clear: both;
	margin: auto !important;
	width: 90px !important;
	height: 90px !important;
	background: transparent;
	margin-bottom: 15px;
}

.service_wrapper.center_nocircle .service_icon {
	border: 0;
}

.service_wrapper.center.boxed .service_icon,
.service_wrapper.center .service_icon,
.service_icon.vertical {
	width: 80px !important;
	height: 80px !important;
	position: relative;
}

.service_icon.vertical {
	float: left;
	margin-top: 15px !important;
}

.service_wrapper.center.boxed .service_icon .service_border,
.service_wrapper.center .service_icon .service_border,
.service_icon.vertical .service_border {
	border: 1px solid transparent;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -1px;
	left: -1px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service_wrapper.center.boxed .service_icon:hover .service_border,
.service_wrapper.center .service_icon:hover .service_border,
.service_icon.vertical:hover .service_border {
	transform: scale(1.18);
	border-color: #333;
	-moz-transform: scale(1.18);
	-o-transform: scale(1.18);
}

.service_wrapper.center .service_icon:hover,
.service_icon.vertical:hover {
	background: #000;
	border-color: #000;
}

.service_wrapper.center .service_icon:hover i,
.service_icon.vertical:hover i {
	color: #fff !important;
}

.service_icon img {
	max-width: 24px;
	height: auto;
	margin-top: 10px;
}

.service_wrapper.center .service_icon img {
	max-width: 36px;
	line-height: 36px;
}

.service_icon i {
	font-size: 36px;
	line-height: 36px;
	color: #000;
}

.service_wrapper.center .service_icon i {
	font-size: 24px;
	margin-top: 22px;
	color: #000;
}

.service_wrapper.center_nocircle .service_icon i {
	font-size: 45px;
	margin-top: 20px;
	color: #000;
}

.service_wrapper.center.boxed .service_icon i,
.service_icon.vertical i {
	font-size: 24px;
	margin-top: 22px;
	color: #000;
}

.service_title h3 {
	font-size: 18px;
}

.one_fourth .service_title h3 {
	font-size: 18px;
}

.one_fourth .service_title {
	max-width: 71%;
}

.service_content {
	clear: both;
	text-align: left;
	margin-top: 5px;
}

.service_wrapper.center .service_content,
.service_wrapper.center_nocircle .service_content {
	text-align: center;
}

.gallery_classic_entry {
	text-align: center;
}

.gallery_classic_entry img {
	width: auto;
	max-height: 600px;
}

.promo_box {
	padding: 25px;
	background: #f3f3f3;
	border: 1px solid #e1e1e1;
	position: relative;
	clear: both;
}

.promo_box_wrapper .promo_box {
	padding: 55px 0 55px 0;
	background: transparent;
	border: 0;
	color: #fff;
}

.promo_box_wrapper .promo_box h5 {
	color: #fff !important;
}

.promo_box.shadow:after,
.promo_box.shadow:before {
	content: " ";
	position: absolute;
	width: 50%;
	height: 30%;
	z-index: -10;
}

.promo_box.shadow:before {
	top: 52px;
	left: 5px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-box-shadow: 7px 6px 15px #333;
	-moz-box-shadow: 7px 6px 15px #333;
	-ms-box-shadow: 7px 6px 15px #333;
	-o-box-shadow: 7px 6px 15px #333;
	box-shadow: 7px 6px 15px #333;
}

.promo_box.shadow:after {
	top: 52px;
	right: 5px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-box-shadow: -7px 6px 15px #333;
	-moz-box-shadow: -7px 6px 15px #333;
	-ms-box-shadow: -7px 6px 15px #333;
	-o-box-shadow: -7px 6px 15px #333;
	box-shadow: -7px 6px 15px #333;
}

.promo_box h5 {
	margin-bottom: 5px;
	color: #222 !important;
	display: block;
	padding-right: 20%;
}

.promo_box p {
	display: block;
}

.promo_box .button {
	float: right;
	display: inline-block;
	margin-left: 10px;
	margin-top: -8px;
	background: #000;
	border-color: #000;
	color: #fff;
	padding: .7em 1.5em .7em 1.5em !important;
}

.promo_box .button.transparent {
	background: transparent;
	border-color: #fff !important;
}

.promo_box .button.transparent:hover {
	background: #000;
	color: #fff !important;
	border-color: #000 !important;
}

.alert_box {
	padding: 20px;
	text-align: center;
	position: relative;
}

.alert_box_msg {
	max-width: 85%;
	margin: auto;
}

.alert_box.general {
	background: #d1edf5;
	color: #4e7883;
}

.alert_box.error {
	color: #b13c3c;
	background: #ffe9e9;
}

.alert_box.error a {
	color: #b13c3c;
}

.alert_box.success {
	color: #6a863b;
	background: #e9f3d2;
}

.alert_box.success a {
	color: #6a863b;
}

.alert_box.notice {
	color: #a18e0f;
	background: #fbf6e3;
}

.alert_box.notice a {
	color: #a18e0f;
}

.alert_box a.close_alert {
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	font-size: 11px;
	opacity: 0.5;
}

.alert_box .alert_icon {
	position: absolute;
	top: 18px;
	left: 25px;
	display: block;
	font-size: 14px;
	padding: 5px;
}

.alert_box.general .alert_icon {
	color: #4e7883;
	background: transparent;
	border-radius: 25px;
	border: 2px solid #4e7883;
}

.alert_box.error .alert_icon {
	color: #b13c3c;
	background: transparent;
	border-radius: 25px;
	border: 2px solid #b13c3c;
}

.alert_box.success .alert_icon {
	color: #6a863b;
	background: transparent;
	border-radius: 25px;
	border: 2px solid #6a863b;
}

.alert_box.notice .alert_icon {
	color: #a18e0f;
	background: transparent;
	border-radius: 25px;
	border: 2px solid #a18e0f;
}

.accordion {
	border: 1px solid #e1e1e1;
	visibility: hidden;
}

.accordion h3,
.accordion div {
	border: 0;
	background: transparent;
}

.pp_accordion,
.pp_accordion_close {
	margin: 0;
	margin-bottom: 10px !important;
	visibility: hidden;
}

.pp_accordion.ui-accordion,
.pp_accordion_close.ui-accordion {
	visibility: visible;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #e1e1e1;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-state-default,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-widget-content {
	border: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: transparent;
}

.ui-accordion .ui-accordion-header {
	font-weight: normal;
	display: block;
	position: relative;
	border: 1px solid #e1e1e1;
	margin-top: 0;
	background: transparent;

	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
}

.ui-accordion .ui-accordion-content {
	border: 1px solid #e1e1e1;
	border-top: 0;
}

.ui-accordion .ui-accordion-header a {
	padding: 1em .3em 1em 1.5em;
	font-size: 13px;
	font-weight: 600;
}

.accordion div {
	border-top: 1px solid #ebebeb;
}

.accordion h3 {
	padding: 5px 0 5px 8px;
}

.tabs {
	visibility: hidden;
}

.ui-tabs .ui-tabs-nav {
	margin-left: 0 !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
	width: 16px;
	height: 16px;
	background: transparent !important;
	margin-top: -9px;
	text-indent: 0;
	overflow: visible;
}

.ui-accordion .ui-accordion-header .ui-icon:after {
	font-size: 12px;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	margin-right: 0px;
	margin-top: 3px;
	color: #000000;
}

.ui-accordion .ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after {
	content: "\f106";
}

.ui-accordion.has_icon .ui-accordion-header .ui-icon:after {
	display: none !important;
}

.ui-accordion .ui-accordion-header .ui-icon {
	left: auto;
	right: 1em !important;
}

.ui-accordion .ui-accordion-header i {
	margin-right: 10px;
	margin-left: 5px;
}

.ui-tabs {
	list-style: none;
	visibility: visible;
}

.ui-tabs-panel {
	margin-top: 10px;
}

.ui-widget-header {
	border: 0;
}

.vertical .ui-widget-header {
	width: 30%;
	float: left;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	border: 0;
}

.vertical.right .ui-widget-header {
	float: right;
}

.ui-tabs .ui-tabs-nav li {
	background: transparent;
	margin: 0;
	border: 1px solid #e1e1e1;
	border-left: 0;
	padding-top: 2px;
	top: 1px;

	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
}

.ui-tabs.vertical .ui-tabs-nav li {
	top: 0;
	left: 1px;
	position: relative;
	border: 1px solid #e1e1e1;
	border-bottom: 0;
	left: 0;
	border-right: 0;
}

.ui-tabs.vertical.right .ui-tabs-nav li {
	left: -1px;
	border-left: 0 !important;
	border-right: 1px solid #e1e1e1;
}

.vertical.ui-tabs .ui-tabs-nav li {
	width: 100%;
	clear: both;
}

.ui-tabs .ui-tabs-nav li:hover {
	background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border: 1px solid #e1e1e1;
	border-top: 3px solid #e1e1e1;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
	background: transparent !important;
	border-bottom: 1px solid transparent !important;
	outline: none;
	position: relative;
	z-index: 7;
}

.ui-tabs.vertical .ui-tabs-nav li.ui-state-active {
	border-right: 0;
	position: relative;
	z-index: 7;
}

.ui-tabs.vertical.right .ui-tabs-nav li.ui-state-active {
	border-right: 1px solid #e1e1e1;
}

.ui-tabs.vertical .ui-tabs-nav li:last-child {
	border-bottom: 1px solid #e1e1e1;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a {
	outline: none;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 8px 20px 7px 20px;
}

.ui-tabs.vertical .ui-tabs-nav li a {
	padding: 10px 20px 9px 20px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tabs .ui-tabs .ui-tabs-nav li {
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	display: block;
}

#content_wrapper .tabs .ui-widget-header,
.content_wrapper .tabs .ui-widget-header {
	border: 0;
	margin-left: 0;
}

.tabs .ui-tabs-panel {
	border: 1px solid #e1e1e1;
	margin: 0;
	padding-top: 0em;
	background: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 2;
	position: relative;
}

.tabs.vertical .ui-tabs-panel {
	border-top: 1px solid #e1e1e1;
	width: 70%;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 2;
	position: relative;
}

.tabs .ui-state-active a {
	color: #333;
	font-weight: bold;
}

.ui-tabs li:first-child {
	margin-left: -3px;
	border-left: 1px solid #e1e1e1;
}

.ui-tabs.vertical li:first-child {
	margin-left: 0;
}

.icon_list {
	margin: 0;
	margin-left: 0 !important;
	padding: 0;
	list-style: none;
}

.icon_list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	clear: both;
	position: relative;
	float: left;
}

.icon_list li .service_title {
	margin: 0;
}

.icon_list li .service_title strong {
	color: #333;
	font-size: 16px;
}

.icon_list li .service_wrapper {
	float: left;
	width: 71%;
	width: calc(100% - 100px);
	padding-top: 0;
	margin: 25px 0 25px 20px;
}

.icon_list li .service_wrapper.right {
	margin-left: 0;
	margin-right: 2%;
}

.icon_list li .service_wrapper.right .service_content {
	text-align: right;
}

.icon_list li .service_wrapper.right .service_title {
	float: right;
	text-align: right;
}

.icon_list li .service_icon.right {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.client_logo {
	max-width: 190px;
	height: auto;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
}

.one_third img.team_pic {
	max-width: 304px;
	height: auto;
}

.progress_bar {
	position: relative;
	margin-bottom: 15px;
	visibility: hidden;
	display: block !important;
}

.progress_bar_holder {
	height: 3px;
	margin-top: 5px;
	background: #f0f0f0;
	float: left;
	width: 100%;
}

.progress_bar_content {
	height: 3px;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}

.progress_bar_title {
	font-weight: 600;
	display: inline;
	font-size: 13px;
}

.progress_bar_title h7 {
	font-size: 13px;
}

.progress_number {
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
}

.progress_number h7 {
	font-size: 13px;
}

.pricing_content_wrapper {
	margin: 0;
	width: 100%;
	float: left;
}

.pricing_content_wrapper .one_half.pricing.featured,
.pricing_content_wrapper .one_third.pricing.featured,
.pricing_content_wrapper .one_fourth.pricing.featured {
	margin-top: -20px;
}

.pricing_wrapper_border {
	padding: 10px;
	background: #fff;
}

.pricing_wrapper {
	list-style: none;
	display: block;
	margin-left: 0 !important;
	border: 1px solid #222;
}

.pricing_wrapper li {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	padding: 13px 0px;
	background: #fff;
	color: #555;
}

.pricing_wrapper li.title_row {
	background: #f3f3f3;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.pricing_content_wrapper.light .pricing_wrapper li.title_row {
	background: #fff;
}

.pricing_content_wrapper.normal .pricing_wrapper li.title_row {
	background: #000;
	color: #fff;
}

.pricing_wrapper li.title_row.featured {
	background: #000;
	color: #fff;
	padding: 23px 0px;
}

.pricing_content_wrapper.light .pricing_wrapper li.title_row.featured {
	color: #000;
}

.pricing_wrapper li.price_row {
	color: #000000;
	background: #f9f9f9;
	padding: 0;
}

.pricing_wrapper li.button_row {
	padding: 20px 0 30px 0;
}

.pricing_wrapper li.button_row.featured {
	padding: 30px 0 40px 0;
}

.pricing_wrapper li.price_row strong {
	position: relative;
	top: -24px;
	font-size: 20px;
	font-weight: normal !important;
	margin-right: 5px;
	color: #222;
}

.pricing_wrapper li.price_row em.exact_price {
	display: inline !important;
	font-size: 60px !important;
	font-style: normal !important;
	letter-spacing: 0px;
}

.pricing_wrapper li.price_row em.time {
	font-style: normal;
}

.one_third.pricing {
	width: 31.66%;
	margin-right: 2.5%;
}

.one_fourth.pricing {
	width: 23%;
	margin-right: 2.5%;
}

.one_fourth.pricing.last {
	margin-right: 0;
	float: right;
	clear: right;
}

.one_fourth.pricing .pricing_wrapper li.price_row {
	padding: 13px 0px;
}

.one_fourth.pricing .pricing_wrapper li.price_row strong {
	top: -25px;
	font-size: 20px;
}

.one_fourth.pricing .pricing_wrapper li.price_row em.exact_price {
	font-size: 55px !important;
}

.one_half img,
.one_third img,
.one_fourth img,
.one_fifth img,
.two_third img {
	max-width: 100%;
	height: auto;
}

.page_content_wrapper .one_half .map_shortcode_wrapper img,
.page_content_wrapper .one_third .map_shortcode_wrapper img,
.page_content_wrapper .one_fourth .map_shortcode_wrapper img,
.page_content_wrapper .one_fifth .map_shortcode_wrapper img,
.page_content_wrapper .two_third .map_shortcode_wrapper img {
	max-width: none;
}

.animated {
	visibility: hidden;
}

.ls-container {
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	::i-block-chrome,
	div.thumb_content {
		border-radius: 0 !important;
	}
}

doesnotexist:-o-prefocus,
div.thumb_content {
	border-radius: 0 !important;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	text-align: center;
}

.video-container>div {
	margin: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dynamic_height img {
	max-width: 100% !important;
}

.mejs-overlay-button {
	display: block;
	z-index: 99999;
}

.slider_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.post_wrapper.grid_layout .slider_wrapper {
	min-height: 190px;
	margin-bottom: 15px;
}

.portfolio_post_wrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.portfolio_post_previous {
	float: left;
}

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

.portfolio_post_previous a,
.portfolio_post_next a {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.portfolio_post_previous a i {
	margin-right: 7px;
}

.portfolio_post_next a i {
	margin-left: 7px;
}

.post_navigation_label {
	font-style: italic;
	font-family: "Georgia";
	opacity: 0.7;
}

.circliful {
	margin: auto;
}

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

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

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

.teaser_content_wrapper {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0 15px 0;
	margin-top: -7px;
}

.teaser_content {
	margin-top: 10px;
}

.testimonial_image {
	float: left;
	margin: 0 20px 0 0;
	width: 80px;
	height: 80px !important;
	border-radius: 100px;
	overflow: hidden;
}

.testimonial_image img {
	width: 80px;
	height: auto;
	border-radius: 100px;
}

.testimonial_content {
	overflow: hidden;
	margin-bottom: 20px;
}

.testimonial_customer_position {
	color: #999;
	margin-right: 5px;
	display: inline;
	float: none;
}

.testimonial_customer_company {
	display: inline;
	margin-left: 5px;
	float: none;
}

.testimonial_slider_wrapper {
	position: relative;
	font-size: 22px;
	width: 90%;
	margin: auto;
}

.testimonial_customer h5 {
	display: inline;
	margin-right: 10px;
}

.testimonial_customer .testimonial_customer_position,
.testimonial_customer .testimonial_customer_company {
	display: inline;
	font-size: 12px;
}

.one_half .testimonial_slider_wrapper {
	font-size: 24px;
	width: 100%;
}

.one_third .testimonial_slider_wrapper,
.one_fourth .testimonial_slider_wrapper {
	font-size: 22px;
	width: 100%;
}

.one_half .testimonial_slider_wrapper .flexslider:before {
	font-size: 50px;
	line-height: 45px;
}

.one_third .testimonial_slider_wrapper .flexslider:before,
.one_fourth .testimonial_slider_wrapper .flexslider:before {
	font-size: 40px;
	line-height: 35px;
}

.testimonial_slider_wrapper .testimonial_image {
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 60px;
	height: 60px !important;
	border-radius: 100px;
	overflow: hidden;
}

.testimonial_slider_meta {
	margin-bottom: 20px;
}

.testimonial_slider_meta h6 {
	display: inline;
	font-size: 14px;
}

.testimonial_column_element {
	margin: 15px 0 15px 0;
}

.testimonial_slider_meta_position,
.testimonial_slider_meta_company {
	display: inline;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
}

.one_fourth.blog_promo {
	width: 23.5%;
	margin-right: 2%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	position: relative;
	margin-bottom: 0;
	box-sizing: border-box;
}

.one_fourth.blog_promo.last {
	width: 23.5%;
}

#page_content_wrapper.split .standard_wrapper .one_fourth.blog_promo,
.page_content_wrapper.split .standard_wrapper .one_fourth.blog_promo {
	height: 160px;
}

.blog_promo_link {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
}

.blog_promo_title {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.blog_promo_title h6 {
	padding: 5px 20px;
	background: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	font-size: 13px;
}

.page_slider .tp-leftarrow.default,
.page_slider .tp-rightarrow.default {
	background: transparent;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 200px;
	text-align: center;
	top: 47% !important;
}

body.hover .page_slider .tp-leftarrow.default,
body.hover .page_slider .tp-rightarrow.default {
	opacity: .5;
}

body.hover .page_slider .tp-leftarrow.default:hover,
body.hover .page_slider .tp-rightarrow.default:hover {
	opacity: 1;
}

.page_slider .tp-leftarrow.default:before,
.page_slider .tp-rightarrow.default:before {
	font-family: "FontAwesome";
	font-size: 22px;
	line-height: 40px;
	display: block;
	content: '\f104';
	color: #fff;
	margin-top: 0px;
	margin-left: -2px;
}

.page_slider .tp-rightarrow.default:before {
	content: '\f105';
}

.page_slider .tp-bullets.simplebullets.round .bullet {
	background: #fff;
	width: 7px;
	height: 7px;
	opacity: .5;
	border-radius: 100px;
	margin-left: 5px;
}

.page_slider .tp-bullets.simplebullets .bullet:hover,
.page_slider .tp-bullets.simplebullets .bullet.selected {
	opacity: 1;
}

.one_half_bg {
	width: 50%;
	float: left;
	background-position: 50% 50% !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 20px;
}

.one_half_bg.nopadding {
	padding: 0;
}

.one_half_bg.floatright {
	float: right;
}

.ppb_content_half_bg .one_half_bg,
.ppb_contact_half_bg .one_half_bg,
.ppb_content_half_youtube .one_half_bg,
.ppb_content_half_vimeo .one_half_bg {
	padding: 40px;
}

.ppb_content_half_youtube .one_half_bg,
.ppb_content_half_vimeo .one_half_bg {
	position: relative;
	z-index: 2;
}

.ppb_contact_half_bg .one_half_bg .contact_form_wrapper {
	margin-top: 20px;
}

.one_third_bg {
	width: 33.3%;
	float: left;
	background-position: 50% 50% !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 20px;
}

.ppb_image_two_third_fullwidth .one_third_bg {
	padding: 60px;
}

.center_wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.center_wrapper .inner_content {
	display: table-cell;
	vertical-align: middle;
}

.one_third_bg.nopadding,
.one_half_bg.nopadding {
	padding: 0;
}

.two_third_bg {
	width: 66.6%;
	float: left;
	background-position: 50% 50% !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 20px;
}

.two_third_bg.team {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.one_half_bg.contact_form {
	padding: 60px;
}

.one_fourth_bg {
	width: 25%;
	float: left;
	background-position: 50% 50% !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 20px;
}

.parallax {
	position: relative;
	clear: both;
	background-size: 100%;
	z-index: 1;
	overflow: hidden;
}

.parallax.split {
	z-index: 0;
}

.one_half_bg.grid,
.one_third_bg.grid,
.one_fourth_bg.grid {
	line-height: 0;
}

.widget_about_image {
	margin-bottom: 20px;
}

.widget_about_desc {
	text-align: center;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_mc4wp_form_widget,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_mc4wp_form_widget {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

.mc4wp-form-fields {
	margin-top: 10px;
}

.mc4wp-form-fields input {
	width: 100%;
	text-align: center;
}

/*------------------------------------------------------------------
[10. Portfolio, Gallery and Templates Elements]
*/

.one_half {
	float: left;
	width: 48%;
	margin-right: 3.5%;
	box-sizing: border-box;
}

.one_half.last {
	float: right;
	width: 48%;
	margin-right: 0;
	clear: right;
}

.portfolio2filter_wrapper {
	overflow: hidden;
	margin: 0 12px 0 0;
	float: left;
}

.one_half.portfolio2_wrapper {
	width: 50%;
	margin-bottom: 0px;
}

.one_col.gallery .element img {
	width: 100%;
	height: auto;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.one_col.gallery .element:hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.one_col.gallery.wide .element:hover img {
	-webkit-transform: translate3d(-4px, -4px, 0px);
	-moz-transform: translate3d(-4px, -4px, 0px);
	-o-transform: translate3d(-4px, -4px, 0px);
	-ms-transform: translate3d(-4px, -4px, 0px);
	transform: translate3d(-4px, -4px, 0px);
}

.one_col.gallery .element .portfolio_title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 35px;
}

.one_col.gallery .element .portfolio_title .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	margin: auto;
	display: inline-block;
	font-style: normal;
	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	line-height: 1.5;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.one_col.gallery .element:hover .portfolio_title .image_caption {
	transform: translateY(0px);
	opacity: 1;
}

.one_col.gallery .element .button {
	position: absolute;
	top: 30px;
	right: 30px;
	border-radius: 250px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px !important;
	font-size: 16px;

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.one_col.gallery .element:hover .button {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.one_col.gallery .element {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	box-sizing: border-box;
	float: left;
	clear: both;
}

#portfolio_filter_wrapper.split.two_cols.gallery {
	width: 100%;
}

#portfolio_filter_wrapper.split.two_cols.gallery .element .one_half img {
	max-width: initial !important;
	width: 100%;
}

.two_cols.gallery .element {
	width: calc(50% - 15px);
	margin-right: 0;
	margin-bottom: 30px;
	box-sizing: border-box;
	float: left;
}

.two_cols.gallery .element.photoframe {
	width: calc(50% - 15px);
	margin-right: 0;
	padding: 20px;
	background: #fff;
}

.two_cols.gallery .element:nth-child(2n) {
	float: right;
	margin-right: 0;
}

.two_cols.gallery.wide .element {
	width: 50%;
	margin: 0;
}

.two_cols.gallery.wide .element img {
	width: 100%;
	height: auto;
}

.two_cols.gallery .element img {
	width: 100%;
	height: auto;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.two_cols.gallery .element:not(.photoframe):hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.two_cols.gallery .element.photoframe {
	opacity: 0;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.two_cols.gallery .element.photoframe:hover {
	margin-top: -4px;

	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

.two_cols.gallery.wide .element:not(.photoframe):hover img {
	-webkit-transform: translate3d(-4px, -4px, 0px);
	-moz-transform: translate3d(-4px, -4px, 0px);
	-o-transform: translate3d(-4px, -4px, 0px);
	-ms-transform: translate3d(-4px, -4px, 0px);
	transform: translate3d(-4px, -4px, 0px);
}

.two_cols.gallery .element .portfolio_title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 3;
}

.two_cols.gallery .element .portfolio_title .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	margin: auto;
	display: inline-block;
	font-style: normal;
	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	line-height: 1.5;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.two_cols.gallery .element:hover .portfolio_title .image_caption {
	transform: translateY(0px);
	opacity: 1;
}

.two_cols.gallery .element .button {
	position: absolute;
	top: 30px;
	right: 30px;
	border-radius: 250px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px !important;
	font-size: 16px;

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.two_cols.gallery .element:hover .button {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.one_half.gallery2 {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	position: relative;

	-webkit-animation-duration: .2s;
	-moz-animation-duration: .2s;
	animation-duration: .2s;
}

.one_half.gallery2 a {
	position: relative;
	display: block;
	line-height: 0;
}

.portfolio_type,
.gallery_type {
	opacity: 0;
}

.photoframe .gallery_type,
.photoframe .portfolio_type {
	opacity: 1;
}

.one_half.gallery2.filterable.portfolio_type {
	margin: 0;
}

.one_half.gallery2.classic a:hover .portfolio_classic_icon_wrapper {
	opacity: 1;
}

.one_third {
	width: 30.66%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
	position: relative;
	box-sizing: border-box;
}

.one_third.last {
	margin-right: 0 !important;
	float: right;
}

.one_third.portfolio3_wrapper {
	width: 30%;
	margin-bottom: 0;
	margin-right: 25px;
}

#page_content_wrapper .inner .sidebar_content ul,
.page_content_wrapper .inner .sidebar_content ul {
	margin-left: 20px;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio3_content_wrapper {
	width: 1250px;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper,
.page_content_wrapper.portfolio4_content_wrapper {
	width: 1260px;
}

.page_content_wrapper.portfolio4_content_wrapper {
	margin-top: 50px;
}

.gallery_a_title {
	text-align: center;
}

.three_cols.gallery .element {
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	float: left;
}

.three_cols.gallery .element.photoframe {
	padding: 20px;
	background: #fff;
}

.three_cols.gallery .element.masonry,
.three_cols.gallery .element.photoframe {
	margin-right: 0;
}

.three_cols.gallery .element.photoframe.border {
	border: 1px solid #e1e1e1;
}

.three_cols.gallery .element:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.portfolio_mixed_filter_wrapper.three_cols.gallery .element:nth-child(3n) {
	float: left;
}

.portfolio_mixed_filter_wrapper {
	width: 100%;
}

.portfolio_mixed_filter_wrapper.contained {
	width: calc(100% + 30px);
}

.portfolio_mixed_filter_wrapper.three_cols.gallery .element.double_size {
	width: calc(66.66% - 33px);
}

.portfolio_mixed_filter_wrapper.three_cols.gallery .element {
	width: calc(33.33% - 34px);
}

.three_cols.gallery.wide .element {
	width: 33.33%;
	margin: 0;
}

.portfolio_mixed_filter_wrapper .three_cols.gallery.wide .element {
	width: calc(33.33% - 0.5px);
}

.three_cols.gallery.wide .element.double_size {
	width: calc(66.66% - 0.5px);
	margin: 0;
}

.portfolio_mixed_filter_wrapper.three_cols.gallery.wide .element {
	margin: 0 -1px 0 0;
}

.portfolio_mixed_filter_wrapper.three_cols.gallery .element {
	margin: 0 0 30px 0;
}

.three_cols.gallery .element img {
	width: 100%;
	height: auto;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.three_cols.gallery .element:not(.photoframe):hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.three_cols.gallery .element.photoframe {
	opacity: 0;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.three_cols.gallery .element.photoframe:hover {
	margin-top: -4px;

	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

.three_cols.gallery.wide .element:hover img {
	-webkit-transform: translate3d(-4px, -4px, 0px);
	-moz-transform: translate3d(-4px, -4px, 0px);
	-o-transform: translate3d(-4px, -4px, 0px);
	-ms-transform: translate3d(-4px, -4px, 0px);
	transform: translate3d(-4px, -4px, 0px);
}

.three_cols.gallery .element .portfolio_title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 25px;
	z-index: 3;
}

.three_cols.gallery .element .portfolio_title .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	margin: auto;
	display: inline-block;
	font-style: normal;
	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	line-height: 1.5;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.three_cols.gallery .element:hover .portfolio_title .image_caption {
	transform: translateY(0px);
	opacity: 1;
}

.three_cols.gallery .element .button {
	position: absolute;
	top: 15px;
	right: 20px;
	border-radius: 250px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px !important;
	font-size: 16px;

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.three_cols.gallery .element:hover .button {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.one_third.gallery3 {
	position: relative;
	width: 100%;
	margin: 0;
}

.one_third.gallery3 a {
	position: relative;
	display: block;
	line-height: 0;
}

.one_third.gallery3 .one_third_img {
	position: absolute;
}

.one_third.filterable.gallery3.portfolio_type {
	margin: 0;
}

.two_third {
	float: left;
	width: 65.33%;
	margin-right: 4%;
	box-sizing: border-box;
}

.two_third.last {
	margin-right: 0;
	float: right;
	clear: right;
}

.one_fourth {
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
	position: relative;
	box-sizing: border-box;
}

.one_fourth.last {
	width: 22%;
	margin-right: 0;
	float: right;
	clear: right;
}

.four_cols.gallery .element {
	width: calc(25% - 22.5px);
	margin-right: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.four_cols.gallery .element.photoframe {
	width: calc(25% - 22.5px);
	margin-right: 0;
	padding: 20px;
	background: #fff;
}

.four_cols.gallery .element.masonry {
	margin-right: 0;
}

.four_cols.gallery .element:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.four_cols.gallery.wide .element {
	width: 25%;
	margin: 0;
}

.four_cols.gallery.wide .element img {
	width: 100%;
	height: auto;
}

.four_cols.gallery .element img {
	width: 100%;
	height: auto;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.four_cols.gallery .element:not(.photoframe):hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.four_cols.gallery .element.photoframe {
	opacity: 0;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.four_cols.gallery .element.photoframe:hover {
	margin-top: -4px;

	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

.four_cols.gallery.wide .element:not(.photoframe):hover img {
	-webkit-transform: translate3d(-4px, -4px, 0px);
	-moz-transform: translate3d(-4px, -4px, 0px);
	-o-transform: translate3d(-4px, -4px, 0px);
	-ms-transform: translate3d(-4px, -4px, 0px);
	transform: translate3d(-4px, -4px, 0px);
}

.four_cols.gallery .element .portfolio_title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 3;
}

.four_cols.gallery .element .portfolio_title .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	margin: auto;
	display: inline-block;
	font-style: normal;
	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	line-height: 1.5;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.four_cols.gallery .element:hover .portfolio_title .image_caption {
	transform: translateY(0px);
	opacity: 1;
}

.four_cols.gallery .element .button {
	position: absolute;
	top: 10px;
	right: 15px;
	border-radius: 250px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px !important;
	font-size: 16px;

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.four_cols.gallery .element:hover .button {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.one_fourth.gallery4 {
	position: relative;
	width: 100%;
	margin: 0;
}

.one_fourth.gallery4 a {
	position: relative;
	display: block;
	line-height: 0;
}

.element.classic4_cols {
	float: left;
}

.one_fourth.portfolio4 {
	margin: 0;
}

.one_fourth.gallery4 .one_fourth_img {
	position: absolute;
}

.one_fourth.gallery4 a {
	display: block;
}

.one_fourth.gallery4.classic a:hover .portfolio_classic_icon_wrapper {
	opacity: 1;
}

.one_fifth {
	width: 18%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.one_fifth.last {
	margin-right: 0;
}

.five_cols.gallery .element {
	box-sizing: border-box;
}

.five_cols.gallery.wide .element {
	width: 20%;
	margin: 0 -1px 0 0;
	float: left;
}

.five_cols.gallery.justified .element {
	float: left;
	margin: 0 10px 10px 0;
	width: auto;
	height: 20vh;
}

.five_cols.gallery.wide.justified .element .portfolio_title .image_caption {
	font-size: 10px;
}

#page_content_wrapper .inner .sidebar_content .five_cols.gallery.justified .element img,
.ppb_wrapper .five_cols.gallery.justified .element img {
	width: auto;
	height: 20vh;
}

.five_cols.gallery .element .one_fifth {
	width: 100%;
	margin: 0;
	position: relative;
}

.five_cols.gallery .element img {
	width: 100%;
	height: auto;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.five_cols.gallery .element:hover img,
.five_cols.gallery.justified .element:hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.five_cols.gallery.wide .element:hover img {
	-webkit-transform: translate3d(-4px, -4px, 0px);
	-moz-transform: translate3d(-4px, -4px, 0px);
	-o-transform: translate3d(-4px, -4px, 0px);
	-ms-transform: translate3d(-4px, -4px, 0px);
	transform: translate3d(-4px, -4px, 0px);
}

.five_cols.gallery .element .portfolio_title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
}

.five_cols.gallery .element .portfolio_title .image_caption {
	font-weight: 600;
	padding: 5px 15px 5px 15px;
	background: #fff;
	margin: auto;
	display: inline-block;
	font-style: normal;
	transform: translateY(25px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	line-height: 1.5;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.five_cols.gallery .element:hover .portfolio_title .image_caption {
	transform: translateY(0px);
	opacity: 1;
}

.five_cols.gallery .element .button {
	position: absolute;
	top: 10px;
	right: 15px;
	border-radius: 250px;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px !important;
	font-size: 16px;

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.five_cols.gallery .element:hover .button {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.one_fifth.gallery5 a {
	position: relative;
	display: block;
	line-height: 0;
}

.one_sixth {
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.one_sixth.last {
	margin-right: 0;
}

.image_classic_frame {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 0;
}

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

.image_classic_frame.border {
	border: 1px solid #e1e1e1;
}

.image_classic_frame.glow {
	border: 1px solid #e1e1e1;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.image_classic_frame.dropshadow {
	padding: 0;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.image_classic_frame.bottomshadow {
	padding: 0;
	position: relative;
}

.image_classic_frame.bottomshadow:before,
.image_classic_frame.bottomshadow:after {
	position: absolute;
	bottom: 15px;
	left: 10px;
	z-index: -1;
	height: 20%;
	width: 60%;
	content: "";
	opacity: 0.7;
	-webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 17px 10px rgba(0, 0, 0, 0.6);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);

	opacity: 0.5;
}

.image_classic_frame.bottomshadow:after {
	left: auto;
	right: 10px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.image_classic_frame.bottomshadow img {
	margin: 0;
}

.image_caption,
.gallery_image_caption {
	padding: 30px 0 30px 0;
}

.one_half_bg .image_caption {
	position: absolute;
	bottom: 15px;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.single_portfolio_gallery {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	top: -35px;
	background: #f0f0f0;
}

.single_portfolio_gallery i.fa {
	font-size: 30px;
	position: absolute;
	top: 43%;
	left: 49%;
}

.fullscreen_desc {
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}

.gallery_archive_desc {
	position: absolute;
	width: 70%;
	left: 40px;
	bottom: 15px;
	z-index: 3;
	text-align: left;
	line-height: normal;

	opacity: 0;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

.one_half.gallery2 .gallery_archive_desc {
	width: 100%;
	width: calc(100% - 30px);
	left: 20px;
	bottom: 10px;
}

.one_third.gallery3 .gallery_archive_desc {
	width: 100%;
	width: calc(100% - 30px);
	left: 20px;
	bottom: 10px;
}

.one_fourth.gallery4 .gallery_archive_desc {
	width: 100%;
	width: calc(100% - 30px);
	left: 20px;
	bottom: 10px;
}

#fullpage .section.gallery_archive .gallery_archive_desc {
	opacity: 0;
	bottom: 30px;
	left: 0;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	text-align: center;

	transform: translateY(30px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

body.hover #fullpage .section.gallery_archive .gallery_archive_desc {
	transform: translateY(0px);
	opacity: 1;
}

#fullpage .section.gallery_archive .gallery_archive_desc h5 {
	background: #fff;
	text-align: center;
	padding: 7px 20px 7px 20px;
	display: inline-block;
}

body.page-template-gallery-archive-fullscreen-php .footer_bar {
	display: none;
}

.gallery-main {
	display: none;
}

.parallax {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.one_half_bg.parallax,
.one_third_bg.parallax,
.two_third_bg.parallax {
	clear: none;
}

.one.parallax .page_content_wrapper,
.one_half_bg.parallax .page_content_wrapper,
.one_third_bg.parallax .page_content_wrapper,
.two_third_bg.parallax .page_content_wrapper,
.one_fourth_bg.parallax .page_content_wrapper {
	position: relative;
	z-index: 1;
}

.archive_parallax {
	height: 80vh;
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.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;
	overflow: visible !important;
}

.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;
	opacity: 1 !important;
}

.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_filter_wrapper,
.portfolio_filter_wrapper {
	width: 960px;
	padding-top: 40px;
	height: 0;
}

.portfolio_filter_wrapper,
body.tax-portfoliosets #portfolio_filter_wrapper,
#portfolio_filter_wrapper {
	padding-top: 0;
}

#portfolio_filter_wrapper.visible,
.portfolio_filter_wrapper.visible {
	visibility: visible;
	opacity: 1;
}

#portfolio_filter_wrapper.gallery,
.portfolio_filter_wrapper.gallery {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	clear: both;
}

#portfolio_filter_wrapper.gallery.two_cols,
.portfolio_filter_wrapper.gallery.two_cols,
#portfolio_filter_wrapper.gallery.three_cols,
.portfolio_filter_wrapper.gallery.three_cols,
#portfolio_filter_wrapper.gallery.four_cols,
.portfolio_filter_wrapper.gallery.four_cols {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

#portfolio_filter_wrapper.gallery.wide,
.portfolio_filter_wrapper.gallery.wide {
	width: 100%;
	margin: 0;
}

#portfolio_filter_wrapper.gallery.wide.five_cols,
.portfolio_filter_wrapper.gallery.wide.five_cols {
	width: calc(100% + 5px);
}

#portfolio_filter_wrapper.gallery.wide.five_cols.justified,
.portfolio_filter_wrapper.gallery.wide.five_cols.justified {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}

.page_content_wrapper.fullwidth #portfolio_filter_wrapper.gallery,
#page_content_wrapper.fullwidth #portfolio_filter_wrapper.gallery,
.page_content_wrapper.fullwidth .portfolio_filter_wrapper.gallery,
#page_content_wrapper.fullwidth .portfolio_filter_wrapper.gallery {
	width: 100%;
	box-sizing: border-box;
}

body.single-attachment p.attachment {
	display: none;
}

.gallery_img {
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.one_fourth.withbg .page_content_wrapper,
.one_third.withbg .page_content_wrapper,
.one_half.withbg .page_content_wrapper,
.two_third.withbg .page_content_wrapper {
	padding: 0 10% 0 10%;
	box-sizing: border-box;
}

.ppb_fullwidth_button h2.title {
	font-size: 22px;
	display: block;
	float: left;
}

.ppb_fullwidth_button .button {
	float: right;
}

.social_share_button_wrapper {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
}

.social_share_button_wrapper .social_post_view,
.social_share_button_wrapper .social_post_share_count {
	display: inline-block;
	margin-right: 20px;
}

.social_share_button_wrapper .social_post_view .view_number,
.social_share_button_wrapper .social_post_share_count .share_number,
.client_content .items_number {
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
}

.social_share_button_wrapper .social_post_view .units,
.social_share_button_wrapper .social_post_share_count .units,
.client_content .units {
	font-style: italic;
	font-family: "Georgia";
	line-height: 40px;
	opacity: 0.7;
}

.client_content .units {
	margin-right: 10px;
}

.social_share_button_wrapper ul {
	list-style: none;
	display: inline-block;
	margin-left: 0 !important;
	margin-bottom: 30px;
	padding-left: 20px;
	border-left: 1px solid #e7e7e7;
}

.social_share_button_wrapper ul li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.social_share_button_wrapper ul li a {
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
}

.client_archive_gallery {
	float: right;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.client_archive_gallery i {
	vertical-align: middle;
	margin-right: 7px;
}

.team_grid_desc.client {
	opacity: 1;
}

.team_grid_desc.client h5 {
	display: block;
	float: left;
	margin-top: 7px;
}

/*------------------------------------------------------------------
[11. Contact Form Captcha]
*/

#captcha-wrap {
	border: solid #870500 1px;
	width: 270px;
	-webkit-border-radius: 10px;
	float: left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #870500;
	text-align: left;
	padding: 3px;
	margin-top: 3px;
	height: 112px;
}

#captcha-wrap .captcha-box {
	-webkit-border-radius: 7px;
	background: #fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	border: solid #fff 1px;
}

#captcha-wrap .text-box {
	-webkit-border-radius: 7px;
	background: #ffdc73;
	-moz-border-radius: 7px;
	width: 140px;
	height: 48px;
	float: left;
	margin: 4px;
	border-radius: 7px;
	text-align: center;
	border: solid #ffdc73 1px;
}

#captcha-wrap .text-box input {
	width: 120px;
	-webkit-appearance: textfield;
	padding: 1px;
	background-color: white;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	float: none;
	margin-top: 12px;

}

#captcha-wrap .text-box label {
	color: #333;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	width: 140px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
}

#captcha-wrap .captcha-action {
	float: right;
	width: 117px;
	background: url(../images/logos.jpg) top right no-repeat;
	height: 44px;
	margin-top: 3px;
}

#captcha-wrap img#captcha-refresh {
	margin-top: 9px;
	border: solid #333333 1px;
	margin-right: 6px;
	cursor: pointer;
}

.map_shortcode_wrapper {
	max-width: 100%;
}

.map_shadow {
	width: 100%;
	margin-top: 0;
}

.map_shadow.fullwidth {
	width: 100%;
	margin-top: 0;
	clear: both;
}

#reponse_msg ul:empty {
	margin: 0;
}

#client_header {
	width: 70%;
	margin: auto;
	padding: 70px 0 80px 0;
}

#client_header .client_thumbnail,
.client_thumbnail {
	width: 95px;
	margin: auto;
	margin-bottom: 10px;
}

.overlay_gallery_wrapper .client_thumbnail {
	width: 150px;
	float: none;
	margin: auto;
	margin-bottom: 10px;
}

#client_header .client_thumbnail img,
.client_thumbnail img {
	border-radius: 200px;
	max-width: 96px;
	height: auto;
	margin-bottom: 5px;
}

#client_header .client_content {
	float: none;
	margin: auto;
	text-align: center;
}

#client_header .client_content .page_tagline {
	width: 50%;
	margin-top: 0;
}

#client_header .client_content .client_meta {
	margin-top: 20px;
}

.client_content.center {
	margin: auto;
	margin-bottom: 30px;
}

.one_third.gallery3 a.image_approve.hidden,
.one_third.gallery3 a.image_unapprove.hidden,
.one_half.gallery2 a.image_approve.hidden,
.one_half.gallery2 a.image_unapprove.hidden,
.one_fourth.gallery4 a.image_approve.hidden,
.one_fourth.gallery4 a.image_unapprove.hidden {
	display: none;
}

.one_third.gallery3 .onapprove,
.one_half.gallery2 .onapprove,
.one_fourth.gallery4 .onapprove {
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 600;
	z-index: 9;
	border-radius: 0;
	min-height: 0;
	line-height: 30px;
	background: #2bb213;
	border-radius: 250px;
	line-height: 46px;

	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);

	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.one_third.gallery3 .loading,
.one_half.gallery2 .loading,
.one_fourth.gallery4 .loading {
	color: #fff;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.one_third.gallery3 .loading.hidden,
.one_half.gallery2 .loading.hidden,
.one_fourth.gallery4 .loading.hidden {
	display: none;
}

.one_third.gallery3 .proofing_id,
.one_half.gallery2 .proofing_id,
.one_fourth.gallery4 .proofing_id {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px 2px 10px;
}

.one_third.gallery3 .onapprove.hidden,
.one_half.gallery2 .onapprove.hidden,
.one_fourth.gallery4 .onapprove.hidden {
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.one_third.gallery3.classic a:hover .portfolio_classic_icon_wrapper,
.one_third.gallery3.classic:hover .overlay_mask .portfolio_classic_icon_wrapper,
.one_half.gallery2.classic a:hover .portfolio_classic_icon_wrapper,
.one_half.gallery2.classic:hover .overlay_mask .portfolio_classic_icon_wrapper,
.one_fourth.gallery4.classic a:hover .portfolio_classic_icon_wrapper,
.one_fourth.gallery4.classic:hover .overlay_mask .portfolio_classic_icon_wrapper {
	opacity: 1;
}

.one_third.gallery3.classic:not(.proofing) a,
.one_third.gallery3.classic .overlay_mask,
.one_half.gallery2.classic:not(.proofing) a,
.one_half.gallery2.classic .overlay_mask,
.one_fourth.gallery4.classic:not(.proofing) a,
.one_fourth.gallery4.classic .overlay_mask {
	width: 100%;
	height: 100%;
	position: relative;
}

.one_third.gallery3.classic .overlay_mask img,
.one_half.gallery2.classic .overlay_mask img,
.one_fourth.gallery4.classic .overlay_mask img {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.one_third.gallery3.classic .overlay_mask img.reject,
.one_half.gallery2.classic .overlay_mask img.reject,
.one_fourth.gallery4.classic .overlay_mask img.reject {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.one_third.gallery3 .portfolio_classic_icon_content_middle a,
.one_half.gallery2 .portfolio_classic_icon_content_middle a,
.one_fourth.gallery4 .portfolio_classic_icon_content_middle a {
	display: inline-block;
	margin: 0 8px 0 8px;
}

.one_third.gallery3 img,
.one_half.gallery2 img,
.one_fourth.gallery4 img {
	max-width: 100%;
	display: block;
	position: relative;
}

.portfolio_classic_icon_wrapper {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.portfolio_classic_icon_content {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.portfolio_classic_icon_content .portfolio_classic_icon_content_middle i {
	font-size: 20px;
	line-height: 46px;
}

.portfolio_classic_icon_content_middle {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.portfolio_classic_icon_content_middle a {
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 250px;
	text-align: center;
	display: inline-block;
	font-weight: 600;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.one_third.gallery3 .portfolio_classic_icon_content_middle a,
.one_half.gallery2 .portfolio_classic_icon_content_middle a,
.one_fourth.gallery4 .portfolio_classic_icon_content_middle a,
.one_fifth.gallery5 .portfolio_classic_icon_content_middle a {
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.one_third.gallery3:hover .portfolio_classic_icon_content_middle a,
.one_half.gallery2:hover .portfolio_classic_icon_content_middle a,
.one_fourth.gallery4:hover .portfolio_classic_icon_content_middle a,
.one_fifth.gallery5:hover .portfolio_classic_icon_content_middle a {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.one_half.gallery2 .portfolio_type_wrapper,
.one_third.gallery3 .portfolio_type_wrapper,
.one_fourth.gallery4 .portfolio_type_wrapper,
.one_fifth.gallery5 .portfolio_type_wrapper,
#horizontal_gallery_wrapper .gallery_image_wrapper.visible .portfolio_type_wrapper,
.horizontal_gallery_wrapper .gallery_image_wrapper.visible .portfolio_type_wrapper {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: #8D9199;
	border-radius: 250px;
	text-align: center;
	font-weight: 600;
	line-height: 45px;

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;

	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.one_half.gallery2 .portfolio_type_wrapper,
#horizontal_gallery_wrapper .gallery_image_wrapper.visible .portfolio_type_wrapper,
.horizontal_gallery_wrapper .gallery_image_wrapper.visible .portfolio_type_wrapper {
	width: 50px;
	height: 50px;
	right: 25px;
	top: 25px;
}

.one_fourth.gallery4 .portfolio_type_wrapper,
.one_fifth.gallery5 .portfolio_type_wrapper {
	top: 15px;
	right: 15px;
}

.one_half.gallery2:hover .portfolio_type_wrapper,
.one_third.gallery3:hover .portfolio_type_wrapper,
.one_fourth.gallery4:hover .portfolio_type_wrapper,
.one_fifth.gallery5:hover .portfolio_type_wrapper,
#horizontal_gallery_wrapper .gallery_image_wrapper.visible:hover .portfolio_type_wrapper,
.horizontal_gallery_wrapper .gallery_image_wrapper.visible:hover .portfolio_type_wrapper {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.one_half.gallery2 .portfolio_type_wrapper i,
#horizontal_gallery_wrapper .gallery_image_wrapper.visible .portfolio_type_wrapper i,
.horizontal_gallery_wrapper .gallery_image_wrapper.visible .portfolio_type_wrapper i {
	font-size: 20px;
	line-height: 50px;
}

.one_third.gallery3 .portfolio_type_wrapper i,
.one_fourth.gallery4 .portfolio_type_wrapper i,
.one_fifth.gallery5 .portfolio_type_wrapper i {
	font-size: 16px;
	line-height: 45px;
}

.portfolio_title_wrapper {
	text-align: center;
	margin-top: 30px;
}

.portfolio_filter_dropdown {
	width: auto;
	background: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	text-align: left;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content .portfolio_filter_dropdown {
	float: left;
	margin-bottom: 40px;
	margin-top: 0;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_title a {
	display: block;
	height: 3em;
	width: 100%;
	border-radius: 3px;
	text-decoration: none;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_title a span {
	display: block;
	padding: 0 1em;
	cursor: pointer;
	line-height: 3em;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_select {
	position: relative;
	top: 60px;
	z-index: 2;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_select ul.portfolio_select:before {
	left: calc(50% - 8px);
	border: 8px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #222;
	top: -15px;
	z-index: 2;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_select ul.portfolio_select {
	display: none;
	position: absolute;
	left: 0;
	top: -3em;
	width: 100%;
	list-style: none;
	background: #222;
	border-radius: 5px;
	padding: 10px 0 10px 0;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_select ul.portfolio_select li a {
	display: block;
	padding: 0 1em;
	line-height: 2.5em;
	text-decoration: none;
	color: #888;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_select ul.portfolio_select li a.active {
	background: transparent !important;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_select ul.portfolio_select li a:hover {
	background: transparent !important;
	color: #fff;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_title a span.filter_by,
span.classic_title {
	font-style: italic;
	font-family: "Georgia";
	font-size: 20px;
	display: inline-block;
	line-height: auto;
	padding: 0;
	margin-right: 7px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

span.classic_title {
	margin-right: 2px;
	letter-spacing: 0;
	font-style: italic;
	font-family: "Georgia";
	display: inline-block;
	line-height: auto;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

span.classic_title_after {
	letter-spacing: 0;
	display: inline-block;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_title a span#filter_selected {
	font-size: 20px;
	font-weight: 600;
	color: #222;
	display: inline-block;
	line-height: initial;
	padding: 0;
	margin-right: 7px;
}

.portfolio_filter_dropdown .portfolio_filter_dropdown_title a i {
	display: inline-block;
	line-height: auto;
	padding: 0;
}

/*------------------------------------------------------------------
[12. Woocommerce Elements]
*/

h1.page-title {
	display: none;
}

.woocommerce ul.products li.product .ajax_add_to_cart,
.woocommerce-page ul.products li.product .ajax_add_to_cart {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 31.66%;
	margin-right: 2.5%;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	clear: none;

	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-4px);
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0;
}

.woocommerce .woocommerce-ordering select {
	border: 0;
	font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
	border-bottom: 1px solid #222;
	border-radius: 0;
	background: transparent;
}

.woocommerce .woocommerce-result-count {
	font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-size: 14px;
}

.woocommerce ul.products li.product h2 {
	font-size: 16px;
}

.woocommerce ul.products li.product .price {
	font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
	color: #444;
	font-size: 1.3em;
	font-weight: bold;
}

.woocommerce ul.products li.product .button {
	background: transparent;
	padding: 0;
	text-transform: none;
	font-size: 12px;
	font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
	letter-spacing: 0;
	font-weight: 400;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	outline: 0;
	border: 1px solid #e1e1e1 !important;
	height: 31px;
	width: 80px;
}

.woocommerce-page div.product form.cart .button {
	width: auto !important;
	margin-left: 5px;
	letter-spacing: 1px !important;
	padding: .6em 1.5em .6em 1.5em !important;
	border: 0 !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	box-shadow: 0px 0px 0px black !important;
	width: 100% !important;
	text-align: center !important;
	margin: auto !important;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
	margin-top: 10px !important;
	padding-bottom: 0;
	text-align: center;
}

.woocommerce div.product div.images figure,
.woocommerce div.product div.summary figure {
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	padding: 5px;
	box-sizing: border-box;
	margin-top: 5px;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	border: 1em solid #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

#page_content_wrapper .inner .sidebar_content ul.woocommerce-order-overview {
	margin-left: 0;
	margin-bottom: 30px;
}

body.woocommerce-order-received h2,
body.woocommerce-order-received h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	font-size: 0.9em !important;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	text-decoration: none !important;
	font-size: 14px !important;
}

.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li ins {
	text-decoration: none;
	font-weight: bold;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
	display: none !important;
}

.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
	width: 45px;
	height: auto;
}

.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 {
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	margin-left: 0 !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1 {
	font-size: 30px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2 {
	font-size: 18px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3 {
	font-size: 16px !important;
	padding-bottom: 0;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4 {
	font-size: 14px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5 {
	font-size: 13px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6 {
	font-size: 12px !important;
}

.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
	margin-bottom: 3.8%;
}

div[itemprop="description"] {
	margin: 5px 0 10px 0;
	padding-left: 0 !important;
}

.review-summary {
	display: none !important;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
	font-size: 14px !important;
	color: #222;
	padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background: #444 !important;
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5) !important;
	-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
	-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	border: 1px solid #444 !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce #page_content_wrapper a.button,
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button,
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover {
	text-transform: uppercase !important;
	border: 0 !important;
	padding: 0 !important;
	letter-spacing: 2px !important;
	font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif !important;
	font-weight: 400 !important;
	position: relative !important;
	background: transparent !important;
	margin-top: 0;
	display: block;
	margin: auto;
	color: #fff !important;
}

.woocommerce #page_content_wrapper a.button:hover,
.woocommerce-page #page_content_wrapper a.button:hover,
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover,
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover {
	opacity: 1;
}

.woocommerce.columns-4 ul.products li.product a.add_to_cart_button {
	color: #222 !important;
	font-size: 100% !important;
}

.woocommerce #page_content_wrapper a.button.product_type_variable:before,
.woocommerce-page #page_content_wrapper a.button.product_type_variable:before {
	content: '\f03a';
}

.woocommerce ul.products li.product:hover a.add_to_cart_button,
.woocommerce-page ul.products li.product:hover {
	border-color: #777 !important;
}

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
	opacity: 1 !important;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button,
.woocommerce table.cart td.actions .button.alt.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce table.cart td.actions .button.alt {
	background: #444 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #444 !important;
	font-weight: normal !important;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
	font-weight: normal !important;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	width: 70px !important;
	float: left !important;
	margin-right: 15px !important;
	margin-left: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
	margin-top: 20px !important;
}

.cart-collaterals .cart_totals table {
	width: 100% !important;
}

.woocommerce .related ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul li.product {
	width: 31.66% !important;
}

.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
	color: #999 !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 {
	color: #fff !important;
}

body[data-shop=three_cols].woocommerce ul.products li.product,
body[data-shop=three_cols].woocommerce-page ul.products li.product {
	width: 31.2% !important;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0 !important;
}

body.woocommerce .page-title,
body.woocommerce .woocommerce-result-count,
body.woocommerce .orderby {
	display: none;
}

p.price {
	padding-top: 0 !important;
	margin-top: -10px !important;
}

p.price ins span.amount,
p.price span.amount,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	font-weight: bold;
	font-size: 30px;
}

p.price del span.amount {
	color: #ccc !important;
	font-size: 16px;
}

.woocommerce .product_meta {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

span.price del span.amount {
	font-size: 13px;
}

#tab-description h2,
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	font-size: 18px;
}

.checkout h3 {
	font-size: 18px;
	margin: 15px 0 15px 0;
}

.related.products h2,
.cart_totals h2,
.shipping_calcuLator h2,
.upsells.products h2,
.cross-sells h2 {
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 40px;
	text-align: center;
	position: relative;
}

.cart_totals h2 {
	display: none;
}

.shipping_calcuLator h2 {
	text-align: left;
}

.related.products {
	border-top: 4px double #e1e1e1;
	padding-top: 0;
	margin-top: 20px;
	clear: both;
	float: left;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0px !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.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 {
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
	border: 1px solid #e1e1e1;
	padding: 25px;
	box-sizing: border-box;
	background: #fff;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	box-shadow: none !important;
	visibility: visible !important;
	border: 1px solid #e1e1e1;
	border-bottom: 0 !important;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child {
	margin-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 30px 9px 30px !important;
	font-weight: normal !important;
	font-size: 14px !important;
	text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff !important;
	color: #222 !important;
	border-radius: 0px !important;
	height: auto !important;
	padding: 0 !important;
	border: 1px solid #e1e1e1;
	border-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
	color: #222;
	font-weight: bold !important;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	padding-left: 0 !important;
}

.widget_shopping_cart_content a.button {
	margin-right: 5px !important;
}

.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
	font-size: 1.5em !important;
}

.woocommerce-page div.product p.price ins {
	text-decoration: none !important;
}

.product_meta>span {
	clear: both;
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	border: 0 !important;
	box-shadow: 0 0 0;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	box-shadow: 0 0 0 #222 !important;
	border-radius: 0 !important;
}

.woocommerce-message {
	background: #23B064 !important;
	border-color: #23B064 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info {
	background: #4db2ec !important;
	border-color: #4db2ec !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-error {
	background: #e62c22 !important;
	border-color: #e62c22 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
	color: #fff !important;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
	box-shadow: none !important;
	top: 0.8em !important;
	background: #23B064 !important;
	color: #fff !important;
}

.woocommerce-info:before {
	background: #4db2ec !important;
}

.woocommerce-error:before {
	background: #e62c22 !important;
}

.woocommerce .woocommerce-message a.button {
	display: none;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
#order_review {
	margin-bottom: 0;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	text-align: left;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border-bottom: 0;
}

.post_carousel.flexslider .slides>li {
	margin-right: 20px;
}

.woocommerce-page .products .star-rating {
	float: right;
	margin-top: 5px;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	border: 0;
	text-align: center;
}

.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #888;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	overflow: hidden;
}

.woocommerce-page nav.woocommerce-pagination ul li a {
	color: #888;
	line-height: 1.3em;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:active {
	border-color: #e1e1e1;
	background: #fcfcfc;
	color: #222 !important;
	font-weight: bold;
	line-height: 1.3em;
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
	margin-left: 0 !important;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a {
	text-align: center;
}

.price_slider_wrapper {
	margin-top: 30px;
}

.woocommerce-page ul.product_list_widget li .star-rating {
	display: none;
}

.woocommerce-page ul.product_list_widget li a {
	font-weight: 600 !important;
}

.woocommerce-page ul.product_list_widget li .amount {
	font-weight: 600;
	color: #444;
}

.woocommerce-page ul.product_list_widget li del .amount {
	color: #ccc;
}

.woocommerce-page .price_label {
	font-weight: 600;
}

.woocommerce-page ul.product_list_widget li ins {
	background: transparent;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
	float: left !important;
}

ul.product_list_widget li {
	padding: 10px 0 10px 0 !important;
}

.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
	clear: both;
}

.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
	float: right;
}

.woocommerce-review-link {
	color: #222 !important;
}

.woocommerce-page div.product form.cart {
	margin-top: 2em;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:after,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:after,
.woocommerce-page .woocommerce-message:before {
	display: block;
	clear: none;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	width: 70px;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	font-size: 14px;
	padding: 12px 12px 10px 12px;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
	line-height: 1em;
}

.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after,
.woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after,
.wc-forward a:after,
.wc-forward:after {
	display: none;
}

#page_content_wrapper .inner .sidebar_content ul.products {
	margin-left: 0 !important;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
}

#page_content_wrapper .inner .sidebar_content.left_sidebar ul.products {
	padding: 0;
}

#page_content_wrapper .inner .sidebar_content .related.products ul.products {
	padding: 0;
	margin-top: 20px;
}

body.single-product #page_content_wrapper .inner .sidebar_content.full_width {
	padding-top: 50px;
}

.woocommerce div.product div.images {
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.woocommerce div.product .product_title {
	display: none;
}

.woocommerce div.product div.images:hover {
	margin-top: -4px;
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	border-top: 0;
	padding: 15px 12px;
}

.shipping-calcuLator-button {
	color: #222;
}

.product-subtotal .amount {
	color: #222;
	font-weight: 600;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calcuLator,
.woocommerce-page .cart-collaterals .shipping_calcuLator {
	width: 100%;
	float: none;
}

.woocommerce .cart-collaterals .shipping_calcuLator,
.woocommerce-page .cart-collaterals .shipping_calcuLator {
	margin-top: 10px;
}

.woocommerce-page table.cart th,
table.shop_table thead tr th {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	color: #222;
	font-weight: 600;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border-radius: 0 !important;
	border-bottom: 1px solid #e1e1e1;
}

.woocommerce table.shop_table.cart,
.woocommerce-page table.shop_table.cart {
	border: 0;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	border-bottom: 0 !important;
	padding-top: 40px;
}

.woocommerce table.cart td.actions .coupon .input-text#coupon_code {
	width: 200px;
	padding: 10px 10px 8px 10px;
	border-radius: 0;
	box-shadow: 0 0 0 0;
	margin-right: 10px;
	border: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-bottom: 0;
}

.woocommerce-page #payment ul.payment_methods label {
	display: inline-block;
	clear: none;
	width: auto;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	margin-top: 0;
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
	border-bottom: 0;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	border-top: 0;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
	color: #444;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1em;
}

strong[itemprop="author"] {
	font-size: 1em;
	font-weight: 600;
	color: #222;
	font-weight: 600 !important;
	font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	background: #fff !important;
	box-shadow: 0 0 0 0;
}

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
	display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	border: 0 !important;
	border-bottom: 1px solid #e1e1e1 !important;
	padding: 0;
}

.woocommerce ul.products li.product a .star-rating,
.woocommerce-page ul.products li.product a .star-rating {
	display: none !important;
}

.woocommerce #review_form #respond {
	width: 100%;
}

.woocommerce #reviews h3 {
	text-align: left;
}

h1.product_title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 2em 0;
}

.woocommerce-page div.product form.cart .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	border-radius: 0 !important;
}

.return-to-shop .wc-backward {
	padding-left: 35px !important;
}

.return-to-shop {
	padding: 0 0 2em 0 !important;
}

.woocommerce-checkout-payment {
	margin-bottom: 4em !important;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	margin-top: 11px;
}

.woocommerce .top_bar.scroll .logo_wrapper img,
.woocommerce-page .top_bar.scroll .logo_wrapper img {
	max-width: 100%;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #222;
}

.woocommerce .products .onsale,
.woocommerce ul.products li.product .onsale {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 40px;
	top: 40px;
	background: #b13c3c;
	border-radius: 250px;
	text-align: center;
	font-weight: 600;
	line-height: 47px;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display: inline-block;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-weight: 400;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 13px;
	font-weight: 600;
	border-radius: 0;
}

.woocommerce .term-description {
	display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border: 0;
}

.woocommerce #review_form #respond .comment-form-rating p.stars {
	margin-left: 20px;
}

/*
	13. Grid Rotator Plugin
*/

.ri-grid {
	margin: auto;
	position: relative;
	max-height: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	overflow: hidden;
}

.ri-grid.visible {
	max-height: 100%;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.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;
	width: 0;
	height: 0;
}

.ri-grid ul li a {
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 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;
	background-color: #333;
	-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;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.ri-shadow:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
	display: none;
}

.ri-loading-image {
	display: none;
}

.ri-grid-loading .ri-loading-image {
	position: relative;
	left: 100%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}

/*
	14. Live Content Builde Elements
*/
.ppb_live_edit_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
	cursor: default;
	position: relative;
}

.ppb_live_edit_wrapper.loading {
	opacity: 0.5;
}

.ppb_live_edit_wrapper.hover,
.ppb_live_edit_wrapper:hover {
	background: rgba(0, 115, 170, 0.1);
}

.ppb_live_edit_wrapper .ppb_live_action {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -99px;
	z-index: 9;
}

.ppb_live_edit_wrapper .ppb_live_action a {
	color: #fff;
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	background: #23282D;
	text-align: center;
	border-radius: 250px;
	margin: 10px 5px 0 5px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	-webkit-font-smoothing: antialiased;
}

.ppb_live_edit_wrapper .ppb_live_action a.ppb_remove {
	background: #e62c22;
}

.ppb_live_edit_wrapper:hover .ppb_live_action a {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ppb_live_edit_wrapper .ppb_live_action a {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}

.ppb_live_edit_wrapper .ppb_live_action a:hover {
	-webkit-transform: translate(0px, -5px);
	-moz-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}