/**
 * SEA theme Main CSS
 *
 *
 *
 * 0. General
 *
 * 1. Header
 *
 * 2. Footer
 *
 * 3. Content
 *
 * 4. Default style
 * 
 * 5. Colors
 * 
 * 6. Responsive
 * 
 * archive.css - Archive / Widget / Single
 * post-portfolio.css - Single portfolio template
 *
 *
 *
 *
 *
 *
 *
 * 0. General
 *
 * 0.1 Reset */
*,
input[type="search"],
input.search_top_form_text[type="text"],
input[type="text"].textboxsearch {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	overflow-x: hidden;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

a, 
a:hover, 
a:focus, 
select:focus,
textarea:focus, 
input:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

ol, 
ul {
	padding-left: 0;
	list-style: none;
}

ul {
	margin-left: 0;
}

li {
	list-style: none
}

img {
	height: auto;
}


/* Grid */

.container-fluid {
	position: relative;
	width: 100%;
}

.middle-ux {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.center-ux {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.centered-ux {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

:root {
	--scrollbar-width: calc(100vw - 100%);
}

#get-scroll-width {
	display: none;
	width: var(--scrollbar-width);
}

/*  Form Style */

input, 
textarea,
button,
select, 
.ux-btn {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid currentColor;
	margin: 0 0 20px 0;
	padding: 0;
	letter-spacing: 0;
	box-shadow: none;
	background: none;
	color: #313139;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

textarea {
	height: 98px;
	max-width: none;
	resize: none;
}

legend,
iframe {
	border: none;
}

form {
	margin: 0;
}

select {
	line-height: 1.5;
	text-indent: 1px;
	padding: 0 12px 0 0;
	border: none;
	border-bottom: 1px solid currentColor;
	background: transparent url(../img/select.png) no-repeat 100% 50%;
	background-size: 6px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="email"]:focus {
	box-shadow: none;
	color: inherit;
}

input[type="checkbox"] {
	width: auto;
}

button, 
input[type="submit"], 
.ux-btn {
	width: auto;
	height: 50px;
	line-height: 1;
	margin-top: 10px;
	padding: 0 15px;
	letter-spacing: 1px;
	border: 2px solid currentColor;
	font-weight: 400;
	font-style: normal;
}

.ux-btn {
	max-height: 50px;
	line-height: 46px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	background: none;
	box-shadow: none;
	text-shadow: none;
}

/* Main wrap */
.no-scroll {
	overflow: hidden;
}

.wrap-all {
	overflow: hidden;
	min-height: 100vh;
}

#wrap-outer {
	position: relative;
	left: 0;
	z-index: 100;
	width: 100%;
}

#wrap-outer:after,
#header:after {
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
}

.bm-enable-univer #wrap-outer:after,
.bm-enable-univer #header:after {
	background-color: var(--univer-bgcolor, transparent);
}

.bm-enable-univer.non_bg_header #header:after {
	background-color: transparent;
}

#header:after {
	position: absolute;
}

#wrap {
	position: relative;
	top: 0;
	max-width: 100%;
	width: 100%;
	min-height: calc(100vh - 140px);
}

.fullwidth-ux #wrap {
	max-width: 100%;
}

.clear {
	clear: both;
}

.container-inn {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.disable-hover {
	pointer-events: none;
}

.container .container,
.container-fluid .container-fluid:not(.menu-panel-bottom) {
	width: auto;
	padding-left: 0!important;
	padding-right: 0!important;
}

/* General CSS3*/ 

.fullscreen-wrap {
	min-height: 500px;
	min-height: 100vh;
}

body.admin-bar .fullscreen-wrap {
	min-height: calc(100vh - 32px);
}

body.admin-bar .fullscreen-wrap.page-loading {
	top: 32px;
}

.page-loading.fullscreen-wrap {
	min-height: 100vh;
	min-height: -moz-available;
	min-height: -webkit-fill-available;
	min-height: fill-available;
}

.ux-background-img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.preload * {
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

.logo-text, 
.navi-logo,
#wrap,
#header:before,
.ux-mobile #header,
#footer, 
body:not(.navi-hide) .header-main,
body:not(.ux-mobile) .logo-image,
.post-meta-social-li .share,
.site-loading-logo,
.menu-panel,
li.menu-item-has-children > a:before,
.tagcloud a, 
.pagenums a,
.top-search-icon,
.tw-style-a,
.share .icon,
.sidebar_widget a,
textarea,
.blog-unit-link-li-a, 
.no-touchevents .owl-prev,
.no-touchevents .owl-next,
.post-navi-unit-tit,
.grid-item-con:after,
.filter-num,
.video-overlay,
.blog-unit-video-play,
.menu li > a:after,
.menu li > a:before,
.socialmeida-a .socialmeida-text:after,
.grid-stack .grid-item-inside,
.wpml-translation span:after {
	-webkit-transition: all .35s;
	transition: all .35s;
}

#header,
.hover-scale,
#back-top,
#back-top.backtop-shown,
#back-top:before, 
#back-top:after,
.owl-prev:before,
.owl-next:before,
.owl-prev:after,
.owl-next:after,
.search_top_form:after,
.navi-show-h .navi-header .sub-menu,
.archive-more-a:after,
.svg-style02-line-rect,
.headericon-rect {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
}

.head-meta-icon, 
#sidebar .post_social a,
button, 
input[type="submit"],
.blog-unit-link-li,
.audiobutton {
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

#wrap-outer:after {
	transition: background-color .8s;
}

.carousel-des-wrap-inn, 
.owl-nav, 
.product-caption, 
.bm-tab-slider-img-item,
.bm-tab-slider-trigger-tilte,
.navi-show-icon .navi-header,
.navi-show-icon .header-bar-social {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.archive-tit a,
.socialmeida-text,
.socialmeida-a .fa,
.menu li a, 
.search-top-btn-class, 
.comments-area a,
.article-cate-a, 
a[rel="tag"],
.author-tit-a, 
.comment-author-a,
.comment-reply-link,
.comment-form .logged-in-as a {
	-webkit-transition: color .5s;
	transition: color .5s;
}

img.lazy,
#navi ul li ul.sub-menu, 
#navi ul li ul.sub-menu li,
.search_top_form {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}


/*  0.2 page loading */
.page-loading,
.page-loading.visible {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.page-loading {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	visibility: hidden;
}

.page-loading.visible {
	opacity: 1;
	visibility: visible;
}

.page-loading.visible ~ #wrap-outer #header, 
.page-loading.visible ~ #wrap-outer #content,
.page-loading.visible ~ #wrap-outer #footer { 
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate3d(0, -250px, 0); 
	transform: translate3d(0, -250px, 0);
}

.page-loading-inn {
	position: absolute;
	width: 100%;
	height: 100%;
}

.page-loading-transform,
.ux-loading-transform {
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 36px;
	text-align: center;
	width: 100%;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.page-loading .loading-transform {
	margin-top: 0;
}

.page-loading .site-loading-logo img {
	width: auto;
	height: 60px;
}

.site-loading-logo {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	display: flex;
	align-items: center;
	justify-content: center;
}

.visible .site-loading-logo {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.search-loading {
	position: relative;
}

.search-loading:after,
.search-loading:before {
	content: ".";
	position: absolute;
	left: -5px;
	-webkit-animation: SearchLoadingBrething 1s infinite ease-in-out;
	animation: SearchLoadingBrething 1s infinite ease-in-out;
}

.search-loading:before {
	left: 5px;
	animation-delay: .2s;
}

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

	50% {
		opacity: 1;
	}

	100% {
		opacity: .2;
	}
}

@-moz-keyframes SearchLoadingBrething {
	0% {
		opacity: .1;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: .2;
	}
}

@keyframes SearchLoadingBrething {
	0% {
		opacity: .1;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: .2;
	}
}

.ux-start-hide #wrap-outer {
	height: calc(100vh + 1px);
	overflow: hidden;
}

#wrap-outer {
	height: auto;
	overflow: initial;
}

#header.ux-header-hide {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
 
.show_mobile_menu #header.ux-header-hide,
.show_popup #header.ux-header-hide,
.page-loading ~ #wrap-outer #header, 
.page-loading ~ #wrap-outer #content,
.page-loading ~ #wrap-outer #footer {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.navi-corner .page-loading ~ #wrap-outer #header {
	transform: none;
}

.single-portfolio-2c-body .page-loading ~ #wrap-outer #content {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.ux-start-hide #wrap {
	opacity: 0;
}

#wrap {
	opacity: 1;
	-webkit-transition: all .5s .5s;
	transition: all .5s .5s;
}

/* Image Lazy */
.ux-lazyload-wrap {
	position: relative;
	display: block;
}

img.lazy {
	opacity: 0;
}

img.lazy.loading {
	opacity: 1;
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.lazy-loaded {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

img.lazy.loaded {
	opacity: 1;
}

/**
 *
 *  1. Header
 *
*/

/*  1.1 General  */
#header {
	position: relative;
	z-index: 9990;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
}

.non_bg_header #header,
.non_bg_header.navi-show-h .navi-header .sub-menu,
.non_bg_header .navi-header .sub-menu > li,
.non_bg_header .navi-header .menu ul.children > li {
	background: none!important;
}

.page_from_top #header {
	position: absolute;
}

.header-main:after, .header-main:before,
.logo-image-alt,
.alt-logo .logo-image-default,
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-image-default,
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) .logo-image-default,
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-image-alt,
.default-logo-menu-expand.show_popup:not(.navi-show-icon) .logo-image-alt,
.logo-image-default-mobile,
.logo-image-alt-mobile {
	display: none;
}

.alt-logo .logo-image-alt,
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-image-alt,
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) .logo-image-alt,
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-image-default,
.default-logo-menu-expand.show_popup:not(.navi-show-icon) .logo-image-default {
	display: block;
}

.alt-logo-univer.bm-enable-univer .logo-image-alt,
.default-logo-univer.bm-enable-univer .logo-image-default {
	display: block!important;
}

.alt-logo-univer.bm-enable-univer .logo-image-default,
.default-logo-univer.bm-enable-univer .logo-image-alt {
	display: none!important;
}

.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 140px;
}

.head-meta {
	display: flex;
	align-items: center;
}

.sub-menu li,.menu ul.children li {
	line-height: initial;
}

/* Header sticky */
.header-sticky #header,
.header-sticky-none #header.ux-header-hide {
	position: fixed;
}

.header-sticky-back #header {
	position: fixed;
}

.header-sticky.admin-bar #header,
body.header-sticky-always.admin-bar #header,
body.header-scrolled.admin-bar #header {
	top: 32px;
}

