﻿/*
Theme Name: Skylar
Theme URI: https://skylartheme.net
Description: Fastest & Highly Customizable Responsive Multi-Purpose Theme
Version: 1.0.58
Author: Tom Andrzejczak
License: Themeforest Split Licence
License URI: -
Text Domain: skylar
*/

/**
* 1.0 Page design & backgrounds 
*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	overflow-y: hidden;
}

body::after {
	content: "";
	height: 100%;
	top: 0;
	width: 100%;
	left: 0;
	z-index: -150;
}

html {
	margin: 0;
	padding: 0;
}

.background-coverage {
	top: 0;
	left: 0;
	filter: alpha(opacity=100);
	height: 100%;
	width: 100%;
	opacity: 1;
	position: fixed;
	will-change: transform;
	z-index: -5;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.background-show {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.no-transition {
	-webkit-transition: none;
	transition: none;
}

#bgvid {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
}

#bgvid.fixed-video {
	position: fixed;
}

body.ud-no-fixed-bg,
body.ud-video-background {
	position: static;
}

.page-content {
	margin-left: auto;
	margin-right: auto;
}

.page-container {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-ms-box-sizing: border-box; /* IE8 */
	-webkit-box-sizing: border-box; /* Safari */
	-khtml-box-sizing: border-box; /* Konqueror */
}

.inner-container {
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-ms-box-sizing: border-box; /* IE8 */
	-webkit-box-sizing: border-box; /* Safari */
	-khtml-box-sizing: border-box; /* Konqueror */
}

.page-body {
	background: #fff;
	position: relative;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-ms-box-sizing: border-box; /* IE8 */
	-webkit-box-sizing: border-box; /* Safari */
	-khtml-box-sizing: border-box; /* Konqueror */
}

.content {
	width: 77%;
	box-sizing: border-box;
}

.content-left {
	float: right;
}

.content-right {
	float: left;
}

.content-bottom,
.content-full {
	float: initial;
	width: 100%;
}

.page-heading {
	position: relative;
	box-sizing: border-box;
	border-color: transparent;
	z-index: 0;
}

.page-heading-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: -6;
}

.page-heading-desc {
	line-height: 140%;
	font-weight: 600;
	width: 50%;
	text-align: inherit;
	margin-top: 15px;
}

.page-heading:not(.page-heading-with-cover) .inner-container {
	position: relative;
	z-index: 0;
}

.page-heading-txt {
	z-index: -5;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.page-heading .page-heading-txt .page-title .sub-title {
	font-size: 1em;
}

.single-post .page-heading {
	text-align: center;
}

.page-nav {
	font-family: "Times New Roman";
	position: absolute;
	top: 0;
	font-size: 35px;
	font-weight: 800;
	z-index: 5;
	line-height: normal;
}

.page-nav:hover {
	background: #e0e0e0;
}

.page-nav-left {
	left: 0;
	text-align: left;
}

.page-nav-right {
	right: 0;
}

.page-nav.page-nav-right a,
.page-nav.page-nav-left a {
	padding: 8px 0 8px 0;
	min-width: 57px;
	box-sizing: border-box;
	text-align: -moz-center;
	text-decoration: none;
}

.page-nav.page-nav-right a {
	text-align: right;
	-moz-text-align-last: center;
}

.page-nav a {
	color: #c0c0c0;
	display: inline-block;
}

.page-title {
	text-align: inherit;
	display: block;
	line-height: 100%;
	word-wrap: break-word;
}

.page-title .vcard {
	font-weight: 100;
}

ol.breadcrumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

ol.breadcrumbs li {
	display: inline-block;
}

ol.breadcrumbs li:not(:last-child)::after {
	content: "/";
	padding: 0 6px;
}

.social-links-in-text a,
.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #c0c0c0;
}

.page-breadcrumbs {
	font-family: inherit;
	line-height: 100%;
	text-align: inherit;
	font-weight: 400;
	margin-top: 15px;
}

/**
* 1.1 Footer
*/

.page-column.sidebar-bottom,
footer {
	box-sizing: border-box;
	background: transparent;
	padding: 0;
	float: initial;
	max-width: none;
	width: auto;
	margin-bottom: 0;
}

.underbar {
	position: relative;
	color: #fff;
	right: 0;
	left: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	box-sizing: border-box;
}

.underbar .inner-container {
	font-size: 0.8em;
}

.underbar a {
	color: inherit;
}

#left-underbar {
	line-height: 3em;
	float: left;
}

#left-underbar span > a {
	color: inherit;
}

#right-underbar {
	float: right;
}

.footer-col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
}

.footer-col .widget {
	background: transparent;
	padding: 0;
}

#logo-footer {
	margin-bottom: 20px;
	display: block;
}

#logo-footer img {
	max-width: 100%;
}

.social-button {
	padding: 10px;
	line-height: 100%;
	display: inline-block;
	min-width: 16px;
	height: 16px;
	font-size: 18px !important;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.social-button i {
	vertical-align: 3px;
}

/**
* 1.2 Header
*/

#logo-lower,
#logo {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

#logo img {
	max-width: 500px;
	max-height: 500px;
}

.logo-right {
	float: right;
}

#logo-lower a,
#logo a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0);
}

span#logo img {
	line-height: 100%;
}

#main-header nav {
	right: 0;
	position: absolute;
	height: 100%;
	box-sizing: border-box;
	display: inline-block;
	text-align: right;
	font-size: 0;
}

.mobile-menu .menu {
	display: none;
}

.theme-header {
	position: relative;
	box-sizing: border-box;
	z-index: 100;
}

.whole-header.element-overlay,
.theme-header.element-overlay {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1000;
}

.theme-header.header-bottom {
	bottom: 0;
	visibility: visible;
}

.theme-header.header-bottom .desktop > ul > li > ul {
	bottom: 100%;
	top: auto;
}

.theme-header.header-bottom .desktop {
	position: relative;
}

.before-anim::after {
	display: block;
	height: 90px;
	background: transparent;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -1px;
	z-index: 3;
}

.header-bottom .before-anim::after {
	bottom: 100%;
	top: auto;
}

.header-bottom .desktop > ul > li:not(.has-mega-menu) > ul > li > ul > li > ul,
.header-bottom .desktop > ul > li:not(.has-mega-menu) > ul > li > ul {
	top: auto !important;
}

.header-bottom
	.desktop
	> ul
	> li:not(.has-mega-menu)
	> ul
	> li:last-of-type
	> ul
	> li
	> ul,
.header-bottom
	.desktop
	> ul
	> li:not(.has-mega-menu)
	> ul
	> li
	> ul
	> li:last-of-type
	> ul,
.header-bottom
	.desktop
	> ul
	> li:not(.has-mega-menu)
	> ul
	> li:last-of-type
	> ul {
	bottom: 0;
}

.theme-header > div {
	position: relative;
}

.menu li a {
	z-index: 50;
	position: relative;
	text-decoration: none;
}