.header-sticky:not(.page_from_top) #wrap-outer,
.header-sticky-back:not(.page_from_top) #wrap-outer,
.header-sticky-none:not(.page_from_top).ux-header-hide-body #wrap-outer {
	padding-top: 140px;
}

.header-sticky.iOS[class*="Safari7"] #header {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
}

body.header-scrolling #header {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

body.header-scrolled #header {
	position: fixed;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Logo Center*/ 
 
.navi-show-center .navi-logo {
	height: auto;
}

.navi-show-center .logo-image {
	max-height: 120px;
}

.ux-hide-menu .navi-header {
	display: none!important;
}

.navi-show-center #header .wpml-translation {
	float: none;
	margin: 20px 0 0 0;
}

/*  1.2 Logo  */

.logo-wrap {
	display: flex;
	align-items: center;
}

.logo {
	display: inline-block;
	z-index: 10;
	line-height: 1;
	font-size: 0;
}

body[class*="Safari"] .logo {
	display: block;
}

.logo-text {
	display: block;
	user-select: none;
}

.logo-not-show-txt {
	display: none;
}

.logo-a {
	position: relative;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
}

.logo-a > * {
	vertical-align: middle;
}

.logo-image,
.woocommerce .logo-image {
	height: 40px;
	width: auto;
	vertical-align: middle;
	user-select: none;
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 30px;
}

/*  1.3 WPML */
.wpml-translation li {
	display: inline-block;
	height: 80px;
	height: auto;
	margin-right: 10px;
}

.wpml-translation li span {
	position: relative;
	line-height: 1.4;
}

#header .wpml-translation > ul {
	margin-left: -10px;
}

#header .wpml-translation li {
	margin-left: 10px;
	margin-right: 0;
}

.wpml-container {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.wpml-tip {
	padding: 0 10px;
}

#header .wpml-translation {
	float: right;
	margin: 0 0 0 30px;
}

body.ux-mobile #header .wpml-translation,
.languages-shortname,.languages-name {
	display: none;
} 

/* Search */
.search-top-btn-class .fa {
	cursor: pointer;
	line-height: 40px;
	vertical-align: middle;
}

.search_top_form {
	display: inline-block;
	opacity: 0;
	position: relative;
	line-height: 40px;
}

.search_top_form_shown.search_top_form {
	opacity: 1;
}

.search_top_form:after {
	position: absolute;
	content: "";
	left: 10px;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: currentColor;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.search_top_form_shown.search_top_form:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

input[type="search"].search_top_form_text {
	border: none;
	padding-left: 10px;
	pointer-events: none;
}

.search_top_form_shown input[type="search"].search_top_form_text {
	pointer-events: auto;
}

/* Social icons */
.socialmeida {
	margin-left: -10px;
}

.socialmeida-li {
	display: inline-block;
	margin-left: 10px;
}

.socialmeida-a {
	display: inline-block;
	position: relative;
}

.socialmeida-a .fa {
	font-size: 1em;
}

.footer-info {
	padding: 60px 0;
}

/* Portfolio Icon */
.header-portfolio-icon {
	position: relative;
	margin-left: 20px;
	font-size: 0;
}

.portfolio-icon {
	display: inline-block;
	line-height: 0!important;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.portfolio-icon {
	cursor: pointer;
}

.portfolio-icon svg {
	width: auto;
}

.header-icon-inn {
	display: none;
}

/* 1.4 Menu */ 

/* 1.4.1 Menu hide */
/* Menu Panel */
.menu-panel, .portfolio-panel {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

body:not(.show_mobile_menu).hide_mobile_menu .menu-panel,
body:not(.show_popup).hide_popup .portfolio-panel {
	animation: transY0to_100 .5s linear both;
}

body:not(.page_from_top) .menu-panel {
	margin-top: -140px;
}

.menu-panel-inn {
	position: relative;
	display: table;
	min-height: calc(100vh + 1px);
	margin: auto;
	/*padding-top: 120px;
	padding-bottom: 120px;*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

body[class*="Firefox"] .menu-panel-inn {
	height: calc(100vh + 1px);
}

.admin-bar .menu-panel-inn {
	min-height: calc(100vh - 32px);
}

.show_mobile_menu:not(.navi-show-icon) .menu-panel,
.show_mobile_menu.ux-mobile.navi-show-icon .menu-panel,
.show_popup .portfolio-panel {
	z-index: 999;
	position: relative;
	animation: transY_100to0 .5s linear both;
	will-change: transform;
}

.show_mobile_menu .menu-panel-inn {
	display: table;
}

body:not(.show_popup):not(.show_mobile_menu) #wrap {
	animation: Opacity0to1 .5s linear both;
}

.show_mobile_menu #wrap, 
.show_popup #wrap {
	animation: Opacity1to0 .5s linear both;
	position: absolute;
}

.show_mobile_menu.navi-show-icon:not(.ux-mobile) #wrap, 
.show_popup.navi-show-icon:not(.ux-mobile) #wrap {
	animation: none;
	position: relative;
}

.show_mobile_menu:not(.navi-show-icon) #wrap-outer,
.show_popup:not(.navi-show-icon) #wrap-outer {
	background: none!important;
}

@keyframes Opacity0to1 {
 
	0% {
		opacity: 0; 
	}

	100% {
		opacity: 1; 
	}
}

@keyframes transY100to0 {
 
	0% {
		transform: translate3d(0, 100%, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes Opacity1to0 {
 
	0% {
		opacity: 1;
		position: relative;
	}

	99% {
		opacity: 0;
		position: relative;
	}

	100% {
		opacity: 0;
		position: absolute;
	}
}

@keyframes transY_100to0 {
 
	0% {
		transform: translate3d(0, -100%, 0);
		position: absolute;
	}

	100% {
		transform: translate3d(0, 0, 0);
		position: relative;
	}
}

@keyframes transY0to_100 {
 
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	100% {
		transform: translate3d(0, -100%, 0);
		opacity: 0;
	}
}

.menu-panel-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	opacity: 0;
	-webkit-transition: opacity .1s 0s;
	-moz-transition: opacity .1s 0s;
	-ms-transition: opacity .1s 0s;
	transition: opacity .1s 0s;
}

.show_mobile_menu .menu-panel-bottom {
	opacity: 1;
	-webkit-transition: opacity .3s 1s;
	-moz-transition: opacity .3s 1s;
	-ms-transition: opacity .3s 1s;
	transition: opacity .3s 1s;
}

#navi {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.menu-panel.menu-panel-align-center #navi {
	text-align: center;
}

.menu-panel.menu-panel-align-right #navi {
	text-align: right;
}

#navi-wrap {
	display: block;
}

.sub-menu,.menu ul.children {
	display: none;
}

.menu-panel-bottom .search-top-btn-class,
.menu-panel-bottom .socialmeida,
.menu-panel-bottom .wpml-translation li {
	line-height: 120px;
}

.menu-panel-bottom .socialmeida {
	text-align: right;
}

.submenu-icon {
	display: none;
}

.menu-item-back-a.menu-arrow {
	float: none;
}

.menu-item-back-a {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-arrow {
	position: relative;
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}

.menu-arrow:before,
.menu-arrow:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 15px;
	height: 1px;
	width: 15px;
	background-color: currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.menu-arrow:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu-arrow-in {
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	top: 14px;
	background-color: currentColor;
}

.menu-panel-inn .wpml-translation ul {
	padding-right: 10px;
}

.menu-panel-inn .wpml-translation {
	float: left;
}

.menu-panel #navi li {
	margin-top: 10px;
}

.menu-panel #navi li:first-child {
	margin-top: 0;
}

.menu-panel-bottom-left, 
.menu-panel-bottom-right {
	padding-left: 0;
	padding-right: 0;
}

.menu-panel-inn.container .menu-panel-bottom {
	padding: 0 20px;
}

/* Menu Panel popup2 */
.navi-hide-pop2 ul.menu > li {
	display: inline-block;
	margin-top: 0;
	margin-left: 15px;
}

.navi-hide-pop2 .menu-panel #navi li { 
	margin-top: 0;
}

.navi-hide-pop2 ul.menu > .menu-item:first-child {
	margin-left: 0;
}

.navi-hide-pop2 #navi-wrap .sub-menu,
.navi-hide-pop2 #navi-wrap .menu ul.children {
	display: none;
}

/* Hamberg */
.navi-trigger-out {
	display: none;
	margin-left: 20px;
	position: relative;
	z-index: 10;
}

.navi-trigger {
	display: flex;
	position: relative;
	top: 50%;
}

.navi-hide .navi-trigger-out {
	display: block;
}

.navi-trigger-svg {
	font-size: 0;
}

.navi-trigger, .navi-trigger-svg,
.portfolio-icon, .header-icon-svg {
	height: 26px;
	line-height: 26px;
}

.navi-svg-light {
	display: none;
}

.video-close:after,.video-close:before,
.modal-content .close-btn:before,
.modal-content .close-btn:after {
	content: "";
	font-size: .1px;
	position: absolute;
	height: 2px;
	width: 100%;
	top: -9px;
	left: 0;
	background-color: currentColor;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.video-close:after,.video-close:before,
.modal-content .close-btn:before,.modal-content .close-btn:after {
	-webkit-transform: translateY(14px) rotate(-45deg);
	-ms-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}

.video-close:after,
.modal-content .close-btn:after {
	-webkit-transform: translateY(14px) rotate(45deg);
	-ms-transform: translateY(14px) rotate(45deg);
	transform: translateY(14px) rotate(45deg);
}

/* 1.4.2 Menu show */ 
.navi-show:not(.ux-mobile) .navi-trigger-out {
	display: none!important;
}

.navi-trigger-inn {
	display: none;
}

body:not(.ux-mobile).navi-center .head-meta {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
}

.navi-header {
	display: inline-block;
}

.navi-center .navi-header {
	float: none;
}

.navi-header > div > ul > li {
	position: relative;
}

body:not(.navi-justified):not(.navi-corner) .navi-header > div > ul > li {
	float: left;
	margin-left: 40px;
	line-height: 0;
}

.navi-show-icon .navi-header > div > ul > li  {
	opacity: 0;
	transition: opacity .3s;
}

body.show_mobile_menu .navi-header > div > ul > li {
	opacity: 1;
}

.navi-header > div > ul > li:nth-last-child(2) {
	transition-delay: .2s;
}

.navi-header > div > ul > li:nth-last-child(3) {
	transition-delay: .4s;
}

.navi-header > div > ul > li:nth-last-child(4) {
	transition-delay: .6s;
}

.navi-header > div > ul > li:nth-last-child(5) {
	transition-delay: .8s;
}

.navi-header > div > ul > li:nth-last-child(6) {
	transition-delay: 1s;
}

.navi-header > div > ul > li:nth-last-child(7) {
	transition-delay: 1.2s;
}

.navi-header > div > ul > li:nth-last-child(8) {
	transition-delay: 1.4s;
}

.navi-header > div > ul > li:nth-last-child(9) {
	transition-delay: 1.6s;
}

html:not([dir="rtl"]) .navi-header > div > ul > li:first-child {
	margin-left: 0;
}

.navi-header .sub-menu,
.navi-header .menu ul.children {
	position: absolute;
	top: auto;
	margin-left: -20px;
}

.navi-header .sub-menu-edge > .sub-menu,
.navi-header .sub-menu-edge > .menu ul.children {
	margin-left: 0;
    margin-right: -20px;
    text-align: right;
    right: 0;
    left: auto;
}

.navi-header .sub-menu .sub-menu,
.navi-header .menu ul.children ul.children {
	margin-left: 0;
	left: 100%;
	top: 0;
	min-width: 200px;
}

.navi-header .sub-menu .sub-menu-edge > .sub-menu,
.navi-header .menu ul.children .sub-menu-edge > ul.children {
	left: auto;
	right: 100%;
}

.navi-header .sub-menu li,
.navi-header .menu ul.children li {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8;
}

.navi-show-center .navi-header .sub-menu .sub-menu li,
.navi-show-center .navi-header .menu ul.children ul.children li {
	padding-left: 0;
}

.navi-header>div>ul>li>ul {
	padding-top: 20px;
}

.navi-header li:hover > .sub-menu,
.navi-header li:hover > ul.children {
	-webkit-animation: slide-up .4s 0s 1 ease normal both;
	animation: slide-up .4s 0s 1 ease normal both;
}

@-webkit-keyframes slide-up {
	0% {
		transform: -webkit-translateY(20px);
	}

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

@-moz-keyframes slide-up {
	0% {
		transform: -moz-translateY(20px);
	}

	100% {
		transform: -moz-translateY(0);
	}
}

@keyframes slide-up {
	0% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

.header-scrolled .navi-header .sub-menu,
.header-scrolled .navi-header .menu ul.children {
	margin-top: 0;
}

.menu li > a {
	position: relative;
	display: inline-block;
	line-height: 1;
}

#header .socialmeida .socialmeida-a {
	line-height: 1.4;
	height: auto;
	vertical-align: middle;
}

.header-bar-social {
	margin-left: 40px;
	margin-right: 0;
	line-height: 0;
}

.navi-header .sub-menu a,
.navi-header .menu ul.children a {
	white-space: nowrap;
}

.navi-show-center .navi-header .sub-menu li,
.navi-show-center .navi-header .menu ul.children li {
	text-align: left;
}

/* Menn on left */ 
.navi-show-h.navi-show-h-left .head-meta {
	width: 100%;
}

.menu_onleft_outwrap {
	display: flex;
	align-items: center;
	height: 100%;
}

.navi-show-h .navi-header li:hover > .sub-menu,
.navi-show-center .navi-header li:hover > .sub-menu,
.navi-show-h .navi-header li:hover > ul.children,
.navi-show-center .navi-header li:hover > ul.children {
	display: block;
}


/*  
 1.5 Responsive layout
*/

.ux-mobile .navi-logo {
	text-align: left;
}

.ux-mobile .navi-main {
	height: auto!important;
}

.ux-mobile #header-main > .container-fluid,
.ux-mobile #header-main > .container {
	position: static;
}

/*
  1.6 Menu Hover Style
*/
.menu-hover-underline1 li.menu-item > a::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: scale3d(0, 5, 1);
	transform: scale3d(0, 5, 1);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu-hover-underline1 li.menu-item > a:hover::before,
.menu-hover-underline1 li.menu-item.current-menu-item > a::before,
.menu-hover-underline1 li.menu-item.current-menu-ancestor > a::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.menu-hover-diagonalline li.menu-item > a::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 4px;
	background-color: currentColor;
	background-color: var(--menu-hover-diagonalline-color, currentColor);
	-webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0, 1, 1) translate(-50%, -50%);
	transform: rotate3d(0, 0, 1, -45deg) scale3d(0, 1, 1) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}

.menu-hover-diagonalline li.menu-item > a:hover::after,
.menu-hover-diagonalline li.menu-item.current-menu-item > a::after,
.menu-hover-diagonalline li.menu-item.current-menu-ancestor > a::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1) translate(-50%, -50%);
	transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1) translate(-50%, -50%);
}

.menu-hover-camera li.menu-item > a::after,
.menu-hover-camera li.menu-item > a::before {
	content: "";
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	opacity: 0;
	border: 2px solid currentColor;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.menu-hover-camera li.menu-item > a::after {
	right: -.5em;
	bottom: -.5em;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate3d(-0.5em, -0.5em, 0);
	transform: translate3d(-0.5em, -0.5em, 0);
}

.menu-hover-camera li.menu-item > a::before {
	top: -.5em;
	left: -.5em;
	border-width: 2px 0 0 2px;
	-webkit-transform: translate3d(0.5em, 0.5em, 0);
	transform: translate3d(0.5em, 0.5em, 0);
}

.menu-hover-camera li.menu-item > a:hover::after,
.menu-hover-camera li.menu-item > a:hover::before,
.menu-hover-camera li.menu-item.current-menu-item > a::after,
.menu-hover-camera li.menu-item.current-menu-item > a::before,
.menu-hover-camera li.menu-item.current-menu-ancestor > a::after,
.menu-hover-camera li.menu-item.current-menu-ancestor > a::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu-hover-aroundline1 li.menu-item > a::after,
.menu-hover-aroundline1 li.menu-item > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -.7em;
	right: -4.7em;
	height: 100%;
	border: 1px solid currentColor;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.menu-hover-aroundline1 li.menu-item > a::before {
	border-width: 0 1px;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.menu-hover-aroundline1 li.menu-item > a::after {
	border-width: 1px 0;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.menu-hover-aroundline1 li.menu-item > a:hover::after,
.menu-hover-aroundline1 li.menu-item > a:hover::before,
.menu-hover-aroundline1 li.current-menu-item > a::after,
.menu-hover-aroundline1 li.menu-item.current-menu-item > a::before,
.menu-hover-aroundline1 li.menu-item.current-menu-ancestor > a::after,
.menu-hover-aroundline1 li.menu-item.current-menu-ancestor > a::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.navi-header a, 
.header-bar-social .socialmeida-a, 
.menu li > a {
	font-size: 16px;
}

/*  Body Responsive */
.ux-mobile.show_mobile_menu body {
	overflow-y: hidden;
	height: 100vh;
}

.ux-mobile.responsive-ux .mainlist-des-wrap, 
.ux-mobile.responsive-ux .archive-text-wrap {
	bottom: 20px;
	right: 20px;
	left: 20px;
}

 
/**
*
*  2. Footer 
*
*/
/* 2.1 General*/
#footer {
	position: relative;
}

.footer-cols-layout .footer-info > .container,
.back-top-wrap.container {
}

.footer-cols-layout .footer-info > .container,
.footer-cols-layout .footer-info > .container-fluid {
	display: flex;
	align-items: center;
}

.footer-cols-layout .footer-info.footer-horizon-center > .container,
.footer-cols-layout .footer-info.footer-horizon-center > .container-fluid {
	justify-content: center;
}

.footer-cols-layout .footer-info.footer-horizon-right > .container,
.footer-cols-layout .footer-info.footer-horizon-right > .container-fluid {
	justify-content: flex-end;
}

.footer-cols-layout .footer-info.footer-horizon-equal > .container,
.footer-cols-layout .footer-info.footer-horizon-equal > .container-fluid {
	justify-content: space-between;
}

.footer-cols-layout .footer-info > .container:after,
.footer-cols-layout .footer-info > .container:before,
.footer-cols-layout .footer-info > .container-fluid:after,
.footer-cols-layout .footer-info > .container-fluid:before {
	display: none;
}

#footer.ux-hide-footer {
	display: none;
}

.footer-cols-layout {
	text-align: left;
}

.foot-one-col .footer-info.footer-vertical-center {
	text-align: center;
}

.foot-one-col .footer-info.footer-vertical-right {
	text-align: right;
}

.footer-one-col-item {
	margin-top: 10px;
}

.foot-one-col .footer-one-col-item:first-child {
	margin-top: 0;
}

.footer-cols-item {
	margin-left: 10px;
}

html:not([dir="rtl"]) .footer-cols-layout .footer-cols-item:first-child {
	margin-left: 0;
}

.logo-footer-img {
	max-width: 200px;
	max-height: 60px;
}

.footer-menu > ul > li ul {
	display: none;
}

.footer-menu > ul > li {
	display: inline-block;
}

.footer-menu > ul > li:not(:first-child) {
	margin-left: 12px;
}

.footer-info li > a {
	line-height: 1;
}

.footer-menu li > a::before,
.footer-menu li > a::after {
	display: none;
}

/* Back Top Btn */
#back-top {
	display: inline-block;
	position: absolute;
	-webkit-transform: scale(0) translateY(-50%);
	-ms-transform: scale(0) translateY(-50%);
	transform: scale(0) translateY(-50%);
}

#back-top.backtop-shown {
	-webkit-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}

.back-top-svg {
	cursor: pointer;
}

.back-top-wrap,
.back-top-svg {
	position: fixed;
	z-index: 999;
	height: 0;
}

#back-top {
	position: relative;
	float: right;
	overflow: hidden;
	cursor: pointer;
}

.back-top-wrap #back-top {
	width: 40px;
	height: 60px;
}

.back-top-wrap #back-top:before, 
.back-top-wrap #back-top:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background-color: currentColor;
	-webkit-transform-origin: 21px 0;
	-ms-transform-origin: 21px 0;
	transform-origin: 21px 0;
}

.back-top-wrap #back-top:after {
	left: 20px;
	-webkit-transform-origin: 3px 0;
	-ms-transform-origin: 3px 0;
	transform-origin: 3px 0;
}

.touchevents .back-top-wrap #back-top:before,
.back-top-wrap #back-top:hover:before {
	-webkit-transform: translate(2px,-15px) rotate(-60deg);
	-ms-transform: translate(2px,-15px) rotate(-60deg);
	transform: translate(2px,-15px) rotate(-60deg);
}