.desktop .dropdown-right > ul:not(.mega-menu) {
	right: 0;
	text-align: right;
	left: auto;
}

.desktop .dropdown-right > .mega-menu {
	left: auto !important;
}

.desktop .dropdown-left > .mega-menu {
	right: auto !important;
}

.desktop li.dropdown-right > ul:not(.mega-menu) > li {
	position: relative;
	clear: both;
}

.desktop .dropdown-right:not(.has-mega-menu) li > .sub-menu {
	right: 100%;
	top: 0;
	padding: 0;
}

li.dropdown-right > a,
li.dropdown-right,
.theme-header
	.dropdown-menu.menu-to-logo:not(.menu-right)
	> .desktop
	> ul
	> li:not(.has-mega-menu),
li.dropdown-left {
	position: relative;
}

.theme-header.header2 li.dropdown-right > ul.mega-menu {
	left: auto;
}

.desktop > ul > li > ul.mega-menu > li.menu-item > ul {
	float: left;
	clear: both;
}

.header4 .desktop > ul > li:not(.has-mega-menu) {
	position: relative;
}

.header8.header-fixed:not(.lower-header-fixed) .lower-header,
.header5.header-fixed:not(.lower-header-fixed) .lower-header,
.header8.header-fixed.lower-header-fixed > .inner-container,
.header5.header-fixed.lower-header-fixed > .inner-container,
.header8 .lower-header #logo-lower,
.header5 .lower-header #logo-lower {
	display: none;
}

.header8.header-fixed.lower-header-fixed,
.header5.header-fixed.lower-header-fixed {
	padding: 0;
}

.header8.header-fixed.lower-header-fixed .lower-header,
.header5.header-fixed.lower-header-fixed .lower-header {
	margin: 0;
}

.header8.header-fixed.lower-header-fixed #logo-lower,
.header5.header-fixed.lower-header-fixed #logo-lower {
	display: inline-block;
	vertical-align: middle;
}

.header4.header-fixed .lower-header {
	padding-bottom: 0 !important;
}

.header8 .inner-container .menu-left {
	position: absolute;
	width: 100%;
}

.header8 .lower-header .menu-right {
	top: 0;
	left: 0;
}

.header8 .empty-left-nav #ud-nav-lower-right {
	position: relative;
}

.theme-header.header7 > div,
.theme-header.header8 > div {
	text-align: center;
}

.lower-header .inner-container {
	position: relative;
}

.menu-right {
	width: 100%;
}

.menu-right:nth-of-type(1) {
	left: 0;
}

#main-header .menu-left {
	text-align: left;
	left: 0;
	position: absolute;
	vertical-align: middle;
}

#main-header .menu-center.no-folded-items .no-menu-spacing,
#main-header .menu-left.no-folded-items .no-menu-spacing {
	margin: 0;
}

#main-header .menu-center {
	text-align: center;
	width: 100%;
}

#main-header .menu-rel {
	position: static;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#main-header .menu-to-logo {
	width: 50%;
}

.vertical-aligner {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
	margin: 0;
}

.desktop {
	vertical-align: middle;
}

.nav-icons {
	display: inline-block;
	color: inherit;
	line-height: 1.4em;
	width: 1.4em;
	height: 1.4em;
	text-decoration: none;
}

.nav-icons i {
	vertical-align: 0;
}

.desktop {
	display: inline-block;
	vertical-align: middle;
}

.topbar-menu {
	display: inline-block;
	vertical-align: top;
}

.sub-menu.search-menu label,
.search-no-results .search-submit,
.sub-menu.search-menu .search-submit {
	display: none;
}

.sub-menu.search-menu input[type="search"],
.sub-menu.search-menu input[type="text"] {
	min-width: 25em;
	outline: 0;
}

.sub-menu.search-menu {
	width: auto !important;
}

.sub-menu.search-menu li {
	padding: 1em;
}

.sub-menu.search-menu .widget {
	padding: 0;
}

.search-no-results .page-body .search-form .search-field {
	width: 100%;
	box-sizing: border-box;
}

.content .search-form {
	padding: 1.5em 2em;
	margin-top: 1.15em;
}

.sub-menu.cart-menu {
	width: 300px !important;
}

.sub-menu .widget .product_list_widget li {
	background: rgba(255, 255, 255, 0.1);
}

.sub-menu .widget .product_list_widget li:hover {
	background: transparent;
}

.sub-menu .widget {
	color: #fff;
	border-color: #fff;
	text-align: left !important;
}

.sub-menu .widget .product_list_widget {
	max-height: 403px;
	overflow: auto;
}

.sub-menu .widget .product_list_widget li a.remove:not(:hover),
.sub-menu .widget .product_list_widget li a:not(.remove) {
	color: inherit !important;
}

.sub-menu .widget a.button:not(:hover) {
	color: inherit !important;
	border-color: inherit !important;
}

.sub-menu .widget_shopping_cart .buttons {
	margin-bottom: 0 !important;
}

.admin-bar .theme-header.header-fixed:not(.header-bottom) {
	top: 32px;
}

.topbar-menu .menu,
.desktop > ul {
	margin: 0;
	padding: 0;
}

/* Button styles */

.btn-style1,
.btn-style2 {
	font-family: inherit;
	font-size: inherit;
}

.btn-style1 > a {
	color: inherit;
}

.btn-style2 > a {
	border: 1px solid transparent;
}

.btn-style2 > a {
	color: inherit;
}

.btn-style3 > a {
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.btn-style3 > a::after {
	height: 3px;
	width: 100%;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 100%;
	background: transparent;
	-webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.btn-style3 > a:hover::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.btn-style4 > a {
	text-decoration: none;
	position: relative;
}

.btn-style4 > a::after {
	height: 0;
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.btn-style4 > a:hover::after {
	height: 6px;
}

.btn-style5 > a {
	border: 2px solid transparent;
}

.btn-style5 > a {
	color: inherit;
}

.btn-style6 > a {
	border-top: 2px solid transparent;
	margin-top: -1px;
}

.btn-style6 > a i {
	line-height: 50%;
}

.btn-style7 > a {
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	position: relative;
	background: transparent !important;
}

.btn-style7 > a:hover {
	background: transparent !important;
}

.btn-style7 > a::after {
	/*foreground*/
	content: "";
	display: block;
	top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.btn-style7 > a::before {
	/*background*/
	content: "";
	display: block;
	top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
}

.btn-style7 > a:hover::after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.btn-style8 > a::after {
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.btn-style8 > a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-style9 > a::after {
	content: "";
	display: inline-block;
	height: 5px;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.btn-style9 > a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-style10 > a {
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.btn-style10 > a::after {
	height: 4px;
	width: 100%;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 100%;
	-webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.btn-style10 > a:hover::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.btn-style11 > a:hover {
	background: transparent !important;
}

nav[data-btn-style="btn-style11"],
nav[data-btn-style="btn-style12"] {
	position: relative;
}

nav[data-btn-style="btn-style11"] .interitem-flier {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: 50%;
	left: 0;
	width: 0;
}

nav[data-btn-style="btn-style12"] .interitem-flier {
	content: "";
	display: inline-block;
	border-bottom-width: 2px !important;
	border-bottom-style: solid;
	position: absolute;
	bottom: 50%;
	left: 0;
	z-index: 1;
	width: 0;
}

nav[data-btn-style="btn-style12"] :nth-child(2).interitem-flier {
	display: none;
}

.topbar-menu .menu > li,
.icon-btn-mobile,
.desktop > ul > li {
	display: inline-block;
	vertical-align: middle;
}

.theme-header:not(.header7) .desktop > ul > li:last-child,
.header7 nav:nth-of-type(2) .menu-item:last-child {
	margin-right: 0;
}

.theme-header:not(.header7) .menu-right .desktop > ul > li:first-child {
	margin-left: 0;
}

.theme-header.header-fixed {
	left: 0;
	right: 0;
	z-index: 1000;
	position: fixed;
	margin: 0;
	will-change: transform;
}

.theme-header.header-fixed:not(.header-bottom) {
	top: 0;
}

.logo-full-width {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.icon-btn:hover,
.icon-btn-mobile:hover,
.mobile-menu-item-selected {
	cursor: pointer;
}

.menu > li > a {
	display: inline-block;
	line-height: 100%;
	text-decoration: none;
}

/* Icons in menu */

.desktop > ul > li.icon-only {
	vertical-align: top;
	text-align: center;
}

.desktop > ul > li.icon-only > a > i.fa {
	margin-right: 0;
}

.desktop > ul > .mobile-menu-item-selected > a {
	color: #000 !important;
}

.desktop > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 55;
	text-align: left;
	cursor: initial;
}

.desktop > ul > li > ul li {
	line-height: initial;
}

#topbar ul > li:last-child a,
.menu > li:last-child a {
	margin-right: 0 !important;
	margin-left: 0;
}

.desktop > ul > li:not(.has-mega-menu) > ul > li .sub-menu {
	display: none;
	padding: 0;
	position: absolute;
	z-index: 5;
}

li.dropdown-left > ul:not(.mega-menu) > li > ul {
	margin-left: 0;
}

.desktop > ul > li > ul > li .sub-menu > li,
.desktop > ul > li > ul > li {
	margin: 0;
	position: relative;
	display: block;
}

.desktop > ul > li > ul li.menu-item > a {
	z-index: 2;
	display: inline-block;
}

.menu-blur-irrelevant
	.menu
	> .dropdown-left.menu-item
	.menu-item:first-child
	> .sub-menu {
	top: 0;
	left: 100%;
}

#main-header .desktop .menu-items-folding-arrow > a {
	padding: 0;
}

.desktop .menu-items-folding-arrow {
	display: none;
}

.menu-items-folding-arrow > a > i {
	font-size: 1.5em;
	vertical-align: 0.6em;
}

.desktop .menu-items-folding-arrow > a:hover,
.desktop .menu-items-folding-arrow > a {
	background: transparent !important;
}

.huge-icon-txt-subtitle .txt-wrapper {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	margin-left: 0.4em;
	text-align: left;
}

.huge-icon-txt-subtitle span {
	display: block;
	font-size: 0.9em;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-weight: 400;
}

.folded-menu-item .huge-icon-txt-subtitle {
	padding: 5px 0;
}

.menu > .menu-item-with-separator-before > a,
.menu > .menu-item-with-separator-after > a {
	position: relative;
}

.menu > .menu-item-with-separator-before > a::before,
.menu > .menu-item-with-separator-after > a::after {
	content: "";
	width: 0;
	height: 70%;
	position: absolute;
	border: 0;
	border-color: inherit;
	border-right-width: 1px;
	border-style: solid;
	margin: auto 0;
	bottom: 0;
	top: 0;
}

.menu > .menu-item-with-separator-after > a::after {
	right: -7px;
	left: auto;
}
.menu > .menu-item-with-separator-before > a::before {
	left: -7px;
	right: auto;
}

/* Mega menus */

.desktop > ul > li > ul.mega-menu {
	min-width: 800px;
	z-index: 10000;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

#main-header:not(.header7) ul.mega-menu {
	max-width: 100%;
}

.desktop > ul > li > ul.mega-menu > li > ul > li,
.desktop > ul > li > ul.mega-menu > li {
	display: inline-block;
	margin: 0;
	z-index: 1000;
	box-sizing: border-box;
	vertical-align: top;
	font-weight: 600;
}

.desktop > ul > li > ul.mega-menu li.menu-item > a {
	white-space: initial;
	margin-top: 0;
	vertical-align: top;
}

.desktop > ul > li > ul.mega-menu > li > ul {
	display: inline-block !important;
	padding: 0;
	z-index: 10000;
	position: relative;
}

.desktop > ul > li > ul.mega-menu > li > ul > li {
	font-weight: 400;
	width: 100% !important;
}

.dropdown-menu.menu-to-logo > .desktop > ul > li > ul.mega-menu {
	width: 200%;
	box-sizing: border-box;
	right: auto;
}

.dropdown-menu.menu-to-logo:not(.menu-right)
	> .desktop
	> ul
	> li
	> ul.mega-menu {
	right: 0;
	left: auto;
}

.header3 li.dropdown-right > ul.mega-menu {
	left: auto;
	right: 0;
}

li.dropdown-left > ul.mega-menu {
	right: auto;
}

li.dropdown-left > ul:not(.mega-menu) {
	left: 0;
}

.menu-rel li.dropdown-left > ul.mega-menu {
	right: 0;
}

.desktop li:not(.icon-only) i:first-child {
	margin-right: 0.4em;
}

.widgetized-mega-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widgetized-mega-menu .widget {
	background: transparent;
	padding: 0;
	margin-bottom: 7px;
}

.desktop .folded-menu-item .widgetized-item {
	display: none;
}

.desktop li .huge-icon-txt-subtitle i {
	font-size: 2.5em;
	vertical-align: middle;
	margin-right: 6px;
}

/* Mobile menu styling */

.mobile-menu ul {
	list-style-type: none;
}

.mobile-menu ul {
	padding: 0;
	border-top: 1px solid transparent;
	margin: 0;
}

.mobile-menu .menu li {
	margin: 0;
	border-bottom: 1px solid;
	position: relative;
}

.mobile-menu ul li:last-child {
	border: 0;
}

.mobile-menu li:not(.menu-item-has-children) .rolldown-btn {
	display: none;
}

.mobile-menu li.menu-item-has-children .rolldown-btn {
	position: absolute;
	right: 0;
	padding: 8px;
	cursor: pointer;
	font-size: 20px;
}

.mobile-menu .menu a {
	padding: 11px;
	display: inline-block;
}

.mobile-menu ul.menu > li > ul > li > a {
	margin-left: 30px;
}

.mobile-menu ul.menu > li > ul > li > ul > li > a {
	margin-left: 60px;
}

.mobile-menu ul.menu > li > ul > li > ul > li > ul > li > a {
	margin-left: 90px;
}

.mobile-menu ul.menu a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

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

input.mobile-search-field {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	top: 0;
	font-size: 20px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 7px;
	font-family: inherit;
	display: none;
}

.icon-btns-container {
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
}

.icon-btn-mobile,
.icon-btn {
	padding: 0 !important;
	margin-right: 7px;
	font-size: 23px;
	text-align: center;
}

.icon-btn-mobile:last-child {
	margin-right: 0 !important;
}

.mobile-menu-button {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
}

/* Topbar */

#topbar {
	overflow: hidden;
}

.topbar-left {
	position: absolute;
	left: 0;
}

.topbar-right {
	position: absolute;
	right: 0;
}

#topbar .inner-container {
	text-align: center;
	position: relative;
}

#topbar .menu-item:not(.icon-only) i {
	margin-right: 0.55em;
}

/**
* 1.3 Shortcodes
*/

.pricing-table-service {
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pricing-table-service td {
	padding: 15px;
	border: 1px solid;
	width: 250px;
	font-weight: 300;
	border-color: inherit;
}

.rrt-col-featured td:first-child {
	text-align: left;
	width: 260px;
	font-weight: 400;
	font-family: inherit;
}

.rrt-col-featured.rrt-row-featured tr:first-child td:first-child {
	text-align: center;
	font-weight: 400;
	font-family: inherit;
}

.rrt-row-featured tr:first-child td {
	width: 250px;
	font-family: inherit;
}

.pricing-table-service tr:hover {
	/*background: #6cc4b6;*/
	color: #fff;
	cursor: pointer;
	border-color: inherit;
}

.pricing-table-service tr:hover a {
	color: #fff;
}

.pricing-table-service img {
	margin: 0 5px 0 0;
}

.pricing-table-service-badge {
	position: absolute;
	left: 0;
	top: 0;
	padding: 4px;
	font-size: 0.65em;
	display: none;
}

/**
* 1.4 Sidebar
*/

.page-column.left .portfolio-like-sidebar {
	border-right: 5px solid;
}

.page-column.right .portfolio-like-sidebar {
	border-left: 5px solid;
}

.page-column.left .portfolio-like-sidebar,
.page-column.right .portfolio-like-sidebar {
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 150%;
	padding: 20px 20px 30px 20px;
	position: relative;
}

.portfolio-like-sidebar .portfolio-sidebar-title {
	line-height: normal;
	word-wrap: break-word;
}

.page-column.bottom .portfolio-like-sidebar {
	padding: 22px 22px 30px;
}

.page-column.bottom .portfolio-like-sidebar ul {
	float: right;
	margin-right: 25px;
	margin-left: 15px;
}

.portfolio-sidebar-title {
	display: block;
	margin-bottom: 25px;
}

.portfolio-sidebar-title span {
	padding: 1px;
}

.single-portfolio .page-column ul {
	list-style-type: none;
	-webkit-padding-start: 0;
	padding: 0;
	margin-top: 20px;
}

#portfolio-category {
	margin-top: 15px;
}

.sticky-area {
	margin-bottom: 0 !important;
}

.sticked-area {
	position: fixed;
	top: 10px;
	will-change: transform;
}

.page-column {
	margin-bottom: 25px;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-ms-box-sizing: border-box; /* IE8 */
	-webkit-box-sizing: border-box; /* Safari */
	-khtml-box-sizing: border-box; /* Konqueror */
}

.page-column.left {
	float: left;
}

.page-column ul,
.page-column-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.page-column-list li {
	display: block;
	border-bottom: 1px solid #fff;
	font-size: inherit;
	line-height: 35px;
	overflow: hidden;
}

.page-column-list li:first-child {
	margin-top: 15px;
}

.page-column-list li:last-child {
	border-bottom: 0;
}

.page-column-list li img,
.page-column-list li i {
	margin-top: 1px;
	float: left;
	margin-right: 8px;
}

.sidebar-menu-button {
	color: #000;
	background: #f6f6f6;
	display: block;
	margin-right: -2px;
	padding-left: 22px;
	background-image: url("./images/arrow_selected.png");
	background-repeat: no-repeat;
	background-position: right center;
	border: 6px solid #f6f6f6;
}
.sidebar-menu-button:hover {
	background-color: #fff;
	color: #000;
	border: 6px solid #fff;
}

.sidebar-menu-button-selected {
	background: #d6d6d6;
	border-color: #d6d6d6;
	background-image: url("./images/arrow_selected.png");
	background-repeat: no-repeat;
	background-position: right center;
}

/**
* 1.5 Blog
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

article > h1:not([class]),
article > h2:not([class]),
article > h3:not([class]),
article > h4:not([class]),
article > h5:not([class]),
article > h6:not([class]) {
	margin-top: 1.7em;
	margin-bottom: 0.3em;
}

article {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-text table,
article table {
	border-collapse: collapse;
}

.comment-text table tr td,
.comment-text table tr th,
.content table:not(.pricing-table-service) tr td,
.content table:not(.pricing-table-service) tr th {
	border-bottom: 1px solid rgb(222, 222, 222);
	border-right: 1px solid rgb(222, 222, 222);
	padding: 0.5em;
}

.comment-text table tbody > tr:last-of-type th,
.comment-text table tbody > tr:last-of-type td,
.comment-text table > tr:last-of-type th,
.comment-text table > tr:last-of-type td,
.content table:not(.pricing-table-service) tbody > tr:last-of-type th,
.content table:not(.pricing-table-service) tbody > tr:last-of-type td,
.content table:not(.pricing-table-service) > tr:last-of-type th,
.content table:not(.pricing-table-service) > tr:last-of-type td {
	border-bottom: 0;
}

.comment-text table thead th:last-of-type,
.comment-text table tr td:last-of-type,
.content table:not(.pricing-table-service) thead th:last-of-type,
.content
	table:not(.pricing-table-service)
	tr
	> th:last-of-type:not(:only-of-type),
.content table:not(.pricing-table-service) tr td:last-of-type {
	border-right: 0;
}

.comment-text dt,
.content dt {
	font-weight: bold;
}

.comment-text dd,
.content dd {
	margin-left: 20px;
}

.blog-article-title {
	text-align: left;
	margin-bottom: 0;
	color: #000;
	text-decoration: none;
	word-wrap: break-word;
}

#blog-footer-search .bigbutton-60 {
	display: inline-block;
	margin-bottom: 3px;
}

.blog-posts-list {
	text-align: left;
	height: 100%;
	padding-bottom: 40px;
	overflow: hidden;
}

.blog-post-details {
	margin-bottom: 25px;
	font-size: 0.75em;
	color: #1d1d1d;
}

.blog-post-details > span {
	margin-right: 17px;
	line-height: 1.75em;
	text-transform: uppercase;
}

.blog-post-details > span:last-of-type {
	margin: 0;
}

.blog-post-thumbnail {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	margin-bottom: 15px;
}

.blog-post-content {
	overflow: hidden;
	margin-top: 10px;
}

.blog-read-more {
	margin-right: 11%;
	float: right;
	margin-top: 15px;
}

.blog-post {
	margin-top: 90px;
	display: block;
}

.archive .blog-post {
	margin-top: 50px;
}

.archive .standard-text {
	padding-left: 0;
}

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

.blog-post h2:not([class]) {
	margin-bottom: 15px;
	font-size: 1em;
}

.page-content:first-child .blog-post-as-link {
	margin-top: 0;
}

.blog-post-as-link {
	border-bottom: 8px solid #d6d6d6;
	padding: 25px;
	margin: 55px 0 50px 0;
	overflow: hidden;
	display: block;
	text-align: center;
}

.blog-post-as-status {
	border: 1px solid transparent;
	padding: 25px 50px 35px 50px;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: inherit;
}

.blog-post-as-status span {
	font-size: inherit;
	display: block;
	margin-bottom: 1em;
	margin-top: 1.4em;
}

.blog-post-as-status i {
	font-size: 2.6667em;
	width: 1.875em;
	height: 1.875em;
	line-height: 1.875em;
	margin-bottom: 25px;
	margin-top: 25px;
	border: 1px solid #d6d6d6;
	border-radius: 2em;
	background: rgba(255, 255, 255, 0.12);
	box-sizing: border-box;
	padding: 0.35em;
}

.single-format-status .blog-post-as-status .bigbutton {
	display: none;
}

.blog-post-as-link h2 {
	margin: 25px 0 25px 0;
}

.blog-post-as-quote .blog-article-title,
.blog-post-as-status .blog-article-title,
.blog-post-as-link .blog-article-title {
	color: inherit;
}

.blog-post-as-link-address {
	display: block;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 20px;
	text-decoration: none;
	word-wrap: break-word;
	text-transform: uppercase;
}

.blog-post-as-link-address {
	color: inherit;
}

.blog-post-as-quote {
	border-left: 8px solid;
	padding: 25px;
	margin: 45px 0 40px 0;
	overflow: hidden;
	display: block;
	text-align: left;
}

.blog-post-as-quote h2 {
	font-style: italic;
}

.blog-post-as-quote-author {
	display: inline-block;
	margin-top: 15px;
	text-transform: uppercase;
}

.blog-post-aside {
	border-right: 5px solid #f5f5f5;
	margin: 0 95px 0 165px;
	padding: 15px 2em 15px 15px;
	text-align: right;
	max-width: 50%;
	margin-left: auto;
}

.blog-post-aside h2 {
	display: block;
	margin-bottom: 5px;
}

.blog-post-aside .blog-post-content .standard-text {
	padding: 0 0 10px;
	font-size: 0.9em;
}

.blog-post-aside .blog-article-title {
	font-size: 0.7em;
}

.blog-post-aside .aside-footer {
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 1px;
	opacity: 0.8;
}

.aside-footer span,
.aside-footer a {
	text-decoration: none;
	text-transform: uppercase;
}

.blog-post-aside .blog-read-more {
	margin-right: 0;
}

.blog-post:not(:first-child).blog-post-aside {
	margin-top: 4em;
}

/* .post-content - vc row not working */
.post-nonstandard-type {
	overflow: hidden;
}

.post-gallery .item {
	text-align: center;
}

.post-gallery .item img {
	max-height: 70vh;
	max-width: 100%;
	width: auto !important;
	display: inline-block !important;
}

.gallery-item .gallery-icon img {
	border: 0px !important;
}

.gallery-caption {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 900;
}

.mejs-container {
	margin-bottom: 15px;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

#blog-article-st-bar {
	text-align: left;
	overflow: hidden;
	padding: 20px;
}

.featured-post-stamp {
	padding: 6px 9px;
	font-weight: bold;
	font-size: 0.8333em;
	letter-spacing: 3px;
	display: inline-block;
	text-transform: uppercase;
}

.with-sidebar {
	box-sizing: border-box;
	clear: none !important;
}

.single-product #share-bar {
	padding: 15px;
	overflow: hidden;
}

#blog-article-st-bar #share-bar {
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

#share-bar {
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

#share-bar span:first-of-type {
	display: inline-block;
	vertical-align: 3px;
}

#share-bar a {
	margin-left: 3px;
}

#blog-article-share-txt {
	font-size: 1.11em;
}