.touchevents .back-top-wrap #back-top:after,
.back-top-wrap #back-top:hover:after {
	-webkit-transform: translate(2px,-12px) rotate(60deg);
	-ms-transform: translate(2px,-12px) rotate(60deg);
	transform: translate(2px,-12px) rotate(60deg);
}


/** 
 *
 *  3. Content
 *
*/

/* password pertected */

.post-password-form {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - var(--header-height, 80px) - var(--footer-height, 80px));
	align-items: center;
    justify-content: center;
    font-size: 24px;
}

body.single .post-password-form {
	min-height: 0;
}

.post-password-form {
	width: 100%;
}

.post-password-form:after,
.post-password-form:before {
	display: none;
}

.page_from_top .post-password-form { 
	padding-top: var(--header-height, 80px);
	text-align: center;
}

.post-password-form > p {
	width: 450px;
	max-width: 70%; 
	margin-bottom: 0!important;
	text-align: center;
	margin: auto;
	line-height: 1.6;
	font-style: italic;
}

.post-password-form > p:first-child:before {
	content: "\f023";
    display: block;
    height: 120px; 
    font: normal normal normal 100px/1 FontAwesome;
    opacity: .4;
}

body.single .post-password-form > p:first-child:before {
	height: 90px;
	font-size: 70px; 
}

.post-password-form input[type="password"] {
	width: 450px;
    max-width: 80%;
    margin: 30px auto 10px;
    border: 2px solid currentColor;
    height: 60px;
    text-align: center;
}

.post-password-form label {
	font-size: 0;
}

.post-password-form input[type="submit"] {
	display: block;
	height: 50px;
	margin: 25px auto 0;
	padding: 0 25px;
}


/*  Video */
.video-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrap.video-16-9 {
	padding-top: 56.25%!important;
}

.video-wrap.video-4-3 {
	padding-top: 75%;
}

.video-face {
	position: relative;
}

.video-face-img {
	width: 100%;
}

.video-overlay {
	position: absolute;
	z-index: 999;
	box-shadow: none;
	left: 0;
	top: 0;
	right: 0;
	padding: 0;
	height: 100vh;
	opacity: 0;
	margin-left: 0;
	border-radius: 0;
	border: none;
	background-color: rgba(0,0,0,.9);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.video-overlay.modal {
	position: fixed;
}

.video-close {
	position: absolute;
	z-index: 999;
	left: 20px!important;
	top: 20px!important;
	margin-top: 0!important;
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	cursor: pointer;
}

.video-close:before,
.video-close:after {
	background-color: #fff!important;
}

.video-overlay.video-slidedown {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

body.admin-bar .video-overlay.video-slidedown {
	margin-top: 30px;
}

/* Gutenberg Block Editor */
.entry .alignfull,
.entry .alignwide {
	max-width: 100vw;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
}

.entry .alignfull {
	width: 100vw;
}

.sidebar-layout .entry .alignfull,
.sidebar-layout .entry .alignwide {
	margin-left: auto;
	margin-right: auto;
}

.entry .alignwide.wp-block-cover, 
.entry .alignwide.wp-block-cover-image {
	margin-right: auto;
	margin-left: auto;
}

.wp-block-pullquote blockquote {
	border-left: none;
	padding-left: 0;
}

.wp-block-pullquote {
	border-top: 4px solid;
	border-bottom: 4px solid;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 2em 0;
}

.wp-block-embed {
	text-align: center;
}

.wp-block-embed__wrapper {
	display: inline-block;
}

.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-table.is-style-stripes {
	border-bottom-color: #ccc;
	border-right-width: 1px; 
}

/*  Title  */

.title-wrap {
	position: relative;
}

.title-wrap-con {
	width: 100%;
}

.title-wrap-tit {
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 42px;
	word-break: break-word;
}

body:not(.ux-mobile) .article-inn.span9 .container-class.container-fluid {
	width: 100%;
}

body.page .title-wrap-h1 {
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	word-break: break-word;
}

/* 404 */
body.error404 #content {
	min-height: 300px;
}

body.error404 .title-wrap {
	display: none;
}

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

.fourofour-wrap h4 {
	font-size: 62px;
	font-size: 6.2rem;
}

.fourofour-wrap h4 {
	font-size: 21px;
	font-size: 2.1rem;
	margin-top: 20px;
	margin-bottom: 60px;
}

.fourofour-wrap p {
	margin: 0 auto;
}

/* Panle clicked header icon */ 
.portfolio-panel {
	display: flex;
	min-height: 100vh;
	overflow: hidden;
}

.portfolio-panel-wrap .bm-builder {
	width: 100%;
}

.portfolio-panel-wrap-inn {
	margin-right: -10px;
	margin-left: -10px;
}

.portfolio-panel-wrap-inn .bm-builder {
	margin-left: 0;
	margin-right: 0;
}

.portfolio-panel-wrap-inn:empty {
	width: 100%;
	height: 100%;
	margin: 0;
}

.portfolio-panel-wrap-inn:empty:before {
	content: "No Content";
	display: block;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 14px;
}

.admin-bar .portfolio-panel-wrap-inn:empty:after {
	content: "Set here: Appearance > Theme Options > Header: Choose a Page for This Section";
	opacity: .5;
	font-size: 12px;
}

/* 4.4 Comment */ 
.comment-list li, 
.commentlist li,
.no-comments {
	font-size: 14px;
}

.comment-list li.pingback,
.comment-list li.trackback {
	margin-top: 20px;
}

.comment-list > li:first-child {
	margin-top: 0;
}

.comment-main {
	margin-left: 70px;
}

.comment .avatar {
	width: 50px;
	float: left;
	margin: 5px 20px 0 0;
	border-radius: 100%;
}

li.comment {
	position: relative;
	margin-top: 40px;
	min-height: 60px;
}

.children li.comment {
	margin-left: 30px;
}

li.comment .says {
	display: none;
}

.comment-author {
	position: relative;
	display: inline-block;
}

li.comment .fn, 
.woocommerce-review__author {
	font-size: 18px;
}

.comment-meta {
	line-height: 30px;
}

.comment-metadata,
.comment-metadata > a {
	display: inline-block;
}

.comment-author,
.comment-metadata > a,
a.comment-edit-link {
	margin-right: 15px;
}

.comment-form .logged-in-as, 
.comment-meta {
	font-size: 16px;
}

li.comment .fn {
	display: inline-block;
	font-style: normal;
	vertical-align: top;
}

.comment-body {
	position: relative;
}

.comment.bypostauthor .comment-body::before {
	content: "\f00c";
	position: absolute;
	width: 20px;
	line-height: 22px;
	height: 20px;
	font-size: 11px;
	border-radius: 50%;
	text-align: center;
	left: 34px;
	top: -5px;
	box-shadow: 2px 3px 9px rgba(0,0,0, .1);
	color: #fff;
	font-family: "FontAwesome";
}

.comment-text p {
	margin-bottom: .4em;
}

.comment-text img {
	margin-top: .4em;
	margin-bottom: .4em;
}

.comment-meta { 
	margin-bottom: 5px;
}

.comment-body .reply {
	margin-top: 5px;
	font-size: .8em;
}

ol.commentlist {
	min-height: 40px;
	height: auto;
	clear: both;
	margin: 20px 0 0 0;
}

.commnetsnavi {
	margin: 40px 0;
}

.paginated-comments-links .page-numbers {
	float: none;
}

h3.comment-reply-title,
.comments-title {
	font-size: 26px;
	padding-right: 12px;
	display: inline-block;
	width: auto;
	line-height: 40px;
	margin-bottom: 20px;
}

#comments_inlist {
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
}

#commentform {
	position: relative;
}

#commentform .form-submit {
	clear: both;
	margin-top: 10px;
}

#commentform .form-submit input[type="submit"] {
	min-width: 100px;
}

#commentform input[type="submit"][disabled="disabled"],
.module input[type="submit"][disabled="disabled"] {
	pointer-events: none;
    opacity: .3;
}

.logged-in-as {
	margin-bottom: 20px;
}

li.pingback .edit-link,
li.trackback .edit-link {
	display: block; 
}

.comment-list .comment-respond {
	margin: 40px 0;
}

.pingback .comment-body a:not(.comment-edit-link), 
.trackback .comment-body a:not(.comment-edit-link) {
	display: block;
	font-size: 1.2em;
}

label[for="wp-comment-cookies-consent"] { 
	padding-left: 10px;
}

label[for="wp-comment-cookies-consent"],
.privacy-policy {
	font-size: 12px;
}

input[type="checkbox"][name="idi_privacy_policy"] {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

input#wp-comment-cookies-consent {
	vertical-align: middle;
}

img.emoji {
	width: 1em;
}

/* Form */
button, 
input[type="submit"] {
	margin-bottom: 0;
	margin-top: 25px;
}

input[type="submit"]:hover,
button:hover {
	background-color: transparent;
}

.comment-reply-title small {
	display: inline-block;
	margin-left: 10px;
}

input[type="text"],
input[type="password"] {
	background: none;
	border-radius: 0;
}

.comment-respond input[type="text"], 
.comment-respond textarea,
.moudle input[type="text"], 
.moudle textarea {
	margin-bottom: 10px;
}

.comment-respond textarea, 
.moudle .contactform textarea {
	height: 80px;
}

/* password form */
body.page #content_wrap > .post-password-form {
	width: 50%;
	margin: 60px auto;
}

/* lightbox */
.pswp {
	display: none;
}

.pswp--open {
	display: block;
}

button.pswp__button {
	border-radius: 0;
}

.pswp__button:focus, 
.pswp__button:hover {
	background-color: transparent!important;
}

.admin-bar .pswp__top-bar {
	top: 32px;
}

.lightbox-disable-zoom .pswp__button--zoom,
.lightbox-disable-fullscreen .pswp__button--fs,
.lightbox-disable-download .pswp__share--download,
.lightbox-disable-share .pswp__button--share {
	display: none;
}

/**
 *
 *    4. Default style
 *
*/

body {
	font-size: 20px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
}

input, 
textarea, 
select, 
button, 
legend, 
input[type="submit"], 
button {
	font: inherit;
	font-size: 14px;
}

.logo-text {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 3px;
}

.footer-info, 
.footer-info, 
.footer-info .menu li a {
	font-size: 12px;
}

#sidebar .sidebar_widget .tagcloud a:hover,
.widget-container .user-submit:hover,
.sidebar_widget .widget_display_search input[type="submit"]:hover, 
.tagcloud a[class*="tag-link-"]:hover {
	color: #fff;
}

.post-edit-link {
	font-size: 1em;
	font-style: italic;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.5px;
}