#blog-article-tags,
#blog-article-cats {
	display: inline-block;
	margin-top: 3px;
	float: right;
}

#blog-article-cats a {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 3px;
}

#blog-article-tags {
	line-height: 2em;
	font-size: 0.75em;
	margin-top: 0.5em;
	float: left;
}

#blog-article-tags a {
	text-decoration: none;
	color: inherit;
}

.clear-float {
	clear: both;
}

#blog-article-tags span {
	font-weight: 900;
	background: rgba(0, 0, 0, 0.07);
	padding: 7px 7px 7px 25px;
	margin-left: -25px;
	margin-right: 10px;
}

#blog-article-author {
	font-size: 0.8333em;
	margin-top: 15px;
	color: #1d1d1d;
	text-align: center;
	margin-bottom: 25px;
	display: block;
	text-transform: uppercase;
}

#blog-article-author a {
	text-decoration: none;
	background: transparent;
	text-transform: uppercase;
}

#in-post-read-more {
	overflow: hidden;
	margin-bottom: 25px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 0.75em;
	font-style: italic;
	font-size: 1em;
	position: relative;
	border-left: 5px solid;
}

blockquote p {
	margin: 0;
}

.blog-post-details span a {
	text-transform: uppercase;
}

.standard-text {
	font-size: 1em;
	padding: 50px;
	padding-top: 0;
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 150%;
}

.page-content img {
	max-width: 100%;
	height: auto;
}

.standard-text ul li {
	list-style-type: square;
	list-style-position: inside;
}

.standard-text ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.post-edit-link {
	display: inline-block;
	margin-bottom: 10px;
}

a img {
	border: none;
}

body:not(.single-post) .content p > a:not([class]) {
	color: inherit;
}

.comment-text a::after,
.single-post .post-content p > a:not([class])::after,
.single-post .post-content dl a::after,
.single-post .post-content tr a::after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 100%;
	bottom: -2px;
	left: 0;
	background: transparent;
	border-bottom: 0.3em solid; /* 0.11em*/
	position: absolute;
	z-index: -1;
}

.comment-text a,
.single-post .post-content p > a:not([class]),
.single-post .post-content dl a,
.single-post .post-content tr a {
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	position: relative;
	z-index: 0;
}

.txt-field a,
.single-portfolio .page-column a,
.comment-form a,
.url,
.underbar a:not([class]),
.blog-post-details a,
#blog-article-tags a,
body:not(.single-post) .content p > a:not([class]),
body:not(.single-post) .content dl a:not([class]),
body:not(.single-post) .content tr a:not([class]),
.uvc-heading a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.txt-field a:hover,
.single-portfolio .page-column a:hover,
.comment-form a:hover,
.url:hover,
.underbar a:not([class]):hover,
.blog-post-details a:hover,
#blog-article-tags a:hover,
body:not(.single-post) .content p > a:not([class]):hover,
body:not(.single-post) .content dl a:not([class]):hover,
body:not(.single-post) .content tr a:not([class]):hover,
.uvc-heading a:hover {
	border-color: transparent;
}