.text_block h1,
.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5,
.text_block h6 {
	margin: 0;
}

b, 
strong {
	font-weight: bold;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

.entry > h1,
.entry > h2,
.entry > h3 {
	margin-bottom: 20px;
}

code, 
kbd, 
pre, 
samp {
	font-size: .9em;
}

/* img & align  */ 
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
} 

/* Image Caption */

.wp-caption {
	position: relative;
	max-width: 100%;
}

.wp-caption-text {
	position: absolute;
	display: inline-block;
	font-size: 14px;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.4);
	color: #fff;
}

#content_wrap .entry p.wp-caption-text {
	margin-bottom: 0;
}

.wp-caption img {
	width: 100%;
}

/* bullet list */

.entry li, 
.tab-pane ul li,
.comment-text ul li {
	list-style: disc;
	margin-top: 10px;
	margin-left: 30px;
}

.entry ol li,
.comment-text ol li {
	list-style: decimal;
	margin-top: 10px;
	margin-left: 30px;
}

.comment-text .tab-pane ol li,
.comment-text .tab-pane ul li,
.entry .is-grid li {
	list-style: none;
	margin-left: 0;
}

.entry table,
.entry th,
.entry td,
.comment table,
.comment th,
.comment td {
	border: 1px solid #ccc;
	padding: 6px;
}
.entry > table {
	margin-bottom: 20px;
}

.entry th,
.entry td,
.comment th,
.comment td {
	border-width: 0 1px 1px 0;
}

.entry table,
.comment table {
	border-width: 1px 0 0 1px;
	font-size: .8em;
}

/* address, quote ... */

address {
	margin-bottom: 20px;
	margin-bottom: 1.75em;
}

blockquote {
	position: relative;
	line-height: 1.5;
	border-left: 4px solid currentColor;
	padding-left: 20px;
	margin-left: 0;
}

blockquote p {
	margin-bottom: 1.1em;
}

blockquote em, 
blockquote i, 
blockquote cite {
	font-size: .8em;
	opacity: .6;
}

.entry dl dt {
	font-weight: bold;
}

.entry dd {
	margin-bottom: 30px;
	margin-left: 0;
}

.entry dd.gallery-caption {
	margin-bottom: 0;
}

.entry dl.gallery-item {
	margin: 0;
	position: relative;
}

.entry dl.gallery-item img {
	width: 100%;
	border: none!important;
}