/**
* 1.6 Comments 
*/

#comments {
	background: #e0e0e0;
	text-align: left;
	overflow: hidden;
	padding: 28px 25px 28px 25px;
	box-sizing: border-box;
}

.page .content-full #comments {
	clear: both;
	margin-top: 3em;
}

#no-comments,
#comments-title {
	vertical-align: 11px;
	font-size: 1.166em;
	font-weight: 800;
	margin-bottom: 2em;
	display: block;
	text-transform: uppercase;
}

#no-comments {
	margin: 0;
}

.comment-respond-container a {
	color: inherit;
}

.comments-list {
	display: block;
	margin: 0;
	padding: 0;
}

.comments-list > li {
	list-style-type: none;
	margin-bottom: 2.4em;
}

.comment .avatar,
.comment-avatar {
	margin-right: 10px;
	float: left;
}

.comment-author {
	display: block;
	font-size: 0.75em;
}

.comment-author a {
	text-decoration: none;
	border: 0;
	font-weight: 600;
}

.comment-edit-link {
	font-weight: 900;
	font-size: 0.75em;
	text-decoration: none;
	text-transform: uppercase;
	color: inherit;
	padding-top: 10px;
	opacity: 0.7;
	letter-spacing: 1px;
	display: inline-block;
}

.comment-juice .comment-edit-link::after {
	border: 0;
}

.comment-edit-link::before {
	content: "—";
	display: inline-block;
	padding-right: 5px;
}

.comment-text {
	display: block;
	margin-top: 7px;
	font-size: 1em;
}

.comment-text p {
	margin: 10px 0;
}

.comment-date {
	display: block;
	font-size: 0.75em;
	margin-top: 10px;
	color: #555;
}

.comment-date a {
	text-transform: uppercase;
	color: #2237af;
	text-decoration: none;
}

.comment-juice {
	overflow: hidden;
}

.comments-list .children .comment {
	padding: 15px;
	display: block;
	margin-bottom: 0.833em;
	width: auto;
}

.comments-list .children {
	margin-top: 15px;
}

.bypostauthor .comment-author {
	padding: 3px 5px;
	display: inline-block;
	font-weight: 900;
}

.comment-respond {
	padding: 20px 20px 5px;
	margin-top: 15px;
}

.comment-respond form input[type="text"] {
	width: 100%;
	max-width: 350px;
}

.comment-respond form textarea {
	max-width: 600px;
	width: 100%;
}

#reply-title {
	font-size: 1.333em;
	font-weight: 400;
}

#comments .pagination {
	margin: 40px 0;
}

#comments.content-bottom {
	width: auto;
}

ol.commentlist {
	padding: 0;
}

.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
	margin: 0.83em 0;
}

/**
* 1.7 Widgets' styling
*/

.widget_skylar_iconlist_widget span {
	display: block;
	margin-bottom: 5px;
	font-size: inherit;
	padding-left: 2em;
	position: relative;
}

.widget_skylar_iconlist_widget span i {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
}

.widget {
	list-style-type: none;
	display: block;
	word-wrap: break-word;
}

.widget_pages .children,
.widget_categories .children {
	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-top: 0.5em !important;
}

.widget .recentcomments > a,
.widget .rsswidget {
	font-weight: 600;
}

.widget .rss-date {
	font-size: 0.9em;
}

.widget-title,
.widgettitle {
	margin-bottom: 20px;
}

.mega-menu .mega-title,
.mega-menu .widget-title,
.mega-menu .widgettitle {
	margin: 20px 0 !important;
	padding: 0 !important;
}

form input[type="search"],
.widget_search input[type="text"] {
	font-family: inherit;
	font-weight: 400;
	padding: 5px;
	box-sizing: border-box;
}

.widget_search label,
.widget_search input[type="submit"] {
	display: none;
}

.widget .post-date {
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 0.9em;
}

.widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

.widget ul > li {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 8px;
}

.widget_nav_menu ul > li {
	margin-bottom: 2px;
}

.widget ul > li > a {
	/*padding: 2px;*/
	line-height: 150%;
	text-decoration: none;
}

.widget ul > li > small {
	display: block;
	margin-bottom: 12px;
}

.widget_skylar_twitter_widget span {
	display: block;
	margin-bottom: 1em;
	padding-left: 2.5em;
	position: relative;
}

.widget_skylar_twitter_widget span::before {
	content: "\f099";
	font-family: fontAwesome;
	left: 0;
	position: absolute;
	font-size: 2em;
}

.widget_skylar_twitter_widget time {
	display: block;
	font-size: 0.8em;
	margin-top: 0.2em;
}

.widget_skylar_twitter_widget a {
	text-decoration: none;
	word-break: break-all;
}

.widget_skylar_logotext_widget span#logo {
	margin: 0;
}

#wp-calendar {
	margin-left: auto;
	margin-right: auto;
}

#wp-calendar a {
	padding: 0 2px 0 2px;
}

.tagcloud a {
	display: inline-block;
	margin: 2px 0 2px 0;
}

.widget {
	padding: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-ms-box-sizing: border-box; /* IE8 */
	-webkit-box-sizing: border-box; /* Safari */
	-khtml-box-sizing: border-box; /* Konqueror */
}

.widget img,
.widget select,
.widget input {
	max-width: 100%;
}

.footer-widgets .widget:not(.woocommerce) ul > li > a,
.footer-widgets #wp-calendar a,
footer .twitter_link,
.page-column:not(.sidebar-bottom)
	.widget:not(.woocommerce):not(.widget_tag_cloud)
	a:not(.url):not(.href-img),
.page-column:not(.sidebar-bottom) .twitter_link,
.widget_product_categories a,
.widget_calendar a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-decoration: none;
}

.widget .sub-menu {
	word-wrap: normal;
	overflow: hidden;
}

.widget .comment-author-link a {
	border: 0;
	opacity: 0.7;
}

/**
* 1.8 Form fields
*/

input {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-ms-box-sizing: border-box; /* IE8 */
	-webkit-box-sizing: border-box; /* Safari */
	-khtml-box-sizing: border-box; /* Konqueror */
}

input,
select,
textarea,
.select2-container .select2-choice,
.select2-drop {
	border: 0;
	outline: 0;
	border-radius: 0;
}

::-webkit-input-placeholder {
	color: inherit;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: inherit;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: inherit;
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: inherit;
}

select {
	font-family: inherit;
	font-size: inherit;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background: url("./images/arrow_down.png") no-repeat 98.5% center;

	background-repeat: no-repeat;
	background-position: -webkit-calc(100% - 8px) center; /* Sf 6 */
	background-position: right 8px center; /* Cr 25+, FF 13+, IE 9+, Op 10.5+ */
	background-size: 13px 11px;

	padding: 4px 23px 4px 4px;
	border: 4px solid #efefef;
	box-sizing: border-box;
	vertical-align: 0;
	display: inline-block;
}

select::-ms-expand {
	display: none;
}

textarea {
	vertical-align: top;
}

form textarea,
form input:not(.mobile-search-field) {
	padding: 3px;
	font-size: inherit;
	font-family: inherit;
}

fieldset {
	border: 2px solid #fff;
	margin-top: 15px;
}

operasialala:-o-prefocus,
select {
	background: none;
}

/** 
* 1.9 Miscellaneous
*/

#error404 {
	margin-top: 20vh;
	margin-bottom: 30vh;
	text-align: center;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	padding: 25px 0;
}

#error-code {
	font-size: 5.25em;
	font-weight: 800;
}

#error-explanation {
	font-size: 1.333em;
	font-weight: 600;
	display: block;
	margin-bottom: 30px;
}

.tagcloud a,
form input[type="submit"],
.bigbutton,
.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
	border-style: solid;
	background-color: transparent;
	cursor: pointer;
	font-family: inherit;
	display: inline-block;
	font-size: 0.917em;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.wp-block-button .wp-block-button__link:visited,
.wp-block-file .wp-block-file__button:visited {
	color: inherit !important;
}

.wp-block-button
	.wp-block-button__link:hover
	.wp-block-button
	.wp-block-button__link:active
	.wp-block-button
	.wp-block-button__link:focus {
	opacity: 1 !important;
	outline: 0 !important;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:active,
.wp-block-file .wp-block-file__button:focus {
	opacity: 1 !important;
	outline: 0 !important;
}

.tagcloud a {
	font-size: 0.68em;
	line-height: 100%;
}

form input[type="submit"],
.bigbutton-70 {
	font-size: 0.8em;
}

.tagcloud a,
form input[type="submit"],
.bigbutton {
	padding: 0.5em 0.7em;
}

.single-post .pagination.in-post-pagination {
	margin: 0 0 50px 0;
}

.in-post-pagination a {
	text-decoration: none;
}

article .pagination.in-post-pagination a:after {
	border: 0;
}

.pagination {
	margin: 50px 0 10px 0;
	text-align: center;
}

.pagination:empty {
	display: none;
}

.pagination .page-numbers {
	border-style: solid;
	font-size: 0.833em;
	padding: 0.4em 0.7em !important;
	background: transparent;
	text-decoration: none;
}

.arrow-img {
	background: url("./images/arrow_selected.png");
	display: inline-block;
	width: 14px;
	height: 17px;
	margin-right: 3px;
	vertical-align: -2px;
}

.arrow-rolled-img {
	background: url("./images/arrow_rolled.png");
	display: inline-block;
	width: 17px;
	height: 14px;
}

hr {
	display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: 0;
	height: 1px;
	background: #e0e0e0;
}

.blank-space {
	visibility: hidden;
	height: 1px;
	margin: 0 !important;
	padding: 0 !important;
}

.onSight {
	visibility: hidden;
}

.compose-mode .onSight {
	visibility: visible;
}

.scroll-top-btn {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	text-align: center;
	font-size: 35px;
	display: none;
	will-change: transform;
}

.scroll-top-btn i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	right: 0;
}

@media print {
	#main-header .mobile-menu-button,
	#blog-article-st-bar,
	.page-column,
	footer,
	#comments {
		display: none !important;
		visibility: hidden;
		width: 0px;
		height: 0px;
		page-break-after: avoid;
	}
}

/* Contact Form 7 */

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	margin-top: 5px;
}

.ud-dark-scheme .wpcf7 .wpcf7-form-control:not([type="submit"]),
.ud-light-scheme .wpcf7 .wpcf7-form-control:not([type="submit"]) {
	width: 100%;
    height: 40px;
}

/* Visual Composer Adjustments */

.vc_stick_btn_right_bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}

.vc_grid-item p {
	padding: 0;
}

.vc_grid-filter {
	margin-bottom: 60px !important;
}

.vc_no_margins {
	margin: 0 !important;
}

.vc_timeline_flat_style .timeline-feature-item,
.vc_timeline_flat_style .timeline-wrapper .timeline-block,
.vc_timeline_flat_style .timeline-separator-text span {
	border-radius: 0 !important;
	border-width: 0 !important;
}

.vc_timeline_flat_style .timeline-block .timeline-header h3,
.vc_timeline_flat_style .timeline-header-block .timeline-header h3 {
	font-weight: 600;
}

.vc_timeline_flat_style .ult-timeline-arrow s {
	border-color: transparent !important;
}

.vc_timeline_flat_style .timeline-wrapper .timeline-block {
	margin-bottom: -20px !important;
}

.vc_theme_grid2 > div > div:first-child {
	width: 42%;
}

.vc_theme_grid2 > div > div:nth-child(2) {
	width: 58%;
}

.vc_theme_grid2 .vc_gitem_row .vc_gitem-col {
	padding: 10px 5px !important;
}

.vc_theme_grid3 .vc_gitem-post-meta-field-portfolio-client {
	color: #fff;
	font-style: italic;
}

.vc_gitem_row .vc_theme_grid6_btn.vc_gitem-col {
	padding: 0 !important;
}

.vc_theme_grid6_btn .vc_btn3-container {
	margin: 0 !important;
}

.vc_theme_grid6_btn .vc_btn3-container::before {
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(41, 41, 41, 0.65) 90%,
		rgba(45, 45, 45, 0.65) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(41, 41, 41, 0.65) 90%,
		rgba(45, 45, 45, 0.65) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(41, 41, 41, 0.65) 90%,
		rgba(45, 45, 45, 0.65) 100%
	);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a62d2d2d',GradientType=0 );
	content: "";
	display: block;
	height: 40px;
	left: 0;
	right: 0;
	box-shadow: initial;
}

.vc_theme_grid8_price {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
}

.vc_theme_grid9 .vc_btn3 {
	padding: 7px 18px !important;
	border-radius: 25px !important;
	border-bottom: 2px solid !important;
}

.vc_theme_grid9 .vc_btn3:hover {
	border-bottom: 2px solid transparent !important;
}

.vc_theme_grid9_price {
	background: #f1f1f1;
	color: #292929;
	padding: 5px 0;
	margin-bottom: 13px;
	font-size: 15px;
	border-radius: 15px;
}