.entry pre, 
.text-block pre {
	padding: 30px;
	border: none;
	width: 80%;
	margin: 0 auto 40px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.wp-video-shortcode.lazy-hidden {
	opacity: 1!important;
}

mark, 
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

/*post pagination*/
.pagenums:empty {
	display: none;
}

.post-nav-links {
	margin-top: 20px;
}

.post-page-numbers {
	margin-right: 8px;
}


/**
 *
 * 5. Colors
 *
*/
/* Page BG */
#wrap-outer, 
#search-overlay, 
.carousel-control, 
#login-form.modal .modal-dialog {
	background-color: #fff;
	background-color: var(--color-bg, #fff);
}

.quote-wrap, 
.mouse-icon,
.social-icon-triggle,
.carousel-control, 
.blog-unit-link-li:hover,
.blog-unit-link-li:hover a,
.archive-more-a:hover,
.comment-body::before {
	color: #fff;
	color: var(--color-bg, #fff);
}

/* Header BG */
#header,
.menu-panel, 
.page_from_top.header-scrolled #header,
.navi-show-h .navi-header .sub-menu {
	background-color: var(--color-header-bg, transparent);
}

.portfolio-panel,
.navi-header .sub-menu > li,
.navi-header .menu ul.children > li {
	background-color: var(--color-header-bg, #fff);
}

/* PageLoader */
.page-loading {
	background-color: #fff;
	background-color: var(--color-pageloader-bg, #fff);
}

/* Auxiliary Color */
.tagcloud a, 
.archive-bar,
.blog-unit-link-li,
.audio-unit, 
.pagenumber a, 
.quote-wrap,
.entry pre,
.comment pre, 
.pagenumber span {
	background-color: #f8f8f8;
	background-color: var(--color-auxiliary, #eee);
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_meta li,.widget_rss li,
.nav-tabs {
	border-color: #f8f8f8;
	border-color: var(--color-auxiliary, #eee);
}

/* Menu */
.navi-trigger,
.navi-header li.menu-item a,
#header .socialmeida-a, 
.portfolio-icon,
.ux-woocomerce-cart-a, 
.menu-panel-bottom, 
.menu-panel-bottom a,
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .navi-trigger, 
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) #header .socialmeida-a,
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) li a,
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .portfolio-icon,
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .ux-woocomerce-cart-a,
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .menu-panel-bottom,
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .menu-panel-bottom a,
.default-logo-menu-expand.show_popup:not(.navi-show-icon) .navi-trigger, 
.default-logo-menu-expand.show_popup:not(.navi-show-icon) #header .socialmeida-a, 
.default-logo-menu-expand.show_popup:not(.navi-show-icon) li a,
.default-logo-menu-expand.show_popup:not(.navi-show-icon) .portfolio-icon,
.default-logo-menu-expand.show_popup:not(.navi-show-icon) .ux-woocomerce-cart-a,
.default-logo-menu-expand.show_popup:not(.navi-show-icon) .menu-panel-bottom,
.default-logo-menu-expand.show_popup:not(.navi-show-icon) .menu-panel-bottom a {
	color: #313139;
	color: var(--color-menu, #313139);
}

.alt-menu .navi-trigger, 
.alt-menu #header .socialmeida-a,
.alt-menu .navi-header li.menu-item a,
.alt-menu .portfolio-icon,
.alt-menu .ux-woocomerce-cart-a,
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .navi-trigger, 
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) #header .socialmeida-a,
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) li a,
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .portfolio-icon,
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .ux-woocomerce-cart-a,
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .menu-panel-bottom, 
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .menu-panel-bottom a,
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) .navi-trigger, 
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) #header .socialmeida-a, 
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) li a,
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) .portfolio-icon,
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) .ux-woocomerce-cart-a,
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) .menu-panel-bottom, 
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) .menu-panel-bottom a {
	color: #fff;
	color: var(--color-alt-menu, #fff);
}

header li > a:hover,header li > a:focus,.menu-panel li > a:hover,
.menu-panel li > a:focus,
.socialmeida-a:hover .socialmeida-text, 
.socialmeida-a:focus .socialmeida-text,
.socialmeida-a:hover .fa, header .wpml-translation li a:hover {
	color: var(--color-menu-hover);
}

header li.current-menu-item > a, 
.menu-panel li.current-menu-item > a {
	color: var(--color-menu-current);
}

.alt-menu header li a:hover,
.alt-menu header li a:focus,
.alt-menu .socialmeida-a:hover .socialmeida-text, 
.alt-menu .socialmeida-a:focus .socialmeida-text,
.alt-menu .socialmeida-a:hover .fa, .alt-menu header .wpml-translation li a:hover {
	color: var(--color-menu-hover-alt);
}

.alt-menu header li.current-menu-item > a, 
.alt-menu .menu-panel li.current-menu-item > a {
	color: var(--color-menu-current-alt);
}

/* Post & Page Color */
/* Headding */
h1,
h2,
h3,
h4,
h5,
h6,
.title-wrap-tit,
.title-wrap-h1,
.archive-tit a, 
.post-navi-a {
	color: #313139;
	color: var(--color-title, #313139);
}

.post_social:before, 
.post_social:after {
	border-color: #313139;
	border-color: var(--color-title, #313139);
}

/* Content text color*/
body, 
a, 
.entry > h1,
.entry > h2,
.entry > h3,
.entry > h4,
.entry > h5,
.entry > h6, 
.article-tag a[rel="tag"]:hover, 
#content_wrap,
#comments, .entry code, 
h3#reply-title small, 
#comments .nav-tabs li.active h3#reply-title .logged-in-as,
#comments .nav-tabs li a:hover h3 .logged-in-as, 
.stars a:hover .fullwrap-block-inn a,
.woocommerce a.remove {
	color: #414145;
	color: var(--color-content, #414145);
}

.blog-unit-link-li:hover {
	background-color: #414145;
	background-color: var(--color-content, #414145);
}

/* linked text color*/
.entry p a, 
.comment p a, 
.text_block li a, 
.product_meta a,
.comment-list .pingback .comment-body a:not(.comment-edit-link), 
.comment-list .trackback .comment-body a:not(.comment-edit-link),
 .post-categories a,
 .widget_archive li,
 .widget_categories li,
 .widget_nav_menu li,
 .widget_pages li, 
.fourofour-wrap a, 
.pagenums .current,
.page-numbers.current, 
.gallery-info-property-con a, 
.grid-meta-a,
.comment-reply-link:hover,
.comment-edit-link:hover {
	color: var(--color-content-linked, #B8A772);
}

.comment-body::before {
	background-color: var(--color-content-linked, #B8A772);
}

/* linked hover color*/
a:hover, 
a:focus, 
.entry p > a:hover,
.comment p a:hover,
.text_block li a:hover, 
.product_meta a:hover,
.comment-form .logged-in-as a:hover,
.sidebar_widget a:hover, 
.archive-tit a:hover, 
#sidebar a:hover, 
#comments .comment-author a:hover,
#comments .reply a:hover,
.post-meta-social-li a.share:hover,
.comment-text a:hover,
.comment-list .pingback .comment-body a:not(.comment-edit-link):hover, 
.comment-list .trackback .comment-body a:not(.comment-edit-link):hover {
	color: var(--color-content-hover, #414145);
}

.tagcloud a:hover {
	background-color: var(--color-content-hover, #5179FC);
}

.article-meta-unit,
.article-meta-unit:not(.article-meta-unit-cate) > a, 
.comment-meta,
.comment-meta a,
.comment-reply-link,
.title-wrap-des, 
.grid-meta-a:after, 
.post-edit-link,
.comment-edit-link,
.archive-sticky,
.article-tag,
.article-cate-a:hover:after,
.article-tag a[rel="tag"]:hover:after {
	color: #adadad;
	color: var(--color-meta, #adadad);
}

.article-cate-a:after,
.article-tag a[rel="tag"]:after {
	color: var(--color-meta, #adadad)!important;
}

.article-cate-a,
.article-cate-a:after,
.article-tag a[rel="tag"],
.article-tag a[rel="tag"]:after {
	color: var(--color-meta-link, #B8A772);
}

.article-cate-a:hover, 
.archive-meta .article-cate-a:hover,
.article-tag a[rel="tag"]:hover {
	color: var(--color-meta-hover, #414145);
}

.list-layout-inside-caption,
figcaption {
	color: #666;
	color: var(--color-single-portfolio-caption, #666);
}

.post-navi-single-normal .navi-title-tag, 
.post-navi-single-normal .post-navi-unit-tit {
	color: #313139;
	color: var(--color-single-navi, #313139);
}

.comments-title,.comm-reply-title {
	color: var(--color-comment-tit, #313139);
}

.comment p {
	color: var(--color-comment-con, #313139);
}

.comment-author, 
.comment-author .url {
	color: var(--color-comment-author, #313139);
}

.archive-tit a:hover {
	color: var(--color-archive-tit-hover, inherit);
}

::selection {
	background-color: var(--color-selection-bg, #eee);
	color: var(--color-selection, #333);
}

.logo-text, 
.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-text, 
.default-logo-menu-expand.show_popup:not(.navi-show-icon) .logo-text,
.bm-enable-univer.default-logo-univer .logo-text {
	color: #313139;
	color: var(--color-logo, #313139);
}

.alt-logo .logo-text,
.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-text,
.alt-logo-menu-expand.show_popup:not(.navi-show-icon) .logo-text,
.bm-enable-univer.alt-logo-univer .logo-text {
	color: #fff;
	color: var(--color-alt-logo, #fff);
}

button,
input[type="submit"], 
.moudle .ux-btn.tw-style-a,
.archive-more-a {
	color: var(--color-button-text, #313139);
}

button,
input[type="submit"]:hover, 
.moudle .ux-btn.tw-style-a:hover,
.archive-more-a:hover {
	color: var(--color-button-text-hover, #313139);
}

button,
input[type="submit"]:hover, 
.moudle .ux-btn.tw-style-a:hover,
.archive-more-a:hover:after {
	background-color: var(--color-button-bg-hover, transparent);
}

textarea, 
input,
.select2-container--default .select2-selection--single,
input::placeholder,
textarea::placeholder {
	color: #adadad;
	border-color: #adadad;
	color: var(--color-input-text, #adadad);
	border-color: var(--color-input-text, #adadad);
}

.moudle input:focus, 
.moudle textarea:focus, 
input:focus:invalid:focus, 
textarea:focus:invalid:focus, 
select:focus:invalid:focus, 
textarea:focus, 
input:focus, 
.comment-reply-title:hover,
input:focus::placeholder,
textarea:focus::placeholder {
	color: #313139;
	border-color: #313139;
	color: var(--color-input-text-focus, #313139);
	border-color: var(--color-input-text-focus, #313139);
}

.sidebar_widget .widget-container .widget-title,
.sidebar_widget .widget-container .widget-title a {
	color: var(--color-widget-tit, #414145);
}

.widget-container,
.widget-container a {
	color: var(--color-widget, #414145);
}

.widget-container a {
	color: var(--color-widget-link, #414145);
}

.widget-container a:hover {
	color: var(--color-widget-link-hover, inherit);
}

.copyright, 
.copyright a,
.footer-info,
.footer-info a,
#footer .logo-text,
.footer-info .socialmeida-a {
	color: var(--color-footer-text, #414145);
}

.copyright a, 
.footer-info a, 
.footer-info .socialmeida-a {
	color: var(--color-footer-link, inherit);
}

.copyright a:hover, 
.footer-info a:hover, 
.footer-info .socialmeida-a:hover {
	color: var(--color-footer-link-hover, inherit);
}

#footer {
	background-color: var(--color-footer-bg, transparent);
}

.svg-style02-line-rect,
.svg-style01-line, 
.headericon-rect {
	fill: currentColor;
	stroke: none;
}

/**
 *
 * 6. Responsive
 *
*/

/* Smart phone */
@media (max-width: 320px) {
	.responsive-ux .menu-panel-bottom {
		display: none;
	}
}

/* Mobile  */
@media (max-width: 480px) {

	.responsive-ux .search_top_form {
		position: absolute;
		z-index: 9;
		top: 50%;
		margin-top: -20px;
	}

	.responsive-ux .blog-unit-excerpt, 
	.responsive-ux .blog-unit-link, 
	.responsive-ux .blog-unit-img-wrap {
		margin-top: 20px;
	}

	.responsive-ux .owl-controls .owl-nav {
		display: none;
	}

}

@media (max-width: 767px) {
	.responsive-ux .hidden-mobile {
		display: none;
	}

	.pull-right {
		float: none !important;
	}

	.responsive-ux .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	} 

	/* General Space */
	.responsive-ux.header-sticky:not(.page_from_top) #wrap-outer {
		padding-top: 80px;
		padding-top: var(--header-height-mobile, 80px);
	}

	.responsive-ux.show-top-space #content,
	.responsive-ux .footer-info,
	.responsive-ux #sidebar-widget {
		padding-top: 40px;
	}

	.responsive-ux .footer-info,
	.responsive-ux .sticky_column {
		padding-bottom: 40px;
	}

	.responsive-ux.show-bottom-space #wrap,
	body.page.responsive-ux .title-wrap, 
	body.error404.responsive-ux #content_wrap {
		padding-bottom: 60px;
	}

	.responsive-ux .archive-title.title-wrap {
		padding-bottom: 90px;
	}

	.responsive-ux .archive-title.title-wrap {
		margin-top: 50px;
	}

	.responsive-ux .pagenums,
	.responsive-ux .pagenums .pagination, 
	.responsive-ux .social-bar,
	.responsive-ux .blog-unit-meta-bottom,
	.responsive-ux .entry + .blog-unit-meta-bottom,
	.responsive-ux .entry + .comments-area {
		margin-top: 40px;
	}

	.responsive-ux #comments,
	.responsive-ux .blog-unit-img-wrap {
		margin-top: 30px;
	}

	body.page.responsive-ux .title-wrap {
		margin-top: 20px;
	}

	.responsive-ux .comment-list,
	.responsive-ux #content_wrap .entry p:not(:last-child) {
		margin-bottom: 20px;
	}

	body.single.responsive-ux.single-ux-portfolio .entry {
		margin-bottom: 0;
	}

	/* Header */
	.responsive-ux .navi-trigger-out, 
	.responsive-ux.show-menu-item-mobile .navi-header, 
	.responsive-ux .menu #navi_wrap ul:not(.sub-menu),
	.responsive-ux.logo-centered-mobile .navi-header {
		display: block;
	}

	.responsive-ux .navi-header, 
	.responsive-ux.show-menu-item-mobile .navi-trigger-out,
	.responsive-ux.logo-centered-mobile .navi-trigger-out {
		display: none;
	}

	.responsive-ux.navi-show-h.navi-show-h-left .head-meta {
		justify-content: flex-end;
	}

	.responsive-ux.logo-centered-mobile .header-main {
		flex-direction: column;
		justify-content: space-around;
	}

	.responsive-ux.navi-show-h.navi-show-h-left.logo-centered-mobile .head-meta {
		justify-content: center;
	}

	body.responsive-ux #header-main > .container-fluid {
		padding: 0 20px;
	}

	.responsive-ux .container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}

	.responsive-ux #wrap-outer {
		padding-top: 0;
	}

	.responsive-ux #wrap {
		position: relative;
		z-index: 998;
	}

	.responsive-ux.show_mobile_menu #wrap,
	.responsive-ux.show_popup #wrap {
		position: absolute;
	}

	.responsive-ux.show_mobile_menu #wrap,
	.responsive-ux.show_popup #wrap {
		position: absolute;
	}

	.responsive-ux.page_from_top #wrap {
		padding-top: 0;
	}

	.responsive-ux.admin-bar #header {
		top: 46px;
	}

	.responsive-ux .logo-image {
		height: 30px;
		height: var(--logo-height-mobile, 50px);
	}

	.responsive-ux.ux-mobile.ux-hide-menu.navi-show-center .navi-logo {
		text-align: center;
	}

	.responsive-ux .header-main, 
	.responsive-ux .menu-panel-bottom {
		height: 80px;
		height: var(--header-height-mobile, 80px);
	}

	body:not(.page_from_top).responsive-ux .menu-panel {
		margin-top: -80px;
		margin-top: calc(0px - var(--header-height-mobile, 80px));
	}

	.responsive-ux .menu-panel-inn { 
		height: var(--get-win-height, 100vh); 
		min-height: 0;
	}

	.responsive-ux.header-sticky:not(.page_from_top) #wrap-outer, 
	.responsive-ux.header-sticky-back:not(.page_from_top) #wrap-outer, 
	.responsive-ux.header-sticky-none:not(.page_from_top).ux-header-hide-body #wrap-outer,
	.responsive-ux.page_from_top .portfolio-panel {
		padding-top: var(--header-height-mobile, 80px);
	}

	.responsive-ux .menu-panel-bottom .search-top-btn-class,
	.responsive-ux .menu-panel-bottom .socialmeida,
	.responsive-ux .menu-panel-bottom .wpml-translation li {
		line-height: var(--header-height-mobile, 80px);
	}

	.responsive-ux.header-scrolled .header-main {
		height: var(--header-heightscrolled-mobile, 80px);
	}

	.responsive-ux.header-scrolled .logo-image {
		max-height: var(--header-heightscrolled-mobile, 80px);
	}

	.header-sticky:not(.page_from_top).header-scrolled #wrap-outer,
	.header-sticky-back:not(.page_from_top).header-scrolled #wrap-outer {
		padding-top: var(--header-heightscrolled-mobile, 80px);
	}

	.responsive-ux.logo-centered-mobile .navi-logo {
		margin-bottom: var(--marginbottom-logo-bottom, 10px);
	}

	body:not(.navi-justified):not(.navi-corner).responsive-ux .navi-header>div>ul>li {
		margin-left: var(--marginleft-menuitem-m, 10px);
	}

	.responsive-ux .menu-panel #navi li {
		margin-top: var(--margintop-menuitem-m, 10px);
	}

	.responsive-ux.menu-hover-aroundline1 li > a::after,
	.responsive-ux.menu-hover-aroundline1 li > a::before {
		right: -.7em;
	}

	.responsive-ux .socialmeida-a .fa,
	.responsive-ux .menu-panel .socialmeida-a .socialmeida-text {
		font-size: 20px;
		font-size: var(--size-socialmeida-m, 20px);
	}

	.responsive-ux .socialmeida-li {
		margin-left: 10px;
		margin-left: var(--spacing-socialmeida-m, 10px);
	}

	.responsive-ux .socialmeida {
		margin-left: -10px;
		margin-left: calc(0px - var(--spacing-socialmeida-m, 10px));
	}

	.responsive-ux .post-meta-social-li .fa {
		font-size: 20px;
		font-size: var(--size-socialshare-m, 20px);
	}

	.responsive-ux .post-meta-social-li {
		margin-left: 10px;
		margin-left: var(--spacing-socialshare-m, 10px);
	}

	.responsive-ux .navi-trigger,
	.responsive-ux .navi-trigger-svg {
		height: var(--height-menuicon-m, 16px);
		line-height: var(--height-menuicon-m, 16px);
	}

	.responsive-ux .portfolio-icon, 
	.responsive-ux .header-icon-svg {
		height: var(--height-headericon-m, 16px);
		line-height: var(--height-headericon-m, 16px);
	}

	.responsive-ux .ux-bag-svg, 
	.responsive-ux .ux-woocomerce-cart-a {
		height: var(--height-carticon-m, 16px);
		line-height: var(--height-carticon-m, 16px);
	}

	.responsive-ux .navi-trigger-out {
		margin-left: var(--marginleft-menuicon-m, 10px);
	}

	.responsive-ux .header-portfolio-icon {
		margin-left: var(--marginleft-headericon-m, 10px);
	}

	.responsive-ux .header-bar-social {
		margin-left: var(--marginleft-sociallinks-m, 10px);
	}

	.responsive-ux .ux-woo-cart-wrap {
		margin-left: var(--marginleft-carticon-m, 10px);
	}

	/* Menu Panel */
	.responsive-ux .menu-panel-inn,
	.back-top-wrap,
	.back-top-svg {
		width: 100%;
	}

	.responsive-ux .menu-panel-bottom .wpml-translation li {
		line-height: 40px;
	}

	.responsive-ux.navi-hide-pop2 ul.menu>li {
		display: block;
		margin-left: 0;
	}

	.default-logo-menu-expand.show_mobile_menu #header .navi-trigger svg * {
		color: var(--color-menu, #313139)!important;
		fill: currentColor!important;
	}

	.alt-logo-menu-expand.show_mobile_menu #header .navi-trigger svg * {
		color: var(--color-alt-menu, #fff)!important;
		fill: currentColor!important;
	}

	/* Foot */ 
	.responsive-ux #footer {
		left: 0!important;
	}

	.responsive-ux .footer-info {
		padding-top: var(--padding-topbottom-footer,0px);
		padding-bottom: var(--padding-topbottom-footer,0px);
	}

	.responsive-ux .logo-footer-img {
		max-width: none;
		max-height: none;
		height: var(--footerlogo-height-mobile, 60px);
	}

	.responsive-ux .page-loading .site-loading-logo img {
		height: var(--loaderlogo-height-mobile, 60px);
	}

	.responsive-ux .foot-one-col-mobile .footer-info > .container,
	.responsive-ux .foot-one-col-mobile .footer-info > .container-fluid {
		display: block;
	}

	.responsive-ux .footer-cols-layout-mobile .footer-info > .container,
	.responsive-ux .footer-cols-layout-mobile .footer-info > .container-fluid {
		display: flex;
		align-items: center;
	}

	.responsive-ux .footer-cols-layout-mobile .footer-info.footer-horizon-center-mobile > .container,
	.responsive-ux .footer-cols-layout-mobile .footer-info.footer-horizon-center-mobile > .container-fluid {
		justify-content: center;
	}

	.responsive-ux .footer-cols-layout-mobile .footer-info.footer-horizon-right-mobile > .container,
	.responsive-ux .footer-cols-layout-mobile .footer-info.footer-horizon-right-mobile > .container-fluid {
		justify-content: flex-end;
	}

	.responsive-ux .footer-cols-layout-mobile .footer-info.footer-horizon-equal-mobile > .container,
	.responsive-ux .footer-cols-layout-mobile .footer-info.footer-horizon-equal-mobile > .container-fluid {
		justify-content: space-between;
	}

	.responsive-ux .foot-one-col-mobile .footer-info.footer-vertical-left-mobile {
		text-align: left;
	}

	.responsive-ux .foot-one-col-mobile .footer-info.footer-vertical-center-mobile {
		text-align: center;
	}

	.responsive-ux .foot-one-col-mobile .footer-info.footer-vertical-right-mobile {
		text-align: right;
	}

	.responsive-ux .footer-cols-item-mobile {
		margin-left: 10px;
		margin-left: var(--marginleft-footer-item, 10px);
	}

	html:not([dir="rtl"]) .responsive-ux .footer-cols-item-mobile:first-child,
	html:not([dir="rtl"]) .responsive-ux .foot-one-col-mobile.footer-cols-item {
		margin-left: 0;
	}

	.responsive-ux .footer-one-col-item-mobile {
		margin-top: 10px;
		margin-top: var(--margintop-footer-item, 10px);
	}

	.responsive-ux .footer-one-col-item-mobile:first-child,
	.responsive-ux .footer-cols-item-mobile.footer-one-col-item {
		margin-top: 0;
	}

	.responsive-ux .footer-menu > ul > li:not(:first-child) {
		margin-left: var(--spacing-h-footer-menuitem, 0px);
	}

  /* Content */
	.responsive-ux h1.title-wrap-tit {
		margin-right: auto;
		width: 100%;
		margin-bottom: 5px;
	}

	.responsive-ux .article-inn.span9 .container-fluid {
		width: 100%;
	}

	.responsive-ux .blog-unit-link-li {
		padding: 0 15px;
		min-height: 40px;
	}

	.responsive-ux .grid-iframe > iframe {
		height: 50vw;
	}

	/* Comment */

	.responsive-ux .comment-meta,
	.responsive-ux h3.comment-reply-title, 
	.responsive-ux .comments-title {
		line-height: 1.5;
	}

  	/* Other */
	.responsive-ux .owl-nav {
		display: none;
	}

	.responsive-ux .portfolio-panel-wrap {
		width: 100%;
	}

	.post-navi-single > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	/* password form */
	.ux-password-form { 
		min-height: calc(100vh - var(--header-height-mobile, 80px) - var(--header-footer, 80px));
	}

	.page_from_top .ux-password-form {
		min-height: calc(100vh - var(--header-footer, 80px));
		padding-top: 40px;
	}

	/* Font settings */

	/* main(content) font */
	.responsive-ux #wrap-outer, 
	.responsive-ux .text_block p,
	.text_block span {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_content, 16px)!important;
	}

	.responsive-ux legend, 
	.responsive-ux label, 
	.responsive-ux button, 
	.responsive-ux select, 
	.responsive-ux textarea,
	.responsive-ux input, 
	.responsive-ux button, 
	.responsive-ux .ux-btn {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_content, 16px);
	}

	/* Logo on header*/
	.responsive-ux.ux-mobile #header .logo-text {
		font-size: var(--fontsize_ux_cb_module_fonts_plain_text_header_logo, 24px);
	}

	/* Logo footer*/
	.responsive-ux #logo-footer .logo-text {
		font-size: var(--fontsize_ux_cb_module_fonts_plain_text_footer_logo, 24px);
	}

	/* Menu header*/
	.responsive-ux .navi-header a,
	.responsive-ux .header-bar-social .socialmeida-a, 
	.responsive-ux li > a {
		font-size: var(--fontsize_ux_cb_module_fonts_menu_header, 16px);
	}
	.responsive-ux .navi-header .sub-menu a { 
	    font-size: var(--fontsize_ux_cb_module_fonts_submenu_header, 16px);
	}

	/*Menu on panel*/
	.responsive-ux #navi a {
		font-size: var(--fontsize_ux_cb_module_fonts_menu_expanded, 16px);
	}
	.responsive-ux #navi .sub-menu a {
		font-size: var(--fontsize_ux_cb_module_fonts_submenu_expanded, 16px);
	}

	/* Page&Post title*/
	body.single.responsive-ux .title-wrap-tit,
	.responsive-ux .title-wrap-h1 {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_title, 24px);
	}

	/* h1 - h6*/
	.responsive-ux h1 {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_heading_1, 32px);
	}

	.responsive-ux h2 {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_heading_2, 28px);
	}

	.responsive-ux h3 {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_heading_3, 24px);
	}

	.responsive-ux h4 {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_heading_4, 22px);
	}

	.responsive-ux h5 {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_heading_5, 18px);
	}

	.responsive-ux h6 {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_heading_6, 14px);
	}

	/* Meta */
	.responsive-ux .article-meta, 
	.responsive-ux .comment-form .logged-in-as,
	.responsive-ux .comment-meta,
	.responsive-ux .archive-meta,.title-wrap-des, 
	.responsive-ux .entry-summary div[itemprop="description"] p {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_meta, .8em);
	} 

	/*Caption of single portfolio*/
	.responsive-ux .list-layout-inside-caption,
	.responsive-ux figcaption {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_caption, .9em);
	}

	/*Comment title*/
	.responsive-ux .comment-reply-title,
	.responsive-ux .comments-title,
	.responsive-ux .woocommerce-Reviews-title,
	.responsive-ux.woocommerce .tab-pane > h2,
	.woocommerce .related > h2 {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_comments_title, 1.1em);
	}

	/*Comment content*/
	.responsive-ux .comment-list li,
	.commentlist li {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_comments_content, 1em);
	} 

	/*Comment author*/
	.responsive-ux li.comment .fn,
	.responsive-ux .woocommerce-review__author {
		font-size: var(--fontsize_ux_cb_module_fonts_post_page_comments_author, .9em);
	} 

	/* Button*/
	.responsive-ux button, .responsive-ux input[type="submit"] {
		font-size: var(--fontsize_ux_cb_module_fonts_button, 1em);
	}

	/* Form */
	.responsive-ux textarea, 
	.responsive-ux input {
		font-size: var(--fontsize_ux_cb_module_fonts_form, 1em);
	}

	/* Footer */
	.responsive-ux .footer-info {
		font-size: var(--fontsize_ux_cb_module_fonts_footer, 1em);
	} 

	/* Colors */
	.default-logo-menu-mobile .navi-trigger,
	.default-logo-menu-mobile .portfolio-icon, 
	.default-logo-menu-mobile .logo-text {
		color: #313139;
		color: var(--color-menu, #313139);
	}

	.alt-logo-menu-mobile .navi-trigger,
	.alt-logo-menu-mobile .portfolio-icon, 
	.alt-logo-menu-mobile .logo-text {
		color: #fff;
		color: var(--color-alt-menu, #fff);
	}

	.alt-logo-menu-mobile .logo-image-default,
	.default-logo-menu-mobile .logo-image-alt,
	.default-logo-menu-mobile .logo-has-set-mobile .logo-image-default,
	.alt-logo-menu-mobile .logo-has-set-mobile .logo-image-default-mobile,
	.alt-logo-menu-mobile .logo-has-set-mobile .logo-image-default,
	.alt-logo-menu-mobile .logo-has-set-mobile .logo-image-alt,
	.alt-logo .logo-has-set-mobile .logo-image-alt,
	.alt-logo .logo-has-set-mobile .logo-image-default,
	.default-logo .logo-has-set-mobile .logo-image-default,
	.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-has-set-mobile .logo-image-default,
	.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-has-set-mobile .logo-image-alt-mobile,
	.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-has-set-mobile .logo-image-alt,
	.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-has-set-mobile .logo-image-default-mobile,
	.default-logo-menu-expand.show_popup:not(.navi-show-icon) .logo-has-set-mobile .logo-image-default {
		display: none;
	}

	.default-logo-menu-mobile .logo-image-default,
	.alt-logo-menu-mobile .logo-image-alt,
	.default-logo-menu-mobile .logo-has-set-mobile .logo-image-default-mobile,
	.alt-logo-menu-mobile .logo-has-set-mobile .logo-image-alt-mobile,
	.alt-logo .logo-has-set-mobile .logo-image-alt-mobile,
	.default-logo .logo-has-set-mobile .logo-image-default-mobile,
	.default-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-has-set-mobile .logo-image-default-mobile,
	.alt-logo-menu-expand.show_mobile_menu:not(.navi-show-icon) .logo-has-set-mobile .logo-image-alt-mobile,
	.default-logo-menu-expand.show_popup:not(.navi-show-icon) .logo-has-set-mobile .logo-image-default-mobile {
		display: block;
	}

	.alt-logo-univer.bm-enable-univer .logo-has-set-mobile .logo-image-alt-mobile,
	.default-logo-univer.bm-enable-univer .logo-has-set-mobile .logo-image-default-mobile {
		display: block!important;
	}

	.alt-logo-univer.bm-enable-univer .logo-has-set-mobile .logo-image-default,
	.alt-logo-univer.bm-enable-univer .logo-has-set-mobile .logo-image-alt,
	.default-logo-univer.bm-enable-univer .logo-has-set-mobile .logo-image-alt,
	.alt-logo-univer.bm-enable-univer .logo-has-set-mobile .logo-image-default-mobile,
	.default-logo-univer.bm-enable-univer .logo-has-set-mobile .logo-image-alt-mobile {
		display: none!important;
	}

}

@media (max-width: 991px) {

	#header_wrap #header_inn-wrap {
		width: auto;
	}

	.fullwrap-layout-inn {
		margin-right: auto;
		margin-left: auto;
	}

	.container-inn {
		width: 100%;
	}

	.fullwrap-layout .wide-img-wrap .shortcode-img {
		max-width: 100%;
	}

	.container-inn {
		width: 90%;
	}

}