.vc_theme_grid9_wooprice del,
.vc_theme_grid9_price del {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.vc_theme_grid9_wooprice ins,
.vc_theme_grid9_price ins {
	text-decoration: none;
	font-weight: 800;
}

.vc_theme_grid9_wooprice {
	font-size: 24px;
	margin-bottom: 0.5em;
}

.vc_theme_grid9_wooprice del {
	font-size: 0.85em;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
}

.vc_theme_grid10 .vc_gitem-zone-c {
	width: 100%;
}

.vc_theme_grid10 .vc_gitem-animated-block {
	display: none;
}

.vc_theme_grid10 .vc_gitem_row .vc_theme_thumbnail {
	padding: 0 !important;
	max-width: 200px;
}

.vc_theme_grid10 .vc_tg_desc {
	font-size: 15px;
}

.vc_theme_classic_grid .vc_gitem-zone-b {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 0.75s;
	transition: transform 0.75s;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vc_theme_classic_grid .vc_grid-item-mini.vc_is-hover .vc_gitem-zone-b {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.vc_theme_classic_grid .vc_gitem-row-position-bottom {
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	padding-right: 15px;
	padding-bottom: 15px;
}

.vc_theme_classic_grid .vc_is-hover .vc_gitem-row-position-bottom {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0.75s !important;
	transition-delay: 0.75s !important;
	-webkit-transition: -webkit-transform 0.5s, opacity 1s;
	transition: transform 0.5s, opacity 1s;
}

.vc_theme_text_grid .vc_gitem-animate-none .vc_gitem-zone-b {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.vc_theme_text_grid .vc_gitem-row-position-bottom .vc_gitem-col {
	padding: 20px 20px 10px 20px !important;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.vc_theme_text_grid:hover .vc_gitem-row-position-bottom .vc_gitem-col {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.vc_theme_text_grid .vc_gitem-row-position-bottom .vc_gitem-post-data {
	margin-bottom: 10px !important;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	filter: alpha(opacity=0);
	max-height: 3.65em;
	overflow: hidden;
}

.vc_theme_text_grid
	.vc_is-hover
	.vc_gitem-row-position-bottom
	.vc_gitem-post-data {
	-webkit-transition: -webkit-transform 0.5s, opacity 1s;
	transition: transform 0.5s, opacity 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.vc_theme_text_grid .vc_gitem-zone-a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.vc_theme_text_grid:hover .vc_gitem-zone-a {
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-filter 0.5s 0.5s, -webkit-transform 0.5s;
	transition: -webkit-filter 0.5s 0.5s, transform 0.5s;
}

.vc_theme_text_grid .vc_gitem-post-data-source-post_excerpt p {
	margin: 0 !important;
}

.vc_theme_text_grid .vc_gitem-post-data-source-post_excerpt {
	margin-top: 10px;
}

.vc_grid-owl-theme .vc_theme_text_grid .vc_grid-item-mini {
	margin: 5%;
}

.vc_agency_grid .text-cover .vc_agency_grid_title {
	font-family: "Source Sans Pro";
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 5px;
	word-wrap: break-word;
}

.vc_agency_grid .text-cover.vc_gitem-col {
	padding: 25px !important;
	z-index: 500;
}

.vc_agency_grid .text-cover .vc_agency_grid_client {
	font-family: "Fira Mono";
	font-size: 15px;
	color: #2d2d2d;
}

.vc_agency_grid_thumb .vc_gitem-col-align-left.vc_col-sm-12 {
	padding: 0 !important;
}

.vc_agency_grid_thumb .wpb_single_image {
	margin-bottom: 0 !important;
	opacity: 0;
	width: 100%;
}

.vc_too_long_title_mask {
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 30%
	);
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 30%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 30%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.vc_pageable-wrapper.vc_grid.vc_grid-owl-theme
	.vc_grid-owl-nav
	.vc_grid-owl-next,
.vc_pageable-wrapper.vc_grid.vc_grid-owl-theme
	.vc_grid-owl-nav
	.vc_grid-owl-prev {
	opacity: 1;
	font-size: 35px;
	line-height: 35px;
	height: 35px;
	font-weight: 800;
}

.vc_bar,
.vc_single_bar {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: initial !important;
	-webkit-box-shadow: initial !important;
}

.vc_single_bar {
	border: 1px solid #efefef;
}

.vc_message_box {
	padding-top: 0 !important;
}

.vc_own_styling_posts_slider .flexslider {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: initial !important;
	-webkit-box-shadow: initial !important;
	border: 0 !important;
}

.vc_own_styling_posts_slider .flexslider h2 a {
	text-decoration: none !important;
}

.vc_own_styling_tour .wpb_tour_tabs_wrapper .wpb_tab {
	border: 3px solid #f7f7f7 !important;
	padding: 0 21px 0 21px !important;
}

.vc_gitem_row .vc_gitem-col {
	padding: 15px 15px 0 15px !important;
}

.vc_general {
	font-family: inherit;
}

.vc-portfolio-grid-one .portfolio-one-bottom-btn {
	background: rgba(0, 0, 0, 0.06);
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	border: 0;
}

.vc-portfolio-grid-one .portfolio-one-bottom-btn:hover {
	background: rgba(0, 0, 0, 0.09);
}

.vc-portfolio-grid-one .portfolio-one-bottom-btn .vc_btn3 {
	border: 0 !important;
	background: transparent !important;
	margin-top: -4px;
	color: #555 !important;
}

.wpb_gallery .flexslider {
	border: 0;
	border-radius: 0;
	box-shadow: initial;
}

.wpb_gallery .flexslider .flex-control-nav {
	display: none;
}

.flex-direction-nav .flex-prev {
	margin-left: -10px;
}

.flex-direction-nav .flex-next {
	margin-right: -10px;
}

.flex-direction-nav a::before {
	width: 37px;
	height: 39px;
	content: "" !important;
	display: block;
}

a.flex-prev::before {
	background: #000 url("./images/gallery_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 3px;
}

a.flex-next::before {
	background: #000 url("./images/gallery_arrow_r.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 6px;
}

.flexslider .slides img {
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

/* half color, half img */

div.row_halved_left .vc_parallax-inner,
div.row_halved_left {
	background-size: 50% !important;
	background-position: center left !important;
}

div.row_halved_right .vc_parallax-inner,
div.row_halved_right {
	background-size: 50% !important;
	background-position: center right !important;
}

div.row_halved .vc_parallax-inner {
	background-repeat: no-repeat;
}

div.row_halved_left .upb_video-bg {
	width: 50% !important;
	min-width: 50% !important;
	right: auto !important;
	left: 0 !important;
}

div.row_halved_right .upb_video-bg {
	width: 50% !important;
	min-width: 50% !important;
	left: auto !important;
}

div.row_halved_left .vc_video-bg {
	width: 50%;
	right: auto;
	left: 0;
}

div.row_halved_right .vc_video-bg {
	width: 50%;
	left: auto;
	right: 0;
}

div.row_halved .vc_video-bg iframe {
	width: 100%;
}

/* Ultimate Addon */

.ult_exp_section_layer p {
	margin: 0;
}

.ult_modal-content {
	box-shadow: initial !important;
}

.ult_modal-header {
	border-bottom: 0 !important;
}

.ult-carousel-wrapper .slick-dots {
	padding-top: 35px;
}

.ult_countdown-div:not(.is-ult_countdown) {
	visibility: hidden;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid rgba(0, 0, 0, 0.21);
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.wp-video {
	width: 100% !important;
}

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