@media (min-width: 768px) {
	.hidden-desktop {
		display: none;
	}

	.container-class.container .bm-wrap.module.col-0:not(.bm-force-full) > .module-inside {
		width: 750px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.container-class.container .bm-wrap.module.col-0:not(.bm-force-full).bm-wrap-no-gap > .module-inside {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content_wrap .entry p {
		margin-bottom: 20px;
		margin-bottom: 1.75rem;
	}

	#content_wrap .entry > p {
		margin-bottom: 30px;
	}

	#content_wrap .entry .wp-block-pullquote p {
		margin-bottom: 10px;
	}

	.page_from_top .menu-panel-inn,
	.page_from_top .portfolio-panel {
		/*padding-top: 140px;*/
	}

	.show-top-space #content {
		padding-top: 80px;
	}

	.show-bottom-space #wrap,
	body.page .title-wrap {
		padding-bottom: 120px;
	}

	.archive-title.title-wrap {
		padding-bottom: 140px;
	}

	.archive-title.title-wrap {
		margin-top: 50px;
	}

	.pagenums,
	.pagenums .pagination,
	.single-ux-portfolio .blog-unit-meta-bottom,
	.entry + .blog-unit-meta-bottom,
	.entry + .comments-area {
		margin-top: 80px;
	}

	.blog-unit-img-wrap {
		margin-top: 60px;
	}

	body.page .title-wrap,
	.single-portfolio-2c-body .title-wrap {
		margin-top: 40px;
	}

	body.single #footer,
	body.single .content_wrap_outer,
	body.archive #footer {
		margin-top: 0;
	}

	.comment-list, 
	.vertical-list {
		margin-bottom: 40px;
	}

	body.single .blog-unit-quote,
	body.single .blog-unit-link,
	.video-post-wrap,
	.blog-unit-soundcloud,
	#post-navi,
	#comments,
	.archive-list,
	.attachment,
	.blog-unit-meta-bottom {
		margin-bottom: 80px;
	}

	/* post content width */
	.fullwrap-layout-inn {
		margin-right: auto;
		margin-left: auto;
	}

	/* Header */
	/* Menn on left */ 
	.navi-show-h.navi-show-h-left .head-meta {
		justify-content: space-between;
		margin-left: 60px;
	}

	/* Show Menu Icon */
	.hide-menu-desktop .navi-header,
	.hide-menu-desktop .header-bar-social,
	.navi-hide-pop2 #navi-wrap .sub-menu {
		display: none;
	}

	.navi-show-center #navi_wrap ul li:hover > .sub-menu {
		display: inline-block!important;
	}

	.navi-hide-pop2 #navi-wrap .menu-item-back,
	body:not(.show_mobile_menu).hide_mobile_menu.navi-hide.navi-show-h.navi-show-icon .menu-panel {
		display: none!important;
	}

	.navi-hide-pop2 #navi-wrap>ul> li,
	.navi-show-center #navi_wrap>ul>li {
		position: relative;
	}

	.navi-show-center #navi_wrap .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		margin: 0 0 0 -20px;
		width: 200px;
		text-align: left;
	}

	.navi-show-center #navi_wrap .sub-menu .sub-menu {
		margin-left: 0;
		left: 100%;
		top: 0;
	}

	.navi-show-center .header-main {
		text-align: center;
		line-height: inherit;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.show_mobile_menu.navi-show-icon #wrap,
	body.navi-show-icon:not(.show_mobile_menu):not(.show_popup) #wrap {
		animation: inherit;
	}

	.navi-show-center .navi-logo {
		margin-bottom: 20px;
	}

	/* Show Menu Icon - click show Horizon Menu header */
	.navi-show-icon .navi-header,
	.navi-show-icon .header-bar-social {
		opacity: 0;
		pointer-events: none;
	}

	.navi-show-icon.show_mobile_menu .navi-header,
	.navi-show-icon.show_mobile_menu .header-bar-social {
		opacity: 1;
		pointer-events: auto;
	} 

	/* Menu Justified */
	.navi-justified #header {
		visibility: hidden;
	}

	.navi-justified #header.ux-justified-menu-shown {
		visibility: visible;
	}

	.navi-justified .header-main {
		display: flex;
	}

	.navi-justified .navi-header {
		display: block;
	}

	.navi-justified .head-meta,
	.navi-justified .navi-header {
		width: 100%;
	}

	.navi-justified .navi-header ul.menu,
	.navi-justified .navi-header .menu > ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.navi-justified .navi-header ul.menu:after,
	.navi-justified .navi-header ul.menu:before {
		display: none;
	}

	/* Menu on corner */
	.navi-corner #header,
	.navi-corner .page-loading ~ #wrap-outer {
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
	}

	.navi-corner #header .menu li {
		display: none;
	}

	.navi-corner #header .menu > li:nth-child(1),
	.navi-corner #header .menu > li:nth-child(2),
	.navi-corner #header .menu > li:nth-child(3) {
		display: block; 
		bottom: 0;
		right: 0;
	}

	.navi-corner #header .menu > li:nth-child(1) {
		top: 0;
		bottom: auto;
	}

	.navi-corner #header .menu > li:nth-child(2) { 
		right: auto; 
		left: 0;
	}

	.navi-corner .navi-header > div > ul > li,
	.navi-corner .navi-logo {
		position: fixed;
		margin-left: 0;
		padding: 60px;
	}

	.navi-corner .navi-logo { 
		left: 0;
		top: 0;
	}

	.navi-corner .header-bar-social,
	.navi-corner .ux-woo-cart-wrap {
		position: fixed;
	    top: 0;
	    left: 50%;
	    padding-top: 60px;
	    transform: translateX(-50%);
	}

	.navi-corner .ux-woo-cart-wrap {
		padding-top: 0;
		padding-bottom: 60px;
		top: auto;
		bottom: 0;
	}

	.navi-corner .header-bar-social .socialmeida-li:first-child,
	.navi-corner .ux-woo-cart-wrap {
		 margin-left: 0;
	}

	/* Hide the default menu if not defined menu */
	.navi-justified .menu ul:not(.sub-menu),
	.navi-justified .header-bar-social {
		display: none;
	} 

	/* Archive */
	.archive-search-form,
	.bm-width-50 {
		width: 50%;
	}

	.bm-width-60 {
		width: 60%;
	}

	.bm-width-70 {
		width: 70%;
	}

	.bm-width-80 {
		width: 80%;
	}

	.bm-width-90 {
		width: 90%;
	}

	/* Grid */
	.container-class.container-fluid .bm-builder .col-0.bm-wrap:not(.bm-force-full) {
		padding-left: 60px;
		padding-right: 60px;
	}

	body.error404 #content_wrap {
		display: flex;
	    flex-direction: column;
	    min-height: calc(100vh - 300px);
	    justify-content: center; 
	}
}

@media (min-width: 992px) {

	body.single .fullwrap-layout-inn .container-fluid {
		width: 100%;
	}

	body.single:not(.single-ux-portfolio) .fullwrap-layout article.container {
		width: 800px;
	}

	.container-class.container .bm-wrap.module.col-0:not(.bm-force-full) > .module-inside {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	body.page .title-wrap-con {
		padding: 0 25%;
	}

	.container-class.container .bm-wrap.module.col-0:not(.bm-force-full) > .module-inside {
		width: 1170px;
	}
}

@media screen and (max-width: 782px) {
 
	.responsive-ux.admin-bar #header,
	.responsive-ux.admin-bar.header-sticky.header-sticky-totall #header {
		top: 0;
	}

	.responsive-ux.admin-bar.header-sticky #header {
		top: 46px;
	}

	.responsive-ux.admin-bar .menu-panel-inn {
		min-height: calc(100vh - 46px);
	}
}